diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-03 18:22:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-03 18:22:00 +0000 |
commit | 93f18857390bc30266ffb808fbc9ae41b1b08d52 (patch) | |
tree | 7c8f4604561079d7d327e3585715ff410e0ff7ab /bfd/bfd-in2.h | |
parent | 2d2784843093ff4188a7f61ad27c7f9d44ec2dd7 (diff) | |
download | gdb-93f18857390bc30266ffb808fbc9ae41b1b08d52.zip gdb-93f18857390bc30266ffb808fbc9ae41b1b08d52.tar.gz gdb-93f18857390bc30266ffb808fbc9ae41b1b08d52.tar.bz2 |
Removed BFD_RELOC_V850_PCREL.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index aba89ed..8e7a018 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1942,9 +1942,6 @@ add3, load, and store instructions. */ /* This is a 9-bit reloc */ BFD_RELOC_V850_9_PCREL, -/* This is a 16-bit reloc */ - BFD_RELOC_V850_16_PCREL, - /* This is a 22-bit reloc */ BFD_RELOC_V850_22_PCREL, |