aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2007-01-22 21:16:24 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2007-01-22 21:16:24 +0000
commitc8832aae41666f2632fb54adc2ca04c1a991cce4 (patch)
treecd72ee232e2db4215aa6f3911793ea2bf718147e
parent6ffa0491ad39afe5c328f36e6a43642d6c315577 (diff)
downloadgcc-c8832aae41666f2632fb54adc2ca04c1a991cce4.zip
gcc-c8832aae41666f2632fb54adc2ca04c1a991cce4.tar.gz
gcc-c8832aae41666f2632fb54adc2ca04c1a991cce4.tar.bz2
* config/m68k/m68k.h: Fix comment.
From-SVN: r121063
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/m68k/m68k.h4
2 files changed, 6 insertions, 2 deletions
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 <schwab@suse.de>
+
+ * config/m68k/m68k.h: Fix comment.
+
2007-01-22 Jan Hubicka <jh@suse.cz>
* 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