2007-10-25 Wu Zhou <woodzltc@cn.ibm.com>
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Thu, 25 Oct 2007 17:52:32 +0000 (17:52 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Thu, 25 Oct 2007 17:52:32 +0000 (17:52 +0000)
commit9b913628cfe092b3fdd328de4264def1ec1e94cb
treeff478f2ba89a0537777a3cebad52b198b46faa57
parentc6e653525f8ea3235ab15b974cb9cf9ee686bf8e
2007-10-25  Wu Zhou  <woodzltc@cn.ibm.com>
    Thiago Jung Bauermann  <bauerman@br.ibm.com>

* Makefile.in (LIBDECNUMBER_DIR, LIBDECNUMBER, LIBDECNUMBER_SRC
LIBDECNUMBER_CFLAGS): New macros for libdecnumber.
(INTERNAL_CFLAGS_BASE): Add LIBDECNUMBER_CFLAGS in.
(INSTALLED_LIBS): Add -ldecnumber in.
(CLIBS): Add LIBDECNUMBER in.
(decimal128_h, decimal64_h, decimal32_h): New macros for decimal
headers.
(dfp_h): New macros for decimal floating point.
(dfp.o): New target.
(COMMON_OBS): Add dfp.o in.
(c-exp.o): Add dfp_h as dependency.
(valprint.o): Add dfp_h as dependency.
(value.o): Add dfp_h as dependency.
* dfp.h: New header file for decimal floating point support in
GDB.
* dfp.c: New source file for decimal floating point support in
GDB.  Implement decimal_from_string and decimal_to_string based
on libdecnumber API.
* configure.ac: Add AC_C_BIGENDIAN test.
* config.in, configure: Regenerate.
gdb/ChangeLog
gdb/Makefile.in
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/dfp.c [new file with mode: 0644]
gdb/dfp.h [new file with mode: 0644]