[Bug binutils/10368] ISO 8859 mentioned as 7bit encoding in strings documentation

2011-02-10 Thread karl at huftis dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=10368

Karl Ove Hufthammer  changed:

   What|Removed |Added

 CC||karl at huftis dot org

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gprof/12468] Missing functions and call counts

2011-02-10 Thread vincent.riviere at freesbee dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=12468

--- Comment #5 from Vincent Rivière  
2011-02-09 20:19:04 UTC ---
Thanks, it works :-)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/12316] gold: threading bug before/in Write_sections_task

2011-02-10 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12316

Ian Lance Taylor  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Ian Lance Taylor  2011-02-10 01:18:09 
UTC ---
Fixed.  Thanks a lot for the helgrind log.  That made it possible for me to
work out the problem from first principles, without having to recreate it.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/12477] New: gas creates relocations that SGI ld cannot handle

2011-02-10 Thread ro at TechFak dot Uni-Bielefeld.DE
http://sourceware.org/bugzilla/show_bug.cgi?id=12477

   Summary: gas creates relocations that SGI ld cannot handle
   Product: binutils
   Version: 2.21
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassig...@sources.redhat.com
ReportedBy: r...@techfak.uni-bielefeld.de


As described in GCC PR target/47683

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47683

two GCC testcases currently fail since gas 2.21 generates R_MIPS_PC16
relocations
that SGI ld apparently isn't able to handle.  It seems it should be possible to
disable them if targetting IRIX.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/12478] New: discrepancy between 'ld.1' file and 'configure'

2011-02-10 Thread sergstesh at yahoo dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12478

   Summary: discrepancy between 'ld.1' file and 'configure'
   Product: binutils
   Version: 2.21
Status: NEW
  Severity: normal
  Priority: P2
 Component: ld
AssignedTo: unassig...@sources.redhat.com
ReportedBy: sergst...@yahoo.com


As I'm reading

man /mnt/sdb8/sergei/AFSWD_debug/install/binutils-2.21/share/man/man1/ld.1

, I see among other things:

859--sysroot=directory
860Use directory as the location of the sysroot, overriding the
configure-time default.  This option is only supported by linkers that were
configured
861using --with-sysroot.

, i.e. the manpage effectively claims there is '--with-sysroot' 'configure'
option.

OTOH, the following is true:

"
sergei@amdam2:~> /mnt/sdb8/sergei/AFSWD_debug/build/binutils-2.21/configure
--help | grep sysroot
  --with-build-sysroot=SYSROOT
  use sysroot as the system root during the build
sergei@amdam2:~> 
",

i.e. 'configure' provides '--with-build-sysroot' and _not_ '--with-sysroot'
option.

So, I do not know the meaning of 'configure' option and I don't know how to
achieve the advertised in 'ld.1' file functionality WRT sysroot.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/12479] New: 'ld' looks for stuff in default places despite -nostdlib on command line

2011-02-10 Thread sergstesh at yahoo dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12479

   Summary: 'ld' looks for stuff in default places despite
-nostdlib on command line
   Product: binutils
   Version: 2.21
Status: NEW
  Severity: normal
  Priority: P2
 Component: ld
AssignedTo: unassig...@sources.redhat.com
ReportedBy: sergst...@yahoo.com


Created attachment 5234
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5234
the 'conftest.log' file

I have built glibc-2.13 which contains a number of crt*.o files:

"
find /mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/ -name "crt*.o"
/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib/crt1.o
/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib/crti.o
/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib/crtn.o
sergei@amdam2:~>  
"

- I guess they are in the right place.

When I run the following command:

