diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-14 20:57:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-14 20:57:30 +0000 |
commit | 4a1805b14d4b361cf25d688db68c7f40aadc1c9c (patch) | |
tree | e46304db47e59690c1274701eec536a344bb9491 /gas/config/m68k-parse.h | |
parent | c810873da19e9350a1f7ba9af80d1f37876c92f1 (diff) | |
download | gdb-4a1805b14d4b361cf25d688db68c7f40aadc1c9c.zip gdb-4a1805b14d4b361cf25d688db68c7f40aadc1c9c.tar.gz gdb-4a1805b14d4b361cf25d688db68c7f40aadc1c9c.tar.bz2 |
2000-11-14 Kazu Hirata <kazu@hxi.com>
* config/aout_gnu.h: Fix formatting.
* config/atof-vax.c: Likewise.
* config/m68k-parse.h: Likewise.
* config/m88k-opcode.h: Likewise.
* config/obj-elf.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-cris.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-mn10300.c: Likewise.
* config/te-386bsd.h: Likewise.
* config/te-hppa.h: Likewise.
* config/te-nbsd.h: Likewise.
* config/te-ppcnw.h: Likewise.
* config/te-sparcaout.h: Likewise.
* config/te-tmips.h: Likewise.
* config/vax-inst.h: Likewise.
* config/vms-conf.h: Likewise.
Diffstat (limited to 'gas/config/m68k-parse.h')
-rw-r--r-- | gas/config/m68k-parse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/m68k-parse.h b/gas/config/m68k-parse.h index cdb5f60..d864686 100644 --- a/gas/config/m68k-parse.h +++ b/gas/config/m68k-parse.h @@ -88,7 +88,7 @@ enum m68k_register MACSR, /* MAC Status Reg */ MASK, /* Modulus Reg */ - /* These have to be grouped together for the movec instruction to work. */ + /* These have to be grouped together for the movec instruction to work. */ USP, /* User Stack Pointer */ ISP, /* Interrupt stack pointer */ SFC, @@ -171,7 +171,7 @@ enum m68k_register ZADDR7, /* Upper and lower half of data and address registers. Order *must* - be DATAxL, ADDRxL, DATAxU, ADDRxU. */ + be DATAxL, ADDRxL, DATAxU, ADDRxU. */ DATA0L, /* lower half of data registers */ DATA1L, DATA2L, |