diff options
author | Bo Thorsen <bo@gcc.gnu.org> | 2002-05-28 09:11:42 +0200 |
---|---|---|
committer | Bo Thorsen <bo@gcc.gnu.org> | 2002-05-28 09:11:42 +0200 |
commit | 4075db8f84acce0b7f3e3d6750b645842187832d (patch) | |
tree | e25b89c5a7c2f3e51af0398fa522f61e6a284320 /gcc | |
parent | 9c07557009ba8a90f19e4773bd3b24e47d486fcb (diff) | |
download | gcc-4075db8f84acce0b7f3e3d6750b645842187832d.zip gcc-4075db8f84acce0b7f3e3d6750b645842187832d.tar.gz gcc-4075db8f84acce0b7f3e3d6750b645842187832d.tar.bz2 |
Fix last commit. Sorry about that.
From-SVN: r53946
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2444ea2..1862316 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -8,6 +8,17 @@ and less-than-half-precision cases. (num_trim, num_positive, num_div_op): Cast constants. +2002-05-27 Bo Thorsen <bo@suse.de> + + * config/i386/libgcc-x86_64-glibc.ver: Copy this file from the + 3.1 branch. The file was made by Jakub Jelinek. + * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Add i386 + support so multilib doesn't break. And don't define this at all + when -Dinhibit_libc is used. + (MULTILIB_DEFAULTS): Always set default to 64 bit compilation. + * config/i386/t-linux64: Implement full multilib support. Patch + originally done by Andreas Jaeger and Jakub Jelinek. + 2002-05-27 Roger Sayle <roger@eyesopen.com> * c-common.c: Add support for __attribute__((nothrow)) to specify |