]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/read-md.h
read-md.h (read_rtx_lineno): Rename to...
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 10 Jun 2010 20:21:35 +0000 (20:21 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 10 Jun 2010 20:21:35 +0000 (20:21 +0000)
commitd2a3ce4e3374de54b231d98bd78613c8dc18d9a4
tree43c04315a7c8d22053182e57daa6df240867adeb
parent1069247787d6d8c1093b3f9a8ab62c95d1a8501c
read-md.h (read_rtx_lineno): Rename to...

gcc/
* read-md.h (read_rtx_lineno): Rename to...
(read_md_lineno): ...this.
(read_rtx_filename): Rename to...
(read_md_filename): ...this.
(copy_rtx_ptr_loc): Rename to...
(copy_md_ptr_loc): ...this.
(print_rtx_ptr_loc): Rename to...
(print_md_ptr_loc): ...this.
* read-md.c: Likewise.  Update references after renaming.
(string_obstack): Replace RTL with MD in comment.
(set_rtx_ptr_loc): Rename to...
(set_md_ptr_loc): ...this.
(get_rtx_ptr_loc): Rename to...
(get_md_ptr_loc): ...this.
* genconditions.c: Update references after renaming.
* genemit.c: Likewise.
* genoutput.c: Likewise.
* genpreds.c: Likewise.
* gensupport.c: Likewise.
* read-rtl.c: Likewise.

From-SVN: r160571
gcc/ChangeLog
gcc/genconditions.c
gcc/genemit.c
gcc/genoutput.c
gcc/genpreds.c
gcc/gensupport.c
gcc/read-md.c
gcc/read-md.h
gcc/read-rtl.c