At 01:17 +0100 1998-11-27, Christian Meder wrote:
On Thu, Nov 26, 1998 at 09:26:27PM +0100, Eric Delaunay wrote:
Hello,
I'm requiring new ash package to release bootdisks (0.3.4-2 in sid
complains about different size for sys_siglist).
Is someone working on it or should I do it myself ?
I'll do it tomorrow. Anything else you need which isn't recompiled yet?
PS: I did a fresh install on a sparc-classic last night with minor troubles.
I'm fixing them right now... though I need to update my local mirror
before
releasing the bootdisks.
Very cool. Would it be possible to create a 2.0.35 installation set
and a 2.1.130 set (next week) ? best of both worlds approach I guess
BTW, I figured out how to get "library reduction" working with glibc 2.1,
it's not a binutils problem at all, it is simply necessary to have the
symbol versioning map to give to the linker (which is not part of the
libc6-pic package at present, though my current tree does put the map in
libc6-pic).
Attached is a diff against the current boot-floppies CVS tree.
Index: rootdisk.sh
===================================================================
RCS file: /debian/home/sr1/lib/cvs/boot-floppies/rootdisk.sh,v
retrieving revision 1.29
diff -u -r1.29 rootdisk.sh
--- rootdisk.sh 1998/11/26 23:29:54 1.29
+++ rootdisk.sh 1998/11/27 03:10:29
@@ -416,11 +416,17 @@
EXECUTABLES="$EXECUTABLES $R/lib/libslang.so.$SLVER"
-if ! [ "$arch" = sparc -o "$arch" = powerpc ]; then
+if ! [ "$arch" = sparc -o "$arch" = powerpc -o "$arch" = arm ]; then
$scripts/generate_library $libcso "/usr/lib/libc_pic/soinit.so \
/usr/lib/libc_pic.a /usr/lib/libc_pic/sofini.so \
/usr/lib/libc_pic/interp.so $R/lib/$ldlib -e __libc_main" \
$R/lib/$libcso $EXECUTABLES
+else
+ $scripts/generate_library $libcso \
+ "-Wl,--version-script=/usr/lib/libc_pic/libc.map \
+ /usr/lib/libc_pic/soinit.so /usr/lib/libc_pic.a \
+ /usr/lib/libc_pic/sofini.so /usr/lib/libc_pic/interp.so \
+ $R/lib/$ldlib -e __libc_main" $R/lib/$libcso $EXECUTABLES
fi
/usr/sbin/chroot $R /sbin/ldconfig.new -v
--
Joel Klecker (aka Espy) <URL:http://web.espy.org/>
<URL:mailto:[EMAIL PROTECTED]> <URL:mailto:[EMAIL PROTECTED]>
Debian GNU/Linux PowerPC -- <URL:http://www.debian.org/ports/powerpc/>