[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/19498] New: Invalid "symbol definition loop encountered at `cal
From: |
hubicka at gcc dot gnu.org |
Subject: |
[Bug gas/19498] New: Invalid "symbol definition loop encountered at `callmealias.lto_priv.1'" diagnostics for weakrefs |
Date: |
Wed, 20 Jan 2016 11:41:33 +0000 |
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 gas/19498] New: Invalid "symbol definition loop encountered at `callmealias.lto_priv.1'" diagnostics for weakrefs,
hubicka at gcc dot gnu.org <=