diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-07-12 14:48:13 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-07-12 14:48:13 +0000 |
commit | 5284a822d103350a74500814254d4a934bf0c8c8 (patch) | |
tree | ec9ce391d1411e26792a9f1ddc6ee95529818a8d /bfd | |
parent | 6ed3ddef4c95931d8f409530e1c18e4177512662 (diff) | |
download | gdb-5284a822d103350a74500814254d4a934bf0c8c8.zip gdb-5284a822d103350a74500814254d4a934bf0c8c8.tar.gz gdb-5284a822d103350a74500814254d4a934bf0c8c8.tar.bz2 |
regenerated
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/bfd-in2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index ae77678..1599d4d 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1093,7 +1093,6 @@ typedef enum bfd_reloc_code_real BFD_RELOC_SPARC_WDISP22, BFD_RELOC_SPARC22, BFD_RELOC_SPARC13, - BFD_RELOC_SPARC_BASE13, BFD_RELOC_SPARC_GOT10, BFD_RELOC_SPARC_GOT13, BFD_RELOC_SPARC_GOT22, @@ -1107,10 +1106,10 @@ typedef enum bfd_reloc_code_real BFD_RELOC_SPARC_UA32, /* this one is a.out specific? */ + BFD_RELOC_SPARC_BASE13, BFD_RELOC_SPARC_BASE22, /* start-sanitize-v9 */ - BFD_RELOC_SPARC_WDISP19, BFD_RELOC_SPARC_10, BFD_RELOC_SPARC_11, #define BFD_RELOC_SPARC_64 BFD_RELOC_64 @@ -1122,9 +1121,11 @@ typedef enum bfd_reloc_code_real BFD_RELOC_SPARC_PC_HM10, BFD_RELOC_SPARC_PC_LM22, BFD_RELOC_SPARC_WDISP16, + BFD_RELOC_SPARC_WDISP19, BFD_RELOC_SPARC_GLOB_JMP, BFD_RELOC_SPARC_LO7, /* end-sanitize-v9 */ + /* Bits 27..2 of the relocation address shifted right 2 bits; simple reloc otherwise. */ BFD_RELOC_MIPS_JMP, |