jkmcnk / sx-gcc

The GNU Compiler Collection port to NEC SX CPU architecture.
GNU General Public License v2.0
0 stars 2 forks source link

BFD doesn't recognize .ELNI sections in SX COFFS #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The current implementation of BFD doesn't recognize .ELNI sections in COFF
SX files. Whenever we perform "objectcopy" command the "s_flags" field of
.ELNI section header turns from "0x2000" (i.e. the STYP_ELNI flag) to
"0x0020" (i.e. the STYP_TEXT flag).

Original issue reported on code.google.com by nou...@gmail.com on 14 Aug 2008 at 11:25

GoogleCodeExporter commented 8 years ago
what is .ELNI section, anyway? nothing about it in SX manuals, nothing on the 
net. it
only gets generated when using native cc to compile with debug info.

Original comment by jmoc...@gmail.com on 26 Nov 2008 at 1:51

GoogleCodeExporter commented 8 years ago

Original comment by jmoc...@gmail.com on 15 Jan 2009 at 12:32

GoogleCodeExporter commented 8 years ago
marko, can you retest this and report?

Original comment by jmoc...@gmail.com on 9 Oct 2009 at 9:34