diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3639ad68c90..c442371f657 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2004-08-23 Richard Sandiford <rsandifo@redhat.com> + * read-rtl.c (read_rtx): Tidy use of format_ptr. + +2004-08-23 Richard Sandiford <rsandifo@redhat.com> + * read-rtl.c (string_obstack): New file-scope variable. (read_string, read_quoted_string, read_braced_string) (read_escape): Remove obstack parameter and use string_obstack instead. |