OSDN Git Service

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