https://sourceware.org/bugzilla/show_bug.cgi?id=19498

            Bug ID: 19498
           Summary: Invalid "symbol definition loop encountered at
                    `callmealias.lto_priv.1'" diagnostics for weakrefs
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: hubicka at gcc dot gnu.org
  Target Milestone: ---

The following code:
      .text                                                                   
        .globl  callmefirst                                                     
        .type   callmefirst, @function                                          
callmefirst:                                                                    
        .globl  callmesecond                                                    
        .type   callmesecond, @function                                         
callmesecond:                                                                   
        jmp     callmealias.lto_priv.0                                          
        .weakref        callmealias.lto_priv.0,callmesecond                 

makes gas to complain about loop in aliases while there is none.  See also
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68881

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to