From c8832aae41666f2632fb54adc2ca04c1a991cce4 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 22 Jan 2007 21:16:24 +0000 Subject: * config/m68k/m68k.h: Fix comment. From-SVN: r121063 --- gcc/ChangeLog | 4 ++++ gcc/config/m68k/m68k.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b866ea0..3675342 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-01-22 Andreas Schwab + + * config/m68k/m68k.h: Fix comment. + 2007-01-22 Jan Hubicka * passes.c (init_optimization_passes): Do not rerun diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 4f42a5e..e1b508e 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -310,8 +310,8 @@ Boston, MA 02110-1301, USA. */ /* For the m68k, we give the data registers numbers 0-7, the address registers numbers 010-017 (8-15), - and the 68881 floating point registers numbers 020-027 (16-24). - We also have a fake `arg-pointer' register 030 (25) used for + and the 68881 floating point registers numbers 020-027 (16-23). + We also have a fake `arg-pointer' register 030 (24) used for register elimination. */ #define FIRST_PSEUDO_REGISTER 25 -- cgit v1.1