public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18269] New: -m64 -fPIC does not work on ppc-darwin
@ 2004-11-02  4:40 pinskia at gcc dot gnu dot org
  2004-11-02  4:40 ` [Bug target/18269] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-02  4:40 UTC (permalink / raw)
  To: gcc-bugs

Patch for the problem is here: <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00106.html>.

-- 
           Summary: -m64 -fPIC does not work on ppc-darwin
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, patch
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc-darwin


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18269


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/18269] -m64 -fPIC does not work on ppc-darwin
  2004-11-02  4:40 [Bug target/18269] New: -m64 -fPIC does not work on ppc-darwin pinskia at gcc dot gnu dot org
@ 2004-11-02  4:40 ` pinskia at gcc dot gnu dot org
  2004-11-08  4:42 ` pinskia at gcc dot gnu dot org
  2004-11-08  4:43 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-02  4:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-02 04:40:45
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18269


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/18269] -m64 -fPIC does not work on ppc-darwin
  2004-11-02  4:40 [Bug target/18269] New: -m64 -fPIC does not work on ppc-darwin pinskia at gcc dot gnu dot org
  2004-11-02  4:40 ` [Bug target/18269] " pinskia at gcc dot gnu dot org
@ 2004-11-08  4:42 ` pinskia at gcc dot gnu dot org
  2004-11-08  4:43 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-08  4:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-08 04:42 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18269


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/18269] -m64 -fPIC does not work on ppc-darwin
  2004-11-02  4:40 [Bug target/18269] New: -m64 -fPIC does not work on ppc-darwin pinskia at gcc dot gnu dot org
  2004-11-02  4:40 ` [Bug target/18269] " pinskia at gcc dot gnu dot org
  2004-11-08  4:42 ` pinskia at gcc dot gnu dot org
@ 2004-11-08  4:43 ` cvs-commit at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-11-08  4:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-08 04:42 -------
Subject: Bug 18269

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-11-08 04:42:39

Modified files:
	gcc            : ChangeLog 
	gcc/config     : darwin.c 
	gcc/config/rs6000: darwin.md rs6000.c rs6000.md 

Log message:
	2004-11-07  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR target/18269
	* config/darwin.c (machopic_indirect_data_reference):
	Call gen_macho_high and gen_macho_low instead of
	checking the mode and calling gen_macho_high_di directly.
	* config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
	* config/rs6000/rs6000.md: Move most of TARGET_MACHO expand/insns
	to darwin.md.
	(movdf_low, movsf_low, movsf_low_st, movsi_low, macho_correct_pic,
	load_macho_picbase, macho_low, macho_high): Removed.
	(builtin_setjmp_receiver): Call gen_macho_high and
	gen_macho_low instead of checking the mode and calling
	gen_macho_high_di directly.
	* config/rs6000/darwin.md (load_macho_picbase_di): Use the MD constant.
	(movdf_low_si, movsf_low_si, movsf_low_st_si, movsi_low_st):
	Moved from rs6000.md.
	(macho_high): New expander.
	(macho_high_si): Renamed version of macho_high from rs6000.md.
	(macho_low): New expander.
	(macho_low_si): Renamed version of macho_low from rs6000.md.
	(load_macho_picbase): New expander.
	(load_macho_picbase_si): Renamed version of load_macho_picbase
	from rs6000.md.
	(macho_correct_pic): New expander.
	(macho_correct_pic_si): Renamed version of macho_correct_pic
	from rs6000.md.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6215&r2=2.6216
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.c.diff?cvsroot=gcc&r1=1.94&r2=1.95
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/darwin.md.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&r1=1.736&r2=1.737
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.md.diff?cvsroot=gcc&r1=1.328&r2=1.329



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18269


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-08  4:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-02  4:40 [Bug target/18269] New: -m64 -fPIC does not work on ppc-darwin pinskia at gcc dot gnu dot org
2004-11-02  4:40 ` [Bug target/18269] " pinskia at gcc dot gnu dot org
2004-11-08  4:42 ` pinskia at gcc dot gnu dot org
2004-11-08  4:43 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).