]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
RTL & dwarf2out changes
authorAndi Kleen <ak@linux.intel.com>
Fri, 1 Aug 2014 02:51:57 +0000 (02:51 +0000)
committerAndi Kleen <ak@gcc.gnu.org>
Fri, 1 Aug 2014 02:51:57 +0000 (02:51 +0000)
commitf768061c4c0d179bb44984e1c20a3bee15faeb1a
treee3029eaf9c62844fda4c9e4772c56a84c9882344
parent50de5793fc6004bb8bf6f00e0f02e318f242ca2d
RTL & dwarf2out changes

Convert dwarf2out and rtl.c to the new inchash interface.

gcc/:

2014-07-31  Andi Kleen  <ak@linux.intel.com>

* Makefile.in (OBJS): Add rtlhash.o
* dwarf2out.c (addr_table_entry_do_hash): Convert to inchash.
(loc_checksum): Dito.
(loc_checksum_ordered): Dito.
(hash_loc_operands): Dito.
(hash_locs): Dito.
(hash_loc_list): Dito.
* rtl.c (iterative_hash_rtx): Moved to rtlhash.c
* rtl.h (iterative_hash_rtx): Moved to rtlhash.h
* rtlhash.c: New file.
* rtlhash.h: New file.

From-SVN: r213395
gcc/ChangeLog
gcc/Makefile.in
gcc/dwarf2out.c
gcc/rtl.c
gcc/rtl.h
gcc/rtlhash.c [new file with mode: 0644]
gcc/rtlhash.h [new file with mode: 0644]