[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/25848] cmpi to local label produces wrong code on 68000
From: |
vincent.riviere at freesbee dot fr |
Subject: |
[Bug gas/25848] cmpi to local label produces wrong code on 68000 |
Date: |
Sat, 18 Apr 2020 11:36:06 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=25848
--- Comment #1 from Vincent Rivière <vincent.riviere at freesbee dot fr> ---
Workaround:
Make the label weak, so gas is forced to use external, absolute addressing
mode.
.weak lab
lab:
cmpi.w #1,lab
--
You are receiving this mail because:
You are on the CC list for the bug.