This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r160571 - in /trunk/gcc: ChangeLog gencondition...


Author: rsandifo
Date: Thu Jun 10 20:21:35 2010
New Revision: 160571

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160571
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/genconditions.c
    trunk/gcc/genemit.c
    trunk/gcc/genoutput.c
    trunk/gcc/genpreds.c
    trunk/gcc/gensupport.c
    trunk/gcc/read-md.c
    trunk/gcc/read-md.h
    trunk/gcc/read-rtl.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]