[Bug ld/10518] [regression] handling of wildcards in version scripts

2009-08-13 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-08-14 04:07 --- The linker script shown has two global wildcard matches. As the ld info doc says, this is slightly crazy. They both match "test_new", so which one should ld choose? The most specific match? How do you

[Bug ld/10517] Firefox R_PPC_REL24 issue

2009-08-13 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-08-14 03:45 --- libxul.so has been built from non-pic objects. -- What|Removed |Added Status|N

[Bug ld/10518] New: [regression] handling of wildcards in version scripts

2009-08-13 Thread doko at debian dot org
[forwarded from http://bugs.debian.org/540751] works with 2.18 and 2.19.1, not with trunk 20090813. $ cat test.c int test(void) { return 1; } int test_new(void) { return 2; } $ cat test.version TEST_1.0.1 { *new*; }; TEST_1.0 { global

[Bug ld/10517] New: Firefox R_PPC_REL24 issue

2009-08-13 Thread giffordj at la dot twcbc dot com
Building firefox is ok no issues, but when you run it the following error occurs. /opt/firefox-3.5.2/lib/firefox-3.5.2/firefox-bin: error while loading shared libraries: /opt/firefox-3.5.2/lib/firefox-3.5.2/libxul.so: R_PPC_REL24 relocation at 0x0fcd09e0 for symbol `memset' out of range The link