This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 2.10.91: A problem with LINK_ONCE_DISCARD sections on mipsel-linux


On Mon, 2 Oct 2000, Maciej W. Rozycki wrote:

> 	.section .gnu.linkonce.d.dummy,"aw"
> 	.int	0x76543210
> 
> 	.data
> 	.int	.gnu.linkonce.d.dummy

FWIW, x86 doesn't bomb, but produces incorrect output.

Contents of section .data:
 8049074 7c900408 00000000 10325476

The zeros correspond to the section symbol being referenced by the second
copy.

-- 
Linuxcare.  Support for the Revolution.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]