linker.c (FAIL): Undefine macro before defining as enum.
authorKen Raeburn <raeburn@cygnus>
Thu, 23 Jun 1994 00:10:06 +0000 (00:10 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 23 Jun 1994 00:10:06 +0000 (00:10 +0000)
bfd/ChangeLog
bfd/linker.c

index 9fef9e2dad8fae1a6d5608452ad3bbaa611c7dfa..7876bdd39f4ef41e9412f9f40958ecb61ed7ed7d 100644 (file)
@@ -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
index f460778d1aab564a57a64bcc0bdda8c59867f1ad..3c7f823d614df3b31c288ed776dafe468b0aad47 100644 (file)
@@ -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