* sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h

instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
This commit is contained in:
Roland McGrath 2001-11-06 10:59:17 +00:00
parent 995c9bd45d
commit b1ac1b8c3c
2 changed files with 4 additions and 2 deletions

View File

@ -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>.

View 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 */