"
/mnt/sdb8/sergei/AFSWD_debug/install/gcc-4.4.5/binsh/gcc 
-I/mnt/sdb8/sergei/AFSWD_debug/install/autogen-5.10/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/binutils-2.21/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/dejagnu-1.4.4/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/expect-5.44.1.14/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/flex-2.5.35/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/gcc-4.4.5/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/gettext-0.18/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/gmp-4.3.2/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/guile-1.8.7/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/libiconv_pre-1.13.1/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/libtool-2.4/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/mpfr-2.4.2/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/ncurses-5.7/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/ncurses-5.7/include/ncurses
-I/mnt/sdb8/sergei/AFSWD_debug/install/readline-6.1/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.5.9/include
-I/mnt/sdb8/sergei/AFSWD_debug/install/zlib-1.2.5/include
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/autogen-5.10/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/binutils-2.21/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/bison-2.4.3/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/flex-2.5.35/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/gcc-4.4.5/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/gettext-0.18/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/gcc-4.4.5/lib/gcc/i686-pc-linux-gnu/4.4.5
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/gettext-0.18/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib/gconv
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/gmp-4.3.2/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/guile-1.8.7/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/libiconv_pre-1.13.1/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/libtool-2.4/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/mpfr-2.4.2/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/ncurses-5.7/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/readline-6.1/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.5.9/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/tcl-8.5.9/lib/expect5.44.1.14
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/zlib-1.2.5/lib  -Xlinker --verbose
-Xlinker -nostdlib conftest.c 1> conftest.log 2>&1
",

containing among other things

-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/gettext-0.18/lib
-Wl,-L/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib

, i.e. path to the crt*.o files, I'm getting in to be attached 'conftest.log'
file the following:

"
sergei@amdam2:~/junk> cat -n conftest.log | grep /usr/lib
14 
SEARCH_DIR("/mnt/sdb8/sergei/AFSWD_debug/install/binutils-2.21/i686-pc-linux-gnu/lib");
SEARCH_DIR("/mnt/sdb8/sergei/AFSWD_debug/install/binutils-2.21/lib");
SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");
   208  attempt to open /usr/lib/crt1.o succeeded
   209  /usr/lib/crt1.o
   210  attempt to open /usr/lib/crti.o succeeded
   211  /usr/lib/crti.o
   261  attempt to open /usr/lib/crtn.o succeeded
   262  /usr/lib/crtn.o
sergei@amdam2:~/junk> 
",

i.e. the crt*.o files are taken from default rather than provided by me places.

OTOH, the linker does look for other stuff in provided by me places, e.g.:

"
sergei@amdam2:~/junk> cat -n conftest.log | grep succeeded | grep glibc-2.13
   242  attempt to open
/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib/libc.so succeeded
   245  attempt to open
/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib/libc.so.6 succeeded
   247  attempt to open
/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib/libc_nonshared.a succeeded
   249  attempt to open
/mnt/sdb8/sergei/AFSWD_debug/install/glibc-2.13/lib/ld-linux.so.2 succeeded
sergei@amdam2:~/junk>   
".

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving t

[Bug ld/12479] 'ld' looks for stuff in default places despite -nostdlib on command line

2011-02-10 Thread sergstesh at yahoo dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12479

--- Comment #1 from Sergei Steshenko  2011-02-10 
18:25:42 UTC ---
The test program | I've used:
"
sergei@amdam2:~/junk> cat -n conftest.c
 1  #include 
 2
 3  int main()
 4{
 5printf("Hello!\n");
 6return 0;
 7}
sergei@amdam2:~/junk> 
".

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/12480] New: 'ld' does not show command line arguments despite of '--verbose'

2011-02-10 Thread sergstesh at yahoo dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12480

   Summary: 'ld' does not show command line arguments despite of
'--verbose'
   Product: binutils
   Version: 2.21
Status: NEW
  Severity: normal
  Priority: P2
 Component: ld
AssignedTo: unassig...@sources.redhat.com
ReportedBy: sergst...@yahoo.com


This report is a direct "continuation" of
http://sourceware.org/bugzilla/show_bug.cgi?id=12479 ; all the inputs are the
same.

Strictly speaking, it's not a bug report, but a feature request; the fact that
the feature is missing looks highly illogical to me.

