* sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
authorRoland McGrath <roland@gnu.org>
Tue, 6 Nov 2001 10:59:17 +0000 (10:59 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 6 Nov 2001 10:59:17 +0000 (10:59 +0000)
instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.

ChangeLog
sysdeps/mach/powerpc/sysdep.h

index c4f0172..a57794d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-11-06  Roland McGrath  <roland@frob.com>
 
+       * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
+       instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
+
        * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
        sysdeps/powerpc/elf/sysdep.h.
        Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
index bd56c19..1809158 100644 (file)
@@ -45,7 +45,6 @@
 #include <sysdeps/mach/sysdep.h>
 
 #undef ENTRY
-#include <sysdeps/unix/sysdep.h>
-#include <sysdeps/powerpc/elf/sysdep.h>
+#include <sysdeps/unix/powerpc/sysdep.h>
 
 #endif  /* _MACH_POWERPC_SYSDEP_H */