aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc/xm-linux.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-09-08 10:39:54 +0000
committerMark Kettenis <kettenis@gnu.org>2001-09-08 10:39:54 +0000
commit4ad318e604a1e84d1e3f4391bab643610b8a77bb (patch)
tree5f9797aacca7a25a875de74fd34d7e2590ceb186 /gdb/config/powerpc/xm-linux.h
parentf277788bc6f74c93227733b3063f52b2691413cc (diff)
downloadgdb-4ad318e604a1e84d1e3f4391bab643610b8a77bb.zip
gdb-4ad318e604a1e84d1e3f4391bab643610b8a77bb.tar.gz
gdb-4ad318e604a1e84d1e3f4391bab643610b8a77bb.tar.bz2
* 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>.
Diffstat (limited to 'gdb/config/powerpc/xm-linux.h')
-rw-r--r--gdb/config/powerpc/xm-linux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/powerpc/xm-linux.h b/gdb/config/powerpc/xm-linux.h
index d7c4b02..410ece1 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 <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()