https://sourceware.org/bugzilla/show_bug.cgi?id=14779
Antoine Leca changed:
What|Removed |Added
CC||antoine64leca at hotmail dot
com
---
https://sourceware.org/bugzilla/show_bug.cgi?id=17531
--- Comment #74 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f3853b34448594744f284fa96f26e41fd533a50d
commit f3853b34448594744f284fa96f
https://sourceware.org/bugzilla/show_bug.cgi?id=17531
--- Comment #75 from Nick Clifton ---
Hi Alexander,
> Not sure if it supposed to be fixed already but the following samples still
> crash for me (without valgrind):
>
> 0239616b
> 0d903ffb
> 206b89bd
> 5b5f0592
> 705e010d
> 731b937f
> 8a415f
https://sourceware.org/bugzilla/show_bug.cgi?id=17512
--- Comment #191 from Nick Clifton ---
Hi Alexander,
> Problems with `nm-new -DClpSs --special-syms --synthetic` (32-bit)
> Errors:
> 2 Invalid free() / delete / delete[] / realloc()
> 101 Invalid read of size ...
> 220 Invalid
https://sourceware.org/bugzilla/show_bug.cgi?id=12365
--- Comment #18 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by H.J. Lu :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8962a307ae3dd59166a4a6dc4e60a4da880686cd
commit 8962a307ae3dd59166a4a6dc4e60a4d
https://sourceware.org/bugzilla/show_bug.cgi?id=17531
--- Comment #76 from Alexander Cherepanov ---
Created attachment 8102
--> https://sourceware.org/bugzilla/attachment.cgi?id=8102&action=edit
Problems with `readelf -agteAruhlsSdIncVWw --dyn-syms -D` (32-bit)
Files: 2
Errors:
8 Conditi
https://sourceware.org/bugzilla/show_bug.cgi?id=17512
--- Comment #192 from Alexander Cherepanov ---
(In reply to Nick Clifton from comment #191)
> > Problems with `nm-new -DClpSs --special-syms --synthetic` (32-bit)
> I could not reproduce these failures. :-{ Maybe they have already been
> fix
https://sourceware.org/bugzilla/show_bug.cgi?id=17926
Bug ID: 17926
Summary: Explicit #include "getopt.h" to make opt* visible in
binutils/dwarf.c
Product: binutils
Version: 2.26 (HEAD)
Status: NEW
Severity: nor
https://sourceware.org/bugzilla/show_bug.cgi?id=17531
--- Comment #77 from Alexander Cherepanov ---
(In reply to Nick Clifton from comment #75)
> Fascinating. Valgrind was actually preventing the seg-faults from
> occurring. I would never have suspected that.
It happens sometimes, and it's k
binutils team...
I am compiling on a Sun T5220 with Solaris 10 and SunStudio12.
Version:
cc: Sun C 5.12 SunOS_sparc 2011/11/16
dwarf.c is blowing up.
cc -DHAVE_CONFIG_H -I. -I/appl/local-201501ss/include
-I/opt/solarisstudio12.3/include -I. -I. -I../bfd -I./../bfd -I./../include
-DLOCALEDIR=
On Wed, Feb 04, 2015 at 06:59:23PM +, JONES, BILL wrote:
> binutils team...
>
> I am compiling on a Sun T5220 with Solaris 10 and SunStudio12.
> Version:
> cc: Sun C 5.12 SunOS_sparc 2011/11/16
>
> dwarf.c is blowing up.
>
>
> cc -DHAVE_CONFIG_H -I. -I/appl/local-201501ss/include
> -I/opt/
https://sourceware.org/bugzilla/show_bug.cgi?id=17739
--- Comment #4 from Michael Karcher ---
Thanks for your comment, which seems to be spot-on. It allowed me to create a
minimal example that exhibits the same assertation failure if linked with
--gc-sections:
.section data.kept
Alan,
Thanks for the clue.
In SunStudio12, to use C99, you have to have "-xc99" in the CFLAGS. I am
wondering if binutils has this restriction for C99, why configure is not
catching this.
Bill
-Original Message-
From: Alan Modra [mailto:amo...@gmail.com]
Sent: Wednesday, February 04
https://sourceware.org/bugzilla/show_bug.cgi?id=17739
--- Comment #5 from Alan Modra ---
Note that there is more wrong with sh_elf_check_relocs/sh_elf_gc_sweep_hook
than just the reloc mismatch. For instance, this from check_relocs
case R_SH_GOTPLT32:
#ifdef INCLUDE_SHMEDIA
case R_SH_GOT
Defining CFLAGS="-xc99 $CFLAGS" for all binutils causes other issues for other
parts of binutils package.
#if __STDC_VERSION__ >= 199901L || (defined(__GNUC__) && __GNUC__ >= 2)
/* We can't use any bfd types here since readelf may define BFD64 and
objdump may not. */
#define HOST_WIDEST_INT l
On Thu, Feb 05, 2015 at 02:02:49AM +, JONES, BILL wrote:
> Defining CFLAGS="-xc99 $CFLAGS" for all binutils causes other issues for
> other parts of binutils package.
>
> #if __STDC_VERSION__ >= 199901L || (defined(__GNUC__) && __GNUC__ >= 2)
> /* We can't use any bfd types here since readelf
https://sourceware.org/bugzilla/show_bug.cgi?id=17926
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Alan Modra :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7cc78d0780858b2f4a76c2867351cbfbb339c327
commit 7cc78d0780858b2f4a76c2867351c
https://sourceware.org/bugzilla/show_bug.cgi?id=17926
Alan Modra changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
18 matches
Mail list logo