public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Matt Kraai <kraai@alumni.cmu.edu>
To: David Edelsohn <dje@watson.ibm.com>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: convert 32-bit PowerPC GNU/Linux to TARGET_OS_CPP_BUILTINS
Date: Mon, 08 Jul 2002 18:27:00 -0000	[thread overview]
Message-ID: <20020708225837.GC2514@catalonia> (raw)
In-Reply-To: <200207041619.MAA29232@makai.watson.ibm.com>

[-- Attachment #1: Type: text/plain, Size: 1437 bytes --]

On Thu, Jul 04, 2002 at 12:19:19PM -0400, David Edelsohn wrote:
> > Since powerpc64-linux is a relatively new target, is there good reason
> > to define _PPC_, _PPC64_ and _PIC_?
> 
> 	I guess we can remove those macros.  I guess GNU likes double
> underscores, even when it is unecessary for upper case names.

The following patch removes the aforementioned macros.  Is it
possible to test it on powerpc-unknown-linux-gnu, and if so,
how?

Matt

	* config/rs6000/linux64.h (CPP_PREDEFINES): Do not
	define _PPC_, _PPC64_, or _PIC_.

Index: gcc/config/rs6000/linux64.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/linux64.h,v
retrieving revision 1.19
diff -c -3 -p -r1.19 linux64.h
*** gcc/config/rs6000/linux64.h	12 Jun 2002 03:06:26 -0000	1.19
--- gcc/config/rs6000/linux64.h	8 Jul 2002 22:55:55 -0000
*************** Boston, MA 02111-1307, USA.  */
*** 108,115 ****
  
  #undef  CPP_PREDEFINES
  #define CPP_PREDEFINES \
!  "-D_PPC_ -D__PPC__ -D_PPC64_ -D__PPC64__ -D__powerpc__ -D__powerpc64__ \
!   -D_PIC_ -D__PIC__ -D__ELF__ \
    -Acpu=powerpc64 -Amachine=powerpc64"
  
  #undef  CPP_OS_DEFAULT_SPEC
--- 108,114 ----
  
  #undef  CPP_PREDEFINES
  #define CPP_PREDEFINES \
!  "-D__PPC__ -D__PPC64__ -D__powerpc__ -D__powerpc64__ -D__PIC__ -D__ELF__ \
    -Acpu=powerpc64 -Amachine=powerpc64"
  
  #undef  CPP_OS_DEFAULT_SPEC

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

  reply	other threads:[~2002-07-08 22:56 UTC|newest]

Thread overview: 879+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-02 21:18 Matt Kraai
2002-07-03  8:10 ` David Edelsohn
2002-07-03  9:15   ` Matt Kraai
2002-07-03  9:25     ` Stan Shebs
2002-07-03  9:32     ` David Edelsohn
2002-07-03  9:36     ` Jason R Thorpe
2002-07-03 10:29       ` Matt Kraai
2002-07-03 23:50     ` Alan Modra
2002-07-04  9:22       ` David Edelsohn
2002-07-08 18:27         ` Matt Kraai [this message]
2002-07-08 19:05           ` Geoff Keating
2002-07-08 19:16           ` David Edelsohn
2002-07-09  0:37             ` Matt Kraai
  -- strict thread matches above, loose matches on Subject: below --
2007-08-14 20:00 Fix a reload ICE on e500 Daniel Jacobowitz
2007-08-20  7:38 ` Andrew Pinski
2007-09-04 12:55   ` Daniel Jacobowitz
2007-08-13 13:31 Mark PowerPC vector ABI in binary attributes Daniel Jacobowitz
2007-07-31  8:20 [patch] set -mabi=altivec with -ftree-vectorize Zdenek Dvorak
2007-07-31 12:01 ` Daniel Jacobowitz
2006-08-09 12:49 [PATCH] Fix comments in PPC e500 code Eric Botcazou
2006-08-09 14:02 ` David Edelsohn
2006-08-09 14:15   ` Daniel Jacobowitz
2006-07-06 19:53 [PATCH, committed] PR 28150 and PR 28170 David Edelsohn
2006-07-07  3:07 ` Alan Modra
2006-04-12  0:50 [PowerPC] Avoid ICE on DFmode subreg Alan Modra
2006-04-04 16:21 [RFT/RFA] Fix AIX fallout from PR/19653 patch Paolo Bonzini
2006-04-04 17:52 ` David Edelsohn
2006-04-05 17:10   ` Geoff Keating
2006-04-06  3:38     ` David Edelsohn
2006-04-06  4:57       ` Roger Sayle
2006-04-06  7:31         ` Paolo Bonzini
2006-04-06 14:31           ` David Edelsohn
2006-04-06 14:42             ` Paolo Bonzini
2006-04-06 22:44               ` David Edelsohn
2006-04-07  7:39                 ` Paolo Bonzini
2006-04-07 14:01                   ` David Edelsohn
     [not found]                   ` <E5778C9D-8FC1-422A-82ED-ABEF7AFA7685@geoffk.org>
     [not found]                     ` <443A1765.2030609@lu.unisi.ch>
     [not found]                       ` <1880BA7B-88BD-41EE-B9E7-33045526437F@geoffk.org>
2006-04-10 16:33                         ` Paolo Bonzini
2006-04-10 16:40                           ` Geoff Keating
2006-04-07 20:49             ` Geoff Keating
2006-04-06 18:46       ` Dale Johannesen
2006-04-06 19:17         ` David Edelsohn
2006-04-05  2:20 ` Alan Modra
2006-04-05  7:12   ` Paolo Bonzini
2006-04-05 14:48     ` Alan Modra
2006-03-30 14:20 [PowerPC] PR26459 again Alan Modra
2006-03-30  4:42 [PowerPC] linuxspe vs. ibm long double Alan Modra
2006-03-30 12:51 ` Joseph S. Myers
2006-02-24  2:22 [PowerPC64] Fix 26453, segfault -m64 -mtraceback=full Alan Modra
2006-02-24  3:57 ` Mark Mitchell
2005-12-28 10:31 [PowerPC] Fix PR25572, -mminimal-toc trashes r30 Alan Modra
2005-12-14 14:56 [PowerPC] Fix 25406, rs6000_special_round_type_align Alan Modra
2005-12-14 23:50 ` Alan Modra
2005-12-09  1:59 [PowerPC] Default TARGET_ALIGN_NATURAL properly for target libs Alan Modra
2005-12-09 16:15 ` Andrew Pinski
     [not found]   ` <20051212022850.GI1563@bubble.grove.modra.org>
     [not found]     ` <26af44d2c30b82a28cfc4fc6e5df2e0d@physics.uc.edu>
2005-12-12  3:34       ` Alan Modra
2005-12-12  6:35         ` Mark Mitchell
2005-12-13  1:02           ` Mike Stump
2005-12-13  2:08             ` Gabriel Dos Reis
2005-12-07  5:09 [PowerPC] Fix pr25212, indexed address predicates Alan Modra
2005-11-28  2:26 [PowerPC] PR24997: ICE with -ftree-vectorize Alan Modra
2005-11-25  4:49 [RS6000] Add some more functions to ppc64-fp.c Alan Modra
2005-11-09 16:28 [PATCH] volatile global register variable David Edelsohn
2005-11-09 18:13 ` Joseph S. Myers
2005-11-09 19:33   ` Ian Lance Taylor
2005-11-09 18:41 ` Daniel Jacobowitz
2005-11-08  2:55 [PowerPC] Fix PR23704, -m64 overrides prior -mno-powerpc-gfxopt Alan Modra
2005-11-02 23:22 [PowerPC64] gcc.c-torture/compile/pr20928.c failure Alan Modra
2005-10-20 11:00 [PowerPC] -msdata=data needless use of .sbss section Alan Modra
2005-10-20 16:28 ` David Edelsohn
2005-10-20 23:04   ` Alan Modra
2005-11-27 23:21 ` Alan Modra
2005-09-12  3:41 [PowerPC] Fix PR23774 stack backchain broken Alan Modra
2005-09-12  2:03 [RS6000] Nop-insertion fix Alan Modra
2005-09-12  7:23 ` Richard Henderson
2005-09-12 14:16   ` Alan Modra
2005-06-23 13:33 [PATCH, committed] PPC405 atomic support (PR target/21760) David Edelsohn
2005-06-23 13:51 ` Andreas Schwab
2005-06-23 19:32   ` David Edelsohn
2005-06-24  2:07     ` Geoffrey Keating
2005-06-24  2:35       ` Andrew Pinski
2005-06-24  3:30         ` Daniel Jacobowitz
2005-06-24 14:16           ` David Edelsohn
2005-06-24 19:10             ` Daniel Jacobowitz
2005-06-27  6:06             ` Richard Henderson
2005-06-27 15:17               ` David Edelsohn
2005-06-24 18:41       ` Zack Weinberg
     [not found]       ` <geoffk@geoffk.org>
2005-06-25 21:46         ` David Edelsohn
2005-06-10  1:09 [PATCH] PowerPC SVR4 _mcount calls Alan Modra
2005-05-12 16:05 powerpc new PLT and GOT Alan Modra
2005-05-12 16:09 ` Andrew Pinski
2005-05-12 20:00   ` Mike Stump
2005-05-13  0:10     ` Alan Modra
2005-05-12 16:53 ` Matt Thomas
2005-05-13  0:00   ` Alan Modra
2005-05-19 13:01 ` Alan Modra
2005-05-25 14:26   ` Alan Modra
2005-05-25 15:17     ` Paolo Carlini
2005-05-30 15:49     ` Alan Modra
2005-05-31  0:35       ` Alan Modra
2005-05-31 10:53     ` Alan Modra
2005-05-31 13:42       ` Joseph S. Myers
2005-05-31 15:03         ` Alan Modra
2005-05-31 17:11           ` Joseph S. Myers
2005-06-01  0:06             ` Alan Modra
2005-03-30 20:02 Patch ping! (4.1 projects, stage 1.2) Hot/cold partitioning fixes Caroline Tice
2005-03-30 23:14 ` Geoffrey Keating
     [not found]   ` <5c0e321f26901d84492dfe29fa755d7e@apple.com>
     [not found]     ` <776b1297c1d3595d7b8c9d3699a40431@geoffk.org>
     [not found]       ` <87ll84llvz.fsf@codesourcery.com>
2005-03-31  0:19         ` Caroline Tice
2005-03-31  0:29           ` Zack Weinberg
2005-03-31  0:43             ` Richard Henderson
2005-04-01 13:55 ` AIX bootstrap failure (was Re: Hot/cold partitioning fixes) David Edelsohn
2005-04-01 16:44   ` David Edelsohn
2005-04-01 17:13     ` Caroline Tice
2005-04-01 18:24       ` David Edelsohn
2005-04-01 19:20         ` Caroline Tice
2005-04-01 19:25           ` David Edelsohn
2005-04-01 19:45           ` Mark Mitchell
2005-04-01 20:02             ` Caroline Tice
2005-04-01 21:34             ` Caroline Tice
2005-04-01 21:44               ` David Edelsohn
2005-04-01 21:55                 ` Daniel Jacobowitz
2005-04-01 22:02                 ` Caroline Tice
2005-04-01 21:46               ` Mark Mitchell
2005-04-01 22:06                 ` Caroline Tice
2005-04-01 19:50           ` Daniel Jacobowitz
2005-04-01 20:00             ` Caroline Tice
2005-04-01 20:07               ` Daniel Jacobowitz
2005-04-01 20:09                 ` Caroline Tice
2005-04-01 21:19                   ` Mark Mitchell
2005-04-01 22:08                 ` Geoffrey Keating
2005-04-01 22:12                   ` Caroline Tice
2005-04-01 22:21                     ` Geoffrey Keating
2005-04-01 22:31                       ` Caroline Tice
2005-04-01 22:57                         ` Caroline Tice
2005-04-02  2:22                           ` Mark Mitchell
2005-04-02  2:51                             ` Daniel Jacobowitz
2005-04-01 22:14         ` Geoffrey Keating
2005-04-01 22:17           ` David Edelsohn
2005-04-01 22:24             ` Daniel Jacobowitz
2005-04-01 22:31               ` David Edelsohn
2005-04-01 18:48     ` Caroline Tice
2005-04-01 17:04   ` Joseph S. Myers
2005-04-01 17:21     ` Caroline Tice
2005-03-30  3:38 [RS6000] Fix PR20611, duplicate label for inlined function referencing TLS Alan Modra
2005-03-17  0:27 powerpc-linux unwinder fix for 3.4 Alan Modra
2005-03-14 12:58 [PATCH] PowerPC function arg alignment tidy Alan Modra
     [not found] <1109545242.14992.234.camel@gaston>
     [not found] ` <200502272335.j1RNZDD27844@makai.watson.ibm.com>
     [not found]   ` <653d1ad4308fa0e72f08252032f6c753@physics.uc.edu>
2005-02-28 10:52     ` Implicit altivec vs. linux kernel build Alan Modra
2005-02-15  2:20 [RFC] PowerPC 128 bit long double compatibility (PR target/19019) David Edelsohn
2005-02-15  2:22 ` Geoffrey Keating
2005-02-15  2:29   ` David Edelsohn
2005-02-15 11:20     ` Geoffrey Keating
2005-02-15  2:53 ` Richard Henderson
2005-02-15  3:19   ` David Edelsohn
2005-02-15 15:54     ` Alan Modra
2005-02-15 16:11       ` Richard Henderson
2005-02-15 16:31         ` Alan Modra
2005-02-15 17:17           ` Alan Modra
2005-02-16  0:20       ` Geoffrey Keating
2005-02-23 17:43       ` [3.4 PATCH] Fix powerpc*-*-linux* bootstrap " Jakub Jelinek
2005-02-23 19:28         ` David Edelsohn
2005-02-23 19:33           ` [PATCH] Fix powerpc*-*-linux* libgcc.a " Jakub Jelinek
2005-02-24 14:08           ` [3.4 PATCH] Fix powerpc*-*-linux* bootstrap " Alan Modra
2005-02-24 14:51             ` Jakub Jelinek
2005-02-24 14:59               ` Richard Henderson
2005-02-24 15:09               ` Alan Modra
2005-02-24 15:17                 ` Jakub Jelinek
2005-02-25  2:12                 ` [PATCH] Fix powerpc*-*-linux* libgcc.a (PR target/19019, take 2) Jakub Jelinek
2005-02-25  2:18                   ` Richard Henderson
2005-01-29  7:47 [PATCH] powerpc dwarf2 unwinder fallback Alan Modra
2005-01-12  5:02 [PATCH] PR target/19389 Odd gpr mem load unrecognizable insn Alan Modra
2004-12-24 13:47 [PATCH] Fix target/19147: invalid rlwinm patterns Alan Modra
2004-12-23 14:57 [PATCH] PR target/19137: ICE with load of TImode constant Alan Modra
2004-12-02 12:13 mklibgcc fallout Alan Modra
2004-12-02 17:12 ` Zack Weinberg
2004-12-02 18:21   ` Joseph S. Myers
2004-12-02 18:47     ` Zack Weinberg
2004-12-02 19:02       ` David Edelsohn
2004-12-02 21:05         ` Richard Henderson
2004-12-02 21:37         ` Alan Modra
2004-12-02 22:10           ` Zack Weinberg
2004-12-02 22:27             ` David Edelsohn
2004-12-02 23:08               ` Zack Weinberg
2004-12-02 23:26                 ` David Edelsohn
2004-12-04  2:41                   ` Zack Weinberg
2004-12-04  2:48                     ` David Edelsohn
2004-12-03  9:09             ` Alan Modra
2004-12-02 23:13           ` Andreas Schwab
2004-11-26 10:32 [RS6000] Fix PR12817 Alan Modra
2004-11-26  2:32 [PATCH] Fix PR16356 Alan Modra
2004-11-10  2:36 fix pr 16480 on gcc-3.4 Alan Modra
2004-11-08 23:07 [RFC] PowerPC sCC patterns David Edelsohn
2004-11-24 11:40 ` Alan Modra
2004-11-24 21:39   ` David Edelsohn
2004-09-02 18:53 Release RTL bodies after compilation (sometimes) Jan Hubicka
2004-09-02 18:56 ` Jakub Jelinek
2004-09-02 18:58   ` Jan Hubicka
2004-09-03  5:43     ` Mark Mitchell
2004-09-03 22:41       ` Jan Hubicka
2004-09-14 20:00       ` Diego Novillo
2004-09-14 20:15         ` Jan Hubicka
2004-09-14 20:35           ` Richard Henderson
2004-09-14 20:51             ` Jan Hubicka
2004-09-14 21:07               ` Jeffrey A Law
2004-09-14 21:12                 ` Jakub Jelinek
2004-09-14 22:33                   ` Daniel Jacobowitz
2004-09-14 22:53                   ` Richard Henderson
2004-09-16  8:35                   ` Jeffrey A Law
2004-09-14 21:26                 ` Jan Hubicka
2004-09-14 21:40                 ` Diego Novillo
2004-09-14 22:08                   ` Jeffrey A Law
2004-09-14 22:25                     ` Jan Hubicka
2004-09-14 23:55                     ` Michael Matz
2004-09-15  0:25                       ` Jan Hubicka
2004-09-15  4:38                     ` David Edelsohn
2004-09-15 12:25                       ` Jan Hubicka
2004-09-15 12:30                         ` Jan Hubicka
2004-09-15 13:05                           ` Diego Novillo
2004-09-15 13:13                             ` Daniel Jacobowitz
2004-09-15 13:32                               ` Jan Hubicka
2004-09-15 15:59                               ` Diego Novillo
2004-09-15 16:12                                 ` Daniel Jacobowitz
2004-09-15 17:07                                   ` David Edelsohn
2004-09-15 18:48                                     ` Daniel Jacobowitz
2004-09-15 20:35                                     ` Michael Matz
2004-09-16  7:38                                       ` Jeffrey A Law
2004-09-18  7:47                                         ` Geoffrey Keating
2004-09-18 13:58                                           ` Daniel Berlin
2004-09-18 14:52                                             ` Daniel Berlin
2004-09-18 15:33                                               ` Daniel Jacobowitz
2004-09-18 18:47                                                 ` Daniel Berlin
2004-09-18 19:47                                                   ` Daniel Jacobowitz
2004-09-18 20:20                                                     ` Daniel Berlin
2004-09-18  7:36                                       ` Geoffrey Keating
     [not found]                               ` <drow@false.org>
2004-09-15 15:46                                 ` David Edelsohn
2004-09-15 20:17                                   ` Geoffrey Keating
2004-09-16  4:22                                     ` Jeffrey A Law
2005-04-01 21:58                                 ` AIX bootstrap failure (was Re: Hot/cold partitioning fixes) David Edelsohn
2005-06-27 17:18                                 ` [PATCH, committed] PPC405 atomic support (PR target/21760) David Edelsohn
2005-06-28  7:54                                   ` Gunther Nikl
2005-11-09 19:39                                 ` [PATCH] volatile global register variable David Edelsohn
2005-11-10 21:18                                   ` Mark Mitchell
2005-11-11  3:10                                     ` David Edelsohn
2005-11-11  5:50                                       ` Mark Mitchell
2005-11-11  3:37                                     ` David Edelsohn
2006-08-09 14:59                                 ` [PATCH] Fix comments in PPC e500 code David Edelsohn
2006-08-09 16:21                                   ` Eric Botcazou
2006-08-09 16:22                                     ` David Edelsohn
2006-08-09 16:53                                       ` Eric Botcazou
2007-07-31 12:37                                 ` [patch] set -mabi=altivec with -ftree-vectorize David Edelsohn
2007-07-31 14:14                                   ` Daniel Jacobowitz
2007-08-07 15:36                                     ` Daniel Jacobowitz
2007-08-07 15:58                                       ` Andrew Pinski
2007-08-07 17:00                                         ` Daniel Jacobowitz
2007-08-08  2:21                                       ` Daniel Jacobowitz
2007-08-15 22:22                                 ` Mark PowerPC vector ABI in binary attributes David Edelsohn
2007-08-15 22:29                                   ` Daniel Jacobowitz
2007-09-04 13:05                                 ` Fix a reload ICE on e500 David Edelsohn
2007-09-04 13:46                                   ` Daniel Jacobowitz
2004-09-15 13:13                             ` Release RTL bodies after compilation (sometimes) Daniel Berlin
2004-09-15 16:53                             ` Jeffrey A Law
2004-09-15 17:20                               ` Jan Hubicka
2004-09-16  9:03                                 ` Jeffrey A Law
2004-09-16 13:13                                   ` Jan Hubicka
2004-09-15 19:50                       ` Mike Stump
2004-09-15 19:58                         ` David Edelsohn
2004-09-15 20:10                           ` Michael Matz
2004-09-15 20:51                             ` David Edelsohn
2004-09-15 21:02                               ` Daniel Jacobowitz
2004-09-16  4:58                                 ` Jeffrey A Law
2004-09-16  3:43                           ` Jeffrey A Law
2004-09-16  4:29                         ` Jeffrey A Law
2004-09-14 21:07           ` Jeffrey A Law
2004-09-14 21:19             ` Jan Hubicka
2004-09-15 11:59             ` Jan Hubicka
2004-09-15 13:07               ` Diego Novillo
2004-09-14 20:18         ` Jan Hubicka
2004-09-03  6:58 ` Richard Henderson
2004-09-03  8:03   ` Jan Hubicka
2004-09-03 19:08 ` Geoffrey Keating
2004-09-03 19:50   ` Jan Hubicka
2004-08-25 14:28 RS6000 fix pr16480 Alan Modra
2004-08-25 15:45 ` David Edelsohn
2004-08-25 23:09   ` Alan Modra
2004-08-11 11:13 powerpc64 fixes missing from 3.4 branch Alan Modra
2004-08-10 11:55 powerpc64 linux dot symbols Alan Modra
2004-08-10 12:37 ` Joseph S. Myers
2004-08-10 13:34   ` Alan Modra
2004-08-13 13:04 ` Jakub Jelinek
2004-08-13 13:58   ` Alan Modra
2004-08-16 11:49 ` Jakub Jelinek
2004-08-17  0:43   ` Alan Modra
2004-08-20  5:54     ` Alan Modra
2004-08-21 11:58       ` Jakub Jelinek
2004-08-21 15:39         ` Alan Modra
2004-07-14 21:21 [PATCH, committed] SFmode arg padding and va_arg cleanup David Edelsohn
2004-07-26 20:30 ` Alan Modra
2004-05-26 17:31 rs6000 mainline patch for pr 14478 Alan Modra
2004-05-08 15:54 Fixes for powerpc-linux param passing Alan Modra
2004-05-08 15:54 ` Aldy Hernandez
2004-05-08 22:43   ` Geoff Keating
2004-05-09 15:16   ` Alan Modra
2004-05-09 14:21     ` Aldy Hernandez
2004-05-09 14:22     ` Geoff Keating
2004-05-11  6:55     ` Alan Modra
2004-05-10 14:01       ` Aldy Hernandez
2004-05-08 16:41 ` Andrew Pinski
2004-05-08 22:20   ` Aldy Hernandez
2004-05-15 15:00 ` Alan Modra
2004-04-30 14:46 rs6000 stack boundary Alan Modra
2004-04-30 22:26 ` Geoff Keating
2004-04-30 23:06   ` David Edelsohn
     [not found]     ` <200404302355.i3UNtw61022391@desire.geoffk.org>
2004-05-01  0:40       ` David Edelsohn
2004-05-01  2:08       ` Alan Modra
2004-03-30 14:55 [lno] PATCH rs6000.md fix Mostafa Hagog
2004-03-30 15:36 ` David Edelsohn
2004-03-31  4:35   ` Alan Modra
2004-04-01 12:43 ` Dorit Naishlos
2004-04-06 14:21   ` Dorit Naishlos
2004-04-09 20:06   ` Dorit Naishlos
2004-03-13 11:43 [csl-arm, HEAD] ARM PATCH - fix QImode addressing on ARMv4 Richard Earnshaw
2004-03-13 13:01 ` Richard Earnshaw
2004-03-13 21:44   ` Daniel Jacobowitz
2004-03-14  0:43     ` Richard Earnshaw
2004-03-19  8:14       ` Richard Earnshaw
2004-03-19  8:14     ` Daniel Jacobowitz
2004-03-19  8:14   ` Richard Earnshaw
2004-03-19  8:14 ` Richard Earnshaw
     [not found] <40491948.2010900@us.ibm.com>
2004-03-06  9:52 ` Powerpc64 long double support Alan Modra
2004-03-19  8:14   ` Alan Modra
2004-03-06 10:50 ` Alan Modra
2004-03-06 23:13   ` Geoff Keating
2004-03-07  6:37     ` Alan Modra
2004-03-07  7:30       ` Richard Henderson
2004-03-09  5:05         ` Alan Modra
2004-03-09  7:59           ` Richard Henderson
2004-03-09 23:49             ` Alan Modra
2004-03-10  9:42               ` Richard Sandiford
2004-03-10 11:01                 ` Alan Modra
2004-03-10 11:11                   ` Richard Sandiford
2004-03-10 18:48                     ` David Edelsohn
2004-03-10 20:11                       ` Richard Sandiford
2004-03-19  8:14                         ` Richard Sandiford
2004-03-19  8:14                       ` David Edelsohn
2004-03-19  8:14                     ` Richard Sandiford
2004-03-10 11:13                   ` Alan Modra
2004-03-10 11:25                     ` Richard Sandiford
2004-03-10 11:58                       ` Alan Modra
2004-03-10 12:06                         ` Richard Sandiford
2004-03-10 12:25                           ` Alan Modra
2004-03-19  8:14                             ` Alan Modra
2004-03-10 12:42                           ` Andreas Schwab
2004-03-10 12:53                             ` Richard Sandiford
2004-03-19  8:14                               ` Richard Sandiford
2004-03-10 13:48                             ` Alan Modra
2004-03-19  8:14                               ` Alan Modra
2004-03-19  8:14                             ` Andreas Schwab
2004-03-19  8:14                           ` Richard Sandiford
2004-03-19  8:14                         ` Alan Modra
2004-03-19  8:14                       ` Richard Sandiford
2004-03-19  8:14                     ` Alan Modra
2004-03-19  8:14                   ` Alan Modra
2004-03-10 16:18                 ` David Edelsohn
2004-03-11 15:05                   ` Correct powerpc64 long double -0.0 to double conversion Alan Modra
2004-03-19  8:14                     ` Alan Modra
2004-03-19  8:14                   ` Powerpc64 long double support David Edelsohn
2004-03-19  8:14                 ` Richard Sandiford
2004-03-19  8:14               ` Alan Modra
2004-04-01  0:56               ` Geoff Keating
2004-04-06 14:21                 ` Geoff Keating
2004-04-09 20:06                 ` Geoff Keating
2004-03-19  8:14             ` Richard Henderson
2004-03-19  8:14           ` Alan Modra
2004-03-19  8:14         ` Richard Henderson
2004-03-19  8:14       ` Alan Modra
2004-03-19  8:14     ` Geoff Keating
2004-03-19  8:14   ` Alan Modra
2004-03-03 15:14 Fix PR 14406 (rs6000 abstf2) Alan Modra
2004-03-19  8:14 ` Alan Modra
2004-02-10 11:42 Fix libjava failure on powerpc64-linux Alan Modra
2004-02-10 12:34 ` Andrew Haley
2004-02-10 13:31   ` Alan Modra
2004-02-10 14:12     ` Andrew Haley
2004-02-21 13:45       ` Andrew Haley
2004-02-21 13:45     ` Alan Modra
2004-02-21 13:45   ` Andrew Haley
2004-02-21 13:45 ` Alan Modra
     [not found] <20040108000828.GQ2533@bubble.modra.org>
     [not found] ` <jmllojuvbk.fsf@desire.geoffk.org>
     [not found]   ` <20040108005715.GS2533@bubble.modra.org>
     [not found]     ` <200401080107.i0817HT26846@makai.watson.ibm.com>
2004-01-08  2:01       ` mainline -mcpu=power4 Alan Modra
     [not found] <OFEA5CA921.302AEEB5-ON41256E00.005FB141@de.ibm.com>
     [not found] ` <200312182258.hBIMwgT25422@makai.watson.ibm.com>
     [not found]   ` <200312201527.hBKFRHgI000712@elgar.kettenis.dyndns.org>
     [not found]     ` <3FF5A069.1040306@gnu.org>
     [not found]       ` <200401022317.i02NHQBR001191@desire.geoffk.org>
2004-01-06 15:27         ` Incorrect DWARF-2 register numbers on PPC64? Alan Modra
2004-01-06 18:07           ` Geoff Keating
2004-01-06 18:10             ` David Edelsohn
2004-01-06 22:05               ` Geoff Keating
2004-01-06 22:08                 ` David Edelsohn
2004-01-06 22:34                   ` Geoff Keating
2004-01-07  0:26                     ` Alan Modra
2004-01-07 17:43           ` Mark Kettenis
2004-01-07 22:29             ` Alan Modra
2004-01-07 23:36               ` Andrew Cagney
2004-01-08  0:48                 ` Alan Modra
2004-01-08  5:01                   ` Geoff Keating
2004-01-09  2:34                     ` Alan Modra
2004-01-09  2:49                       ` Alan Modra
2004-01-09  6:39                       ` Alan Modra
2004-01-17  6:54                         ` Alan Modra
2004-01-17  8:05                           ` Geoff Keating
2004-01-18  6:03                             ` Alan Modra
2004-01-09 15:15                       ` Mark Kettenis
     [not found]           ` <amodra@bigpond.net.au>
2002-05-23  7:02             ` rs6000.c:output_toc Alan Modra
2002-05-23  9:21               ` rs6000.c:output_toc David Edelsohn
     [not found]             ` <200209140219.WAA25730@makai.watson.ibm.com>
2002-09-13 19:59               ` SYMBOL_REF_FLAG Alan Modra
2002-09-13 22:17                 ` SYMBOL_REF_FLAG Richard Henderson
2002-09-14  0:09                   ` SYMBOL_REF_FLAG David Edelsohn
2002-09-14  0:01                 ` SYMBOL_REF_FLAG David Edelsohn
2002-10-03 19:25             ` powerpc fix for gcc.dg/asm-names.c failure Alan Modra
2002-10-03 19:32               ` David Edelsohn
2003-06-07  5:59             ` powerpc64 crt* tweak Alan Modra
2003-06-07  6:00               ` David Edelsohn
2003-08-01 14:57             ` powerpc64-linux libffi update Alan Modra
2003-08-01 15:08               ` David Edelsohn
2004-01-06 16:02             ` Incorrect DWARF-2 register numbers on PPC64? David Edelsohn
2004-01-08  2:09             ` mainline -mcpu=power4 David Edelsohn
2004-01-08 15:14               ` Alan Modra
2004-02-10 15:07             ` Fix libjava failure on powerpc64-linux David Edelsohn
2004-02-10 15:09               ` Andrew Haley
2004-02-10 15:39                 ` David Edelsohn
2004-02-10 15:59                   ` Andrew Haley
2004-02-10 16:14                     ` David Edelsohn
2004-02-21 13:45                       ` David Edelsohn
2004-02-21 13:45                     ` Andrew Haley
2004-02-21 13:45                   ` David Edelsohn
2004-02-21 13:45                 ` Andrew Haley
2004-02-21 13:45               ` David Edelsohn
2004-03-03 21:03             ` Fix PR 14406 (rs6000 abstf2) David Edelsohn
2004-03-03 21:34               ` Alan Modra
2004-03-04  2:44                 ` Alan Modra
2004-03-19  8:14                   ` Alan Modra
2004-03-19  8:14                 ` Alan Modra
2004-03-19  8:14               ` David Edelsohn
2004-03-04  2:47             ` David Edelsohn
2004-03-19  8:14               ` David Edelsohn
2004-03-10  6:23             ` Powerpc64 long double support David Edelsohn
2004-03-10  6:44               ` Alan Modra
2004-03-19  8:14                 ` Alan Modra
2004-03-19  8:14               ` David Edelsohn
2004-03-12 20:26             ` Correct powerpc64 long double -0.0 to double conversion David Edelsohn
2004-03-19  8:14               ` David Edelsohn
2004-04-30 14:55             ` rs6000 stack boundary David Edelsohn
2004-05-09 14:19             ` Fixes for powerpc-linux param passing David Edelsohn
2004-05-09 14:22               ` Aldy Hernandez
2004-05-18  4:23             ` [lno] PATCH rs6000.md fix David Edelsohn
2004-05-26 18:52             ` rs6000 mainline patch for pr 14478 David Edelsohn
2004-05-26 20:17               ` Alan Modra
2004-05-26 21:18             ` David Edelsohn
2004-07-26 22:22             ` [PATCH, committed] SFmode arg padding and va_arg cleanup David Edelsohn
2004-07-28 11:26               ` Alan Modra
2004-07-28 12:11                 ` Alan Modra
2004-08-06  7:58                   ` Alan Modra
2004-07-28 12:17             ` David Edelsohn
2004-08-06 14:53             ` David Edelsohn
2004-08-11 14:47             ` powerpc64 fixes missing from 3.4 branch David Edelsohn
2004-08-20 22:35             ` powerpc64 linux dot symbols David Edelsohn
2004-08-25 23:56             ` RS6000 fix pr16480 David Edelsohn
2004-08-26  1:21               ` Alan Modra
2004-08-26  1:30             ` David Edelsohn
2004-11-10  4:48             ` fix pr 16480 on gcc-3.4 David Edelsohn
2004-11-24 18:27             ` [RFC] PowerPC sCC patterns David Edelsohn
2004-11-26  4:45             ` [PATCH] Fix PR16356 David Edelsohn
2004-11-27  0:00             ` [RS6000] Fix PR12817 David Edelsohn
2004-11-27  0:18               ` Alan Modra
2004-11-27  4:55                 ` Geoffrey Keating
2004-11-27  8:41                   ` Alan Modra
2004-11-27  7:34                 ` Alan Modra
2004-11-27 19:56                 ` Dale Johannesen
2004-11-27  4:15               ` Geoffrey Keating
2004-11-27 22:30               ` Mike Stump
2004-11-27 22:03             ` David Edelsohn
2004-11-27 22:23               ` Mike Stump
2004-11-27 22:48               ` Dale Johannesen
2004-11-27 22:52                 ` Alan Modra
2004-11-28  0:20                   ` Dale Johannesen
2004-11-29  2:38               ` Geoffrey Keating
2004-12-03 16:02             ` mklibgcc fallout David Edelsohn
2004-12-03 21:55               ` Mark Mitchell
2004-12-03 22:18                 ` David Edelsohn
2004-12-03 22:42                   ` Mark Mitchell
2004-12-04  3:06                     ` Alan Modra
2004-12-04  3:40                       ` Zack Weinberg
2004-12-08 12:09                       ` Richard Sandiford
2004-12-08 13:54                         ` Alan Modra
2004-12-08 14:08                           ` Richard Sandiford
2004-12-23 17:46             ` [PATCH] PR target/19137: ICE with load of TImode constant David Edelsohn
     [not found]               ` <20041224002336.GB2765@bubble.modra.org>
2004-12-24 19:30                 ` David Edelsohn
2004-12-24 15:55             ` [PATCH] Fix target/19147: invalid rlwinm patterns David Edelsohn
2005-01-12  5:23             ` [PATCH] PR target/19389 Odd gpr mem load unrecognizable insn David Edelsohn
2005-01-29 17:21             ` [PATCH] powerpc dwarf2 unwinder fallback David Edelsohn
2005-02-15 19:41             ` [RFC] PowerPC 128 bit long double compatibility (PR target/19019) David Edelsohn
2005-02-16  1:52               ` Geoffrey Keating
2005-03-02 16:17             ` Implicit altivec vs. linux kernel build David Edelsohn
2005-03-17  0:48             ` powerpc-linux unwinder fix for 3.4 David Edelsohn
2005-03-20 23:01             ` [PATCH] PowerPC function arg alignment tidy David Edelsohn
2005-03-31  0:16             ` [RS6000] Fix PR20611, duplicate label for inlined function referencing TLS David Edelsohn
2005-05-31 14:32             ` powerpc new PLT and GOT David Edelsohn
2005-06-10  1:13             ` [PATCH] PowerPC SVR4 _mcount calls David Edelsohn
2005-09-12  3:15             ` [RS6000] Nop-insertion fix David Edelsohn
2005-09-12  3:59             ` [PowerPC] Fix PR23774 stack backchain broken David Edelsohn
2005-09-13  0:44             ` David Edelsohn
2005-09-13  4:19               ` Alan Modra
2005-10-21  2:01             ` [PowerPC] -msdata=data needless use of .sbss section David Edelsohn
2005-11-02 23:37             ` [PowerPC64] gcc.c-torture/compile/pr20928.c failure David Edelsohn
2005-11-08  2:59             ` [PowerPC] Fix PR23704, -m64 overrides prior -mno-powerpc-gfxopt David Edelsohn
2005-11-25  5:15             ` [RS6000] Add some more functions to ppc64-fp.c David Edelsohn
2005-11-27 23:25             ` [PowerPC] -msdata=data needless use of .sbss section David Edelsohn
2005-11-28  2:51             ` [PowerPC] PR24997: ICE with -ftree-vectorize David Edelsohn
2005-12-07 13:35             ` [PowerPC] Fix pr25212, indexed address predicates David Edelsohn
2005-12-10 18:14             ` [PowerPC] Default TARGET_ALIGN_NATURAL properly for target libs David Edelsohn
2005-12-15  7:04             ` [PowerPC] Fix 25406, rs6000_special_round_type_align David Edelsohn
2005-12-28 15:07             ` [PowerPC] Fix PR25572, -mminimal-toc trashes r30 David Edelsohn
2006-02-24  3:03             ` [PowerPC64] Fix 26453, segfault -m64 -mtraceback=full David Edelsohn
2006-03-30 21:46             ` [PowerPC] linuxspe vs. ibm long double David Edelsohn
2006-03-30 23:42               ` Alan Modra
2006-03-30 21:50             ` [PowerPC] PR26459 again David Edelsohn
2006-03-30 23:12               ` Alan Modra
2006-03-30 23:50             ` [PowerPC] linuxspe vs. ibm long double David Edelsohn
2006-03-31  0:33             ` [PowerPC] PR26459 again David Edelsohn
2006-04-05  2:26             ` [RFT/RFA] Fix AIX fallout from PR/19653 patch David Edelsohn
2006-04-12  0:53             ` [PowerPC] Avoid ICE on DFmode subreg David Edelsohn
2006-07-07 13:08             ` [PATCH, committed] PR 28150 and PR 28170 David Edelsohn
2003-10-24 13:52 [PATCH] - Use of powerpc 64bit instructions in 32bit ABI Ulrich Weigand
2003-10-24 17:32 ` David Edelsohn
2003-10-24 18:07   ` Richard Henderson
2003-10-24 18:34     ` David Edelsohn
2003-10-24 18:57       ` Richard Henderson
2003-11-03 20:55         ` David Edelsohn
2003-12-01 14:27           ` Eric Botcazou
2003-12-01 15:46             ` David Edelsohn
2003-12-01 16:15               ` Eric Botcazou
2003-12-01 18:44                 ` David Edelsohn
2003-12-01 19:29                   ` Fariborz Jahanian
2003-12-01 19:33                     ` David Edelsohn
2003-12-02  9:20                       ` Eric Botcazou
2003-12-02 16:17                         ` David Edelsohn
2003-12-02 17:28                           ` Eric Botcazou
2003-12-02 17:39                             ` Fariborz Jahanian
2003-12-02 18:50                               ` Eric Botcazou
2003-12-02 17:41                             ` David Edelsohn
2003-12-02 18:50                               ` Eric Botcazou
2003-12-02 18:02                             ` David Edelsohn
2003-12-02 23:34                               ` Eric Botcazou
2003-12-02 23:42                                 ` fj
2003-12-05 16:41                                   ` Eric Botcazou
2003-12-02  8:00                   ` Eric Botcazou
2003-10-24 19:08       ` Geoff Keating
2003-10-24 19:10         ` David Edelsohn
2003-10-24 19:22       ` Dale Johannesen
2003-10-24 19:28         ` Dale Johannesen
2003-10-24 21:25         ` Richard Henderson
2003-10-25  3:10         ` David S. Miller
2003-10-24 18:34     ` Fariborz Jahanian
     [not found] <20030911193937.GD16280@redhat.com>
2003-09-11 20:08 ` C++ testsuite failures on AIX David Edelsohn
2003-09-11 20:09   ` Richard Henderson
2003-09-11 20:17     ` David Edelsohn
2003-09-11 20:20       ` Richard Henderson
2003-09-11 20:49         ` Mark Mitchell
2003-09-11 21:33           ` Jan Hubicka
2003-09-11 20:29     ` Jan Hubicka
2003-09-11 20:31       ` David Edelsohn
2003-09-11 20:32         ` Jan Hubicka
2003-09-11 20:48           ` David Edelsohn
2003-09-11 20:50           ` David Edelsohn
     [not found] <20030612184851.E41510@forte.austin.ibm.com>
     [not found] ` <20030613020133.GK23826@bubble.sa.bigpond.net.au>
2003-06-13 15:07   ` ppc64 floating point usage [was Re: PPC64 Compiler bug !!] Alan Modra
2003-06-13 15:38     ` David Edelsohn
2003-06-13 20:04     ` David Edelsohn
2003-06-13 20:06       ` Jakub Jelinek
2003-06-13 20:38         ` David Edelsohn
2003-06-13 21:06           ` linas
2003-06-13 21:17             ` Michael S. Zick
2003-06-14  3:14               ` Michael Meissner
2003-06-14  3:14                 ` gp
2003-06-14  9:07                 ` Alan Modra
2003-06-14 14:59                 ` Michael S. Zick
2003-06-14 22:52                   ` Michael Meissner
2003-06-13 22:19             ` Janis Johnson
2003-06-13 21:08       ` linas
2003-08-08  7:24       ` Alan Modra
2003-08-08 14:01         ` David Edelsohn
2003-08-09  1:55           ` ppc64 floating point usage Zack Weinberg
2003-08-09  2:42             ` David Edelsohn
2003-08-09  2:56               ` Alan Modra
2003-08-09  3:15                 ` David Edelsohn
2003-08-09  3:40                   ` Alan Modra
2003-08-09  2:23           ` ppc64 floating point usage [was Re: PPC64 Compiler bug !!] Eric Christopher
2003-08-09  2:50             ` David Edelsohn
2003-08-09  3:06               ` Eric Christopher
2003-08-09  3:27                 ` David Edelsohn
2003-08-09 23:14                   ` Eric Christopher
2003-08-09 23:27                     ` David Edelsohn
2003-08-10  0:15                       ` Eric Christopher
2003-08-10  5:17                   ` Geoff Keating
2003-08-10  6:43                     ` Alan Modra
2003-08-10  7:00                       ` Geoff Keating
2003-05-27 11:58 [PATCH] powerpc64-linux bi-arch support Jakub Jelinek
2003-05-27 14:57 ` David Edelsohn
2003-05-27 15:06   ` Jakub Jelinek
2003-05-27 15:25     ` David Edelsohn
2003-05-27 15:52       ` Jakub Jelinek
2003-05-27 22:44         ` David Edelsohn
2003-05-29 22:50           ` Alan Modra
2003-05-30  0:52             ` David Edelsohn
2003-05-31 20:52               ` Jakub Jelinek
2003-06-02 20:24                 ` David Edelsohn
2003-06-02 22:08                 ` David Edelsohn
2003-06-02 22:37                   ` Michael Meissner
2003-06-04 14:48 ` David Edelsohn
2003-06-04 16:51 ` David Edelsohn
2003-06-04 16:58   ` Jakub Jelinek
2003-08-19 20:07 ` David Edelsohn
2003-08-20  0:42   ` Alan Modra
2003-05-14 16:25 powerpc-unknown-linux-gnu bootstrap fix Matt Kraai
2003-05-14 17:12 ` David Edelsohn
2003-05-14 17:23   ` Richard Henderson
2003-05-14 17:26     ` David Edelsohn
2003-05-14 17:52       ` Richard Henderson
2003-05-14 18:58         ` David Edelsohn
2003-05-15 23:22       ` Geoff Keating
2003-05-18 23:17         ` Matt Kraai
2003-05-19  0:16           ` Geoff Keating
2003-04-24 15:34 function parms in regs, patch 3 of 3 Alan Modra
2003-04-24 15:34 function parms in regs, patch 1 " Alan Modra
2003-04-25 22:44 ` Richard Henderson
2003-04-26  0:33   ` Janis Johnson
2003-04-27 23:34   ` Alan Modra
2003-04-30 13:29     ` function parms in regs, patch 3 " Alan Modra
2003-05-02  6:05       ` Jim Wilson
2003-05-02 12:38         ` Alan Modra
2003-05-02 20:23           ` Jim Wilson
2003-05-03  1:22             ` Alan Modra
2003-07-10  6:55       ` Jim Wilson
2003-07-14  2:51         ` Alan Modra
2003-07-14  3:00           ` David Edelsohn
2003-07-15 15:08           ` David Edelsohn
2003-07-16  3:49             ` Alan Modra
2003-07-16 15:08               ` David Edelsohn
2003-07-16 15:10               ` David Edelsohn
2003-05-02  5:06 ` function parms in regs, patch 1 " Jim Wilson
2003-05-02  5:20   ` Richard Henderson
2003-04-09 19:34 [PATCH] fold-const.c use of BRANCH_COST David Edelsohn
2003-04-11  4:11 ` Richard Henderson
2003-04-11  4:23   ` Andrew Pinski
2003-04-11 17:47     ` Geoff Keating
2003-04-12  2:48       ` Segher Boessenkool
2003-04-11  4:24   ` David Edelsohn
2003-04-11  4:43     ` Richard Henderson
2003-04-11  4:58       ` David Edelsohn
2003-04-11  5:11         ` Richard Henderson
2003-04-11 14:41           ` David Edelsohn
2003-04-11 14:47             ` Jan Hubicka
2003-04-11 15:51               ` David Edelsohn
2003-04-11 16:57                 ` Jan Hubicka
2003-04-11 16:58                   ` David Edelsohn
2003-04-21 17:24                   ` David Edelsohn
2003-04-21 18:00                     ` Richard Henderson
2003-04-22 15:02                       ` David Edelsohn
2003-04-11 17:49             ` Geoff Keating
2003-04-11 17:08         ` Dale Johannesen
2003-04-11 17:54           ` David Edelsohn
2002-08-21 11:09 [RFC] PowerPC select_section / unique_section David Edelsohn
2002-08-21 11:21 ` Franz Sirl
2002-08-21 11:29   ` David Edelsohn
2002-08-21 12:01     ` Franz Sirl
2002-08-21 12:15       ` David Edelsohn
2002-08-29 18:01         ` Richard Henderson
2002-08-21 19:02     ` Alan Modra
2002-08-21 19:19       ` David Edelsohn
2002-08-21 19:25         ` Alan Modra
2002-08-21 21:28           ` David Edelsohn
2002-08-29 18:19             ` Richard Henderson
2002-08-29 18:03       ` Richard Henderson
2002-08-30  7:15         ` Alan Modra
2002-08-30  8:27           ` Alan Modra
2002-08-30  8:42           ` David Edelsohn
2002-08-30 11:17             ` Franz Sirl
2002-08-30 11:26               ` Franz Sirl
2002-08-30 11:29               ` David Edelsohn
2002-08-30 17:32             ` Alan Modra
2002-08-30 18:17               ` Richard Henderson
2002-08-30 18:48                 ` Geoff Keating
2002-08-30 19:40                   ` -finline-functions vs -fpic Richard Henderson
2002-08-30 20:57                     ` Richard Henderson
2002-09-02 15:41                 ` [RFC] PowerPC select_section / unique_section David Edelsohn
2002-09-02 16:32                   ` Alan Modra
2002-09-02 16:51                     ` David Edelsohn
2002-09-02 17:13                       ` Alan Modra
2002-09-02 17:57                         ` David Edelsohn
2002-09-02 18:27                           ` Alan Modra
2002-09-02 18:49                             ` David Edelsohn
2002-09-02 19:41                               ` Alan Modra
2002-09-02 19:59                                 ` David Edelsohn
2002-09-02 20:17                               ` Richard Henderson
2002-09-02 20:11                             ` Jeff Sturm
2002-09-02 20:19                               ` David Edelsohn
2002-09-03  0:16                                 ` Richard Henderson
2002-09-03  8:22                                   ` David Edelsohn
2002-09-03  9:04                                     ` Richard Henderson
2002-09-03 10:40                                       ` David Edelsohn
2002-09-03 13:44                                         ` Richard Henderson
2002-09-03  9:29                             ` Mark Mitchell
2002-09-03  8:41                           ` Geoff Keating
2002-09-03  9:50                             ` David Edelsohn
2002-08-21 18:54 ` Alan Modra
2002-08-21 18:59   ` David Edelsohn
2002-08-01 18:39 power4 branch hints Alan Modra
2002-08-01 18:47 ` David Edelsohn
2002-08-01 19:50   ` Alan Modra
2002-08-01 20:25     ` David Edelsohn
2002-08-02 13:25   ` Geoff Keating
     [not found] <20020625081846.10430.qmail@sources.redhat.com>
2002-07-15  2:43 ` other/7114: ICE building strcoll.op from glibc-2.2.5 Alan Modra
2002-07-15  5:22   ` Alan Modra
2002-07-15 12:51   ` Geoff Keating
2002-07-15 16:54     ` Alan Modra
2002-07-15 18:38       ` Alan Modra
2002-07-15 22:08         ` Richard Henderson
2002-07-16  0:03           ` Alan Modra
2002-07-16 11:23         ` Geoff Keating
2002-07-16 18:51           ` Alan Modra
2002-07-16 22:07             ` Alan Modra
2002-07-17  0:58             ` Geoff Keating
2002-07-17  2:04               ` Alan Modra
2002-07-17 10:42                 ` David Edelsohn
2002-07-17 12:10                 ` Geoff Keating
2002-07-17  8:45               ` David Edelsohn
2002-07-17 12:26                 ` Geoff Keating
2002-07-17 14:05                   ` David Edelsohn
2002-07-17 19:20                   ` Alan Modra
2002-07-17 19:45                     ` David Edelsohn
2002-07-17 20:50                     ` David Edelsohn
2002-07-17 20:52                       ` Alan Modra
2002-07-16 10:46       ` Geoff Keating
     [not found] <20020712071414.GR30362@bubble.sa.bigpond.net.au>
2002-07-13  4:58 ` target/7282: powerpc64 SImode in FPR Alan Modra
2002-07-13  7:25   ` David Edelsohn
2002-07-13 23:36     ` Alan Modra
2002-07-14  7:59       ` David Edelsohn
2002-07-03 10:56 convert 32-bit PowerPC GNU/Linux to TARGET_OS_CPP_BUILTINS Neil Booth
2002-07-09 10:06 ` David Edelsohn
2002-07-09 10:28   ` Neil Booth
2002-07-09 18:50   ` Matt Kraai
2002-06-09  8:10 PowerPC cleanup and Power4 David Edelsohn
2002-06-09  8:24 ` Neil Booth
2002-06-09  8:31   ` David Edelsohn
2002-06-09 10:05 ` Geoff Keating
2002-06-09 10:33   ` David Edelsohn
2002-06-09 12:08     ` Geoff Keating
2002-06-09 12:15       ` David Edelsohn
2002-05-21 18:54 thread-local storage: c front end and generic backend patch Richard Henderson
2002-05-22  4:25 ` Joseph S. Myers
2002-05-22 13:53 ` Mark Mitchell
2002-05-22 14:22   ` Richard Henderson
2002-05-22 14:44     ` Gabriel Dos Reis
2002-05-22 14:55       ` Joseph S. Myers
2002-05-22 14:52     ` Mark Mitchell
2002-05-22 15:01       ` Richard Henderson
2002-05-22 15:13         ` Jakub Jelinek
2002-05-22 15:36           ` Richard Henderson
2002-05-22 15:42             ` Mark Mitchell
2002-05-22 15:56               ` Richard Henderson
2002-05-29 23:48           ` Fergus Henderson
2002-05-22 15:39         ` Mark Mitchell
2002-05-22 16:30           ` Richard Henderson
2002-05-22 16:46     ` Alexandre Oliva
2002-05-22 16:53       ` Richard Henderson
2002-07-11  9:00 ` David Edelsohn
2002-07-11 11:02   ` Richard Henderson
2002-07-26 11:08     ` [PATCH] " David Edelsohn
2002-07-27 15:40       ` Richard Henderson
2002-07-27 16:18         ` David Edelsohn
2002-07-29 11:02           ` Richard Henderson
2002-07-29 11:36             ` David Edelsohn
2002-07-29 15:30               ` Richard Henderson
2002-07-29 22:10                 ` David Edelsohn
2002-07-30  9:41                   ` Richard Henderson
2002-03-08 14:25 biggest alignment for sysv4.h altivec Aldy Hernandez
2002-03-08 14:49 ` Geoff Keating
2002-03-08 14:52   ` Aldy Hernandez
2002-03-08 15:16     ` Geoff Keating
2002-03-08 15:26       ` Aldy Hernandez
2002-03-08 15:48         ` Geoff Keating
2002-03-08 15:53           ` Aldy Hernandez
2002-03-08 17:34             ` Richard Henderson
2002-03-08 18:52       ` Richard Henderson
2002-03-08 20:09       ` David Edelsohn
2002-03-09  2:11         ` Geoff Keating
2002-03-09 15:09           ` David Edelsohn
2002-03-09 16:17             ` Geoff Keating
2002-03-06  6:54 f build dies with: undefined reference to `lookup_name' Andrew Cagney
2002-03-06  8:29 ` David Edelsohn
2002-03-06  8:53   ` Andrew Cagney
2002-03-06 10:18     ` David Edelsohn
2002-03-06 10:59       ` Richard Henderson
2002-03-06 11:27         ` David Edelsohn
2002-03-06 12:41           ` Richard Henderson
2002-03-06 14:18             ` David Edelsohn
2002-03-06 14:22               ` Richard Henderson
2002-03-06 15:06                 ` David Edelsohn
2002-03-06 15:07                   ` Richard Henderson
2002-03-06 15:09                     ` David Edelsohn
2002-03-06 15:13                       ` Richard Henderson
2002-03-06 15:18                 ` Alan Modra
2002-03-06 19:01                   ` Alan Modra
2002-03-10 14:27                     ` Andrew Cagney
2002-03-10 14:34                       ` David Edelsohn
2002-03-10 16:00                         ` Richard Henderson
2002-03-06 15:40         ` David Edelsohn
2002-03-14 11:34         ` David Edelsohn
2002-03-14 12:02           ` Neil Booth
2002-03-14 13:47           ` Geoff Keating
2002-03-14 14:07             ` David Edelsohn
2002-03-14 15:02               ` Geoff Keating
2002-03-14 15:24             ` David Edelsohn
2002-03-14 16:57               ` Alan Modra
2002-03-14 18:05                 ` Geoff Keating
2002-03-14 18:35                   ` David Edelsohn
2002-03-14 20:07                     ` Geoff Keating
2002-03-14 21:10                       ` Richard Henderson
2002-03-14 23:03                         ` Richard Henderson
2002-03-15  8:20                           ` David Edelsohn
2002-03-15 17:01                             ` Richard Henderson
2002-03-19 16:40                               ` Alan Modra
2002-03-19 17:02                                 ` Richard Henderson
2002-03-14 16:00         ` David Edelsohn
2002-03-06 11:43       ` Stan Shebs
2002-02-03 19:14 [PATCH] PowerPC fsel PR5217 David Edelsohn
2002-02-03 21:14 ` Geoff Keating
2002-02-03 21:40   ` David Edelsohn
2002-02-03 22:08     ` Geoff Keating
2002-02-03 22:45       ` David Edelsohn
2002-02-03 23:14         ` Geoff Keating
2002-02-04  9:26           ` David Edelsohn
2002-02-04 10:24             ` Geoff Keating
2002-02-04 10:40               ` David Edelsohn
2002-02-04 11:18                 ` Dale Johannesen
2002-02-04 11:44                 ` Geoff Keating
2002-02-05 11:20                   ` David Edelsohn
2002-02-05 12:47                     ` David Edelsohn
2002-02-05 14:17                       ` Mark Mitchell
2002-01-28  1:05 ppc call_value* fixes (plus minor apple gripe) Aldy Hernandez
2002-01-28  7:26 ` Stan Shebs
2002-01-29 14:30   ` Aldy Hernandez
2002-01-28  7:43 ` Geoff Keating
2002-01-28  7:49 ` David Edelsohn
2002-01-28 11:12 ` Richard Henderson
2002-01-28 12:52   ` David Edelsohn
2002-01-28 22:44   ` Aldy Hernandez
2002-01-29 10:51     ` David Edelsohn
2001-12-29  7:03 PATCH, rs6000 (alpha?) long const Tom Rix
2001-12-29 11:40 ` Richard Henderson
2001-12-29 12:40   ` Tom Rix
2001-12-29 17:00     ` Richard Henderson
2001-12-29 18:37       ` Tom Rix
2001-12-29 20:45         ` Richard Henderson
2001-12-29 21:24           ` PATCH, rs6000 (alpha?) long const --verbose Tom Rix
2001-12-29 23:01             ` Richard Henderson
2001-12-29 23:02             ` Richard Henderson
2002-01-01 12:21               ` PATCH, rs6000 (alpha?) long const take 2 Tom Rix
2002-01-01 13:46                 ` Richard Henderson
2002-01-02 13:20                   ` Geoff Keating
2002-01-02 13:22                     ` Richard Henderson
2002-01-02 20:44                     ` David Edelsohn
2002-01-03  0:52                       ` Richard Henderson
2002-01-03  8:06                         ` David Edelsohn
2002-01-04 12:04                           ` Geoff Keating
2002-01-04 14:31                             ` David Edelsohn
2002-01-10 14:00                               ` PATCH, rs6000 long const take 3 Tom Rix
2002-01-10 14:08                                 ` Richard Henderson
2002-01-10 14:20                                 ` David Edelsohn
2001-11-13 15:03 [PATCH] adds powerpc-*-freebsd? to mainline David Edelsohn
2001-11-13 15:03 ` Geoff Keating
2001-11-13 15:03   ` David Edelsohn
2001-11-13 15:03     ` David O'Brien
2001-11-13 15:03     ` Geoff Keating
2001-11-13 15:03       ` David Edelsohn
2001-11-13 15:03         ` David O'Brien
2001-11-13 15:03         ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020708225837.GC2514@catalonia \
    --to=kraai@alumni.cmu.edu \
    --cc=dje@watson.ibm.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).