[Bug gas/4572] division doesn't work on solaris/x86

2009-07-31 Thread viskovatoff at imap dot cc
--- 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

[Bug gold/10471] New: hidden symbol gets added to dynamic symbol table

2009-07-31 Thread silvius dot rus at gmail dot com
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

[Bug gas/4572] division doesn't work on solaris/x86

2009-07-31 Thread hjl dot tools at gmail dot com
--- 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