In the following example symbol _start should have been reported as duplicate as
there are two instances of it. But ld does not report this error and the _start
symbol defined in duplicate.o file is overridden.
example
Sampel application "duplicate.c":
extern int dummy(void)
{
volatile
--- Additional Comments From hjl at lucon dot org 2006-02-09 00:13 ---
A patch is posted at
http://sourceware.org/ml/binutils/2006-02/msg00126.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2300
--- You are receiving this mail because: ---
You are on the CC list for
--- Additional Comments From hjl at lucon dot org 2006-02-09 00:14 ---
A patch is posted at
http://sourceware.org/ml/binutils/2006-02/msg00127.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2290
--- You are receiving this mail because: ---
You are on the CC list for
--- Additional Comments From hjl at lucon dot org 2006-02-09 01:03 ---
A patch is posted at
http://sourceware.org/ml/binutils/2006-02/msg00117.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2258
--- You are receiving this mail because: ---
You are on the CC list for
--- Additional Comments From hjl at lucon dot org 2006-02-09 01:05 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
Resolut