--- Additional Comments From hjl at lucon dot org 2005-06-04 14:18 ---
It has nothing to do with "ld -r". The problem is "nm -l" doesn't work well
on .o file:
# nm -l t1.o
T main /user/hjl/bugs/binutils/debug/t1.c:5
D test1_v1 /user/hjl/bugs/binutils/debug/t1.c:5 ->
--- Additional Comments From hjl at lucon dot org 2005-06-04 14:22 ---
Fixed by
http://sourceware.org/ml/binutils/2005-05/msg00246.html
--
What|Removed |Added
St
--- Additional Comments From hjl at lucon dot org 2005-06-04 14:23 ---
An updated patch is at
http://sourceware.org/ml/binutils/2005-06/msg00070.html
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=992
--- You are receiving this mail because: ---
You are on the CC list
--- Additional Comments From hp at bitrange dot com 2005-06-04 17:27
---
Subject: Re: regression: ld selective1 and selective2 fails,
cris-elf
On Sat, 4 Jun 2005, hjl at lucon dot org wrote:
>
> --- Additional Comments From hjl at lucon dot org 2005-06-04 14:23
> ---
> An u
--- Additional Comments From hjl at lucon dot org 2005-06-04 18:12 ---
Should be fixed now.
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=992
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.
___
--- Additional Comments From hjl at lucon dot org 2005-06-04 19:09 ---
Cris uses
.data :
{
PROVIDE (__Sdata = .);
*(.data .data.* .gnu.linkonce.d.*)
KEEP (*(.gnu.linkonce.d.*personality*))
SORT(CONSTRUCTORS)
}
Even if .data is empty, .data is still genera
--- Additional Comments From hp at bitrange dot com 2005-06-04 19:04
---
Subject: Re: regression: ld selective1 and selective2 fails,
cris-elf
On Sat, 4 Jun 2005, hjl at lucon dot org wrote:
> --- Additional Comments From hjl at lucon dot org 2005-06-04 18:12
> ---
> Should
--- Additional Comments From hp at bitrange dot com 2005-06-04 19:20
---
Subject: Re: regression: ld selective1 and selective2 fails,
cris-elf
On Sat, 4 Jun 2005, hjl at lucon dot org wrote:
> --- Additional Comments From hjl at lucon dot org 2005-06-04 19:09
> ---
> Cris u
--- Additional Comments From hjl at lucon dot org 2005-06-04 20:10 ---
The updated patch is at
http://sourceware.org/ml/binutils/2005-06/msg00076.html
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=992
--- You are receiving this mail because: ---
You are on the CC lis
--- Additional Comments From hjl at lucon dot org 2005-06-05 00:18 ---
"nm -l" doesn't work on this:
---t4.c---
__attribute ((section(".text.foo")))
int test2_f1(int val)
{
return val;
}
int test2_f2(int val)
{
return val;
}
After applying
http://sourceware.org/ml/binutils/20
10 matches
Mail list logo