This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13511] Problem with compiler optimization -o2
- From: "osoentgen at lucent dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jan 2004 13:37:39 -0000
- Subject: [Bug c++/13511] Problem with compiler optimization -o2
- References: <20031230104215.13511.osoentgen@lucent.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From osoentgen at lucent dot com 2004-01-05 13:37 -------
These are the relocation table entries of both the compiler output and the
linker output files:
compiler output:
test4.o: file format elf32-powerpc
RELOCATION RECORDS FOR [.text]:
OFFSET TYPE VALUE
00000002 R_PPC_ADDR16_HA buffer2
00000006 R_PPC_ADDR16_LO buffer2
0000000e R_PPC_ADDR16_HA buffer
00000016 R_PPC_ADDR16_LO buffer
RELOCATION RECORDS FOR [.stab]:
OFFSET TYPE VALUE
00000014 R_PPC_ADDR32 .text
00000020 R_PPC_ADDR32 .text
00000140 R_PPC_ADDR32 test__Fv
0000020c R_PPC_ADDR32 Letext
linker output:
test4_out.o: file format elf32-powerpc
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13511