[Bug gas/12931] ARM: gas fails to set the proper alignment on code sections, causing broken output

2011-06-30 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12931 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org --- Comm

[Bug ld/11539] ld --gc-sections should work for PE-COFF on MinGW

2011-06-30 Thread realnc at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11539 --- Comment #4 from Nikos Chantziaras 2011-07-01 00:31:11 UTC --- I found problem with the patch: it will remove the .rsrc section too. This section should be kept, as it contains the application icon, version information, etc. -- Configure

[Bug ld/12565] NOLOAD sections empty

2011-06-30 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12565 --- Comment #14 from Alan Modra 2011-07-01 00:03:38 UTC --- On Thu, Jun 30, 2011 at 03:37:43PM +0100, Nick Clifton wrote: > Hi H.J., Hi Alan, > > I have been looking at PR 12565, and I have to say that I do not > understand the linker's behav

[Bug ld/12565] NOLOAD sections empty

2011-06-30 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12565 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #13 f

[Bug gold/12771] internal error in value_from_output_section, at ../../gold/reloc.cc:1508 on armel

2011-06-30 Thread hector.oron at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12771 HectorOron changed: What|Removed |Added CC||hector.oron at gmail dot

[Bug ld/12565] NOLOAD sections empty

2011-06-30 Thread jifl-bugzilla at jifvik dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12565 --- Comment #12 from Jonathan Larmour 2011-06-30 21:24:57 UTC --- (In reply to comment #6) > > I have been looking at PR 12565, and I have to say that I do not > understand the linker's behaviour for NOLOAD sections on ELF based > targets.

[Bug ld/12742] ld error "unrecognized option '-plugin'" on mingw and how to build with plugins enabled on mingw

2011-06-30 Thread gjl at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12742 --- Comment #1 from Georg-Johann Lay 2011-06-30 20:31:02 UTC --- I see this problem with binutils 2.21 when building canadian cross: Binutils configured: ../../source/binutils-2.21/configure --target=avr --prefix=/local/gnu/install/avr-gcc-4

[Bug ld/12565] NOLOAD sections empty

2011-06-30 Thread dougkwan at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12565 --- Comment #11 from Doug Kwan 2011-06-30 18:24:45 UTC --- The ARM linux kernel also uses NOLOAD. I added support for that in gold to link the kernel. -Doug On Thu, Jun 30, 2011 at 9:07 AM, Ian Lance Taylor wrote: > Nick Clifton writes: >

[Bug gold/12952] Cannot compile ffmpeg with gold on FreeBSD 8 64bit

2011-06-30 Thread website-sourceware at interfasys dot ch
http://sourceware.org/bugzilla/show_bug.cgi?id=12952 --- Comment #5 from interfaSys sàrl 2011-06-30 17:06:27 UTC --- Here is the command file: gcc46 -shared -Wl,-soname,libavformat.so.1 -Wl,-Bsymbolic -Wl,--version-script,libavformat/libavformat.ver -Llibavcodec -Llibavdevice -Llibavfilter -Llib

[Bug gold/12952] Cannot compile ffmpeg with gold on FreeBSD 8 64bit

2011-06-30 Thread website-sourceware at interfasys dot ch
http://sourceware.org/bugzilla/show_bug.cgi?id=12952 --- Comment #4 from interfaSys sàrl 2011-06-30 16:54:16 UTC --- Nice to know that it works flawlessly on Linux :), but things are usually a bit different on FreeBSD, so I'll try your suggestion. When I did a search it seemed to me that the pro

[Bug ld/12565] NOLOAD sections empty

2011-06-30 Thread iant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12565 --- Comment #10 from iant at google dot com 2011-06-30 16:39:39 UTC --- Nick Clifton writes: > I have been looking at PR 12565, and I have to say that I do not > understand the linker's behaviour for NOLOAD sections on ELF based > targets. Wh

[Bug gold/12952] Cannot compile ffmpeg with gold on FreeBSD 8 64bit

2011-06-30 Thread website-sourceware at interfasys dot ch
http://sourceware.org/bugzilla/show_bug.cgi?id=12952 --- Comment #6 from interfaSys sàrl 2011-06-30 17:10:30 UTC --- The input objects are here: http://sigma.interfasys.net/libavformat.tgz -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving th

[Bug gold/12598] Two of gold testsuite scripts require bash

2011-06-30 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12598 Ian Lance Taylor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug gold/12952] Cannot compile ffmpeg with gold on FreeBSD 8 64bit

