OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jun 2010 20:22:21 +0000 (20:22 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jun 2010 20:22:21 +0000 (20:22 +0000)
commit220dcf2f53daa30108305c746b8c0d28e9baac96
treed81c5651475024cbb881c2a40b61508ea4e36d3d
parentb638f5c89f99cde8200a4af4de2ebf32f1c4d62c
gcc/
* read-rtl.c (md_name): New structure.
(read_name): Take an md_name instead of a buffer pointer.
Use the "string" field instead of strcpy when expanding constants.
(read_constants): Remove the tmp_char argument.  Update the calls
to read_name, using two local name buffers instead of the tmp_char
argument.  Merge the constant-creation code.
(read_conditions): Remove the tmp_char argument.  Update the calls
to read_name, using a local name buffer instead of the tmp_char
argument.
(read_mapping): Replace tmp_char variable with a local name buffer.
Update the calls to read_name.
(read_rtx_1): Likewise.  Update the calls to read_constants and
read_conditions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160574 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/read-rtl.c