History log of /external/qemu/disas/mips.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a2c14f947951612b45024095afd2210aa7368773 04-Feb-2014 David 'Digit' Turner <digit@google.com> Cleanup: Remove 100+ compiler warnings.

This is a big cleanup that removes compiler warnings by performing
the following:

- Remove unused functions or variables.
- Change pointer cast to be alias safe using unions.
- Use __attribute__((unused)) on some local variable definitions
when their usage depends on conditional defines that are not
always true when compiling the same source several times.
- Fix a couple array indexing bugs.

There are still a few warnings from the JSON lexer, libjpeg and
the TCG helpers though, but the overall compilation is much cleaner.

BUG=NONE

Change-Id: Ic4483e6402b266ecfd7bca8c92a73d8fcf392a1f
/external/qemu/disas/mips.c
5aaf1290494bf7c8fe521d817fd4a040c88b3750 09-Jan-2014 David 'Digit' Turner <digit@android.com> disas/: Update sources to current upstream.

Note that this still includes a small hack for Win32 compilation,
which will be removed once compilation with mingw-w64 works properly
(however, this requires several future patches).

Change-Id: Ic8a5b995889591fa720744dbabf388722fa5865b
/external/qemu/disas/mips.c
cc33b2d8035092608c7cba4154e9c44452727e1b 15-Dec-2013 David 'Digit' Turner <digit@android.com> Move disas.h to include/disas/

+ dis-asm.h -> include/disas/bfd.h

+ arm-dis.c -> disas/arm.c
ppc-dis.c -> disas/ppc.c
i386-dis.c -> disas/i386.c
mips-dis.c -> disas/mips.c

+ remove all unused .ld scripts

Change-Id: Ie29662b83c09ea17d34e42dda3998691c182b10e
/external/qemu/disas/mips.c