From: Mark Kettenis Date: Sat, 8 Sep 2001 10:39:54 +0000 (+0000) Subject: * config/arm/xm-linux.h, config/ia64/xm-linux.h, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ad318e604a1e84d1e3f4391bab643610b8a77bb;p=binutils-gdb.git * 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 . --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a9f6cef54d1..f57df7f90fe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2001-09-08 Mark Kettenis + * 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 . + * gdbtypes.h (struct block): Add forward declaration. 2001-09-07 Andrew Cagney diff --git a/gdb/config/arm/xm-linux.h b/gdb/config/arm/xm-linux.h index 272d9190002..e8f9e85d792 100644 --- a/gdb/config/arm/xm-linux.h +++ b/gdb/config/arm/xm-linux.h @@ -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 - #endif /* XM_ARMLINUX_H */ diff --git a/gdb/config/ia64/xm-linux.h b/gdb/config/ia64/xm-linux.h index 66ed6e226ec..6f6b05579bd 100644 --- a/gdb/config/ia64/xm-linux.h +++ b/gdb/config/ia64/xm-linux.h @@ -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 - #endif /* #ifndef XM_LINUX_H */ diff --git a/gdb/config/m68k/xm-linux.h b/gdb/config/m68k/xm-linux.h index ebd9126d0f9..e5839b99bbf 100644 --- a/gdb/config/m68k/xm-linux.h +++ b/gdb/config/m68k/xm-linux.h @@ -31,7 +31,4 @@ #define HOST_LONG_DOUBLE_FORMAT &floatformat_m68881_ext -/* Need R_OK etc, but USG isn't defined. */ -#include - #endif /* #ifndef XM_LINUX_H */ diff --git a/gdb/config/mips/xm-linux.h b/gdb/config/mips/xm-linux.h index d28578b03c5..d691e465993 100644 --- a/gdb/config/mips/xm-linux.h +++ b/gdb/config/mips/xm-linux.h @@ -30,7 +30,4 @@ #endif #endif -/* Need R_OK etc, but USG isn't defined. */ -#include - #endif /* XM_MIPSLINUX_H */ diff --git a/gdb/config/powerpc/xm-linux.h b/gdb/config/powerpc/xm-linux.h index d7c4b02c7f5..410ece1693c 100644 --- a/gdb/config/powerpc/xm-linux.h +++ b/gdb/config/powerpc/xm-linux.h @@ -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 - /* 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() diff --git a/gdb/config/sparc/xm-linux.h b/gdb/config/sparc/xm-linux.h index a36738e1725..e45b702a0fb 100644 --- a/gdb/config/sparc/xm-linux.h +++ b/gdb/config/sparc/xm-linux.h @@ -30,9 +30,6 @@ #define U_REGS_OFFSET 0 -/* Need R_OK etc, but USG isn't defined. */ -#include - /* 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()