This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

re: [PATCH] Add PPC abort-instr.h


Ulrich,
   Checking Franz's patch directly into the cvs may have been
premature. I am also seeing build failures now with it in place
using the current cvs...

chmod a+x /home/howarth/libc/build-powerpc-linux/testrun.shT
mv -f /home/howarth/libc/build-powerpc-linux/testrun.shT /home/howarth/libc/build-powerpc-linux/testrun.sh
make -s -C csu others
make -s -C iconv others
make[2]: Entering directory `/home/howarth/libc/iconv'
/home/howarth/libc/build-powerpc-linux/libc.so.6: undefined reference to `__syscall_exit'
/home/howarth/libc/build-powerpc-linux/libc.so.6: undefined reference to `__GI__exit'
collect2: ld returned 1 exit status
make[2]: *** [/home/howarth/libc/build-powerpc-linux/iconv/iconvconfig] Error 1
make[2]: Leaving directory `/home/howarth/libc/iconv'
make[1]: *** [iconv/others] Error 2
make[1]: Leaving directory `/home/howarth/libc'
make: *** [all] Error 2


which is preceded earlier by some new warnings...

make[2]: Entering directory `/home/howarth/libc/posix'
make[2]: Leaving directory `/home/howarth/libc/posix'
make[2]: Entering directory `/home/howarth/libc/posix'
../sysdeps/unix/sysv/linux/_exit.c: In function `_exit':
../sysdeps/unix/sysv/linux/_exit.c:34: warning: implicit declaration of function `__syscall_exit'
../sysdeps/unix/sysv/linux/_exit.c: In function `_exit':
../sysdeps/unix/sysv/linux/_exit.c:34: warning: implicit declaration of function `__syscall_exit'
../sysdeps/unix/sysv/linux/_exit.c: In function `_exit':
../sysdeps/unix/sysv/linux/_exit.c:34: warning: implicit declaration of function `__syscall_exit'
make[2]: Leaving directory `/home/howarth/libc/posix'
make -s -C io subdir_lib

Perhaps we are missing some related code on ppc now?
                                      Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]