[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/26513] 629310abec8811510177101f3c7992dfd4be24dd breaks assembli
From: |
amodra at gmail dot com |
Subject: |
[Bug gas/26513] 629310abec8811510177101f3c7992dfd4be24dd breaks assembling PowerPC Linux kernels |
Date: |
Fri, 21 Aug 2020 10:10:31 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=26513
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Last reconfirmed| |2020-08-21
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
Confirmed. str_hash_insert replaces existing entries, the old hash_insert did
not. That's a problem when there are multiple entries for an instruction in
the powerpc_opcodes table. For example, the proper power4 dcbt is added to the
hash table but -many results in it being replaced with the ppc dcbt.
--
You are receiving this mail because:
You are on the CC list for the bug.