diff options
author | Jeffrey A Law <law@cygnus.com> | 2001-11-09 20:07:43 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2001-11-09 13:07:43 -0700 |
commit | 9db5bf711354f3a947027abedb151f77b54a4bce (patch) | |
tree | 6397521b35a284e4fbe5868901d73cd428d7a05a /gcc/ChangeLog | |
parent | 512672fd5a9b0eeaad27a0bee011fdf7b48841ea (diff) | |
download | gcc-9db5bf711354f3a947027abedb151f77b54a4bce.zip gcc-9db5bf711354f3a947027abedb151f77b54a4bce.tar.gz gcc-9db5bf711354f3a947027abedb151f77b54a4bce.tar.bz2 |
milli64.S: Use %r25 and %r0 instead of arg1 and r0 to work around limitations of certain...
* config/pa/milli64.S: Use %r25 and %r0 instead of arg1 and r0
to work around limitations of certain versions of GAS.
From-SVN: r46890
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7353581..54c7a97 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ Fri Nov 9 11:27:42 2001 Jeffrey A Law (law@cygnus.com) + * config/pa/milli64.S: Use %r25 and %r0 instead of arg1 and r0 + to work around limitations of certain versions of GAS. + * pa.md (mulsi3): Remove PA64 hack to work around SUBREG issues. (muldi3): Update due to SUBREG_BYTE changes. (casesi): Similarly. |