------- Comment #3 from pinskia at gcc dot gnu dot org  2008-10-28 23:22 -------
The section does not change so there is no need for the .section in the
scan-assembler:
.globl __ZTV1f
        .weak_definition __ZTV1f
        .section __DATA,__const_coal,coalesced
        .align 3
__ZTV1f:
        .long   0
        .long   __ZTI1f
        .long   __ZN1f1gEv
        .long   __ZN1f1hEv
.globl __ZTI1f
        .weak_definition __ZTI1f
        .align 2
__ZTI1f:


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |testsuite
  GCC build triplet|*-apple-darwin*             |
   GCC host triplet|*-apple-darwin*             |


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

Reply via email to