]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Just use #undef, not #define foo foo
authorJohn Gilmore <gnu@cygnus>
Tue, 12 Nov 1991 15:22:22 +0000 (15:22 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 12 Nov 1991 15:22:22 +0000 (15:22 +0000)
bfd/ChangeLog
bfd/coff-m88k.c

index cbcfbd7de5fc4f33fa8ede2c63bf5b60c9dffba0..4c5e04d23f43f45186868bb9215898c5847a6e1a 100644 (file)
@@ -1,3 +1,7 @@
+Tue Nov 12 07:21:41 1991  John Gilmore  (gnu at cygnus.com)
+
+       * coff-m88k.c (coff_write_armap):  Just #undef it.
+
 Mon Nov 11 20:30:18 1991  Steve Chamberlain  (sac at cygnus.com)
 
        * Makefile.in: standardize on MINUS_G to disable debugging
index 5f0b66fe6bf0122806439e3849b6e8ce5ebad272..d4c10bf2018d733355ce4127b9d94c62e073697b 100644 (file)
@@ -85,11 +85,7 @@ static reloc_howto_type howto_table[] =
 #define BADMAG(x) MC88BADMAG(x)
 #include "coffcode.h"
 
-
-
-
-#define coff_write_armap coff_write_armap
-
+#undef coff_write_armap
 
 bfd_target m88kbcs_vec =
 {