diff options
author | David Edelsohn <edelsohn@gnu.org> | 2000-08-14 20:46:16 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2000-08-14 16:46:16 -0400 |
commit | 78fbdbf74875ef9b17e62f070c10b75faf79ecc3 (patch) | |
tree | df58dccc50de07ec6ea1c1e5fbc554d32cf40081 /gcc/longlong.h | |
parent | 9a89adb8c76cc64dab9bf62d1cdc08322f883604 (diff) | |
download | gcc-78fbdbf74875ef9b17e62f070c10b75faf79ecc3.tar.gz |
collect2.c: Remove use of AIX import file.
* collect2.c: Remove use of AIX import file.
* longlong.h: Test ARCH_PWR not ARCH_POWER.
* rs6000.c (print_operand, case 'E'): Add else.
From-SVN: r35686
Diffstat (limited to 'gcc/longlong.h')
-rw-r--r-- | gcc/longlong.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/longlong.h b/gcc/longlong.h index 1c1456974cb..25b952c081c 100644 --- a/gcc/longlong.h +++ b/gcc/longlong.h @@ -865,7 +865,7 @@ UDItype __umulsidi3 (USItype, USItype); } while (0) #define SMUL_TIME 14 #define UDIV_TIME 120 -#elif defined (_ARCH_POWER) +#elif defined (_ARCH_PWR) #define umul_ppmm(xh, xl, m0, m1) \ do { \ USItype __m0 = (m0), __m1 = (m1); \ |