projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd49a4d
)
Just use #undef, not #define foo foo
author
John Gilmore
<gnu@cygnus>
Tue, 12 Nov 1991 15:22:22 +0000
(15:22 +0000)
committer
John Gilmore
<gnu@cygnus>
Tue, 12 Nov 1991 15:22:22 +0000
(15:22 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/coff-m88k.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index cbcfbd7de5fc4f33fa8ede2c63bf5b60c9dffba0..4c5e04d23f43f45186868bb9215898c5847a6e1a 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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
diff --git
a/bfd/coff-m88k.c
b/bfd/coff-m88k.c
index 5f0b66fe6bf0122806439e3849b6e8ce5ebad272..d4c10bf2018d733355ce4127b9d94c62e073697b 100644
(file)
--- a/
bfd/coff-m88k.c
+++ b/
bfd/coff-m88k.c
@@
-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 =
{