1. 01 3月, 2010 1 次提交
    • R
      target-alpha: Implement IEEE FP qualifiers. · f24518b5
      Richard Henderson 提交于
      IEEE FP instructions are split up so that the rounding mode
      coming from the instruction and exceptions (both masking and
      delivery) are handled external to the base FP operation.
      FP exceptions are properly raised for non-finite inputs to
      instructions that do not indicate software completion.
      
      A shortcut is applied if CONFIG_SOFTFLOAT_INLINE is defined
      at the top of translate.c: data is loaded and stored into
      FP_STATUS directly instead of using the functional interface
      defined by "softfloat.h".
      Signed-off-by: NRichard Henderson <rth@twiddle.net>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      f24518b5
  2. 28 2月, 2010 8 次提交
  3. 27 2月, 2010 10 次提交
  4. 26 2月, 2010 1 次提交
  5. 25 2月, 2010 1 次提交
    • P
      Fix -usbdevice crash · d44168ff
      Paul Brook 提交于
      If -usbdevice is used on a machine with no USB busses, usb_create
      will fail and return NULL.  Patch below handles this failure gracefully
      rather than crashing when we try to init the device.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      d44168ff
  6. 24 2月, 2010 19 次提交