diff --git a/binutils.spec b/binutils.spec index 73f5a18..06472a9 100644 --- a/binutils.spec +++ b/binutils.spec @@ -15,6 +15,7 @@ Patch6: binutils-2.15.92.0.2-ldsoconf.patch Patch7: binutils-2.15.92.0.2-elfvsb-test.patch Patch8: binutils-2.15.92.0.2-prelink-strip.patch Patch9: binutils-2.15.92.0.2-ppc-tlbie.patch +Patch10: binutils-2.15.92.0.2-strings.patch Buildroot: %{_tmppath}/binutils-root BuildRequires: texinfo >= 4.0, dejagnu, gettext, flex, bison @@ -52,6 +53,7 @@ addresses to file and line). %patch7 -p0 -b .elfvsb-test~ %patch8 -p0 -b .prelink-strip~ %patch9 -p0 -b .ppc-tlbie~ +%patch10 -p0 -b .strings~ # libtool sucks perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in} # LTP sucks @@ -78,7 +80,7 @@ CFLAGS="${CFLAGS:-%optflags}" ../configure \ make %{_smp_mflags} tooldir=%{_prefix} all make %{_smp_mflags} tooldir=%{_prefix} info echo ====================TESTING========================= -make -k check || : +make -k check < /dev/null || : echo ====================TESTING END===================== cd .. @@ -164,6 +166,8 @@ fi - revert Sep 09 change to make ppc L second argument e.g. for tlbie non-optional - fix stripping of prelinked binaries and libraries (#133734) +- allow strings(1) on 32-bit arches to be used again with > 2GB + files (#133555) * Mon Oct 4 2004 Jakub Jelinek 2.15.92.0.2-2 - update to 2.15.92.0.2