This is the mail archive of the binutils@sourceware.cygnus.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]

Linker Testsuite



Some tests (like cross.exp) seem to make rather unportable decisions
about the linker.  For example, by using a custom linker script,
cross1.t fools the linker into not creating a dynobj (as would
normally be done with the ordinary linker script), but still compiler
files that make use of GOT relocations, which then cause the linker to
be confused since there is no GOT.  What's the right thing to do here?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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