OK, when one uses '--verbose', he/she most likely does it for debugging
purposes.

Debugging consists of checking where/at what stage the assumptions fail.

'ld' is quite often called from 'gcc', so one has to make sure that command
line arguments are passed correctly. Because of this I would expect see 'ld'
command line arguments as 'ld' sees them as the very first part of 'ld' output
when '--verbose' is specified on command line.

When I do

grep nostdlib conftest.log

(see 'conftest.log' file as
http://sourceware.org/bugzilla/attachment.cgi?id=5234 )

, I see nothing, i.e. I am not even sure 'ld' sees this option.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug admin/12481] New: README file doesn't make sense

2011-02-10 Thread sergstesh at yahoo dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12481

   Summary: README file doesn't make sense
   Product: binutils
   Version: 2.21
Status: NEW
  Severity: normal
  Priority: P2
 Component: admin
AssignedTo: unassig...@sources.redhat.com
ReportedBy: sergst...@yahoo.com


The very first lines of 'binutils-2.21/README' file are:

"
  1README for GNU development tools
  2
  3 This directory contains various GNU compilers, assemblers, linkers,
  4 debuggers, etc., plus their support routines, definitions, and
documentation.
  5
  6 If you are receiving this as part of a GDB release, see the file
gdb/README.
  7 If with a binutils release, see binutils/README;  if with a libg++
release,
  8 see libg++/README, etc.  That'll give you info about this
  9 package -- supported targets, how to use it, how to report bugs, etc.
"

- to me it looks senseless and useless.

It looks like a very ancient file from the times (if there were such times)
when GNU tools were indeed distributed in one tarball/directory.

WRT the present day 'binutils' the file is senseless, i.e. it hardly contains
any practically useful information.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/12482] New: 'configure' built-in help message makes little sense

2011-02-10 Thread sergstesh at yahoo dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12482

   Summary: 'configure' built-in help message makes little sense
   Product: binutils
   Version: 2.21
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassig...@sources.redhat.com
ReportedBy: sergst...@yahoo.com


'/mnt/sdb8/sergei/AFSWD_debug/build/binutils-2.21/configure --help | cat -n'
command produces:

