Reloc BUG in as

Mark E. snowball3@bigfoot.com
Mon Mar 5 14:07:00 GMT 2001


> a.out:     file format elf32-i386
> 
> RELOCATION RECORDS FOR [.text]:
> OFFSET   TYPE              VALUE
> 00000001 R_386_PC32        *ABS*

Hmm, I get a different (correct?) result with coff-i386:

a:
b:
call a-b

test.o:     file format coff-go32

RELOCATION RECORDS FOR [.text]:
OFFSET   TYPE              VALUE 
00000001 DISP32            fake

Mark



More information about the Binutils mailing list