diff options
author | Nick Clifton <nickc@redhat.com> | 2001-04-24 15:08:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-04-24 15:08:16 +0000 |
commit | b3baf5d0a8293b5f823c0d7848494507edb373fb (patch) | |
tree | a943d01ff94c368a3b62a8af9056968dd505a72c /bfd/reloc.c | |
parent | db144853009a9877505330514aec4e26fc591d1d (diff) | |
download | gdb-b3baf5d0a8293b5f823c0d7848494507edb373fb.zip gdb-b3baf5d0a8293b5f823c0d7848494507edb373fb.tar.gz gdb-b3baf5d0a8293b5f823c0d7848494507edb373fb.tar.bz2 |
Add OpenRISC support
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index f907f32..226d1e9 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -3101,6 +3101,13 @@ ENUMX ENUMDOC Intel i860 Relocations. +ENUM + BFD_RELOC_OPENRISC_ABS_26 +ENUMX + BFD_RELOC_OPENRISC_REL_26 +ENUMDOC + OpenRISC Relocations. + ENDSENUM BFD_RELOC_UNUSED CODE_FRAGMENT |