diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-06 12:08:44 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-06 12:08:44 +0000 |
commit | 34c5b0f7761a2410c3fbe29b4b295e1ea61fc68c (patch) | |
tree | c65cc863cc00153b220c95248110c2faf81d3a13 /gcc/ChangeLog | |
parent | 16afa2a2c34bfe7998f26071842558dfa97f33c2 (diff) | |
download | gcc-34c5b0f7761a2410c3fbe29b4b295e1ea61fc68c.tar.gz |
* sdbout.c (struct sdb_file): NAME now const.
(sdbout_init): input_file_name now const.
(sdbout_start_new_source_file): FILENAME now const.
* sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 10564342a66..d0e57eec92b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Tue Jun 6 08:17:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> + + * sdbout.c (struct sdb_file): NAME now const. + (sdbout_init): input_file_name now const. + (sdbout_start_new_source_file): FILENAME now const. + * sdbout.c (sdbout_init, sdbout_start_new_source_file): Reflect above. + 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com> * c-typeck.c (build_conditional_expr): Handle complex data types. |