* config/arm/xm-linux.h, config/ia64/xm-linux.h,

config/m68k/xm-linux.h, config/mips/xm-linux.h,
config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
redundant inclusion of <unistd.h>.
This commit is contained in:
Mark Kettenis 2001-09-08 10:39:54 +00:00
parent f277788bc6
commit 4ad318e604
7 changed files with 5 additions and 18 deletions

View File

@ -1,5 +1,10 @@
2001-09-08 Mark Kettenis <kettenis@gnu.org>
* config/arm/xm-linux.h, config/ia64/xm-linux.h,
config/m68k/xm-linux.h, config/mips/xm-linux.h,
config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
redundant inclusion of <unistd.h>.
* gdbtypes.h (struct block): Add forward declaration.
2001-09-07 Andrew Cagney <ac131313@redhat.com>

View File

@ -27,7 +27,4 @@
to get the offset in the core file of the register values. */
#define KERNEL_U_ADDR 0x0
/* Need R_OK etc, but USG isn't defined. */
#include <unistd.h>
#endif /* XM_ARMLINUX_H */

View File

@ -27,7 +27,4 @@
to get the offset in the core file of the register values. */
#define KERNEL_U_ADDR 0x0
/* Need R_OK etc, but USG isn't defined. */
#include <unistd.h>
#endif /* #ifndef XM_LINUX_H */

View File

@ -31,7 +31,4 @@
#define HOST_LONG_DOUBLE_FORMAT &floatformat_m68881_ext
/* Need R_OK etc, but USG isn't defined. */
#include <unistd.h>
#endif /* #ifndef XM_LINUX_H */

View File

@ -30,7 +30,4 @@
#endif
#endif
/* Need R_OK etc, but USG isn't defined. */
#include <unistd.h>
#endif /* XM_MIPSLINUX_H */

View File

@ -27,9 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
to get the offset in the core file of the register values. */
#define KERNEL_U_ADDR 0x0
/* Need R_OK etc, but USG isn't defined. */
#include <unistd.h>
/* If you expect to use the mmalloc package to obtain mapped symbol files,
for now you have to specify some parameters that determine how gdb places
the mappings in it's address space. See the comments in map_to_address()

View File

@ -30,9 +30,6 @@
#define U_REGS_OFFSET 0
/* Need R_OK etc, but USG isn't defined. */
#include <unistd.h>
/* If you expect to use the mmalloc package to obtain mapped symbol files,
for now you have to specify some parameters that determine how gdb places
the mappings in it's address space. See the comments in map_to_address()