[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: alpha boot-floppies



>I don't know where is problem at all, but your problem seems to be
>caused by incomplete libc.

No, the system breaks when the attached patch is applied, and works
when it doesn't, on a fully, 100% up-to-date system.

Maybe the diff got munged in translation?

Did you 'cmp' the two root.bin images to see if they were the same?

.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>

--- mklibs.sh	Wed Oct 20 16:01:49 1999
+++ mklibs.sh.alpha	Thu Dec  2 06:52:57 1999
@@ -413,9 +413,8 @@
     exit 1
   fi
   $objdump --syms "$@" 2>/dev/null \
-    | sed -e '/^........ ..   .. \*UND\*	[0-9a-f]....... *[^ ]*$/d' \
-    | sed -n 's/^........ \(g \| w\)   .. .*	[0-9a-f]....... *\([^ ]*\)$/\2/p'
-#    | sed -n 's/^........ \(g \| w\)   .. .*	[0-9a-f]....... *\([^ @]*\).*$/\2/p'
+    | sed -e '/^[0-9a-f]\+ ..   .. \*UND\*     [0-9a-f]\+ *[^ ]*$/d' \
+    | sed -n 's/^[0-9a-f]\+ \(g \| w\)   .. .*[0-9a-f]\+ \(0x88\)\? *\([^ ]*\)\$/\3/p'
 }
 
 # Crude hack (?) only used for diagnostic.


Reply to: