Commit 1c8cfe03 by Andrew Pinski Committed by Andrew Pinski

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
parent 941fe801
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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment