This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Bug on PA-RISC


>  > Time to write a little test program.
> Very very interesting.  Let me know what you find.

Bogus theory caused by a somewhat flaky debugger.  The ld problem
seems to be that the ".hash" section is not present in the final
link abfd causing an assertion failure at elflink.h:5734.  As far
as I can tell, the only sections present are .opd, .text and .data
and maybe .dynamic.

Trying to debug the following failure for the ld testsuite:

/xxx/gnu/binutils-2.12.90/objdir64/ld/ld-new  -o tmpdir/cross1 -T /xxx/gnu/binut
ils-2.12.90/src/ld/testsuite/ld-scripts/cross1.t tmpdir/cross1.o tmpdir/cross2.o
/xxx/gnu/binutils-2.12.90/objdir64/ld/ld-new: BFD 2.12.90 20020529 assertion fai
l ../../src/bfd/elflink.h:5734
FAIL: NOCROSSREFS 1

This failure doesn't occur when ld is built with the HP compiler.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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