mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* m68k-pinsn.c: Minor fix in style of output (don't use
range to indicate floating point control registers).
This commit is contained in:
@ -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)
|
||||
|
||||
* ar.c (main): Don't *always* set the verbose flag!
|
||||
|
@ -46,7 +46,7 @@ extern void print_address();
|
||||
|
||||
extern char *reg_names[];
|
||||
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"};
|
||||
static unsigned char *print_insn_arg ();
|
||||
|
@ -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)
|
||||
|
||||
* m68k-pinsn.c: Surround extended support with #ifdef HAVE_68881.
|
||||
|
@ -46,7 +46,7 @@ print_insn_arg PARAMS ((char *, unsigned char *, unsigned char *, CORE_ADDR,
|
||||
|
||||
const char * const fpcr_names[] = {
|
||||
"", "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.
|
||||
The _SHIFT values move the quantity to the high order end of an
|
||||
|
Reference in New Issue
Block a user