Fix typos in m68k configuration files.
authorJim Wilson <wilson@cygnus.com>
Sat, 23 Aug 1997 21:41:33 +0000 (21:41 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 23 Aug 1997 21:41:33 +0000 (14:41 -0700)
* m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
* m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.

From-SVN: r14902

gcc/ChangeLog
gcc/config/m68k/m68kemb.h
gcc/config/m68k/next.h

index 5a839c08ceca4144ac1ba8a70866736d96858b74..4ec6a68100e348c95f644fad1589deb33ad43a6d 100644 (file)
@@ -1,3 +1,8 @@
+Sat Aug 23 14:36:27 1997  Jim Wilson  <wilson@cygnus.com>
+
+       * m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
+       * m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.
+
 Sat Aug 23 00:18:22 1997  Jeffrey A Law  (law@cygnus.com)
 
        * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
index 016a13b667f374dc6219bb236ce9e4314bbc8ce1..4c02e1be6e68ae35c540b6e7d6d9427e99c0a560 100644 (file)
@@ -43,7 +43,7 @@
   -Amachine(mc68000)"
 
 /* Override the default LIB_SPEC from gcc.c.  We don't currently support
-   profiling, or libg.a
+   profiling, or libg.a.  */
 
 #define LIB_SPEC "-lc"
 
index a296e0b1f00dc8363d2d03c6c207525f858c552c..8391ab50cb1700ad0172c36a4918f7beefac6b82 100644 (file)
@@ -172,7 +172,7 @@ Boston, MA 02111-1307, USA.  */
    Previously, references to labels generated pc-relative addressing modes
    while references to symbol names generated absolute addressing modes.  */
 
-#undef GO_IF_INDEXABLE_BASE(X, ADDR)
+#undef GO_IF_INDEXABLE_BASE
 #define GO_IF_INDEXABLE_BASE(X, ADDR)  \
 { if (LEGITIMATE_BASE_REG_P (X)) goto ADDR; }