aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-12-31 05:30:59 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-12-31 05:30:59 +0000
commitf5cb6ca2675b946792989030a5b840e25d631616 (patch)
tree8788b0a2eedabdd7fd066d7bcb13719eece4c920
parentbcad4ca2475c02dca921378edd13a97bde36b70e (diff)
downloadgcc-f5cb6ca2675b946792989030a5b840e25d631616.zip
gcc-f5cb6ca2675b946792989030a5b840e25d631616.tar.gz
gcc-f5cb6ca2675b946792989030a5b840e25d631616.tar.bz2
* config/i386/i386.h: Remove an unnecessary #undef.
From-SVN: r75257
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 79c0f8a..f25022b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-30 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/i386/i386.h: Remove an unnecessary #undef.
+
2003-12-30 Roger Sayle <roger@eyesopen.com>
* cppfiles.c (pch_open_file): Minor tweak to work-around native
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 69777b3..f328eba 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -2722,7 +2722,6 @@ do { \
For float regs, the stack top is sometimes referred to as "%st(0)"
instead of just "%st". PRINT_REG handles this with the "y" code. */
-#undef HI_REGISTER_NAMES
#define HI_REGISTER_NAMES \
{"ax","dx","cx","bx","si","di","bp","sp", \
"st","st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)", \