Last Update: "2007/07/20 20:04:11 makoto"
20070717
TNF: -D 20070709
__libc_stack_end
src/obj/destdir.ps3/usr/lib/libgcc.a(unwind-dw2.o):(.toc+0x10):
undefined reference to `__libc_stack_end'
collect2: ld returned 1 exit status
Index: ./gnu/dist/gcc4/gcc/config/rs6000/netbsd64.h
===================================================================
RCS file: /e/genoa/20070709/Repository/src/gnu/dist/gcc4/gcc/config/rs6000/netbsd64.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 netbsd64.h
--- ./gnu/dist/gcc4/gcc/config/rs6000/netbsd64.h 19 Jul 2007 18:26:40 -0000 1.1.1.1
+++ ./gnu/dist/gcc4/gcc/config/rs6000/netbsd64.h 20 Jul 2007 05:33:07 -0000
@@ -571,6 +571,5 @@
#define LINK_GCC_C_SEQUENCE_SPEC \
"%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}"
-#define MD_UNWIND_SUPPORT "config/rs6000/linux-unwind.h"
#define POWERPC_NETBSD
ttyq0:makoto@bologna 14:33:14/070720(...checkout/src)>
mount_hfs
src/sbin/mount_hfs/mount_hfs.c:149: error: too many arguments to function 'mount'
sys/sys/mount.h
358 int mount(const char *, const char *, int, void *);
359 int unmount(const char *, int);
sbin/mount_hfs/mount_hfs.c:
149 if (mount(MOUNT_HFS, dir, mntflags, &args, sizeof args) != -1)
150 exit(0);
151
152 if (errno != EROFS)
153 err(1, "%s on %s", dev, dir);
154
155 mntflags |= MNT_RDONLY;
156
157 if (mount(MOUNT_HFS, dir, mntflags, &args, sizeof args) == -1)
158 err(1, "%s on %s", dev, dir);
man 2 mount
int
mount(const char *type, const char *dir, int flags, void *data);
--- sbin/Makefile 19 Jul 2007 18:30:06 -0000 1.1.1.1
+++ sbin/Makefile 20 Jul 2007 10:36:27 -0000
@@ -27,7 +27,7 @@
SUBDIR+= mount_fdesc
SUBDIR+= mount_filecore
SUBDIR+= mount_ffs
-SUBDIR+= mount_hfs
+#SUBDIR+= mount_hfs
SUBDIR+= mount_kernfs
SUBDIR+= mount_lfs
SUBDIR+= mount_msdos
とんでもない変更だ。単に
mount.h
が新しくなっただけ。(7/14 日付) 1.161 を使いましょう。
named
sibling call optimization to `.__cerror' does not allow automatic multiple TOCs;
|