diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2000-09-19 16:31:53 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2000-09-19 16:31:53 -0400 |
commit | fd60bf96e70cd2752571c34c0a7c2fea13867ff4 (patch) | |
tree | f6ed6f388e1998e4163342e3f9b5e340da499a41 | |
parent | a473fe45fa07d3b86c950cbdc01e89d29879bbca (diff) | |
download | gcc-fd60bf96e70cd2752571c34c0a7c2fea13867ff4.zip gcc-fd60bf96e70cd2752571c34c0a7c2fea13867ff4.tar.gz gcc-fd60bf96e70cd2752571c34c0a7c2fea13867ff4.tar.bz2 |
Fix previous ChangeLog entry
From-SVN: r36542
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 13e0744..27ed4dd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,12 +1,18 @@ 2000-09-19 David Edelsohn <edelsohn@gnu.org> * configure.in: Allow enable_threads_flag value of "aix". Define - thread_file as "aix" for AIX 4.3 and above.. + thread_file as "aix" for AIX 4.3 and above. * configure: Regenerated. + + * gthr-aix.h: New file. + * rs6000/t-aix43: Replace soft-float multilib with pthread. Remove 403 processor multilib match. Fix rios2 processor multilib match. + * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section + to return to appropriate csect. + 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New |