mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h
Commitdc99065b5f
(v0.1.0) added dis-asm.h from binutils. Commit43d4145a98
(v0.1.5) inlined bfd.h into dis-asm.h to remove the dependency on binutils. Commit76cad71136
(v1.4.0) moved dis-asm.h to include/disas/bfd.h. The new name is confusing when you try to match against (pre GPLv3+) binutils. Rename it back. Keep it in the same directory, of course. Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190417191805.28198-17-armbru@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
30cc98315f
commit
3979fca4b6
25 changed files with 24 additions and 24 deletions
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "disas/bfd.h"
|
||||
#include "disas/dis-asm.h"
|
||||
|
||||
typedef enum {
|
||||
LM32_OP_SRUI = 0, LM32_OP_NORI, LM32_OP_MULI, LM32_OP_SH, LM32_OP_LB,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue