]> git.proxmox.com Git - qemu.git/commit - cris-dis.c
Remove special handling of system include files (no longer needed)
authorStefan Weil <weil@mail.berlios.de>
Wed, 13 Oct 2010 18:54:26 +0000 (20:54 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 22 Oct 2010 17:11:28 +0000 (17:11 +0000)
commit47b01cf3a16b9526f99084e99de13dfd9072882e
treea8571fc4ccae26cda1711b09d277aba2d45dc4c4
parentdbb1413589512574519abcf52a9a7127ddc7844b
Remove special handling of system include files (no longer needed)

The formerly used dyngen code did not work with
system include files like stdio.h.

Tests with Linux, OSX and Win32 show that this
restriction is no longer needed.

So we hopefully can remove that special piece of code.
This results in cleaner code and allows better use of
the new GCC_FMT_ATTR macro.

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cris-dis.c
disas.h
dyngen-exec.h
qemu-common.h