diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-01 14:49:33 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-01 14:49:33 +0000 |
commit | 0c0492c91c29196509e7a1c851ad75115335c1dc (patch) | |
tree | aa16e6bce62d6104ff53355393814d3f77676a88 /gcc/config/m68k/plexus.h | |
parent | 57ab06c8c62a5efdf5042896d334de77559a021b (diff) | |
download | gcc-0c0492c91c29196509e7a1c851ad75115335c1dc.tar.gz |
* config/m68k/3b1.h: Fix comment formatting.
* config/m68k/3b1g.h: Likewise.
* config/m68k/a-ux.h: Likewise.
* config/m68k/amix.h: Likewise.
* config/m68k/apollo68.h: Likewise.
* config/m68k/atari.h: Likewise.
* config/m68k/aux-exit.c: Likewise.
* config/m68k/ccur-GAS.h: Likewise.
* config/m68k/crds.h: Likewise.
* config/m68k/dpx2.h: Likewise.
* config/m68k/dpx2g.h: Likewise.
* config/m68k/hp310.h: Likewise.
* config/m68k/hp320.h: Likewise.
* config/m68k/isi.h: Likewise.
* config/m68k/linux.h: Likewise.
* config/m68k/lynx.h: Likewise.
* config/m68k/m68k-psos.h: Likewise.
* config/m68k/m68k.c: Likewise.
* config/m68k/m68k.h: Likewise.
* config/m68k/m68k.md: Likewise.
* config/m68k/m68kelf.h: Likewise.
* config/m68k/m68kv4.h: Likewise.
* config/m68k/mot3300.h: Likewise.
* config/m68k/news.h: Likewise.
* config/m68k/next.h: Likewise.
* config/m68k/pbb.h: Likewise.
* config/m68k/plexus.h: Likewise.
* config/m68k/sgs.h: Likewise.
* config/m68k/sun3.h: Likewise.
* config/m68k/tower.h: Likewise.
* config/m68k/vxm68k.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46692 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/plexus.h')
-rw-r--r-- | gcc/config/m68k/plexus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/plexus.h b/gcc/config/m68k/plexus.h index 369c3fe1adf..765702c56a0 100644 --- a/gcc/config/m68k/plexus.h +++ b/gcc/config/m68k/plexus.h @@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. */ #include "m68k/m68k.h" /* Define __HAVE_68881 in preprocessor only if -m68881 is specified. - This will control the use of inline 68881 insns in certain macros. */ + This will control the use of inline 68881 insns in certain macros. */ #define TARGET_DEFAULT (MASK_BITFIELD|MASK_68020) |