--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-05-16
13:11 ---
Andrew's right. You're telling gcc that init_fallthru() and fini_fallthru()
are global functions, but your asms define it to be a local function.
--
What|Removed |Adde
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-09
17:15 ---
lw $25,%call16(fini_fallthru)($28)
I want to say the above is the problem and it is a local symbol but to GCC it
is a global one.
--
What|Removed |Added
--
--- Additional Comments From pkoning at equallogic dot com 2005-05-09
16:31 ---
Created an attachment (id=8846)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8846&action=view)
Assembly file generated by gcc 4.0.0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21472
--- Additional Comments From pkoning at equallogic dot com 2005-05-09
16:30 ---
Created an attachment (id=8845)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8845&action=view)
Preprocessed source file of the code that shows the problem
--
http://gcc.gnu.org/bugzilla/show_bug.c