2011-06-30 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12952 --- Comment #3 from Ian Lance Taylor 2011-06-30 16:40:46 UTC --- I downloaded ffmpeg 0.7.1 and was able to build it with gold on Ubuntu Lucid. I'm afraid that I don't have the patience to figure out how to use the patches and Makefile you ref

[Bug ld/12565] NOLOAD sections empty

2011-06-30 Thread davem at devkitpro dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12565 --- Comment #9 from davem at devkitpro dot org 2011-06-30 15:40:01 UTC --- On Thu, Jun 30, 2011 at 3:37 PM, Nick Clifton wrote: > > Hi H.J., Hi Alan, > > I have been looking at PR 12565, and I have to say that I do not understand > the linker'

[Bug ld/12664] ld bug ?

2011-06-30 Thread ralphengels at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12664 --- Comment #2 from ralph engels 2011-06-30 15:31:19 UTC --- it was indeed a gcc bug and fixed in 4.6.1 took me quite a while to hunt it down but as it turned out it was a typo in cppspec.c causing cpp.exe to be unable to parse files. i use t

[Bug ld/12565] NOLOAD sections empty

2011-06-30 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12565 --- Comment #7 from H.J. Lu 2011-06-30 14:47:49 UTC --- (In reply to comment #6) > Hi H.J., Hi Alan, > > I have been looking at PR 12565, and I have to say that I do not > understand the linker's behaviour for NOLOAD sections on ELF based >

[Bug ld/12565] NOLOAD sections empty

2011-06-30 Thread davem at devkitpro dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=12565 --- Comment #8 from davem at devkitpro dot org 2011-06-30 15:36:49 UTC --- On Thu, Jun 30, 2011 at 3:37 PM, Nick Clifton wrote: > Hi H.J., Hi Alan, > > I have been looking at PR 12565, and I have to say that I do not understand > the linker's

[Bug binutils/12558] AR "move in an archive" operation fails

2011-06-30 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12558 --- Comment #1 from cvs-commit at gcc dot gnu.org 2011-06-30 15:08:20 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2011-06-30 15:08:17 Modified files: binutils : ChangeLog ar.c Log message

[Bug binutils/12558] AR "move in an archive" operation fails

2011-06-30 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12558 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/12565] NOLOAD sections empty

2011-06-30 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12565 --- Comment #6 from Nick Clifton 2011-06-30 14:37:18 UTC --- Hi H.J., Hi Alan, I have been looking at PR 12565, and I have to say that I do not understand the linker's behaviour for NOLOAD sections on ELF based targets. What is the point o

[Bug ld/12664] ld bug ?

2011-06-30 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12664 Nick Clifton changed: What|Removed |Added Status|NEW |UNCONFIRMED CC|

[Bug gas/12931] ARM: gas fails to set the proper alignment on code sections, causing broken output

2011-06-30 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12931 --- Comment #7 from cvs-commit at gcc dot gnu.org 2011-06-30 13:07:24 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2011-06-30 13:07:21 Modified files: gas/testsuite : ChangeLog gas/testsuite

[Bug gas/12848] ARM: Thumb-2: Range check on b.w is off by a factor of 2

2011-06-30 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12848 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug gold/12952] Cannot compile ffmpeg with gold on FreeBSD 8 64bit

2011-06-30 Thread website-sourceware at interfasys dot ch
http://sourceware.org/bugzilla/show_bug.cgi?id=12952 --- Comment #2 from interfaSys sàrl 2011-06-30 13:09:19 UTC --- The source file is here: http://ffmpeg.mplayerhq.hu/releases/ffmpeg-0.7.1.tar.bz2 The Makefile used to build it on FreeBSD is here: http://www.freebsd.org/cgi/cvsweb.cgi/ports/mu

[Bug gas/12848] ARM: Thumb-2: Range check on b.w is off by a factor of 2

2011-06-30 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12848 --- Comment #3 from cvs-commit at gcc dot gnu.org 2011-06-30 13:05:08 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2011-06-30 13:05:04 Modified files: gas/testsuite : ChangeLog Added files:

[Bug gas/12848] ARM: Thumb-2: Range check on b.w is off by a factor of 2

2011-06-30 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12848 --- Comment #2 from cvs-commit at gcc dot gnu.org 2011-06-30 12:53:01 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2011-06-30 12:52:58 Modified files: gas: ChangeLog gas/config