Commit d49e8e7e authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: use common EXCEPTION_TABLE() in vmlinux.lds

Rather than do our own thing, use what common code provides.
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 88a0ade9
......@@ -48,15 +48,10 @@ SECTIONS
#if !L1_CODE_LENGTH
*(.l1.text)
#endif
. = ALIGN(16);
___start___ex_table = .;
*(__ex_table)
___stop___ex_table = .;
__etext = .;
}
EXCEPTION_TABLE(4)
NOTES
/* Just in case the first read only is a 32-bit access */
......
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