--- Additional Comments From viskovatoff at imap dot cc 2009-07-31 15:39
---
Created an attachment (id=4102)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4102&action=view)
Make GAS with a Solaris target treat '/' as it does for other *nixes
>From the above comments it's fairly
A hidden symbol gets placed in the dynamic symbol table (as local) if referenced
from a shared library. The right behavior should be to issue an error.
$ cat foo.c
int foo() __attribute((visibility("hidden")));
int foo () { return 42; }
int main() { return foo(); }
$ cat bar.c
int bar() { retur
--- Additional Comments From hjl dot tools at gmail dot com 2009-08-01
05:03 ---
I suggest you add a new option to treate '/' as divide on Solaris.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4572
--- You are receiving this mail because: ---
You are on the CC list for