]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (libdecnumber_a_SOURCES): List Symbols headers.
authorJanis Johnson <janis187@us.ibm.com>
Fri, 25 Jan 2008 18:07:54 +0000 (18:07 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 25 Jan 2008 18:07:54 +0000 (18:07 +0000)
commit346b24c0a520b8567c091ae49bd2130ad62922dd
tree38f5a729ed4beb6eef8c90f4d5056395ed9c0dd2
parentfb7c3b0519b6496d9ed2b712e919d0ccbf8cceb5
Makefile.in (libdecnumber_a_SOURCES): List Symbols headers.

* Makefile.in (libdecnumber_a_SOURCES): List Symbols headers.
* decCommonSymbols.h: New file.
* decCommon.c: Include it.
* decDPDSymbols.h: New file.
* decDPD.h: Include it.
* decNumberLocal.h: Include the two new files.
* decContextSymbols.h (DECPOWERS, DECSTICKYTAB): New.
* decNumberSymbols.h (LNnn, d2utable): New.
* dpd/decimal32Symbols.h (COMBEXP, COMBMSD, DPD2BIN, BIN2DPD): New.
* dpd/decimal64Symbols.h (COMBEXP, COMBMSD, DPD2BIN, BIN2DPD): New.
* dpd/decimal128Symbols.h (COMBEXP, COMBMSD, DPD2BIN, BIN2DPD): New.
* dpd/decimal32.c: Remove redefine of DPD2BIN, BIN2DPD.
* dpd/decimal64.c: Ditto.
* dpd/decimal128.c: Ditto.

From-SVN: r131830
13 files changed:
libdecnumber/ChangeLog
libdecnumber/Makefile.in
libdecnumber/decCommon.c
libdecnumber/decContextSymbols.h
libdecnumber/decDPD.h
libdecnumber/decNumberLocal.h
libdecnumber/decNumberSymbols.h
libdecnumber/dpd/decimal128.c
libdecnumber/dpd/decimal128Symbols.h
libdecnumber/dpd/decimal32.c
libdecnumber/dpd/decimal32Symbols.h
libdecnumber/dpd/decimal64.c
libdecnumber/dpd/decimal64Symbols.h