diff options
author | vmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-30 20:44:51 +0000 |
---|---|---|
committer | vmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-30 20:44:51 +0000 |
commit | 17c7a04d1c73b837492a822490fa59ee17db094f (patch) | |
tree | 9cc1dc4a63e4c3af0ab3e68c017e773ea05dec6f /gcc/genattrtab.h | |
parent | e025bbe7bf73c4adaa7edeec9158db8f8438295f (diff) | |
download | gcc-17c7a04d1c73b837492a822490fa59ee17db094f.tar.gz |
2001-08-30 Vladimir Makarov <vmakarov@redhat.com>
* rtl.def: Undo my patch commited 2001-08-27.
* genattrtab.c: Ditto.
* rtl.h: Ditto.
* sched-int.h: Ditto.
* target-def.h: Ditto.
* target.h: Ditto.
* haifa-sched.c: Ditto.
* sched-rgn.c: Ditto.
* sched-vis.c: Ditto.
* Makefile.in: Ditto.
* doc/md.texi: Ditto.
* doc/tm.texi: Ditto.
* doc/contrib.texi: Ditto.
* doc/gcc.texi: Ditto.
* genattrtab.h: Remove it.
* genautomata.c: Remove it.
* genattr.c: Undo my patch and Richard Henderson's patch commited
2001-08-27.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45297 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genattrtab.h')
-rw-r--r-- | gcc/genattrtab.h | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/gcc/genattrtab.h b/gcc/genattrtab.h deleted file mode 100644 index cc9e36e1ac4..00000000000 --- a/gcc/genattrtab.h +++ /dev/null @@ -1,43 +0,0 @@ -/* External definitions of source files of genattrtab. - Copyright (C) 2001 Free Software Foundation, Inc. - -This file is part of GNU CC. - -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -/* Defined in genattrtab.c: */ -extern rtx check_attr_test PARAMS ((rtx, int, int)); -extern rtx make_numeric_value PARAMS ((int)); -extern void make_internal_attr PARAMS ((const char *, rtx, int)); -extern char *attr_printf PARAMS ((int, const char *, ...)) - ATTRIBUTE_PRINTF_2; - -extern int num_dfa_decls; - -/* Defined in genautomata.c: */ -extern void gen_cpu_unit PARAMS ((rtx)); -extern void gen_query_cpu_unit PARAMS ((rtx)); -extern void gen_bypass PARAMS ((rtx)); -extern void gen_excl_set PARAMS ((rtx)); -extern void gen_presence_set PARAMS ((rtx)); -extern void gen_absence_set PARAMS ((rtx)); -extern void gen_automaton PARAMS ((rtx)); -extern void gen_automata_option PARAMS ((rtx)); -extern void gen_reserv PARAMS ((rtx)); -extern void gen_insn_reserv PARAMS ((rtx)); -extern void initiate_automaton_gen PARAMS ((int, char **)); -extern void expand_automata PARAMS ((void)); -extern void write_automata PARAMS ((void)); |