This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16092] wrong thunk code produced with -fPIC and visibility("hidden")


------- Additional Comments From qboosh at pld-linux dot org  2004-06-20 10:55 -------
One more thing - assembler messages for wrong code (generated by g++ -S -fPIC):
$ gcc -c xpcom/io/nsDirectoryService.s
xpcom/io/nsDirectoryService.s: Assembler messages:
xpcom/io/nsDirectoryService.s:795: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:803: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:876: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:884: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:988: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:996: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:1059: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:1080: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:1405: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:1540: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:1630: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:2202: Warning: indirect jmp without `*'
xpcom/io/nsDirectoryService.s:2246: Warning: indirect jmp without `*'


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16092


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