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
This commit is contained in:
Jim Wilson 1997-08-23 21:41:33 +00:00 committed by Jim Wilson
parent 251ffdee0e
commit 2ebfd23067
3 changed files with 7 additions and 2 deletions

View 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

View 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"

View 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; }