summaryrefslogtreecommitdiff
path: root/disas/alpha.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-18disas: Remove unused macro '_'Lluís Vilanova1-3/+3
Eliminates a future compilation error when UI code includes the tracing headers (indirectly pulling "disas/bfd.h" through "qom/cpu.h") and GLib's i18n '_' macro. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2016-01-29alpha: Clean up includesPeter Maydell1-1/+1
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-12-git-send-email-peter.maydell@linaro.org
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-0/+1916
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>