public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Roman Zippel <zippel@linux-m68k.org>
To: Jeffrey Law <law@redhat.com>
Cc: Richard Sandiford <richard@codesourcery.com>,
	gcc-patches@gcc.gnu.org,      mark@codesourcery.com
Subject: Re: [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS   macro
Date: Wed, 14 Feb 2007 19:10:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.64.0702141951310.26384@scrub.home> (raw)
In-Reply-To: <1171472988.4134.196.camel@sweet.slc.redhat.com>

Hi,

On Wed, 14 Feb 2007, Jeffrey Law wrote:

> > So, _from an optimisation perspective_, I think it is reasonable to
> > accept indexed addresses for SImode and not for SFmode.  I'm still
> > not sure whether you disagree with that.
> I disagree with that if the port allows integer values in FP regsters
> and the hardware can't do FP indexed loads/stores because G_I_L_A
> could be passed SImode but generate an FP load/store.

m68k doesn't allow integer values in fp register (rejected in 
m68k_regno_mode_ok), thus...

> > Now G_I_L_A has a mode argument _precisely_ so that the legitimacy of
> > an address can depend on the mode.  However, G_I_L_A is not the only
> > backend interface for describing addressing modes; we also have the
> > BASE_REG_CLASS and INDEX_REG_CLASS macros.  These latter macros are
> > all that reload looks at when legitimizing addresses, so they must
> > of course agree with G_I_L_A.
> I disagree on this point and as I've stated before I think you're
> using this to avoid fixing the backend to deal with a broken G_I_L_A.

...our G_I_L_A isn't broken in this regard.

bye, Roman

  parent reply	other threads:[~2007-02-14 19:02 UTC|newest]

