diff options
author | Alan Modra <amodra@gmail.com> | 2002-10-17 02:59:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-10-17 02:59:15 +0000 |
commit | acf8aed4a6c9a9d255327c1df615a00b956ac780 (patch) | |
tree | ebd43de8d858fbc73c4a0e19b3330bb793cd2718 /bfd/elf32-m68hc12.c | |
parent | 311797d555eeab4140274c38ac3905ed4c543417 (diff) | |
download | binutils-gdb-acf8aed4a6c9a9d255327c1df615a00b956ac780.tar.gz |
* elfxx-target.h (USE_REL): Don't define as 1.
* elf32-arm.h (USE_REL): Provide a default define of 0.
Use #if rather than #ifdef when testing USE_REL.
* elf32-m32r.c: Likewise.
* elf32-arc.c (USE_REL): Define as 1.
* elf32-d10v.c (USE_REL): Likewise.
* elf32-m32r.c (USE_REL): Likewise.
* elf32-m68hc11.c (USE_REL): Likewise.
* elf32-m68hc12.c (USE_REL): Likewise.
* elf32-or32.c (USE_REL): Likewise.
* elfarm-nabi.c (USE_REL): Likewise.
Diffstat (limited to 'bfd/elf32-m68hc12.c')
-rw-r--r-- | bfd/elf32-m68hc12.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-m68hc12.c b/bfd/elf32-m68hc12.c index 9ab8780574c..ea12e3b999e 100644 --- a/bfd/elf32-m68hc12.c +++ b/bfd/elf32-m68hc12.c @@ -54,7 +54,7 @@ boolean _bfd_m68hc12_elf_print_private_bfd_data PARAMS ((bfd *, PTR)); /* Use REL instead of RELA to save space */ -#define USE_REL +#define USE_REL 1 /* The Motorola 68HC11 microcontroler only addresses 64Kb. We must handle 8 and 16-bit relocations. The 32-bit relocation |