Browse Source

Blackfin: drop .eh_frame from linker script

Nothing in U-Boot uses runtime C++ exceptions/unwinding, so there is no
need to list this section.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 14 years ago
parent
commit
846a6391e4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib_blackfin/u-boot.lds.S

+ 0 - 1
lib_blackfin/u-boot.lds.S

@@ -95,7 +95,6 @@ SECTIONS
 	{
 		. = ALIGN(4);
 		*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
-		*(.eh_frame)
 		. = ALIGN(4);
 	} >ram_data