summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2003-07-02 17:50:37 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2003-07-02 13:50:37 -0400
commitf23b9d529ca997e52b58d5f1785074bff8834ac3 (patch)
tree40ea085640f166fe8ede94a3c1a59a0e8a3c53c0 /gcc/ChangeLog
parent5208b50b05316bd5db18166ec7c752b0b1980c0d (diff)
downloadgcc-f23b9d529ca997e52b58d5f1785074bff8834ac3.tar.gz
dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
* dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS. (emit_bincl_stab): Same. (emit_pending_bincls): Same. From-SVN: r68848
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 89afad458a7..435a0c2a4f8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-02 David Edelsohn <edelsohn@gnu.org>
+
+ * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
+ (emit_bincl_stab): Same.
+ (emit_pending_bincls): Same.
+
2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
PR c++/11072