read-rtl.c (string_obstack): New file-scope variable.
authorRichard Sandiford <rsandifo@redhat.com>
Mon, 23 Aug 2004 05:51:25 +0000 (05:51 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 23 Aug 2004 05:51:25 +0000 (05:51 +0000)
commita269d6c8b7e68234ea5de8d42d15646911c7eea3
tree91dca2a27f20b017e52f4df1aa0696b8810c3860
parent9fc3b39aa9656b1c626f6a6fed03646040b03122
read-rtl.c (string_obstack): New file-scope variable.

* 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.
(read_rtx): Remove function-local rtl_obstack and initialize
string_obstack instead.  Update call to read_string.

From-SVN: r86402
gcc/ChangeLog
gcc/read-rtl.c