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]

[ARC PATCH 0/3] NEW - ARC fixes/refactoring of TLS and GOT reloc code.


Hello everyone, 

Here goes the updated patches, fixed for the warnings.
Sorry for the initial patch mistakes.

Best regards,
Cupertino

Claudiu Zissulescu (1):
  TLS: DTPOFF can accept offsets, stored into addendum. Remove the need
    of base

Cupertino Miranda (2):
  Fixes done to TLS.
  Enable relocation overflow messages by default.

 bfd/arc-got.h             | 511 +++++++++++++++++++++++++++++++++++
 bfd/elf32-arc.c           | 667 +++++++++-------------------------------------
 gas/config/tc-arc.c       |  25 +-
 include/elf/arc-reloc.def |   2 +-
 4 files changed, 647 insertions(+), 558 deletions(-)
 create mode 100644 bfd/arc-got.h

-- 
2.9.0


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