--- Additional Comments From vapier at gentoo dot org 2010-01-07 06:44
---
drepper is aware of the errors in glibc but is not interested in fixing it. see
bug 3400.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11133
--- You are receiving this mail because: ---
You are
--- Additional Comments From ian at airs dot com 2010-01-07 06:11 ---
> 1 ld: syms: unknown -z option
> * xbuffy
This is actually another package error. There is no -z syms option in the GNU
linker. As noted earlier, the GNU linker ignores unknown -z options, whereas
gold gives an e
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-07
06:05 ---
Subject: Bug 10980
CVSROOT:/cvs/src
Module name:src
Changes by: i...@sourceware.org 2010-01-07 06:05:24
Modified files:
gold : ChangeLog layout.cc options.h
Log m
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-07
05:57 ---
Subject: Bug 10980
CVSROOT:/cvs/src
Module name:src
Changes by: i...@sourceware.org 2010-01-07 05:57:25
Modified files:
gold : ChangeLog options.h
Log message:
--
What|Removed |Added
Summary|Static linking with gc- |gc-sections deletes sections
|sections deletes sections |with __start/__stop
--
What|Removed |Added
Summary|Static linking with gc- |gc-sections deletes note
|sections deletes note |section
|section
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-06
22:37 ---
Subject: Bug 10980
CVSROOT:/cvs/src
Module name:src
Changes by: i...@sourceware.org 2010-01-06 22:37:19
Modified files:
gold : ChangeLog layout.cc options.cc option
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-06
18:17 ---
I don't think gold handles gnu-hash properly.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11144
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watc
On Fedora/12, gnu-hash is the default, which ignores local and
undefined symbols. dynamic_list.sh failed with
Did not find expected text in dynamic_list.stdout:
_ZdlPv
since ZdlPv is undefined and doesn't appear in gnu-hash.
I think
check dynamic_list.stdout "_ZdlPv" # "operator dele
[...@gnu-6 pr11133]$ cat abi-note.S
.text
.global _start
_start:
.long 1
.section ".note.ABI-tag", "a"
.p2align 2
.long 1f - 0f /* name length */
.long 3f - 2f /* data length */
.long 1/* note type
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-06
17:20 ---
A patch is posted at
http://sourceware.org/ml/binutils/2010-01/msg00110.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11143
--- You are receiving this mail because: ---
You are on the
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-06
16:53 ---
Checked in as elfedit.
--
What|Removed |Added
Status|NEW
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-06
16:52 ---
Subject: Bug 11131
CVSROOT:/cvs/src
Module name:src
Changes by: h...@sourceware.org 2010-01-06 16:52:15
Modified files:
binutils : ChangeLog Makefile.am Makefile.in
--- Additional Comments From ian at airs dot com 2010-01-06 14:06 ---
At first glance I'm not sure I agree. __start_section is special already
because it only works when the section has a special name. Can you sketch out a
case where a program uses __start_section but still wants the in
--- Additional Comments From amodra at gmail dot com 2010-01-06 13:51
---
I think this is a glibc bug. There isn't any good reason why a reference to a
__start_section/__stop_section symbol in an output section should affect garbage
collection of input sections, except of course that it
15 matches
Mail list logo