qemu-e2k/include/libdecnumber
Tom Musta 7275585b8c libdecnumber: Modify dconfig.h to Integrate with QEMU
Modify the dconfig.h header file so that libdecnumber code integrates QEMU
configuration.   Specifically:

  - the WORDS_BIGENDIAN preprocessor macro is used in libdecnumber code to
    determines endianness.  It is derived from the existing QEMU macro
    HOST_WORDS_BIGENDIAN which is defined in config-host.h.

  - the DECPUN macro determines the number of decimal digits (aka declets) per
    unit (byte).  This is 3 for PowerPC DFP.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
2014-06-16 13:24:28 +02:00
..
dpd libdecnumber: Prepare libdecnumber for QEMU include structure 2014-06-16 13:24:28 +02:00
dconfig.h libdecnumber: Modify dconfig.h to Integrate with QEMU 2014-06-16 13:24:28 +02:00
decContext.h libdecnumber: Eliminate #include *Symbols.h 2014-06-16 13:24:28 +02:00
decDPD.h libdecnumber: Eliminate #include *Symbols.h 2014-06-16 13:24:28 +02:00
decNumber.h libdecnumber: Prepare libdecnumber for QEMU include structure 2014-06-16 13:24:28 +02:00
decNumberLocal.h libdecnumber: Prepare libdecnumber for QEMU include structure 2014-06-16 13:24:28 +02:00