summaryrefslogtreecommitdiff
path: root/bfd/elfxx-target.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-10-17 02:59:15 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-10-17 02:59:15 +0000
commitef0a62482df35f7f53927d3a2dbd8ff51403cdc5 (patch)
tree16f178daa27d1c377a1949701df3bc8ba8f493c9 /bfd/elfxx-target.h
parent79aa9071922704718c10be4fc860392f141d13be (diff)
downloadgdb-ef0a62482df35f7f53927d3a2dbd8ff51403cdc5.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/elfxx-target.h')
-rw-r--r--bfd/elfxx-target.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elfxx-target.h b/bfd/elfxx-target.h
index 8da72568f27..4f5b81c9757 100644
--- a/bfd/elfxx-target.h
+++ b/bfd/elfxx-target.h
@@ -407,9 +407,6 @@
For backwards compatibility, we still support this usage. */
#ifndef USE_REL
#define USE_REL 0
-#else
-#undef USE_REL
-#define USE_REL 1
#endif
/* Use these in new code. */