aboutsummaryrefslogtreecommitdiff
path: root/fpu
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2010-03-04 16:41:35 -0300
committerMarcelo Tosatti <mtosatti@redhat.com>2010-03-04 16:41:35 -0300
commite19ec919797ecf047ec805662850311b6a5298ee (patch)
treee4fb3679ef2fd8f6e85141d60c050e4f960881f0 /fpu
parentMerge commit 'e1c247d26cc15dbdf3f99836c0b16a6c91128cf2' into upstream-merge (diff)
parentalpha-linux-user: Implement signals. (diff)
downloadqemu-kvm-e19ec919797ecf047ec805662850311b6a5298ee.tar.gz
qemu-kvm-e19ec919797ecf047ec805662850311b6a5298ee.tar.bz2
qemu-kvm-e19ec919797ecf047ec805662850311b6a5298ee.zip
Merge commit '6049f4f831c6f409031dfa09282b38d0cbaecad8' into upstream-merge
* commit '6049f4f831c6f409031dfa09282b38d0cbaecad8': (32 commits) alpha-linux-user: Implement signals. target-alpha: Implement IEEE FP qualifiers. target-ppc: don't print invalid opcode messages on the console Revert "target-ppc: stop translation after a trap instruction" audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler audio/alsa: Spelling typo (paramters) target-ppc: stop translation after a trap instruction qemu-char.c: drop debug printfs from qemu_chr_parse_compat powerpc/e500: adjust fdt and ramdisk loading addr powerpc: fix compilation with CONFIG_FDT undefined powerpc/booke: move fdt loading to rom infrastructure target-ppc: add synchronize register for booke init target-sh4: Fix gdb read/write register target-ppc: fix SPE evsplat* instructions target-ppc: fix SPE evcmp* instructions arm host: Fix linker warning (m68k targets) Fix 'make install' from non-srcdir build Fix to 'gdb detach' stub Fix qemu -net user,hostfwd= example tcg/ppc: Fix right rotation ... Conflicts: Makefile.target Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'fpu')
-rw-r--r--fpu/softfloat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpu/softfloat.h b/fpu/softfloat.h
index 9d8269411..636591b04 100644
--- a/fpu/softfloat.h
+++ b/fpu/softfloat.h
@@ -187,7 +187,6 @@ typedef struct float_status {
signed char float_detect_tininess;
signed char float_rounding_mode;
signed char float_exception_flags;
- signed char float_exception_mask;
#ifdef FLOATX80
signed char floatx80_rounding_precision;
#endif