mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* mipsread.c (ZMAGIC): #undef to avoid duplicate define.
* remote.c (alarm): Move declaration to global level, before first reference to it. * tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve.
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
Wed Feb 17 19:24:40 1993 John Gilmore (gnu@cygnus.com)
|
Wed Feb 17 19:24:40 1993 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
|
* mipsread.c (ZMAGIC): #undef to avoid duplicate define.
|
||||||
|
* remote.c (alarm): Move declaration to global level, before
|
||||||
|
first reference to it.
|
||||||
|
* tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve.
|
||||||
|
|
||||||
* dbxread.c (process_one_symbol): Cast to unsigned char, not int.
|
* dbxread.c (process_one_symbol): Cast to unsigned char, not int.
|
||||||
|
|
||||||
Wed Feb 17 13:40:29 1993 K. Richard Pixley (rich@cygnus.com)
|
Wed Feb 17 13:40:29 1993 K. Richard Pixley (rich@cygnus.com)
|
||||||
|
@ -29,4 +29,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
/* 386BSD cannot handle the segment registers. */
|
/* 386BSD cannot handle the segment registers. */
|
||||||
#undef NUM_REGS
|
#undef NUM_REGS
|
||||||
#define NUM_REGS 12
|
#define NUM_REGS 11
|
||||||
|
Reference in New Issue
Block a user