[ARC] Allow non-instruction relocations within .text sections
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 8c2da68af3481c1ee87162f0385e4ae34b73900c..2b6cf15aaefdccb6af9b038ba394583539c73524 100644 (file)
@@ -1,3 +1,18 @@
+2016-03-08  Cupertino Miranda  <Cupertino.Miranda@synopsys.com>
+           Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * elf32-arc.c (arc_bfd_get_32): Becomes an alias for bfd_get_32.
+       (arc_bfd_put_32): Becomes an alias for bfd_put_32.
+       (arc_elf_howto_init): Added assert to validate relocations.
+       (get_middle_endian_relocation): Delete.
+       (middle_endian_convert): New function.
+       (ME): Redefine, now does nothing.
+       (IS_ME): New define.
+       (arc_do_relocation): Extend the attached 'ARC_RELOC_HOWTO'
+       definition to call middle_endian_convert.  Add a new local
+       variable and make use of this throughout. Added call to
+       arc_bfd_get_8 and arc_bfd_put_8 for 8 bit relocations.
+
 2016-03-07  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/19775
This page took 0.044849 seconds and 4 git commands to generate.