diff options
author | Doug Evans <dje@google.com> | 1998-01-28 18:42:55 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-28 18:42:55 +0000 |
commit | 36df40e0bfd939c01dd47e977853a7e67ce65976 (patch) | |
tree | e9e3a34bdf52d7c58f8860d89a6b274694a8068b /bfd/reloc.c | |
parent | e6e3d4bdf4c9d28848bb19e51d4a949a8b12087c (diff) | |
download | gdb-36df40e0bfd939c01dd47e977853a7e67ce65976.zip gdb-36df40e0bfd939c01dd47e977853a7e67ce65976.tar.gz gdb-36df40e0bfd939c01dd47e977853a7e67ce65976.tar.bz2 |
* config.bfd, configure.in: Add dvp support.
* configure: Regenerate.
* aclocal.m4: Regenerate.
* archures.c, reloc.c, cpu-mips.c: Add dvp support.
* bfd-in2.h, libbfd.h, libcoff.h: Regenerate.
plus delete old txvu stuff, dvp generates mips files now
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index dbaef89..ce6e2bb 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -1,5 +1,5 @@ /* BFD support for handling relocation entries. - Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1997 + Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1997, 1998 Free Software Foundation, Inc. Written by Cygnus Support. @@ -2010,6 +2010,17 @@ ENUMX ENUMDOC MIPS ELF relocations. +COMMENT +{* start-sanitize-sky *} +ENUM + BFD_RELOC_MIPS_DVP_11_PCREL +ENUMDOC + MIPS DVP Relocations. + This is an 11-bit pc relative reloc. The recorded address is for the + lower instruction word, and the value is in 128 bit units. +COMMENT +{* end-sanitize-sky *} + ENUM BFD_RELOC_386_GOT32 ENUMX @@ -2446,17 +2457,6 @@ ENUMDOC This is a 16bit pcrel reloc for the mn10300, offset by two bytes in the instruction. -COMMENT -{* start-sanitize-sky *} -ENUM - BFD_RELOC_TXVU_11_PCREL -ENUMDOC - SKY TXVU Relocations. - This is an 11-bit pc relative reloc. The recorded address is for the - lower instruction word. -COMMENT -{* end-sanitize-sky *} - ENDSENUM BFD_RELOC_UNUSED CODE_FRAGMENT |