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: RFA: ARM dynamic object tests


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
        


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