aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-06-23 00:10:06 +0000
committerKen Raeburn <raeburn@cygnus>1994-06-23 00:10:06 +0000
commit2e66a62730944dd7826bfb7d065257c9cc339d8c (patch)
tree6fa93eb644b4c3fb0c1138df843250cb1554db5d /bfd
parentb7ec5b8da56966c85857d052f713fde753f1d1dc (diff)
downloadgdb-2e66a62730944dd7826bfb7d065257c9cc339d8c.zip
gdb-2e66a62730944dd7826bfb7d065257c9cc339d8c.tar.gz
gdb-2e66a62730944dd7826bfb7d065257c9cc339d8c.tar.bz2
linker.c (FAIL): Undefine macro before defining as enum.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog2
-rw-r--r--bfd/linker.c3
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9fef9e2..7876bdd 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -3,6 +3,8 @@ Wed Jun 22 17:59:59 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* config.bfd (powerpc-*-elf*): New target, just like
powerpc-*-sysv4*.
+ * linker.c (FAIL): Undefine macro before defining as enum.
+
Wed Jun 22 10:52:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* hash.c (bfd_hash_allocate): Don't call bfd_set_error if
diff --git a/bfd/linker.c b/bfd/linker.c
index f460778..3c7f823 100644
--- a/bfd/linker.c
+++ b/bfd/linker.c
@@ -1247,6 +1247,9 @@ enum link_row
SET_ROW /* Member of set. */
};
+/* apparently needed for Hitachi 3050R(HI-UX/WE2)? */
+#undef FAIL
+
/* The actions to take in the state table. */
enum link_action