OSDN Git Service

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