This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: unwind-dw2.c: 2 new branch build failures overnight.
> > $ cat r.s
> > .long foo@GOT
> > .long bar@GOTOFF
>
> Are you sure the result was put in a.out and not r.o?
Doh! Sorry. Typing through allergy-swollen eyes...
$ objdump --reloc --full-contents r.o
r.o: file format elf32-i386
RELOCATION RECORDS FOR [.text]:
OFFSET TYPE VALUE
00000000 R_386_GOT32 foo
00000004 R_386_GOTOFF bar
Contents of section .text:
0000 00000000 00000000 ........
Thanx for being kind. :-)
RJL