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

[PATCH] Fix broken return code for R_ARM_TLS_LE32


Discovered this problem while investigating a broken binary on an ARM
platform.  It should have never been built.  Turns out, bfd was emitting
an error to the console, but not returning an error.  It appears to have
been a cut-and-paste error from long ago.

Please CC when replying as I'm not subscribed to the mailing list.

Thank you!

John Szakmeister (1):
  elf32-arm: error when encountering R_ARM_TLS_LE32 in a shared object

 bfd/elf32-arm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.10.2


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