projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da73f9d
)
* dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
author
Andreas Schwab
<schwab@suse.de>
Wed, 2 Jul 2003 11:40:12 +0000
(11:40 +0000)
committer
Andreas Schwab
<schwab@gcc.gnu.org>
Wed, 2 Jul 2003 11:40:12 +0000
(11:40 +0000)
From-SVN: r68829
gcc/ChangeLog
patch
|
blob
|
history
gcc/dbxout.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index edc420bec759b225bd3d02fcb2b460f6f2a9c964..c832f24073451f4def5ac7ece37df288e9394ae5 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2003-07-02 Andreas Schwab <schwab@suse.de>
+
+ * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
+
2003-07-02 Eric Botcazou <ebotcazou@libertysurf.fr>
PR optimization/11210
diff --git
a/gcc/dbxout.c
b/gcc/dbxout.c
index 603b8fafc9ccb77193d35c7ab929e32381b1a0ef..f648bfe378500d818f80f57d6d3669c563b1ccd7 100644
(file)
--- a/
gcc/dbxout.c
+++ b/
gcc/dbxout.c
@@
-195,8
+195,10
@@
struct dbx_file GTY(())
struct dbx_file *prev; /* Chain to traverse all pending bincls. */
};
+#ifdef DBX_DEBUGGING_INFO
/* If zero then there is no pending BINCL. */
static int pending_bincls = 0;
+#endif
/* This is the top of the stack. */