Commit baadb8fd authored by Vineet Gupta's avatar Vineet Gupta

ARC: warn on improper stack unwind FDE entries

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent ce759956
...@@ -289,6 +289,8 @@ static void __init setup_unwind_table(struct unwind_table *table, ...@@ -289,6 +289,8 @@ static void __init setup_unwind_table(struct unwind_table *table,
* instead of the initial loc addr * instead of the initial loc addr
* return; * return;
*/ */
WARN(1, "unwinder: FDE->initial_location NULL %p\n",
(const u8 *)(fde + 1) + *fde);
} }
++n; ++n;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment