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]

Re: vtable.exp fails on ARM...


:I'm not sure what the exact problem is, but I suspect it stems from our
:use
:of REL relocs in ARM Linux code generation, and the other ARM targets
:using
:RELA relocs.
:
:I suspect adding an [istarget "armv*-*-linux*"] to the if clause will 
:solve the problem, but thought I would ask since ARM Linux doesn't use
:this type of relocation record to my knowledge.
:
:Any comments?

   The default for all of the ARM targets is REL relocs at this point.
   The expect script needs to be changed to reflect that.  The relocation
   is used to support the linker option --gc-sections.

   --catherine

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