"
 1  `configure' configures this package to adapt to many kinds of systems.
 2
 3  Usage: /mnt/sdb8/sergei/AFSWD_debug/build/binutils-2.21/configure
[OPTION]... [VAR=VALUE]...
 4
 5  To assign environment variables (e.g., CC, CFLAGS...), specify them as
 6  VAR=VALUE.  See below for descriptions of some of the useful variables.
 7
 8  Defaults for the options are specified in brackets.
 9
10  Configuration:
11-h, --help  display this help and exit
12--help=shortdisplay options specific to this package
13--help=recursivedisplay the short help of all the included
packages
14-V, --version   display version information and exit
15-q, --quiet, --silent   do not print `checking...' messages
16--cache-file=FILE   cache test results in FILE [disabled]
17-C, --config-cache  alias for `--cache-file=config.cache'
18-n, --no-create do not create output files
19--srcdir=DIRfind the sources in DIR [configure dir or
`..']
20
21  Installation directories:
22--prefix=PREFIX install architecture-independent files in
PREFIX
23[/usr/local]
24--exec-prefix=EPREFIX   install architecture-dependent files in
EPREFIX
25[PREFIX]
26
27  By default, `make install' will install all the files in
28  `/usr/local/bin', `/usr/local/lib' etc.  You can specify
29  an installation prefix other than `/usr/local' using `--prefix',
30  for instance `--prefix=$HOME'.
31
32  For better control, use the options below.
33
34  Fine tuning of the installation directories:
35--bindir=DIRuser executables [EPREFIX/bin]
36--sbindir=DIR   system admin executables [EPREFIX/sbin]
37--libexecdir=DIRprogram executables [EPREFIX/libexec]
38--sysconfdir=DIRread-only single-machine data [PREFIX/etc]
39--sharedstatedir=DIRmodifiable architecture-independent data
[PREFIX/com]
40--localstatedir=DIR modifiable single-machine data [PREFIX/var]
41--libdir=DIRobject code libraries [EPREFIX/lib]
42--includedir=DIRC header files [PREFIX/include]
43--oldincludedir=DIR C header files for non-gcc [/usr/include]
44--datarootdir=DIR   read-only arch.-independent data root
[PREFIX/share]
45--datadir=DIR   read-only architecture-independent data
[DATAROOTDIR]
46--infodir=DIR   info documentation [DATAROOTDIR/info]
47--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
48--mandir=DIRman documentation [DATAROOTDIR/man]
49--docdir=DIRdocumentation root [DATAROOTDIR/doc/PACKAGE]
50--htmldir=DIR   html documentation [DOCDIR]
51--dvidir=DIRdvi documentation [DOCDIR]
52--pdfdir=DIRpdf documentation [DOCDIR]
53--psdir=DIR ps documentation [DOCDIR]
54
55  Program names:
56--program-prefix=PREFIXprepend PREFIX to installed
program names
57--program-suffix=SUFFIXappend SUFFIX to installed program
names
58--program-transform-name=PROGRAM   run sed PROGRAM on installed
program names
59
60  System types:
61--build=BUILD configure for building on BUILD [guessed]
62--host=HOST   cross-compile to build programs to run on HOST
[BUILD]
63--target=TARGET   configure for building compilers for TARGET [HOST]
64
65  Optional Features:
66--disable-option-checking  ignore unrecognized --enable/--with
options
67--disable-FEATURE   do not include FEATURE (same as
--enable-FEATURE=no)
68--enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
69--enable-gold[=ARG] build gold [ARG={default,yes,no}]
70--enable-ld[=ARG] build ld [ARG={default,yes,no}]
71--enable-libada build libada directory
72--enable-libssp build libssp directory
73--enable-build-with-cxx build with C++ compiler instead of C compiler
74--disable-ppl-version-checkdisable check for PPL version
75--disable-cloog-version-check  disable check for CLooG version
76--enable-ltoenable link time optimization support
77--enable-stag

[Bug binutils/12482] 'configure' built-in help message makes little sense

2011-02-10 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12482

Alan Modra  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||amodra at gmail dot com
 Resolution||INVALID

--- Comment #1 from Alan Modra  2011-02-10 22:55:15 
UTC ---
The top level directory is shared with gcc, so yes, many options are applicable
only to gcc.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug admin/12481] README file doesn't make sense

2011-02-10 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12481

Alan Modra  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||amodra at gmail dot com
 Resolution||WONTFIX

--- Comment #1 from Alan Modra  2011-02-10 22:57:54 
UTC ---
top level is shared between gcc, binutils, gdb, sim etc.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/12479] 'ld' looks for stuff in default places despite -nostdlib on command line

2011-02-10 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12479

Alan Modra  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||amodra at gmail dot com
 Resolution||INVALID

--- Comment #2 from Alan Modra  2011-02-10 23:04:09 
UTC ---
pass -v to gcc and you'll likely see that the gcc driver is passing an absolute
path to ld for the crt files.  ie. this has nothing to do with ld.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/12478] discrepancy between 'ld.1' file and 'configure'

2011-02-10 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12478

Alan Modra  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||amodra at gmail dot com
 Resolution||INVALID

--- Comment #1 from Alan Modra  2011-02-11 04:30:22 
UTC ---
You are looking at the wrong "configure".  Look instead at ld/configure.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/12480] 'ld' does not show command line arguments despite of '--verbose'

2011-02-10 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12480

Alan Modra  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||amodra at gmail dot com
 Resolution||WONTFIX

--- Comment #1 from Alan Modra  2011-02-11 05:06:28 
UTC ---
Args to ld can be seen by passing -v -Wl,-v to gcc.  Having ld --verbose echo
ld args may break projects such as glibc that use --verbose to extract the
current ld script.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils