diff options
author | Zack Weinberg <zackw@panix.com> | 2006-01-23 15:15:12 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2006-01-23 15:15:12 +0000 |
commit | 0458fe77b852f0dc55fd301376ff2a60c52b2ec4 (patch) | |
tree | 04e7c2430e813b518ab2f021d422bd49f8d865ec /gcc/genemit.c | |
parent | 1c7352cde8a759e414b61d3aeaf40eda67f8dd75 (diff) | |
download | gcc-0458fe77b852f0dc55fd301376ff2a60c52b2ec4.tar.gz |
r110124@banpei: zack | 2006-01-22 14:45:55 -0800
r110124@banpei: zack | 2006-01-22 14:45:55 -0800
* gensupport.c: Define get_insn_name and record_insn_name here.
(read_md_rtx): Call record_insn_name as appropriate.
* genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c
* genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c
* genpreds.c, genrecog.c: Don't define get_insn_name nor
record_insn_name.
* Makefile.in (BUILD_SUPPORT, BUILD_PRINT): Fold into BUILD_RTL.
(BUILD_VARRAY): Delete.
(genprognormal): Rename genprogmd. Fold in all programs from
genprognoprint; also attrtab.
(build/genattrtab): Just mention genautomata.o and varray.o.
Reorganize a bit, add comments to make the categories clearer.
From-SVN: r110120
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 691e42c5dd1..e9773082f9e 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -894,10 +894,3 @@ from the machine description file `md'. */\n\n"); fflush (stdout); return (ferror (stdout) != 0 ? FATAL_EXIT_CODE : SUCCESS_EXIT_CODE); } - -/* Define this so we can link with print-rtl.o to get debug_rtx function. */ -const char * -get_insn_name (int code ATTRIBUTE_UNUSED) -{ - return NULL; -} |