genattr.c (internal_dfa_insn_code): Don't prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 9 Jul 2003 00:44:34 +0000 (00:44 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 9 Jul 2003 00:44:34 +0000 (00:44 +0000)
commitec049fdb0fd92e48e3d8e28e23d6dc5340331796
treede9aaefcc4ca5501862b82012e9dc7f369354405
parent9e7facfd47ed8da719ee0693ffb170e5d3d21379
genattr.c (internal_dfa_insn_code): Don't prototype.

* genattr.c (internal_dfa_insn_code): Don't prototype.
* genattrtab.c (attr_desc): Add `static_p' field.
(expand_units): Make blockage range and ready cost functions
static.
(write_attr_get): Don't add extern prototypes in C file.  Mark
static functions as appropriate.
(find_attr, make_internal_attr): Initialize static_p.
* genattrtab.h (ATTR_STATIC): New macro.
* genautomata.c (output_internal_reset_func): Mark output function
as inline.
(make_internal_dfa_insn_code_attr): Mark output function as static.

From-SVN: r69116
gcc/ChangeLog
gcc/genattr.c
gcc/genattrtab.c
gcc/genattrtab.h
gcc/genautomata.c