]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgcc/ChangeLog
./:
[thirdparty/gcc.git] / libgcc / ChangeLog
CommitLineData
3ac0842f 12007-09-17 Chao-ying Fu <fu@mips.com>
2 Nigel Stephens <nigel@mips.com>
3
4 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
5 * Makefile.in (fixed_point): Define.
6 Check if fixed_point is yes to build support functions.
7 * configure.ac: Check for fixed_point support.
8 * configure: Regenerated.
9 * gen-fixed.sh: New file to generate lists of fixed-point labels,
10 funcs, modes, from, to.
11
8c72b2f9 122007-09-11 Janis Johnson <janis187@us.ibm.com
13
14 * Makefile.in (dfp-filenames): Add bid128_noncomp.
15
c8ac5d9a 162007-09-10 Janis Johnson <janis187@us.ibm.com>
17
18 * Makefile.in (dfp-filenames): Remove decUtility, add
19 decDouble, decPacked, decQuad, decSingle.
20
cc8ebe39 212007-08-27 Hans Kester <hans.kester@ellips.nl>
22
23 * config.host : Add x86_64-elf target.
24
db1c99de 252007-07-06 H.J. Lu <hongjiu.lu@intel.com>
26
27 * configure.ac (set_have_cc_tls): Add a missing =.
28 * configure: Regenerated.
29
e4cbe54f 302007-07-06 H.J. Lu <hongjiu.lu@intel.com>
31
32 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
33 and x86_64-*-linux*.
34
35 * config/t-tls: New file.
36
37 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
38
39 * configure.ac: Include ../config/enable.m4 and
40 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
41 supports TLS and substitute set_have_cc_tls.
42 * configure: Regenerated.
43
9b6b0236 442007-07-04 H.J. Lu <hongjiu.lu@intel.com>
45
46 * Makefile.in: Use libbid for DFP when BID is enabled.
47
9e51385b 482007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
49
50 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
51 extra_parts. Add config/i386/t-cygming to tmake_file.
52 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
53
8f433c51 542007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
9b6b0236 55 Danny Smith <dannysmith@users.sourceforge.net>
8f433c51 56
57 PR target/29498
58 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
59 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
60 * config/i386/t-crtfm: Compile crtfastmath.o with
61 -minline-all-stringops.
62
723e1902 632007-05-10 Richard Sandiford <richard@codesourcery.com>
64
65 * config.host (sparc-wrs-vxworks): New target.
66
278e2fd1 672007-04-14 Kazu Hirata <kazu@codesourcery.com>
68
69 * config.host: Recognize fido.
70
2968d68c 712007-04-04 Janis Johnson <janis187@us.ibm.com>
72
73 * configure: Check host, not target, for decimal float support.
74
6d057ce8 752007-04-03 Uros Bizjak <ubizjak@gmail.com>
76
77 * config/i386/t-crtpc: New file.
78 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
79 (x86_64-*-linux*): Ditto.
80
0bbe9142 812007-02-30 Kai Tietz <kai.tietz@onevision.com>
82
83 * config.host (x86_64-*-mingw*): New target.
84
10de71e1 852007-03-23 Michael Meissner <michael.meissner@amd.com>
86 H.J. Lu <hongjiu.lu@intel.com>
87
88 * Makefile.in (enable_decimal_float): New.
89 (DECNUMINC): Add
90 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
91 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
92 (decbits-filenames): This.
93 (decbits-objects): New.
94 (libgcc-objects): Add $(decbits-objects).
95
96 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
97 Substitute enable_decimal_float.
98 * configure: Regenerated.
99
7a9b9c95 1002007-03-19 Hans-Peter Nilsson <hp@axis.com>
101
102 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
103
37decb40 1042007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
105
106 * Makefile.in (install-info): New dummy target.
107
bce94ab5 1082007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
109
110 * config.host (bfin*-linux-uclibc*): Set extra_parts.
111
1403bdd1 1122007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
113
114 * Makefile.in: Add install-html and install-pdf dummy
115 targets.
116
fce64ed4 1172007-02-05 Roger Sayle <roger@eyesopen.com>
118 Daniel Jacobowitz <dan@codesourcery.com>
119
120 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
121 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
122 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
123
4d863ca5 1242007-01-29 Janis Johnson <janis187@us.ibm.com>
125
126 * Makefile.in (dec-filenames): Add decExcept.
127
f0356913 1282007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
129
130 PR bootstrap/30469
131 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
132 -fprofile-use.
133
bbdcab13 1342007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
135
136 * configure.ac: Add --enable-version-specific-runtime-libs.
137 Correct $slibdir default.
138 * configure: Regenerated.
139
3da0fdbc 1402007-01-23 Joseph Myers <joseph@codesourcery.com>
141
142 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
143
cdca0ab7 1442007-01-21 Andrew Pinski <pinskia@gmail.com>
145
146 PR target/30519
147 * config.host (alpha*-*-linux*): Set extra_parts.
148
97f1a704 1492007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
150
151 * config/sh/t-linux: New.
152 * config.host (sh*-*-linux*): Set tmake_file.
153
52617116 1542007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
155
156 * Makefile.in (install): Handle multilibs.
157
c0e5c948 1582007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
159
160 * Makefile.in: Added .PHONY entry for documentation targets.
161
d62e2f2f 1622007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
163
164 * Makefile.in: Add empty info, html, dvi, pdf targets.
165
68cf2994 1662007-01-04 Mike Stump <mrs@apple.com>
167
168 * Makefile.in (MAKEINFO): Remove.
169 (PERL): Likewise.
170
f534b3b3 1712007-01-04 Paolo Bonzini <bonzini@gnu.org>
172
173 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
174 * configure: Regenerate.
175 * Makefile.in (host_subdir): Substitute it.
176 (gcc_objdir): Use it.
177
c11c6ae3 1782007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
179
180 * config.host (ia64*-*-linux*): Set tmake_file.
181
d272bed8 1822007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
183
184 * Makefile.in (version): Define.
185
894a47b4 1862007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
187 Paolo Bonzini <bonzini@gnu.org>
188
189 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
190 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
191 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
192 config/sparc/t-crtfm, config/t-slibgcc-darwin,
193 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
194 shared-object.mk, siditi-object.mk, static-object.mk: New files.
195 * configure: Generated.