This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
hidden dynamic symbols testcase
- From: "Jan Beulich" <JBeulich at novell dot com>
- To: <amodra at bigpond dot net dot au>,<paul at codesourcery dot com>
- Cc: <binutils at sources dot redhat dot com>
- Date: Fri, 11 Feb 2005 11:55:45 +0100
- Subject: hidden dynamic symbols testcase
>--- /dev/null 1 Jan 1970 00:00:00 -0000
>+++ ld/testsuite/ld-elfvsb/hidden2.s 9 Feb 2005 16:12:40 -0000
>@@ -0,0 +1,4 @@
>+ .data
>+ .hidden foo
>+ .global foo
>+ .word foo
This breaks (at least) on IA64, which has no 16-bit wide relocation
types.
Jan