[Bug gold/14309] gold doesn't build with gcc 4.1.3

2012-07-10 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14309

Ian Lance Taylor  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Ian Lance Taylor  2012-07-10 14:55:35 
UTC ---
Fixed.

-- 
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
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/14309] gold doesn't build with gcc 4.1.3

2012-07-10 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14309

Ian Lance Taylor  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from cvs-commit at gcc dot gnu.org  2012-07-10 14:54:35 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:i...@sourceware.org2012-07-10 14:54:30

Modified files:
gold   : ChangeLog config.in configure configure.ac 
 gold.h output.h 

Log message:
PR gold/14309
* configure.ac: Test whether std::tr1::hash works.
* gold.h: Add a specialization for std::tr1::hash if
needed.
* output.h (class Output_fill): Add virtual destructor.
* configure, config.in: Rebuild.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.924&r2=1.925
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/config.in.diff?cvsroot=src&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/configure.diff?cvsroot=src&r1=1.77&r2=1.78
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/configure.ac.diff?cvsroot=src&r1=1.74&r2=1.75
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/gold.h.diff?cvsroot=src&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/output.h.diff?cvsroot=src&r1=1.134&r2=1.135

--- Comment #8 from Ian Lance Taylor  2012-07-10 14:55:35 
UTC ---
Fixed.

-- 
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
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/14309] gold doesn't build with gcc 4.1.3

2012-07-10 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14309

--- Comment #7 from cvs-commit at gcc dot gnu.org  2012-07-10 14:54:35 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:i...@sourceware.org2012-07-10 14:54:30

Modified files:
gold   : ChangeLog config.in configure configure.ac 
 gold.h output.h 

Log message:
PR gold/14309
* configure.ac: Test whether std::tr1::hash works.
* gold.h: Add a specialization for std::tr1::hash if
needed.
* output.h (class Output_fill): Add virtual destructor.
* configure, config.in: Rebuild.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/ChangeLog.diff?cvsroot=src&r1=1.924&r2=1.925
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/config.in.diff?cvsroot=src&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/configure.diff?cvsroot=src&r1=1.77&r2=1.78
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/configure.ac.diff?cvsroot=src&r1=1.74&r2=1.75
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/gold.h.diff?cvsroot=src&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gold/output.h.diff?cvsroot=src&r1=1.134&r2=1.135

-- 
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
https://lists.gnu.org/mailman/listinfo/bug-binutils


Unclear readout from ar when invoked faulty.

2012-07-10 Thread Josef Vukovic
Hello,

When I invode ar faulty say print only the name of it , I think this is a
faulty invokation because the man page says in the
synopsis section ar [--plugin name] [-X32_64] [--][mod [relpos] [count]]
archive [member...]  If I'm right ar archive is requied

josef@josef-laptop:~/src/hello$ ar
Usage: ar [emulation options] [--plugin ]
[-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
   ar -M [  - read options from 
 optional:
  --plugin  - load the specified plugin
 emulation options:
  No emulation specific options
ar: supported targets: elf32-powerpc aixcoff-rs6000 elf32-powerpcle ppcboot
elf32-little elf32-big elf64-powerpc elf64-powerpcle aixcoff64-rs6000
elf64-little elf64-big elf32-spu plugin srec symbolsrec verilog tekhex
binary ihex
josef@josef-laptop:~/src/hello$

It prints then a unclear Usage: in which first the member-name and then the
archive-file is mentioned. but if  I invoke it like this

josef@josef-laptop:~/src/hello$ ar -t hello_2.4-3_powerpc.deb | grep
control --
control.tar.gz
josef@josef-laptop:~/src/hello$ ar -xo control.tar.gz
hello_2.4-3_powerpc.deb
ar: control.tar.gz: File format not recognized
josef@josef-laptop:~/src/hello$

further it seems to write only to the standarerror strem if I invoke it like

josef@josef-laptop:~/src/hello$ ar > ar

There is nothing in the file ar but if I invoke it like:

josef@josef-laptop:~/src/hello$ ar 2> ar

There is the description with wrong synopsis section in the file ar

further if invoked faulty like this:

josef@josef-laptop:~/src/hello$ ar --help

It readouts on the standard output and standard error stream but with an
additional line which says "Report bugs to <
http://www.sourceware.org/bugzilla> and still the faulty synopsis section.

What do you think is it a bug?

regards
Josef Vukovic
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/14342] [gold] symbol 'std::__once_callable' used as both __thread and non-__thread

2012-07-10 Thread cryptooctoploid at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14342

Octoploid  changed:

   What|Removed |Added

 CC||cryptooctoploid at gmail
   ||dot com

-- 
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
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/14344] FAIL: gdb_index_test_[12].sh

2012-07-10 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14344

--- Comment #3 from Cary Coutant  2012-07-10 
08:15:28 UTC ---
> I think tests should accept both "const int" and "int const".

The point of the test is to make sure that it's in the canonical form
expected by GDB. For GCC 4.6, perhaps we should just treat this as an
XFAIL, or maybe have a configure check to turn off the test.

-cary

-- 
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
https://lists.gnu.org/mailman/listinfo/bug-binutils