[Bug binutils/13622] readelf crashes when reading binary with shredded section header offset

2012-01-26 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13622

Nick Clifton  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||FIXED

--- Comment #6 from Nick Clifton  2012-01-26 10:00:09 
UTC ---
Patch applied.

-- 
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/13622] readelf crashes when reading binary with shredded section header offset

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

--- Comment #5 from cvs-commit at gcc dot gnu.org  2012-01-26 09:59:34 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:ni...@sourceware.org2012-01-26 09:59:31

Modified files:
binutils   : ChangeLog readelf.c 

Log message:
PR binutils/13622
* readelf.c (process_section_groups): If there are no section
headers do not scan for section groups.
(process_note_sections): Likewise for note sections.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1873&r2=1.1874
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.565&r2=1.566

-- 
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/13621] dangling global hidden symbol in symtab

2012-01-26 Thread mjw at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13621

--- Comment #2 from Mark Wielaard  2012-01-26 10:19:53 
UTC ---
(In reply to comment #1)
> Since __TMC_END__ is 0, it is placed in .bss section.

O that is interesting. In both my examples the .bss section is right after the
section that the .symtab st_shndx field claims the symbol is in. And the
address does fall in that section. So are we just seeing some off-by-one issue?

Although I would not have expected that because the variables are marked with
__attribute__((used, section(".tm_clone_table")), wouldn't that force them in
the .tm_clone_table sections? (Which seems to have been purged after the link.)

-- 
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/12548] anonymous version scripts no longer working with binutils 2.21

2012-01-26 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12548

Igor Pashev  changed:

   What|Removed |Added

 CC||pashev.igor at gmail dot
   ||com

-- 
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/13406] version script: please allow anonymous tag to be combined with other tags

2012-01-26 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13406

Igor Pashev  changed:

   What|Removed |Added

 CC||pashev.igor at gmail dot
   ||com

-- 
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/13406] version script: please allow anonymous tag to be combined with other tags

2012-01-26 Thread pashev.igor at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13406

--- Comment #2 from Igor Pashev  2012-01-26 
12:52:33 UTC ---
(In reply to comment #0)

> This would also solve bug 12548 as a side-effect :)

I' not sure. I got "File format not recognized" when linking library built with
this patch (and mixing anon- and non-anon tags)

-- 
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/13624] Unpredictable behavior in the directives .rept, .macro and perhaps in some others

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

--- Comment #1 from cvs-commit at gcc dot gnu.org  2012-01-26 14:56:53 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:ni...@sourceware.org2012-01-26 14:56:50

Modified files:
gas: ChangeLog app.c 

Log message:
PR gas/13624
* app.c (app_push): Set 'add_newlines' to zero after saving.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4660&r2=1.4661
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/app.c.diff?cvsroot=src&r1=1.52&r2=1.53

-- 
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/13624] Unpredictable behavior in the directives .rept, .macro and perhaps in some others

2012-01-26 Thread nickc at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13624

Nick Clifton  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||nickc at redhat dot com
 Resolution||FIXED

--- Comment #2 from Nick Clifton  2012-01-26 15:02:14 
UTC ---
Hi Alexey,

  Thanks for the problem report and patch.  Since it is such a straightforward
fix I have gone ahead and checked it in.

Cheers
  Nick

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