qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 54b2f4: target-mips: Translate breaks and tra


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 54b2f4: target-mips: Translate breaks and traps into the a...
Date: Mon, 04 Mar 2013 11:00:15 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 54b2f42cb1eef758b6070e805a5d6f7a84315ace
      
https://github.com/qemu/qemu/commit/54b2f42cb1eef758b6070e805a5d6f7a84315ace
  Author: Meador Inge <address@hidden>
  Date:   2013-03-04 (Mon, 04 Mar 2013)

  Changed paths:
    M linux-user/main.c

  Log Message:
  -----------
  target-mips: Translate breaks and traps into the appropriate signal

GCC and GAS are capable of generating traps or breaks to check for
division by zero.  Additionally, GAS is capable of generating traps
or breaks to check for overflow on certain division and multiplication
operations.  The Linux kernel translates these traps and breaks into
signals.  This patch implements the corresponding feature in QEMU.

Signed-off-by: Meador Inge <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]