[Bug binutils/13482] inaccurate documentation

2012-02-01 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13482

--- Comment #1 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2012-02-01 15:44:36 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:ni...@sourceware.org2012-02-01 15:44:30

Modified files:
binutils   : ChangeLog readelf.c 
binutils/testsuite: ChangeLog 
binutils/testsuite/binutils-all: readelf.exp 

Log message:
PR binutils/13482
* readelf.c (process_corefile_note_segment): Fix off-by-one errors
verifying the contents of a note.

* binutils-all/version.s: New test source file.
* binutils-all/readelf.n: New file: expected readelf output.
* binutils-all/readelf.exp: Add test of .note section contents.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=srcr1=1.1874r2=1.1875
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=srcr1=1.566r2=1.567
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/testsuite/ChangeLog.diff?cvsroot=srcr1=1.248r2=1.249
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/testsuite/binutils-all/readelf.exp.diff?cvsroot=srcr1=1.31r2=1.32

-- 
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/13493] Ranlib does not support plugins

2012-02-01 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13493

--- Comment #1 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2012-02-01 16:49:38 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:ni...@sourceware.org2012-02-01 16:49:26

Modified files:
binutils   : ChangeLog ar.c 
binutils/doc   : binutils.texi 

Log message:
PR binutils/13493
* ar.c (ranlib_main): Process --plugin option.
* doc/binutils.texi: Document --plugin support for ranlib.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=srcr1=1.1875r2=1.1876
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ar.c.diff?cvsroot=srcr1=1.82r2=1.83
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=srcr1=1.185r2=1.186

-- 
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 ld/12161] Unconforming ELF file causes SIGSEGV in avr-ld

2012-02-01 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12161

--- Comment #18 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot 
gnu.org 2012-02-01 17:07:45 UTC ---
CVSROOT:/cvs/src
Module name:src
Branch: binutils-2_22-branch
Changes by:ni...@sourceware.org2012-02-01 17:07:37

Modified files:
bfd: ChangeLog elf32-avr.c 

Log message:
* Import this patch from the mainline:
2012-01-05  Nick Clifton  ni...@redhat.com

PR ld/12161
* elf32-avr.c (elf32_avr_relax_delete_bytes): Read in relocs if
necessary.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=srconly_with_tag=binutils-2_22-branchr1=1.5473.2.35r2=1.5473.2.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf32-avr.c.diff?cvsroot=srconly_with_tag=binutils-2_22-branchr1=1.51r2=1.51.2.1

-- 
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/13224] gcc 4.6.1 compilation issue on config/obj-elf.c : clone function with the default config -Werror=shadow,

2012-02-01 Thread dark_footix at yahoo dot fr
http://sourceware.org/bugzilla/show_bug.cgi?id=13224

Fred_gdb dark_footix at yahoo dot fr changed:

   What|Removed |Added

 Status|WAITING |NEW

--- Comment #3 from Fred_gdb dark_footix at yahoo dot fr 2012-02-01 18:11:46 
UTC ---
Reproduce on version 2.22

config/obj-elf.c:744:68: erreur: declaration of ‘clone’ shadows a global
declaration [-Werror=shadow]
config/obj-elf.c: In function ‘obj_elf_section’:
config/obj-elf.c:981:16: erreur: declaration of ‘clone’ shadows a global
declaration [-Werror=shadow]


Yes, renaming the close on is_close is needed, and the binutils compiles.


or doing a --disable-gas at the configuration.


I try to change the status of this bugzillas for READY_to_INTEGRATION, but
there is not option 


Bye

-- 
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 ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-01 Thread eric.weddington at atmel dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410

--- Comment #6 from Eric  Weddington eric.weddington at atmel dot com 
2012-02-01 19:14:24 UTC ---
Hi Vidya,

Please resubmit patch with:

- Email address in the Changelog entry set to your Atmel address. If you don't
have a personal FSF contribution form signed off, then you need to submit it
under your Atmel address, because we (Atmel) have a corporate FSF assignment on
file.

- Fix comments to be complete sentences, with capital letter on start, period
at end of sentence and space after period and before the next sentence.

And please attach the file to this bug report.

Thanks!

Eric Weddington

-- 
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 ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-01 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410

--- Comment #7 from Vidya Praveen childbear0 at gmail dot com 2012-02-02 
06:17:35 UTC ---
(In reply to comment #6)
 Hi Vidya,
 Please resubmit patch with:
 - Email address in the Changelog entry set to your Atmel address. If you don't
 have a personal FSF contribution form signed off, then you need to submit it
 under your Atmel address, because we (Atmel) have a corporate FSF assignment 
 on
 file.
 - Fix comments to be complete sentences, with capital letter on start, period
 at end of sentence and space after period and before the next sentence.
 And please attach the file to this bug report.
 Thanks!
 Eric Weddington

Thanks Eric. But is it ok if I use this gmail address for all the
communications but have the Atmel ID mentioned in the ChangeLog? 

I'll attach the patch to this report, but should I place the ChangeLog as
comment here or should I put it in the beginning of the patch file? 

VP

-- 
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 ld/13410] [avr]: error: relocation truncated to fit: R_AVR_13_PCREL against symbol

2012-02-01 Thread childbear0 at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13410

--- Comment #8 from Vidya Praveen childbear0 at gmail dot com 2012-02-02 
07:46:59 UTC ---
Created attachment 6188
  -- http://sourceware.org/bugzilla/attachment.cgi?id=6188
Correct the condition for qualifying candidates for relaxation

Log Message:

2012-02-01  Vidya Praveen (vidya.prav...@atmel.com)

PR bfd/13410
* bfd/elf32-avr.c (elf32_avr_relax_section): Correct the 
condition for qualifying the candidates for relaxation.

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