re PR target/13466 (-mpowerpc64 causes ICE)
2003-12-22 Andrew Pinski <pinskia@physics.uc.edu> PR target/13466 * config.gcc (powerpc-*-darwin): Remove overridden value of need_64bit_hwint. From-SVN: r74952
This commit is contained in:
parent
941fe801b4
commit
1c8cfe0351
@ -1,5 +1,8 @@
|
||||
2003-12-22 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR target/13466
|
||||
* config.gcc (powerpc-*-darwin): Remove overridden value of need_64bit_hwint.
|
||||
|
||||
* emit-rtl.c (copy_rtx_if_shared): Add comment about its use of
|
||||
copy_rtx_if_shared_1.
|
||||
(copy_rtx_if_shared_1): Add comment about what the function does.
|
||||
|
@ -1681,8 +1681,6 @@ powerpc-*-darwin*)
|
||||
tm_file="${tm_file} rs6000/darwin.h"
|
||||
tmake_file="t-darwin t-slibgcc-darwin rs6000/t-darwin"
|
||||
extra_headers=altivec.h
|
||||
# override ppc default
|
||||
need_64bit_hwint=
|
||||
;;
|
||||
powerpc*-*-freebsd*)
|
||||
tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"
|
||||
|
Loading…
Reference in New Issue
Block a user