diff options
author | Alan Modra <amodra@gmail.com> | 2001-12-03 23:16:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-12-03 23:16:20 +0000 |
commit | e207c4fac5440a4cff76850ea905586e727f2128 (patch) | |
tree | 408fafab749739f46e299857f8fb7493297d063d /bfd/bfd-in2.h | |
parent | 742aeb63e9f0088cb5f2764d04304a7a04aa344d (diff) | |
download | gdb-e207c4fac5440a4cff76850ea905586e727f2128.zip gdb-e207c4fac5440a4cff76850ea905586e727f2128.tar.gz gdb-e207c4fac5440a4cff76850ea905586e727f2128.tar.bz2 |
* reloc.c (bfd_install_relocation): Correct reloc address test.
(bfd_perform_relocation): Formatting fix.
* bfd-in2.h: Regenerate for 2001-12-02 reloc.c change.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 5f61853..12fe5a9 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2123,16 +2123,12 @@ to compensate for the borrow when the low bits are added. */ /* Like BFD_RELOC_LO16, but PC relative. */ BFD_RELOC_PCREL_LO16, -/* Relocation relative to the global pointer. */ -#define BFD_RELOC_MIPS_GPREL BFD_RELOC_GPREL16 - /* Relocation against a MIPS literal section. */ BFD_RELOC_MIPS_LITERAL, /* MIPS ELF relocations. */ BFD_RELOC_MIPS_GOT16, BFD_RELOC_MIPS_CALL16, -#define BFD_RELOC_MIPS_GPREL32 BFD_RELOC_GPREL32 BFD_RELOC_MIPS_GOT_HI16, BFD_RELOC_MIPS_GOT_LO16, BFD_RELOC_MIPS_CALL_HI16, |