From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Carlsson To: "Maciej W. Rozycki" Cc: binutils@sourceware.cygnus.com Subject: Re: bfd 2.10.90: Handle R_MIPS_REL32 relocations correctly Date: Tue, 20 Jun 2000 10:09:00 -0000 Message-id: <14671.42243.615684.252728@calypso.engr.sgi.com> References: <14671.40196.140236.535092@calypso.engr.sgi.com> X-SW-Source: 2000-06/msg00414.html > How does `objdump -r' on your relocateable look like? I've seen this > happening for R_MIPS_32 relocations in .data section that refer to a > versioned symbol in a shared object upon linking. > > OK, try to supply: > > .data > .globl myfree > myfree: > .word free > .text > .globl main > main: > > to gas and then link it instead. It still works fine. Ulf