Wed Jul 31 15:00:12 1996 James G. Smith <jsmith@cygnus.co.uk>

* reloc.c: (BFD_RELOC_ARM_OFFSETIMM8, BFD_RELOC_ARM_HWLITERAL):
 	Added, for internal use by the ARM gas.
	* libbfd.h: Rebuilt
	* bfd-in2.h: Rebuilt
This commit is contained in:
Jackie Smith Cashion 1996-07-31 14:34:21 +00:00
parent 50569deeb5
commit d1b40d8eeb
4 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Wed Jul 31 15:00:12 1996 James G. Smith <jsmith@cygnus.co.uk>
* reloc.c: (BFD_RELOC_ARM_OFFSETIMM8, BFD_RELOC_ARM_HWLITERAL):
Added, for internal use by the ARM gas.
* libbfd.h: Rebuilt
* bfd-in2.h: Rebuilt
Tue Jul 30 14:14:57 1996 Jeffrey A Law (law@cygnus.com)
* libhppa.h (R_HPPA_ESEL): New field selector.

View File

@ -1771,6 +1771,8 @@ not stored in the instruction. */
BFD_RELOC_ARM_LDR_IMM,
BFD_RELOC_ARM_LITERAL,
BFD_RELOC_ARM_IN_POOL,
BFD_RELOC_ARM_OFFSET_IMM8,
BFD_RELOC_ARM_HWLITERAL,
/* start-sanitize-arc */
/* Argonaut RISC Core (ARC) relocs.

View File

@ -704,6 +704,8 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
"BFD_RELOC_ARM_LDR_IMM",
"BFD_RELOC_ARM_LITERAL",
"BFD_RELOC_ARM_IN_POOL",
"BFD_RELOC_ARM_OFFSET_IMM8",
"BFD_RELOC_ARM_HWLITERAL",
/* start-sanitize-arc */
"BFD_RELOC_ARC_B22_PCREL",
"BFD_RELOC_ARC_B26",

View File

@ -2158,6 +2158,10 @@ ENUMX
BFD_RELOC_ARM_LITERAL
ENUMX
BFD_RELOC_ARM_IN_POOL
ENUMX
BFD_RELOC_ARM_OFFSET_IMM8
ENUMX
BFD_RELOC_ARM_HWLITERAL
ENUMDOC
These relocs are only used within the ARM assembler. They are not
(at present) written to any object files.