Thread overview: 280+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-10 10:30 ColdFire submission Richard Sandiford
2007-01-10 10:31 ` [ColdFire 1/63] Retabulate TARGET_CPU_CPP_BUILTINS Richard Sandiford
2007-01-10 10:33   ` [ColdFire 2/63] Use TUNE_* macros instead of TARGET_* macros Richard Sandiford
2007-01-10 10:34     ` [ColdFire 3/63] Add TUNE_68040_60 Richard Sandiford
2007-01-10 10:35       ` [ColdFire 4/63] TARGET_COLDFIRE_FPU vs. TARGET_CFV4E Richard Sandiford
2007-01-10 10:37         ` [ColdFire 5/63] Introduce TARGET_ISAB Richard Sandiford
2007-01-10 17:53           ` Jeffrey Law
2007-01-10 10:39         ` [ColdFire 6/63] Make gcc honour -m68010 Richard Sandiford
2007-01-10 10:45           ` [ColdFire 7/63] Default target selection and --with-cpu support Richard Sandiford
2007-01-10 10:46             ` [ColdFire 8/63] Share ASM_SPEC code between targets Richard Sandiford
2007-01-10 10:54               ` [ColdFire 9/63] Add -mcpu, -march, -mtune, and related options Richard Sandiford
2007-01-10 10:55                 ` [ColdFire 10/63] Rename TARGET_68040_ONLY to TARGET_68040 Richard Sandiford
2007-01-10 10:57                   ` [ColdFire 11/63] Treat mc680x0 macros as tuning-dependent macros Richard Sandiford
2007-01-10 10:58                     ` [ColdFire 12/63] Add new predefined macros Richard Sandiford
2007-01-10 11:00                       ` [ColdFire 13/63] Remove some RejectNegatives Richard Sandiford
2007-01-10 11:02                         ` [ColdFire 14/63] Make "long double" the same as "double" on ColdFire Richard Sandiford
2007-01-10 11:05                           ` [RTL, ColdFire 15/63] Avoid out-of-segment constants on uClinux Richard Sandiford
2007-01-10 11:10                             ` [ColdFire 16/63] Bring *-uclinux configurations closer to *-linux-gnu Richard Sandiford
2007-01-10 11:13                               ` [ColdFire 17/63] Assorted uClinux improvements Richard Sandiford
2007-01-10 11:15                                 ` [ColdFire 18/63] Configuration cleanups Richard Sandiford
2007-01-10 11:16                                   ` [ColdFire 19/63] Make MOTOROLA a numeric macro from the outset Richard Sandiford
2007-01-10 11:17                                     ` [ColdFire 20/63] Factor out soft-float library support Richard Sandiford
2007-01-10 11:19                                       ` [ColdFire 21/63] Add *_REGNO_P macros Richard Sandiford
2007-01-10 11:20                                         ` [ColdFire 22/63] Remove redundant PIC handling Richard Sandiford
2007-01-10 11:21                                           ` [ColdFire 23/63] Some assorted cleanups Richard Sandiford
2007-01-10 11:23                                             ` [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS macro Richard Sandiford
2007-01-10 11:24                                               ` [ColdFire 25/63] Define MODE_INDEX_REG_CLASS for m68k Richard Sandiford
2007-01-10 11:28                                                 ` [ColdFire 26/63] Rework the call and jump handling Richard Sandiford
2007-01-10 11:32                                                   ` [ColdFire 27/63] Addressing mode changes and fixes Richard Sandiford
2007-01-10 11:34                                                     ` [middle-end, ColdFire 28/63] Change the canonical NaN representation Richard Sandiford
2007-01-10 11:35                                                       ` [ColdFire 29/63] Fix a movdf bug Richard Sandiford
2007-01-10 11:38                                                         ` [ColdFire 30/63] Fix rounding for ColdFire FPUs Richard Sandiford
2007-01-10 11:39                                                           ` [ColdFire 31/63] Fix rounding problems in fpgnulib.c Richard Sandiford
2007-01-10 11:41                                                             ` [ColdFire 32/63] Delete USE_RETURN_INSN Richard Sandiford
2007-01-10 11:42                                                               ` [ColdFire 33/63] Force an epilogue when restoring FPU registers Richard Sandiford
2007-01-10 11:44                                                                 ` [ColdFire 34/63] Don't emit a nop after noreturn calls Richard Sandiford
2007-01-10 11:46                                                                   ` [RTL, ColdFire 35/63] Expose dual %d0/%a0 return value in RTL Richard Sandiford
2007-01-10 11:49                                                                     ` [ColdFire 36/63] Use RTL for prologues and epilogues Richard Sandiford
2007-01-10 11:50                                                                       ` [ColdFire 37/63] " Richard Sandiford
2007-01-10 11:51                                                                         ` [ColdFire 38/63] Clean up handling of integer moves Richard Sandiford
2007-01-10 11:53                                                                           ` [ColdFire 39/63] Fix mov3q handling Richard Sandiford
2007-01-10 11:55                                                                             ` [ColdFire 40/63] Add more movsf_cf_soft alternatives Richard Sandiford
2007-01-10 11:55                                                                               ` [ColdFire 41/63] Add support for the ff1 instruction Richard Sandiford
2007-01-10 11:56                                                                                 ` [ColdFire 42/63] Add support for sibling calls Richard Sandiford
2007-01-10 11:57                                                                                   ` [ColdFire 43/63] Use floating-point branches on ColdFire too Richard Sandiford
2007-01-10 11:58                                                                                     ` [ColdFire 44/63] Remove unncessary saves and restores of %a5 Richard Sandiford
2007-01-10 12:00                                                                                       ` [ColdFire 45/63] Set TARGET_ASM_FILE_START_APP_OFF to false for GNU/Linux Richard Sandiford
2007-01-10 12:01                                                                                         ` [ColdFire 46/63] Add support for unwinding through signal handlers Richard Sandiford
2007-01-10 12:03                                                                                           ` [ColdFire 47/63] Fix PR target/28181 Richard Sandiford
2007-01-10 12:04                                                                                             ` [ColdFire 48/63] Fix the 'T' constraint Richard Sandiford
2007-01-10 12:06                                                                                               ` [ColdFire 49/63] Save and restore the PIC register when using a constant pool Richard Sandiford
2007-01-10 12:07                                                                                                 ` [ColdFire 50/63] Save the PIC register for __builtin_eh_return Richard Sandiford
2007-01-10 12:08                                                                                                   ` [ColdFire 51/63] Don't use move.l CCs for SFmode comparisons Richard Sandiford
2007-01-10 12:09                                                                                                     ` [ColdFire 52/63] Don't use neg.l and negx.l on memory for ColdFire Richard Sandiford
2007-01-10 12:10                                                                                                       ` [ColdFire 53/63] Static chain fixes Richard Sandiford
2007-01-10 12:11                                                                                                         ` [ColdFire 54/63] Define PREFERRED_STACK_BOUNDARY Richard Sandiford
2007-01-10 12:13                                                                                                           ` [ColdFire 55/63] Add support for vcall_offset thunks Richard Sandiford
2007-01-10 12:15                                                                                                             ` [ColdFire 56/63] ColdFire multilibs and --with-arch Richard Sandiford
2007-01-10 12:17                                                                                                               ` [ColdFire 57/63] Automatically generate SYSROOT_SUFFIX on uClinux Richard Sandiford
2007-01-10 12:19                                                                                                                 ` [ColdFire 58/63] XFAIL mul-subnormal-single-1 for ColdFire FPUs Richard Sandiford
2007-01-10 12:21                                                                                                                   ` [ColdFire 59/63] compat-related testsuite fixes for uClinux Richard Sandiford
2007-01-10 12:22                                                                                                                     ` [ColdFire 60/63] Tweak the memset() builtin tests Richard Sandiford
2007-01-10 12:24                                                                                                                       ` [ColdFire 61/63] Fix vsnprintf() tests on uClibc Richard Sandiford
2007-01-10 12:25                                                                                                                         ` [ColdFire 62/63] Tighten check in 20030125-1.x Richard Sandiford
2007-01-10 12:27                                                                                                                           ` [ColdFire 63/63] libstdc++ testsuite fixes for uClibc Richard Sandiford
2007-01-10 14:52                                                                                                                             ` Paolo Bonzini
2007-01-10 15:12                                                                                                                               ` Richard Sandiford
2007-01-10 15:18                                                                                                                                 ` Paolo Bonzini
2007-01-10 17:31                                                                                                                             ` Benjamin Kosnik
2007-01-16 18:14                                                                                                             ` [ColdFire 55/63] Add support for vcall_offset thunks Jeffrey Law
2007-01-10 18:00                                                                                                           ` [ColdFire 54/63] Define PREFERRED_STACK_BOUNDARY Jeffrey Law
2007-01-16  2:35                                                                                                           ` Roman Zippel
2007-01-16 17:08                                                                                                             ` Jeffrey Law
2007-01-10 19:19                                                                                                         ` [ColdFire 53/63] Static chain fixes Jeffrey Law
2007-01-10 21:32                                                                                                           ` Paul Brook
2007-01-10 21:48                                                                                                             ` Jeffrey Law
2007-01-10 21:54                                                                                                               ` Andrew Pinski
2007-01-10 22:06                                                                                                                 ` Jeffrey Law
2007-01-10 22:09                                                                                                                   ` Daniel Jacobowitz
2007-01-11 17:17                                                                                                                     ` Jeffrey Law
2007-01-10 22:11                                                                                                                   ` Richard Sandiford
2007-01-10 21:33                                                                                                           ` Richard Sandiford
2007-01-10 21:44                                                                                                             ` Richard Sandiford
2007-01-15  0:19                                                                                                             ` Gerald Pfeifer
2007-01-11 17:54                                                                                                       ` [ColdFire 52/63] Don't use neg.l and negx.l on memory for ColdFire Jeffrey Law
2007-01-10 18:48                                                                                                     ` [ColdFire 51/63] Don't use move.l CCs for SFmode comparisons Jeffrey Law
2007-01-10 19:20                                                                                                   ` [ColdFire 50/63] Save the PIC register for __builtin_eh_return Jeffrey Law
2007-01-22 17:52                                                                                                   ` Roman Zippel
2007-01-22 18:46                                                                                                     ` Richard Sandiford
2007-01-24 19:47                                                                                                       ` Jeffrey Law
2007-01-11 17:52                                                                                                 ` [ColdFire 49/63] Save and restore the PIC register when using a constant pool Jeffrey Law
2007-01-10 18:47                                                                                               ` [ColdFire 48/63] Fix the 'T' constraint Jeffrey Law
2007-01-16 18:16                                                                                             ` [ColdFire 47/63] Fix PR target/28181 Jeffrey Law
2007-01-16  1:38                                                                                           ` [ColdFire 46/63] Add support for unwinding through signal handlers Roman Zippel
2007-01-16  5:20                                                                                             ` Richard Sandiford
2007-01-22 17:16                                                                                               ` Roman Zippel
2007-01-29  9:54                                                                                                 ` Richard Sandiford
2007-01-22 17:46                                                                                               ` [m68k 2/2] unwind support for signal handler Roman Zippel
2007-01-28  9:04                                                                                                 ` Andreas Schwab
2007-01-22 17:49                                                                                               ` [m68k 1/2] define DWARF_FRAME_RETURN_COLUMN Roman Zippel
2007-01-22 19:51                                                                                                 ` Richard Sandiford
2007-01-22 20:15                                                                                                   ` Andreas Schwab
2007-01-22 20:23                                                                                                     ` Richard Sandiford
2007-01-22 21:06                                                                                                       ` Andreas Schwab
2007-01-22 22:08                                                                                                         ` Richard Sandiford
2007-01-22 22:57                                                                                                           ` Andreas Schwab
2007-01-23  7:40                                                                                                             ` Richard Sandiford
2007-01-22 23:03                                                                                                   ` Roman Zippel
2007-01-23  7:55                                                                                                     ` Richard Sandiford
2007-01-23 11:52                                                                                                       ` Roman Zippel
2007-01-29 10:38                                                                                                         ` Richard Sandiford
2007-01-31 22:34                                                                                                           ` Andreas Schwab
2007-01-10 17:59                                                                                         ` [ColdFire 45/63] Set TARGET_ASM_FILE_START_APP_OFF to false for GNU/Linux Jeffrey Law
2007-01-10 18:28                                                                                         ` Andreas Schwab
2007-01-10 18:43                                                                                           ` Jeffrey Law
2007-01-10 18:50                                                                                             ` Andreas Schwab
2007-01-10 19:15                                                                                               ` Jeffrey Law
2007-01-10 19:45                                                                                                 ` Andreas Schwab
2007-01-11 17:50                                                                                       ` [ColdFire 44/63] Remove unncessary saves and restores of %a5 Jeffrey Law
2007-01-10 17:58                                                                                     ` [ColdFire 43/63] Use floating-point branches on ColdFire too Jeffrey Law
2007-01-16 18:04                                                                                   ` [ColdFire 42/63] Add support for sibling calls Jeffrey Law
2007-01-10 19:21                                                                                 ` [ColdFire 41/63] Add support for the ff1 instruction Jeffrey Law
2007-01-10 18:46                                                                               ` [ColdFire 40/63] Add more movsf_cf_soft alternatives Jeffrey Law
2007-01-10 18:46                                                                             ` [ColdFire 39/63] Fix mov3q handling Jeffrey Law
2007-01-16 17:49                                                                           ` [ColdFire 38/63] Clean up handling of integer moves Jeffrey Law
2007-01-16 17:58                                                                         ` [ColdFire 37/63] Use RTL for prologues and epilogues Jeffrey Law
2007-01-10 23:06                                                                       ` [ColdFire 36/63] " Joseph S. Myers
2007-01-11  8:10                                                                         ` Richard Sandiford
2007-01-16 17:53                                                                       ` Jeffrey Law
2007-01-16 17:56                                                                         ` Richard Sandiford
2007-01-22 18:11                                                                       ` Roman Zippel
2007-01-22 20:07                                                                         ` Richard Sandiford
2007-01-23  1:05                                                                           ` Roman Zippel
2007-01-23  7:37                                                                             ` Richard Sandiford
2007-01-23 14:20                                                                               ` Roman Zippel
2007-01-23 16:12                                                                                 ` Richard Sandiford
2007-01-23 16:50                                                                                   ` Roman Zippel
2007-01-24 19:43                                                                                     ` Jeffrey Law
2007-01-24 23:04                                                                                       ` Roman Zippel
2007-01-24 23:26                                                                                         ` Jeffrey Law
2007-01-29 10:23                                                                           ` Improve PARALLEL handling in dwarf2out_frame_debug_expr Richard Sandiford
2007-01-12 16:09                                                                     ` [RTL, ColdFire 35/63] Expose dual %d0/%a0 return value in RTL Ian Lance Taylor
2007-01-10 17:58                                                                   ` [ColdFire 34/63] Don't emit a nop after noreturn calls Jeffrey Law
2007-01-10 17:57                                                                 ` [ColdFire 33/63] Force an epilogue when restoring FPU registers Jeffrey Law
2007-01-10 17:57                                                               ` [ColdFire 32/63] Delete USE_RETURN_INSN Jeffrey Law
2007-01-11 17:40                                                             ` [ColdFire 31/63] Fix rounding problems in fpgnulib.c Jeffrey Law
2007-01-11 17:35                                                           ` [ColdFire 30/63] Fix rounding for ColdFire FPUs Jeffrey Law
2007-01-10 18:44                                                         ` [ColdFire 29/63] Fix a movdf bug Jeffrey Law
2007-01-11  5:32                                                       ` [middle-end, ColdFire 28/63] Change the canonical NaN representation Roger Sayle
2007-01-11 17:30                                                   ` [ColdFire 26/63] Rework the call and jump handling Jeffrey Law
2007-01-10 19:30                                               ` [RTL, ColdFire 24/63] Add support for a MODE_INDEX_REG_CLASS macro Jeffrey Law
2007-01-10 21:28                                                 ` Richard Sandiford
2007-01-16 21:42                                                   ` Jeffrey Law
2007-01-17  5:36                                                     ` Richard Sandiford
2007-01-17  6:07                                                       ` Ian Lance Taylor
2007-01-17  6:30                                                         ` Jeffrey Law
2007-01-17 13:57                                                           ` Ian Lance Taylor
2007-01-17 16:49                                                             ` Jeffrey Law
2007-01-17 16:57                                                               ` Ian Lance Taylor
2007-01-17 17:27                                                                 ` Jeffrey Law
2007-01-17 18:09                                                                   ` Richard Sandiford
2007-01-17 18:26                                                                     ` Ian Lance Taylor
2007-01-18 19:37                                                       ` Richard Sandiford
2007-02-09 15:16                                                         ` Richard Sandiford
2007-02-12 17:38                                                           ` Jeffrey Law
2007-02-12 23:09                                                             ` Mark Mitchell
2007-02-12 23:27                                                           ` Jeffrey Law
2007-02-13 18:01                                                             ` Roman Zippel
2007-02-14 10:03                                                               ` Richard Sandiford
2007-01-23  1:23                                                       ` Roman Zippel
2007-01-23  8:03                                                         ` Richard Sandiford
2007-01-23 16:47                                                           ` Roman Zippel
2007-02-12 23:17                                                       ` Jeffrey Law
2007-02-14 10:02                                                         ` Richard Sandiford
2007-02-14 17:14                                                           ` Jeffrey Law
2007-02-14 17:31                                                             ` Ian Lance Taylor
2007-02-14 17:37                                                             ` Richard Sandiford
2007-02-14 17:48                                                               ` Ian Lance Taylor
2007-02-15 12:48                                                                 ` Bernd Schmidt
2007-02-23  9:58                                                                   ` Mark Mitchell
2007-02-27  0:30                                                                     ` Jeffrey Law
2007-02-27 18:55                                                                       ` Richard Sandiford
2007-02-27 19:02                                                                         ` Jeffrey Law
2007-02-27 20:44                                                                         ` Jeffrey Law
2007-02-27 21:44                                                                           ` Richard Sandiford
2007-02-27 22:34                                                                             ` Jeffrey Law
2007-02-28  0:57                                                                               ` Richard Sandiford
2007-02-28  3:37                                                                                 ` Jeffrey Law
2007-02-28 16:17                                                                                   ` Richard Sandiford
2007-02-28 19:47                                                                                     ` Bernd Schmidt
2007-02-28 22:17                                                                                       ` Jeffrey Law
2007-02-28 22:39                                                                                     ` Jeffrey Law
2007-02-28 22:44                                                                                       ` Richard Sandiford
2007-02-28 22:50                                                                                         ` Mark Mitchell
2007-03-01  3:07                                                                                           ` Roman Zippel
2007-03-01  5:11                                                                                             ` Mark Mitchell
2007-02-28 22:58                                                                                         ` Jeffrey Law
2007-02-28  0:17                                                                           ` Ian Lance Taylor
2007-02-28  0:21                                                                             ` Jeffrey Law
2007-03-01  3:14                                                                               ` Roman Zippel
2007-03-01  2:43                                                                           ` Roman Zippel
2007-02-27 20:22                                                                 ` Jeffrey Law
2007-02-27 20:25                                                               ` Jeffrey Law
2007-02-14 19:10                                                             ` Roman Zippel [this message]
2007-01-12 15:45                                               ` Ian Lance Taylor
2007-01-15 18:05                                                 ` Jeffrey Law
2007-01-10 18:43                                             ` [ColdFire 23/63] Some assorted cleanups Jeffrey Law
2007-01-10 18:41                                           ` [ColdFire 22/63] Remove redundant PIC handling Jeffrey Law
2007-01-10 21:42                                             ` Richard Sandiford
2007-01-10 22:18                                               ` Jeffrey Law
2007-01-10 17:55                                         ` [ColdFire 21/63] Add *_REGNO_P macros Jeffrey Law
2007-01-15 18:51                                         ` Roman Zippel
2007-01-10 21:32                                       ` [ColdFire 20/63] Factor out soft-float library support Jeffrey Law
2007-01-10 21:51                                         ` Richard Sandiford
2007-01-10 22:08                                           ` Jeffrey Law
2007-01-18 19:26                                     ` [ColdFire 19/63] Make MOTOROLA a numeric macro from the outset Richard Sandiford
2007-01-10 18:51                                   ` [ColdFire 18/63] Configuration cleanups Jeffrey Law
2007-01-10 21:29                                 ` [ColdFire 17/63] Assorted uClinux improvements Jeffrey Law
2007-01-10 21:48                                   ` Richard Sandiford
2007-01-10 19:21                               ` [ColdFire 16/63] Bring *-uclinux configurations closer to *-linux-gnu Christoph Hellwig
2007-01-10 22:03                                 ` Richard Sandiford
2007-01-10 22:13                                   ` Jeffrey Law
2007-01-12 12:08                                     ` Richard Sandiford
2007-01-16 17:45                                       ` Jeffrey Law
2007-01-10 21:24                               ` Jeffrey Law
2007-01-11  4:53                             ` [RTL, ColdFire 15/63] Avoid out-of-segment constants on uClinux Roger Sayle
2007-01-11 17:16                               ` Jeffrey Law
2007-01-11 17:15                             ` Jeffrey Law
2007-01-10 18:35                           ` [ColdFire 14/63] Make "long double" the same as "double" on ColdFire Jeffrey Law
2007-01-11 10:51                             ` Nathan Sidwell
2007-01-11 17:20                               ` Jeffrey Law
2007-01-18 18:46                                 ` Richard Sandiford
2007-01-10 18:32                         ` [ColdFire 13/63] Remove some RejectNegatives Jeffrey Law
2007-01-10 18:31                       ` [ColdFire 12/63] Add new predefined macros Jeffrey Law
2007-01-10 18:28                     ` [ColdFire 11/63] Treat mc680x0 macros as tuning-dependent macros Jeffrey Law
2007-01-10 18:27                   ` [ColdFire 10/63] Rename TARGET_68040_ONLY to TARGET_68040 Jeffrey Law
2007-01-10 18:22                 ` [ColdFire 9/63] Add -mcpu, -march, -mtune, and related options Jeffrey Law
2007-01-15 18:08                 ` Roman Zippel
2007-01-15 22:40                   ` Richard Sandiford
2007-01-16  2:43                     ` Roman Zippel
2007-01-16  5:24                       ` Richard Sandiford
2007-01-16  5:38                         ` Richard Sandiford
2007-01-22 17:12                           ` Roman Zippel
2007-04-12  1:53                 ` Roman Zippel
2007-04-18 15:00                   ` Richard Sandiford
2007-04-19  0:29                     ` Roman Zippel
2007-04-19  7:08                       ` Richard Sandiford
2007-04-19  7:13                         ` Nathan Sidwell
2007-04-19  8:37                         ` Andreas Schwab
2007-04-19  9:07                           ` Richard Sandiford
2007-04-19 12:02                         ` Joseph S. Myers
2007-04-19 12:08                           ` Richard Sandiford
2007-04-19 13:22                         ` Roman Zippel
2007-04-20 17:35                           ` Ian Lance Taylor
2007-01-10 18:10               ` [ColdFire 8/63] Share ASM_SPEC code between targets Jeffrey Law
2007-01-10 18:09             ` [ColdFire 7/63] Default target selection and --with-cpu support Jeffrey Law
2007-01-10 18:11               ` Richard Sandiford
2007-01-10 18:07           ` [ColdFire 6/63] Make gcc honour -m68010 Jeffrey Law
2007-01-10 17:52         ` [ColdFire 4/63] TARGET_COLDFIRE_FPU vs. TARGET_CFV4E Jeffrey Law
2007-01-10 17:48       ` [ColdFire 3/63] Add TUNE_68040_60 Jeffrey Law
2007-01-10 17:47     ` [ColdFire 2/63] Use TUNE_* macros instead of TARGET_* macros Jeffrey Law
2007-01-15 17:16     ` Roman Zippel
2007-01-15 17:57       ` Andreas Schwab
2007-01-15 18:06         ` Roman Zippel
2007-01-15 18:32           ` Andreas Schwab
2007-01-10 17:47   ` [ColdFire 1/63] Retabulate TARGET_CPU_CPP_BUILTINS Jeffrey Law
2007-01-10 22:58 ` ColdFire submission Steven Bosscher
2007-01-10 23:13   ` Jeffrey Law
2007-01-10 23:36     ` Mike Stump
2007-01-10 23:41       ` Andrew Pinski
2007-01-10 23:47       ` Ian Lance Taylor
2007-01-10 23:47       ` Eric Christopher
2007-01-11  0:48         ` Mike Stump
2007-01-11  0:53           ` Eric Christopher
2007-01-11  8:09             ` Richard Sandiford
2007-01-11 14:48               ` Eric Christopher
2007-01-11  0:04       ` Jeffrey Law
2007-01-11  0:45         ` Mike Stump
2007-01-11  1:05           ` Jeffrey Law
2007-01-11  7:36         ` Eric Botcazou

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=Pine.LNX.4.64.0702141951310.26384@scrub.home \
    --to=zippel@linux-m68k.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=law@redhat.com \
    --cc=mark@codesourcery.com \
    --cc=richard@codesourcery.com \
    /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).