comparison libgcc/ChangeLog @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 2011-03-14 Andreas Tobler <andreast@fgznet.ch>
2
3 * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
4 Adjust copyright year.
5
6 2011-03-07 Ian Lance Taylor <iant@google.com>
7
8 * generic-morestack.c (__splitstack_find): Adjust returned stack
9 pointer to include all registers pushed by __morestack.
10
11 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
12
13 PR target/40125
14 * configure.ac: Call ACX_NONCANONICAL_TARGET.
15 (toolexecdir): Calculate and AC_SUBST.
16 (toolexeclibdir): Likewise.
17 * Makefile.in (target_noncanonical): Import.
18 (toolexecdir): Likewise.
19 (toolexeclibdir): Likewise.
20 * configure: Regenerate.
21
22 2010-12-13 Nathan Froyd <froydnj@codesourcery.com>
23
24 PR target/46040
25 * config/arm/bpabi.h: Rename to...
26 * config/arm/bpabi-lib.h: ...this.
27
28 2010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29
30 * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
31 appropriate.
32 * configure: Regenerate.
33
34 2010-11-24 Nathan Froyd <froydnj@codesourcery.com>
35
36 * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
37 __FLOAT_WORD_ORDER__.
38 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
39 Delete.
40
41 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
42
43 PR other/46202
44 * Makefile.in (install-strip): New phony target.
45
46 2010-11-07 Ian Lance Taylor <iant@google.com>
47
48 PR target/46089
49 * config/i386/morestack.S (__morestack_large_model): New
50 function.
51
52 2010-10-23 Nathan Froyd <froydnj@codesourcery.com>
53
54 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
55 Delete.
56 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
57
58 2010-10-14 Nathan Froyd <froydnj@codesourcery.com>
59
60 * config/arm/bpabi.h: New file.
61 * config/frv/frv-abi.h: New file.
62
63 2010-10-01 Ian Lance Taylor <iant@google.com>
64
65 * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
66 * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
67
68 2010-10-01 H.J. Lu <hongjiu.lu@intel.com>
69
70 PR target/45858
71 * config.host: Add the missing `$'.
72
73 2010-09-30 Michael Eager <eager@eagercon.com>
74
75 * config.host: Add microblaze*-*-*.
76 * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
77 muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
78 udivsi3.asm,umodsi3.asm}: New.
79
80 2010-09-28 Ian Lance Taylor <iant@google.com>
81
82 * configure.ac: Adjust CFI test to test assembler directly rather
83 than checking gcc preprocessor macro.
84 * configure: Rebuild.
85
86 2010-09-27 Ian Lance Taylor <iant@google.com>
87
88 * configure.ac: Test whether assembler supports CFI directives.
89 * config.host: Only add t-stack and i386/t-stack-i386 to
90 tmake_file if libgcc_cv_cfi is "yes".
91 * configure: Rebuild.
92
93 2010-09-27 Ian Lance Taylor <iant@google.com>
94
95 * generic-morestack.h: New file.
96 * generic-morestack.c: New file.
97 * generic-morestack-thread.c: New file.
98 * config/i386/morestack.S: New file.
99 * config/t-stack: New file.
100 * config/i386/t-stack-i386: New file.
101 * config.host (i[34567]86-*-linux* and friends): Add t-stack and
102 i386/t-stack-i386 to tmake_file.
103
104 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
105
106 * Makefile.in (libgcc-extra-parts): Check for static archives and
107 invoke ranlib after installing them.
108 (gcc-extra-parts): Likewise.
109 (install-leaf): Likewise.
110
111 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
112
113 * configure: Regenerated.
114
115 2010-09-10 Kai Tietz <kai.tietz@onevision.com>
116
117 * configure: Regenerated.
118
119 2010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
120 Andrew Pinski <pinskia@gmail.com>
121
122 PR target/40959
123 * config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file.
124
125 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
126
127 PR target/45524
128 * configure: Regenerated.
129
130 2010-09-06 Andreas Schwab <schwab@redhat.com>
131
132 * configure: Regenerate.
133
134 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
135
136 * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
137 64bit targets.
138 (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
139 for 64bit targets.
140
141 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
142 Iain Sandoe <iains@gcc.gnu.org>
143
144 PR target/45476
145 * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
146 LIB2FUNCS_EXCLUDE functions.
147
148 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
149
150 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
151 Include dfp.m4.
152 * configure: Regenerate.
153
154 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
155
156 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
157 i386/t-freebsd to tmake_file.
158 * config/i386/t-freebsd: New file.
159 * config/i386/libgcc-bsd.ver: New file.
160
161 2010-07-23 Nathan Froyd <froydnj@codesourcery.com>
162
163 * config.host (powerpc*-eabispe*): Set tmake_file.
164 (powerpc*-eabi*): Likewise.
165 * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
166 crtbeginS, crtendS, crtbeginT.
167
168 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
169
170 * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
171 to tmake_file. Add crtfastmath.o to extra_parts.
172 * config/mips/t-crtfm: New.
173
1 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com> 174 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
2 175
3 * config.host (sparc64-*-rtems*): New target. 176 * config.host (sparc64-*-rtems*): New target.
4 177
5 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 178 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
85 --enable-version-specific-runtime-libs, build extension stub 258 --enable-version-specific-runtime-libs, build extension stub
86 libs exposing features available from current libgcc_s. 259 libs exposing features available from current libgcc_s.
87 260
88 2009-11-11 Jon Beniston <jon@beniston.com> 261 2009-11-11 Jon Beniston <jon@beniston.com>
89 262
90 * config.host: Add lm32 targets. 263 * config.host: Add lm32 targets.
91 * config/lm32: New directory. 264 * config/lm32: New directory.
92 * config/lm32/libgcc_lm32.h: New file. 265 * config/lm32/libgcc_lm32.h: New file.
93 * config/lm32/_mulsi3.c: New file. 266 * config/lm32/_mulsi3.c: New file.
94 * config/lm32/_udivmodsi4.c: New file. 267 * config/lm32/_udivmodsi4.c: New file.
95 * config/lm32/_divsi3.c: New file. 268 * config/lm32/_divsi3.c: New file.
96 * config/lm32/_modsi3.c: New file. 269 * config/lm32/_modsi3.c: New file.
97 * config/lm32/_udivsi3.c: New file. 270 * config/lm32/_udivsi3.c: New file.
98 * config/lm32/_umodsi3.c: New file. 271 * config/lm32/_umodsi3.c: New file.
99 * config/lm32/_lshrsi3.S: New file. 272 * config/lm32/_lshrsi3.S: New file.
100 * config/lm32/_ashrsi3.S: New file. 273 * config/lm32/_ashrsi3.S: New file.
101 * config/lm32/_ashlsi3.S: New file. 274 * config/lm32/_ashlsi3.S: New file.
102 * config/lm32/crti.S: New file. 275 * config/lm32/crti.S: New file.
103 * config/lm32/crtn.S: New file. 276 * config/lm32/crtn.S: New file.
104 * config/lm32/t-lm32: New file. 277 * config/lm32/t-lm32: New file.
105 * config/lm32/t-elf: New file. 278 * config/lm32/t-elf: New file.
106 * config/lm32/t-uclinux: New file. 279 * config/lm32/t-uclinux: New file.
107 280
108 2009-10-26 Nick Clifton <nickc@redhat.com> 281 2009-10-26 Nick Clifton <nickc@redhat.com>
109 282
110 * config.host: Add support for RX target. 283 * config.host: Add support for RX target.
111 * config/rx: New directory. 284 * config/rx: New directory.