]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgcc/ChangeLog
6461ad6b9ac49d38cbe93219c01ee037d48a1de4
[thirdparty/gcc.git] / libgcc / ChangeLog
1 2011-12-20 Uros Bizjak <ubizjak@gmail.com>
2
3 * config/alpha/linux-unwind.h: Update copyright years.
4 (MD_FROB_UPDATE_CONTEXT): New define.
5 (alpha_frob_update_context): New function.
6
7 2011-12-17 Richard Sandiford <rdsandiford@googlemail.com>
8
9 * config.host (mips*-sde-elf*, mipsisa64sr71k-*-elf*): Add to
10 tmake_file rather replacing it.
11
12 2011-12-15 Iain Sandoe <iains@gcc.gnu.org>
13
14 * config/rs6000/darwin-world.S (toplevel): Make it clear that this
15 function is not used for PPC64.
16 (save_world): Amend comments. Update the VRsave mask to reflect the
17 saved regs.
18 (rest_world): Update comments, do not clobber r10, do not use r8.
19 (eh_rest_world_r10): Amend comments, do not use r8.
20 (rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
21 no longer used, move restore of CR and target address to the end of
22 the routine.
23
24 2011-12-14 H.J. Lu <hongjiu.lu@intel.com>
25
26 * generic-morestack.c (__generic_morestack_set_initial_sp): Check
27 __GLIBC__ instead of __linux__ when using __SIGRTMIN.
28
29 2011-12-14 Georg-Johann Lay <avr@gjlay.de>
30
31 PR target/49313
32 * config/avr/t-avr (LIB1ASMSRC): Add _mulpsi3, _mulsqipsi3.
33 * config/avr/lib1funcs.S (__mulpsi3, __mulsqipsi3): New functions.
34
35 2011-12-11 Eric Botcazou <ebotcazou@adacore.com>
36
37 * config/sparc/sol2-unwind.h: Use #ifdef directive consistently.
38
39 2011-12-09 Georg-Johann Lay <avr@gjlay.de>
40
41 PR target/49313
42 * config/avr/t-avr (LIB1ASMFUNCS): Add _muldi3.
43 * config/avr/lib1funcs.S (__muldi3): New function.
44
45 2011-12-06 Andrew Pinski <apinski@cavium.com>
46
47 * crtstuff.c (__do_global_dtors_aux_fini_array_entry): Align to the
48 size of func_ptr.
49 (__frame_dummy_init_array_entry): Likewise.
50
51 2011-12-06 Georg-Johann Lay <avr@gjlay.de>
52
53 Forward-port from gcc-4_6-branch r181936 2011-12-02.
54
55 PR target/51345
56 PR target/51002
57 * config/avr/lib1funcs.S (__prologue_saves__,
58 __epilogue_restores__, __divdi3_moddi3): Enclose parts using
59 __SP_H__ in !defined (__AVR_HAVE_8BIT_SP__). Add FIXME comments.
60
61 2011-12-04 Iain Sandoe <iains@gcc.gnu.org>
62
63 * config/rs6000/t-darwin64 (LIB2ADD): Add fp and gp save routines.
64
65 2011-11-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
66
67 PR other/51272
68 * config/pa/stublib.c (_ITM_registerTMCloneTable): New stub.
69 (_ITM_deregisterTMCloneTable): Likewise.
70 (__register_frame_info): Fix unused warning.
71 (__deregister_frame_info, __cxa_finalize, _Jv_RegisterClasses,
72 pthread_default_stacksize_np): Likewise.
73 * config/pa/t-stublib (LIBGCCSTUB_OBJS): Add new objects and rules.
74
75 2011-11-29 DJ Delorie <dj@redhat.com>
76
77 * config.host (rl78-*-elf): New case.
78 * config/rl78: New directory for the Renesas RL78.
79
80 2011-11-29 Bernd Schmidt <bernds@codesourcery.com>
81
82 * config.host (tic6x-*-uclinux): Append to extra_parts. Fix
83 formatting.
84
85 2011-11-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
86
87 PR other/51022
88 * config/rs6000/t-savresfgpr: New file.
89 * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
90 $(srcdir)/config/rs6000/eabi.S.
91 * config/rs6000/t-ppccomm-ldbl: Remove.
92 * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
93 tmake_file.
94 (powerpc-*-eabispe*): Likewise.
95 (powerpc-*-eabi*): Likewise.
96 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
97 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
98 to tmake_file, remove rs6000/t-ppccomm-ldbl.
99 (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
100 tmake_file.
101 (powerpc-*-eabisim*): Likewise.
102 (powerpc-*-elf*): Likewise.
103 (powerpc-*-eabialtivec*): Likewise.
104 (powerpc-xilinx-eabi*): Likewise.
105 (powerpc-*-rtems*): Likewise.
106 (powerpcle-*-elf*): Likewise.
107 (powerpcle-*-eabisim*): Likewise.
108 (powerpcle-*-eabi*): Likewise.
109
110 2011-11-27 Ian Lance Taylor <iant@google.com>
111
112 * generic-morestack.c (__splitstack_find): Check for NULL old
113 stack value.
114 (__splitstack_resetcontext): New function.
115 (__splitstack_releasecontext): New function.
116 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
117
118 2011-11-27 Iain Sandoe <iains@gcc.gnu.org>
119
120 * config/darwin-crt-tm.c: Correct comments, use correct licence.
121
122 2011-11-27 Iain Sandoe <iains@gcc.gnu.org>
123
124 * config/darwin-crt-tm.c: Remove dummy _ITM_ functions.
125
126 2011-11-26 Richard Henderson <rth@redhat.com>
127
128 * config/m68k/linux-atomic.c: New file.
129 * config/m68k/t-linux: New file.
130 * config.host (m68k-uclinux, m68k-linux): Use it.
131
132 2011-11-26 Richard Henderson <rth@redhat.com>
133
134 * crtstuff.c (__TMC_LIST__): Mark used not unused.
135 (__TMC_END__): Only declare if hidden is available; in the definition,
136 if hidden is unavailable add a null record.
137 (deregister_tm_clones, register_tm_clones): New.
138 (__do_global_dtors_aux, frame_dummy): Use them.
139 (__do_global_dtors, __do_global_ctors_1): Likewise.
140
141 2011-11-22 Iain Sandoe <iains@gcc.gnu.org>
142
143 * config/darwin-crt-tm.c: New file.
144 * config.host (darwin): Build crttms.o crttme.o to provide
145 startup and shutdown for tm clones.
146 * config/t-darwin (crttms.o): New build rule.
147 (crttme.o): Likewise.
148
149 2011-11-21 Hans-Peter Nilsson <hp@axis.com>
150
151 * Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
152 et al.
153
154 2011-11-21 Richard Henderson <rth@redhat.com>
155
156 * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
157 (__TMC_LIST__, __TMC_END__): New.
158 (__do_global_dtors_aux): Call _ITM_deregisterTMCloneTable.
159 (__do_global_dtors): Likewise.
160 (frame_dummy): Call _ITM_registerTMCloneTable.
161 (__do_global_ctors_1): Likewise.
162
163 2011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
164
165 * config.host (iq2000*-*-elf*): Add iq2000/t-iq2000 to tmake_file.
166 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
167 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add to tmake_file.
168 (powerpc-*-lynxos*): Add rs6000/t-lynx to tmake_file.
169 * config/i386/t-darwin64: Remove.
170 * config/sh/t-netbsd (LIB2ADD): Remove.
171
172 2011-11-21 Georg-Johann Lay <avr@gjlay.de>
173
174 PR target/49313
175 * config/avr/t-avr (LIB2FUNCS_EXCLUDE): Add _moddi3, _umoddi3.
176 (LIB1ASMFUNCS): Add _divdi3, _udivdi3, _udivmod64, _negdi2.
177 * config/avr/lib1funcs.S (wmov): New assembler macro.
178 (__umoddi3, __udivdi3, __udivdi3_umoddi3): New functions.
179 (__moddi3, __divdi3, __divdi3_moddi3): New functions.
180 (__udivmod64): New function.
181 (__negdi2): New function.
182
183 2011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
184
185 * config.host (*-*-freebsd[12], *-*-freebsd[12].*,
186 *-*-freebsd*aout*): Remove.
187
188 2011-11-20 Hans-Peter Nilsson <hp@axis.com>
189
190 * static-object.mk (c_flags-$o): Save c_flags.
191 ($(base)$(objext)): Use it.
192
193 2011-11-18 Steve Ellcey <sje@cup.hp.com>
194
195 * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
196
197 2011-11-18 Georg-Johann Lay <avr@gjlay.de>
198
199 PR target/49868
200 * config/avr/t-avr (LIB1ASMFUNCS): Add _xload_2 _xload_3 _xload_4.
201 * config/avr/lib1funcs.S (__xload_2, __xload_3, __xload_4):
202 New functions.
203
204 2011-11-16 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
205
206 * config/arm/lib1funcs.asm (udivsi3): Add support for divide
207 functions.
208 (aeabi_uidivmod): Likewise.
209 (umodsi3): Likewise.
210 (divsi3): Likewise.
211 (aeabi_idivmod): Likewise.
212 (modsi3): Likewise.
213
214 2011-11-16 Tristan Gingold <gingold@adacore.com>
215
216 * config/alpha/qrnnd.S: Use specific pseudos for VMS.
217
218 2011-11-15 Georg-Johann Lay <avr@gjlay.de>
219
220 PR target/49868
221 * config/avr/t-avr (LIB1ASMFUNCS): Add _load_3, _load_4.
222 * config/avr/lib1funcs.S (__load_3, __load_4, __xload_2): New functions.
223
224 2011-11-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
225
226 * config.host (hppa*64*-*-hpux11*): Remove pa/t-stublib64 from
227 tmake_file list.
228 * config/pa/t-stublib: Merge rules from config/pa/t-stublib64.
229 * config/pa/t-stublib64: Delete.
230
231 2011-11-12 Richard Henderson <rth@redhat.com>
232
233 * config/rs6000/linux-unwind.h (frob_update_context): Properly
234 cast the pointer argument to _Unwind_SetGRPtr.
235
236 2011-11-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
237
238 * config/spu/t-elf (LIB2ADD): Use LIB2FUNCS_EXCLUDE instead.
239
240 2011-11-09 Ian Lance Taylor <iant@google.com>
241
242 * generic-morestack.c: Include <string.h>.
243 (uintptr_type): Define.
244 (struct initial_sp): Add dont_block_signals field. Reduce size of
245 extra array by 1.
246 (allocate_segment): Set prev field to NULL. Don't set
247 __morestack_current_segment or __morestack_segments.
248 (__generic_morestack): Update current->prev and *pp after calling
249 allocate_segment.
250 (__morestack_block_signals): Don't do anything if
251 dont_block_signals is set.
252 (__morestack_unblock_signals): Likewise.
253 (__generic_findstack): Check for initial_sp == NULL. Add casts to
254 uintptr_type.
255 (__splitstack_block_signals): New function.
256 (enum __splitstack_content_offsets): Define.
257 (__splitstack_getcontext, __splitstack_setcontext): New functions.
258 (__splitstack_makecontext): New function.
259 (__splitstack_block_signals_context): New function.
260 (__splitstack_find_context): New function.
261 * config/i386/morestack.S (__morestack_get_guard): New function.
262 (__morestack_set_guard, __morestack_make_guard): New functions.
263 * libgcc-std.ver.in: Add new functions to GCC_4.7.0.
264
265 2011-11-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
266
267 * config.host (i[34567]86-*-cygwin*): Move i386/t-mingw-pthread ...
268 (i[34567]86-*-mingw*): ... here.
269 (x86_64-*-mingw*): ... here.
270
271 2011-11-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
272
273 * config/c6x/t-elf (LIB2ADD): Add instead of assigning.
274
275 2011-11-07 Nathan Sidwell <nathan@acm.org>
276
277 * libgcov.c (struct gcov_fn_buffer): New struct.
278 (buffer_fn_data): New helper.
279 (gcov_exit): Rework for new gcov data structures.
280
281 2011-11-07 Georg-Johann Lay <avr@gjlay.de>
282
283 PR target/49313
284 * config/avr/lib1funcs.S (__divmodhi4, __divmodsi4): Tweak speed.
285
286 2011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
287
288 * config.host (tmake_file): Correct comment.
289 (bfin*-elf*): Remove bfin/t-elf from tmake_file, add
290 t-libgcc-pic.
291 (bfin*-uclinux*): Likewise.
292 (bfin*-linux-uclibc*): Likewise.
293 (xstormy16-*-elf): Add stormy16/t-stormy16 to tmake_file.
294
295 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Append instead of
296 assigning.
297 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Likewise.
298 * config/avr/t-avr (HOST_LIBGCC2_CFLAGS): Likewise.
299 * config/c6x/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
300 * config/h8300/t-h8300 (HOST_LIBGCC2_CFLAGS): Likewise.
301 * config/lm32/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
302 * config/m32r/t-m32r (HOST_LIBGCC2_CFLAGS): Likewise.
303 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Likewise.
304 * config/mips/t-elf (HOST_LIBGCC2_CFLAGS): Likewise.
305 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Likewise.
306 * config/pdp11/t-pdp11 (HOST_LIBGCC2_CFLAGS): Likewise.
307 * config/picochip/t-picochip (HOST_LIBGCC2_CFLAGS): Likewise.
308 * config/stormy16/t-stormy16 (HOST_LIBGCC2_CFLAGS): Likewise.
309 * config/t-openbsd-thread (HOST_LIBGCC2_CFLAGS): Likewise.
310
311 * config/bfin/t-elf: Remove.
312 * config/t-vxworks (HOST_LIBGCC2_CFLAGS): Remove.
313
314 2011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
315
316 * config.host (*-*-rtems*): Add t-rtems to tmake_file.
317 (i[34567]86-*-rtems*): Remove t-rtems from tmake_file.
318 (lm32-*-elf*, lm32-*-rtems*): Split into ...
319 (lm32-*-elf*): ... this.
320 (lm32-*-rtems*): ... and this.
321 Add to tmake_file.
322 (m32r-*-rtems*): Add to tmake_file.
323 (moxie-*-rtems*): Likewise.
324 (sparc-*-rtems*): Likewise.
325 Remove t-rtems from tmake_file.
326 (sparc64-*-rtems*): Likewise.
327 * config/t-rtems (HOST_LIBGCC2_CFLAGS): Use LIBGCC2_INCLUDES
328 instead.
329
330 2011-11-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
331
332 PR bootstrap/50982
333 * config/gthr-posix.h: Move ...
334 * gthr-posix.h: ... here.
335 * config/gthr-lynx.h: Reflect this.
336 * config/gthr-vxworks.h: Likewise.
337 * config/rs6000/gthr-aix.h: Likewise.
338 * configure.ac (target_thread_file): Likewise.
339 * configure: Regenerate.
340
341 2011-11-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
342
343 * config.host (arm*-*-rtemseabi*): New target.
344
345 2011-11-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
346
347 PR other/50991
348 * Makefile.in: Make EXTRA_PARTS depend on libgcc_tm.h instead of
349 extra-parts.
350
351 2011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
352
353 * config.host (epiphany-*-elf*): New configuration.
354 * config/epiphany: New Directory.
355
356 2011-11-05 Ralf Corsépius <ralf.corsepius@rtems.org>
357
358 * config.host (avr-*-rtems*): Add config/avr/t-rtems.
359 * config/avr/t-rtems: New.
360 Filter out _exit from LIB1ASMFUNCS.
361
362 2011-11-04 David S. Miller <davem@davemloft.net>
363
364 * configure.ac: Test for 64-bit addresses on !x86 using __LP64__.
365 * configure: Rebuild.
366
367 2011-11-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
368
369 * config/s390/t-crtstuff: Add -fPIC to CRTSTUFF_T_CFLAGS_S
370 variable.
371
372 2011-11-04 Georg-Johann Lay <avr@gjlay.de>
373
374 PR target/50931
375 * config/t-avr (LIB1ASMFUNCS): Add _divmodpsi4, _udivmodpsi4.
376 * config/lib1funcs.S (__udivmodpsi4, __divmodpsi4): New functions.
377
378 2011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
379
380 PR target/50989
381 * config.host (sparc-*-rtems*): Add sparc/t-softmul.
382
383 2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
384
385 * config/c6x/t-elf (LIB2ADDEH): Set.
386 * config/c6x/t-c6x-elf: Remove.
387
388 2011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
389
390 * config/i386/sol2-ci.S: Rename to ...
391 * config/i386/crti.S: ... this.
392 * config/i386/sol2-cn.S: Rename to ...
393 * config/i386/crtn.S: ... this.
394 * config/sparc/sol2-ci.S: Rename to ...
395 * config/sparc/crti.S: ... this.
396 * config/sparc/sol2-cn.S: Rename to ...
397 * config/sparc/crtn.S: ... this.
398 * config/t-sol2 (CUSTOM_CRTIN): Remove.
399 (crti.o, crtn.o): Remove.
400
401 2011-11-04 Tristan Gingold <gingold@adacore.com>
402
403 * config/ia64/fde-vms.c: Do not include md-unwind-support.h
404
405 2011-11-04 Kaz Kojima <kkojima@gcc.gnu.org>
406
407 * config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
408
409 2011-11-03 Hans-Peter Nilsson <hp@axis.com>
410
411 * config.host (crisv32-*-none, cris-*-none): Remove.
412 (crisv32-*-elf): Append to tmake_file, don't just set it.
413 (cris-*-elf): Add missing t-fdpbit to tmake_file.
414
415 2011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
416
417 * config/rs6000/t-ppccomm (ecrti$(objext)): Use $<.
418 (ecrtn$(objext)): Likewise.
419 (ncrti$(objext)): Likewise.
420 (ncrtn$(objext)): Likewise.
421
422 2011-11-03 Andreas Schwab <schwab@redhat.com>
423
424 * config/ia64/t-ia64 (crtbeginS.o): Fix whitespace damage.
425
426 2011-11-02 David S. Miller <davem@davemloft.net>
427
428 * configure.ac: Set host_address on sparc too.
429 * configure: Regenerate.
430 * config.host: Add sparc/t-linux64 and sparc/t-softmul conditionally
431 based upon host_address.
432 * config/sparc/t-linux64: Set CRTSTUFF_T_CFLAGS unconditionally.
433
434 2011-11-02 Jason Merrill <jason@redhat.com>
435
436 * config/rs6000/t-ppccomm: Add missing \.
437
438 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
439
440 * gthr-single.h, gthr.h: New files.
441 * config/gthr-lynx.h, config/gthr-posix.h., config/gthr-rtems.h,
442 config/gthr-vxworks.h, config/i386/gthr-win32.h,
443 config/mips/gthr-mipssde.h, config/pa/gthr-dce.h,
444 config/rs6000/gthr-aix.h, config/s390/gthr-tpf.h: New files.
445 * config/i386/gthr-win32.c: Include "gthr-win32.h".
446 * configure.ac (thread_header): New variable.
447 Set it depending on target_thread_file.
448 (gthr-default.h): Link from $thread_header.
449 * configure: Regenerate.
450 * Makefile.in (LIBGCC2_CFLAGS): Remove $(GTHREAD_FLAGS).
451
452 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
453
454 * configure.ac (tm_file_): New variable.
455 Determine from tm_file.
456 (tm_file, tm_defines): Substitute.
457 * configure: Regenerate.
458 * mkheader.sh: New file.
459 * Makefile.in (clean): Remove libgcc_tm.h.
460 ($(objects)): Depend on libgcc_tm.h.
461 (libgcc_tm_defines, libgcc_tm_file): New variables.
462 (libgcc_tm.h, libgcc_tm.stamp): New targets.
463 ($(libgcc-objects), $(libgcc-s-objects), $(libgcc-eh-objects))
464 ($(libgcov-objects), $(libunwind-objects), $(libunwind-s-objects))
465 ($(extra-parts)): Depend on libgcc_tm.h.
466 * config.host (tm_defines, tm_file): New variable.
467 (arm*-*-linux*): Set tm_file for arm*-*-linux-*eabi.
468 (arm*-*-uclinux*): Set tm_file for arm*-*-uclinux*eabi.
469 (arm*-*-eabi*, arm*-*-symbianelf*): Set tm_file.
470 (avr-*-rtems*): Likewise.
471 (avr-*-*): Likewise.
472 (frv-*-elf): Likewise.
473 (frv-*-*linux*): Likewise.
474 (h8300-*-rtems*): Likewise.
475 (h8300-*-elf*): Likewise.
476 (i[34567]86-*-darwin*): Likewise.
477 (x86_64-*-darwin*): Likewise.
478 (rx-*-elf): Likewise.
479 (tic6x-*-uclinux): Likewise.
480 (tic6x-*-elf): Likewise.
481 (i[34567]86-*-linux*, x86_64-*-linux*): Likewise.
482 * config/alpha/gthr-posix.c: Include libgcc_tm.h.
483 * config/i386/cygming-crtbegin.c: Likewise.
484 * config/i386/cygming-crtend.c: Likewise.
485 * config/ia64/fde-vms.c: Likewise.
486 * config/ia64/unwind-ia64.c: Likewise.
487 * config/libbid/bid_gcc_intrinsics.h: Likewise.
488 * config/rs6000/darwin-fallback.c: Likewise.
489 * config/stormy16/lib2funcs.c: Likewise.
490 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
491 * crtstuff.c: Likewise.
492 * dfp-bit.h: Likewise.
493 * emutls.c: Likewise.
494 * fixed-bit.c: Likewise.
495 * fp-bit.c: Likewise.
496 * generic-morestack-thread.c: Likewise.
497 * generic-morestack.c: Likewise.
498 * libgcc2.c: Likewise.
499 * libgcov.c: Likewise.
500 * unwind-dw2-fde-dip.c: Likewise.
501 * unwind-dw2-fde.c: Likewise.
502 * unwind-dw2.c: Likewise.
503 * unwind-sjlj.c: Likewise.
504
505 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
506
507 * configure.ac: Include ../config/picflag.m4.
508 (GCC_PICFLAG): Call it.
509 Substitute.
510 * configure: Regenerate.
511 * Makefile.in (gcc_srcdir): Remove.
512 (LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
513 (HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
514 (LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
515 ($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
516 ($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
517 Use $<.
518 Remove comment.
519 * libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
520 * siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
521 to refer to libgcc2.c.
522 Use $<.
523 * config/darwin-64.c: New file.
524 * config/darwin-crt3.c: Remove comment.
525 * config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
526 config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
527 config/udivmodsi4.c: New files.
528 * config/memcmp.c, config/memcpy.c, config/memmove.c,
529 config/memset.c: New files.
530 * config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
531 * config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
532 * config/t-freebsd-thread, config/t-libgcc-pic: New files.
533 * config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
534 * config/t-openbsd-thread: New file.
535 * config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
536 * config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
537 * config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
538 * config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
539 qrnnd.S.
540 Adapt filename.
541 * config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
542 to refer to gthr-posix.c.
543 * config/alpha/t-vms (LIB2ADD): Set.
544 * config/alpha/vms-gcc_shell_handler.c: New file.
545 * config/arm/bpabi.c, config/arm/fp16.c,
546 config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
547 config/arm/unaligned-funcs.c: New files.
548 * config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
549 * config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
550 * config/arm/t-linux: Likewise.
551 * config/arm/t-linux-eabi (LIB2ADD_ST): Add.
552 * config/arm/t-netbsd: New file.
553 * config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
554 * config/arm/t-symbian (LIB2ADD_ST): Set.
555 * config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
556 * config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
557 * config/bfin/t-elf: New file.
558 * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
559 config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
560 config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
561 config/c6x/ltf.c: New files.
562 * config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
563 (HOST_LIBGCC2_CFLAGS): Set.
564 * config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
565 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
566 * config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
567 New files.
568 * config/cris/t-elfmulti (LIB2ADD_ST): Set.
569 * config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
570 * config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
571 config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
572 config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
573 files.
574 * config/frv/t-frv (LIB2ADD): Set.
575 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
576 * config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
577 config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
578 config/h8300/popcounthi2.c: New files.
579 * config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
580 * config/i386/gthr-win32.c: New file.
581 * config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
582 * config/i386/t-cygwin: Likewise.
583 * config/i386/t-darwin, config/i386/t-darwin64,
584 config/i386/t-gthr-win32, config/i386/t-interix: New files.
585 * config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
586 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
587 * config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
588 * config/ia64/quadlib.c: New file.
589 * config/ia64/t-hpux (LIB2ADD): Set.
590 * config/ia64/t-ia64: Add comment.
591 * config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
592 * config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
593 (HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
594 * config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
595 * config/m32c/t-m32c (LIB2ADD): Set.
596 * config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
597 * config/m32r/t-m32r: Likewise.
598 * config/m68k/fpgnulib.c: New file.
599 * config/m68k/t-floatlib (LIB2ADD): Set.
600 (xfgnulib.c): New target.
601 * config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
602 * config/mep/lib2funcs.c, config/mep/tramp.c: New files.
603 * config/mep/t-mep (LIB2ADD): Set.
604 * config/microblaze/divsi3.asm: Rename to divsi3.S.
605 * config/microblaze/moddi3.asm: Rename to moddi3.S.
606 * config/microblaze/modsi3.asm: Rename to modsi3.S.
607 * config/microblaze/muldi3_hard.asm: Rename to hard.S.
608 * config/microblaze/mulsi3.asm: Rename to mulsi3.S.
609 * config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
610 * config/microblaze/udivsi3.asm: Rename to udivsi3.S.
611 * config/microblaze/umodsi3.asm: Rename to umodsi3.S.
612 * config/microblaze/t-microblaze (LIB2ADD): Reflect this.
613 * config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
614 New files.
615 * config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
616 * config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
617 * config/pa/fptr.c, config/pa/lib2funcs.S,
618 config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
619 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
620 (LIB2ADD, LIB2ADD_ST): Set.
621 * config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
622 * config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
623 Set.
624 * config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
625 * config/pdp11/t-pdp11: New file.
626 * config/picochip/libgccExtras/adddi3.S,
627 config/picochip/libgccExtras/ashlsi3.S,
628 config/picochip/libgccExtras/ashrsi3.S,
629 config/picochip/libgccExtras/clzsi2.S,
630 config/picochip/libgccExtras/cmpsi2.S,
631 config/picochip/libgccExtras/divmod15.S,
632 config/picochip/libgccExtras/divmodhi4.S,
633 config/picochip/libgccExtras/divmodsi4.S,
634 config/picochip/libgccExtras/lshrsi3.S,
635 config/picochip/libgccExtras/parityhi2.S,
636 config/picochip/libgccExtras/popcounthi2.S,
637 config/picochip/libgccExtras/subdi3.S,
638 config/picochip/libgccExtras/ucmpsi2.S,
639 config/picochip/libgccExtras/udivmodhi4.S,
640 config/picochip/libgccExtras/udivmodsi4.S: New files.
641 * config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
642 (LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
643 * config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
644 config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
645 config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
646 config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
647 config/rs6000/darwin-gpsave.S, config/rs6000/darwin-tramp.S,
648 config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
649 files.
650 * config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
651 (HOST_LIBGCC2_CFLAGS): Set.
652 * config/rs6000/t-darwin64: New file.
653 * config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
654 * config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
655 * config/rs6000/t-ppccomm (LIB2ADD): Add
656 $(srcdir)/config/rs6000/tramp.S.
657 (LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
658 Add $(srcdir)/config/rs6000/eabi.S.
659 (crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
660 (crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
661 (e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
662 (e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
663 (e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
664 (e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
665 * config/rs6000/tramp.S: New file.
666 * config/s390/t-tpf: Remove.
667 * config/sh/linux-atomic.S: New file.
668 * config/sh/t-linux (LIB2ADD): Set.
669 (HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
670 * config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
671 * config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
672 to unwind-dw2.c.
673 (HOST_LIBGCC2_CFLAGS): Set.
674 * config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
675 * config/spu/divmodti4.c, config/spu/divv2df3.c,
676 config/spu/float_disf.c, config/spu/float_unsdidf.c,
677 config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
678 config/spu/mfc_multi_tag_release.c,
679 config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
680 config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
681 config/spu/multi3.c: New files.
682 * config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
683 (HOST_LIBGCC2_CFLAGS): Set.
684 * config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
685 config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
686 config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
687 config/stormy16/ffshi2.c, config/stormy16/lib2.c,
688 config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
689 config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
690 config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
691 config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
692 config/stormy16/umodsi3.c: New files.
693 * config/xtensa/lib2funcs.S: New file.
694 * config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
695 * config/xtensa/t-xtensa (LIB2ADD): Set.
696 * config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
697 (*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
698 Add t-freebsd-thread to tmake_file for posix threads.
699 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
700 (*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
701 (*-*-lynxos*): Likewise.
702 (*-*-netbsd*): Likewise.
703 (*-*-openbsd*): Likewise.
704 Add t-openbsd-thread to tmake_file for posix threads.
705 (*-*-solaris2*): Add t-libgcc-pic to tmake_file.
706 (*-*-vxworks*): Set tmake_file.
707 (alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
708 (alpha*-*-freebsd*): Likewise.
709 (alpha*-*-netbsd*): Likewise.
710 (alpha*-*-openbsd*): Likewise.
711 (alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
712 (alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
713 (alpha*-dec-*vms*): Likewise.
714 (arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
715 (bfin*-elf*): Add bfin/t-elf to tmake_file.
716 (bfin*-uclinux*): Likewise.
717 (bfin*-linux-uclibc*): Likewise.
718 (crisv32-*-elf): Add cris/t-cris to tmake_file.
719 (crisv32-*-none): Likewise.
720 (cris-*-elf): Likewise.
721 (cris-*-none): Likewise.
722 (cris-*-linux*, crisv32-*-linux*): Likewise.
723 (hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
724 tmake_file.
725 (hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
726 tmake_file.
727 (hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
728 (i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
729 (x86_64-*-elf*): Likewise.
730 (i[34567]86-*-nto-qnx*): Likewise.
731 (i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
732 win32 threads.
733 (x86_64-*-mingw*): Likewise.
734 (i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
735 (lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
736 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
737 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
738 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
739 tmake_file.
740 (mipsisa64sr71k-*-elf*): Likewise.
741 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
742 (mips-*-elf*, mipsel-*-elf*): Likewise.
743 (mips64-*-elf*, mips64el-*-elf*): Likewise.
744 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
745 (mips*-*-rtems*): Likewise.
746 (mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
747 to tmake_file.
748 (pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
749 (powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
750 (s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
751 (spu-*-elf*): Likewise.
752 (tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
753
754 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
755
756 * Makefile.in ($(lib1asmfuncs-o), $(lib1asmfuncs-s-o)): Use
757 $(srcdir) to refer to $(LIB1ASMSRC).
758 Use $<.
759 * config/arm/bpabi-v6m.S, config/arm/bpabi.S,
760 config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
761 config/arm/lib1funcs.S: New files.
762 * config/arm/libunwind.S [!__symbian__]: Use lib1funcs.S.
763 * config/arm/t-arm: New file.
764 * config/arm/t-bpabi (LIB1ASMFUNCS): Set.
765 * config/arm/t-elf, config/arm/t-linux, config/arm/t-linux-eabi,
766 config/arm/t-strongarm-elf: New files.
767 * config/arm/t-symbian (LIB1ASMFUNCS): Set.
768 * config/arm/t-vxworks, config/arm/t-wince-pe: New files.
769 * config/avr/lib1funcs.S: New file.
770 * config/avr/t-avr (LIB1ASMSRC, LIB1ASMFUNCS): Set.
771 * config/bfin/lib1funcs.S, config/bfin/t-bfin: New files.
772 * config/c6x/lib1funcs.S: New file.
773 * config/c6x/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Set.
774 * config/fr30/lib1funcs.S, config/fr30/t-fr30: New files.
775 * config/frv/lib1funcs.S: New file.
776 * config/frv/t-frv (LIB1ASMSRC, LIB1ASMFUNCS): Set.
777 * config/h8300/lib1funcs.S, config/h8300/t-h8300: New files.
778 * config/i386/cygwin.S, config/i386/t-chkstk: New files.
779 * config/ia64/__divxf3.asm: Rename to ...
780 * config/ia64/__divxf3.S: ... this.
781 Adapt lib1funcs.asm filename.
782 * config/ia64/_fixtfdi.asm: Rename to ...
783 * config/ia64/_fixtfdi.S: ... this.
784 Adapt lib1funcs.asm filename.
785 * config/ia64/_fixunstfdi.asm: Rename to ...
786 * config/ia64/_fixunstfdi.S: ... this.
787 Adapt lib1funcs.asm filename.
788 * config/ia64/_floatditf.asm: Rename to ...
789 * config/ia64/_floatditf.S: ... this.
790 Adapt lib1funcs.asm filename.
791 * config/ia64/lib1funcs.S: New file.
792 * config/ia64/t-hpux (LIB1ASMFUNCS): Set.
793 * config/ia64/t-ia64 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
794 * config/ia64/t-softfp-compat (libgcc1-tf-compats): Adapt suffix.
795 * config/m32c/lib1funcs.S, config/m32c/t-m32c: New files.
796 * config/m68k/lb1sf68.S, config/m68k/t-floatlib: New files.
797 * config/mcore/lib1funcs.S, config/mcore/t-mcore: New files.
798 * config/mep/lib1funcs.S: New file.
799 * config/mep/t-mep (LIB1ASMSRC, LIB1ASMFUNCS): Set.
800 * config/mips/mips16.S: New file.
801 * config/mips/t-mips16 (LIB1ASMSRC, LIB1ASMFUNCS): Set.
802 * config/pa/milli64.S: New file.
803 * config/pa/t-linux, config/pa/t-linux64: New files.
804 * config/picochip/lib1funcs.S: New file.
805 * config/picochip/t-picochip (LIB1ASMSRC, LIB1ASMFUNCS): Set.
806 * config/sh/lib1funcs.S, config/sh/lib1funcs.h: New files.
807 * config/sh/t-linux (LIB1ASMFUNCS_CACHE): Set.
808 * config/sh/t-netbsd: New file.
809 * config/sh/t-sh (LIB1ASMSRC, LIB1ASMFUNCS, LIB1ASMFUNCS_CACHE): Set.
810 Use $(srcdir) to refer to lib1funcs.S, adapt filename.
811 * config/sh/t-sh64: New file.
812 * config/sparc/lb1spc.S: New file.
813 * config/sparc/t-softmul (LIB1ASMSRC): Adapt sparc/lb1spc.asm
814 filename.
815 * config/v850/lib1funcs.S, config/v850/t-v850: New files.
816 * config/vax/lib1funcs.S, config/vax/t-linux: New files.
817 * config/xtensa/ieee754-df.S, config/xtensa/ieee754-sf.S,
818 config/xtensa/lib1funcs.S: New files.
819 * config/xtensa/t-xtensa (LIB1ASMSRC, LIB1ASMFUNCS): Set.
820 * config.host (arm-wrs-vxworks): Add arm/t-arm, arm/t-vxworks to
821 tmake_file.
822 (arm*-*-freebsd*): Add arm/t-arm, arm/t-strongarm-elf to tmake_file.
823 (arm*-*-netbsdelf*): Add arm/t-arm to tmake_file.
824 (arm*-*-linux*): Likewise.
825 Add arm/t-elf, arm/t-bpabi, arm/t-linux-eabi to tmake_file for
826 arm*-*-linux-*eabi, add arm/t-linux otherwise.
827 (arm*-*-uclinux*): Add arm/t-arm, arm/t-elf to tmake_file.
828 (arm*-*-ecos-elf): Likewise.
829 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
830 (arm*-*-rtems*): Likewise.
831 (arm*-*-elf): Likewise.
832 (arm*-wince-pe*): Add arm/t-arm, arm/t-wince-pe to tmake_file.
833 (avr-*-rtems*): Add to tmake_file, add avr/t-avr.
834 (bfin*-elf*): Add bfin/t-bfin to tmake_file.
835 (bfin*-uclinux*): Likewise.
836 (bfin*-linux-uclibc*): Likewise.
837 (bfin*-rtems*): Likewise.
838 (bfin*-*): Likewise.
839 (fido-*-elf): Merge into m68k-*-elf*.
840 (fr30-*-elf)): Add fr30/t-fr30 to tmake_file.
841 (frv-*-*linux*): Add frv/t-frv to tmake_file.
842 (h8300-*-rtems*): Add h8300/t-h8300 to tmake_file.
843 (h8300-*-elf*): Likewise.
844 (hppa*64*-*-linux*): Add pa/t-linux, pa/t-linux64 to tmake_file.
845 (hppa*-*-linux*): Add pa/t-linux to tmake_file.
846 (i[34567]86-*-cygwin*): Add i386/t-chkstk to tmake_file.
847 (i[34567]86-*-mingw*): Likewise.
848 (x86_64-*-mingw*): Likewise.
849 (i[34567]86-*-interix3*): Likewise.
850 (ia64*-*-hpux*): Add ia64/t-ia64, ia64/t-hpux to tmake_file.
851 (ia64-hp-*vms*): Add ia64/t-ia64 to tmake_file.
852 (m68k-*-elf*): Also handle fido-*-elf.
853 Add m68k/t-floatlib to tmake_file.
854 (m68k-*-uclinux*): Add m68k/t-floatlib to tmake_file.
855 (m68k-*-linux*): Likewise.
856 (m68k-*-rtems*): Likewise.
857 (mcore-*-elf): Add mcore/t-mcore to tmake_file.
858 (sh-*-elf*, sh[12346l]*-*-elf*): Add sh/t-sh64 to tmake_file for
859 sh64*-*-*.
860 (sh-*-linux*, sh[2346lbe]*-*-linux*): Add sh/t-sh to tmake_file.
861 Add sh/t-sh64 to tmake_file for sh64*-*-linux*.
862 (sh-*-netbsdelf*, shl*-*-netbsdelf*, sh5-*-netbsd*)
863 (sh5l*-*-netbsd*, sh64-*-netbsd*, sh64l*-*-netbsd*): Add sh/t-sh,
864 sh/t-netbsd to tmake_file.
865 Add sh/t-sh64 to tmake_file for sh5*-*-netbsd*, sh64*-netbsd*.
866 (sh-*-rtems*): Add sh/t-sh to tmake_file.
867 (sh-wrs-vxworks): Likewise.
868 (sparc-*-linux*): Add sparc/t-softmul to tmake_file except for
869 *-leon[3-9]*.
870 (v850*-*-*): Add v850/t-v850 to tmake_file.
871 (vax-*-linux*): Add vax/t-linux to tmake_file.
872 (m32c-*-elf*, m32c-*-rtems*): Add m32c/t-m32c to tmake_file.
873
874 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
875
876 * crtstuff.c: New file.
877 * Makefile.in (CRTSTUFF_CFLAGS): Define.
878 (CRTSTUFF_T_CFLAGS): Define.
879 (extra-parts, INSTALL_PARTS): Remove conditional assignments.
880 (crtbegin$(objext), crtend$(objext), crtbeginS$(objext))
881 (crtendS$(objext), crtbeginT.o): Use $(srcdir) to refer to
882 crtstuff.c.
883 Use $<.
884 (crtbeginT.o): Use $(objext).
885 [!CUSTOM_CRTIN] (crti$(objext), crtn$(objext)): New rules.
886 (libgcc-extra-parts): Don't compare EXTRA_PARTS, GCC_EXTRA_PARTS.
887 (gcc-extra-parts): Remove.
888 * config.host (*-*-freebsd*): Add t-crtstuff-pic to tmake_file.
889 Set extra_parts.
890 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
891 *-*-gnu*): Also handle *-*-kopensolaris*-gnu.
892 Add t-crtstuff-pic to tmake_file.
893 (*-*-lynxos*): New case.
894 Set tmake_file, extra_parts.
895 (*-*-netbsd*): Add t-crtstuff-pic to tmake_file.
896 Set extra_parts for *-*-netbsd*1.[7-9]*, *-*-netbsd[2-9]*,
897 *-*-netbsdelf[2-9]*.
898 (*-*-openbsd*): Add t-crtstuff-pic to tmake_file.
899 (*-*-rtems*): Set extra_parts.
900 (*-*-solaris2*): Remove t-crtin from tmake_file for Solaris < 10.
901 (*-*-uclinux*): New case.
902 Set extra_parts.
903 (*-*-vms*): New case.
904 Set tmake_file, extra_parts.
905 (*-*-elf): Set extra_parts.
906 (alpha*-*-freebsd*): Add crtbeginT.o to extra_parts.
907 (alpha64-dec-*vms*): Append to tmake_file, remove vms/t-vms,
908 vms/t-vms64.
909 Set extra_parts.
910 (alpha*-dec-*vms*): Append to tmake_file, remove vms/t-vms.
911 Set extra_parts.
912 (arm*-*-freebsd*): Add t-crtin to tmake_file.
913 Add crtbegin.o, crtend.o, crti.o, crtn.o to extra_parts.
914 (arm-wrs-vxworks): Append to tmake_file.
915 Set extra_parts.
916 (arm*-*-uclinux*): Set extra_parts.
917 (arm*-*-ecos-elf): Likewise.
918 (arm*-*-eabi*, arm*-*-symbianelf*): Set extra_parts for
919 arm*-*-eabi*.
920 (arm*-*-rtems*): Set extra_parts.
921 (arm*-*-elf): Likewise.
922 (avr-*-rtems*): Clear extra_parts.
923 (bfin*-elf*): Add bfin/t-crtlibid, bfin/t-crtstuff to extra_parts.
924 Set extra_parts.
925 (bfin*-uclinux*): Likewise.
926 (bfin*-linux-uclibc*): Add bfin/t-crtstuff to tmake_file.
927 (bfin*-rtems*): Append to tmake_file.
928 Set extra_parts.
929 (bfin*-*): Likewise.
930 (crisv32-*-elf, crisv32-*-none, cris-*-elf, cris-*-none): Split into ...
931 (crisv32-*-elf): ... this.
932 (crisv32-*-none): ... this.
933 (cris-*-elf, cris-*-none): New cases.
934 Add cris/t-elfmulti to tmake_file.
935 (fr30-*-elf): Append to tmake_file.
936 Set extra_parts.
937 (frv-*-elf): Append to tmake_file, add frv/t-frv.
938 Set extra_parts.
939 (h8300-*-rtems*): Append to tmake_file.
940 Set extra_parts.
941 (h8300-*-elf*): Likewise.
942 (hppa*64*-*-hpux11*): Add pa/t-stublib, pa/t-stublib64 to tmake_file.
943 Set extra_parts.
944 (hppa[12]*-*-hpux11*): Add pa/t-stublib to tmake_file.
945 Set extra_parts.
946 (i[34567]86-*-elf*): Add i386/t-crtstuff, t-crtstuff-pic to tmake_file.
947 (x86_64-*-elf*): Likewise.
948 (i[34567]86-*-freebsd*): Add i386/t-crtstuff to tmake_file.
949 (x86_64-*-freebsd*): Likewise.
950 (x86_64-*-netbsd*): Likewise.
951 (i[34567]86-*-linux*): Likewise.
952 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
953 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
954 (x86_64-*-linux*): Likewise.
955 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
956 (i[34567]86-*-lynxos*): Add t-crtstuff-pic, i386/t-crtstuff to
957 tmake_file.
958 Set extra_parts.
959 (i[34567]86-*-nto-qnx*): Set tmake_file, extra_parts.
960 (i[34567]86-*-rtems*): Append to tmake_file, remove t-crtin.
961 Append to extra_parts, remove crtbegin.o, crtend.o.
962 (ia64*-*-elf*): Append to extra_parts, remove crtbegin.o, crtend.o.
963 (ia64*-*-freebsd*): Append to extra_parts, remove crtbegin.o,
964 crtend.o, crtbeginS.o, crtendS.o.
965 (ia64*-*-linux*): Comment extra_parts.
966 (ia64-hp-*vms*): Append to tmake_file, remove vms/t-vms, vms/t-vms64.
967 Set extra_parts.
968 (iq2000*-*-elf*): Clear extra_parts.
969 (lm32-*-elf*, lm32-*-rtems*): Add t-crtin to tmake_file.
970 (lm32-*-uclinux*): Add to extra_parts, remove crtbegin.o, crtend.o
971 (m32r-*-elf*, m32r-*-rtems*): Split off ...
972 (m32r-*-rtems*): ... this.
973 Add m32r/t-m32r to tmake_file.
974 (m68k-*-elf*): Add t-crtin to tmake_file.
975 (m68k-*-rtems*): Add crti.o, crtn.o to extra_parts.
976 (mcore-*-elf): Likewise.
977 (microblaze*-*-*): Set extra_parts.
978 (mips*-sde-elf*): New case.
979 Set tmake_file, extra_parts.
980 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
981 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
982 (mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-crtstuff to
983 tmake_file.
984 Set extra_parts.
985 (mipsisa64sr71k-*-elf*): Likewise.
986 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
987 (mips-*-elf*, mipsel-*-elf*): Likewise.
988 (mips64-*-elf*, mips64el-*-elf*): Likewise.
989 (mips64vr-*-elf*, mips64vrel-*-elf*): Likewise.
990 (mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
991 (mips*-*-rtems*): Likewise.
992 (mipstx39-*-elf*, mipstx39el-*-elf*): Likewise.
993 (moxie-*-*): Split into ...
994 (moxie-*-elf, moxie-*-uclinux*): ... this.
995 Add to extra_parts, remove crtbegin.o, crtend.o.
996 (moxie-*-rtems*): New case.
997 Set tmake_file.
998 Clear extra_parts.
999 (powerpc-*-freebsd*): Add rs6000/t-crtstuff to tmake_file.
1000 Set extra_parts.
1001 (powerpc-*-netbsd*): Add rs6000/t-netbsd to tmake_file.
1002 (powerpc-*-eabispe*): Add rs6000/t-crtstuff, t-crtstuff-pic to
1003 tmake_file.
1004 Set extra_parts.
1005 (powerpc-*-eabisimaltivec*): Add to tmake_file, add rs6000/t-ppccomm,
1006 rs6000/t-crtstuff, t-crtstuff-pic to tmake_file.
1007 Set extra_parts.
1008 (powerpc-*-eabisim*): Likewise.
1009 (powerpc-*-elf*): Likewise.
1010 (powerpc-*-eabialtivec*): Likewise.
1011 (powerpc-xilinx-eabi*): Likewise.
1012 (powerpc-*-eabi*): Likewise.
1013 (powerpc-*-rtems*): Likewise.
1014 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-crtstuff to
1015 tmake_file.
1016 Set extra_parts.
1017 (powerpc-*-lynxos*): Add to tmake_file.
1018 (powerpcle-*-elf*): Add to tmake_file, add rs6000/t-ppccomm,
1019 rs6000/t-crtstuff, t-crtstuff-pic.
1020 Set extra_parts.
1021 (powerpcle-*-eabisim*): Likewise.
1022 (powerpcle-*-eabi*): Likewise.
1023 (rx-*-elf): Remove extra_parts.
1024 (s390x-ibm-tpf*): Set extra_parts.
1025 (score-*-elf): Set extra_parts.
1026 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
1027 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
1028 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
1029 (sh64l*-*-netbsd*): Split into ...
1030 (sh-*-elf*, sh[12346l]*-*-elf*): ... this.
1031 Add t-crtstuff-pic to tmake_file.
1032 Set extra_parts.
1033 (sh-*-rtems*): Add to tmake_file, add t-crtstuff-pic.
1034 Set extra_parts.
1035 (sh-wrs-vxworks): Add to tmake_file, add t-crtstuff-pic.
1036 (sparc-*-elf*): Remove t-crtin from tmake_file.
1037 Add to extra_parts, remove crtbegin.o, crtend.o.
1038 (sparc-*-linux*): Add sparc/t-linux64 to tmake_file.
1039 (sparc64-*-linux*): Likewise.
1040 (sparc-*-rtems*): Remove sparc/t-elf from tmake_file.
1041 Add to extra_parts, remove crtbegin.o, crtend.o.
1042 (sparc64-*-elf*): Remove t-crtin from tmake_file.
1043 Add to extra_parts, remove crtbegin.o, crtend.o.
1044 (sparc64-*-rtems*): Remove t-crtin from tmake_file.
1045 Add to extra_parts, remove crtbegin.o, crtend.o.
1046 (sparc64-*-freebsd*, ultrasparc-*-freebsd*): Add to extra_parts.
1047 (sparc64-*-linux*): Add sparc/t-linux64 to tmake_file.
1048 (spu-*-elf*): Add to tmake_file, add spu/t-elf.
1049 Set extra_parts.
1050 (tic6x-*-uclinux): Add c6x/t-uxlinux, t-crtstuff-pic to tmake_file.
1051 Set extra_parts.
1052 (tic6x-*-*): Change to ...
1053 (tic6x-*-elf): ... this.
1054 Set extra_parts.
1055 (xtensa*-*-elf*): Add to tmake_file, add xtensa/t-elf.
1056 Set extra_parts.
1057 (am33_2.0-*-linux*): Add comment.
1058 (mep*-*-*): Add mep/t-mep to tmake_file.
1059 Set extra_parts.
1060 * config/alpha/t-vms: New file.
1061 * config/alpha/vms-dwarf2.S, config/alpha/vms-dwarf2eh.S: New files.
1062 * config/arm/crti.S, config/arm/crtn.S: New files.
1063 * config/bfin/crti.S, config/bfin/crtn.S: New files.
1064 * config/bfin/crtlibid.S: New file.
1065 * config/bfin/t-crtlibid, config/bfin/t-crtstuff: New files.
1066 * config/c6x/crti.S, config/c6x/crtn.S: New files.
1067 * config/c6x/t-elf (CUSTOM_CRTIN): Set.
1068 (crti.o, crtin.o): New rules.
1069 (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
1070 * config/c6x/t-uclinux: New file.
1071 * config/cris/t-elfmulti: New file.
1072 * config/cris/t-linux (CRTSTUFF_T_CFLAGS_S): Set.
1073 * config/fr30/crti.S, config/fr30/crtn.S: New files.
1074 * config/frv/frvbegin.c, config/frv/frvend.c: New files.
1075 * config/frv/t-frv: New file.
1076 * config/frv/t-linux (CRTSTUFF_T_CFLAGS): Set.
1077 * config/h8300/crti.S, config/h8300/crtn.S: New files.
1078 * config/i386/cygming-crtbegin.c, config/i386/cygming-crtend.c:
1079 New files.
1080 * config/i386/t-cygming (crtbegin.o, crtend.o): Use $(srcdir) to
1081 refer to cygming-crtbegin.c, cygming-crtend.c.
1082 Use $<.
1083 * config/i386/t-nto: New file.
1084 * config/ia64/crtbegin.S, config/ia64/crtend.S: New files.
1085 * config/ia64/crti.S, config/ia64/crtn.S: New files.
1086 * config/ia64/t-ia64 (crtbegin.o, crtend.o, crtbeginS.o,
1087 crtendS.o): Use $(srcdir) to refer to crtbegin.S, crtend.S.
1088 Use .S extension.
1089 Use $<.
1090 * config/ia64/t-vms (CRTSTUFF_T_CFLAGS, CRTSTUFF_T_CFLAGS_S): Set.
1091 (crtinitS.o): New rule.
1092 * config/ia64/vms-crtinit.S: New file.
1093 * config/lm32/t-elf ($(T)crti.o, $(T)crtn.o): Remove.
1094 * config/m32r/initfini.c: New file.
1095 * config/m32r/t-linux, config/m32r/t-m32r: New files.
1096 * config/m68k/crti.S, config/m68k/crtn.S: New files.
1097 * config/mcore/crti.S, config/mcore/crtn.S: New files.
1098 * config/mep/t-mep: New file.
1099 * config/microblaze/crti.S, config/microblaze/crtn.S: New files.
1100 * config/microblaze/t-microblaze (MULTILIB_OPTIONS): Remove.
1101 * config/mips/crti.S, config/mips/crtn.S: New files.
1102 * config/mips/t-crtstuff: New file.
1103 * config/mmix/crti.S, config/mmix/crtn.S: New files.
1104 * config/mmix/t-mmix (CRTSTUFF_T_CFLAGS): Set.
1105 (CUSTOM_CRTIN): Set.
1106 ($(T)crti.o, $(T)crtn.o): Remove $(T),
1107 dependencies.
1108 Use $(srcdir) to refer to crti.S, crtn.S.
1109 Use .S extension, $<.
1110 * config/moxie/crti.asm: Rename to ...
1111 * config/moxie/crti.S: ... this.
1112 * config/moxie/crtn.asm: Rename to ...
1113 * config/moxie/crtn.S: ... this.
1114 * config/moxie/t-moxie: Remove.
1115 * config/pa/stublib.c: New file.
1116 * config/pa/t-stublib, config/pa/t-stublib64: New files.
1117 * config/rs6000/eabi-ci.S, config/rs6000/eabi-cn.S: New files.
1118 * config/rs6000/sol-ci.S, config/rs6000/sol-cn.S: New files.
1119 * config/rs6000/t-crtstuff: New file.
1120 * config/rs6000/t-ppccomm (EXTRA_PARTS): Remove.
1121 (ecrti.S, ecrtn.S, ncrti.S, ncrtn.S): Remove.
1122 (ecrti$(objext)): Depend on $(srcdir)/config/rs6000/eabi-ci.S.
1123 Make output file explicit.
1124 (ecrtn$(objext)): Depend on $(srcdir)/config/rs6000/eabi-cn.S.
1125 Make output file explicit.
1126 (ncrti$(objext): Depend on $(srcdir)/config/rs6000/sol-ci.S.
1127 Make output file explicit.
1128 (ncrtn$(objext)): Depend on $(srcdir)/config/rs6000/sol-cn.S.
1129 Make output file explicit.
1130 * config/score/crti.S, config/score/crtn.S: New files.
1131 * config/sh/crt1.S, config/sh/crti.S, config/sh/crtn.S: New files.
1132 * config/sh/lib1funcs-4-300.S, config/sh/lib1funcs-Os-4-200.S: New
1133 files.
1134 * config/sh/t-sh, config/sh/t-superh: New files.
1135 * config/sparc/t-linux64: New file.
1136 * config/spu/cache.S, config/spu/cachemgr.c: New files.
1137 * config/spu/t-elf (CRTSTUFF_T_CFLAGS): Set.
1138 (cachemgr.o, cachemgr_nonatomic.o, libgcc_%.a, cache8k.o)
1139 (cache16k.o, cache32k.o, cache64k.o, cache128k.o): New rules.
1140 * config/t-crtin: Remove.
1141 * config/t-crtstuff-pic: New file.
1142 * config/t-sol2 (CUSTOM_CRTIN): Set.
1143 (crti.o, crtn.o): New rules.
1144 * config/vms/t-vms: New file.
1145 * config/vms/vms-ucrt0.c: New file.
1146 * config/xtensa/t-elf: New file.
1147
1148 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1149
1150 * Makefile.in (SHLIB_NM_FLAGS): Set.
1151 * mkmap-flat.awk, mkmap-symver.awk: New files.
1152 * configure.ac (libgcc_cv_lib_sjlj_exceptions): Check for SjLj
1153 exceptions.
1154 * configure: Regenerate.
1155 * config/libgcc-glibc.ver: New file.
1156 * config/libgcc-libsystem.ver: New file.
1157 * config/t-libunwind (SHLIB_LC): Set.
1158 * config/t-linux: New file.
1159 * config/t-slibgcc (INSTALL_SHLIB): New.
1160 (SHLIB_INSTALL): Use it.
1161 * config/t-slibgcc-darwin (SHLIB_MKMAP): Use $(srcdir) to refer
1162 to mkmap-symver.awk.
1163 (SHLIB_MAPFILES): Don't append, adapt pathname.
1164 (SHLIB_VERPFX): Set.
1165 * config/t-slibgcc-elf-ver (SHLIB_MKMAP): Use $(srcdir) to refer
1166 to mkmap-symver.awk.
1167 * config/t-slibgcc-gld-nover, config/t-slibgcc-hpux,
1168 config/t-slibgcc-libgcc, config/t-slibgcc-vms: New files.
1169 * config/alpha/libgcc-alpha-ldbl.ver, config/alpha/t-linux: New files.
1170 * config/alpha/t-slibgcc-osf (SHLIB_MKMAP): Use $(srcdir) to refer
1171 to mkmap-flat.awk.
1172 * config/arm/t-bpabi (SHLIB_MAPFILES): Set.
1173 * config/bfin/libgcc-glibc.ver, config/bfin/t-linux: New files.
1174 * config/c6x/libgcc-eabi.ver, config/c6x/t-elf: New files.
1175 * config/cris/libgcc-glibc.ver, config/cris/t-linux: New files.
1176 * config/frv/libgcc-frv.ver, config/frv/t-linux: New files.
1177 * config/i386/libgcc-darwin.10.4.ver,
1178 config/i386/libgcc-darwin.10.5.ver, config/i386/libgcc-glibc.ver:
1179 New files.
1180 * config/i386/t-darwin: Remove.
1181 * config/i386/t-darwin64: Likewise.
1182 * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: New files.
1183 * config/i386/t-slibgcc-cygming, config/i386/t-cygwin,
1184 config/i386/t-dlldir, config/i386/t-dlldir-x: New files.
1185 * config/i386/t-linux: New file.
1186 * config/i386/t-mingw32: New file.
1187 * config/ia64/libgcc-glibc.ver, config/ia64/libgcc-ia64.ver: New files.
1188 * config/ia64/t-glibc: Rename to ...
1189 * config/ia64/t-linux: ... this.
1190 (SHLIB_MAPFILES): Set.
1191 * config/ia64/t-glibc-libunwind: Rename to ...
1192 * config/ia64/t-linux-libunwind: ... this.
1193 * config/ia64/t-ia64 (SHLIB_MAPFILES): Set.
1194 * config/ia64/t-slibgcc-hpux: New file.
1195 * config/m32r/libgcc-glibc.ver, config/m32r/t-linux: New files.
1196 * config/m68k/t-slibgcc-elf-ver: New file.
1197 * config/mips/t-mips16 (SHLIB_MAPFILES): Set.
1198 * config/mips/t-slibgcc-irix (SHLIB_MKMAP): Use $(srcdir) to refer
1199 to mkmap-flat.awk.
1200 * config/pa/t-slibgcc-hpux: New file.
1201 * config/pa/t-slibgcc-dwarf-ver, config/pa/t-slibgcc-sjsj-ver: New
1202 files.
1203 * config/rs6000/libgcc-darwin.10.4.ver,
1204 config/rs6000/libgcc-darwin.10.5.ver: New files.
1205 * config/rs6000/libgcc-ppc-glibc.ver: Rename to
1206 config/rs6000/libgcc-glibc.ver.
1207 * config/rs6000/libgcc-ppc64.ver: Rename to
1208 config/rs6000/libgcc-ibm-ldouble.ver.
1209 * config/rs6000/t-darwin (SHLIB_VERPFX): Remove.
1210 * config/rs6000/t-ibm-ldouble (SHLIB_MAPFILES): Adapt filename.
1211 * config/rs6000/t-ldbl128: Rename to ...
1212 * config/rs6000/t-linux: ... this.
1213 (SHLIB_MAPFILES): Adapt filename.
1214 * config/rs6000/t-slibgcc-aix: New file.
1215 * config/sh/libgcc-excl.ver, config/sh/libgcc-glibc.ver: New files.
1216 * config/sh/t-linux (SHLIB_MAPFILES): Use $(srcdir) to refer to
1217 libgcc-excl.ver, libgcc-glibc.ver.
1218 (SHLIB_LINK, SHLIB_INSTALL): Remove.
1219 * config/sparc/libgcc-glibc.ver: New file.
1220 * config/sparc/t-linux: New file.
1221 * config/xtensa/libgcc-glibc.ver, config/xtensa/t-linux: New files.
1222 * config.host (*-*-freebsd*): Add t-slibgcc, t-slibgcc-gld,
1223 t-slibgcc-elf-ver to tmake_file.
1224 Add t-slibgcc-nolc-override to tmake_file for posix threads on
1225 *-*-freebsd[34].
1226 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
1227 *-*-gnu*, *-*-kopensolaris*-gnu): Add t-slibgcc, t-slibgcc-gld,
1228 t-slibgcc-elf-ver, t-linux to tmake_file.
1229 (*-*-netbsd*): Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to
1230 tmake_file.
1231 (alpha*-*-linux*): Add alpha/t-linux to tmake_file.
1232 (alpha64-dec-*vms*): Add t-slibgcc-vms to tmake_file.
1233 (alpha*-dec-*vms*): Likewise.
1234 (arm*-*-freebsd*): Append to tmake_file.
1235 (arm*-*-netbsdelf*): Add t-slibgcc-gld-nover to tmake_file.
1236 (arm*-*-linux*): Add t-slibgcc-libgcc to tmake_file for
1237 arm*-*-linux-*eabi.
1238 (arm*-*-eabi*, arm*-*-symbianelf*): Add t-slibgcc-nolc-override to
1239 tmake_file for arm*-*-symbianelf*.
1240 (bfin*-linux-uclibc*): Append to tmake_file, add bfin/t-linux.
1241 (cris-*-linux*, crisv32-*-linux*): Append to tmake_file, add
1242 cris/t-linux.
1243 (frv-*-*linux*): Append to tmake_file, add frv/t-linux.
1244 (hppa*-*-linux*): Add t-slibgcc-libgcc, pa/t-slibgcc-sjlj-ver,
1245 pa/t-slibgcc-dwarf-ver to tmake_file.
1246 (hppa[12]*-*-hpux10*): Add t-slibgcc, pa/t-slibgcc-sjlj-ver,
1247 pa/t-slibgcc-dwarf-ver, t-slibgcc-hpux, pa/t-slibgcc-hpux to tmake_file.
1248 (hppa*64*-*-hpux11*): Likewise.
1249 (hppa[12]*-*-hpux11*): Likewise.
1250 (x86_64-*-darwin*): Don't override tmake_file, but only keep
1251 i386/t-crtpc, i386/t-crtfm.
1252 (i[34567]86-*-cygwin*): Set tmake_eh_file, tmake_dlldir_file.
1253 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
1254 to tmake_file.
1255 Add i386/t-cygwin to tmake_file.
1256 Prepent i386/t-mingw-pthread to tmake_file for posix threads.
1257 (i[34567]86-*-mingw*): Set tmake_eh_file, tmake_dlldir_file.
1258 Prepend $tmake_eh_file, $tmake_dlldir_file, i386/t-slibgcc-cygming
1259 to tmake_file.
1260 Add i386/t-mingw32 to tmake_file.
1261 (x86_64-*-mingw*): Likewise.
1262 (ia64*-*-freebsd*): Append to tmake_file.
1263 (ia64*-*-linux*): Append to tmake_file.
1264 Replace ia64/t-glibc by ia64/t-linux.
1265 Replace ia64/t-glibc-libunwind by ia64/t-linux-libunwind if using
1266 system libunwind.
1267 (ia64*-*-hpux*): Add t-slibgcc, ia64/t-slibgcc-hpux,
1268 t-slibgcc-hpux to tmake_file.
1269 (ia64-hp-*vms*): Add t-slibgcc-vms to tmake_file.
1270 (m32r-*-linux*): Append to tmake_file, add m32r/t-linux.
1271 (m32rle-*-linux*): Likewise.
1272 (m68k-*-linux*)): Add m68k/t-slibgcc-elf-ver to tmake_file unless
1273 sjlj exceptions.
1274 (microblaze*-linux*): New case.
1275 Append to tmake_file, add t-slibgcc-nolc-override.
1276 (powerpc-*-freebsd*): Add t-slibgcc-libgcc to tmake_file.
1277 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
1278 Replace rs6000/t-ldbl128 by rs6000/t-linux in tmake_file.
1279 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
1280 rs6000/t-slibgcc-aix to tmake_file.
1281 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
1282 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
1283 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
1284 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
1285 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
1286 (sh64l*-*-netbsd*): Add t-slibgcc-libgcc to tmake_file for
1287 sh*-*-linux*.
1288 (sparc-*-linux*): Append to tmake_file for *-leon*.
1289 Add sparc/t-linux to tmake_file for non-Leon targets.
1290 (sparc64-*-linux*): Add sparc/t-linux to tmake_file.
1291 (tic6x-*-uclinux): New case.
1292 Add t-slibgcc, t-slibgcc-gld, t-slibgcc-elf-ver to tmake_file.
1293 (tic6x-*-*): Add c6x/t-elf to tmake_file.
1294 (xtensa*-*-linux*): Append to tmake_file, add xtensa/t-linux.
1295 (am33_2.0-*-linux*): Append to tmake_file.
1296 (i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-kfreebsd*-gnu)
1297 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-gnu*): Also handle
1298 x86_64-*-kfreebsd*-gnu.
1299 Add i386/t-linux to tmake_file.
1300
1301 2011-10-28 Ian Lance Taylor <iant@google.com>
1302
1303 * config/i386/morestack.S: Correct CFI information to do proper
1304 returns throughout function. In 32-bit mode, save %ebx so that it
1305 is restored on unwind.
1306
1307 2011-10-25 Bernd Schmidt <bernds@codesourcery.com>
1308
1309 * config/c6x/pr-support.c (__gnu_unwind_24bit): Correct logic for the
1310 case where B3 isn't the return register.
1311
1312 * config/c6x/pr-support.c (pop_compact_frame, pop_frame): Correct
1313 logic for doubleword pops.
1314
1315 2011-10-25 Andreas Tobler <andreast@fgznet.ch>
1316
1317 * config/rs6000/t-freebsd: Add wildcard.
1318
1319 2011-10-21 Paul Brook <paul@codesourcery.com>
1320
1321 * unwind-arm-common.inc: Handle ID3/4 unwinding data.
1322
1323 2011-10-16 Uros Bizjak <ubizjak@gmail.com>
1324 Eric Botcazou <ebotcazou@adacore.com>
1325
1326 PR target/50737
1327 * config/alpha/linux-unwind.h (alpha_fallback_frame_state): Set
1328 fs->signal_frame to 1.
1329
1330 2011-10-07 Ian Lance Taylor <iant@google.com>
1331
1332 * generic-morestack-thread.c: #include <errno.h>.
1333
1334 2011-10-07 Ian Lance Taylor <iant@google.com>
1335
1336 PR target/46093
1337 * generic-morestack.c (__generic_morestack): Make sure the segment
1338 is large enough for both the stack frame and the copied
1339 parameters.
1340
1341 2011-10-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1342
1343 PR bootstrap/49804
1344 * config.host: Add crtbegin.o, crtbeginS.o, crtend.o, crtendS.o to
1345 extra_parts.
1346
1347 2011-09-28 Nick Clifton <nickc@redhat.com>
1348
1349 * config/rx/rx-lib.h: Always restrict doubles to the SF type when
1350 64-bit doubles are not enabled.
1351 * config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf
1352 and floatunsisf functions.
1353
1354 2011-09-13 Paul Brook <paul@codesourcery.com>
1355
1356 * config.host (tic6x-*-*): Add c6x/t-c6x-elf. Set unwind_header.
1357 * unwind-c.c (PERSONALITY_FUNCTION): Use UNWIND_POINTER_REG.
1358 * unwind-arm-common.inc: New file.
1359 * config/arm/unwind-arm.c: Use unwind-arm-common.inc.
1360 * config/arm/unwind-arm.h: Use unwind-arm-common.h.
1361 (_GLIBCXX_OVERRIDE_TTYPE_ENCODING): Define.
1362 * config/c6x/libunwind.S: New file.
1363 * config/c6x/pr-support.c: New file.
1364 * config/c6x/unwind-c6x.c: New file.
1365 * config/c6x/unwind-c6x.h: New file.
1366 * config/c6x/t-c6x-elf: New file.
1367
1368 2011-08-23 Uros Bizjak <ubizjak@gmail.com>
1369
1370 * config/i386/64/sfp-machine.h (ASM_INVALID): New define.
1371 (ASM_DIVZERO): Ditto.
1372 (FP_HANLDE_EXCEPTIONS): Use ASM_INVALID and ASM_DIVZERO.
1373
1374 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
1375
1376 * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
1377
1378 2011-08-17 Richard Sandiford <richard.sandiford@linaro.org>
1379
1380 PR target/50090
1381 * config/arm/bpabi-lib.h (RENAME_LIBRARY): Use a C-level alias
1382 instead of an assembly one.
1383
1384 2011-08-12 Paolo Bonzini <bonzini@gnu.org>
1385
1386 PR bootstrap/50047
1387 * Makefile.in (install-unwind_h): Create
1388 $(gcc_objdir)/include/unwind.h atomically.
1389
1390 2011-08-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1391
1392 * Makefile.in (install-unwind_h): Remove destination file first.
1393
1394 2011-08-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1395
1396 * sync.c: New file.
1397 * config/mips/t-mips16: New file.
1398 * config.host (mips64*-*-linux*): Add mips/t-mips16 to tmake_file.
1399 (mips*-*-linux*): Likewise.
1400 (mips*-sde-elf*): Likewise.
1401 (mipsisa32-*-elf*): Join with mipsisa32r2-*-elf*,
1402 mipsisa64-*-elf*, mipsisa64r2-*-elf*.
1403 Add mips/t-mips16 to tmake_file.
1404 (mipsisa64sb1-*-elf*): Add mips/t-mips16 to tmake_file.
1405 (mips-*-elf*): Likewise.
1406 (mips64-*-elf*): Likewise.
1407 (mips64orion-*-elf*): Likewise.
1408 (mips*-*-rtems*): Likewise.
1409 (mipstx39-*-elf*): Likewise.
1410 * Makefile.in: Use SYNC instead of LIBGCC_SYNC.
1411 ($(libgcc-sync-size-funcs-o)): Use SYNC_CFLAGS instead of
1412 LIBGCC_SYNC_CFLAGS.
1413 Use $(srcdir) to refer to sync.c.
1414 Use $<.
1415 ($(libgcc-sync-funcs-o)): Likewise.
1416 ($(libgcc-sync-size-funcs-s-o)): Likewise.
1417 ($(libgcc-sync-funcs-s-o)): Likewise.
1418
1419 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
1420
1421 * config.host (ia64*-*-linux*): Move ia64/t-glibc after
1422 t-libunwind.
1423
1424 2011-08-08 H.J. Lu <hongjiu.lu@intel.com>
1425
1426 PR other/48007
1427 * config/i386/value-unwind.h: New.
1428
1429 2011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
1430
1431 * config.host (*-*-darwin*, *-*-freebsd*, *-*-linux*, frv-*-*linux*)
1432 (*-*-kfreebsd*-gnu, *-*-knetbsd*-gnu, *-*-gnu*, *-*-kopensolaris*-gnu):
1433 Add to tmake_file rather than overriding it.
1434
1435 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1436
1437 * config/t-softfp: Remove.
1438 * soft-fp: Moved from ../gcc/config.
1439 * soft-fp/README: Remove t-softfp reference.
1440 * soft-fp/t-softfp: Move to config/t-softfp.
1441 (softfp_machine_header): Remove.
1442 (softfp_file_list): Remove config subdir.
1443 (soft-fp-objects): New variable.
1444 ($(soft-fp-objects)): Set INTERNAL_CFLAGS.
1445 (LIB2FUNCS_EXTRA): Add to LIB2ADD instead.
1446 (SFP_MACHINE, $(SFP_MACHINE)): Remove.
1447 * config/t-softfp-excl: New file.
1448 * config/t-softfp-sfdf: New file.
1449 * config/t-softfp-tf: New file.
1450 * config/no-sfp-machine.h: New file.
1451 * config/arm/sfp-machine.h: New file.
1452 * config/arm/t-softfp: New file.
1453 * config/c6x/sfp-machine.h: New file.
1454 * config/i386/32/t-fprules-softfp: Rename to ...
1455 * config/i386/32/t-softfp: ... this.
1456 (tifunctions, LIB2ADD): Remove.
1457 (softfp_int_modes): Override.
1458 * config/i386/64/t-softfp-compat (tf-functions): Remove config
1459 subdir.
1460 * config/i386/64/eqtf2.c: Likewise.
1461 * config/i386/64/getf2.c: Likewise.
1462 * config/i386/64/letf2.c: Likewise.
1463 * config/ia64/sft-machine.h: New file.
1464 * config/ia64/t-fprules-softfp: Rename to ...
1465 * config/ia64/t-softfp: ... this.
1466 * config/lm32/sfp-machine.h: New file.
1467 * config/moxie/t-moxie-softfp: Remove.
1468 * config/rs6000/ibm-ldouble-format: New file.
1469 * config/rs6000/ibm-ldouble.c: New file.
1470 * config/rs6000/libgcc-ppc-glibc.ver: New file
1471 * config/rs6000/libgcc-ppc64.ver: New file
1472 * config/rs6000/sfp-machine.h: New file.
1473 * config/rs6000/t-freebsd: New file.
1474 * config/rs6000/t-ibm-ldouble: New file.
1475 * config/rs6000/t-ldbl128: Use $(srcdir) to refer to
1476 libgcc-ppc-glibc.ver.
1477 * config/rs6000/t-linux64: New file.
1478 * config/rs6000/t-ppccomm (LIB2ADD): Add
1479 $(srcdir)/config/rs6000/ibm-ldouble.c.
1480 * config/rs6000/t-ppccomm-ldbl: New file.
1481 * config/score/sfp-machine.h: New file.
1482 * config.host (sfp_machine_header): Explain.
1483 (arm*-*-linux*): Add t-softfp-sfdf, t-softfp-excl, arm/t-softfp,
1484 t-softfp to tmake_file.
1485 (arm*-*-uclinux*): Likewise.
1486 (arm*-*-ecos-elf): Likewise.
1487 (arm*-*-eabi*, arm*-*-symbianelf*): Likewise.
1488 (arm*-*-rtems*): Likewise.
1489 (arm*-*-elf): Likewise.
1490 (ia64*-*-linux*): Replace ia64/t-fprules-softfp by ia64/t-softfp
1491 in tmake_file.
1492 Add t-softfp-tf, t-softfp-excl, t-softfp to tmake_file.
1493 (lm32-*-elf*, lm32-*-rtems*): Add t-softfp-sfdf, t-softfp to tmake_file.
1494 (lm32-*-uclinux*): Likewise.
1495 (moxie-*-*): Replace moxie/t-moxie-softfp by t-softfp-sfdf,
1496 t-softfp-excl, t-softfp.
1497 (powerpc-*-darwin*): Add rs6000/t-ibm-ldouble to tmake_file.
1498 (powerpc64-*-darwin*): Likewise.
1499 (powerpc-*-freebsd*): Add t-softfp-sfdf, t-softfp-excl, t-softfp
1500 to tmake_file.
1501 (powerpc-*-eabisimaltivec*): Add rs6000/t-ppccomm-ldbl to
1502 tmake_file.
1503 (powerpc-*-eabisim*): Likewise.
1504 (powerpc-*-elf*): Likewise.
1505 (powerpc-*-eabialtivec*): Likewise.
1506 (powerpc-xilinx-eabi*): Likewise.
1507 (powerpc-*-rtems*): Likewise.
1508 (powerpc-*-linux*, powerpc64-*-linux*): Add t-softfp-sfdf,
1509 t-softfp-excl, t-softfp to tmake_file.
1510 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add
1511 rs6000/t-ppccomm-ldbl to tmake_file.
1512 (powerpcle-*-elf*): Likewise.
1513 (powerpcle-*-eabisim*): Likewise.
1514 (powerpcle-*-eabi*): Likewise.
1515 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
1516 rs6000/t-ibm-ldouble to tmake_file.
1517 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
1518 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
1519 (score-*-elf): Add t-softfp-sfdf, t-softfp-excl, t-softfp to tmake_file.
1520 (tic6x-*-*): Likewise.
1521 (i[34567]86-*-darwin*, x86_64-*-darwin*,
1522 i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu,
1523 i[34567]86-*-linux*, x86_64-*-linux*, i[34567]86-*-gnu*,
1524 i[34567]86-*-solaris2*, x86_64-*-solaris2.1[0-9]*,
1525 i[34567]86-*-cygwin*, i[34567]86-*-mingw*, x86_64-*-mingw*,
1526 i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add t-softfp-tf,
1527 t-softfp to tmake_file.
1528 * configure.ac (sfp_machine_header): Provide default if unset.
1529 Substitute.
1530 Link sfp-machine.h to config/$sfp_machine_header.
1531 * configure: Regenerate.
1532
1533 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1534
1535 * Makefile.in (double_type_size, long_double_type_size): Set.
1536 Remove $(fpbit-in-libgcc) support.
1537 (FPBIT_FUNCS, DPBIT_FUNCS, TPBIT_FUNCS): New variables.
1538 (fpbit-src): New variable.
1539 ($(fpbit-o), $(fpbit-s-o)): Use $(fpbit-src) instead of $(FPBIT).
1540 Compile with -DFLOAT $(FPBIT_CFLAGS).
1541 Use $<.
1542 ($(dpbit-o), $(dpbit-s-o)): Use $(fpbit-src) instead of $(DPBIT).
1543 Compile with $(FPBIT_CFLAGS).
1544 Use $<.
1545 ($(tpbit-o), $(tpbit-s-o): Use $(fpbit-src) instead of $(TPBIT).
1546 Compile with -DFLOAT $(TPBIT_CFLAGS).
1547 Use $<.
1548 * configure.ac (double_type_size, long_double_type_size):
1549 Determine and substitute.
1550 * configure: Regenerate.
1551 * fp-bit.c, fp-bit.h: New files.
1552 * config/avr/avr-lib.h, config/h8300/h8300-lib.h: New files.
1553 * config/mips/t-irix6 (TPBIT, $(gcc_objdir)/tp-bit.c): Remove.
1554 * config/mips/t-mips: New file.
1555 * config/mips/t-sdemtk: New file.
1556 * config/rs6000/ppc64-fp.c: New file.
1557 * config/rs6000/t-darwin (LIB2ADD): Add
1558 $(srcdir)/config/rs6000/ppc64-fp.c.
1559 * config/rs6000/t-ppc64-fp: New file.
1560 * config/rx/rx-lib.h: New file.
1561 * config/rx/t-rx (FPBIT): Set to true.
1562 ($(gcc_objdir)/fp-bit.c): Remove.
1563 (DPBIT): Set to true only with -m64bit-doubles.
1564 ($(gcc_objdir)/dp-bit.c): Remove.
1565 * config/sparc/t-softfp: Remove.
1566 * config/spu/t-elf: New file.
1567 * config/t-fdpbit, config/t-fpbit: New files.
1568 * config.host (m32c*-*-*): Add t-fdpbit to tmake_file.
1569 (mips*-*-*): Likewise.
1570 (arm-wrs-vxworks): Likewise.
1571 (arm*-*-freebsd*): Likewise.
1572 (avr-*-rtems*): Add t-fpbit to tmake_file.
1573 (avr-*-*): Likewise.
1574 (bfin*-elf*): Add t-fdpbit to tmake_file.
1575 (bfin*-uclinux*): Likewise.
1576 (bfin*-linux-uclibc*): Likewise.
1577 (bfin*-rtems*): New case.
1578 Add t-fdpbit to tmake_file.
1579 (bfin*-*): Add t-fdpbit to tmake_file.
1580 (crisv32-*-elf): Likewise.
1581 (cris-*-linux*): Likewise.
1582 (fr30-*-elf): Likewise.
1583 (frv-*-elf, frv-*-*linux*): Likewise.
1584 (h8300-*-rtems*, h8300-*-elf*): Add t-fpbit to tmake_file.
1585 (iq2000*-*-elf*): Add t-fdpbit to tmake_file.
1586 (m32r-*-elf*): Likewise.
1587 (m32rle-*-elf*): Likewise.
1588 (m32r-*-linux*): Likewise.
1589 (m32rle-*-linux*): Likewise.
1590 (mcore-*-elf): Add t-fdpbit to tmake_file.
1591 (microblaze*-*-*): Likewise.
1592 (mips-sgi-irix6.5*): Add t-tpbit to tmake_file.
1593 (mips*-*-netbsd*): Add mips/t-mips to tmake_file.
1594 (mips64*-*-linux*): Also handle mipsisa64*-*-linux*.
1595 Fix typo.
1596 Add mips/t-tpbit to tmake-file.
1597 (mips*-*-linux*): Fix typo.
1598 (mips*-sde-elf*): New case
1599 Add mips/t-sdemtk unless using newlib.
1600 (mipsisa64sr71k-*-elf*): Add t-fdpbit to tmake_file.
1601 (mipsisa64sb1-*-elf*): Add mips/t-mips to tmake_file.
1602 (mn10300-*-*): Likewise.
1603 (pdp11-*-*): Likewise.
1604 (picochip-*-*): Add t-fpbit to tmake_file.
1605 (powerpc-*-eabisimaltivec*): Likewise.
1606 (powerpc-*-eabisim*): Likewise.
1607 (powerpc-*-elf*): Likewise.
1608 (powerpc-*-eabialtivec*): Likewise.
1609 (powerpc-xilinx-eabi*): New case.
1610 Add t-fdpbit to tmake_file.
1611 (powerpc-*-eabi*): Add t-fdpbit to tmake_file.
1612 (powerpc-*-rtems*): Likewise.
1613 (powerpc-*-linux*, powerpc64-*-linux*): Add rs6000/t-ppc64-fp to
1614 tmake_file.
1615 (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add t-fdpbit to
1616 tmake_file.
1617 (powerpc-*-lynxos*): Likewise.
1618 (powerpcle-*-elf*): Likewise.
1619 (powerpcle-*-eabisim*): Likewise.
1620 (powerpcle-*-eabi*): Likewise.
1621 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Add
1622 t-fdpbit, rs6000/t-ppc64-fp to tmake_file.
1623 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
1624 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
1625 (rx-*-elf): Add t-fdpbit to tmake_file.
1626 (sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
1627 (sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
1628 (sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
1629 (sh64l*-*-netbsd*): Add t-fdpbit to tmake_file except on
1630 sh*-*-netbsd*.
1631 (sh-*-rtems*): Add t-fdpbit to tmake_file.
1632 (sh-wrs-vxworks): Likewise.
1633 (sparc-*-elf*): Replace sparc/t-softfp by t-fdpbit in tmake_file.
1634 (sparc-*-linux*): Add t-fdpbit to tmake_file for *-leon*.
1635 (sparc-*-rtems*, sparc64-*-rtems*): Split off ...
1636 (sparc64-*-rtems*): ... new case.
1637 (sparc-*-rtems*): Add t-fdpbit to tmake_file.
1638 (spu-*-elf*): Likewise.
1639 Add spu/t-elf to tmake_file.
1640 (v850*-*-*): Add t-fdpbit to tmake_file.
1641 (xstormy16-*-elf): Likewise.
1642 (am33_2.0-*-linux*): Add t-fdpbit to tmake_file.
1643 (mep*-*-*): Likewise.
1644
1645 2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1646
1647 * Makefile.in (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): New
1648 variables.
1649 (LIBUNWIND, SHLIBUNWIND_LINK, SHLIBUNWIND_INSTALL): New variables.
1650 (LIB2ADDEH, LIB2ADDEHSTATIC, LIB2ADDEHSHARED): Add $(srcdir)/emutls.c.
1651 (install-unwind_h): New target.
1652 (all): Depend on it.
1653 * config.host (unwind_header): New variable.
1654 (*-*-freebsd*): Set tmake_file to t-eh-dw2-dip.
1655 (*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
1656 *-*-gnu*): Likewise, also for *-*-kopensolaris*-gnu.
1657 (*-*-solaris2*): Add t-eh-dw2-dip to tmake_file.
1658 (arm*-*-linux*): Add arm/t-bpabi for arm*-*-linux-*eabi.
1659 Set unwind_header.
1660 (arm*-*-uclinux*): Add arm/t-bpabi for arm*-*-uclinux*eabi.
1661 Set unwind_header.
1662 (arm*-*-eabi*, arm*-*-symbianelf*): Add arm/t-bpabi for
1663 arm*-*-eabi*.
1664 Add arm/t-symbian to tmake_file for arm*-*-symbianelf*.
1665 Set unwind_header.
1666 (ia64*-*-elf*): Add ia64/t-eh-ia64 to tmake_file.
1667 (ia64*-*-freebsd*): Likewise.
1668 (ia64*-*-linux*): Add ia64/t-glibc, ia64/t-eh-ia64, t-libunwind to
1669 tmake_file.
1670 Add t-libunwind-elf, ia64/t-glibc-libunwind unless
1671 $with_system_libunwind.
1672 (ia64*-*-hpux*): Set tmake_file.
1673 (ia64-hp-*vms*): Add ia64/t-eh-ia64 to tmake_file.
1674 (picochip-*-*): Set tmake_file.
1675 (rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*): Set
1676 md_unwind_header.
1677 (rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*): Likewise.
1678 (rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*): Likewise.
1679 (s390x-ibm-tpf*): Add t-eh-dw2-dip to tmake_file.
1680 (xtensa*-*-elf*): Set tmake_file.
1681 (xtensa*-*-linux*): Likewise.
1682 * configure.ac: Include ../config/unwind_ipinfo.m4.
1683 Call GCC_CHECK_UNWIND_GETIPINFO.
1684 Link unwind.h to $unwind_header.
1685 * configure: Regenerate.
1686 * emutls.c, unwind-c.c, unwind-compat.c, unwind-compat.h,
1687 unwind-dw2-fde-compat.c, unwind-dw2-fde-dip.c, unwind-dw2-fde.c,
1688 unwind-dw2-fde.h, unwind-dw2.c, unwind-dw2.h, unwind-generic.h,
1689 unwind-pe.h, unwind-sjlj.c, unwind.inc: New files.
1690 * config/unwind-dw2-fde-darwin.c: New file.
1691 * config/arm/libunwind.S, config/arm/pr-support.c,
1692 config/arm/t-bpabi, config/arm/t-symbian, config/arm/unwind-arm.c,
1693 config/arm/unwind-arm.h,: New files.
1694 * config/ia64/fde-glibc.c, config/ia64/fde-vms.c,
1695 config/ia64/t-eh-ia64, config/ia64/t-glibc,
1696 config/ia64/t-glibc-libunwind, config/ia64/t-hpux,
1697 config/ia64/t-vms, config/ia64/unwind-ia64.c,
1698 config/ia64/unwind-ia64.h: New files.
1699 * config/picochip/t-picochip: New file.
1700 * config/rs6000/aix-unwind.h, config/rs6000/darwin-fallback.c: New
1701 files.
1702 * config/rs6000/t-darwin (LIB2ADDEH): Set.
1703 * config/s390/t-tpf (LIB2ADDEH): Remove.
1704 * config/t-darwin (LIB2ADDEH): Set.
1705 * config/t-eh-dw2-dip: New file.
1706 * config/t-libunwind, config/t-libunwind-elf: New files.
1707 * config/t-sol2 (LIB2ADDEH): Remove.
1708 * config/xtensa/t-xtensa: New file.
1709
1710 2011-08-02 H.J. Lu <hongjiu.lu@intel.com>
1711
1712 * config/i386/linux-unwind.h (RT_SIGRETURN_SYSCALL): New.
1713 (x86_64_fallback_frame_state): Use RT_SIGRETURN_SYSCALL and
1714 long long to check rt_sigreturn syscall.
1715
1716 2011-08-02 Alan Modra <amodra@gmail.com>
1717
1718 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
1719 Restore for indirect call bcrtl from correct stack slot, and only
1720 if cfa+40 isn't valid.
1721
1722 2011-08-01 Julian Brown <julian@codesourcery.com>
1723
1724 * config.host (arm*-*-linux*, arm*-*-uclinux*, arm*-*-eabi*)
1725 (arm*-*-symbianelf*): Add t-fixedpoint-gnu-prefix makefile fragment.
1726 * config/arm/bpabi-lib.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define.
1727
1728 2011-08-01 Julian Brown <julian@codesourcery.com>
1729
1730 * Makefile.in (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): New.
1731 (libgcc-std.ver.in): Use above.
1732 * fixed-bit.h (LIBGCC2_FIXEDBIT_GNU_PREFIX): Define, if
1733 LIBGCC2_GNU_PREFIX is defined. Use instead of LIBGCC2_GNU_PREFIX
1734 throughout file.
1735 * config/t-fixedpoint-gnu-prefix: New file.
1736 * config/t-gnu-prefix (LIBGCC_VER_FIXEDPOINT_GNU_PREFIX): Set.
1737 * libgcc-std.ver.in (fixed-point routines): Use __FIXPTPFX__
1738 instead of __PFX__.
1739
1740 2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
1741
1742 * config/i386/morestack.S (X86_64_SAVE_NEW_STACK_BOUNDARY): New.
1743 Use X86_64_SAVE_NEW_STACK_BOUNDARY to save the new stack boundary
1744 for x86-64. Properly check __x86_64__ and __LP64__.
1745
1746 2010-07-28 H.J. Lu <hongjiu.lu@intel.com>
1747
1748 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Always use _WIN64
1749 version.
1750 (_FP_WS_TYPE): Likewise.
1751 (_FP_I_TYPE): Likewise.
1752
1753 2011-07-28 Alan Modra <amodra@gmail.com>
1754
1755 * config/rs6000/linux-unwind.h (frob_update_context <__powerpc64__>):
1756 Leave r2 REG_UNSAVED if stopped on the instruction that saves r2
1757 in a plt call stub. Do restore r2 if stopped on bctrl.
1758
1759 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1760
1761 * config.host (i[3456x]86-*-netware*): Remove.
1762 * config/i386/netware-crt0.c, config/i386/t-nwld,
1763 config/i386/t-slibgcc-nwld: Remove.
1764
1765 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1766
1767 * config.host: Handle tic6x-*-*.
1768 * config/c6x/c6x-abi.h: New file.
1769
1770 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1771
1772 * config/i386/crtprec.c: New file.
1773 * config/i386/t-crtpc: Use $(srcdir) to refer to crtprec.c.
1774 * config.host (i[34567]86-*-darwin*): Add i386/t-crtpc to tmake_file.
1775 Add crtprec32.o, crtprec64.o, crtprec80.o to extra_parts.
1776 (x86_64-*-darwin*): Likewise.
1777 (i[34567]86-*-solaris2*: Likewise.
1778
1779 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1780
1781 * config/alpha/crtfastmath.c: New file.
1782 * config/i386/crtfastmath.c: New file.
1783 * config/ia64/crtfastmath.c: New file.
1784 * config/mips/crtfastmath.c: New file.
1785 * config/sparc/crtfastmath.c: New file.
1786
1787 * config/t-crtfm (crtfastmath.o): Use $(srcdir) to refer to
1788 crtfastmath.c.
1789 Add -frandom-seed=gcc-crtfastmath.
1790 * config/alpha/t-crtfm: Remove.
1791 * config/i386/t-crtfm: Use $(srcdir) to refer to crtfastmath.c.
1792 * config/ia64/t-ia64 (crtfastmath.o): Remove.
1793
1794 * config.host (alpha*-*-linux*): Replace alpha/t-crtfm by t-crtfm.
1795 (alpha*-dec-osf5.1*): Likewise.
1796 (alpha*-*-freebsd*): Add t-crtfm to tmake_file.
1797 Add crtfastmath.o to extra_parts.
1798 (i[34567]86-*-darwin*): Add i386/t-crtfm to tmake_file.
1799 Add crtfastmath.o to extra_parts.
1800 (x86_64-*-darwin*): Likewise.
1801 (x86_64-*-mingw*): Likewise.
1802 (ia64*-*-elf*): Add t-crtfm to tmake_file.
1803 (ia64*-*-freebsd*): Likewise.
1804 (ia64*-*-linux*): Likewise.
1805 (sparc64-*-freebsd*): Add t-crtfm to tmake_file.
1806 Add crtfastmath.o to extra_parts.
1807
1808 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1809
1810 * config/darwin-crt3.o: New file.
1811 * config/rs6000/darwin-crt2.c: New file.
1812 * config/t-darwin: New file.
1813 * config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
1814 (crt2.o): New rule.
1815 * config.host (*-*-darwin*): Add crt3.o to extra_parts.
1816 (powerpc-*-darwin*): Add crt2.o to extra_parts.
1817 (powerpc64-*-darwin*): Likewise.
1818
1819 2011-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1820
1821 * config/i386/netware-crt0.c: New file.
1822 * config/i386/t-nwld: Rename to ...
1823 * config/i386/t-slibgcc-nwld: ... this.
1824 * config/i386/t-nwld: New file.
1825 * config.host (i[3456x]86-*-netware*): Add i386/t-slibgcc-nwld to
1826 tmake_file.
1827 Add crt0.o, libgcc.def, libc.def, libcpre.def, posixpre.def to
1828 extra_parts.
1829
1830 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1831
1832 * configure.ac (i?86-*-solaris2*): Use libgcc copy of
1833 i386/t-crtstuff.
1834 * configure: Regenerate.
1835
1836 2011-07-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1837
1838 * dfp-bit.c, dfp-bit.h: New files.
1839 * Makefile.in (D32PBIT_FUNCS, D64PBIT_FUNCS, D128PBIT_FUNCS): New
1840 variables.
1841 ($(d32pbit-o)): Use $(srcdir) to refer to dfp-bit.c
1842 ($(d64pbit-o)): Likewise.
1843 ($(d128pbit-o)): Likewise.
1844 * config/t-dfprules: New file.
1845 * config.host (i[34567]86-*-linux*): Add t-dfprules to tmake_file.
1846 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu,
1847 i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Likewise.
1848 (x86_64-*-linux*): Likewise.
1849 (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu): Likewise.
1850 (i[34567]86-*-cygwin*): Likewise.
1851 (i[34567]86-*-mingw*, x86_64-*-mingw*): Likewise.
1852 (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
1853
1854 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1855
1856 * Makfile.in (LIBGCOV): New variable.
1857 ($(libgcov-objects)): Use $(srcdir) to refer to libgcov.c.
1858 * libgcov.c: New file.
1859
1860 2011-07-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1861
1862 * fixed-bit.c, fixed-bit.h: New files.
1863 * fixed-obj.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir) to
1864 refer to fixed-bit.c.
1865
1866 2011-07-07 Joseph Myers <joseph@codesourcery.com>
1867
1868 * config.host (*local*): Remove.
1869
1870 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1871
1872 PR target/39150
1873 * config.host (*-*-solaris2*): Handle x86_64-*-solaris2.1[0-9]*
1874 like i?86-*-solaris2.1[0-9]*.
1875 (i[34567]86-*-solaris2*): Also handle x86_64-*-solaris2.1[0-9]*.
1876 * configure.ac (i?86-*-solaris2*): Likewise.
1877 * configure: Regenerate.
1878
1879 2011-07-06 Thomas Schwinge <thomas@schwinge.name>
1880
1881 * config.host (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-knetbsd*-gnu)
1882 (i[34567]86-*-gnu*, i[34567]86-*-kopensolaris*-gnu): Remove
1883 md_unwind_header by splitting out of...
1884 (i[34567]86-*-linux*): ... this.
1885 * config.host (x86_64-*-kfreebsd*-gnu, x86_64-*-knetbsd*-gnu):
1886 Remove md_unwind_header by splitting out of...
1887 (x86_64-*-linux*): ... this.
1888
1889 2011-07-04 Georg-Johann Lay <avr@gjlay.de>
1890
1891 * config/avr/t-avr (intfuncs16): Add _clrsbXX2.
1892
1893 2011-06-28 Nick Clifton <nickc@redhat.com>
1894
1895 * config.host: Recognize all V850 variants.
1896
1897 2011-06-22 Uros Bizjak <ubizjak@gmail.com>
1898
1899 * enable-execute-stack-empty.c (__enable_execute_stack): Add prototype.
1900
1901 2011-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1902
1903 * shared-object.mk (c_flags-$o): Save c_flags.
1904 ($(base)$(objext)): Use it.
1905 ($(base)_s$(objext)): Likewise.
1906
1907 2011-06-21 Bernd Schmidt <bernds@codesourcery.com>
1908
1909 * Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.
1910 * libgcc-std.ver.in (GCC_4.7.0): New section.
1911
1912 2011-06-16 Georg-Johann Lay <avr@gjlay.de>
1913
1914 PR target/49313
1915 PR target/29524
1916 * config/avr/t-avr: Fix line endings.
1917 (intfuncs16): Remove _ffsXX2, _clzXX2, _ctzXX2, _popcountXX2,
1918 _parityXX2.
1919
1920 2011-06-14 Olivier Hainque <hainque@adacore.com>
1921 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1922
1923 * config/mips/irix6-unwind.h: New file.
1924 * config.host (mips-sgi-irix6.5*): Set md_unwind_header.
1925
1926 2011-06-10 Eric Botcazou <ebotcazou@adacore.com>
1927
1928 * config/sparc/linux-unwind.h (STACK_BIAS): Define.
1929 (sparc64_fallback_frame_state): Use it.
1930 (sparc64_frob_update_context): Further adjust context.
1931 * config/sparc/sol2-unwind.h (sparc64_frob_update_context): Likewise.
1932 * config/sparc/sol2-ci.S: Add TARGET_FLAT handling.
1933 * config/sparc/sol2-cn.S: Likewise.
1934
1935 2011-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1936
1937 * enable-execute-stack-empty.c: New file.
1938 * enable-execute-stack-mprotect.c: New file.
1939 * config/i386/enable-execute-stack-mingw32.c: New file.
1940 * config.host (enable_execute_stack): New variable.
1941 Select appropriate variants.
1942 * configure.ac: Link enable-execute-stack.c to
1943 $enable_execute_stack.
1944 * configure: Regenerate.
1945 * Makefile.in (LIB2ADD): Add enable-execute-stack.c.
1946 (lib2funcs): Remove _enable_execute_stack.
1947
1948 2011-06-09 David S. Miller <davem@davemloft.net>
1949 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1950
1951 * config.host (sparc-*-linux*): Correct md_unwind_header
1952 filename.
1953 (s390x-ibm-tpf*): Fix typo.
1954
1955 2011-06-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1956
1957 * config.host (mips-sgi-irix6.5*): Add t-crtfm to tmake_file.
1958 Add crtfastmath.o to extra_parts.
1959 (mips64*-*-linux*, mips*-*-linux*): Use t-crtfm instead of
1960 mips/t-crtfm.
1961 * config/mips/t-crtfm: Remove.
1962
1963 2011-06-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1964
1965 * config.host (hppa*-*-linux*): Correct md_unwind_header name.
1966
1967 2011-06-04 Kaz Kojima <kkojima@gcc.gnu.org>
1968
1969 * config.host (sh*-*-linux*): Fix typo.
1970
1971 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1972
1973 * config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.
1974 * config/alpha/osf5-unwind.h: Move from ../gcc/config/alpha.
1975 * config/alpha/vms-unwind.h: Move from ../gcc/config/alpha.
1976 * config/bfin/linux-unwind.h: Move from ../gcc/config/bfin.
1977 * config/i386/linux-unwind.h: Move from ../gcc/config/i386.
1978 * config/i386/sol2-unwind.h: Move from ../gcc/config/i386.
1979 * config/i386/w32-unwind.h: Move from ../gcc/config/i386.
1980 Wrap in !__MINGW64__.
1981 * config/ia64/linux-unwind.h: Move from ../gcc/config/ia64.
1982 * config/ia64/vms-unwind.h: Move from ../gcc/config/ia64.
1983 * config/m68k/linux-unwind.h: Move from ../gcc/config/m68k.
1984 * config/mips/linux-unwind.h: Move from ../gcc/config/mips.
1985 * config/pa/hpux-unwind.h: Move from ../gcc/config/pa.
1986 * config/pa/linux-unwind.h: Move from ../gcc/config/pa.
1987 * config/rs6000/darwin-unwind.h: Move from ../gcc/config/rs6000.
1988 Wrap in !__LP64__.
1989 * config/rs6000/linux-unwind.h: Move from ../gcc/config/rs6000.
1990 * config/s390/linux-unwind.h: Move from ../gcc/config/s390.
1991 * config/s390/tpf-unwind.h: Move from ../gcc/config/s390.
1992 * config/sh/linux-unwind.h: Move from ../gcc/config/sh.
1993 * config/sparc/linux-unwind.h: Move from ../gcc/config/sparc.
1994 * config/sparc/sol2-unwind.h: Move from ../gcc/config/sparc.
1995 * config/xtensa/linux-unwind.h: Move from ../gcc/config/xtensa.
1996 * config/no-unwind.h: New file.
1997 * config.host (md_unwind_header): Document.
1998 Define.
1999 (alpha*-*-linux*, alpha*-dec-osf5.1*, alpha64-dec-*vms*,
2000 alpha*-dec-*vms*, bfin*-uclinux*, bfin*-linux-uclibc*,
2001 hppa*-*-linux*, hppa[12]*-*-hpux10*, hppa*64*-*-hpux11*,
2002 hppa[12]*-*-hpux11*): Set md_unwind_header.
2003 (i[34567]86-*-linux*): Handle i[34567]86-*-kopensolaris*-gnu.
2004 Set md_unwind_header.
2005 (x86_64-*-linux*, i[34567]86-*-solaris2*): Set md_unwind_header.
2006 (i[34567]86-*-cygwin*): Split from i[34567]86-*-mingw*.
2007 (i[34567]86-*-mingw*, ia64*-*-linux*, ia64-hp-*vms*,
2008 m68k-*-uclinux*, m68k-*-linux*, mips64*-*-linux*, mips*-*-linux*,
2009 powerpc-*-darwin*, powerpc-*-linux*, s390-*-linux*,
2010 s390x-*-linux*, s390x-ibm-tpf*, sh*-*-linux*, sparc-*-linux*,
2011 sparc*-*-solaris2*, sparc64-*-linux*, xtensa*-*-linux*): Set
2012 md_unwind_header.
2013 * configure.ac: Link md-unwind-support.h to $md_unwind_header.
2014 * configure: Regenerate.
2015
2016 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2017
2018 * config.host (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
2019 Set tmake_file, extra_parts.
2020 * config/mips/irix-crti.S: Move from ../gcc/config/mips/irix-crti.asm.
2021 Remove O32 support.
2022 * config/mips/irix-crtn.S: Move from ../gcc/config/mips/irix-crtn.asm.
2023 Remove O32 support.
2024 * config/mips/t-irix6: New file.
2025 * config/mips/t-slibgcc-irix: New file.
2026
2027 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2028
2029 * config/s390/t-tpf (LIB2ADDEHDEP): Remove.
2030 * config/t-sol2 (LIB2ADDEH): Use gcc_srcdir, add emutls.c.
2031
2032 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2033
2034 * configure.ac (target_thread_file): Determine thread model.
2035 * configure: Regenerate.
2036 * config.host (alpha*-dec-osf5.1*): Set tmake_file, extra_parts.
2037 * config/alpha/t-alpha: New file.
2038 * config/alpha/t-crtfm: Use $<.
2039 * config/alpha/t-ieee: New file.
2040 * config/alpha/t-osf-pthread: New file.
2041 * config/alpha/t-slibgcc-osf: New file.
2042 * config/alpha/libgcc-osf5.ver: New file.
2043
2044 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2045
2046 * config.host (i[34567]86-*-solaris2*): Add i386/t-crtfm to
2047 tmake_file.
2048 Add crtfastmath.o to extra_parts.
2049
2050 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2051
2052 * config/gmon-sol2.c: Reindent.
2053 Cleanup comments.
2054 Remove, correct casts.
2055 Use STDERR_FILENO, NULL.
2056 (BASEADDRESS): Remove.
2057 (minbrk): Remove.
2058 (errno, sbrk): Remove declarations.
2059 (monstartup) [hp300]: Remove.
2060 (mcount): Remove.
2061
2062 2011-06-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2063
2064 * Makefile.in (cpu_type): Define.
2065 * config.host (i[34567]86-*-rtems*): Handle it.
2066 (i[34567]86-*-solaris2*): Move body ...
2067 (*-*-solaris2*): ... here.
2068 New case, generalize.
2069 (sparc-*-elf*): Handle it.
2070 (sparc-*-linux*, sparc64-*-linux*): Replace sparc/t-crtfm by t-crtfm.
2071 (sparc-*-rtems*, sparc64-*-rtems*); Handle it.
2072 (sparc64-*-solaris2*, sparcv9-*-solaris2*, sparc-*-solaris2*):
2073 Fold into ...
2074 (sparc*-*-solaris2*): ... this.
2075 New case.
2076 (sparc64-*-elf*): Handle it.
2077 * config/gmon-sol2.c: Move from ../gcc/config/sparc.
2078 Merge ../gcc/config/i386/gmon-sol2.c.
2079 * config/i386/sol2-c1.S: Move from ../gcc/config/i386/sol2-c1.asm.
2080 Use C comments.
2081 Merge ../gcc/config/i386/sol2-gc1.asm.
2082 * config/i386/sol2-ci.S: Move from ../gcc/config/i386/sol2-ci.asm.
2083 Use C comments.
2084 * config/i386/sol2-cn.S: Move from ../gcc/config/i386/sol2-cn.asm.
2085 Use C comments.
2086 * config/i386/t-crtfm (crtfastmath.o): Use $<.
2087 * config/i386/t-crtstuff: New file.
2088 * config/i386/t-softfp: New file.
2089 * config/i386/t-sol2 ($(T)gmon.o, $(T)gcrt1.o, $(T)crt1.o),
2090 $(T)crti.o, $(T)crtn.o): Remove.
2091 (gcrt1.o): New rule.
2092 (TARGET_LIBGCC2_CFLAGS): Remove.
2093 * config/sparc/sol2-c1.S: Move from ../gcc/config/sparc/sol2-c1.asm.
2094 * config/sparc/sol2-ci.S: Move from ../gcc/config/sparc/sol2-ci.asm.
2095 * config/sparc/sol2-cn.S: Move from ../gcc/config/sparc/sol2-cn.asm.
2096 * config/sparc/t-sol2: New file.
2097 * config/sparc/t-crtfm: Move to ...
2098 * config/t-crtfm: ... this.
2099 Use $(cpu_type), $<.
2100 * config/t-crtin: New file.
2101 * config/sparc/t-softfp: New file.
2102 * config/sparc/t-softmul: New file.
2103 * config/t-rtems: New file.
2104 * config/t-slibgcc: New file.
2105 * config/t-slibgcc-elf-ver: New file.
2106 * config/t-slibgcc-gld: New file.
2107 * config/t-slibgcc-sld: New file.
2108 * config/t-sol2: New file.
2109 * configure.ac: Include ../config/lib-ld.m4.
2110 Call AC_LIB_PROG_LD_GNU.
2111 Substitute cpu_type.
2112 * configure: Regenerate.
2113
2114 2011-05-27 Bernd Schmidt <bernds@codesourcery.com>
2115
2116 PR bootstrap/49173
2117 * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for
2118 libgcc-std.ver in the build directory.
2119 * config/s390/t-linux (SHLIB_MAPFILES): Likewise.
2120 * config/sh/t-linux (SHLIB_MAPFILES): Likewise.
2121
2122 2011-05-25 Bernd Schmidt <bernds@codesourcery.com>
2123
2124 * libgcc-std.ver.in: New file.
2125 * Makefile.in (LIBGCC_VER_GNU_PREFIX, LIBGCC_VER_SYMBOLS_PREFIX): New
2126 variables.
2127 (libgcc-std.ver): New rule.
2128 * config/t-gnu-prefix: New file.
2129
2130 2011-05-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2131
2132 * config/s390/t-tpf (LIB2ADDEH): Remove $(gcc_srcdir)/gthr-gnat.c.
2133
2134 2011-05-10 Joseph Myers <joseph@codesourcery.com>
2135
2136 * config/i386/darwin-lib.h: New file.
2137
2138 2011-05-10 Joseph Myers <joseph@codesourcery.com>
2139
2140 * config/arm/symbian-lib.h: New.
2141
2142 2011-05-04 Chris Demetriou <cgd@google.com>
2143
2144 * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to...
2145 (__x86.get_pc_thunk.bx): ...this.
2146 (__morestack): Adjust for rename, remove undef of __i686.
2147
2148 2011-05-03 Chris Demetriou <cgd@google.com>
2149
2150 * config/i386/morestack.S (__i686.get_pc_thunk.bx): New.
2151
2152 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2153
2154 * config.host (alpha*-*-gnu*, arc-*-elf*, arm*-*-netbsd*,
2155 arm-*-pe*, crx-*-elf, i[34567]86-*-netbsd*, i[34567]86-*-pe,
2156 m68hc11-*-*|m6811-*-*, m68hc12-*-*|m6812-*-*, mcore-*-pe*,
2157 powerpc64-*-gnu*, powerpc-*-gnu-gnualtivec*, powerpc-*-gnu*,
2158 sh-*-symbianelf* | sh[12346l]*-*-symbianelf*, vax-*-netbsd*):
2159 Remove cases.
2160
2161 2011-03-14 Andreas Tobler <andreast@fgznet.ch>
2162
2163 * config.host (cpu_type): Add FreeBSD PowerPC specific parts.
2164 Adjust copyright year.
2165
2166 2011-03-07 Ian Lance Taylor <iant@google.com>
2167
2168 * generic-morestack.c (__splitstack_find): Adjust returned stack
2169 pointer to include all registers pushed by __morestack.
2170
2171 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
2172
2173 PR target/40125
2174 * configure.ac: Call ACX_NONCANONICAL_TARGET.
2175 (toolexecdir): Calculate and AC_SUBST.
2176 (toolexeclibdir): Likewise.
2177 * Makefile.in (target_noncanonical): Import.
2178 (toolexecdir): Likewise.
2179 (toolexeclibdir): Likewise.
2180 * configure: Regenerate.
2181
2182 2010-12-13 Nathan Froyd <froydnj@codesourcery.com>
2183
2184 PR target/46040
2185 * config/arm/bpabi.h: Rename to...
2186 * config/arm/bpabi-lib.h: ...this.
2187
2188 2010-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2189
2190 * configure.ac: Use i386/t-crtstuff on i?86-*-solaris2* if
2191 appropriate.
2192 * configure: Regenerate.
2193
2194 2010-11-24 Nathan Froyd <froydnj@codesourcery.com>
2195
2196 * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
2197 __FLOAT_WORD_ORDER__.
2198 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
2199 Delete.
2200
2201 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2202
2203 PR other/46202
2204 * Makefile.in (install-strip): New phony target.
2205
2206 2010-11-07 Ian Lance Taylor <iant@google.com>
2207
2208 PR target/46089
2209 * config/i386/morestack.S (__morestack_large_model): New
2210 function.
2211
2212 2010-10-23 Nathan Froyd <froydnj@codesourcery.com>
2213
2214 * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_WORDS_BIG_ENDIAN):
2215 Delete.
2216 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
2217
2218 2010-10-14 Nathan Froyd <froydnj@codesourcery.com>
2219
2220 * config/arm/bpabi.h: New file.
2221 * config/frv/frv-abi.h: New file.
2222
2223 2010-10-01 Ian Lance Taylor <iant@google.com>
2224
2225 * config/t-stack(LIB2ADD_ST): Set instead of LIB2ADD.
2226 * config/i386/t-stack-i386 (LIB2ADD_ST): Likewise.
2227
2228 2010-10-01 H.J. Lu <hongjiu.lu@intel.com>
2229
2230 PR target/45858
2231 * config.host: Add the missing `$'.
2232
2233 2010-09-30 Michael Eager <eager@eagercon.com>
2234
2235 * config.host: Add microblaze*-*-*.
2236 * config/microblaze/{divsi3.asm,divsi3_table.c,moddi3.asm,modsi3.asm,
2237 muldi3_hard.asm,mulsi3.asm,stack_overflow_exit.asm,t-microblaze,
2238 udivsi3.asm,umodsi3.asm}: New.
2239
2240 2010-09-28 Ian Lance Taylor <iant@google.com>
2241
2242 * configure.ac: Adjust CFI test to test assembler directly rather
2243 than checking gcc preprocessor macro.
2244 * configure: Rebuild.
2245
2246 2010-09-27 Ian Lance Taylor <iant@google.com>
2247
2248 * configure.ac: Test whether assembler supports CFI directives.
2249 * config.host: Only add t-stack and i386/t-stack-i386 to
2250 tmake_file if libgcc_cv_cfi is "yes".
2251 * configure: Rebuild.
2252
2253 2010-09-27 Ian Lance Taylor <iant@google.com>
2254
2255 * generic-morestack.h: New file.
2256 * generic-morestack.c: New file.
2257 * generic-morestack-thread.c: New file.
2258 * config/i386/morestack.S: New file.
2259 * config/t-stack: New file.
2260 * config/i386/t-stack-i386: New file.
2261 * config.host (i[34567]86-*-linux* and friends): Add t-stack and
2262 i386/t-stack-i386 to tmake_file.
2263
2264 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2265
2266 * Makefile.in (libgcc-extra-parts): Check for static archives and
2267 invoke ranlib after installing them.
2268 (gcc-extra-parts): Likewise.
2269 (install-leaf): Likewise.
2270
2271 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
2272
2273 * configure: Regenerated.
2274
2275 2010-09-10 Kai Tietz <kai.tietz@onevision.com>
2276
2277 * configure: Regenerated.
2278
2279 2010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
2280 Andrew Pinski <pinskia@gmail.com>
2281
2282 PR target/40959
2283 * config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file.
2284
2285 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
2286
2287 PR target/45524
2288 * configure: Regenerated.
2289
2290 2010-09-06 Andreas Schwab <schwab@redhat.com>
2291
2292 * configure: Regenerate.
2293
2294 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
2295
2296 * config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
2297 64bit targets.
2298 (__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
2299 for 64bit targets.
2300
2301 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
2302 Iain Sandoe <iains@gcc.gnu.org>
2303
2304 PR target/45476
2305 * Makefile.in (sifuncs, difuncs, tifuncs): Filter out
2306 LIB2FUNCS_EXCLUDE functions.
2307
2308 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2309
2310 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
2311 Include dfp.m4.
2312 * configure: Regenerate.
2313
2314 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
2315
2316 * config.host (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
2317 i386/t-freebsd to tmake_file.
2318 * config/i386/t-freebsd: New file.
2319 * config/i386/libgcc-bsd.ver: New file.
2320
2321 2010-07-23 Nathan Froyd <froydnj@codesourcery.com>
2322
2323 * config.host (powerpc*-eabispe*): Set tmake_file.
2324 (powerpc*-eabi*): Likewise.
2325 * config/rs6000/t-ppccomm (EXTRA_PARTS): Add crtbegin, crtend,
2326 crtbeginS, crtendS, crtbeginT.
2327
2328 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
2329
2330 * config.host (mips64*-*-linux*, mips*-*-linux*): Add mips/t-crtfm
2331 to tmake_file. Add crtfastmath.o to extra_parts.
2332 * config/mips/t-crtfm: New.
2333
2334 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
2335
2336 * config.host (sparc64-*-rtems*): New target.
2337
2338 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2339
2340 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
2341 assembler syntax.
2342
2343 2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
2344
2345 * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
2346
2347 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2348
2349 * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*,
2350 alpha-dec-osf5.0* support.
2351
2352 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
2353
2354 * config.host: Add lm32-*-rtems*.
2355
2356 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2357 Uros Bizjak <ubizjak@gmail.com>
2358
2359 PR target/39048
2360 * config.host (i[34567]86-*-solaris2): Handle 32-bit Solaris 2/x86
2361 like other remaining 32-bit x86 OSes.
2362 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Support Sun
2363 assembler syntax.
2364 * config/i386/libgcc-sol2.ver: New file.
2365 * config/i386/t-sol2 (SHLIB_MAPFILES): Add it.
2366
2367 2010-03-30 Jack Howarth <howarth@bromo.med.uc.edu>
2368
2369 PR c/43553
2370 * Makefile.in (INTERNAL_CFLAGS): Add @set_use_emutls@.
2371 * configure.ac: Use GCC_CHECK_EMUTLS to see if emulated TLS
2372 is used and substitute set_use_emutls.
2373 * configure: Regenerated.
2374
2375 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
2376
2377 * config/lm32/t-lm32: Remove misplaced MULTILIB_OPTIONS.
2378
2379 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2380
2381 PR target/38085
2382 * config/i386/t-sol2 ($(T)gmon.o): Use CFLAGS instead of
2383 MULTILIB_CFLAGS.
2384 ($(T)gcrt1.o): Likewise.
2385 ($(T)crt1.o): Likewise.
2386 ($(T)crti.o): Likewise.
2387 ($(T)crtn.o): Likewise.
2388
2389 2010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2390
2391 PR other/42980
2392 * Makefile.in (install): Use $(MAKE) string in rule, for
2393 parallel make.
2394
2395 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
2396
2397 Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
2398 * config/mmix/t-mmix: New file.
2399 * config.host <mmix-knuth-mmixware> (extra_parts, tmake_file): Set.
2400
2401 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
2402
2403 PR java/41991
2404 * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to
2405 SHLIB_MAPFILES.
2406
2407 2010-01-04 Anthony Green <green@moxielogic.com>
2408
2409 * config/moxie/crti.asm, config/moxie/crtn.asm,
2410 config/moxie/t-moxie-softfp, config/moxie/sfp-machine.h,
2411 config/moxie/t-moxie: New files.
2412 * config.host: Add t-moxie-softfp reference.
2413
2414 2009-11-18 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
2415
2416 PR other/39888
2417 * config/t-slibgcc-darwin: Fix embedded rpaths for
2418 --enable-version-specific-runtime-libs, build extension stub
2419 libs exposing features available from current libgcc_s.
2420
2421 2009-11-11 Jon Beniston <jon@beniston.com>
2422
2423 * config.host: Add lm32 targets.
2424 * config/lm32: New directory.
2425 * config/lm32/libgcc_lm32.h: New file.
2426 * config/lm32/_mulsi3.c: New file.
2427 * config/lm32/_udivmodsi4.c: New file.
2428 * config/lm32/_divsi3.c: New file.
2429 * config/lm32/_modsi3.c: New file.
2430 * config/lm32/_udivsi3.c: New file.
2431 * config/lm32/_umodsi3.c: New file.
2432 * config/lm32/_lshrsi3.S: New file.
2433 * config/lm32/_ashrsi3.S: New file.
2434 * config/lm32/_ashlsi3.S: New file.
2435 * config/lm32/crti.S: New file.
2436 * config/lm32/crtn.S: New file.
2437 * config/lm32/t-lm32: New file.
2438 * config/lm32/t-elf: New file.
2439 * config/lm32/t-uclinux: New file.
2440
2441 2009-10-26 Nick Clifton <nickc@redhat.com>
2442
2443 * config.host: Add support for RX target.
2444 * config/rx: New directory.
2445 * config/rx/rx-abi-functions.c: New file. Supplementary
2446 functions for libgcc to support the RX ABI.
2447 * config/rx/rx-abi.h: New file. Supplementary header file for
2448 libgcc RX ABI functions.
2449 * config/rx/t-rx: New file: Makefile fragment for building
2450 libgcc for the RX.
2451
2452 2009-10-09 Uros Bizjak <ubizjak@gmail.com>
2453
2454 * config/i386/32/sfp-machine.h (__FP_FRAC_SUB_4): Change operand
2455 constraint of y0 to "g".
2456
2457 2009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2458
2459 * config.host: Include the s390 makefile fragments.
2460 * config/s390/32/_fixdfdi.c: New file.
2461 * config/s390/32/_fixsfdi.c: New file.
2462 * config/s390/32/_fixtfdi.c: New file.
2463 * config/s390/32/_fixunsdfdi.c: New file.
2464 * config/s390/32/_fixunssfdi.c: New file.
2465 * config/s390/32/_fixunstfdi.c: New file.
2466 * config/s390/32/t-floattodi: New file.
2467 * config/s390/libgcc-glibc.ver: New file.
2468 * config/s390/t-crtstuff: New file.
2469 * config/s390/t-linux: New file.
2470 * config/s390/t-tpf: New file.
2471
2472 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2473
2474 * configure.ac (AC_PREREQ): Bump to 2.64.
2475
2476 2009-08-22 Kaz Kojima <kkojima@gcc.gnu.org>
2477
2478 * config/sh/t-linux (HOST_LIBGCC2_CFLAGS): Add -mieee.
2479
2480 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2481
2482 * configure: Regenerate.
2483
2484 2009-08-09 Douglas B Rupp <rupp@gnat.com>
2485
2486 * config.host (ia64-hp-*vms*): New target.
2487 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
2488 with ia64-hp-*vms*.
2489
2490 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2491
2492 * configure.ac: Add snippet for maintainer-mode.
2493 * configure: Regenerate.
2494 * Makefile.in (AUTOCONF, configure_deps): New variables.
2495 ($(srcdir)/configure)): New rule, active only with maintainer
2496 mode turned on.
2497
2498 2009-06-23 DJ Delorie <dj@redhat.com>
2499
2500 Add MeP port.
2501 * config.host: Add mep support.
2502
2503 2009-06-22 Kai Tietz <kai.tietz@onevision.com>
2504
2505 * config.host: Add i386/${host_address}/t-fprules-softfp and
2506 t-softfp to tmake_file for i[34567]86-*-mingw*, x86_64-*-mingw*.
2507
2508 * config/i386/64/_divtc3.c: Disable usage of .symver assembly symbol
2509 for mingw targets.
2510 * config/i386/64/_multc3.c: Likewise.
2511 * config/i386/64/_powitf2.c: Likewise.
2512 * config/i386/64/eqtf2.c: Likewise.
2513 * config/i386/64/getf2.c: Likewise.
2514 * config/i386/64/letf2.c: Likewise.
2515 * config/i386/64/letf2.c: Likewise.
2516 * config/i386/64/sfp-machine.h (_FP_W_TYPE): Define as
2517 unsigned long long for x64 mingw targets.
2518 (_FP_WS_TYPE): Define as signed long long for x64 mingw target.
2519 (_FP_I_TYPE): Define as long long for x64 mingw target.
2520
2521 2009-06-10 Maciej W. Rozycki <macro@linux-mips.org>
2522
2523 * config.host (vax-*-linux*): New.
2524
2525 2009-05-31 Anthony Green <green@moxielogic.com>
2526
2527 * config.host: Add moxie support.
2528 * config/moxie/t-moxie: New file.
2529
2530 2009-05-29 David Billinghurst <billingd@gcc.gnu.org>
2531
2532 * config.host: Add i386/${host_address}/t-fprules-softfp and
2533 t-softfp to tmake_file for i[34567]86-*-cygwin*.
2534
2535 2009-04-17 Aurelien Jarno <aurelien@aurel32.net>
2536
2537 * config.host: Add i386/${host_address}/t-fprules-softfp to
2538 tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
2539
2540 2009-04-09 Nick Clifton <nickc@redhat.com>
2541
2542 * config/ia64/tf-signs.c: Change copyright header to refer to
2543 version 3 of the GNU General Public License with version 3.1
2544 of the GCC Runtime Library Exception and to point readers at
2545 the COPYING3 and COPYING3.RUNTIME files and the FSF's license
2546 web page.
2547 * config/i386/32/tf-signs.c: Likewise.
2548 * config/libbid/_addsub_dd.c: Likewise.
2549 * config/libbid/_addsub_sd.c: Likewise.
2550 * config/libbid/_addsub_td.c: Likewise.
2551 * config/libbid/_dd_to_df.c: Likewise.
2552 * config/libbid/_dd_to_di.c: Likewise.
2553 * config/libbid/_dd_to_sd.c: Likewise.
2554 * config/libbid/_dd_to_sf.c: Likewise.
2555 * config/libbid/_dd_to_si.c: Likewise.
2556 * config/libbid/_dd_to_td.c: Likewise.
2557 * config/libbid/_dd_to_tf.c: Likewise.
2558 * config/libbid/_dd_to_udi.c: Likewise.
2559 * config/libbid/_dd_to_usi.c: Likewise.
2560 * config/libbid/_dd_to_xf.c: Likewise.
2561 * config/libbid/_df_to_dd.c: Likewise.
2562 * config/libbid/_df_to_sd.c: Likewise.
2563 * config/libbid/_df_to_td.c: Likewise.
2564 * config/libbid/_di_to_dd.c: Likewise.
2565 * config/libbid/_di_to_sd.c: Likewise.
2566 * config/libbid/_di_to_td.c: Likewise.
2567 * config/libbid/_div_dd.c: Likewise.
2568 * config/libbid/_div_sd.c: Likewise.
2569 * config/libbid/_div_td.c: Likewise.
2570 * config/libbid/_eq_dd.c: Likewise.
2571 * config/libbid/_eq_sd.c: Likewise.
2572 * config/libbid/_eq_td.c: Likewise.
2573 * config/libbid/_ge_dd.c: Likewise.
2574 * config/libbid/_ge_sd.c: Likewise.
2575 * config/libbid/_ge_td.c: Likewise.
2576 * config/libbid/_gt_dd.c: Likewise.
2577 * config/libbid/_gt_sd.c: Likewise.
2578 * config/libbid/_gt_td.c: Likewise.
2579 * config/libbid/_isinfd128.c: Likewise.
2580 * config/libbid/_isinfd32.c: Likewise.
2581 * config/libbid/_isinfd64.c: Likewise.
2582 * config/libbid/_le_dd.c: Likewise.
2583 * config/libbid/_le_sd.c: Likewise.
2584 * config/libbid/_le_td.c: Likewise.
2585 * config/libbid/_lt_dd.c: Likewise.
2586 * config/libbid/_lt_sd.c: Likewise.
2587 * config/libbid/_lt_td.c: Likewise.
2588 * config/libbid/_mul_dd.c: Likewise.
2589 * config/libbid/_mul_sd.c: Likewise.
2590 * config/libbid/_mul_td.c: Likewise.
2591 * config/libbid/_ne_dd.c: Likewise.
2592 * config/libbid/_ne_sd.c: Likewise.
2593 * config/libbid/_ne_td.c: Likewise.
2594 * config/libbid/_sd_to_dd.c: Likewise.
2595 * config/libbid/_sd_to_df.c: Likewise.
2596 * config/libbid/_sd_to_di.c: Likewise.
2597 * config/libbid/_sd_to_sf.c: Likewise.
2598 * config/libbid/_sd_to_si.c: Likewise.
2599 * config/libbid/_sd_to_td.c: Likewise.
2600 * config/libbid/_sd_to_tf.c: Likewise.
2601 * config/libbid/_sd_to_udi.c: Likewise.
2602 * config/libbid/_sd_to_usi.c: Likewise.
2603 * config/libbid/_sd_to_xf.c: Likewise.
2604 * config/libbid/_sf_to_dd.c: Likewise.
2605 * config/libbid/_sf_to_sd.c: Likewise.
2606 * config/libbid/_sf_to_td.c: Likewise.
2607 * config/libbid/_si_to_dd.c: Likewise.
2608 * config/libbid/_si_to_sd.c: Likewise.
2609 * config/libbid/_si_to_td.c: Likewise.
2610 * config/libbid/_td_to_dd.c: Likewise.
2611 * config/libbid/_td_to_df.c: Likewise.
2612 * config/libbid/_td_to_di.c: Likewise.
2613 * config/libbid/_td_to_sd.c: Likewise.
2614 * config/libbid/_td_to_sf.c: Likewise.
2615 * config/libbid/_td_to_si.c: Likewise.
2616 * config/libbid/_td_to_tf.c: Likewise.
2617 * config/libbid/_td_to_udi.c: Likewise.
2618 * config/libbid/_td_to_usi.c: Likewise.
2619 * config/libbid/_td_to_xf.c: Likewise.
2620 * config/libbid/_tf_to_dd.c: Likewise.
2621 * config/libbid/_tf_to_sd.c: Likewise.
2622 * config/libbid/_tf_to_td.c: Likewise.
2623 * config/libbid/_udi_to_dd.c: Likewise.
2624 * config/libbid/_udi_to_sd.c: Likewise.
2625 * config/libbid/_udi_to_td.c: Likewise.
2626 * config/libbid/_unord_dd.c: Likewise.
2627 * config/libbid/_unord_sd.c: Likewise.
2628 * config/libbid/_unord_td.c: Likewise.
2629 * config/libbid/_usi_to_dd.c: Likewise.
2630 * config/libbid/_usi_to_sd.c: Likewise.
2631 * config/libbid/_usi_to_td.c: Likewise.
2632 * config/libbid/_xf_to_dd.c: Likewise.
2633 * config/libbid/_xf_to_sd.c: Likewise.
2634 * config/libbid/_xf_to_td.c: Likewise.
2635 * config/libbid/bid128.c: Likewise.
2636 * config/libbid/bid128_2_str.h: Likewise.
2637 * config/libbid/bid128_2_str_macros.h: Likewise.
2638 * config/libbid/bid128_2_str_tables.c: Likewise.
2639 * config/libbid/bid128_add.c: Likewise.
2640 * config/libbid/bid128_compare.c: Likewise.
2641 * config/libbid/bid128_div.c: Likewise.
2642 * config/libbid/bid128_fma.c: Likewise.
2643 * config/libbid/bid128_logb.c: Likewise.
2644 * config/libbid/bid128_minmax.c: Likewise.
2645 * config/libbid/bid128_mul.c: Likewise.
2646 * config/libbid/bid128_next.c: Likewise.
2647 * config/libbid/bid128_noncomp.c: Likewise.
2648 * config/libbid/bid128_quantize.c: Likewise.
2649 * config/libbid/bid128_rem.c: Likewise.
2650 * config/libbid/bid128_round_integral.c: Likewise.
2651 * config/libbid/bid128_scalb.c: Likewise.
2652 * config/libbid/bid128_sqrt.c: Likewise.
2653 * config/libbid/bid128_string.c: Likewise.
2654 * config/libbid/bid128_to_int16.c: Likewise.
2655 * config/libbid/bid128_to_int32.c: Likewise.
2656 * config/libbid/bid128_to_int64.c: Likewise.
2657 * config/libbid/bid128_to_int8.c: Likewise.
2658 * config/libbid/bid128_to_uint16.c: Likewise.
2659 * config/libbid/bid128_to_uint32.c: Likewise.
2660 * config/libbid/bid128_to_uint64.c: Likewise.
2661 * config/libbid/bid128_to_uint8.c: Likewise.
2662 * config/libbid/bid32_to_bid128.c: Likewise.
2663 * config/libbid/bid32_to_bid64.c: Likewise.
2664 * config/libbid/bid64_add.c: Likewise.
2665 * config/libbid/bid64_compare.c: Likewise.
2666 * config/libbid/bid64_div.c: Likewise.
2667 * config/libbid/bid64_fma.c: Likewise.
2668 * config/libbid/bid64_logb.c: Likewise.
2669 * config/libbid/bid64_minmax.c: Likewise.
2670 * config/libbid/bid64_mul.c: Likewise.
2671 * config/libbid/bid64_next.c: Likewise.
2672 * config/libbid/bid64_noncomp.c: Likewise.
2673 * config/libbid/bid64_quantize.c: Likewise.
2674 * config/libbid/bid64_rem.c: Likewise.
2675 * config/libbid/bid64_round_integral.c: Likewise.
2676 * config/libbid/bid64_scalb.c: Likewise.
2677 * config/libbid/bid64_sqrt.c: Likewise.
2678 * config/libbid/bid64_string.c: Likewise.
2679 * config/libbid/bid64_to_bid128.c: Likewise.
2680 * config/libbid/bid64_to_int16.c: Likewise.
2681 * config/libbid/bid64_to_int32.c: Likewise.
2682 * config/libbid/bid64_to_int64.c: Likewise.
2683 * config/libbid/bid64_to_int8.c: Likewise.
2684 * config/libbid/bid64_to_uint16.c: Likewise.
2685 * config/libbid/bid64_to_uint32.c: Likewise.
2686 * config/libbid/bid64_to_uint64.c: Likewise.
2687 * config/libbid/bid64_to_uint8.c: Likewise.
2688 * config/libbid/bid_b2d.h: Likewise.
2689 * config/libbid/bid_binarydecimal.c: Likewise.
2690 * config/libbid/bid_conf.h: Likewise.
2691 * config/libbid/bid_convert_data.c: Likewise.
2692 * config/libbid/bid_decimal_data.c: Likewise.
2693 * config/libbid/bid_decimal_globals.c: Likewise.
2694 * config/libbid/bid_div_macros.h: Likewise.
2695 * config/libbid/bid_dpd.c: Likewise.
2696 * config/libbid/bid_flag_operations.c: Likewise.
2697 * config/libbid/bid_from_int.c: Likewise.
2698 * config/libbid/bid_functions.h: Likewise.
2699 * config/libbid/bid_gcc_intrinsics.h: Likewise.
2700 * config/libbid/bid_inline_add.h: Likewise.
2701 * config/libbid/bid_internal.h: Likewise.
2702 * config/libbid/bid_round.c: Likewise.
2703 * config/libbid/bid_sqrt_macros.h: Likewise.
2704
2705 2009-04-09 Jakub Jelinek <jakub@redhat.com>
2706
2707 * Makefile.in: Change copyright header to refer to version
2708 3 of the GNU General Public License and to point readers at the
2709 COPYING3 file and the FSF's license web page.
2710 * config.host: Likewise.
2711
2712 2009-04-07 Alan Modra <amodra@bigpond.net.au>
2713
2714 * config.host: Reorder and merge to match config.gcc change.
2715
2716 2009-04-03 Alan Modra <amodra@bigpond.net.au>
2717
2718 * config.host (powerpc-*-linux*altivec*, powerpc-*-linux*spe): Delete.
2719
2720 2009-03-28 Joseph Myers <joseph@codesourcery.com>
2721
2722 * config.host (arm-*-coff*, armel-*-coff*, arm-semi-aof,
2723 armel-semi-aof, h8300-*-*, i[34567]86-*-aout*, i[34567]86-*-coff*,
2724 m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd, rs6000-ibm-aix4.[12]*,
2725 powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
2726
2727 2009-02-12 Uros Bizjak <ubizjak@gmail.com>
2728
2729 * config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
2730 * config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
2731
2732 2009-02-12 H.J. Lu <hongjiu.lu@intel.com>
2733
2734 * config.host (ia64*-*-linux*): Add ia64/t-fprules-softfp and
2735 ia64/t-softfp-compat to tmake_file.
2736
2737 * Makefile.in (gen-hide-list): Ignore .*_compat and .*@.*.
2738
2739 * config/ia64/__divxf3.asm: New.
2740 * config/ia64/_fixtfdi.asm: Likewise.
2741 * config/ia64/_fixunstfdi.asm: Likewise.
2742 * config/ia64/_floatditf.asm: Likewise.
2743 * config/ia64/t-fprules-softfp: Likewise.
2744 * config/ia64/t-softfp-compat: Likewise.
2745 * config/ia64/tf-signs.c: Likewise.
2746
2747 2009-01-18 Ben Elliston <bje@au.ibm.com>
2748
2749 * config/i386/32/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
2750
2751 2009-01-16 Ben Elliston <bje@au.ibm.com>
2752
2753 * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
2754 to tmake_file.
2755
2756 2009-01-13 Ben Elliston <bje@au.ibm.com>
2757
2758 * config/t-softfp: New file.
2759 * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp.
2760 (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise.
2761
2762 2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
2763
2764 * config.host: Add m32r*-*-rtems*.
2765
2766 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
2767
2768 * config.host: Add m32c*-*-rtems*.
2769
2770 2008-11-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2771
2772 PR bootstrap/33100
2773 * configure.ac (i?86-*-solaris2.1[0-9]*): Only include
2774 i386/t-crtstuff if linker supports ZERO terminator unwind entries.
2775 * configure: Regenerate.
2776 * config.host (i[34567]86-*-solaris2*): Move i386/t-sol2 in
2777 tmake_file here from gcc/config.gcc.
2778 Move extra_parts here from gcc/config.gcc.
2779 * config/i386/t-sol2: Move here from gcc/config/i386.
2780 Use gcc_srcdir instead of srcdir.
2781
2782 2008-11-18 Adam Nemet <anemet@caviumnetworks.com>
2783
2784 * config.host (mipsisa64r2-*-elf* | mipsisa64r2el-*-elf*): New
2785 case.
2786
2787 2008-11-09 Thomas Schwinge <tschwinge@gnu.org>
2788
2789 * config.host <t-tls>: Also enable for GNU/kFreeBSD and GNU/kNetBSD.
2790
2791 2008-10-08 Thomas Schwinge <tschwinge@gnu.org>
2792
2793 * config.host: Fold `*-*-gnu*' cases into the Linux ones.
2794
2795 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
2796
2797 Add picoChip port.
2798 * config.host: Add picochip-*-*.
2799
2800 2008-08-06 Bob Wilson <bob.wilson@acm.org>
2801
2802 * config.host: Match more processor names for Xtensa.
2803
2804 2008-07-08 H.J. Lu <hongjiu.lu@intel.com>
2805
2806 * config/i386/64/t-softfp-compat: Update comments.
2807
2808 2008-07-07 H.J. Lu <hongjiu.lu@intel.com>
2809
2810 * config/i386/64/_divtc3-compat.c: Moved to ...
2811 * config/i386/64/_divtc3.c: Here.
2812
2813 * config/i386/64/_multc3-compat.c: Moved to ...
2814 * config/i386/64/_multc3.c: Here.
2815
2816 * config/i386/64/_powitf2-compat.c: Moved to ...
2817 * config/i386/64/_powitf2.c: Here.
2818
2819 * config/i386/64/t-softfp-compat (libgcc2-tf-compats): Add
2820 .c suffix instead of -compat.c.
2821
2822 2008-07-05 Uros Bizjak <ubizjak@gmail.com>
2823
2824 * config/i386/32/sfp-machine.h (_FP_MUL_MEAT_S): Remove.
2825 (_FP_MUL_MEAT_D): Ditto.
2826 (_FP_DIV_MEAT_S): Ditto.
2827 (_FP_DIV_MEAT_D): Ditto.
2828
2829 2008-07-03 Richard Sandiford <rdsandiford@googlemail.com>
2830
2831 * Makefile.in: Add support for __sync_* libgcc functions.
2832
2833 2008-07-03 H.J. Lu <hongjiu.lu@intel.com>
2834
2835 * shared-object.mk ($(base)_s$(objext)): Remove -DSHARED.
2836
2837 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
2838
2839 PR boostrap/36702
2840 * config.host: Only include 32bit t-fprules-softfp for Darwin/x86
2841 and Linux/x86. Include 64bit t-softfp-compat for Linux/x86.
2842
2843 * config/i386/64/t-fprules-softfp: Moved to ...
2844 * config/i386/64/t-softfp-compat: This. New.
2845
2846 2008-07-02 Uros Bizjak <ubizjak@gmail.com>
2847
2848 * config/i386/32/sfp-machine.h (FP_HANDLE_EXCEPTIONS) [FP_EX_INVALID]:
2849 Initialize f with 0.0.
2850
2851 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
2852
2853 PR target/36669
2854 * shared-object.mk ($(base)_s$(objext)): Add -DSHARED.
2855
2856 * config/i386/64/_divtc3-compat.c: New.
2857 * config/i386/64/_multc3-compat.c: Likewise.
2858 * config/i386/64/_powitf2-compat.c: Likewise.
2859 * config/i386/64/eqtf2.c: Likewise.
2860 * config/i386/64/getf2.c: Likewise.
2861 * config/i386/64/letf2.c: Likewise.
2862 * config/i386/64/t-fprules-softfp: Likewise.
2863
2864 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
2865
2866 * config.host: Add i386/${host_address}/t-fprules-softfp to
2867 tmake_file for i[34567]86-*-darwin*, x86_64-*-darwin*,
2868 i[34567]86-*-linux*, x86_64-*-linux*.
2869
2870 * configure.ac: Set host_address to 64 or 32 for x86.
2871 * configure: Regenerated.
2872
2873 * Makefile.in (config.status): Also depend on
2874 $(srcdir)/config.host.
2875
2876 * config/i386/32/t-fprules-softfp: New.
2877 * config/i386/32/tf-signs.c: Likewise.
2878
2879 * config/i386/64/sfp-machine.h: New. Moved from gcc.
2880
2881 2008-07-02 H.J. Lu <hongjiu.lu@intel.com>
2882 Uros Bizjak <ubizjak@gmail.com>
2883
2884 * config/i386/32/sfp-machine.h: New.
2885
2886 2008-06-26 Nathan Froyd <froydnj@codesourcery.com>
2887
2888 * config/rs6000/t-ppccomm: Remove rules that conflict with
2889 auto-generated rules.
2890
2891 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2892
2893 * configure.ac: sinclude override.m4.
2894 * configure: Regenerate.
2895
2896 2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org>
2897
2898 * configure: Regenerate.
2899
2900 2008-06-10 Joseph Myers <joseph@codesourcery.com>
2901
2902 * Makefile.in (DECNUMINC): Remove
2903 -I$(MULTIBUILDTOP)../../libdecnumber.
2904 * gstdint.h: New.
2905
2906 2008-06-07 Joseph Myers <joseph@codesourcery.com>
2907
2908 * config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
2909 parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
2910 alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
2911 arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
2912 hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
2913 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
2914 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
2915 i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
2916 i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
2917 mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
2918 powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
2919 powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
2920 strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
2921 vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
2922
2923 2008-05-25 Arthur Loiret <arthur.loiret@u-psud.fr>
2924
2925 * config.host (sh2[lbe]*-*-linux*): Allow target.
2926
2927 2008-04-30 Nathan Froyd <froydnj@codesourcery.com>
2928
2929 * config/rs6000/t-ppccomm: Add build rules for new files.
2930 (LIB2ADD_ST): New variable.
2931
2932 2008-04-07 Andy Hutchinson <hutchinsonandy@aim.com>
2933
2934 PR target/34210
2935 PR target/35508
2936 * config.host (avr-*-*): Add avr cpu_type and avr tmake_file.
2937 * config/t-avr: New file. Build 16bit libgcc functions.
2938
2939 2008-03-02 Jakub Jelinek <jakub@redhat.com>
2940
2941 PR target/35401
2942 * config/t-slibgcc-darwin: Make install-leaf dependent on
2943 install-darwin-libgcc-stubs instead of install.
2944
2945 2008-01-25 Joseph Myers <joseph@codesourcery.com>
2946
2947 * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*,
2948 tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
2949 sh-*-rtemscoff*): Remove cases.
2950
2951 2007-12-27 Richard Sandiford <rsandifo@nildram.co.uk>
2952
2953 * Makefile.in (all): Use install-leaf rather than install.
2954 (install): Split most of the rule into...
2955 (install-leaf): ...this new one.
2956
2957 2007-12-19 Etsushi Kato <ek.kato@gmail.com>
2958 Paolo Bonzini <bonzini@gnu.org>
2959
2960 PR target/30572
2961 * Makefile.in: Use @shlib_slibdir@ substitution to get
2962 correct install name on darwin.
2963 * config/t-slibgcc-darwin: Use @shlib_slibdir@ for -install_name.
2964
2965 2007-12-15 Hans-Peter Nilsson <hp@axis.com>
2966
2967 * config.host (crisv32-*-elf, crisv32-*-none): New, same as
2968 cris-*-elf and cris-*-none.
2969 (crisv32-*-linux*): Similar, as cris-*-linux*.
2970
2971 2007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
2972
2973 * config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
2974
2975 2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
2976
2977 PR regression/33926
2978 * configure.ac: Replace have_cc_tls with gcc_cv_have_cc_tls.
2979 * configure: Regenerated.
2980
2981 2007-09-27 H.J. Lu <hongjiu.lu@intel.com>
2982
2983 * Makefile.in (dfp-filenames): Replace decimal_globals,
2984 decimal_data, binarydecimal and convert_data with
2985 bid_decimal_globals, bid_decimal_data, bid_binarydecimal
2986 and bid_convert_data, respectively.
2987
2988 2007-09-17 Chao-ying Fu <fu@mips.com>
2989 Nigel Stephens <nigel@mips.com>
2990
2991 * fixed-obj.mk: New file to support fine-grain fixed-point functions.
2992 * Makefile.in (fixed_point): Define.
2993 Check if fixed_point is yes to build support functions.
2994 * configure.ac: Check for fixed_point support.
2995 * configure: Regenerated.
2996 * gen-fixed.sh: New file to generate lists of fixed-point labels,
2997 funcs, modes, from, to.
2998
2999 2007-09-11 Janis Johnson <janis187@us.ibm.com
3000
3001 * Makefile.in (dfp-filenames): Add bid128_noncomp.
3002
3003 2007-09-10 Janis Johnson <janis187@us.ibm.com>
3004
3005 * Makefile.in (dfp-filenames): Remove decUtility, add
3006 decDouble, decPacked, decQuad, decSingle.
3007
3008 2007-08-27 Hans Kester <hans.kester@ellips.nl>
3009
3010 * config.host : Add x86_64-elf target.
3011
3012 2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
3013
3014 * configure.ac (set_have_cc_tls): Add a missing =.
3015 * configure: Regenerated.
3016
3017 2007-07-06 H.J. Lu <hongjiu.lu@intel.com>
3018
3019 * config.host (tmake_file): Add t-tls for i[34567]86-*-linux*
3020 and x86_64-*-linux*.
3021
3022 * config/t-tls: New file.
3023
3024 * Makefile.in (INTERNAL_CFLAGS): Add @set_have_cc_tls@.
3025
3026 * configure.ac: Include ../config/enable.m4 and
3027 ../config/tls.m4. Use GCC_CHECK_CC_TLS to check if assembler
3028 supports TLS and substitute set_have_cc_tls.
3029 * configure: Regenerated.
3030
3031 2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
3032
3033 * Makefile.in: Use libbid for DFP when BID is enabled.
3034
3035 2007-06-14 Danny Smith <dannysmith@users.sourceforge.net>
3036
3037 * config.host(*-cygwin* |*-mingw* ): Add crtbegin.o, crtend.o to
3038 extra_parts. Add config/i386/t-cygming to tmake_file.
3039 * config/i386/t-cygming: New file with rules for crtbegin.o, crtend.o.
3040
3041 2007-05-29 Zuxy Meng <zuxy.meng@gmail.com>
3042 Danny Smith <dannysmith@users.sourceforge.net>
3043
3044 PR target/29498
3045 * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
3046 crtfastmath.o to extra_parts. Add i386/t-crtfm to tmake_file.
3047 * config/i386/t-crtfm: Compile crtfastmath.o with
3048 -minline-all-stringops.
3049
3050 2007-05-10 Richard Sandiford <richard@codesourcery.com>
3051
3052 * config.host (sparc-wrs-vxworks): New target.
3053
3054 2007-04-14 Kazu Hirata <kazu@codesourcery.com>
3055
3056 * config.host: Recognize fido.
3057
3058 2007-04-04 Janis Johnson <janis187@us.ibm.com>
3059
3060 * configure: Check host, not target, for decimal float support.
3061
3062 2007-04-03 Uros Bizjak <ubizjak@gmail.com>
3063
3064 * config/i386/t-crtpc: New file.
3065 * config.host (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
3066 (x86_64-*-linux*): Ditto.
3067
3068 2007-02-30 Kai Tietz <kai.tietz@onevision.com>
3069
3070 * config.host (x86_64-*-mingw*): New target.
3071
3072 2007-03-23 Michael Meissner <michael.meissner@amd.com>
3073 H.J. Lu <hongjiu.lu@intel.com>
3074
3075 * Makefile.in (enable_decimal_float): New.
3076 (DECNUMINC): Add
3077 -I$(srcdir)/../libdecnumber/$(enable_decimal_float).
3078 (dec-objects): Move decimal32, decimal64 and decimal128 to ...
3079 (decbits-filenames): This.
3080 (decbits-objects): New.
3081 (libgcc-objects): Add $(decbits-objects).
3082
3083 * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
3084 Substitute enable_decimal_float.
3085 * configure: Regenerated.
3086
3087 2007-03-19 Hans-Peter Nilsson <hp@axis.com>
3088
3089 * config.host (cris-*-elf | cris-*-none): Set extra_parts.
3090
3091 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3092
3093 * Makefile.in (install-info): New dummy target.
3094
3095 2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
3096
3097 * config.host (bfin*-linux-uclibc*): Set extra_parts.
3098
3099 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3100
3101 * Makefile.in: Add install-html and install-pdf dummy
3102 targets.
3103
3104 2007-02-05 Roger Sayle <roger@eyesopen.com>
3105 Daniel Jacobowitz <dan@codesourcery.com>
3106
3107 * Makefile.in <LIBUNWIND>: Make libgcc_s.so depend on libunwind.so.
3108 (libgcc_s.so): Append -B./ to CFLAGS for $(SHLIB_LINK).
3109 (libunwind.so): Likewise for $(SHLIBUNWIND_LINK).
3110
3111 2007-01-29 Janis Johnson <janis187@us.ibm.com>
3112
3113 * Makefile.in (dec-filenames): Add decExcept.
3114
3115 2007-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3116
3117 PR bootstrap/30469
3118 * Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
3119 -fprofile-use.
3120
3121 2007-01-25 Daniel Jacobowitz <dan@codesourcery.com>
3122
3123 * configure.ac: Add --enable-version-specific-runtime-libs.
3124 Correct $slibdir default.
3125 * configure: Regenerated.
3126
3127 2007-01-23 Joseph Myers <joseph@codesourcery.com>
3128
3129 * config/rs6000/t-ldbl128: Always use -mlong-double-128.
3130
3131 2007-01-21 Andrew Pinski <pinskia@gmail.com>
3132
3133 PR target/30519
3134 * config.host (alpha*-*-linux*): Set extra_parts.
3135
3136 2007-01-09 Kaz Kojima <kkojima@gcc.gnu.org>
3137
3138 * config/sh/t-linux: New.
3139 * config.host (sh*-*-linux*): Set tmake_file.
3140
3141 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3142
3143 * Makefile.in (install): Handle multilibs.
3144
3145 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
3146
3147 * Makefile.in: Added .PHONY entry for documentation targets.
3148
3149 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
3150
3151 * Makefile.in: Add empty info, html, dvi, pdf targets.
3152
3153 2007-01-04 Mike Stump <mrs@apple.com>
3154
3155 * Makefile.in (MAKEINFO): Remove.
3156 (PERL): Likewise.
3157
3158 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3159
3160 * configure.ac: Add GCC_TOPLEV_SUBDIRS.
3161 * configure: Regenerate.
3162 * Makefile.in (host_subdir): Substitute it.
3163 (gcc_objdir): Use it.
3164
3165 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3166
3167 * config.host (ia64*-*-linux*): Set tmake_file.
3168
3169 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3170
3171 * Makefile.in (version): Define.
3172
3173 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3174 Paolo Bonzini <bonzini@gnu.org>
3175
3176 * Makefile.in, config/i386/t-darwin, config/i386/t-darwin64,
3177 config/i386/t-nwld, config/rs6000/t-darwin, config/rs6000/t-ldbl128,
3178 config/i386/t-crtfm, config/alpha/t-crtfm, config/ia64/t-ia64,
3179 config/sparc/t-crtfm, config/t-slibgcc-darwin,
3180 config/rs6000/t-ppccomm, config.host, configure.ac, empty.mk,
3181 shared-object.mk, siditi-object.mk, static-object.mk: New files.
3182 * configure: Generated.