Submitted By: Andrew Bradford <andrew@bradfordembedded.com>
Date: 2013-10-14
Initial Package Version: 2.23.2
Origin: Gregor Richards' musl-cross
Upstream Status: None
Description: Patches to binutils to build for musl-libc.

diff -r 54fa2047c3af config.sub
--- a/config.sub	Fri Mar 29 16:27:22 2013 -0400
+++ b/config.sub	Fri Mar 29 16:28:11 2013 -0400
@@ -123,6 +123,7 @@
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
   nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
+  linux-musl* | \
   linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
   knetbsd*-gnu* | netbsd*-gnu* | \
   kopensolaris*-gnu* | \
@@ -1361,6 +1362,7 @@
 	      | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
 	      | -mingw32* | -linux-gnu* | -linux-android* \
 	      | -linux-newlib* | -linux-uclibc* \
+	      | -linux-musl* \
 	      | -uxpv* | -beos* | -mpeix* | -udk* \
 	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
 	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
diff -Naur a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo
--- a/bfd/doc/bfd.texinfo	2010-10-28 07:40:25.000000000 -0400
+++ b/bfd/doc/bfd.texinfo	2013-10-02 15:57:07.556185659 -0400
@@ -322,7 +322,7 @@
 @printindex cp

 @tex
-% I think something like @colophon should be in texinfo.  In the
+% I think something like @@colophon should be in texinfo.  In the
 % meantime:
 \long\def\colophon{\hbox to0pt{}\vfill
 \centerline{The body of this manual is set in}
@@ -333,7 +333,7 @@
 \centerline{{\sl\fontname\tensl\/}}
 \centerline{are used for emphasis.}\vfill}
 \page\colophon
-% Blame: doc@cygnus.com, 28mar91.
+% Blame: doc@@cygnus.com, 28mar91.
 @end tex

 @bye
