mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-24 18:32:38 +08:00
* 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.
This commit is contained in:
@ -24,6 +24,12 @@
|
|||||||
* another type of IPC (Mach? SysV?) is implemented.
|
* another type of IPC (Mach? SysV?) is implemented.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
|
||||||
|
/* We don't seem to have a copy of udiphdos.h. Furthermore, all the
|
||||||
|
things in udiphunix.h are pretty much generic 32-bit machine defines
|
||||||
|
which don't have anything to do with IPC. */
|
||||||
|
|
||||||
#ifdef DOS_IPC
|
#ifdef DOS_IPC
|
||||||
#include "udiphdos.h"
|
#include "udiphdos.h"
|
||||||
#else
|
#else
|
||||||
@ -31,3 +37,8 @@
|
|||||||
#include "udiphunix.h"
|
#include "udiphunix.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
#include "udiphunix.h"
|
||||||
|
|
||||||
|
#endif
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.
|
||||||
|
|
||||||
* complaints.c (complain): fflush (stdout) after output.
|
* complaints.c (complain): fflush (stdout) after output.
|
||||||
|
|
||||||
Tue Aug 17 01:43:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
Tue Aug 17 01:43:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
Reference in New Issue
Block a user