OSDN Git Service

b0570dcab8b645ae9607f83a3380be94968175b9
[pf3gnuchains/gcc-fork.git] / libgcc / ChangeLog
1 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
2
3         PR regression/33926
4         * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
5         * configure: Regenerated.
6
7 2007-09-27  H.J. Lu  <hongjiu.lu@intel.com>
8
9         * Makefile.in (dfp-filenames): Replace decimal_globals,
10         decimal_data, binarydecimal and convert_data with
11         bid_decimal_globals, bid_decimal_data, bid_binarydecimal
12         and bid_convert_data, respectively.
13
14 2007-09-17  Chao-ying Fu  <fu@mips.com>
15             Nigel Stephens  <nigel@mips.com>
16
17         * fixed-obj.mk: New file to support fine-grain fixed-point functions.
18         * Makefile.in (fixed_point): Define.
19         Check if fixed_point is yes to build support functions.
20         * configure.ac: Check for fixed_point support.
21         * configure: Regenerated.
22         * gen-fixed.sh: New file to generate lists of fixed-point labels,
23         funcs, modes, from, to.
24
25 2007-09-11  Janis Johnson  <janis187@us.ibm.com
26
27         * Makefile.in (dfp-filenames): Add bid128_noncomp.
28
29 2007-09-10  Janis Johnson  <janis187@us.ibm.com>
30
31         * Makefile.in (dfp-filenames): Remove decUtility, add
32         decDouble, decPacked, decQuad, decSingle.
33
34 2007-08-27  Hans Kester  <hans.kester@ellips.nl>
35
36         * config.host : Add x86_64-elf target.
37
38 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
39
40         * configure.ac (set_have_cc_tls): Add a missing =.
41         * configure: Regenerated.
42
43 2007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
44
45         * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
46         and x86_64-*-linux*.
47
48         * config/t-tls: New file.
49
50         * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@. 
51
52         * configure.ac: Include ../config/enable.m4 and
53         ../config/tls.m4.  Use GCC_CHECK_CC_TLS to check if assembler
54         supports TLS and substitute set_have_cc_tls.
55         * configure: Regenerated.
56
57 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
58
59         * Makefile.in: Use libbid for DFP when BID is enabled.
60
61 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
62
63         * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
64         extra_parts. Add config/i386/t-cygming to tmake_file. 
65         * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
66
67 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
68             Danny Smith  <dannysmith@users.sourceforge.net>
69
70         PR target/29498
71         * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
72         crtfastmath.o to extra_parts.  Add i386/t-crtfm to tmake_file.
73         * config/i386/t-crtfm: Compile crtfastmath.o with
74         -minline-all-stringops.
75
76 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
77
78         * config.host (sparc-wrs-vxworks): New target.
79
80 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
81
82         * config.host: Recognize fido.
83
84 2007-04-04  Janis Johnson  <janis187@us.ibm.com>
85
86         * configure: Check host, not target, for decimal float support.
87
88 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
89
90         * config/i386/t-crtpc: New file.
91         * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
92         (x86_64-*-linux*): Ditto.
93
94 2007-02-30  Kai Tietz  <kai.tietz@onevision.com>
95
96         * config.host (x86_64-*-mingw*): New target.
97
98 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
99             H.J. Lu  <hongjiu.lu@intel.com>
100
101         * Makefile.in (enable_decimal_float): New.
102         (DECNUMINC): Add
103         -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
104         (dec-objects): Move decimal32, decimal64 and decimal128 to ...
105         (decbits-filenames): This.
106         (decbits-objects): New.
107         (libgcc-objects): Add $(decbits-objects).
108
109         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
110         Substitute enable_decimal_float.
111         * configure: Regenerated.
112
113 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
114
115         * config.host (cris-*-elf | cris-*-none): Set extra_parts.
116
117 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
118
119         * Makefile.in (install-info): New dummy target.
120
121 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
122
123         * config.host (bfin*-linux-uclibc*): Set extra_parts.
124
125 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
126
127         * Makefile.in: Add install-html and install-pdf dummy
128         targets.
129
130 2007-02-05  Roger Sayle  <roger@eyesopen.com>
131             Daniel Jacobowitz  <dan@codesourcery.com>
132
133         * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
134         (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
135         (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
136
137 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
138
139         * Makefile.in (dec-filenames): Add decExcept.
140
141 2007-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
142
143         PR bootstrap/30469
144         * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
145         -fprofile-use.
146
147 2007-01-25  Daniel Jacobowitz  <dan@codesourcery.com>
148
149         * configure.ac: Add --enable-version-specific-runtime-libs.
150         Correct $slibdir default.
151         * configure: Regenerated.
152
153 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
154
155         * config/rs6000/t-ldbl128: Always use -mlong-double-128.
156
157 2007-01-21  Andrew Pinski  <pinskia@gmail.com>
158
159         PR target/30519
160         * config.host (alpha*-*-linux*): Set extra_parts.
161
162 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
163
164         * config/sh/t-linux: New.
165         * config.host (sh*-*-linux*): Set tmake_file.
166
167 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
168
169         * Makefile.in (install): Handle multilibs.
170
171 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
172
173         * Makefile.in: Added .PHONY entry for documentation targets.
174
175 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
176
177         * Makefile.in: Add empty info, html, dvi, pdf targets.
178
179 2007-01-04  Mike Stump  <mrs@apple.com>
180
181         * Makefile.in (MAKEINFO): Remove.
182         (PERL): Likewise.
183
184 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
185
186         * configure.ac: Add GCC_TOPLEV_SUBDIRS.
187         * configure: Regenerate.
188         * Makefile.in (host_subdir): Substitute it.
189         (gcc_objdir): Use it. 
190
191 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
192
193         * config.host (ia64*-*-linux*): Set tmake_file.
194
195 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
196
197         * Makefile.in (version): Define.
198
199 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
200             Paolo Bonzini  <bonzini@gnu.org>
201
202         * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
203         config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
204         config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
205         config/sparc/t-crtfm, config/t-slibgcc-darwin,
206         config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
207         shared-object.mk, siditi-object.mk, static-object.mk: New files.
208         * configure: Generated.