------- Comment #3 from mlynarik at decef dot elf dot stuba dot sk 2005-11-03 11:46 ------- We have attached a c-source file which was compiled once for 64bit abi and once for 32bit abi with command: "mips64-linux-gnu-gcc -c -gdwarf-2 -mabi=XX example1.c". The resulting object files are example1_64.o and example1_32.o. Then we have made a dwarfdump listings of these files named: example1_64.txt and example1_32.txt. You can see that the DW_AT_low_pc and DW_AT_high_pc values in 32bit abi have reasonable values, while for 64bit abi they are zero. This is not a problem of the dwarfdump, because this values can be found also by hand in the object files.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24634