diff options
author | Richard Henderson <rth@redhat.com> | 2007-03-23 09:34:51 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2007-03-23 09:34:51 -0700 |
commit | 2ed941ecd0ad232cf5813d0342bb3fd69407622c (patch) | |
tree | bc7851cd126a07c5e47eade8c99566606e01f531 /gcc/ChangeLog | |
parent | dec93f9008e6329e8f64083c96c7ee77f60c1927 (diff) | |
download | gcc-2ed941ecd0ad232cf5813d0342bb3fd69407622c.zip gcc-2ed941ecd0ad232cf5813d0342bb3fd69407622c.tar.gz gcc-2ed941ecd0ad232cf5813d0342bb3fd69407622c.tar.bz2 |
i386.c: Remove unnecessary function declarations.
* config/i386/i386.c: Remove unnecessary function declarations.
Move targetm definition, and all related macros, to the end of
the file. Resort some functions to put definitions before uses.
(ix86_attribute_table): Make static. Move to end of file.
(ix86_gimplify_va_arg): Make static.
From-SVN: r123159
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b56a44..5ad2226 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,13 @@ 2007-03-22 Richard Henderson <rth@redhat.com> + * config/i386/i386.c: Remove unnecessary function declarations. + Move targetm definition, and all related macros, to the end of + the file. Resort some functions to put definitions before uses. + (ix86_attribute_table): Make static. Move to end of file. + (ix86_gimplify_va_arg): Make static. + +2007-03-22 Richard Henderson <rth@redhat.com> + * config/i386/i386.c (ix86_function_regparm): Early exit for 64-bit; don't increase local_regparm with force_align_arg_pointer check. (ix86_function_sseregparm): Assert 32-bit. |