[Bug binutils/14768] Checklist: Binutils Migration To Git

2012-10-26 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14768 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com -- Configure b

[Bug ld/14747] undefined reference to `_GLOBAL_OFFSET_TABLE_' with -flto

2012-10-26 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14747 --- Comment #13 from H.J. Lu 2012-10-26 22:54:43 UTC --- I pushed linux/release/2.23.51.0.4 branch to http://git.kernel.org/?p=linux/kernel/git/hjl/binutils.git;a=summary This is a git-only, silent release. -- Configure bugmail: http://sou

[Bug binutils/14663] strip --only-keep-debug doesn't remove .text, etc.

2012-10-26 Thread dje at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14663 --- Comment #7 from dje at google dot com 2012-10-26 22:37:54 UTC --- I think a few extra words, noting that the contents are gone, but the section headers remain, would go a long way. -- Configure bugmail: http://sourceware.org/bugzilla/userp

[Bug binutils/14663] strip --only-keep-debug doesn't remove .text, etc.

2012-10-26 Thread sch...@linux-m68k.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14663 --- Comment #6 from Andreas Schwab 2012-10-26 22:30:05 UTC --- It already says it: `--only-keep-debug' Strip a file, removing contents of any sections that would not be ^ stripped by `--strip-debug

[Bug binutils/14663] strip --only-keep-debug doesn't remove .text, etc.

2012-10-26 Thread dje at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14663 dje at google dot com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INV

[Bug binutils/14663] strip --only-keep-debug doesn't remove .text, etc.

2012-10-26 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14663 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug binutils/14541] Wrong entry point computation using cross binutils linux amd64->arm-linux-gnueabihf

2012-10-26 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14541 --- Comment #5 from Nick Clifton 2012-10-26 16:31:05 UTC --- Hi Eric, Those are Thumb instructions. Which explains why the bottom bit is set. I am not familiar with the ARM processor on the PI. Maybe it is incapable of executing these

[Bug binutils/14768] Checklist: Binutils Migration To Git

2012-10-26 Thread tromey at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14768 Tom Tromey changed: What|Removed |Added CC||tromey at redhat dot com -- Configure bu

[Bug binutils/14663] strip --only-keep-debug doesn't remove .text, etc.

2012-10-26 Thread dje at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14663 --- Comment #3 from dje at google dot com 2012-10-26 15:55:37 UTC --- Testcase: gcc -g hello.c && strip --only-keep-debug a.out && (objdump -h a.out | grep text) -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email

[Bug binutils/14541] Wrong entry point computation using cross binutils linux amd64->arm-linux-gnueabihf

2012-10-26 Thread eric.valette at free dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=14541 --- Comment #4 from Eric Valette 2012-10-26 15:03:23 UTC --- 8880 <_start>: 8880: f04f 0b00 mov.w fp, #0 8884: f04f 0e00 mov.w lr, #0 : f85d 1b04 ldr.w r1, [sp], #4 888c:

[Bug binutils/14541] Wrong entry point computation using cross binutils linux amd64->arm-linux-gnueabihf

2012-10-26 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14541 Nick Clifton changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug ld/14528] Assertion failed while linking clang's object files under ARM

2012-10-26 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14528 Nick Clifton changed: What|Removed |Added Status|NEW |UNCONFIRMED CC|

Re: Missing symbol name in directive

2012-10-26 Thread Alan Modra
On Thu, Oct 25, 2012 at 10:27:32PM +0200, Pieter De Mil wrote: > On 10/25/2012 01:28 AM, Alan Modra wrote: > >On Wed, Oct 24, 2012 at 02:05:49PM +0200, Pieter De Mil wrote: > >>/tmp/cc22PMWw.s: Assembler messages: > >>/tmp/cc22PMWw.s:10902: Error: Missing symbol name in directive > >>/tmp/cc22PMWw

Re: Missing symbol name in directive

2012-10-26 Thread Pieter De Mil
On 10/25/2012 01:28 AM, Alan Modra wrote: On Wed, Oct 24, 2012 at 02:05:49PM +0200, Pieter De Mil wrote: /tmp/cc22PMWw.s: Assembler messages: /tmp/cc22PMWw.s:10902: Error: Missing symbol name in directive /tmp/cc22PMWw.s:10902: Error: junk at end of line, first unrecognized character is `x' /tm