mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
> * xm-rs6000.h: define MEM_FNS_DECLARED
This commit is contained in:
@ -96,6 +96,10 @@ Fri Jul 3 00:00:49 1992 John Gilmore (gnu at cygnus.com)
|
|||||||
('k', 'B'): Ignore const and volatile if we see them (FIXME).
|
('k', 'B'): Ignore const and volatile if we see them (FIXME).
|
||||||
(read_sun_builtin_type): Add commentary.
|
(read_sun_builtin_type): Add commentary.
|
||||||
|
|
||||||
|
Wed Jul 1 00:47:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||||
|
|
||||||
|
* xm-rs6000.h: define MEM_FNS_DECLARED
|
||||||
|
|
||||||
Tue Jun 30 02:25:10 1992 John Gilmore (gnu at cygnus.com)
|
Tue Jun 30 02:25:10 1992 John Gilmore (gnu at cygnus.com)
|
||||||
|
|
||||||
* tm-mips.h (GDB_TARGET_IS_MIPS): Define for mips-xdep.c.
|
* tm-mips.h (GDB_TARGET_IS_MIPS): Define for mips-xdep.c.
|
||||||
|
@ -26,6 +26,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#define USG 1
|
#define USG 1
|
||||||
#define HAVE_SIGSETMASK 1
|
#define HAVE_SIGSETMASK 1
|
||||||
|
|
||||||
|
/* AIX declares the mem functions */
|
||||||
|
|
||||||
|
#undef MEM_FNS_DECLARED
|
||||||
|
#define MEM_FNS_DECLARED 1
|
||||||
|
|
||||||
/* This system requires that we open a terminal with O_NOCTTY for it to
|
/* This system requires that we open a terminal with O_NOCTTY for it to
|
||||||
not become our controlling terminal. */
|
not become our controlling terminal. */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user