aboutsummaryrefslogtreecommitdiffstats
path: root/arm-dis.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-12arm-dis: Include opcode hex when doing disassemblyPeter Maydell1-0/+24
2010-12-04*-dis: Replace fprintf_ftype by fprintf_function (format checking)Stefan Weil1-7/+7
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+0
2010-04-14arm: Fix compiler warning (fprintf format string)Stefan Weil1-4/+4
2010-02-27arm host: Fix linker warning (m68k targets)Stefan Weil1-6/+2
2009-10-05bdf: Remove last users of FALSE/TRUEJuan Quintela1-31/+29
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-03-07clean build: Fix arm build warningsaurel321-45/+0
2007-11-10Update ARM disassembler.pbrook1-1161/+3646
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-64/+64
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-80/+80
2005-04-27ARM thumb disassembly (Paul Brook)bellard1-0/+5
2003-07-09ARM fixesbellard1-2/+2
2003-06-09added ARM and Sparc disassemblersbellard1-0/+1675