diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2003-06-28 00:30:31 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2003-06-28 00:30:31 +0000 |
commit | 8ce332308c738cc38d292de5978e37dde916ba34 (patch) | |
tree | 1bf05e7aec3517a89d71382e39dbbc8e0fecfab2 /gcc/ChangeLog | |
parent | 711f0333a210c7adf51645e4605e702855d4dc76 (diff) | |
download | gcc-8ce332308c738cc38d292de5978e37dde916ba34.zip gcc-8ce332308c738cc38d292de5978e37dde916ba34.tar.gz gcc-8ce332308c738cc38d292de5978e37dde916ba34.tar.bz2 |
* c-format.c (check_format_string, get_constant)
* cfgrtl.c (rtl_split_edge):
Mark the definition static, matching the forward declaration.
cp:
* decl.c (build_typename_type)
* mangle.c (write_template_template_arg)
* parser.c (cp_parser_scope_through_which_access_occurs)
* pt.c (push_access_scope_real, push_access_scope, pop_access_scope)
* repo.c (get_base_filename)
* semantics.c (maybe_convert_cond):
Mark the definition static, matching the forward declaration.
java:
* class.c (build_method_symbols_entry)
* expr.c (get_offset_table_index)
* jcf-parse.c (jcf_parse):
Mark the definition static, matching the forward declaration.
From-SVN: r68622
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f271d04..60e018b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-06-27 Zack Weinberg <zack@codesourcery.com> + + * c-format.c (check_format_string, get_constant) + * cfgrtl.c (rtl_split_edge): + Mark the definition static, matching the forward declaration. + 2003-06-27 Gunther Nikl <gni@gecko.de> * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define. @@ -11,9 +17,9 @@ * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define. * config/s390/s390.c (s390_secondary_output_reload_class): New function. - * config/s390/s390-protos.h (s390_secondary_output_reload_class): + * config/s390/s390-protos.h (s390_secondary_output_reload_class): Declare it. - * config/s390/s390.md ("reload_outti", "reload_outdi", + * config/s390/s390.md ("reload_outti", "reload_outdi", "reload_outdf"): New expanders. * config/s390/s390.md ("movti" + splitters): Handle non-offsettable @@ -63,9 +69,9 @@ 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com> - * ggc-page.c (inverse_table): Change type of mult to size_t. - (compute_inverse): Compute inverse using size_t, not unsigned int. - Compute inverse also for sizes larger than half a machine page. + * ggc-page.c (inverse_table): Change type of mult to size_t. + (compute_inverse): Compute inverse using size_t, not unsigned int. + Compute inverse also for sizes larger than half a machine page. Fri Jun 27 18:36:12 CEST 2003 Jan Hubicka <jh@suse.cz> |