[Bug binutils/13657] New: dlltool syntax error on LIBRARY line when using pexports with version.dll

2012-02-02 Thread bulk88 at hotmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13657 Bug #: 13657 Summary: dlltool syntax error on LIBRARY line when using pexports with version.dll Product: binutils Version: unspecified Status: NEW Severity:

[Bug ld/13616] linker should pad executable sections with nops, not zeros

2012-02-02 Thread roland at gnu dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=13616 --- Comment #5 from Roland McGrath 2012-02-02 22:17:05 UTC --- It's been pointed out that zeros are close enough to nops for ARM and Thumb. I'm not immediately concerned with other targets, so it might be OK to close this now unless the mainta

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-02 Thread gjl at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #12 from Georg-Johann Lay 2012-02-02 19:29:31 UTC --- The patch reads: + /* If 'shrinkable' is FALSE, do not shrink by deleting bytes while + relaxing. Such shrinking can cause issues for the sections such + as .vectors

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-02 Thread eric.weddington at atmel dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 Eric Weddington changed: What|Removed |Added Status|ASSIGNED|RESOLVED Version|2.21

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-02 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #10 from cvs-commit at gcc dot gnu.org 2012-02-02 18:02:17 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ewedding...@sourceware.org2012-02-02 18:02:10 Modified files: bfd: ChangeLog elf32-avr.c

[Bug gas/12132] AVR gs() operator does not work directly on jmp or rjmp

2012-02-02 Thread mschulze at ivs dot cs.ovgu.de
http://sourceware.org/bugzilla/show_bug.cgi?id=12132 --- Comment #4 from mschulze at ivs dot cs.ovgu.de 2012-02-02 15:14:12 UTC --- Aha, thank you. Apropos, that is the reason why I had not find it, because I looked only in the documentation of the avr part. Maybe such information should be even i

[Bug binutils/13493] Ranlib does not support plugins

2012-02-02 Thread d.g.gorbachev at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13493 --- Comment #3 from Dmitry Gorbachev 2012-02-02 14:48:57 UTC --- Thanks. Binutils' and GCC's makefiles run a separate ranlib process for some reason. It was more difficult to build them with slim LTO without --plugin support in ranlib. -- C

[Bug gas/12132] AVR gs() operator does not work directly on jmp or rjmp

2012-02-02 Thread gjl at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12132 --- Comment #3 from Georg-Johann Lay 2012-02-02 10:58:54 UTC --- The modifiers are described at top of GCC's AVR machine description file located at ./gcc/config/avr/avr.md http://gcc.gnu.org/viewcvs/trunk/gcc/config/avr/avr.md?content-type=t

[Bug gas/13224] gcc 4.6.1 compilation issue on config/obj-elf.c : "clone" function with the default config -Werror=shadow,

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

[Bug gas/13224] gcc 4.6.1 compilation issue on config/obj-elf.c : "clone" function with the default config -Werror=shadow,

2012-02-02 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13224 --- Comment #4 from cvs-commit at gcc dot gnu.org 2012-02-02 09:26:08 UTC --- CVSROOT:/cvs/src Module name:src Changes by:ni...@sourceware.org2012-02-02 09:26:05 Modified files: gas: ChangeLog gas/config

[Bug gas/12132] AVR gs() operator does not work directly on jmp or rjmp

2012-02-02 Thread mschulze at ivs dot cs.ovgu.de
http://sourceware.org/bugzilla/show_bug.cgi?id=12132 --- Comment #2 from mschulze at ivs dot cs.ovgu.de 2012-02-02 09:13:24 UTC --- (In reply to comment #1) > A gs() makes no sense here. Write "rjmp %x[Function]" Yes, you are right. The %x does what I had in mind. Where is this %x modifier documen

[Bug ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-02 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410 --- Comment #9 from Vidya Praveen 2012-02-02 08:38:19 UTC --- Corrected the log message 2012-02-02 Vidya Praveen (vidya.prav...@atmel.com) PR bfd/13410 * bfd/elf32-avr.c (elf32_avr_relax_section): Correct the condition that qua