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

Re: alpha boot-floppies



Grrr.... This still isn't working... getting  Here's the diff from the version
in CVS.  Uh -- are we properly in sync now?  Do I need to look deeper
at what's going wrong?

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

--- mklibs.sh.orig	Wed Oct 20 16:01:49 1999
+++ mklibs.sh	Sat Dec  4 13:57:02 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: