This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13511] Problem with compiler optimization -o2


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]