mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 12:30:04 +08:00
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:
parent
251ffdee0e
commit
2ebfd23067
@ -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
|
||||
|
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user