[Bug gas/10143] Failed compilation at bfin-parse.c

2010-03-10 Thread vapier at gentoo dot org
--- Additional Comments From vapier at gentoo dot org 2010-03-10 14:16 --- was there a reason for also changing the error buffer from the stack to static ? adding the printf string %s makes sense, but it doesnt seem like it needs a static keyword added ... --

[Bug gas/10143] Failed compilation at bfin-parse.c

2010-03-10 Thread vapier at gentoo dot org
-- What|Removed |Added CC||vapier at gentoo dot org http://sourceware.org/bugzilla/show_bug.cgi?id=10143 --- You are receiving this

[Bug ld/11367] New: cref memcpy + pointer math error

2010-03-10 Thread werkt0 at gmail dot com
ld --cref is crashing spuriously (dependent on linkpath inclusion as well as number of files in the linkpath directories) with a glibc detected corrupted dl list, and I've tracked it down to a memcpy in ldcref.c. valgrind reports memory errors when doing the memcpy at lines 261 and 303 of the

[Bug ld/11367] cref memcpy + pointer math error

2010-03-10 Thread amodra at gmail dot com
--- Additional Comments From amodra at gmail dot com 2010-03-10 22:39 --- Applying. Also fixing the sizing loop that similarly used the wrong struct. -- What|Removed |Added

[Bug ld/11367] cref memcpy + pointer math error

2010-03-10 Thread amodra at gmail dot com
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-03-10 22:44 --- Subject: Bug 11367 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2010-03-10 22:44:01 Modified files: ld : ChangeLog ldcref.c Log message: