summaryrefslogtreecommitdiffstats
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-19 17:21:14 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-19 17:21:14 +0000
commitec4f62a9be3b6d508ce8e15e7a91ec2251040441 (patch)
tree7cefc1b666ecb878267cad1f2635c359a3e678a1 /gcc/ChangeLog
parent5f03fd61922eaae602c907956c41ca9bd17fc145 (diff)
downloadppe42-gcc-ec4f62a9be3b6d508ce8e15e7a91ec2251040441.tar.gz
ppe42-gcc-ec4f62a9be3b6d508ce8e15e7a91ec2251040441.zip
* sdbout.c (preinit_symbols, sdbout_initialized): New statics.
(sdbout_symbol): If called before sdbout_init, queue DECL for later and return. (sdbout_init): Set sdbout_initialized true, process decls queued earlier by sdbout_symbol. (sdbout_finish): Use size_t for index variable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78109 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f9fa2d3dd2c..7641ecefba9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,14 @@
+2004-02-19 Zack Weinberg <zack@codesourcery.com>
+
+ * sdbout.c (preinit_symbols, sdbout_initialized): New statics.
+ (sdbout_symbol): If called before sdbout_init, queue DECL for
+ later and return.
+ (sdbout_init): Set sdbout_initialized true, process decls
+ queued earlier by sdbout_symbol.
+ (sdbout_finish): Use size_t for index variable.
+
2004-02-19 Jeff Law <law@redhat.com>
-
+
* fold-const.c (invert_truthvalue): Do not call invert_tree_comparison
for unordered comparison codes.
@@ -102,7 +111,7 @@
defined. Instead use REAL_LIBGCC_SPEC, unmodifed, as the libgcc
spec string.
* doc/tm.texi (REAL_LIBGCC_SPEC): Document.
-
+
2004-02-18 Zack Weinberg <zack@codesourcery.com>
* dwarf2out.c (loclabel_num): Move outside #ifdef
OpenPOWER on IntegriCloud