diff options
author | Fred Fish <fnf@specifix.com> | 1997-02-18 23:01:02 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-02-18 23:01:02 +0000 |
commit | 92a956e87d1048234cbeb29cf35e45b3486a4c0f (patch) | |
tree | 20075d6c3e93169c40bf51c1787e4312845cae46 /bfd/bfd-in2.h | |
parent | 2d18fbc6689ec164d7e1d018914d1f091fb2ec51 (diff) | |
download | gdb-92a956e87d1048234cbeb29cf35e45b3486a4c0f.zip gdb-92a956e87d1048234cbeb29cf35e45b3486a4c0f.tar.gz gdb-92a956e87d1048234cbeb29cf35e45b3486a4c0f.tar.bz2 |
* reloc.c (struct reloc_howto_struct): Fix typo in comment.
* bfd-in2.h: Regenerated.
start-sanitize-tic80
* coff-tic80.c (RTYPE2HOWTO): Replace abort with real function.
(rtype2howto): Add function.
(tic80_howto_table): Add.
end-sanitize-tic80
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index a14a170..3aa5344 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1369,7 +1369,7 @@ enum complain_overflow struct reloc_howto_struct { - /* The type field has mainly a documetary use - the back end can + /* The type field has mainly a documentary use - the back end can do what it wants with it, though normally the back end's external idea of what a reloc number is stored in this field. For example, a PC relative word relocation @@ -1674,6 +1674,10 @@ prediction logic which may be provided on some processors. */ which is filled by the linker. */ BFD_RELOC_ALPHA_LINKAGE, +/* The CODEADDR relocation outputs a STO_CA in the object file, +which is filled by the linker. */ + BFD_RELOC_ALPHA_CODEADDR, + /* Bits 27..2 of the relocation address shifted right 2 bits; simple reloc otherwise. */ BFD_RELOC_MIPS_JMP, |