Commit 2ebfd230 by Jim Wilson Committed by Jim Wilson

Fix typos in m68k configuration files.

	* 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
parent 251ffdee
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
......
......@@ -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"
......
......@@ -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; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment