diff options
author | Janis Johnson <janis187@us.ibm.com> | 2008-01-25 18:07:54 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2008-01-25 18:07:54 +0000 |
commit | 346b24c0a520b8567c091ae49bd2130ad62922dd (patch) | |
tree | 38f5a729ed4beb6eef8c90f4d5056395ed9c0dd2 /libdecnumber/Makefile.in | |
parent | fb7c3b0519b6496d9ed2b712e919d0ccbf8cceb5 (diff) | |
download | gcc-346b24c0a520b8567c091ae49bd2130ad62922dd.zip gcc-346b24c0a520b8567c091ae49bd2130ad62922dd.tar.gz gcc-346b24c0a520b8567c091ae49bd2130ad62922dd.tar.bz2 |
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
Diffstat (limited to 'libdecnumber/Makefile.in')
-rw-r--r-- | libdecnumber/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in index 7e0b6ac..00b16b2 100644 --- a/libdecnumber/Makefile.in +++ b/libdecnumber/Makefile.in @@ -65,9 +65,10 @@ libdecnumber_a_OBJS = decNumber.o decContext.o \ libdecnumber_a_SOURCES = decContext.c decContext.h decDPD.h \ decNumber.c decNumber.h decNumberLocal.h \ - dpd/decimal128.c dpd/decimal128.h \ - dpd/decimal32.c dpd/decimal32.h \ - dpd/decimal64.c dpd/decimal64.h \ + decContextSymbols.h decDPDSymbols.h decNumberSymbols.h \ + dpd/decimal128.c dpd/decimal128.h dpd/decimal128Symbols.h \ + dpd/decimal32.c dpd/decimal32.h dpd/decimal32Symbols.h \ + dpd/decimal64.c dpd/decimal64.h dpd/decimal64Symbols.h \ bid/decimal128.c bid/decimal128.h \ bid/decimal32.c bid/decimal32.h \ bid/decimal64.c bid/decimal64.h |