* m68k-pinsn.c: Minor fix in style of output (don't use

range to indicate floating point control registers).
This commit is contained in:
Per Bothner
1992-08-18 01:35:31 +00:00
parent c9e28caeea
commit d6b38bfb24
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Mon Aug 17 18:33:41 1992 Per Bothner (bothner@rtl.cygnus.com)
* m68k-pinsn.c: Minor fix in style of output (don't use
range to indicate floating point control registers).
Tue Aug 11 23:42:21 1992 Per Bothner (bothner@cygnus.com) Tue Aug 11 23:42:21 1992 Per Bothner (bothner@cygnus.com)
* ar.c (main): Don't *always* set the verbose flag! * ar.c (main): Don't *always* set the verbose flag!

View File

@ -46,7 +46,7 @@ extern void print_address();
extern char *reg_names[]; extern char *reg_names[];
char *fpcr_names[] = { "", "fpiar", "fpsr", "fpiar/fpsr", "fpcr", char *fpcr_names[] = { "", "fpiar", "fpsr", "fpiar/fpsr", "fpcr",
"fpiar/fpcr", "fpsr/fpcr", "fpiar-fpcr"}; "fpiar/fpcr", "fpsr/fpcr", "fpiar/fpsr/fpcr"};
char *reg_names[] = {"d0", "d1", "d2", "d3", "d4", "d5", "d6", "d7", "a0", "a1", "a2", "a3", "a4", "a5", "fp", "sp", "ps", "pc"}; char *reg_names[] = {"d0", "d1", "d2", "d3", "d4", "d5", "d6", "d7", "a0", "a1", "a2", "a3", "a4", "a5", "fp", "sp", "ps", "pc"};
static unsigned char *print_insn_arg (); static unsigned char *print_insn_arg ();

View File

@ -1,3 +1,8 @@
Mon Aug 17 18:29:58 1992 Per Bothner (bothner@rtl.cygnus.com)
* m68k-pinsn.c: Minor fix in style of output (don't use
range to indicate floating point control registers).
Sat Aug 15 02:58:03 1992 John Gilmore (gnu@cygnus.com) Sat Aug 15 02:58:03 1992 John Gilmore (gnu@cygnus.com)
* m68k-pinsn.c: Surround extended support with #ifdef HAVE_68881. * m68k-pinsn.c: Surround extended support with #ifdef HAVE_68881.

View File

@ -46,7 +46,7 @@ print_insn_arg PARAMS ((char *, unsigned char *, unsigned char *, CORE_ADDR,
const char * const fpcr_names[] = { const char * const fpcr_names[] = {
"", "fpiar", "fpsr", "fpiar/fpsr", "fpcr", "", "fpiar", "fpsr", "fpiar/fpsr", "fpcr",
"fpiar/fpcr", "fpsr/fpcr", "fpiar-fpcr"}; "fpiar/fpcr", "fpsr/fpcr", "fpiar/fpsr/fpcr"};
/* Define accessors for 68K's 1, 2, and 4-byte signed quantities. /* Define accessors for 68K's 1, 2, and 4-byte signed quantities.
The _SHIFT values move the quantity to the high order end of an The _SHIFT values move the quantity to the high order end of an