--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05
05:56 ---
Subject: Bug 10980
CVSROOT:/cvs/src
Module name:src
Changes by: i...@sourceware.org 2010-01-05 05:56:28
Modified files:
gold : ChangeLog options.h resolve.cc
Log
--- Additional Comments From ian at airs dot com 2010-01-05 05:52 ---
2 ld: def: unknown -z option
* bobcat
* gnugk
There is no -z def option for the GNU linker. However, as noted earlier, the
GNU
linker does not complain about unknown -z options. These two packages
presumably
me
Here is how to reproduce. Using ld with binutils 2.19.
$ cat hello.cc
#include
int main()
{
printf("Hello World\n");
}
$ gcc-4.4.0 hello.cc -static -Wl,--gc-sections
$./a.out > hello.out
$ wc hello.out
0 0 0 hello.out
Using, --print-gc-sections shows that :
ld: removing unused section from '_
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-05
00:44 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05
01:52 ---
Subject: Bug 11129
CVSROOT:/cvs/src
Module name:src
Branch: binutils-2_20-branch
Changes by: amo...@sourceware.org 2010-01-05 01:52:42
Modified files:
binutils :
--- Additional Comments From ian at airs dot com 2010-01-04 23:16 ---
I attached the patch to this bug.
I opened issue 359 for google-breakpad.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10338
--- You are receiving this mail because: ---
You are on the CC list for th
--- Additional Comments From amodra at gmail dot com 2010-01-05 01:53
---
The -Wno-error problem has already been fixed for mainline. I've backported the
fix to the 2.20 branch in case we do a 2.20.1 release.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11129
--- You are r
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05
01:52 ---
Subject: Bug 10764
CVSROOT:/cvs/src
Module name:src
Branch: binutils-2_20-branch
Changes by: amo...@sourceware.org 2010-01-05 01:52:42
Modified files:
binutils :
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05
00:40 ---
Subject: Bug 11130
CVSROOT:/cvs/src
Module name:src
Changes by: h...@sourceware.org 2010-01-05 00:39:48
Modified files:
binutils : ChangeLog objcopy.c
Log message:
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-04
23:59 ---
Subject: Bug 10980
CVSROOT:/cvs/src
Module name:src
Changes by: i...@sourceware.org 2010-01-04 23:59:13
Modified files:
gold : ChangeLog options.h
Log message:
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05
00:32 ---
Subject: Bug 10980
CVSROOT:/cvs/src
Module name:src
Changes by: i...@sourceware.org 2010-01-05 00:32:23
Modified files:
gold : ChangeLog object.cc options.h
Log m
--- Additional Comments From thestig at google dot com 2010-01-04 19:28
---
Ian, can you send the patch to google-breakpad?
The plan is to move away from stab symbols for google-breakpad, but it's not
there yet.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10338
--- You ar
I need to update machine type in ELF header. Objcopy doesn't work.
On Linux/x86-64, I got
[...@gnu-6 binutils]$ objcopy -O elf64-l1om /bin/ls ls
objcopy: Warning: Output file cannot represent architecture `i386:x86-64'
and no output was written. I wrote updelfhdr:
http://sourceware.org/ml/binuti
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-04
17:54 ---
A patch is posted at
http://sourceware.org/ml/binutils/2010-01/msg00041.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11130
--- You are receiving this mail because: ---
You are on the
On Linux/x86-64, I got
[...@gnu-6 binutils]$ objcopy -O elf64-l1om /bin/ls ls
objcopy: Warning: Output file cannot represent architecture `i386:x86-64'
[...@gnu-6 binutils]$ echo $?
1
[...@gnu-6 binutils]$
It is an error, not a warning.
--
Summary: Bad objopy error message
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-04
13:40 ---
Subject: Bug 11128
CVSROOT:/cvs/src
Module name:src
Changes by: ni...@sourceware.org2010-01-04 13:39:59
Modified files:
binutils : ChangeLog readelf.c
Log message:
--- Additional Comments From dam at opencsw dot org 2010-01-04 12:49
---
Now I have more failing tests for "ld". If it helps I can give you an upstream
developer account on the
OpenCSW buildfarm equipped with all major versions of Solaris, both sparc and
x86.
=== ld t
The Sun Studio 11 compiler doesn't understand two idioms used in the binutils
source:
1. -Wno-error is not understood
This can be fixed by either checking during configure time if the compiler
understand -Wno-error or
just remove it as shown in this patch:
>From 36557d4e77aaca996e7906ec5c9e98
--- Additional Comments From dam at opencsw dot org 2010-01-04 12:34
---
Hi Nick,
the patch works fine:
# of expected passes54
# of untested testcases 10
# of unsupported tests 2
Thanks!
--
What|Removed |Added
-
--- Additional Comments From nickc at redhat dot com 2010-01-04 12:24
---
Hi Dagobert,
Please could you try out the uploaded patch and let me know if it works for
you.
Cheers
Nick
--
What|Removed |Added
--- Additional Comments From nickc at redhat dot com 2010-01-04 12:23
---
Created an attachment (id=4490)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4490&action=view)
Work around bugs in Sol 8 printf() implementation
--
http://sourceware.org/bugzilla/show_bug.cgi?id=1112
--- Additional Comments From nickc at redhat dot com 2010-01-04 10:23
---
Hi Matthias,
I do not get this error message, but then I am probably using an older version
of gcc to build the binutils than you. Anyway I have checked in the obvious fix
to initialise the value variable when
Version
/home/dam/mgar/pkg/binutils/trunk/work/solaris8-sparc/build-isa-sparcv8/binutils-
2.20/binutils/readelf 2.20
FAIL: readelf -p: missing: .*test_string.*
This is the verbose output from
runtest -v --tool binutils --srcdir ./testsuite/
Running ./testsuite//binutils-all/readelf.exp ...
pid
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-04
10:18 ---
Subject: Bug 11123
CVSROOT:/cvs/src
Module name:src
Changes by: ni...@sourceware.org2010-01-04 10:18:32
Modified files:
opcodes: ChangeLog arm-dis.c
Log message:
24 matches
Mail list logo