]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/genattrtab.c
genattr.c (function_unit_desc): Constify a char*.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 24 Aug 1999 13:34:04 +0000 (13:34 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 24 Aug 1999 13:34:04 +0000 (13:34 +0000)
commit69277eec7740edb7968777c8ca4f43286eab820e
tree7e5beb032b12a5f206bc4a2895f87b97907ab018
parent33f58a4e96ff4e46a0f238fac2a7927eb5845f09
genattr.c (function_unit_desc): Constify a char*.

* genattr.c (function_unit_desc): Constify a char*.  Add prototype.
(main): Add prototypes.

* genattrtab.c (substitute_address, write_const_num_delay_slots,
attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
(write_attr_get): Emit prototypes along with function definition.
(write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
(write_complex_function): Emit static prototype along with
function definition.

* genemit.c (gen_split): Emit prototypes along with function
definition.

* genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
Likewise for predicates and `insn_operand_predicate'.
(process_template): Emit static prototype along with function
definition.

* genrecog.c (make_insn_sequence): Constify a char*.  Add
prototypes for get_split_*().
(write_subroutine): Emit prototypes along with function
definition.

From-SVN: r28822
gcc/ChangeLog
gcc/genattr.c
gcc/genattrtab.c
gcc/genemit.c
gcc/genoutput.c
gcc/genrecog.c