This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595
- From: "sam at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 May 2008 12:18:23 -0000
- Subject: [Bug ada/36207] [4.4 regression] Ada bootstrap fails in uintp.adb:1595
- References: <bug-36207-8837@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from sam at gcc dot gnu dot org 2008-05-12 12:18 -------
The beginning of "objdump --disassemble-all -r ttypes.o" should be interesting
as well:
00000000 <ttypes___elabs>:
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 08 sub $0x8,%esp
6: e8 fc ff ff ff call 7 <ttypes___elabs+0x7>
7: R_386_PC32 get_target_char_size
b: 89 04 24 mov %eax,(%esp)
e: a3 00 00 00 00 mov %eax,0x0
f: R_386_32
ttypes__standard_short_short_integer_size
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36207