Add BFD_RELOC_ARM_ADRL_IMMEDIATE.
authorNick Clifton <nickc@redhat.com>
Mon, 5 Jul 1999 06:29:47 +0000 (06:29 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 5 Jul 1999 06:29:47 +0000 (06:29 +0000)
bfd/ChangeLog
bfd/bfd-in2.h
bfd/reloc.c

index 3ce3af0abd24a80fe320720a26c0d421dd8005ee..ccf94ad9a05da3937489b41c1855827808be3153 100644 (file)
@@ -1,3 +1,10 @@
+1999-07-05  Nick Clifton  <nickc@cygnus.com>
+
+       * reloc.c: Add new, assembler only, ARM reloc:
+       BFD_RELOC_ARM_ADRL_IMMEDIATE.
+       
+       * bfd-in2.h: Regenerate.
+
 1999-07-02  Mark Mitchell  <mark@codesourcery.com>
 
        * dwarf2.c (parse_comp_unit): Add ABBREV_LENGTH parameter.
index 055cee2b5df07939525f227e735e01e47f6d2754..1009c4d0e0f4b6f82715377f2092109d73c3a272 100644 (file)
@@ -1915,6 +1915,7 @@ not stored in the instruction. */
 /* These relocs are only used within the ARM assembler.  They are not
 (at present) written to any object files. */
   BFD_RELOC_ARM_IMMEDIATE,
+  BFD_RELOC_ARM_ADRL_IMMEDIATE,
   BFD_RELOC_ARM_OFFSET_IMM,
   BFD_RELOC_ARM_SHIFT_IMM,
   BFD_RELOC_ARM_SWI,
index 360c1b2799b1badbfbabe05035753d2f5a4291b5..5e1b73a0ba72fabb27a20cddfd11fc1ef16bbd2b 100644 (file)
@@ -2174,6 +2174,8 @@ ENUMDOC
   not stored in the instruction.
 ENUM
   BFD_RELOC_ARM_IMMEDIATE
+ENUMX
+  BFD_RELOC_ARM_ADRL_IMMEDIATE
 ENUMX
   BFD_RELOC_ARM_OFFSET_IMM
 ENUMX