This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

Re: hppa64-hp-hpux11.00: invalid string offset for section .dynstr


On Wed, Jun 19, 2002 at 12:47:22PM -0400, John David Anglin wrote:
> > gcc ximage.o generate.sl -L/opt/X11R6/lib -Wl,-R -Wl,. -lX11 -o ximage
> > /opt/dev64/lib/gcc-lib/hppa64-hp-hpux11.00/3.1/../../../../hppa64-hp-hpux11.00/bin/ld: generate.sl: invalid string offset 6180 >= 129 for section
> > `.dynstr'
> 
> I have seen similar warnings from gdb.  Maybe you could get more information
> about this problem by running ld under gdb with a break at elf.c:342.  This
> is where the error message is generated.

It sounds like a SHF_MERGE bug. I just fixed a SHF_MERGE bug on
ELF/mips. Do

# cd bfd
# grep SEC_MERGE elf??-*.?

Any backend which doesn't check SEC_MERGE may be broken with gcc 3.


H.J.


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