RFA: ARM dynamic object tests

Nick Clifton nickc@redhat.com
Fri Jan 2 19:46:00 GMT 2004


Hi Daniel,

> I have some pending work related to ARM shared libraries.  I figured it
> would be nice to have tests in the testsuite describing the current
> behavior, especially for cases where I'm planning to change it.  These are
> quite minimal - no visibility tests, et cetera - but they can grow with
> time.  They at least verify when PLT entries should and should not be
> created.
>
> OK?

With these tests added I saw new failures for the "arm-linux" and
"arm-netbsdelf" toolchains, which appeared to be due to the start
addresses that you are expecting.  For example the ld.log file for the
arm-linux toolchain showed:

  regexp_diff match failure
  regexp "^start address 0x00000368$"
  line   "start address 0x0000033c"
  regexp_diff match failure
  regexp "^00000368 <lib_func1>:$"
  line   "0000033c <lib_func1>:"
  [etc...]

Could you adjust your tests to prevent these failures ?

Cheers
        Nick
        



More information about the Binutils mailing list