------- Comment #16 from pinskia at gcc dot gnu dot org  2006-01-25 03:40 
-------
Before the breakage:
        .globl __ZTV1f
        .weak_definition __ZTV1f
        .section __DATA,__const_coal,coalesced

After:
        .globl __ZTV1f
        .const_data

We are doing two things wrong, not marking this as weak and then not putting it
into the coalesced section.


-- 


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

Reply via email to