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

Re: alpha boot-floppies



Adam Di Carlo:
> --- 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'
> }

Uum, still patch differs.

> +    | sed -n 's/^[0-9a-f]\+ \(g \| w\)   .. .*[0-9a-f]\+ \(0x88\)\? *\([^ ]*\)\$/\3/p'
                                                                                 ^
remove this '\'
Then, identical to mine, I believe.

--
Tadayoshi Ohkuma / tad@omoikane.co.jp
Omoikane Inc. / http://www.omoikane.co.jp


Reply to: