mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Only enable compilation of debugging functions when IBM6000 is defined
as well as DEBUG. Fails to compile otherwise.
This commit is contained in:
parent
88be9b5319
commit
0750528ab6
@ -1,3 +1,8 @@
|
||||
Sat Mar 14 11:44:47 1992 Fred Fish (fnf@cygnus.com)
|
||||
|
||||
* xcoffread.c: Only enable compilation of debugging functions
|
||||
if IBM6000 is defined. Fails to compile otherwise.
|
||||
|
||||
Fri Mar 13 15:51:11 1992 K. Richard Pixley (rich@cygnus.com)
|
||||
|
||||
* Makefile.in: pass MAKEINFO down on info.
|
||||
|
@ -2273,7 +2273,7 @@ char **pp;
|
||||
|
||||
#define DEBUG 1
|
||||
|
||||
#ifdef DEBUG
|
||||
#if defined (DEBUG) && defined (IBM6000) /* Needs both defined */
|
||||
void
|
||||
dump_strtbl ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user