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

objdump doesn't display symbols correctly #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Build binutils for sx, superux
2. Get a binary for SX
3. objdump -t binary

The symbols from the COFF-SX file have all the value 000000.

Under SuperUX the utility "dump" shows that this is wrong.

Original issue reported on code.google.com by efo...@gmail.com on 7 Jul 2008 at 9:21

GoogleCodeExporter commented 8 years ago
added objdump label

Original comment by jmoc...@gmail.com on 14 Jul 2008 at 12:32

GoogleCodeExporter commented 8 years ago
symbol addresses and names are shown ok.

furthermore, we need to check the following:
- section number (seems OK),
- flags,
- type,
- storage class,
- auxiliary entries.

Original comment by jmoc...@gmail.com on 31 Jul 2008 at 2:43

GoogleCodeExporter commented 8 years ago

Original comment by jmoc...@gmail.com on 4 Aug 2008 at 1:00

GoogleCodeExporter commented 8 years ago
except for issue 3

Original comment by jmoc...@gmail.com on 3 Sep 2008 at 11:01