diff options
author | DJ Delorie <dj@redhat.com> | 2011-01-05 22:04:09 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2011-01-05 22:04:09 +0000 |
commit | 9689e3a3a7895308b7b2eac3fa6e4d560cf4b8c7 (patch) | |
tree | e2a00970cbc6d62f3b8a0744880ccb593689cbe3 /bfd/reloc.c | |
parent | 35cc6a0b56fb7b256bce90a9c42a50af9a5df5b4 (diff) | |
download | gdb-9689e3a3a7895308b7b2eac3fa6e4d560cf4b8c7.zip gdb-9689e3a3a7895308b7b2eac3fa6e4d560cf4b8c7.tar.gz gdb-9689e3a3a7895308b7b2eac3fa6e4d560cf4b8c7.tar.bz2 |
* reloc.c: Add BFD_RELOC_RX_OP_NEG.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* elf32-rx.c: Add it to the list, corresponding to R_RX_OPneg.
* config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
instead of an RH_NEG32 one.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 6d4eb85..30919f2 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -4258,6 +4258,8 @@ ENUMX ENUMX BFD_RELOC_RX_OP_SUBTRACT ENUMX + BFD_RELOC_RX_OP_NEG +ENUMX BFD_RELOC_RX_ABS8 ENUMX BFD_RELOC_RX_ABS16 |