[Bug binutils/15018] Will not build without --disable-werror, problem is in binutils/stabs.c

2013-01-15 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15018

Alan Modra  changed:

   What|Removed |Added

 CC||amodra at gmail dot com

--- Comment #1 from Alan Modra  2013-01-15 13:31:07 
UTC ---
gcc version?  physname is in fact not used uninitialized.

-- 
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 binutils/15018] Will not build without --disable-werror, problem is in binutils/stabs.c

2013-01-15 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=15018

--- Comment #2 from cvs-commit at gcc dot gnu.org  2013-01-15 13:41:14 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:amo...@sourceware.org2013-01-15 13:41:06

Modified files:
binutils   : ChangeLog stabs.c 

Log message:
PR binutils/15018
* stabs.c (parse_stab_members): Always set physname here to avoid
gcc warning..
(parse_stab_argtypes): ..and don't duplicate the init here.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1974&r2=1.1975
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/stabs.c.diff?cvsroot=src&r1=1.34&r2=1.35

-- 
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 binutils/15018] Will not build without --disable-werror, problem is in binutils/stabs.c

2013-01-15 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15018

Alan Modra  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Alan Modra  2013-01-15 13:53:41 
UTC ---
fixed mainline

-- 
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 gas/15019] New: [x86] "xtrn@got -1" doesn't work

2013-01-15 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15019

 Bug #: 15019
   Summary: [x86] "xtrn@got -1" doesn't work
   Product: binutils
   Version: unspecified
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassig...@sourceware.org
ReportedBy: hjl.to...@gmail.com
Classification: Unclassified


[hjl@gnu-6 gas]$ cat /tmp/x.s 
.data
.long   xtrn@got +1
.long   xtrn@got -1
[hjl@gnu-6 gas]$ ./as-new --32 -o x.o /tmp/x.s
/tmp/x.s: Assembler messages:
/tmp/x.s:3: Error: junk at end of line, first unrecognized character is `1'
[hjl@gnu-6 gas]$

-- 
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 gas/15019] [x86] "xtrn@got -1" doesn't work

2013-01-15 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=15019

--- Comment #1 from cvs-commit at gcc dot gnu.org  2013-01-15 20:34:16 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:h...@sourceware.org2013-01-15 20:34:11

Modified files:
gas: ChangeLog 
gas/config : tc-i386.c 
gas/testsuite  : ChangeLog 
gas/testsuite/gas/i386: reloc32.d reloc32.s reloc64.d reloc64.s 
gas/testsuite/gas/i386/ilp32: reloc64.d reloc64.s 

Log message:
Increment length by 1 if the relocation token is removed

gas/

PR gas/15019
* config/tc-i386.c (lex_got): Increment length by 1 if the
relocation token is removed.

gas/testsuite/

PR gas/15019
* gas/i386/reloc32.s: Add tests for "xtrn@got -/+ 4".
* gas/i386/reloc64.s: Likewise.
* gas/i386/ilp32/reloc64.s: Likewise.

* gas/i386/reloc32.d: Updated.
* gas/i386/reloc64.d: Likewise.
* gas/i386/ilp32/reloc64.d: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4908&r2=1.4909
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386.c.diff?cvsroot=src&r1=1.510&r2=1.511
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2173&r2=1.2174
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/reloc32.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/reloc32.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/reloc64.d.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/reloc64.s.diff?cvsroot=src&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/ilp32/reloc64.d.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/ilp32/reloc64.s.diff?cvsroot=src&r1=1.4&r2=1.5

-- 
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 gas/15019] [x86] "xtrn@got -1" doesn't work

2013-01-15 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15019

H.J. Lu  changed:

   What|Removed |Added

Version|unspecified |2.24 (HEAD)

--- Comment #2 from H.J. Lu  2013-01-16 00:16:43 
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/14948] GOLD should support ordering sections as ld does with option '--sort-section'

2013-01-15 Thread serge.v.pavlov at intel dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14948

--- Comment #1 from Serge Pavlov  2013-01-16 
04:38:49 UTC ---
Created attachment 6821
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6821
Test case

-- 
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