diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-17 00:36:09 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-17 00:36:09 +0000 |
commit | 761d81cbdbe553bbe3ab9f5ebe7affad85ca8bff (patch) | |
tree | 42cb2f5442f5d4d147c25dcadd3ccc72315b1911 /gcc/ChangeLog | |
parent | 0c7b8acc3d1af760ece3c8a6eafe90f989f1a71e (diff) | |
download | ppe42-gcc-761d81cbdbe553bbe3ab9f5ebe7affad85ca8bff.tar.gz ppe42-gcc-761d81cbdbe553bbe3ab9f5ebe7affad85ca8bff.zip |
Forgot to commit with last batch of prototype changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19253 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3bf2f87d353..3bad8fd66a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,36 @@ Thu Apr 16 22:41:02 1998 Jeffrey A Law (law@cygnus.com) + * loop.c (regs_patch_p): Add prototype. + (add_label_notes, count_nonfixed_reads): Likewise. + (find_single_use_in_loop): Likewise. + (express_from): Surround prototype with #ifdef. + (giv_sort): Similarly. + + * jump.c (mark_modified_reg): Add prototype. + + * haifa-sched.c (is_prisky): Add prototype. + (queue_to_ready): Likewise. + + * genextract.c (gen_insn): Add prototype. + + * genemit.c (max_operand_1): Add prototype. + (max_operand_vec, print_code, gen_exp, gen_insn): Likewise. + (gen_expand, gen_explit, output_add_clobbers): Likewise. + (output_init_mov_optab): Likewise. + + * genattrtab.c (attr_hash_add_rtx): Add prototype. + (attr_hash_add_string, write_length_unit_log): Likewise. + + * genattr.c (init_range): Add prototype. + + * combine.c (sets_function_arg_p): Add prototype. + + * expr.c (store_constructor_field): Add prototype. + (get_memory_usage_from_modifier): Likewise + + * expmed.c (synth_mult): Add prototype. + (choose_multiplier, invert_mod2n): Likewise. + * except.c (push_eh_entry): Add prototype. (pop_eh_entry, enqueue_eh_entry, dequeu_eh_entry): Likewise. (call_get_eh_context, start_dynamic_cleanup): Likewise. |