summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-07-05 06:29:47 +0000
committerNick Clifton <nickc@redhat.com>1999-07-05 06:29:47 +0000
commit309b11855a97f38774de928a8dd868ae9b5099c0 (patch)
treeb0ade5c84a13a39764ee78094df6d78180ac6ce9
parentfffdf8282f7a48a689ccb7764b6ed2fe4877124a (diff)
downloadgdb-309b11855a97f38774de928a8dd868ae9b5099c0.tar.gz
Add BFD_RELOC_ARM_ADRL_IMMEDIATE.
-rw-r--r--bfd/ChangeLog7
-rw-r--r--bfd/bfd-in2.h1
-rw-r--r--bfd/reloc.c2
3 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3ce3af0abd2..ccf94ad9a05 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 055cee2b5df..1009c4d0e0f 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -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,
diff --git a/bfd/reloc.c b/bfd/reloc.c
index 360c1b2799b..5e1b73a0ba7 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -2175,6 +2175,8 @@ ENUMDOC
ENUM
BFD_RELOC_ARM_IMMEDIATE
ENUMX
+ BFD_RELOC_ARM_ADRL_IMMEDIATE
+ENUMX
BFD_RELOC_ARM_OFFSET_IMM
ENUMX
BFD_RELOC_ARM_SHIFT_IMM