]> git.ipfire.org Git - thirdparty/gcc.git/blob - ChangeLog
c69c0caae6474417b24f5fd44ef93eac2d913f87
[thirdparty/gcc.git] / ChangeLog
1 2024-02-02 Sandra Loosemore <sloosemore@baylibre.com>
2
3 * MAINTAINERS: Update my e-mail address.
4
5 2024-01-29 Kwok Cheung Yeung <kcy@codesourcery.com>
6
7 * MAINTAINERS: Update my work email address.
8
9 2024-01-25 Chung-Lin Tang <cltang@baylibre.com>
10
11 * MAINTAINERS: Update my work email address.
12
13 2024-01-24 Thomas Schwinge <tschwinge@baylibre.com>
14
15 * MAINTAINERS: Update my work email address.
16
17 2024-01-23 Tobias Burnus <tburnus@baylibre.com>
18
19 * MAINTAINERS: Update my email address.
20
21 2024-01-23 Andrew Stubbs <ams@baylibre.com>
22
23 * MAINTAINERS: Update
24
25 2024-01-16 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
26
27 * Makefile.def: Add a dependency to libgrust for all-gcc.
28 * Makefile.in: Regenerate the file.
29
30 2024-01-16 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
31
32 * Makefile.def: Add libgrust target to bootstrap.
33 * Makefile.in: Regenerate.
34
35 2024-01-15 Andrew Pinski <quic_apinski@quicinc.com>
36
37 * MAINTAINERS (DCO): Add myself.
38
39 2024-01-09 Siddhesh Poyarekar <siddhesh@gotplt.org>
40
41 * SECURITY.txt: Drop "exploitable" in the hardening section.
42
43 2024-01-09 Tom Tromey <tom@tromey.com>
44
45 * Makefile.in: Rebuild.
46 * Makefile.tpl (BASE_EXPORTS): Add GUILE.
47 (GUILE): New variable.
48 * Makefile.def (flags_to_pass): Add GUILE.
49
50 2024-01-08 Joseph Myers <josmyers@redhat.com>
51
52 * MAINTAINERS: Update my email address.
53
54 2023-12-30 Joseph Myers <jsm@polyomino.org.uk>
55
56 * MAINTAINERS: Update my email address.
57
58 2023-12-14 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
59 Thomas Schwinge <thomas@codesourcery.com>
60
61 * Makefile.def: Add libgrust as host & target module.
62 * configure.ac: Add libgrust to host tools list. Add libgrust to
63 noconfigdirs if we're not building target libstdc++.
64 * Makefile.in: Regenerate.
65 * configure: Regenerate.
66
67 2023-12-14 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
68 Arthur Cohen <arthur.cohen@embecosm.com>
69
70 * MAINTAINERS: Add maintainers for libgrust.
71
72 2023-12-13 Arsen Arsenović <arsen@aarsen.me>
73
74 * Makefile.def (gettext): Disable (via missing)
75 {install-,}{pdf,html,info,dvi} and TAGS targets. Set no_install
76 to true. Add --disable-threads --disable-libasprintf. Drop the
77 lib_path (as there are no shared libs).
78 * Makefile.in: Regenerate.
79
80 2023-12-12 Paul Iannetta <piannetta@kalrayinc.com>
81
82 * MAINTAINERS: Add myself to write after approval
83
84 2023-12-12 Feng Wang <wangfeng@eswincomputing.com>
85
86 * MAINTAINERS: Update my email address
87
88 2023-12-12 Feng Wang <wangfeng@eswincomputing.com>
89
90 * MAINTAINERS: Add myself to write after approval
91
92 2023-11-23 Nathaniel Shead <nathanieloshead@gmail.com>
93
94 * MAINTAINERS: Add myself to write after approval and DCO
95
96 2023-11-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
97
98 * libtool.m4: Fix stray call
99
100 2023-11-19 Lewis Hyatt <lhyatt@gmail.com>
101
102 * Makefile.in: Regenerate.
103 * Makefile.tpl: Add dependency on site.exp to check-gcc-* targets
104
105 2023-11-18 Petter Tomner <tomner@bahnhof.se>
106
107 * MAINTAINERS: Update my email address.
108
109 2023-11-18 Frederik Harwath <frederik@harwath.name>
110
111 * MAINTAINERS: Change my address.
112
113 2023-11-16 Michal Jires <mjires@suse.cz>
114
115 * MAINTAINERS: Add myself.
116
117 2023-11-13 Arsen Arsenović <arsen@aarsen.me>
118
119 PR bootstrap/12596
120 * .gitignore: Add '/gettext*'.
121 * configure.ac (host_libs): Replace intl with gettext.
122 (hbaseargs, bbaseargs, baseargs): Split baseargs into
123 {h,b}baseargs.
124 (skip_barg): New flag. Skips appending current flag to
125 bbaseargs.
126 <library exemptions>: Exempt --with-libintl-{type,prefix} from
127 target and build machine argument passing.
128 * configure: Regenerate.
129 * Makefile.def (host_modules): Replace intl module with gettext
130 module.
131 (configure-ld): Depend on configure-gettext.
132 * Makefile.in: Regenerate.
133
134 2023-11-13 Arsen Arsenović <arsen@aarsen.me>
135
136 * intl/*: Remove.
137
138 2023-11-09 Jivan Hakobyan <jivanhakobyan9@gmail.com>
139
140 * MAINTAINERS: Add myself.
141
142 2023-11-09 YunQiang Su <yunqiang.su@cipunited.com>
143
144 * MAINTAINERS: Update my email address.
145
146 2023-11-06 Carl Love <cel@linux.ibm.com>
147
148 * MAINTAINERS: Update my email address.
149
150 2023-11-01 Eric Gallager <egallager@gcc.gnu.org>
151
152 * .github/CONTRIBUTING.md: Wrap lines more tightly.
153
154 2023-11-01 Eric Gallager <egallager@gcc.gnu.org>
155
156 * .github/CONTRIBUTING.md: New file.
157 * .github/PULL_REQUEST_TEMPLATE.md: New file.
158
159 2023-10-22 Iain Sandoe <iain@sandoe.co.uk>
160
161 * configure: Regenerate.
162 * configure.ac: Do not add default runpaths to GCC exes
163 when we are building -static-libstdc++/-static-libgcc (the
164 default).
165 * libtool.m4: Add 'enable-darwin-at-runpath'. Act on the
166 enable flag to alter Darwin libraries to use @rpath names.
167
168 2023-10-15 Mike Frysinger <vapier@gentoo.org>
169
170 * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
171 * Makefile.in: Regenerate.
172
173 2023-10-11 Filip Kastl <fkastl@suse.cz>
174
175 * MAINTAINERS: Fix name order.
176
177 2023-10-10 Christoph Müllner <christoph.muellner@vrull.eu>
178
179 * MAINTAINERS: Add myself.
180
181 2023-10-06 Sergei Trofimovich <siarheit@google.com>
182
183 PR bootstrap/111663
184 * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
185 * Makefile.in: Regenerate.
186
187 2023-10-05 Jan Engelhardt <jengelh@inai.de>
188
189 * SECURITY.txt: Fix up indentation.
190
191 2023-10-05 Jan Engelhardt <jengelh@inai.de>
192
193 * SECURITY.txt: Fix up commas.
194
195 2023-10-04 Siddhesh Poyarekar <siddhesh@gotplt.org>
196
197 * SECURITY.txt: New file.
198
199 2023-09-18 Fei Gao <gaofei@eswincomputing.com>
200
201 * MAINTAINERS: Add myself.
202
203 2023-09-15 Yang Yujie <yangyujie@loongson.cn>
204
205 * config-ml.in: Remove unneeded loongarch clause.
206 * configure.ac: Register custom makefile fragments mt-loongarch-*
207 for loongarch targets.
208 * configure: Regenerate.
209
210 2023-09-12 Edwin Lu <ewlu@rivosinc.com>
211
212 * MAINTAINERS: Add myself
213
214 2023-09-12 Thomas Schwinge <thomas@codesourcery.com>
215 Chung-Lin Tang <cltang@codesourcery.com>
216
217 PR testsuite/109951
218 * Makefile.tpl (BASE_TARGET_EXPORTS): Add
219 'SYSROOT_CFLAGS_FOR_TARGET'.
220 * Makefile.in: Regenerate.
221
222 2023-09-05 Yang Yujie <yangyujie@loongson.cn>
223
224 * config-ml.in: Do not build the multilib library variant
225 that is duplicate with the toplevel one.
226
227 2023-08-29 Tsukasa OI <research_trasio@irq.a4lg.com>
228
229 * MAINTAINERS: Add myself.
230
231 2023-08-22 Filip Kastl <fkastl@suse.cz>
232
233 * MAINTAINERS: Update my email address.
234
235 2023-08-11 Eric Feng <ef2648@columbia.edu>
236
237 * MAINTAINERS: Add myself.
238
239 2023-08-07 Indu Bhagat <indu.bhagat@oracle.com>
240
241 * Makefile.def: Reflect that libsframe needs to installed before
242 libbfd. Reorder a bit to better track libsframe dependencies.
243 * Makefile.in: Regenerate.
244
245 2023-08-07 Indu Bhagat <indu.bhagat@oracle.com>
246
247 * Makefile.def: Add install dependency on libsframe for libbfd.
248 * Makefile.in: Regenerated.
249
250 2023-08-07 Nick Alcock <nick.alcock@oracle.com>
251
252 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
253 Solaris 11.
254
255 2023-08-07 Alexander von Gluck IV <kallisti5@unixzen.com>
256
257 * configure: Regenerate.
258 * configure.ac: Add Haiku to list of ELF OSes
259 * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
260
261 2023-08-07 Nick Alcock <nick.alcock@oracle.com>
262
263 * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
264 options, including options containing paths.
265
266 2023-08-07 Nick Alcock <nick.alcock@oracle.com>
267
268 * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
269 NM, if there is one. Run nm on itself, not on /dev/null, to avoid
270 errors from nms that refuse to work on non-regular files. Remove
271 other workarounds for this problem. Strip out blank lines from the
272 nm output.
273
274 2023-08-07 Arsen Arsenović <arsen@aarsen.me>
275
276 * configure.ac: Reinstate 32b PA-RISC HP-UX targets
277 * configure: Regenerate.
278
279 2023-08-07 Simon Marchi <simon.marchi@efficios.com>
280
281 * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
282 * configure: Re-generate.
283 * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
284 (PKG_CONFIG_PATH): New.
285 * Makefile.in: Re-generate.
286
287 2023-08-07 Luis Machado <luis.machado@arm.com>
288
289 * configure.ac: Disable year2038 by default on 32-bit hosts.
290 * configure: Regenerate.
291
292 2023-08-07 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
293
294 * Makefile.def: Add gprofng module.
295 * configure.ac: Add --enable-gprofng option.
296 * Makefile.in: Regenerate.
297 * configure: Regenerate.
298
299 2023-08-07 Martin Liska <mliska@suse.cz>
300
301 * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
302 * configure: Regenerate.
303
304 2023-08-07 Fangrui Song <maskray@google.com>
305
306 * configure: Regenerate.
307 * configure.ac: Add --with-zstd.
308
309 2023-08-07 Arsen Arsenović <arsen@aarsen.me>
310
311 * configure: Regenerate.
312 * configure.ac: Recover tilegx/tilepro targets.
313
314 2023-08-07 H.J. Lu <hjl.tools@gmail.com>
315
316 * configure: Regenerated.
317 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
318 --plugin and rc before enabling --plugin.
319
320 2023-08-07 H.J. Lu <hjl.tools@gmail.com>
321
322 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
323 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
324 * configure.ac: Include config/gcc-plugin.m4.
325 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
326 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
327 RANLIB if possible.
328 * Makefile.in: Regenerated.
329 * configure: Likewise.
330
331 2023-08-07 Arsen Arsenović <arsen@aarsen.me>
332
333 * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
334 $(CFLAGS).
335
336 2023-08-07 David Faust <david.faust@oracle.com>
337
338 * MAINTAINERS: Add the BPF port to my reviewer listing.
339
340 2023-08-02 Jan Beulich <jbeulich@suse.com>
341
342 * MAINTAINERS: Correct my email address.
343
344 2023-08-02 Hu, Lin1 <lin1.hu@intel.com>
345
346 * MAINTAINERS (Write After Approval): Add myself.
347
348 2023-08-01 Richard Ball <richard.ball@arm.com>
349
350 * MAINTAINERS: Add myself.
351
352 2023-07-31 Andreas Schwab <schwab@suse.de>
353
354 * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
355 * configure: Regenerate.
356 * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
357
358 2023-07-31 xuli <xuli1@eswincomputing.com>
359
360 * MAINTAINERS: Add myself.
361
362 2023-07-25 Thomas Schwinge <thomas@codesourcery.com>
363
364 * MAINTAINERS: List myself as "nvptx port" maintainer.
365
366 2023-07-21 Cupertino Miranda <cupertino.miranda@oracle.com>
367
368 * MAINTAINERS: Add myself to write after approval
369
370 2023-07-18 Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
371
372 * MAINTAINERS: Add myself as a reviewer for the riscv port.
373
374 2023-07-18 Robin Dapp <rdapp@ventanamicro.com>
375
376 * MAINTAINERS: Add myself as a reviewer for the riscv port.
377
378 2023-07-12 Hao Liu <hliu@os.amperecomputing.com>
379
380 * MAINTAINERS: Add Hao Liu to write after approval
381
382 2023-07-12 Ken Matsui <kmatsui@gcc.gnu.org>
383
384 * MAINTAINERS: Add Ken Matsui to write after approval
385
386 2023-07-07 Eugene Rozenfeld <erozen@microsoft.com>
387
388 * Makefile.in: Collect both kernel and user events for autofdo
389 * Makefile.tpl: Collect both kernel and user events for autofdo
390
391 2023-06-30 Rishi Raj <rishiraj45035@gmail.com>
392
393 * MAINTAINERS: Added myself to Write After Approval and DCO
394
395 2023-06-29 Eugene Rozenfeld <erozen@microsoft.com>
396
397 * Makefile.in: Remove -gtoggle for STAGEautoprofile
398 * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
399
400 2023-06-25 Lehua Ding <lehua.ding@rivai.ai>
401
402 * MAINTAINERS: Add Lehua Ding to write after approval
403
404 2023-06-25 Iain Sandoe <iain@sandoe.co.uk>
405
406 * Makefile.def: Pass the enable-host-pie value to GCC configure.
407 * Makefile.in: Regenerate.
408 * configure: Regenerate.
409 * configure.ac: Adjust the logic for shared and PIE host flags to
410 ensure that PIE is passed for hosts that require it.
411
412 2023-06-16 YunQiang Su <yunqiang.su@cipunited.com>
413
414 * MAINTAINERS (Write After Approval): move Matthew Fortune
415 to Write After Approval.
416
417 2023-06-15 Marek Polacek <polacek@redhat.com>
418
419 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
420 check.
421 * configure: Regenerate.
422
423 2023-06-14 Filip Kastl <filip.kastl@gmail.com>
424
425 * MAINTAINERS: Add myself to write after approval
426
427 2023-06-02 YunQiang Su <yunqiang.su@cipunited.com>
428
429 * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
430 port maintainer.
431 (Write After Approval): Remove myself.
432
433 2023-05-30 Jeevitha Palanisamy <jeevitha@linux.ibm.com>
434
435 * MAINTAINERS (Write After Approval): Add myself.
436
437 2023-05-29 Martin Jambor <mjambor@suse.cz>
438
439 * MAINTAINERS: Replace spaces with tabs.
440
441 2023-05-27 Benjamin Priour <vultkayn@gcc.gnu.org>
442
443 * MAINTAINERS: New entry.
444
445 2023-05-18 Eugene Rozenfeld <erozen@microsoft.com>
446
447 * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
448 * Makefile.in: Regenerate
449
450 2023-05-17 Eugene Rozenfeld <erozen@microsoft.com>
451
452 * Makefile.in: Disable warnings as errors for STAGEautofeedback
453
454 2023-05-11 Robin Dapp <rdapp@ventanamicro.com>
455
456 * MAINTAINERS: Sort.
457
458 2023-05-11 Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
459
460 * MAINTAINERS: Add myself.
461
462 2023-05-10 Pan Li <pan2.li@intel.com>
463
464 * MAINTAINERS: Add myself.
465
466 2023-04-28 Eugene Rozenfeld <erozen@microsoft.com>
467
468 * Makefile.in: Define PROFILE_MERGER
469 * Makefile.tpl: Define PROFILE_MERGER
470
471 2023-04-27 Robin Dapp <rdapp@ventanamicro.com>
472
473 * MAINTAINERS: Change my email address.
474
475 2023-04-26 Patrick O'Neill <patrick@rivosinc.com>
476
477 * MAINTAINERS: Add myself.
478
479 2023-04-26 Martin Liska <mliska@suse.cz>
480
481 * MAINTAINERS: fix sorting
482
483 2023-04-25 Victor Do Nascimento <victor.donascimento@arm.com>
484
485 * MAINTAINERS (Write After Approval): Add myself.
486
487 2023-04-24 Martin Liska <mliska@suse.cz>
488
489 * MAINTAINERS: Fix sorting.
490
491 2023-04-21 Peter Foley <pefoley2@pefoley.com>
492
493 * configure: Regenerate.
494 * configure.ac: Only create serdep.tmp if needed
495
496 2023-04-21 “ajit.kumar.agarwal@ibm.com” <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
497
498 * MAINTAINERS (Write After Approval): Add myself.
499
500 2023-04-21 Vineet Gupta <vineetg@rivosinc.com>
501
502 * MAINTAINERS (Write After Approval): Add myself.
503 Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
504
505 2023-04-06 Indu Bhagat <indu.bhagat@oracle.com>
506
507 * MAINTAINERS: Add myself.
508
509 2023-03-22 Tobias Burnus <tobias@codesourcery.com>
510
511 * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
512
513 2023-03-10 Arsen Arsenović <arsen@aarsen.me>
514
515 * MAINTAINERS (Write After Approval): Add myself.
516
517 2023-02-16 Martin Liska <mliska@suse.cz>
518
519 * MAINTAINERS: I'm stepping down from my positions.
520
521 2023-01-10 Philip Herron <herron.philip@googlemail.com>
522
523 * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
524
525 2023-01-06 Clément Chigot <chigot@adacore.com>
526
527 * configure.ac: Skip GMP and MPFR when --disable-gdb is
528 provided.
529 * configure: Regenerate.
530
531 2023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
532
533 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
534
535 2022-12-31 Iain Sandoe <iain@sandoe.co.uk>
536
537 * Makefile.def: Do not build shared libffi.
538 * Makefile.in: Regenerate.
539
540 2022-12-21 Andrew Pinski <apinski@marvell.com>
541
542 * Makefile.def: Add configure-gdb dependencies
543 on all-gmp and all-mpfr.
544 * configure.ac: Split out MPC checking from MPFR.
545 Require GMP and MPFR if the gdb directory exist.
546 * Makefile.in: Regenerate.
547 * configure: Regenerate.
548
549 2022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
550
551 * configure.ac (target_libraries): Add target-libgm2.
552 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
553 Add GCC_TARGET_TOOL entry for gm2.
554 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
555 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
556 * Makefile.def (target_modules): Add libgm2.
557 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
558 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
559 (languages): Add entry for language=m2 with gcc-check-target=check-m2
560 and lib-check-target=check-target-libgm2.
561 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
562 (HOST_EXPORTS): Add definition for GM2.
563 (BASE_TARGET_EXPORTS): Add definition for GM2.
564 (GM2_FOR_BUILD): Defined.
565 (GM2FLAGS): Defined.
566 (GM2_FOR_TARGET): Defined.
567 (GM2FLAGS_FOR_TARGET): Defined.
568 (EXTRA_HOST_FLAGS): Defined.
569 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
570 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
571 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
572 * configure: Rebuilt.
573 * Makefile.in: Rebuilt.
574
575 2022-12-13 Philip Herron <philip.herron@embecosm.com>
576
577 * Makefile.def: Add Rust language.
578 * Makefile.in: Regenerate via autogen.
579
580 2022-12-09 Martin Liska <mliska@suse.cz>
581
582 * MAINTAINERS: Fix spacing.
583
584 2022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
585
586 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
587
588 2022-12-07 Iain Sandoe <iain@sandoe.co.uk>
589
590 * Makefile.def: Pass host_libs_picflag to host dependent library
591 configures.
592 * Makefile.in: Regenerate.
593 * configure: Regenerate.
594 * configure.ac (host_libs_picflag): New configure variable set to
595 '--with-pic' when building 'host_shared'.
596
597 2022-11-25 Weimin Pan <weimin.pan@oracle.com>
598
599 * Makefile.def: Add libsframe as new module with its dependencies.
600 * Makefile.in: Regenerated.
601 * configure.ac: Add libsframe to host_libs.
602 * configure: Regenerated.
603
604 2022-11-23 Marek Polacek <polacek@redhat.com>
605
606 Revert:
607 2022-11-23 Marek Polacek <polacek@redhat.com>
608
609 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
610 isl.
611 * Makefile.in: Regenerate.
612 * Makefile.tpl: Set PICFLAG.
613 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
614 check.
615 * configure: Regenerate.
616
617 2022-11-23 Marek Polacek <polacek@redhat.com>
618
619 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
620 isl.
621 * Makefile.in: Regenerate.
622 * Makefile.tpl: Set PICFLAG.
623 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
624 check.
625 * configure: Regenerate.
626
627 2022-11-14 Martin Liska <mliska@suse.cz>
628
629 Revert:
630 2022-11-09 Martin Liska <mliska@suse.cz>
631
632 * doc/Makefile: New file.
633 * doc/_static/custom.css: New file.
634 * doc/baseconf.py: New file.
635 * doc/bsd.rst: New file.
636 * doc/contrib.rst: New file.
637 * doc/contribute.rst: New file.
638 * doc/cppdiropts.rst: New file.
639 * doc/cppenv.rst: New file.
640 * doc/cppopts.rst: New file.
641 * doc/cppwarnopts.rst: New file.
642 * doc/favicon.ico: New file.
643 * doc/funding.rst: New file.
644 * doc/gcc_sphinx.py: New file.
645 * doc/gnu.rst: New file.
646 * doc/gnu_free_documentation_license.rst: New file.
647 * doc/gpl-3.0.rst: New file.
648 * doc/indices-and-tables.rst: New file.
649 * doc/lgpl-2.1.rst: New file.
650 * doc/logo.pdf: New file.
651 * doc/logo.svg: New file.
652 * doc/md.rst: New file.
653 * doc/requirements.txt: New file.
654
655 2022-11-14 Martin Liska <mliska@suse.cz>
656
657 Revert:
658 2022-11-09 Martin Liska <mliska@suse.cz>
659
660 * doc/baseconf.py: Port to GCC sources.
661
662 2022-11-14 Martin Liska <mliska@suse.cz>
663
664 Revert:
665 2022-11-14 Martin Liska <mliska@suse.cz>
666
667 * configure: Regenerate.
668 * configure.ac: Support Sphinx based documentation.
669
670 2022-11-14 Martin Liska <mliska@suse.cz>
671
672 Revert:
673 2022-11-09 Martin Liska <mliska@suse.cz>
674
675 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
676 provide a default.
677
678 2022-11-14 Martin Liska <mliska@suse.cz>
679
680 Revert:
681 2022-11-09 Martin Liska <mliska@suse.cz>
682
683 * doc/bsd.rst:
684 Add trailing newline.
685 * doc/contrib.rst:
686 Add trailing newline.
687 * doc/contribute.rst:
688 Add trailing newline.
689 * doc/cppdiropts.rst:
690 Add trailing newline.
691 * doc/cppenv.rst:
692 Add trailing newline.
693 * doc/cppopts.rst:
694 Add trailing newline.
695 * doc/cppwarnopts.rst:
696 Add trailing newline.
697 * doc/funding.rst:
698 Add trailing newline.
699 * doc/gnu.rst:
700 Add trailing newline.
701 * doc/gnu_free_documentation_license.rst:
702 Add trailing newline.
703 * doc/gpl-3.0.rst:
704 Add trailing newline.
705 * doc/indices-and-tables.rst:
706 Add trailing newline.
707 * doc/lgpl-2.1.rst:
708 Add trailing newline.
709 * doc/md.rst:
710 Add trailing newline.
711
712 2022-11-14 Martin Liska <mliska@suse.cz>
713
714 Revert:
715 2022-11-09 Martin Liska <mliska@suse.cz>
716
717 * configure.ac: Use new install URL.
718 * configure: Regenerate.
719
720 2022-11-14 Martin Liska <mliska@suse.cz>
721
722 Revert:
723 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
724
725 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
726 instead of just ``.''.
727 * doc/gcc_sphinx.py: Moved to...
728 * doc/modules/gcc_sphinx.py: ...here.
729
730 2022-11-14 Martin Liska <mliska@suse.cz>
731
732 Revert:
733 2022-11-10 Martin Liska <mliska@suse.cz>
734
735 * doc/baseconf.py: Modernize by using pathlib.
736
737 2022-11-14 Martin Liska <mliska@suse.cz>
738
739 Revert:
740 2022-11-11 Martin Liska <mliska@suse.cz>
741
742 * doc/Makefile: Disable -j auto.
743
744 2022-11-14 Martin Liska <mliska@suse.cz>
745
746 Revert:
747 2022-11-11 Martin Liska <mliska@suse.cz>
748
749 * doc/Makefile: Update comment.
750
751 2022-11-14 Martin Liska <mliska@suse.cz>
752
753 Revert:
754 2022-11-11 Martin Liska <mliska@suse.cz>
755
756 * doc/indices-and-tables.rst: Rename Indexes to Indices.
757
758 2022-11-14 Martin Liska <mliska@suse.cz>
759
760 Revert:
761 2022-11-13 Martin Liska <mliska@suse.cz>
762
763 PR web/107643
764 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
765 is set.
766 * doc/indices-and-tables.rst: Use include_todo tag.
767
768 2022-11-14 Martin Liska <mliska@suse.cz>
769
770 Revert:
771 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
772
773 * doc/contrib.rst: Update Jeff Law's email address.
774
775 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
776
777 * doc/contrib.rst: Update Jeff Law's email address.
778
779 2022-11-13 Martin Liska <mliska@suse.cz>
780
781 PR web/107643
782 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
783 is set.
784 * doc/indices-and-tables.rst: Use include_todo tag.
785
786 2022-11-11 Martin Liska <mliska@suse.cz>
787
788 * doc/indices-and-tables.rst: Rename Indexes to Indices.
789
790 2022-11-11 Martin Liska <mliska@suse.cz>
791
792 * doc/Makefile: Update comment.
793
794 2022-11-11 Martin Liska <mliska@suse.cz>
795
796 * doc/Makefile: Disable -j auto.
797
798 2022-11-10 Martin Liska <mliska@suse.cz>
799
800 * doc/baseconf.py: Modernize by using pathlib.
801
802 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
803
804 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
805 instead of just ``.''.
806 * doc/gcc_sphinx.py: Moved to...
807 * doc/modules/gcc_sphinx.py: ...here.
808
809 2022-11-09 Martin Liska <mliska@suse.cz>
810
811 * configure.ac: Use new install URL.
812 * configure: Regenerate.
813
814 2022-11-09 Martin Liska <mliska@suse.cz>
815
816 * doc/bsd.rst:
817 Add trailing newline.
818 * doc/contrib.rst:
819 Add trailing newline.
820 * doc/contribute.rst:
821 Add trailing newline.
822 * doc/cppdiropts.rst:
823 Add trailing newline.
824 * doc/cppenv.rst:
825 Add trailing newline.
826 * doc/cppopts.rst:
827 Add trailing newline.
828 * doc/cppwarnopts.rst:
829 Add trailing newline.
830 * doc/funding.rst:
831 Add trailing newline.
832 * doc/gnu.rst:
833 Add trailing newline.
834 * doc/gnu_free_documentation_license.rst:
835 Add trailing newline.
836 * doc/gpl-3.0.rst:
837 Add trailing newline.
838 * doc/indices-and-tables.rst:
839 Add trailing newline.
840 * doc/lgpl-2.1.rst:
841 Add trailing newline.
842 * doc/md.rst:
843 Add trailing newline.
844
845 2022-11-09 Martin Liska <mliska@suse.cz>
846
847 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
848 provide a default.
849
850 2022-11-09 Martin Liska <mliska@suse.cz>
851
852 * configure: Regenerate.
853 * configure.ac: Support Sphinx based documentation.
854
855 2022-11-09 Martin Liska <mliska@suse.cz>
856
857 * doc/baseconf.py: Port to GCC sources.
858
859 2022-11-09 Martin Liska <mliska@suse.cz>
860
861 * doc/Makefile: New file.
862 * doc/_static/custom.css: New file.
863 * doc/baseconf.py: New file.
864 * doc/bsd.rst: New file.
865 * doc/contrib.rst: New file.
866 * doc/contribute.rst: New file.
867 * doc/cppdiropts.rst: New file.
868 * doc/cppenv.rst: New file.
869 * doc/cppopts.rst: New file.
870 * doc/cppwarnopts.rst: New file.
871 * doc/favicon.ico: New file.
872 * doc/funding.rst: New file.
873 * doc/gcc_sphinx.py: New file.
874 * doc/gnu.rst: New file.
875 * doc/gnu_free_documentation_license.rst: New file.
876 * doc/gpl-3.0.rst: New file.
877 * doc/indices-and-tables.rst: New file.
878 * doc/lgpl-2.1.rst: New file.
879 * doc/logo.pdf: New file.
880 * doc/logo.svg: New file.
881 * doc/md.rst: New file.
882 * doc/requirements.txt: New file.
883
884 2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
885
886 * Makefile.def: Remove module 'liboffloadmic'.
887 * Makefile.in: Regenerate.
888 * configure.ac: Remove 'liboffloadmic' handling.
889 * configure: Regenerate.
890
891 2022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
892
893 * MAINTAINERS: Update email address.
894
895 2022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
896
897 * configure.ac: Don't configure readline if --with-system-readline is
898 used.
899 * configure: Re-generate.
900
901 2022-10-12 Cui,Lili <lili.cui@intel.com>
902
903 * MAINTAINERS (Write After Approval): Add myself.
904
905 2022-10-11 Olivier Hainque <hainque@adacore.com>
906
907 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
908 and friends for rtp !large. Assume the linker has the required
909 abilities and set lt_cv_deplibs_check_method.
910
911 2022-09-30 Olivier Hainque <hainque@adacore.com>
912
913 * configure.ac (*vxworks*): If enable_shared is not
914 set, set to "no" and add --disable-shared to target and
915 host_configargs.
916 * configure: Regenerate.
917
918 2022-09-26 Jeff Law <jlaw@ventanamicro.com>
919
920 * MAINTAINERS: Update my email address and DCO entry.
921
922 2022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
923
924 * MAINTAINERS (Write After Approval): Add myself.
925
926 2022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
927
928 * MAINTAINERS (Write After Approval): Add myself.
929
930 2022-09-07 Jeff Law <jeffreyalaw@gmail.com>
931
932 * MAINTAINERS: Update my email address.
933
934 2022-09-07 Tom de Vries <tdevries@suse.de>
935
936 * configure.ac: Set extra_host_libiberty_configure_flags and
937 extra_host_zlib_configure_flags in separate case statements.
938 * configure: Regenerate.
939
940 2022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
941
942 * MAINTAINERS: Update c-sky port maintainers' emails.
943
944 2022-08-31 Martin Liska <mliska@suse.cz>
945
946 * configure: Regenerate.
947 * configure.ac: Delete hpux9 and hpux10.
948
949 2022-08-18 Sergei Trofimovich <siarheit@google.com>
950
951 * Makefile.def: Drop libelf module and gcc-configure dependency
952 on it.
953 * Makefile.in: Regenerate with 'autogen Makefile.def'.
954 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
955 LIBELFINC.
956 * configure: Regenrate.
957 * configure.ac (host_libs): Drop unused libelf.
958
959 2022-08-18 Sergei Trofimovich <siarheit@google.com>
960
961 * Makefile.in: Regenerate.
962
963 2022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
964
965 * MAINTAINERS: Add myself as AutoFDO maintainer.
966
967 2022-08-01 Roger Sayle <roger@nextmovesoftware.com>
968 Arnaud Charlet <charlet@adacore.com>
969
970 * configure: Regenerate.
971
972 2022-07-31 Roger Sayle <roger@nextmovesoftware.com>
973
974 PR bootstrap/106472
975 * Makefile.def (dependencies): Make configure-target-libgo depend
976 upon all-target-libbacktrace.
977
978 2022-07-27 David Faust <david.faust@oracle.com>
979
980 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
981
982 2022-07-27 Richard Biener <rguenther@suse.de>
983
984 * MAINTAINERS (Roger Sayle): Update e-mail address.
985
986 2022-07-21 Sam Feifer <sfeifer@redhat.com>
987
988 * MAINTAINERS (Write After Approval): Add myself.
989
990 2022-07-21 Marc Poulhiès <poulhies@adacore.com>
991
992 * MAINTAINERS: Add myself as Ada front end co-maintainer.
993
994 2022-07-19 Alexander Monakov <amonakov@ispras.ru>
995
996 * .gitignore: Do not ignore config.h.
997
998 2022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
999
1000 * MAINTAINERS: Add myself to Write After Approval.
1001
1002 2022-07-04 Martin Liska <mliska@suse.cz>
1003
1004 * MAINTAINERS: fix sorting of names
1005
1006 2022-07-03 Immad Mir <mirimmad17@gmail.com>
1007
1008 * MAINTAINERS: add myself.
1009
1010 2022-07-03 Immad Mir <mirimmad17@gmail.com>
1011
1012 * MAINTAINERS: Add myself to write after approval and DCO.
1013
1014 2022-07-02 Tim Lange <mail@tim-lange.me>
1015
1016 * MAINTAINERS: Add myself.
1017
1018 2022-07-01 Haochen Jiang <haochen.jiang@intel.com>
1019
1020 * MAINTAINERS (Write After Approval): Add myself.
1021
1022 2022-06-30 Cui,Lili <lili.cui@intel.com>
1023
1024 Revert:
1025 2022-06-30 Cui,Lili <lili.cui@intel.com>
1026
1027 * MAINTAINERS (Write After Approval): Add myself.
1028
1029 2022-06-30 Cui,Lili <lili.cui@intel.com>
1030
1031 * MAINTAINERS (Write After Approval): Add myself.
1032
1033 2022-06-28 Alexandre Oliva <oliva@adacore.com>
1034
1035 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
1036 (EXTRA_GCC_FLAGS): Likewise.
1037 * Makefile.in: Rebuilt.
1038
1039 2022-06-28 konglin1 <lingling.kong@intel.com>
1040
1041 * MAINTAINERS (Write After Approval): Add myself.
1042
1043 2022-06-27 Tom de Vries <tdevries@suse.de>
1044
1045 * configure.ac: Build libiberty pic variant for gdbserver.
1046 * configure: Regenerate.
1047
1048 2022-06-26 Iain Sandoe <iain@sandoe.co.uk>
1049
1050 * configure: Regenerate.
1051 * configure.ac: Correct use of $host.
1052
1053 2022-06-25 Jeff Law <jeffreyalaw@gmail.com>
1054
1055 * MAINTAINERS: Remove tilegx and tilepro entries.
1056 * configure.ac: Remove tilegx and tilepro stanzas.
1057 * configure: Rebuilt.
1058
1059 2022-05-28 Bruce Korb <bkorb@gnu.org>
1060
1061 * .gitignore: Ignore vim swap files
1062
1063 2022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
1064
1065 * MAINTAINERS: Add myself to write after approval.
1066
1067 2022-05-11 Kewen Lin <linkw@linux.ibm.com>
1068
1069 * MAINTAINERS: Remove myself from DCO section.
1070
1071 2022-05-09 Xi Ruoyao <xry111@xry111.site>
1072
1073 * MAINTAINERS: Update my email address.
1074
1075 2022-05-09 Clément Chigot <chigot@adacore.com>
1076
1077 * MAINTAINERS: Update my email address.
1078
1079 2022-05-05 Kewen Lin <linkw@linux.ibm.com>
1080
1081 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
1082 section.
1083
1084 2022-04-19 Richard Henderson <rth@gcc.gnu.org>
1085
1086 * MAINTAINERS: Update my email address.
1087
1088 2022-04-01 Qian Jianhua <qianjh@fujitsu.com>
1089
1090 * MAINTAINERS: Update my email address.
1091
1092 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
1093
1094 * MAINTAINERS: (CPU Port Maintainers): Add myself and
1095 Lulu as LoongArch port maintainer.
1096
1097 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
1098 Lulu Cheng <chenglulu@loongson.cn>
1099
1100 * configure.ac: Add LoongArch tuples.
1101 * configure: Regenerate.
1102
1103 2022-03-28 Tom Tromey <tromey@adacore.com>
1104
1105 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
1106 * configure: Rebuild.
1107
1108 2022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
1109
1110 * MAINTAINERS: Change my information.
1111
1112 2022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
1113
1114 * MAINTAINERS: Add myself to DCO section.
1115
1116 2022-03-14 Jonathan Wakely <jwakely@redhat.com>
1117
1118 * configure.ac: Fix incorrect option in comment.
1119 * configure: Regenerate.
1120
1121 2022-03-09 Hans-Peter Nilsson <hp@axis.com>
1122
1123 * Makefile.def (dependencies): Make configure-sim depend on
1124 all-readline.
1125 * Makefile.in: Regenerate.
1126
1127 2022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
1128
1129 * MAINTAINERS (Write After Approval): Update my e-mail address.
1130
1131 2022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
1132
1133 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
1134
1135 2022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
1136
1137 * MAINTAINERS: Update my email and add myself to the DCO list.
1138
1139 2022-01-25 Thomas Schwinge <thomas@codesourcery.com>
1140
1141 Revert:
1142 2021-09-16 Andrew Pinski <apinski@marvell.com>
1143
1144 PR bootstrap/67102
1145 * Makefile.def: Have configure-target-libffi depend on
1146 all-target-libstdc++-v3.
1147 * Makefile.in: Regenerate.
1148
1149 2022-01-22 Jakub Jelinek <jakub@redhat.com>
1150
1151 PR other/104181
1152 * build.log: Remove.
1153
1154 2022-01-20 Martin Liska <mliska@suse.cz>
1155
1156 * MAINTAINERS: Adjust email address based on IRC request.
1157
1158 2022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
1159
1160 * MAINTAINERS: Update my email address.
1161
1162 2022-01-17 Martin Liska <mliska@suse.cz>
1163
1164 * MAINTAINERS: Rename .c names to .cc.
1165
1166 2022-01-13 Jakub Jelinek <jakub@redhat.com>
1167
1168 * Makefile.am: Remove.
1169
1170 2022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
1171
1172 * Makefile.am: New file.
1173
1174 2022-01-11 Martin Liska <mliska@suse.cz>
1175
1176 * MAINTAINERS: Sort 2 names.
1177
1178 2022-01-10 Martin Liska <mliska@suse.cz>
1179
1180 * MAINTAINERS: Fix obvious issues with sorting.
1181
1182 2022-01-07 liuhongt <hongtao.liu@intel.com>
1183
1184 * build.log: New file.
1185
1186 2022-01-05 Nathan Sidwell <nathan@acm.org>
1187
1188 * MAINTAINERS: Add DCO entry. Sort that list.
1189
1190 2022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
1191
1192 * MAINTAINERS: Change of email address in both DCO and
1193 Write After Approval list.
1194
1195 2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
1196
1197 * configure: Regenerate.
1198
1199 2021-12-21 Martin Liska <mliska@suse.cz>
1200
1201 * config.sub: Change mode back to 755.
1202
1203 2021-12-17 Martin Liska <mliska@suse.cz>
1204
1205 * config.sub: Sync from master.
1206
1207 2021-12-17 Martin Liska <mliska@suse.cz>
1208
1209 Revert:
1210 2021-12-16 Matthias Seidel <mseidel@apache.org>
1211
1212 * config.sub: Fix typo.
1213
1214 2021-12-16 Matthias Seidel <mseidel@apache.org>
1215
1216 * config.sub: Fix typo.
1217
1218 2021-12-16 H.J. Lu <hjl.tools@gmail.com>
1219
1220 Revert:
1221 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
1222
1223 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1224 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1225 * configure.ac: Include config/gcc-plugin.m4.
1226 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1227 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1228 RANLIB if possible.
1229 * Makefile.in: Regenerated.
1230 * configure: Likewise.
1231
1232 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
1233
1234 * Makefile.tpl (BUILD_CFLAGS): New.
1235 (CFLAGS): Append $(BUILD_CFLAGS).
1236 (CXXFLAGS): Likewise.
1237 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1238 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1239 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1240 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1241 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1242 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1243 (PGO-TRAINING-TARGETS): Likewise.
1244 (PGO_BUILD_TRAINING): Likewise.
1245 (all): Add '+' to the command line for recursive make. Support
1246 the PGO build.
1247 * configure.ac: Add --enable-pgo-build[=lto].
1248 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1249 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
1250 * Makefile.in: Regenerated.
1251 * configure: Likewise.
1252
1253 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
1254
1255 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1256 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1257 * configure.ac: Include config/gcc-plugin.m4.
1258 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1259 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1260 RANLIB if possible.
1261 * Makefile.in: Regenerated.
1262 * configure: Likewise.
1263
1264 2021-12-14 Marc Poulhiès <poulhies@adacore.com>
1265
1266 * MAINTAINERS: Add myself to write after approval.
1267
1268 2021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
1269
1270 * MAINTAINERS: Adding myself.
1271
1272 2021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
1273
1274 * configure: Regenerate.
1275 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1276 $(CPP).
1277
1278 2021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
1279
1280 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1281 libatomic.
1282 * Makefile.in: Regenerate.
1283 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1284 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1285 target-libphobos-bootstrap.
1286 (STAGE2_CONFIGURE_FLAGS): Likewise.
1287 * configure: Regenerate.
1288 * configure.ac: Add support for bootstrapping D front-end.
1289
1290 2021-11-16 Martin Uecker <uecker@gcc.gnu.org>
1291
1292 * MAINTAINERS: Add myself to DCO section and update email address.
1293
1294 2021-11-16 Iain Sandoe <iain@sandoe.co.uk>
1295
1296 * configure: Regenerate.
1297 * configure.ac: Ensure that PIC (shared) defaults are set
1298 correctly for Darwin.
1299
1300 2021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
1301
1302 * MAINTAINERS: Update my address.
1303
1304 2021-11-12 Alan Modra <amodra@gmail.com>
1305
1306 * Makefile.def (configure-opcodes): Depend on configure-bfd.
1307 * Makefile.in: Regenerate.
1308
1309 2021-11-03 Maciej W. Rozycki <macro@embecosm.com>
1310
1311 * MAINTAINERS: Clarify the policy WRT the Write After Approval
1312 list.
1313
1314 2021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
1315
1316 * MAINTAINERS (Reviewers, arc): Remove my entry.
1317 (Write After Approval): Add an entry for myself.
1318
1319 2021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
1320
1321 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1322 * Makefile.in: Regenerate.
1323 * configure: Regenerate.
1324 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1325
1326 2021-10-26 Jeff Law <jeffreyalaw@gmail.com>
1327
1328 * MAINTAINERS: Fix up Maciej's entries.
1329
1330 2021-10-26 Maciej W. Rozycki <macro@embecosm.com>
1331
1332 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1333 maintainer.
1334
1335 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
1336
1337 PR other/102663
1338 * Makefile.def: Handle install-dvi target.
1339 * Makefile.tpl: Likewise.
1340 * Makefile.in: Regenerate.
1341
1342 2021-10-19 Clément Chigot <clement.chigot@atos.net>
1343
1344 * MAINTAINERS: Add myself for write after approval.
1345
1346 2021-10-12 Eric Gallager <egallager@gcc.gnu.org>
1347
1348 * Makefile.def: Mark libcody, libdecnumber,
1349 c++tools, libgcc, and libobjc as missing TAGS
1350 targets.
1351 * Makefile.in: Regenerate.
1352
1353 2021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
1354
1355 * MAINTAINERS: Add myself to DCO section and update email
1356 address.
1357
1358 2021-09-29 Jonathan Wakely <jwakely@redhat.com>
1359
1360 * MAINTAINERS: Add myself to DCO section.
1361
1362 2021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * configure: Regenerate.
1365 * configure.ac (skipdirs): Add the contents of target_configdirs if
1366 we are not building gcc.
1367
1368 2021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
1369
1370 * Makefile.def: Back-port commits ba4d88ad892f and
1371 755ba58ebef0 from binutils-gdb repository.
1372 * Makefile.in: Regenerated.
1373
1374 2021-09-20 Harald Anlauf <anlauf@gmx.de>
1375
1376 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1377
1378 2021-09-17 Iain Sandoe <iain@sandoe.co.uk>
1379
1380 * Makefile.def: Add a jit check target for the jit
1381 language.
1382 * Makefile.in: Regenerate.
1383
1384 2021-09-16 Andrew Pinski <apinski@marvell.com>
1385
1386 PR bootstrap/67102
1387 * Makefile.def: Have configure-target-libffi depend on
1388 all-target-libstdc++-v3.
1389 * Makefile.in: Regenerate.
1390
1391 2021-09-10 Petter Tomner <tomner@kth.se>
1392
1393 * MAINTAINERS: Me added to DCO and write after approval
1394
1395 2021-09-01 YunQiang Su <syq@debian.org>
1396
1397 * MAINTAINERS: Add myself for write after approval.
1398
1399 2021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
1400
1401 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1402 * Makefile.in: Regenerate.
1403
1404 2021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
1405
1406 * MAINTAINERS: Add myself for write after approval.
1407
1408 2021-08-18 Iain Sandoe <iain@sandoe.co.uk>
1409
1410 * Makefile.in: Regenerate.
1411 * Makefile.tpl: Make the state of the configured host
1412 shared flag available to makefile fragements.
1413
1414 2021-08-09 Hongyu Wang <hongyu.wang@intel.com>
1415
1416 * MAINTAINERS (Write After Approval): Add myself.
1417
1418 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
1419
1420 * .dir-locals.el (bug-reference-url-format): Use https.
1421
1422 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
1423
1424 * .dir-locals.el (c-mode): Change fill-column to 79.
1425
1426 2021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
1427
1428 * MAINTAINERS: Add myself to DCO section.
1429
1430 2021-07-09 Iain Sandoe <iain@sandoe.co.uk>
1431
1432 * configure: Regenerate.
1433 * configure.ac: Adjust cases for which it is necessary to
1434 include the Darwin host config fragment.
1435
1436 2021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
1437
1438 * MAINTAINERS: Add myself for write after approval and DCO.
1439
1440 2021-07-05 Iain Sandoe <iain@sandoe.co.uk>
1441
1442 * Makefile.def: Add dsymutil defs.
1443 * Makefile.in: Regenerated.
1444 * Makefile.tpl: Add dsymutil to flags.
1445 * configure: Regenerated.
1446 * configure.ac: Add dsymutil to target and build recipes.
1447
1448 2021-07-01 Ankur Saini <arsenic@sourceware.org>
1449
1450 * MAINTAINERS: Add myself for write after approval.
1451
1452 2021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
1453
1454 * MAINTAINERS (Write After Approval): Add myself.
1455
1456 2021-06-25 Matthias Kretz <m.kretz@gsi.de>
1457
1458 * MAINTAINERS: Add myself for write after approval and DCO
1459
1460 2021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
1461
1462 * .gitignore: Add entry for cscope.out.
1463
1464 2021-06-22 liuhongt <hongtao.liu@intel.com>
1465
1466 * MAINTAINERS: Remove my Write After Approval entry.
1467
1468 2021-06-21 liuhongt <hongtao.liu@intel.com>
1469
1470 * MAINTAINERS: Add myself as maintainer of the i386 vector
1471 extensions.
1472
1473 2021-06-18 Antoni Boucher <bouanto@zoho.com>
1474
1475 * MAINTAINERS (Write After Approval): Add myself.
1476
1477 2021-06-17 Aldy Hernandez <aldyh@redhat.com>
1478
1479 * MAINTAINERS (Various Maintainers): Add Andrew and myself
1480 as *vrp and ranger maintainers.
1481
1482 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1483
1484 * MAINTAINERS: Adjust my entry in the DCO section so that it does
1485 not trigger testsuite failures.
1486
1487 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1488
1489 * MAINTAINERS: Add myself to DCO section with both email addresses.
1490
1491 2021-06-03 Jason Merrill <jason@redhat.com>
1492
1493 * MAINTAINERS: Add DCO version number.
1494
1495 2021-06-02 Jason Merrill <jason@redhat.com>
1496
1497 * MAINTAINERS: Add DCO section.
1498
1499 2021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
1500
1501 * MAINTAINERS (Write After Approval): Add myself.
1502
1503 2021-05-29 Mike Frysinger <vapier@gentoo.org>
1504
1505 * configure.ac: Add gnulib to configdirs for sim.
1506 * configure: Regenerate.
1507
1508 2021-05-18 Mike Frysinger <vapier@gentoo.org>
1509
1510 * Makefile.def: Add configure-sim dependency on all-gnulib.
1511 * Makefile.in: Regenerated.
1512
1513 2021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
1514
1515 * MAINTAINERS (Write After Approval): Add myself.
1516
1517 2021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
1518
1519 * MAINTAINERS (Write After Approval): Add myself.
1520
1521 2021-05-11 Martin Liska <mliska@suse.cz>
1522
1523 * MAINTAINERS: Remove entries for removed
1524 components (HSA, BRIG, libhsail-rt).
1525 Move Pekka to Write After Approval.
1526
1527 2021-05-11 Martin Liska <mliska@suse.cz>
1528
1529 * Makefile.def: Remove libhsail-rt.
1530 * Makefile.in: Likewise.
1531 * configure.ac: Likewise.
1532 * configure: Regenerate.
1533 * libhsail-rt/ChangeLog: Removed.
1534 * libhsail-rt/Makefile.am: Removed.
1535 * libhsail-rt/Makefile.in: Removed.
1536 * libhsail-rt/README: Removed.
1537 * libhsail-rt/aclocal.m4: Removed.
1538 * libhsail-rt/configure: Removed.
1539 * libhsail-rt/configure.ac: Removed.
1540 * libhsail-rt/configure.tgt: Removed.
1541 * libhsail-rt/include/internal/fibers.h: Removed.
1542 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1543 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1544 * libhsail-rt/include/internal/workitems.h: Removed.
1545 * libhsail-rt/rt/arithmetic.c: Removed.
1546 * libhsail-rt/rt/atomics.c: Removed.
1547 * libhsail-rt/rt/bitstring.c: Removed.
1548 * libhsail-rt/rt/fbarrier.c: Removed.
1549 * libhsail-rt/rt/fibers.c: Removed.
1550 * libhsail-rt/rt/fp16.c: Removed.
1551 * libhsail-rt/rt/misc.c: Removed.
1552 * libhsail-rt/rt/multimedia.c: Removed.
1553 * libhsail-rt/rt/queue.c: Removed.
1554 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1555 * libhsail-rt/rt/segment.c: Removed.
1556 * libhsail-rt/rt/workitems.c: Removed.
1557 * libhsail-rt/target-config.h.in: Removed.
1558
1559 2021-05-04 Nick Clifton <nickc@redhat.com>
1560
1561 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1562 * configure: Regenerate.
1563
1564 2021-04-28 Jakub Jelinek <jakub@redhat.com>
1565 Tobias Burnus <tobias@codesourcery.com>
1566
1567 * configure.ac (--enable-offload-defaulted): New.
1568 * configure: Regenerate.
1569
1570 2021-04-23 David Faust <david.faust@oracle.com>
1571
1572 * MAINTAINERS (Write After Approval): Add myself.
1573
1574 2021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1575
1576 * MAINTAINERS (Write After Approval): Add myself.
1577
1578 2021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1579
1580 * MAINTAINERS: Add myself as pru port maintainer.
1581
1582 2021-03-23 David Malcolm <dmalcolm@redhat.com>
1583
1584 * MAINTAINERS: Add myself as static analyzer maintainer.
1585
1586 2021-03-18 Jeff Law <jlaw@tachyum.com>
1587
1588 * MAINTAINERS: Update primary entry.
1589
1590 2021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1591
1592 * MAINTAINERS (Write After Approval): Add myself.
1593
1594 2021-03-13 Mike Frysinger <vapier@gentoo.org>
1595
1596 * Makefile.def: Remove all-sim dependency on configure-gdb.
1597 * Makefile.in: Regenerated.
1598
1599 2021-03-11 Jeff Law <law@redhat.com>
1600
1601 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1602
1603 2021-03-11 Martin Liska <mliska@suse.cz>
1604
1605 * Makefile.tpl: The change was done Makefile.in which
1606 is generated file.
1607
1608 2021-03-08 Jeff Law <law@redhat.com>
1609
1610 * MAINTAINERS: Update my email address
1611
1612 2021-02-23 Kito Cheng <kito.cheng@sifive.com>
1613
1614 * config.guess: Import latest upstream.
1615 * config.sub: Import latest upstream.
1616
1617 2021-01-25 Martin Liska <mliska@suse.cz>
1618
1619 PR gcov-profile/98739
1620 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1621 for profiledbootstrap.
1622
1623 2021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1624
1625 * MAINTAINERS (Write After Approval): Add myself.
1626
1627 2021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1628
1629 * MAINTAINERS (Write After Approval): Update my e-mail address.
1630
1631 2021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1632
1633 * MAINTAINERS: Fix spacing.
1634
1635 2021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1636
1637 * MAINTAINERS (Write After Approval): Add myself
1638
1639 2021-01-06 Nick Alcock <nick.alcock@oracle.com>
1640
1641 * Makefile.def: Sync with binutils-gdb:
1642 (dependencies): all-ld depends on all-libctf.
1643 (host_modules): libctf is no longer no_install.
1644 No longer no_check. Checking depends on all-ld.
1645 * Makefile.in: Regenerated.
1646
1647 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1648
1649 * libtool.m4: Match gnu* along other GNU systems.
1650 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1651 * libgo/configure: Re-generate.
1652
1653 2021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1654
1655 * MAINTAINERS: Update my email address.
1656
1657 2020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1658
1659 * MAINTAINERS (Write After Approval): Add myself.
1660
1661 2020-12-15 Nathan Sidwell <nathan@acm.org>
1662
1663 * Makefile.def
1664 * Makefile.in
1665 * Makefile.tpl
1666 * configure
1667 * configure.ac
1668
1669 2020-12-15 Nathan Sidwell <nathan@acm.org>
1670
1671 * Makefile.def: Add libcody.
1672 * configure.ac: Add libcody.
1673 * Makefile.in: Regenerated.
1674 * configure: Regenerated.
1675
1676 2020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1677
1678 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1679
1680 2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1681
1682 PR target/97865
1683 * libtool.m4: Update handling of Darwin platform link flags
1684 for Darwin20.
1685
1686 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1687
1688 * .gitignore: Sync with binutils-gdb
1689
1690 2020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1691
1692 * MAINTAINERS: Add myself as arc port maintainer.
1693
1694 2020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1695
1696 PR d/87788
1697 * configure.ac: Don't disable D for *-*-darwin*.
1698 * configure: Regenerate.
1699
1700 2020-11-29 John David Anglin <danglin@gcc.gnu.org>
1701
1702 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1703 hppa64-*-hpux11*.
1704
1705 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1706
1707 * configure: Regenerate.
1708 * configure.ac: Add --bootstrap-hwasan option.
1709
1710 2020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1711
1712 * config.guess: Import latest upstream.
1713 * config.sub: Import latest upstream.
1714
1715 2020-11-16 Martin Liska <mliska@suse.cz>
1716
1717 * .gitignore: Add cache as clangd uses it now.
1718
1719 2020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1720
1721 * MAINTAINERS (Write After Approval): add myself
1722
1723 2020-11-09 Pat Bernardi <bernardi@adacore.com>
1724
1725 * MAINTAINERS (Write After Approval): Add myself.
1726
1727 2020-11-09 Jonathan Wakely <jwakely@redhat.com>
1728
1729 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1730 Remove FIXME comments.
1731
1732 2020-11-06 Martin Uecker <muecker@gwdg.de>
1733
1734 * MAINTAINERS: Update my email address.
1735
1736 2020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1737
1738 * MAINTAINERS (Write After Approval): Add myself.
1739
1740 2020-10-06 Tobias Burnus <tobias@codesourcery.com>
1741
1742 PR target/97302
1743 * configure.ac: Only set with_gmp to /usr/local
1744 if not building in tree.
1745 * configure: Regenerate.
1746
1747 2020-09-18 Omar Tahir <omar.tahir@arm.com>
1748
1749 * MAINTAINERS (Write After Approval): Add myself.
1750
1751 2020-08-26 Tobias Burnus <tobias@codesourcery.com>
1752
1753 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1754
1755 2020-08-20 Tobias Burnus <tobias@codesourcery.com>
1756
1757 PR bootstrap/96612
1758 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1759 if not the same as ${host}.
1760 * configure: Regenerate.
1761
1762 2020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1763
1764 * MAINTAINERS (Write After Approval): Add myself.
1765
1766 2020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1767
1768 * MAINTAINERS: Update my email address.
1769
1770 2020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1771
1772 * MAINTAINERS (Write After Approval): Add myself.
1773
1774 2020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1775
1776 * MAINTAINERS (Write After Approval): Add myself.
1777
1778 2020-06-12 Martin Liska <mliska@suse.cz>
1779
1780 * .gitignore: Add .clang-tidy.
1781
1782 2020-06-08 Jason Merrill <jason@redhat.com>
1783
1784 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1785 * configure: Regenerate.
1786
1787 2020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1788
1789 * MAINTAINERS: Add myself as xtensa port maintainer.
1790
1791 2020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1792
1793 * configure.ac: Don't require --enable-host-shared when building
1794 for Mingw.
1795 * configure: Regenerate.
1796
1797 2020-05-18 Jason Merrill <jason@redhat.com>
1798
1799 * configure.ac: Update bootstrap dialect to -std=c++11.
1800
1801 2020-05-18 Alex Coplan <alex.coplan@arm.com>
1802
1803 * MAINTAINERS (Write After Approval): Add myself.
1804
1805 2020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1806
1807 PR target/92713
1808 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1809 (noconfigdirs): Add 'target-libstdc++-v3'.
1810 * configure: Regenerate.
1811
1812 2020-04-21 Stephen Casner <casner@acm.org>
1813
1814 PR 25830
1815 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1816 * configure: Rebuild.
1817
1818 2020-04-17 Martin Liska <mliska@suse.cz>
1819 Jonathan Yong <10walls@gmail.com>
1820
1821 PR gcov-profile/94570
1822 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1823 for CYGWIN.
1824
1825 2020-04-14 Martin Jambor <mjambor@suse.cz>
1826
1827 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1828
1829 2020-04-09 Tom Tromey <tom@tromey.com>
1830
1831 * configure: Rebuild.
1832 * Makefile.in: Rebuild.
1833 * Makefile.def (gdbsupport, gdbserver): New host modules.
1834 (configure-gdb): Depend on all-gdbsupport.
1835 (all-gdb): Depend on all-gdbsupport, all-libctf.
1836 * configure.ac (host_tools): Add gdbserver.
1837 Conditionally build gdbserver and gdbsupport.
1838
1839 2020-03-09 Tobias Burnus <tobias@codesourcery.com>
1840
1841 * configure.ac: Build libgomp by default for amdgcn.
1842 * configure: Regenerate.
1843
1844 2020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1845
1846 * MAINTAINERS (Write After Approval): Add myself.
1847
1848 2020-02-28 Joel Hutton <joel.hutton@arm.com>
1849
1850 * MAINTAINERS (Write After Approval) : Add myself.
1851
1852 2020-02-20 Palmer Dabbelt <palmer@sifive.com>
1853
1854 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1855
1856 2020-02-14 Martin Sebor <msebor@redhat.com>
1857
1858 * doc/extend.texi (attribute alias): Mention type requirement.
1859 (attribute weak): Same.
1860 (attribute weakref): Correct invalid example.
1861
1862 2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1863
1864 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1865
1866 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1867 Jakub Jelinek <jakub@redhat.com>
1868
1869 * .gitattributes: Add *.md diff=md.
1870
1871 2020-01-14 Georg-Johann Lay <avr@gjlay.de>
1872
1873 The mentioned auto-generated file is no more part of the
1874
1875 GCC sources, it's auto-generated in $(builddir) during build.
1876
1877 PR target/92055
1878 * contrib/gcc_update (files_and_dependencies): Remove
1879 entry for gcc/config/avr/t-multilib.
1880
1881 2020-01-14 Anatoly Sokolov <aesok@dol.ru>
1882
1883 * MAINTAINERS: Update my email address.
1884
1885 2020-01-13 Joseph Myers <joseph@codesourcery.com>
1886
1887 * README.MOVED_TO_GIT: Remove.
1888
1889 2020-01-11 Joseph Myers <joseph@codesourcery.com>
1890
1891 * README.MOVED_TO_GIT: New file.
1892
1893 2020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1894
1895 * MAINTAINERS (Write After Approval): Add myself.
1896
1897 2019-12-20 Jerome Lambourg <lambourg@adacore.com>
1898
1899 * MAINTAINERS (write_after_approval): Add myself.
1900
1901 2019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1902
1903 * MAINTAINERS (write_after_approval): Add myself.
1904
1905 2019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1906
1907 * MAINTAINERS (write_after_approval): Add myself.
1908
1909 2019-12-11 Matthias Klose <doko@ubuntu.com>
1910
1911 * configure.ac: Factor out common cases for compare_exclusions.
1912 * configure: Regenerate.
1913
1914 2019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1915
1916 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1917 flag.
1918
1919 2019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1920
1921 * MAINTAINERS (Write After Approval): Add myself.
1922
1923 2019-11-27 Tobias Burnus <tobias@codesourcery.com>
1924
1925 PR middle-end/92463
1926 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1927 * configure: Regenerate
1928
1929 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1930
1931 * configure.ac: Use https for gcc.gnu.org.
1932 * configure: Regenerated.
1933
1934 2019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1935
1936 * MAINTAINERS (aarch64 port): Remove my name, move to...
1937 (Write After Approval): ...Here.
1938
1939 2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1940
1941 * MAINTAINERS: Change my email address as maintainer.
1942
1943 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1944
1945 PR fortran/91828
1946 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1947 * configure: Regenerated.
1948
1949 2019-10-21 Jason Merrill <jason@redhat.com>
1950
1951 * .gitattributes: Also check ChangeLog whitespace.
1952
1953 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * contrib/dg-extract-results.sh: Add support for KPASS.
1956 * contrib/dg-extract-results.py: Likewise.
1957
1958 2019-10-17 Jason Merrill <jason@redhat.com>
1959
1960 * .gitattributes: Avoid {} in filename pattern.
1961
1962 2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1963
1964 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1965 Approval section.
1966
1967 2019-10-01 Frederik Harwath <frederik@codesourcery.com>
1968
1969 * MAINTAINERS: Add myself to Write After Approval
1970
1971 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1972
1973 * MAINTAINERS: Add myself as an aarch64 maintainer.
1974
1975 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1976
1977 * MAINTAINERS: Add myself as aarch64 maintainer.
1978
1979 2019-09-23 Carl Love <cel@us.ibm.com>
1980
1981 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1982 New define_insn.
1983 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1984 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1985
1986 2019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1987
1988 * MAINTAINERS (Sam Tebbs): Update email address.
1989
1990 2019-09-10 Tobias Burnus <tobias@codesourcery.com>
1991
1992 * MAINTAINERS: Update my email address.
1993
1994 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
1995
1996 * libtool.m4: Handle uclinuxfdpiceabi.
1997
1998 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1999
2000 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
2001 Remove myself from Write After Approval section.
2002
2003 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
2004
2005 * configure.ac: Support for bpf-*-* targets.
2006 * configure: Regenerate.
2007
2008 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
2009
2010 * config.sub: Import upstream version 2019-06-30.
2011 * config.guess: Import upstream version 2019-07-24.
2012
2013 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
2014
2015 * MAINTAINERS: Remove spu port maintainers.
2016
2017 2019-08-28 Martin Liska <mliska@suse.cz>
2018
2019 * .gitignore: Add .clangd and compile_commands.json
2020 to .gitignore.
2021
2022 2019-08-23 Michael Forney <mforney@mforney.org>
2023
2024 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
2025 * Makefile.in: Regenerate.
2026
2027 2019-08-19 Tom Tromey <tom@tromey.com>
2028
2029 * configure: Rebuild.
2030 * configure.ac: Add --with-static-standard-libraries.
2031
2032 2019-08-16 Alexandre Oliva <oliva@gnu.org>
2033
2034 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
2035
2036 2019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
2037
2038 * MAINTAINERS (Write After Approval): Add myself.
2039
2040 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
2041
2042 * MAINTAINERS (Write After Approval): Remove myself, already listed in
2043 RISC-V port maitainer.
2044
2045 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
2046
2047 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
2048
2049 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
2050
2051 * MAINTAINERS (Write After Approval): Add myself.
2052
2053 2019-07-03 Andrea Corallo <andrea.corallo@arm.com>
2054
2055 * MAINTAINERS (Write After Approval): Add myself.
2056
2057 2019-06-25 Martin Liska <mliska@suse.cz>
2058
2059 contrib/filter-clang-warnings.py: Transform from
2060 filter-rtags-warnings.py.
2061
2062 2019-06-15 Tom Tromey <tom@tromey.com>
2063
2064 * configure.ac (host_libs): Add gnulib.
2065 * configure: Rebuild.
2066 * Makefile.def (host_modules, dependencies): Add gnulib.
2067 * Makefile.in: Rebuild.
2068
2069 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
2070
2071 * MAINTAINERS (Write After Approval): Add myself.
2072
2073 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
2074
2075 * configure: Regenerate.
2076 * configure.ac: Add PRU target.
2077
2078 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
2079
2080 * MAINTAINERS (Write After Approval): Add myself.
2081
2082 2019-06-11 Nick Clifton <nickc@redhat.com>
2083
2084 Import these changes from the binutils/gdb repository:
2085
2086 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
2087
2088 * Makefile.def (dependencies): configure-libctf depends on all-bfd
2089 and all its deps.
2090 * Makefile.in: Regenerated.
2091
2092 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
2093
2094 * Makefile.def (host_modules): Add libctf.
2095 * Makefile.def (dependencies): Likewise.
2096 libctf depends on zlib, libiberty, and bfd.
2097 * Makefile.in: Regenerated.
2098 * configure.ac (host_libs): Add libctf.
2099 * configure: Regenerated.
2100
2101 2019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
2102
2103 * MAINTAINERS (Write After Approval): Add myself.
2104
2105 2019-05-19 Peter Bergner <bergner@linux.ibm.com>
2106
2107 * MAINTAINERS: Update my email address.
2108
2109 2019-05-17 Thomas Rodgers <trodgers@redhat.com>
2110
2111 * MAINTAINERS (Write After Approval): Add myself.
2112
2113 2019-05-16 Jun Ma <junma@linux.alibaba.com>
2114
2115 * MAINTAINERS (Write After Approval): Add myself.
2116
2117 2019-05-07 Jim Wilson <jimw@sifive.com>
2118
2119 * MAINTAINERS: Remove myself as IA-64 maintainer.
2120
2121 2019-05-04 Roland Illig <roland.illig@gmx.de>
2122
2123 * MAINTAINERS (Write After Approval): Add myself.
2124
2125 2019-05-02 Richard Biener <rguenther@suse.de>
2126
2127 PR bootstrap/85574
2128 * Makefile.tpl (compare target): Also compare extra-compare
2129 files.
2130 * Makefile.in: Regenerate.
2131
2132 2019-04-22 Roman Zhuykov <zhroma@ispras.ru>
2133
2134 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
2135 as modulo-scheduler maintainer.
2136
2137 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
2138
2139 * MAINTAINERS: Add myself as co-maintainer for Darwin.
2140
2141 2019-04-18 Iain Sandoe <iain@sandoe.co.uk>
2142
2143 * MAINTAINERS: Update my email address.
2144
2145 2019-04-14 Johannes Pfau <johannespfau@gmail.com>
2146
2147 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2148 * configure: Regenerate.
2149
2150 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2151
2152 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2153 * configure: Regenerate.
2154
2155 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
2156
2157 * configure.ac: Add target-zlib to target_libraries.
2158 * configure: Regenerate.
2159
2160 2019-04-09 Martin Liska <mliska@suse.cz>
2161
2162 * Makefile.in: Regenerate.
2163 * Makefile.tpl: Pass GENERATOR_CFLAGS
2164 in all stages.
2165
2166 2019-03-28 Martin Liska <mliska@suse.cz>
2167
2168 PR bootstrap/89829
2169 * Makefile.in: Revert r254150.
2170 * Makefile.tpl: Likewise.
2171
2172 2019-03-28 Ben Elliston <bje@gnu.org>
2173
2174 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2175 related, and libdecnumber.
2176
2177 2019-03-15 Alexander Monakov <amonakov@ispras.ru>
2178
2179 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2180 (Write After Approval): Remove myself.
2181
2182 2019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
2183
2184 * MAINTAINERS (Write After Approval): Add myself.
2185
2186 2019-02-11 Andrew Stubbs <ams@codesourcery.com>
2187
2188 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2189 (Write After Approval): Remove myself and Julian.
2190
2191 2019-01-26 Harald Anlauf <anlauf@gmx.de>
2192
2193 * MAINTAINERS (Write After Approval): Add myself.
2194
2195 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
2196
2197 * MAINTAINERS (Write After Approval): Add myself.
2198
2199 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
2200
2201 * ChangeLog: Replace space with tab.
2202 * MAINTAINERS: Delete 1 tab to keep alignment.
2203
2204 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
2205
2206 * MAINTAINERS (Write After Approval): Add myself.
2207
2208 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
2209
2210 * MAINTAINERS (Write After Approval): Add myself.
2211
2212 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
2213 Kwok Cheung Yeung <kcy@codesourcery.com>
2214 Julian Brown <julian@codesourcery.com>
2215 Tom de Vries <tom@codesourcery.com>
2216 Jan Hubicka <hubicka@ucw.cz>
2217 Martin Jambor <mjambor@suse.cz>
2218
2219 * configure.ac: Likewise.
2220 * configure: Regenerate.
2221 * contrib/config-list.mk: Add amdgcn-amdhsa.
2222
2223 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
2224
2225 * MAINTAINERS (Write After Approval): Add myself.
2226
2227 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
2228
2229 * MAINTAINERS (Write After Approval): Add myself.
2230
2231 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2232
2233 PR target/88535
2234 * config.guess: Import upstream version 2019-01-03.
2235 * config.sub: Import upstream version 2019-01-01.
2236
2237 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
2238
2239 * MAINTAINERS (Write After Approval): Update my maintainer address.
2240
2241 2018-12-21 Gergö Barany <gergo@codesourcery.com>
2242
2243 * MAINTAINERS (Write After Approval): Add myself.
2244
2245 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
2246
2247 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2248
2249 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
2250
2251 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2252 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2253 (GCC_TARGET_TOOL): Likewise.
2254 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2255 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
2256 OTOOL, OTOOL_FOR_TARGET: New substitutions.
2257 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
2258 * configure: Regenerate.
2259 * Makefile.in: Likewise.
2260
2261 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
2262
2263 * MAINTAINERS (Write After Approval): Add myself.
2264
2265 2018-11-13 Martin Liska <mliska@suse.cz>
2266
2267 * gcc.target/i386/pr87930.c: Move to ...
2268 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
2269
2270 2018-11-10 Stafford Horne <shorne@gmail.com>
2271
2272 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2273 (Write After Approval): Remove myself.
2274
2275 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
2276
2277 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2278 Append $INCICONV to it.
2279
2280 2018-11-04 Stafford Horne <shorne@gmail.com>
2281
2282 * MAINTAINERS (Write After Approval): Add myself.
2283
2284 2018-10-31 Joseph Myers <joseph@codesourcery.com>
2285
2286 PR bootstrap/82856
2287 * multilib.am: New file. From automake.
2288
2289 Merge from binutils-gdb:
2290 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2291
2292 * libtool.m4: Use AC_LANG_SOURCE.
2293 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2294 * ar-lib: New file.
2295 * test-driver: New file.
2296 * configure: Re-generate.
2297
2298 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
2299
2300 * MAINTAINERS (Write After Approval): Add myself.
2301
2302 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
2303
2304 PR bootstrap/87788
2305 PR d/87799
2306 * configure: Rebuild.
2307 * configure.ac: Disable D on systems where it is known not to work.
2308
2309 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
2310
2311 * Makefile.def (target_modules): Add libphobos.
2312 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2313 GDCFLAGS_FOR_TARGET.
2314 (dependencies): Make libphobos depend on libatomic, libbacktrace
2315 configure, and zlib configure.
2316 (language): Add language d.
2317 * Makefile.in: Rebuild.
2318 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2319 (HOST_EXPORTS): Add GDC.
2320 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2321 (BASE_TARGET_EXPORTS): Add GDC.
2322 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2323 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2324 (EXTRA_HOST_FLAGS): Add GDC.
2325 (STAGE1_FLAGS_TO_PASS): Add GDC.
2326 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2327 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2328 environment variables.
2329 * configure: Rebuild.
2330 * configure.ac: Add target-libphobos to target_libraries. Set and
2331 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2332
2333 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
2334
2335 * MAINTAINERS (Write After Approval): Add myself.
2336
2337 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
2338
2339 * MAINTAINERS (Write After Approval): Remove myself.
2340
2341 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
2342
2343 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2344
2345 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
2346
2347 * MAINTAINERS: Update my email address.
2348
2349 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
2350
2351 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2352 maintainer.
2353
2354 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
2355
2356 * MAINTAINERS (Write After Approval): Add self.
2357
2358 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
2359
2360 * MAINTAINERS (write after approval): Add myself.
2361
2362 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
2363
2364 * MAINTAINERS: Update my email address.
2365
2366 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
2367
2368 * MAINTAINERS (write after approval): Add myself.
2369
2370 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
2371
2372 * MAINTAINERS: Add self to global reviewers list.
2373
2374 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
2375
2376 MAINTAINERS: Add c-sky port maintainers.
2377
2378 2018-08-10 Martin Liska <mliska@suse.cz>
2379
2380 * MAINTAINERS: Revert change in previous commit and
2381 join lines.
2382
2383 2018-08-10 Martin Liska <mliska@suse.cz>
2384
2385 * MAINTAINERS: Remove extra line.
2386
2387 2018-08-06 Naveen H.S <naveenh@marvell.com>
2388
2389 * MAINTAINERS: Update my email address.
2390
2391 2018-07-19 DJ Delorie <dj@redhat.com>
2392
2393 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2394 as maintainer.
2395
2396 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
2397
2398 * MAINTAINERS: Adjust email address for me and my colleague Robin
2399 Dapp.
2400
2401 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
2402 Sunil K Pandey <sunil.k.pandey@intel.com>
2403
2404 PR target/84413
2405 * config/i386/i386.c (m_CORE_AVX512): New.
2406 (m_CORE_AVX2): Likewise.
2407 (m_CORE_ALL): Add m_CORE_AVX2.
2408 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2409 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2410 and remove the rest of m_SKYLAKE_AVX512.
2411
2412 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
2413
2414 * config.sub: Sync with upstream version 2018-07-03.
2415
2416 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
2417
2418 * config.guess: Sync with upstream version 2018-06-26.
2419 * config.sub: Sync with upstream version 2018-07-02.
2420
2421 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
2422
2423 * libtool.m4: Sort output of 'find' to enable deterministic builds.
2424 * ltmain.sh: Likewise.
2425
2426 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
2427
2428 * contrib/config-list.mk: Remove powerpc-linux_paired.
2429
2430 2018-06-29 Alexandre Oliva <oliva@adacore.com>
2431
2432 * configure.ac: Introduce support for @unless/@endunless.
2433 * Makefile.tpl (dep-kind): Rewrite with cond; return
2434 postbootstrap in some cases.
2435 (make-postboot-dep, postboot-targets): New.
2436 (dependencies): Do not output postbootstrap dependencies at
2437 first. Output non-target ones changed for configure to depend
2438 on stage_last @if gcc-bootstrap, and the original deps @unless
2439 gcc-bootstrap.
2440 * configure.in, Makefile.in: Rebuilt.
2441
2442 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
2443
2444 * MAINTAINERS (write after approval): Add myself.
2445
2446 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
2447
2448 * MAINTAINERS (write after approval): Add myself.
2449
2450 2018-06-19 Nick Clifton <nickc@redhat.com>
2451
2452 * zlib/configure.ac: Restore old behaviour of only enabling
2453 multilibs when a target subdirectory is defined. This allows
2454 building with srcdir == builddir.
2455 * zlib/configure: Regenerate.
2456
2457 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
2458
2459 * Makefile.def (fortran): Add check-target-libgomp-fortran.
2460 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2461 * Makefile.in: Regenerate.
2462
2463 2018-06-16 Ben Elliston <bje@gnu.org>
2464
2465 * config.guess: Import latest version.
2466 * config.sub: Likewise.
2467
2468 2018-06-08 Martin Liska <mliska@suse.cz>
2469
2470 * MAINTAINERS: Remove MPX-related entries.
2471 * Makefile.def: Remove libmpx support.
2472 * Makefile.in: Regenerate.
2473 * configure.ac: Remove removed files.
2474 * configure: Regenerate.
2475 * libmpx/ChangeLog: Remove.
2476 * libmpx/Makefile.am: Remove.
2477 * libmpx/Makefile.in: Remove.
2478 * libmpx/acinclude.m4: Remove.
2479 * libmpx/aclocal.m4: Remove.
2480 * libmpx/config.h.in: Remove.
2481 * libmpx/configure: Remove.
2482 * libmpx/configure.ac: Remove.
2483 * libmpx/configure.tgt: Remove.
2484 * libmpx/libmpx.spec.in: Remove.
2485 * libmpx/mpxrt/Makefile.am: Remove.
2486 * libmpx/mpxrt/Makefile.in: Remove.
2487 * libmpx/mpxrt/libmpx.map: Remove.
2488 * libmpx/mpxrt/libtool-version: Remove.
2489 * libmpx/mpxrt/mpxrt-utils.c: Remove.
2490 * libmpx/mpxrt/mpxrt-utils.h: Remove.
2491 * libmpx/mpxrt/mpxrt.c: Remove.
2492 * libmpx/mpxrt/mpxrt.h: Remove.
2493 * libmpx/mpxwrap/Makefile.am: Remove.
2494 * libmpx/mpxwrap/Makefile.in: Remove.
2495 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2496 * libmpx/mpxwrap/libtool-version: Remove.
2497 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2498
2499 2018-06-04 Martin Liska <mliska@suse.cz>
2500
2501 * MAINTAINERS: Add myself as gcov maintainer.
2502
2503 2018-06-04 Matthew Fortune <mfortune@gmail.com>
2504
2505 * MAINTAINERS: Update my email address.
2506
2507 2018-06-04 Tom de Vries <tdevries@suse.de>
2508
2509 * MAINTAINERS: Remove write-after-approval entries for component
2510 maintainers.
2511
2512 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2513
2514 * MAINTAINERS (write after approval): Add myself.
2515
2516 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
2517
2518 * MAINTAINERS: Update my email address.
2519
2520 2018-06-01 Tom de Vries <tdevries@suse.de>
2521
2522 * MAINTAINERS: Update my email address.
2523
2524 2018-05-22 Bin Cheng <bin.cheng@arm.com>
2525
2526 * MAINTAINERS (loop-optimizer): Add myself.
2527
2528 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
2529
2530 * configure.ac: Added "nfp" target.
2531 * configure: Regenerate.
2532
2533 2018-04-30 Richard Biener <rguenther@suse.de>
2534
2535 PR bootstrap/85571
2536 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2537 (STAGE3_TFLAGS): Likewise.
2538 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2539 (STAGEtrain_TFLAGS): Likewise.
2540 * Makefile.in: Regenerate.
2541
2542 2018-04-26 Richard Biener <rguenther@suse.de>
2543
2544 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2545 (STAGE2_CFLAGS): Likewise.
2546 (STAGE2_TFLAGS): Likewise.
2547 (STAGE3_CFLAGS): Add -fchecking.
2548 (STAGE3_TFLAGS): Likewise.
2549 (STAGEtrain_CFLAGS): Filter out -fchecking.
2550 (STAGEtrain_TFLAGS): Likewise.
2551 * Makefile.in: Re-generate.
2552
2553 2018-04-25 Catherine Moore <clm@codesourcery.com>
2554
2555 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2556
2557 2018-04-18 Paul Clarke <pc@us.ibm.com>
2558
2559 * MAINTAINERS (write after approval): Add myself.
2560
2561 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2562
2563 * MAINTAINERS: Update my email address.
2564
2565 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2566
2567 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2568
2569 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2570
2571 * MAINTAINERS: Update my email address and disambiguate myself
2572 a bit from Will Schmidt.
2573
2574 2018-03-21 Nathan Sidwell <nathan@acm.org>
2575
2576 * MAINTAINERS: Move maintainers of now-removed picochip and score
2577 ports to write after approval.
2578
2579 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2580
2581 * MAINTAINERS: Add entry for SVE maintainership.
2582
2583 2018-02-13 Maciej W. Rozycki <macro@mips.com>
2584
2585 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2586 * configure: Regenerate.
2587
2588 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2589
2590 * MAINTAINERS (write after approval): Add myself.
2591
2592 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2593
2594 * MAINTAINERS (write after approval): Add myself.
2595
2596 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2597
2598 * MAINTAINERS (write after approval): Add myself.
2599
2600 2018-01-03 Jakub Jelinek <jakub@redhat.com>
2601
2602 Update copyright years.
2603
2604 2018-01-03 Ben Elliston <bje@gnu.org>
2605
2606 * config.guess: Import latest version.
2607 * config.sub: Likewise.
2608
2609 2017-12-12 Stafford Horne <shorne@gmail.com>
2610
2611 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2612 * configure: Regenerate.
2613
2614 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
2615
2616 * MAINTAINERS (Write After Approval): Add myself.
2617
2618 2017-11-28 Julia Koval <julia.koval@intel.com>
2619 Sebastian Peryt <sebastian.peryt@intel.com>
2620
2621 * Makefile.def (target_modules): Remove libcilkrts.
2622 * Makefile.in: Ditto.
2623 * configure: Ditto.
2624 * configure.ac: Ditto.
2625
2626 2017-11-28 Julia Koval <julia.koval@intel.com>
2627
2628 * MAINTAINERS (Write After Approval): Add myself.
2629
2630 2017-11-22 Sudakshina Das <sudi.das@arm.com>
2631
2632 * MAINTAINERS (Write After Approval): Add myself.
2633
2634 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
2635
2636 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2637 Use my SiFive email address.
2638
2639 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2640
2641 * MAINTAINERS (write after approval): Add myself.
2642
2643 2017-10-27 Martin Liska <mliska@suse.cz>
2644
2645 * Makefile.tpl: Use proper name of folder as it was renamed
2646 during transition to 4 stages.
2647 * Makefile.in: Regenerate.
2648
2649 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2650
2651 * MAINTAINERS (write after approval): Add myself.
2652
2653 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2654
2655 * MAINTAINERS: Add a note that maintainership also includes web
2656 pages, docs, and testsuite related to that area.
2657
2658 2017-09-25 Tom de Vries <tom@codesourcery.com>
2659
2660 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2661
2662 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2663
2664 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2665
2666 2017-09-15 Nathan Sidwell <nathan@acm.org>
2667
2668 * MAINTAINERS: Remove myself as a vxworks maintainer.
2669
2670 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2671
2672 * MAINTAINERS: Remove email address of Jim Norris.
2673
2674 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2675
2676 * MAINTAINERS (Reviewers): Move myself from here...
2677 (CPU Port Maintainers): ... to here.
2678
2679 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2680
2681 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2682
2683 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2684
2685 * MAINTAINERS (write after approval): Add myself.
2686
2687 2017-07-28 Tony Reix <tony.reix@atos.net>
2688
2689 * configure.ac (target-libffi): Don't disable for AIX.
2690 (go): Don't add to unsupported_languages on AIX.
2691 (target-libgo): Don't disable for AIX.
2692 * configure: Regenerate.
2693
2694 2017-07-19 Yury Gribov <tetra2005@gmail.com>
2695
2696 * MAINTAINERS: Add myself.
2697
2698 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2699
2700 * MAINTAINERS: Update my email address.
2701
2702 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
2703
2704 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2705 arm-specific auto-generated header files.
2706
2707 2017-07-03 Nathan Sidwell <nathan@acm.org>
2708
2709 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2710 * configure: Rebuilt.
2711
2712 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2713
2714 * MAINTAINERS: Readd myself for c6x.
2715
2716 2017-06-28 Martin Liska <mliska@suse.cz>
2717
2718 PR bootstrap/81217
2719 * Makefile.def: Remove superfluous bootstrap_target from
2720 bootstrap_stage.
2721 * Makefile.in: Re-generate the file.
2722
2723 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2724
2725 * MAINTAINERS: Add myself to Write After Approval
2726
2727 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
2728
2729 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2730
2731 2017-06-19 Martin Liska <mliska@suse.cz>
2732
2733 * Makefile.def: Define 4 stages PGO bootstrap.
2734 * Makefile.tpl: Define FLAGS.
2735 * Makefile.in: Regenerate.
2736
2737 2017-06-14 Ian Lance Taylor <iant@golang.org>
2738
2739 * Makefile.def: Add check-gotools to go check targets.
2740 * Makefile.in: Rebuild.
2741
2742 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2743
2744 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2745
2746 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2747
2748 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2749 * configure: Regenerate.
2750
2751 2017-05-31 Martin Liska <mliska@suse.cz>
2752
2753 * configure.ac: Add handling of stage2_werror_flags to
2754 action-if-given and to action-if-not-given.
2755 * configure: Regenerate.
2756
2757 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2758
2759 * MAINTAINERS: Add self to Write After Approval
2760
2761 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2762
2763 * MAINTAINERS: Update my email address, and remove myself as
2764 maintainer in some areas.
2765
2766 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2767
2768 * MAINTAINERS: Add self to Write After Approval
2769
2770 2017-05-25 Nathan Sidwell <nathan@acm.org>
2771
2772 * configure.ac: Add --enable-languages=default to mean default and
2773 make --enable-languages=all mean all supported languages.
2774 * configure: Regenerated.
2775
2776 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2777
2778 * config.gcc (powerpc*-*-*spe*): New.
2779 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2780 (powerpc-*-rtems*spe*): New.
2781 (powerpc*-*-linux*spe*): New.
2782 (powerpc-wrs-vxworksspe): New.
2783 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2784 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2785 * config.host (powerpc*-*-*spe*): New.
2786
2787 2017-05-19 Martin Liska <mliska@suse.cz>
2788
2789 * configure.ac: Add --enable-werror-always just for
2790 bootstrap-debug (or none build config) and do not add it
2791 when we are on a release branch.
2792 * configure: Regenerated.
2793
2794 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2795
2796 * MAINTAINERS: Add self to Write After Approval
2797
2798 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2799
2800 * MAINTAINERS: Move myself to Write After Approval section.
2801
2802 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2803
2804 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2805 ACCH registers.
2806 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2807 available.
2808 (umulsidi3): Likewise.
2809 (mulsidi3_700): Disable this pattern when we have advanced mpy
2810 instructions.
2811 (umulsidi3_700): Likewise.
2812 (maddsidi4): New pattern.
2813 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2814 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2815 (mpydu_imm_arcv2hs): Likewise.
2816 * config/arc/predicates.md (accl_operand): New predicate.
2817
2818 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2819 Andrew Burgess <andrew.burgess@embecosm.com>
2820
2821 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2822 case.
2823 (ARC_AUTOFP_IRQ_P): Likewise.
2824 (ARC_AUTO_IRQ_P): Likewise.
2825 (rgf_banked_register_count): New variable.
2826 (parse_mrgf_banked_regs_option): New function.
2827 (arc_override_options): Handle rgf_banked_regs option.
2828 (arc_handle_interrupt_attribute): Add firq option.
2829 (arc_compute_function_type): Return fast irq type when required.
2830 (arc_must_save_register): Handle fast interrupts.
2831 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2832 (arc_return_address_regs): Update.
2833 * config/arc/arc.h (arc_return_address_regs): Update.
2834 (arc_function_type): Add fast interrupt type.
2835 (ARC_INTERRUPT_P): Update.
2836 (RC_FAST_INTERRUPT_P): Define.
2837 * config/arc/arc.md (simple_return): Update for fast interrupts.
2838 (p_return_i): Likewise.
2839 * config/arc/arc.opt (mrgf-banked-regs): New option.
2840 * doc/invoke.texi (mrgf-banked-regs): Document.
2841
2842 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2843
2844 * config/arc/arc.c (irq_ctrl_saved): New variable.
2845 (ARC_AUTOBLINK_IRQ_P): Define.
2846 (ARC_AUTOFP_IRQ_P): Likewise.
2847 (ARC_AUTO_IRQ_P): Likewise.
2848 (irq_range): New function.
2849 (arc_must_save_register): Likewise.
2850 (arc_must_save_return_addr): Likewise.
2851 (arc_dwarf_emit_irq_save_regs): Likewise.
2852 (arc_override_options): Handle deferred options.
2853 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2854 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2855 arc_must_save_return_addr.
2856 (arc_compute_frame_size): Handle automated save and restore of
2857 registers.
2858 (arc_expand_prologue): Likewise.
2859 (arc_expand_epilogue): Likewise.
2860 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2861 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2862 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2863
2864 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2865 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2866
2867 PR bootstrap/77661
2868 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2869 in-tree build MPC.
2870 * Makefile.in: Regenerate.
2871
2872 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2873
2874 * configure.ac: Enable LTO by default on darwin >= 9.
2875 * configure: Regenerate.
2876
2877 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2878
2879 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2880 and Andrew Waterman as the RISC-V maintainers.
2881
2882 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2883
2884 * MAINTAINERS: Add self to Write After Approval
2885
2886 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2887
2888 * config.guess: Import latest from upstream.
2889
2890 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2891
2892 * MAINTAINERS (Write After Approval): Remove entries that are
2893 already covered under Reviewers.
2894
2895 2017-03-08 Mark Wielaard <mark@klomp.org>
2896
2897 PR demangler/70909
2898 PR demangler/67264
2899 * include/demangle.h: Add d_printing to struct demangle_component
2900 and pass struct demangle_component as non const.
2901
2902 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2903
2904 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2905
2906 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2907
2908 * Makefile.tpl: Remove HOST_ISLVER.
2909 (HOST_EXPORTS): Remove ISLVER.
2910 * Makefile.in: Regenerate.
2911
2912 2017-02-13 Richard Biener <rguenther@suse.de>
2913
2914 * configure: Re-generate.
2915
2916 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2917
2918 * MAINTAINERS: Adjust bug reporting URL.
2919
2920 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2921
2922 * MAINTAINERS (Write After Approval): Remove redundant entry
2923 for Andrew Burgess.
2924
2925 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
2926
2927 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2928 32-bit hppa*-*-hpux*.
2929 * configure: Regenerate.
2930
2931 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2932
2933 * configure.ac: Moved the white list of enabling BRIG FE to
2934 libhsail-rt/configure.tgt.
2935 * configure: Regenerated.
2936 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2937
2938 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
2939 Martin Jambor <mjambor@suse.cz>
2940
2941 * Makefile.def (target_modules): Added libhsail-rt.
2942 (languages): Added language brig.
2943 * Makefile.in: Regenerated.
2944 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2945 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2946 * configure: Regenerated.
2947
2948 2017-01-17 Jakub Jelinek <jakub@redhat.com>
2949
2950 PR other/79046
2951 * configure: Regenerated.
2952
2953 2017-01-04 Alan Modra <amodra@gmail.com>
2954
2955 * configure: Regenerate.
2956
2957 2016-12-29 Ben Elliston <bje@gnu.org>
2958
2959 * config.sub: Import latest version.
2960
2961 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2962
2963 * MAINTAINERS (Write After Approval): Add myself.
2964
2965 2016-12-21 Jakub Jelinek <jakub@redhat.com>
2966
2967 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2968 includes bootstrap-mpx.
2969 * configure: Regenerated.
2970
2971 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2972
2973 * MAINTAINERS (Write After Approval): Add myself.
2974
2975 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2976
2977 * configure: Regenerate.
2978
2979 2016-12-01 Matthias Klose <doko@ubuntu.com>
2980
2981 * configure.ac: Don't use pkg-config to check for bdw-gc.
2982 * configure: Regenerate.
2983
2984 2016-11-30 Matthias Klose <doko@ubuntu.com>
2985
2986 * Makefile.def: Remove reference to boehm-gc target module.
2987 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2988 options and for the bdw-gc pkg-config module.
2989 * configure: Regenerate.
2990 * Makefile.in: Regenerate.
2991
2992 2016-11-28 Nathan Sidwell <nathan@acm.org>
2993
2994 * MAINTAINERS (nvptx): Remove self.
2995
2996 2016-11-25 Ben Elliston <bje@gnu.org>
2997
2998 * config.guess: Import latest version.
2999 * config.sub: Likewise.
3000
3001 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
3002
3003 * MAINTAINERS (Write After Approval): Add myself.
3004
3005 2016-11-15 Matthias Klose <doko@ubuntu.com>
3006
3007 * Makefile.def: Remove references to GCJ.
3008 * Makefile.tpl: Likewise.
3009 * Makefile.in: Regenerate.
3010
3011 2016-11-15 Matthias Klose <doko@ubuntu.com>
3012
3013 * config-ml.in: Remove references to GCJ.
3014 * configure.ac: Likewise.
3015 * configure: Regenerate.
3016
3017 2016-11-01 Josh Conner <joshconner@google.com>
3018
3019 * MAINTAINERS (Write After Approval): Update email address,
3020
3021 2016-10-27 Carl Love <cel@us.ibm.com>
3022
3023 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
3024 Approval list to make it alphabetical.
3025
3026 2016-10-27 Carl Love <cel@us.ibm.com>
3027
3028 * MAINTAINERS (Write After Approval): Add myself.
3029
3030 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
3031
3032 * MAINTAINERS (Reviewers): Add myself.
3033 (Write After Approval): Add myself.
3034
3035 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
3036 Ulrich Weigand <uweigand@de.ibm.com>
3037
3038 * MAINTAINERS: Update email address.
3039
3040 2016-10-10 Nathan Sidwell <nathan@acm.org>
3041
3042 * MAINTAINERS: Update email address.
3043
3044 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
3045
3046 * configure.ac: Add aarch64-*-freebsd*.
3047 * configure: Regenerate.
3048
3049 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
3050
3051 * MAINTAINERS: Update email address after it got reverted.
3052
3053 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3054
3055 * configure.ac (target_libraries): Readd target-boehm-gc.
3056 Restore --enable-objc-gc handling.
3057 * configure: Regenerate.
3058
3059 2015-10-03 Jeff Law <law@redhat.com>
3060
3061 * MAINTAINERS: Move several inactive maintainers to the
3062 write-after-approval section.
3063
3064 2016-09-30 Jakub Jelinek <jakub@redhat.com>
3065
3066 * configure.ac: Add target-libffi to target_libraries.
3067 Readd libgcj target disablings, modified to only target-libffi.
3068 Readd target addition of go to unsupported languages.
3069 * configure: Regenerated.
3070
3071 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
3072
3073 * MAINTAINERS: Update email address.
3074
3075 2016-09-30 Andrew Haley <aph@redhat.com>
3076
3077 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
3078 write-after approval. Remove Tom Tromey and Bryce McKinlay from
3079 libgcj.
3080
3081 2016-09-30 Andrew Haley <aph@redhat.com>
3082
3083 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
3084 write-after approval after GCJ deletion.
3085
3086 2016-09-30 Andrew Haley <aph@redhat.com>
3087
3088 * Makefile.def: Remove libjava.
3089 * Makefile.tpl: Likewise.
3090 * Makefile.in: Regenerate.
3091 * configure.ac: Likewise.
3092 * configure: Likewise.
3093 * gcc/java: Remove.
3094 * libjava: Likewise.
3095
3096 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
3097
3098 * MAINTAINERS (Reviewers): Add myself.
3099
3100 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
3101
3102 * configure.ac: Disable "sim" directory for arc*-*-*.
3103 * configure: Regenerated.
3104
3105 2016-09-23 Tamar Christina <tamar.christina@arm.com>
3106
3107 * MAINTAINERS (Write After Approval): Add myself.
3108
3109 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
3110
3111 * configure.ac: Check for the minimum in-tree MPFR version
3112 handled.
3113 * configure: Regenerate.
3114
3115 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
3116
3117 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
3118 * configure: Regenerated.
3119
3120 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
3121
3122 * MAINTAINERS (Write After Approval): Add myself.
3123
3124 2016-06-23 Andi Kleen <ak@linux.intel.com>
3125
3126 * Makefile.def: Add autoprofiledbootstrap.
3127 * Makefile.tpl: Dito.
3128 * Makefile.in: Regenerate.
3129
3130 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
3131
3132 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
3133 * configure: Regenerate.
3134
3135 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3136
3137 * configure: Regenerate.
3138 * configure.ac: Remove support for avr-rtems.
3139
3140 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
3141
3142 * MAINTAINERS (Write After Approval): Add myself.
3143
3144 2016-06-16 Michael Collison <michael.collison@arm.com>
3145
3146 * MAINTAINERS (Write After Approval): Add myself.
3147
3148 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
3149
3150 * MAINTAINERS (Write After Approval): Update e-mail address.
3151
3152 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
3153
3154 * MAINTAINERS (Write After Approval): Add myself.
3155
3156 2016-05-28 Alan Modra <amodra@gmail.com>
3157
3158 * Makefile.tpl (configure): Depend on m4 files included.
3159 * Makefile.in: Regenerate.
3160
3161 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
3162
3163 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3164 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3165
3166 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
3167
3168 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3169 special case builtin.
3170 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3171 support for ALTIVEC_BUILTIN_VEC_ADDEC.
3172 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3173 for __builtin_vec_addec.
3174
3175 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
3176
3177 * config.guess: Import version 2016-04-02 (newest).
3178 * config.sub: Import version 2016-05-10 (newest).
3179
3180 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
3181
3182 * configure.ac: Add ARC support to libgloss.
3183 * configure: Regenerate
3184
3185 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
3186
3187 * MAINTAINERS (Write After Approval): Add myself.
3188
3189 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
3190
3191 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3192 * configure: Regenerated.
3193 * Makefile.def (gmp): Explicitly disable assembler.
3194 (mpfr): Adjust lib_path.
3195 (mpc): Likewise.
3196 * Makefile.in: Regenerated.
3197
3198 2016-05-01 Jakub Jelinek <jakub@redhat.com>
3199
3200 PR bootstrap/70704
3201 * configure.ac (--enable-stage1-checking): Add missing
3202 --enable-checking=.
3203 * configure: Regenerated.
3204
3205 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
3206
3207 * config.guess: Revert r235676.
3208 * config.sub: Revert r235676.
3209
3210 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
3211
3212 * config.guess: Remove SH5 support.
3213 * config.sub: Likewise.
3214 * configure: Likewise.
3215 * configure.ac: Likewise.
3216
3217 2016-04-26 Jakub Jelinek <jakub@redhat.com>
3218
3219 PR bootstrap/70704
3220 * configure.ac (--enable-stage1-checking): For --disable-checking or
3221 implicit --enable-checking, make sure extra flag matches in between
3222 stage1 and later checking.
3223 * configure: Regenerated.
3224
3225 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3226
3227 * .gitattributes: New file.
3228
3229 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
3230
3231 * MAINTAINERS (rs6000/powerpc port): Add myself.
3232
3233 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
3234
3235 PR bootstrap/70173
3236 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3237 and gotools directories. Delete the stage_final file.
3238 * Makefile.in: Regenerate.
3239
3240 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
3241
3242 * MAINTAINERS (Write After Approval): Add myself.
3243
3244 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
3245
3246 * MAINTAINERS (Fortran maintainer): Remove myself.
3247
3248 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
3249
3250 * MAINTAINERS (Write After Approval): Add myself.
3251
3252 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
3253
3254 * MAINTAINERS (Write After Approval): Add myself.
3255
3256 2016-03-17 Cary Coutant <ccoutant@gmail.com>
3257
3258 Sync with binutils-gdb:
3259
3260 2016-03-17 Cary Coutant <ccoutant@gmail.com>
3261
3262 * configure.ac: Add mips and s390 to the gold target check.
3263 * configure: Regenerate.
3264
3265 2016-03-01 DJ Delorie <dj@redhat.com>
3266
3267 * MAINTAINERS (mep): Remove myself as MeP maintainer.
3268
3269 2016-02-22 David Malcolm <dmalcolm@redhat.com>
3270
3271 * MAINTAINERS (libcpp): Add myself.
3272 (diagnostic messages): Likewise.
3273
3274 2016-02-20 Tom de Vries <tom@codesourcery.com>
3275
3276 * MAINTAINERS: Fix whitespace.
3277
3278 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
3279
3280 * MAINTAINERS (Write After Approval): Add myself.
3281
3282 2016-01-29 Sebastian Pop <s.pop@samsung.com>
3283
3284 * config/isl.m4: Add comments about isl-0.16.
3285 * configure: Regenerate.
3286
3287 2016-01-29 Martin Jambor <mjambor@suse.cz>
3288
3289 * MAINTAINERS (hsa maintainers): Add myself.
3290
3291 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
3292
3293 * MAINTAINERS: (Write After Approval): Add myself.
3294
3295 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
3296 Sebastian Pop <s.pop@samsung.com>
3297
3298 * Makefile.in: Regenerate.
3299 * Makefile.tpl: Export ISLVER.
3300 * configure: Regenerate.
3301 * config/isl.m4: Detect isl-0.15.
3302
3303 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
3304
3305 PR bootstrap/69329
3306 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3307 * Makefile.in: Regenerate.
3308
3309 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
3310
3311 * configure.ac: Enable LTO for DJGPP
3312 * configure: Regenerate
3313
3314 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
3315
3316 Sync with binutils-gdb:
3317 2015-10-21 Nick Clifton <nickc@redhat.com>
3318
3319 PR gas/19109
3320 * configure.ac: Note the 'none' is an acceptable argument to
3321 --enable-compressed-debug-sections.
3322 * configure: Regenerate.
3323
3324 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
3325
3326 PR bootstrap/69134
3327 * Makefile.def (mpfr): Disable assembler.
3328 * Makefile.in: Regenerate.
3329
3330 2016-01-01 Ben Elliston <bje@gnu.org>
3331
3332 * config.guess: Import version 2016-01-01.
3333 * config.sub: Likewise.
3334
3335 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
3336
3337 * MAINTAINERS (Write After Approval): Add myself.
3338
3339 2015-12-17 Sebastian Pop <s.pop@samsung.com>
3340
3341 * Makefile.in: Replace ISL with isl.
3342 * Makefile.tpl: Same.
3343 * config/isl.m4: Same.
3344 * configure.ac: Same.
3345 * contrib/download_prerequisites: Same.
3346 * configure: Regenerate.
3347
3348 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
3349
3350 * MAINTAINERS (Write After Approval): Add Myself.
3351
3352 2015-12-17 Nathan Sidwell <nathan@acm.org>
3353
3354 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3355 * configure: Regenerate.
3356
3357 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
3358 Sebastian Pop <s.pop@samsung.com>
3359
3360 * config/isl.m4 (ISL_CHECK_VERSION): Check for
3361 isl_ctx_get_max_operations.
3362 * configure: Regenerate.
3363
3364 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
3365
3366 * MAINTAINERS (Write After Approval): Add myself.
3367
3368 2015-12-02 Ian Lance Taylor <iant@google.com>
3369
3370 PR go/66147
3371 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3372 * Makefile.in: Regenerate.
3373
3374 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
3375
3376 PR libffi/65726
3377 * Makefile.def (lang_env_dependencies): Make libffi depend
3378 on cxx.
3379 * Makefile.in: Regenerate.
3380
3381 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
3382
3383 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3384 symbols.
3385
3386 2015-11-20 Tristan Gingold <gingold@adacore.com>
3387
3388 Sync with binutils-gdb:
3389 2015-11-20 Tristan Gingold <gingold@adacore.com>
3390
3391 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3392 * configure: Regenerate.
3393
3394 2015-11-19 Martin Liska <mliska@suse.cz>
3395
3396 * .gitignore: Add .clang-format to ignored files.
3397 * Makefile.in: Add clang-format.
3398 * Makefile.tpl: Likewise.
3399
3400 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
3401
3402 * configure.ac: Enable libmpx by default.
3403 * configure: Regenerated.
3404
3405 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
3406
3407 * MAINTAINERS: Update email address.
3408
3409 2015-10-23 Paulo Matos <pmatos@linki.tools>
3410
3411 * MAINTAINERS: Update email address.
3412
3413 2015-10-23 Alan Hayward <alan.hayward@arm.com>
3414
3415 * MAINTAINERS (Write After Approval): Add myself.
3416
3417 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
3418
3419 Sync with binutils-gdb:
3420 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
3421
3422 PR gas/19109
3423 * configure.ac: Add
3424 --enable-compressed-debug-sections={all,gas,gold,ld}.
3425 * configure: Regenerated.
3426
3427 2015-10-16 Arnaud Charlet <charlet@adacore.com>
3428
3429 * MAINTAINERS: Update list of Ada maintainers and email addresses.
3430
3431 2015-10-09 Martin Liska <mliska@suse.cz>
3432
3433 * MAINTAINERS (Write After Approval): Add myself.
3434
3435 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
3436
3437 * MAINTAINERS (Write After Approval): Add myself.
3438
3439 2015-10-02 Florian Weimer <fweimer@redhat.com>
3440
3441 * MAINTAINERS: Update email address.
3442
3443 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
3444
3445 * MAINTAINERS (Write After Approval): Add myself.
3446
3447 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
3448
3449 * MAINTAINERS: Update email.
3450
3451 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
3452
3453 * MAINTAINERS: Update my email address.
3454
3455 2015-09-01 James Bowman <james.bowman@ftdichip.com>
3456
3457 * MAINTAINERS (ft32 port): Add myself.
3458
3459 2015-08-28 David Sherwood <david.sherwood@arm.com>
3460
3461 * MAINTAINERS: Add myself.
3462
3463 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
3464
3465 * MAINTAINERS (Write After Approval): Add myself.
3466
3467 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3468
3469 PR libfortran/54572
3470 * Makefile.def: Make libgfortran depend on libbacktrace.
3471 * Makefile.in: Regenerate.
3472
3473 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
3474
3475 * MAINTAINERS (Write After Approval): Add myself.
3476
3477 2015-08-12 Tom de Vries <tom@codesourcery.com>
3478
3479 PR other/67092
3480 * configure.ac: Remove --with_host_libstdcxx support.
3481 * configure: Regenerate.
3482
3483 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
3484 Jakub Jelinek <jakub@redhat.com>
3485
3486 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3487 nvptx*-*-*.
3488 * configure: Regenerate.
3489
3490 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
3491
3492 * Makefile.def (libiconv): Define bootstrap=true.
3493 Mark pdf/html/info as missing.
3494 (configure-gcc): Depend on all-libiconv.
3495 (all-gcc): Ditto.
3496 (configure-libcpp): Ditto.
3497 (all-libcpp): Ditto.
3498 (configure-intl): Ditto.
3499 (all-intl): Ditto.
3500 * Makefile.in: Regenerate.
3501
3502 2015-08-03 Bin Cheng <bin.cheng@arm.com>
3503
3504 * MAINTAINERS (loop ivopts): Add the entry and myself.
3505
3506 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
3507
3508 * MAINTAINERS (nvptx): Add self.
3509
3510 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
3511
3512 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3513 128-bit vector modes.
3514
3515 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
3516
3517 * MAINTAINERS (Write After Approval): Add myself.
3518
3519 2015-07-28 Ben Elliston <bje@gnu.org>
3520
3521 * config.sub, config.guess: Import from upstream.
3522
3523 2015-07-24 Michael Darling <darlingm@gmail.com>
3524
3525 PR other/66259
3526 * config-ml.in: Reflects renaming of configure.in to configure.ac
3527 * configure: Likewise
3528 * configure.ac: Likewise
3529
3530 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3531
3532 * MAINTAINERS: Update my email address.
3533
3534 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3535
3536 Sync with binutils-gdb:
3537 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3538
3539 * configure.ac (target_configdirs): Exclude target-zlib if
3540 target-libjava isn't built.
3541 * configure: Regenerated.
3542
3543 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3544
3545 Sync with binutils-gdb:
3546 2015-05-13 John David Anglin <dave.anglin@bell.net>
3547
3548 * configure.ac: Disable configuration of GDB for HPUX targets.
3549 * configure: Regenerate.
3550
3551 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3552
3553 * configure.ac: Add --with-system-zlib.
3554 * configure: Regenerated.
3555
3556 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3557
3558 * configure.ac: Add FT32 support.
3559 * configure: Regenerate.
3560
3561 2015-01-12 Anthony Green <green@moxielogic.com>
3562
3563 * configure.ac: Don't disable gprof for moxie.
3564 * configure: Rebuild.
3565
3566 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3567
3568 Sync with binutils-gdb:
3569 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3570
3571 PR ld/18355
3572 * Makefile.def: Add extra_configure_flags to host zlib.
3573 * configure.ac (extra_host_zlib_configure_flags): New. Set
3574 to --enable-host-shared When bfd is to be built as shared
3575 library. AC_SUBST.
3576 * Makefile.in: Regenerated.
3577
3578 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3579
3580 Sync with src:
3581 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3582 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3583 * Makefile.in: Regenerated.
3584
3585 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3586
3587 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3588 target.
3589 * configure: Regenerate.
3590
3591 2015-06-23 Ludovic Courtès <ludo@gnu.org>
3592
3593 * MAINTAINERS (Write After Approval): Add myself.
3594
3595 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3596
3597 * MAINTAINERS (OS Port Maintainers): Add myself.
3598 (Various Maintainers): Remove myself from libffi testsuite.
3599
3600 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3601
3602 * MAINTAINERS (gen* on machine desc): Add self.
3603
3604 2015-06-02 Jason Merrill <jason@redhat.com>
3605
3606 PR bootstrap/66319
3607 * configure.ac: Use -std=gnu++98.
3608
3609 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3610
3611 * MAINTAINERS (Write After Approval): Add myself.
3612
3613 2015-05-28 Mike Frysinger <vapier@gentoo.org>
3614
3615 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3616 * configure: Regenerate.
3617
3618 2015-05-26 Jason Merrill <jason@redhat.com>
3619
3620 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3621 * configure: Regenerate.
3622
3623 2015-05-16 James Bowman <james.bowman@ftdichip.com>
3624
3625 * configure.ac: FT32 target added.
3626 * configure: Regenerated.
3627
3628 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3629
3630 * MAINTAINERS (Write After Approval): Add myself.
3631
3632 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
3633
3634 * MAINTAINERS (Write After Approval): Add myself.
3635
3636 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
3637
3638 * configure.ac: Fix typo.
3639 * configure: Regenerate.
3640
3641 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3642
3643 * MAINTAINERS (Write After Approval): Add myself.
3644
3645 2015-05-03 Matthias Klose <doko@ubuntu.com>
3646
3647 * configure.ac: Match $host configured with triplets.
3648 * configure: Regenerate.
3649
3650 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3651
3652 * Makefile.tpl: Remove surplus whitespace throughout.
3653 * Makefile.in: Regenerate.
3654
3655 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3656
3657 * MAINTAINERS (Various Maintainers): Add myself as instruction
3658 combiner maintainer.
3659
3660 2015-04-17 Jakub Jelinek <jakub@redhat.com>
3661
3662 PR bootstrap/62077
3663 * configure.ac (--enable-stage1-checking): Default to
3664 release,misc,gimple,rtlflag,tree,types if --disable-checking
3665 or --enable-checking is not specified and DEV-PHASE is not
3666 experimental.
3667 * configure: Regenerated.
3668
3669 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3670
3671 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3672 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3673 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3674 * Makefile.in: Regenerate.
3675
3676 2015-04-08 Cary Coutant <ccoutant@gmail.com>
3677
3678 * MAINTAINERS: Update my email address.
3679
3680 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3681
3682 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3683
3684 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3685
3686 * MAINTAINERS: Add myself as an arm port reviewer.
3687
3688 2015-03-25 Martin Liska <mliska@suse.cz>
3689 Yury Gribov <y.gribov@samsung.com>
3690
3691 * Makefile.in: Fix ln source location for vimrc file.
3692 * Makefile.tpl: Likewise.
3693
3694 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
3695
3696 PR bootstrap/25672
3697 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3698 cross-compiling. Similarly for CXX_FOR_TARGET.
3699 * configure: Regenerate.
3700
3701 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3702
3703 * Makefile.def: Add libmpx.
3704 * configure.ac: Add libmpx.
3705 * Makefile.in: Regenerate.
3706 * configure: Regenerate.
3707
3708 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3709
3710 * MAINTAINERS (CPU Port Maintainers): Add myself
3711 i386 vector ISA extns mantainer.
3712
3713 2015-03-13 Jeff Law <law@redhat.com>
3714
3715 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3716 maintainer.
3717 Remove Richard Henderson as a maintainer for the x86 port.
3718
3719 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
3720
3721 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3722
3723 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3724
3725 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3726 pointer bounds checker and i386 MPX maintainer.
3727
3728 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3729
3730 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3731
3732 2015-02-26 Martin Sebor <msebor@redhat.com>
3733
3734 * MAINTAINERS (Various Maintainers): Add self.
3735
3736 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3737
3738 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3739 Make sure it contains lto.
3740 * configure: Regenerate.
3741
3742 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3743
3744 * configure: Regenerate.
3745
3746 2015-02-06 Diego Novillo <dnovillo@google.com>
3747 1
3748 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3749 middle-end, docstring): Remove myself.
3750 (Write After Approval): Add myself.
3751
3752 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3753
3754 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3755 (Write After Approval): Update address.
3756
3757 2015-01-29 David Malcolm <dmalcolm@redhat.com>
3758
3759 PR jit/64780
3760 * configure.ac: Require the user to explicitly specify
3761 --enable-host-shared if the jit is enabled.
3762 * configure: Regenerate.
3763
3764 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3765
3766 * MAINTAINERS (Write After Approval): Add myself.
3767
3768 2015-01-25 Tom de Vries <tom@codesourcery.com>
3769
3770 * MAINTAINERS: Make whitespace consistent.
3771
3772 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
3773
3774 * MAINTAINERS (Write After Approval): Add myself.
3775
3776 2015-01-20 Andre Vehreschild <vehre@gmx.de>
3777
3778 * MAINTAINERS: (Write After Approval): Add myself.
3779
3780 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3781
3782 * MAINTAINERS: (Write After Approval): Add myself.
3783
3784 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3785
3786 * MAINTAINERS: (Write After Approval): Add myself.
3787
3788 2015-01-13 Iain Sandoe <iain@codesourcery.com>
3789
3790 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3791 objective-c/c++ front end maintainer.
3792
3793 2015-01-13 Marek Polacek <polacek@redhat.com>
3794
3795 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3796
3797 2015-01-12 Jeff Law <law@redhat.com>
3798
3799 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3800 a very long time.
3801
3802 2015-01-09 Ian Lance Taylor <iant@google.com>
3803
3804 * configure.ac (host_tools): Add gotools.
3805 * Makefile.def (host_modules): Add gotools.
3806 (dependencies): Add dependency of all-gotools on all-target-libgo.
3807
3808 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3809
3810 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3811 * configure: Regenerate.
3812
3813 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3814
3815 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3816 all-target-libgomp.
3817 * Makefile.in: Regenerate.
3818
3819 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3820
3821 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3822
3823 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3824
3825 * configure.ac: Add Visium support.
3826 * configure: Regenerate.
3827
3828 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3829
3830 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3831 * configure: Regenerate.
3832
3833 2015-01-03 Andrew Pinski <apinski@cavium.com>
3834
3835 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3836 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3837 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3838 (OBJCOPY_FOR_TARGET): New variable.
3839 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3840 * Makefile.in: Regenerate.
3841 * configure.ac: Check for already installed target objcopy.
3842 Also GCC_TARGET_TOOL on objcopy.
3843 * configure: Regenerate.
3844
3845 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3846
3847 * config.sub: Update from upstream, to 2015-01-01 version.
3848 * config.guess: Ditto.
3849
3850 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3851
3852 * MAINTAINERS (RTEMS Ports): Add myself.
3853
3854 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3855
3856 * MAINTAINERS (Write After Approval): Add myself.
3857
3858 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3859
3860 * MAINTAINERS (Write After Approval): Add myself.
3861
3862 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3863
3864 * configure.ac (--enable-as-accelerator-for): Don't set
3865 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3866 * configure: Regenerate.
3867
3868 2014-12-13 Jakub Jelinek <jakub@redhat.com>
3869
3870 PR bootstrap/64023
3871 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3872 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3873 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3874 to CXX.
3875 * Makefile.in: Regenerated.
3876
3877 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3878 Yury Gribov <y.gribov@samsung.com>
3879
3880 * .gitignore: Added .local.vimrc and .lvimrc.
3881 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3882 * Makefile.in: Regenerate.
3883
3884 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3885
3886 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3887 * configure: Regenerated.
3888
3889 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3890
3891 * MAINTAINERS (nvptx port): New entry.
3892
3893 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3894
3895 * configure: Regenerate.
3896
3897 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3898
3899 * configure.ac: Merge with Binutils.
3900
3901 2014-11-26 Tobias Burnus <burnus@net-b.de>
3902
3903 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3904 * Makefile.in: Regenerate.
3905
3906 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3907
3908 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3909 missing flex.
3910 * Makefile.in: Regenerated.
3911
3912 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3913
3914 * Makefile.in: Regenerate.
3915
3916 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3917
3918 PR bootstrap/63784
3919 * libtool.m4: Add $pic_flag with -shared.
3920
3921 2014-11-21 Renlin Li <Renlin.Li@arm.com>
3922
3923 * MAINTAINERS (Write After Approval): Added myself.
3924
3925 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3926
3927 * MAINTAINERS (write-after-approval): Add myself.
3928
3929 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3930
3931 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3932 from 2 years ago.
3933
3934 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3935
3936 Revert:
3937 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3938
3939 * MAINTAINERS (Write After Approval): Added myself as line map
3940 maintainer.
3941
3942 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3943
3944 Revert:
3945 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3946
3947 * MAINTAINERS (Write After Approval): Added myself.
3948
3949 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3950
3951 * MAINTAINERS (Write After Approval): Added myself.
3952
3953 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3954
3955 * MAINTAINERS (Write After Approval): Added myself as line map
3956 maintainer.
3957
3958 2014-11-17 Dodji Seketeli <dodji@redhat.com>
3959
3960 * MAINTAINERS (Various Maintainers): Added myself as line map
3961 maintainer.
3962
3963 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3964
3965 * move-if-change: Sync from upstream gnulib.
3966
3967 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3968
3969 * compile: Sync with upstream Automake.
3970 * depcomp: Ditto.
3971 * install-sh: Ditto.
3972 * missing: Ditto.
3973 * mkinstalldirs: Ditto.
3974 * ylwrap: Ditto.
3975
3976 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3977
3978 * config.sub: Update from upstream config repo.
3979 * config.guess: Ditto.
3980
3981 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3982
3983 * Makefile.def: Add liboffloadmic to target_modules. Make
3984 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3985 * Makefile.in: Regenerate.
3986 * configure: Regenerate.
3987 * configure.ac: Add liboffloadmic to target binaries.
3988 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3989 Add liboffloadmic to noconfig list when C++ is not supported.
3990
3991 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3992 Thomas Schwinge <thomas@codesourcery.com>
3993 Ilya Verbin <ilya.verbin@intel.com>
3994 Andrey Turetskiy <andrey.turetskiy@intel.com>
3995
3996 * configure: Regenerate.
3997 * configure.ac (--enable-as-accelerator-for)
3998 (--enable-offload-targets): New configure options.
3999
4000 2014-11-11 Tobias Burnus <burnus@net-b.de>
4001
4002 * Makefile.def: Make all-gcc depend on all-isl.
4003 * Makefile.in: Regenerate.
4004
4005 2014-11-11 David Malcolm <dmalcolm@redhat.com>
4006
4007 * ChangeLog.jit: New.
4008 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
4009
4010 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4011
4012 PR target/63610
4013 * libtool.m4: Fix globbing of darwin versions.
4014 * configure: Regenerate.
4015
4016 2014-11-11 Tobias Burnus <burnus@net-b.de>
4017
4018 * Makefile.def: Remove CLooG.
4019 * Makefile.tpl: Ditto.
4020 * configure.ac: Ditto.
4021 * configure: Regenerate.
4022 * Makefile.in: Ditto.
4023
4024 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
4025
4026 * configure.ac: Handle nvptx-*-*.
4027 * configure: Regenerate.
4028
4029 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
4030
4031 * MAINTAINERS (Write After Approval): Add myself.
4032
4033 2014-10-31 Jakub Jelinek <jakub@redhat.com>
4034
4035 * Makefile.def (libcc1): Remove bootstrap=true;.
4036 * Makefile.in: Regenerated.
4037
4038 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4039
4040 * configure.ac: Update comment.
4041 * configure: Regenerate.
4042
4043 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
4044
4045 * MAINTAINERS (Write After Approval): Add myself.
4046
4047 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
4048
4049 * configure.ac (extra_host_libiberty_configure_flags): Add
4050 --enable-shared also for libcc1's benefit.
4051 * configure: Regenerate.
4052
4053 2014-10-29 Tristan Gingold <gingold@adacore.com>
4054
4055 * MAINTAINERS: Change my email address.
4056
4057 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
4058 Tom Tromey <tromey@redhat.com>
4059
4060 * Makefile.def: Add libcc1 to host_modules.
4061 * configure.ac (host_tools): Add libcc1.
4062 * Makefile.in, configure: Rebuild.
4063
4064 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
4065
4066 * configure.ac (build_configargs): Don't share config.cache between
4067 build subdirs.
4068 * configure: Regenerate.
4069
4070 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
4071
4072 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
4073 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
4074 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
4075 leon3v7 as leon3.
4076 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
4077 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
4078 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
4079 * config/sparc/sparc.md (cpu): Add leon3v7.
4080 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
4081
4082 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
4083
4084 * MAINTAINERS (write-after-approval): Add myself.
4085
4086 2014-10-23 Ian Lance Taylor <iant@google.com>
4087
4088 * configure.ac: Disable the Go frontend on systems where it is known
4089 to not work.
4090 * configure: Regenerate.
4091
4092 2014-10-23 Richard Biener <rguenther@suse.de>
4093
4094 * Makefile.def: Add libcpp build module and dependencies.
4095 * configure.ac: Add libcpp build module.
4096 * Makefile.in: Regenerate.
4097 * configure: Likewise.
4098
4099 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
4100
4101 * MAINTAINERS (write-after-approval): Add myself.
4102
4103 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
4104
4105 * INSTALL/README: Do not mention CVS.
4106
4107 2014-10-03 Jing Yu <jingyu@google.com>
4108
4109 * configure.ac: Add aarch64 to list of targets that support gold.
4110 * configure: Regenerate.
4111
4112 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
4113
4114 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
4115
4116 2014-09-29 Catherine Moore <clm@codesourcery.com>
4117
4118 * MAINTAINERS: Add myself as MIPS maintainer.
4119
4120 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
4121
4122 * MAINTAINERS: Move myself to MIPS maintainers.
4123
4124 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4125
4126 * MAINTAINERS: Put all email addresses between '<' and '>'.
4127
4128 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4129
4130 * MAINTAINERS: Move myself to reviewers (Fortran).
4131
4132 2014-09-01 Andi Kleen <ak@linux.intel.com>
4133
4134 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
4135 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
4136 * Makefile.in: Regenerate.
4137
4138 2014-08-28 David Malcolm <dmalcolm@redhat.com>
4139
4140 * rtx-classes-status.txt: Delete
4141
4142 2014-08-28 David Malcolm <dmalcolm@redhat.com>
4143
4144 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4145
4146 2014-08-27 Sebastian Pop <s.pop@samsung.com>
4147
4148 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4149 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4150 of checking for version number.
4151 * configure: Regenerated.
4152 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4153
4154 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4155
4156 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4157 is done; begin phase 6 (use extra rtx_def subclasses).
4158
4159 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4160
4161 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4162 done; begin phase 5 (additional rtx_def subclasses).
4163
4164 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4165
4166 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4167
4168 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4169
4170 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4171 SET_BB_HEADER are done.
4172
4173 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4174
4175 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4176 done.
4177
4178 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4179
4180 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4181
4182 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4183
4184 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4185
4186 2014-08-25 David Malcolm <dmalcolm@redhat.com>
4187
4188 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4189
4190 2014-08-25 David Malcolm <dmalcolm@redhat.com>
4191
4192 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4193
4194 2014-08-25 David Malcolm <dmalcolm@redhat.com>
4195
4196 * rtx-classes-status.txt: Phase 3 (per-file commits within
4197 "config" subdirs) is done; begin phase 4 (removal of
4198 "scaffolding").
4199
4200 2014-08-23 David Malcolm <dmalcolm@redhat.com>
4201
4202 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4203 dir) is done; begin phase 3 (per-file commits within "config"
4204 subdirs).
4205
4206 2014-08-21 David Malcolm <dmalcolm@redhat.com>
4207
4208 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4209 phase 2 (per-file commits in main source dir).
4210
4211 2014-08-21 Bin Cheng <bin.cheng@arm.com>
4212
4213 * configure: Regenerated.
4214
4215 2014-08-19 David Malcolm <dmalcolm@redhat.com>
4216
4217 * rtx-classes-status.txt (TODO): Add SET_BND_TO
4218
4219 2014-08-19 David Malcolm <dmalcolm@redhat.com>
4220
4221 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4222
4223 2014-08-19 David Malcolm <dmalcolm@redhat.com>
4224
4225 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4226
4227 2014-08-19 David Malcolm <dmalcolm@redhat.com>
4228
4229 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4230
4231 2014-08-19 David Malcolm <dmalcolm@redhat.com>
4232
4233 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4234
4235 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
4236
4237 * MAINTAINERS (Write After Approval): Add myself.
4238
4239 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
4240
4241 * MAINTAINERS: Remove myself
4242
4243 2014-08-19 David Malcolm <dmalcolm@redhat.com>
4244
4245 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4246
4247 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
4248
4249 * MAINTAINERS (Write After Approval): Add myself.
4250
4251 2014-08-18 David Malcolm <dmalcolm@redhat.com>
4252
4253 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4254 SET_BB_HEADER, SET_BB_FOOTER
4255
4256 2014-08-18 David Malcolm <dmalcolm@redhat.com>
4257
4258 * rtx-classes-status.txt: New file
4259
4260 2014-08-18 Roman Gareev <gareevroman@gmail.com>
4261
4262 * configure.ac: Eliminate ClooG installation dependency.
4263 * configure: Regenerate.
4264 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4265 * Makefile.in: Regenerate.
4266
4267 2014-08-15 Ilya Verbin <iverbin@gmail.com>
4268
4269 * MAINTAINERS (Write After Approval): Add myself.
4270
4271 2014-08-15 Ilya Tocar <tocarip@gmail.com>
4272
4273 * MAINTAINERS (Write After Approval): Add myself.
4274
4275 2014-08-01 Jiong Wang <jiong.wang@arm.com>
4276
4277 * MAINTAINERS (Write After Approval): Add myself.
4278
4279 2014-07-28 Anthony Green <green@moxielogic.com>
4280
4281 Import from savannah.gnu.org:
4282 * config.sub: Update to 2014-07-28 version.
4283
4284 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
4285
4286 * MAINTAINERS: Remove my MIPS maintainer entry.
4287
4288 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
4289
4290 PR target/47230
4291 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4292 * configure: Regenerate.
4293
4294 2014-07-24 James Norris <jnorris@codesourcery.com>
4295
4296 * MAINTAINERS (Write After Approval): Add myself.
4297
4298 2014-07-20 Roman Gareev <gareevroman@gmail.com>
4299
4300 * configure.ac: Accept only CLooG 0.18.1.
4301 * configure: Regenerate.
4302
4303 2014-07-17 Roman Gareev <gareevroman@gmail.com>
4304
4305 * configure.ac: Don't accept isl 0.11.
4306 * configure: Regenerate.
4307
4308 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4309
4310 * MAINTAINERS (Write After Approval): Add myself.
4311
4312 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4313
4314 * configure.ac: Don't accept isl 0.10.
4315 * configure: Regenerate.
4316
4317 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
4318
4319 Fix include path for in-tree cloog.
4320 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4321 * configure: Regenerate.
4322
4323 2014-06-18 Richard Henderson <rth@redhat.com>
4324
4325 * .gitignore: Import gcc_update output.
4326
4327 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
4328
4329 * config-ml.in: Robustify ac_configure_args parsing.
4330
4331 * configure.ac (--enable-linker-plugin-configure-flags)
4332 (--enable-linker-plugin-flags): New flags.
4333 (configdirs): Conditionally add libiberty-linker-plugin.
4334 * configure: Regenerate.
4335 * Makefile.def (host_modules): Add libiberty-linker-plugin.
4336 (host_modules) <lto-plugin>: Pay attention to
4337 @extra_linker_plugin_flags@ and
4338 @extra_linker_plugin_configure_flags@.
4339 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4340 * Makefile.in: Regenerate.
4341
4342 * Makefile.tpl (configure-[+prefix+][+module+])
4343 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4344 "module_srcdir" instead of "module" for locating a module's srcdir.
4345 * Makefile.in: Regenerate.
4346
4347 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
4348
4349 * MAINTAINERS (Write After Approval): Add myself.
4350
4351 2014-06-06 Sebastian Pop <sebpop@gmail.com>
4352
4353 * MAINTAINERS: Update my email address.
4354
4355 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
4356
4357 * MAINTAINERS (Write After Approval): Add myself.
4358
4359 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
4360
4361 * MAINTAINERS (Write After Approval): Add myself.
4362
4363 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
4364
4365 PR libstdc++/61011
4366 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4367 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4368 * configure: Regenerate.
4369
4370 2014-05-28 Pedro Alves <palves@redhat.com>
4371
4372 * MAINTAINERS (Write After Approval): Add myself.
4373
4374 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
4375
4376 * MAINTAINERS: Update my affiliation/email.
4377
4378 2014-05-19 Mike Stump <mikestump@comcast.net>
4379
4380 * MAINTAINERS: Add wide-int reviewers.
4381
4382 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
4383
4384 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4385 * configure: Regenerated.
4386
4387 2014-05-15 Torvald Riegel <triegel@redhat.com>
4388
4389 * MAINTAINERS (libitm): Add myself as maintainer.
4390
4391 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
4392
4393 * MAINTAINERS (Write After Approval): Add myself.
4394
4395 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
4396
4397 * config.sub, config.guess: Import from upstream.
4398
4399 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
4400
4401 * MAINTAINERS (Write After Approval): Put myself in correct order.
4402
4403 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
4404
4405 * MAINTAINERS (Write After Approval): Add myself.
4406
4407 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4408
4409 * MAINTAINERS: Move myself from Reviewers to Write After Approval
4410 section.
4411
4412 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4413
4414 * MAINTAINERS (Write After Approval): Delete myself.
4415
4416 2014-04-17 Jakub Jelinek <jakub@redhat.com>
4417
4418 PR sanitizer/56781
4419 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4420 and -B* options with -Xcompiler.
4421
4422 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
4423
4424 PR bootstrap/60620
4425 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4426 * Makefile.in: Regenerate.
4427
4428 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
4429
4430 * Makefile.def (dependencies): Make all-ld depend on all-binutils
4431 for WINDRES_FOR_TARGET in default-manifest.o rule.
4432 * Makefile.in: Regenerate.
4433
4434 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
4435
4436 * MAINTAINERS (Write After Approval): Add myself.
4437
4438 2014-03-26 Jakub Jelinek <jakub@redhat.com>
4439
4440 PR sanitizer/56781
4441 * Makefile.def: Set bootstrap=true; for host fixincludes.
4442 * configure.ac: Don't bootstrap host fixincludes unless
4443 --with-build-config=bootstrap-{a,ub}san.
4444 * Makefile.in: Regenerated.
4445 * configure: Regenerated.
4446
4447 2014-03-21 Jakub Jelinek <jakub@redhat.com>
4448
4449 * configure.ac: Move BUILD_CONFIG set up earlier. Add
4450 --enable-vtable-verify option parsing. Don't add
4451 target-libsanitizer to bootstrap_target_libs unless
4452 --with-build-config=bootstrap-asan or
4453 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
4454 to bootstrap_target_libs unless --enable-vtable-verify.
4455 * configure: Regenerated.
4456
4457 2014-03-10 Anatoly Sokolov <aesok@post.ru>
4458
4459 * MAINTAINERS (Write After Approval): Add myself.
4460
4461 2014-03-07 Denis Chertykov <chertykov@gmail.com>
4462
4463 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4464
4465 2014-03-07 Jakub Jelinek <jakub@redhat.com>
4466
4467 PR bootstrap/58572
4468 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4469 -I for libstdc++-v3 includes if $(LEAN).
4470 * Makefile.in: Regenerated.
4471
4472 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
4473
4474 * MAINTAINERS: Update my email address.
4475
4476 2014-02-24 Walter Lee <walt@tilera.com>
4477
4478 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4479 (tilegx-*-*): Change to tilegx*-*-*.
4480 * configure: Regenerate.
4481
4482 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
4483
4484 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4485
4486 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4487
4488 * MAINTAINERS (Write After Approval): Add myself.
4489
4490 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4491
4492 PR target/59788
4493 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4494 *solaris2*.
4495
4496 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
4497
4498 * MAINTAINERS: Update my email address.
4499
4500 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
4501
4502 * MAINTAINERS: Convert to UTF-8.
4503 Properly sort Xinliang David Li's entry.
4504
4505 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
4506 Sandra Loosemore <sandra@codesourcery.com>
4507
4508 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4509 nios2 port maintainers.
4510
4511 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
4512
4513 * MAINTAINERS (Write After Approval): Add myself.
4514
4515 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4516
4517 * configure.ac: Add user-friendly check for native x86_64-linux
4518 multilibs.
4519 * configure: Regenerate.
4520
4521 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
4522
4523 * MAINTAINERS: Add myself as sh maintainer.
4524
4525 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4526
4527 * MAINTAINERS: Add self as SLSR maintainer.
4528
4529 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
4530
4531 * MAINTAINERS: Update my email address.
4532
4533 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
4534
4535 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4536
4537 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4538
4539 * Makefile.in: Regenerate.
4540
4541 * Makefile.tpl: Fix typo.
4542 * Makefile.in: Regenerate partially.
4543
4544 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4545
4546 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4547 supported.
4548 * configure: Regenerated.
4549
4550 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4551
4552 * MAINTAINERS (Write After Approval): Add myself.
4553
4554 2013-10-30 Jason Merrill <jason@redhat.com>
4555
4556 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4557 --disable-build-format-warnings.
4558
4559 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4560
4561 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
4562 depend on libstdc++ and libgcc.
4563 * configure: Regenerate.
4564 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4565 libcilkrts for POSIX and i*86, and x86_64 architectures.
4566 * Makefile.in: Added libcilkrts related fields to support building it.
4567
4568 2013-10-26 Jeff Law <law@redhat.com>
4569
4570 * Makefile.def (target_modules): Remove libmudflap
4571 (languages): Remove check-target-libmudflap).
4572 * Makefile.in: Rebuilt.
4573 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4574 * configure.ac (target_libraries): Remove target-libmudflap.
4575 Remove checks which disabled libmudflap on some systems.
4576 * configure: Rebuilt.
4577 * libmudflap: Directory removed.
4578
4579 2013-10-21 Cong Hou <congh@google.com>
4580
4581 * MAINTAINERS (Write After Approval): Add myself.
4582
4583 2013-10-16 Mike Stump <mikestump@comcast.net>
4584
4585 * .dir-locals.el: Add.
4586
4587 2013-10-15 David Malcolm <dmalcolm@redhat.com>
4588
4589 * configure.ac: Add --enable-host-shared
4590 * configure: Regenerate.
4591
4592 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4593
4594 Import from savannah.gnu.org:
4595 * config.guess: Update to 2013-06-10 version.
4596 * config.sub: Update to 2013-10-01 version.
4597
4598 2013-10-01 Simon Cook <simon.cook@embecosm.com>
4599
4600 Changes to build configuration to allow big endian ARC ELF toolchain
4601 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4602 * configure: Regenerate.
4603
4604 2013-09-20 Alan Modra <amodra@gmail.com>
4605
4606 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4607 ppc host match. Support little-endian powerpc linux hosts.
4608
4609 2013-09-19 Dodji Seketeli <dodji@redhat.com>
4610
4611 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4612 maintainer.
4613
4614 2013-09-12 DJ Delorie <dj@redhat.com>
4615
4616 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4617 maintainers.
4618
4619 2013-09-03 Richard Biener <rguenther@suse.de>
4620
4621 * configure.ac: Also allow ISL 0.12.
4622 * configure: Regenerated.
4623
4624 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4625
4626 * MAINTAINERS (Write After Approval): Add myself.
4627
4628 2013-08-27 David Malcolm <dmalcolm@redhat.com>
4629
4630 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4631
4632 2013-08-26 Caroline Tice <cmtice@google.com>
4633
4634 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4635 "Various Reviewers" to libvtv "Various Maintainers".
4636
4637 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4638
4639 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4640
4641 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4642
4643 * MAINTAINERS: Update name, email.
4644
4645 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
4646
4647 * MAINTAINERS (Write After Approval): Add myself.
4648
4649 2013-08-12 Caroline Tice <cmtice@google.com>
4650
4651 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4652 address in the Write After Approval section.
4653
4654 2013-08-09 Carlos O'Donell <carlos@redhat.com>
4655
4656 * MAINTAINERS (Write After Approval): Update email.
4657
4658 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4659
4660 * configure.ac: Adjust to check VTV_SUPPORTED.
4661 * configure: Regenerated.
4662
4663 2013-08-02 Caroline Tice <cmtice@google.com>
4664
4665 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4666 on non-linux systems; add target-libvtv to noconfigdirs; add
4667 libsupc++/.libs to C++ library search paths.
4668 * configure: Regenerated.
4669 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4670 libstdc++ and libgcc.
4671 * Makefile.in: Regenerated.
4672
4673 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
4674
4675 * MAINTAINERS (Write After Approval): Add myself.
4676
4677 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4678 Shiva Chen <shiva0217@gmail.com>
4679
4680 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4681 nds32 port maintainers.
4682
4683 2013-07-17 Tim Shen <timshen91@gmail.com>
4684
4685 * MAINTAINERS (Write After Approval): Add myself.
4686
4687 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4688
4689 * configure.ac: Sync from binutils.
4690 * configure: Regenerate.
4691
4692 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4693
4694 * MAINTAINERS (Write After Approval): Add myself.
4695
4696 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4697
4698 * MAINTAINERS (Write After Approval): Add myself.
4699
4700 2013-05-17 David Malcolm <dmalcolm@redhat.com>
4701
4702 * MAINTAINERS (Write After Approval): Add myself.
4703
4704 2013-04-30 Brooks Moses <bmoses@google.com>
4705
4706 * MAINTAINERS: Update my email; move myself from Fortran
4707 reviewer to Write After Approval.
4708
4709 2013-04-16 Andreas Schwab <schwab@suse.de>
4710
4711 * configure.ac (aarch64-*-*): Don't disable java.
4712 * configure: Regenerate.
4713
4714 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4715
4716 * MAINTAINERS (Write After Approval): Add myself.
4717
4718 2013-03-30 Matthias Klose <doko@ubuntu.com>
4719
4720 * Makefile.def (target_modules): Don't install libffi.
4721 * Makefile.in: Regenerate.
4722
4723 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4724
4725 * MAINTAINERS (Write After Approval): Add myself.
4726
4727 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4728
4729 * MAINTAINERS (Write After Approval): Add myself.
4730
4731 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4732
4733 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4734 * configure: Regenerated.
4735
4736 2013-02-05 Ian Lance Taylor <iant@google.com>
4737
4738 PR go/55969
4739 * configure.ac: Disable libgo on some systems where it does not
4740 work.
4741
4742 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
4743
4744 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4745 Remove Geoff Keating as rs6000 port maintainer, at his request.
4746
4747 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4748
4749 * MAINTAINERS: Update my email.
4750
4751 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
4752
4753 * configure: Re-generate.
4754
4755 2013-01-15 Richard Biener <rguenther@suse.de>
4756
4757 PR other/55973
4758 * configure: Re-generate.
4759
4760 2013-01-14 Matthias Klose <doko@ubuntu.com>
4761
4762 * Makefile.def (install-target-libsanitizer): Depend on
4763 install-target-libstdc++-v3.
4764 * Makefile.in: Regenerate.
4765
4766 2013-01-14 Richard Biener <rguenther@suse.de>
4767
4768 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4769 * configure: Re-generate
4770
4771 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4772
4773 * config.sub: Update from config repo.
4774
4775 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4776
4777 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4778 * Makefile.in: Regenerate.
4779
4780 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4781
4782 * MAINTAINERS (arc): Add new port maintainership for myself.
4783
4784 2013-01-09 Jason Merrill <jason@redhat.com>
4785
4786 * .gitignore: Import from gdb repository.
4787
4788 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4789
4790 * Makefile.def (configure-gcc): Depend on all-gmp.
4791 (all-gcc): Remove dependency on all-gmp.
4792 * Makefile.in: Regenerated.
4793
4794 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4795
4796 * config.sub: Merge from config repo.
4797 * config.guess: Ditto.
4798
4799 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4800
4801 * Makefile.def: Merge from binutils.
4802 * Makefile.in: Ditto.
4803
4804 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4805
4806 * MAINTAINERS: Update my email.
4807
4808 2012-12-29 Ben Elliston <bje@gnu.org>
4809
4810 * config.guess: Update to 2012-12-29 version.
4811 * config.sub: Likewise.
4812
4813 2012-12-20 Matthias Klose <doko@ubuntu.com>
4814
4815 * Makefile.def (install-target-libgfortran): Depend on
4816 install-target-libquadmath, install-target-libgcc.
4817 (install-target-libsanitizer): Depend on install-target-libgcc.
4818 (install-target-libjava): Depend on install-target-libgcc.
4819 (install-target-libitm): Depend on install-target-libgcc.
4820 (install-target-libobjc): Depend on install-target-libgcc.
4821 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4822 * Makefile.in: Regenerate.
4823
4824 2012-12-19 Matthias Klose <doko@ubuntu.com>
4825
4826 * Makefile.def (install-target-libgo): Depend on
4827 install-target-libatomic.
4828 * Makefile.in: Regenerate.
4829
4830 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4831
4832 PR go/55201
4833 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4834 * Makefile.in: Regenerate.
4835
4836 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4837
4838 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4839 * configure: Regenerate.
4840
4841 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4842
4843 * config.sub: Merge from config repo.
4844
4845 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4846
4847 * Makefile.def (target_modules): Add bootstrap=true and
4848 raw_cxx=true to libsanitizer.
4849 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4850 * Makefile.in: Regenerated.
4851 * configure: Likewise.
4852
4853 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4854
4855 * MAINTAINERS: Remove self as RTL optimization maintainer.
4856
4857 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4858
4859 * MAINTAINERS (Write After Approval): Add myself.
4860
4861 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4862
4863 * Makefile.def (target_modules): Remove bootstrap=true and
4864 raw_cxx=true from libsanitizer.
4865 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4866 * Makefile.in: Regenerated.
4867 * configure: Likewise.
4868
4869 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4870
4871 * Makefile.def (target_modules): Add bootstrap=true and
4872 raw_cxx=true to libsanitizer.
4873 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4874 * Makefile.in: Regenerated.
4875 * configure: Likewise.
4876
4877 2012-11-28 Andrew Pinski <apinski@cavium.com>
4878
4879 PR bootstrap/54279
4880 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4881 * configure: Regenerate.
4882 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4883 * Makefile.in: Regenerate.
4884
4885 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4886
4887 * configure.ac: Disable libsanitizer if we're not building C++.
4888 * configure: Regenerate.
4889
4890 2012-11-15 Roland McGrath <roland@hack.frob.com>
4891
4892 * MAINTAINERS (Write After Approval): Add myself.
4893
4894 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
4895
4896 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4897 Kostya Serebryany (kcc@google.com) and
4898 Jakub Jelinek (jakub@redhat.com).
4899 Rename area for Dodji Seketeli (dodji@redhat.com).
4900
4901 2012-11-15 Dodji Seketeli <dodji@redhat.com>
4902
4903 * MAINTAINERS: (asan.c, related): Add myself.
4904
4905 2012-11-14 Roland McGrath <mcgrathr@google.com>
4906
4907 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4908 * configure: Regenerate.
4909
4910 2012-11-13 Richard Henderson <rth@redhat.com>
4911
4912 * configure.ac: Move libsanitizer logic to subdirectory.
4913 * configure: Regenerate.
4914
4915 2012-11-13 Dodji Seketeli <dodji@redhat.com>
4916
4917 * configure.ac: Enable libsanitizer just on x86 linux for now.
4918 * configure: Re-generate.
4919
4920 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
4921
4922 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4923 sections.
4924 * configure: Regenerate.
4925
4926 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
4927
4928 * configure.ac: Add section for configdirs for libsanitizer.
4929 Disable for cris-*-* and mmix-*-*.
4930 * configure: Regenerate.
4931
4932 2012-11-12 Wei Mi <wmi@google.com>
4933
4934 * configure.ac: Add libsanitizer to target_libraries.
4935 * Makefile.def: Ditto.
4936 * configure: Regenerate.
4937 * Makefile.in: Regenerate.
4938 * libsanitizer: New directory for asan runtime. Contains an empty
4939 tsan directory.
4940
4941 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
4942
4943 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4944 against Mingw64 w32api.
4945 * configure: Regenerate.
4946
4947 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4948
4949 * configure: Regenerated.
4950
4951 2012-11-03 Robert Mason <rbmj@verizon.net>
4952
4953 * configure.ac: add --disable-libstdcxx configure option
4954 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4955
4956 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4957
4958 * MAINTAINERS (Write After Approval): Add myself.
4959
4960 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4961
4962 * MAINTAINERS (Write After Approval): Add myself.
4963
4964 2012-10-24 Sharad Singhai <singhai@google.com>
4965
4966 * MAINTAINERS (Write After Approval): Add myself.
4967
4968 2012-10-24 Eric Christopher <echristo@gmail.com>
4969
4970 * MAINTAINERS: Update email address.
4971
4972 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4973
4974 PR bootstrap/54820
4975 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4976 * configure: Regenerate.
4977
4978 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
4979
4980 * MAINTAINERS (aarch64): Add Marcus and myself.
4981
4982 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4983
4984 PR bootstrap/54820
4985 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4986 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4987 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4988 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4989 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4990 * Makefile.in: Regenerate.
4991 * configure.ac (have_static_libs): New variable and associated check.
4992 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4993 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4994 * configure: Regenerate.
4995
4996 2012-10-10 Richard Biener <rguenther@suse.de>
4997
4998 * MAINTAINERS: Adjust for changed surname.
4999
5000 2012-10-04 Lawrence Crowl <crowl@google.com>
5001
5002 * MAINTAINERS (Write After Approval): Add myself.
5003
5004 2012-10-01 Cary Coutant <ccoutant@google.com>
5005
5006 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
5007
5008 2012-09-28 Ian Lance Taylor <iant@google.com>
5009
5010 * Makefile.def: Make all-target-libgo depend on
5011 all-target-libbacktrace.
5012 * Makefile.in: Rebuild.
5013
5014 2012-09-26 Ian Lance Taylor <iant@google.com>
5015
5016 * Makefile.def: Make all-gcc depend on all-libbacktrace.
5017 * Makefile.in: Rebuild.
5018
5019 2012-09-20 Walter Lee <walt@tilera.com>
5020
5021 * configure.ac: Add tilegx to list of targets that support gold.
5022 * configure: Regenerate.
5023
5024 2012-09-20 Marek Polacek <polacek@redhat.com>
5025
5026 * MAINTAINERS (Write After Approval): Add myself.
5027
5028 2012-09-19 Steve Ellcey <sellcey@mips.com>
5029
5030 * configure.ac: Add mips*-mti-elf* target.
5031 * configure: Regenerate.
5032
5033 2012-09-17 Ian Lance Taylor <iant@google.com>
5034
5035 * MAINTAINERS (Various Maintainers): Add libbacktrace.
5036 * configure.ac (host_libs): Add libbacktrace.
5037 (target_libraries): Add libbacktrace.
5038 * Makefile.def (host_modules): Add libbacktrace.
5039 (target_modules): Likewise.
5040 * configure, Makefile.in: Rebuild.
5041
5042 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
5043
5044 PR target/38607
5045 Merge upstream change.
5046 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
5047
5048 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
5049 Add libgomp*.o to compare_exclusions for AIX.
5050 * configure: Regenerate.
5051
5052 2012-09-06 Diego Novillo <dnovillo@google.com>
5053
5054 * configure.ac: Bump minimum GMP version to 4.2.3.
5055 * configure: Re-generate.
5056
5057 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
5058
5059 PR target/54461
5060 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
5061 target-libgloss if not configured --with-avrlibc=no.
5062 * configure: Regenerate.
5063
5064 2012-09-04 Jason Merrill <jason@redhat.com>
5065
5066 * configure.ac: Fix --enable-languages=all.
5067
5068 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
5069
5070 * MAINTAINERS (Write After Approval): Add myself.
5071
5072 2012-09-03 Richard Guenther <rguenther@suse.de>
5073
5074 PR bootstrap/54138
5075 * configure.ac: Re-organize ISL / CLOOG checks to allow
5076 disabling with either --without-isl or --without-cloog.
5077 * configure: Regenerated.
5078
5079 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
5080
5081 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
5082 * configure: Regenerate.
5083
5084 2012-08-27 Ulrich Drepper <drepper@gmail.com>
5085
5086 * MAINTAINERS: Fix my email address.
5087
5088 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
5089
5090 PR binutils/4970
5091 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
5092 and opcodes.
5093 * Makefile.in: Regenerated.
5094
5095 2012-08-26 Art Haas <ahaas@impactweather.com>
5096
5097 * configure: Regenerate.
5098
5099 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
5100
5101 * INSTALL/README: Also refer to the online installation
5102 instructions.
5103
5104 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5105
5106 * MAINTAINERS (Write After Approval): Add myself.
5107 (Picochip port): Remove myself.
5108
5109 2012-08-14 Diego Novillo <dnovillo@google.com>
5110
5111 Merge from cxx-conversion branch.
5112
5113 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
5114 POSTSTAGE1_CONFIGURE_FLAGS.
5115 * Makefile.in: Regenerate.
5116 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
5117 Force C++ when bootstrapping.
5118 * configure: Regenerate.
5119
5120 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
5121
5122 * MAINTAINERS (Write After Approval): Add myself.
5123
5124 2012-07-16 Joseph Myers <joseph@codesourcery.com>
5125
5126 * README: Document use of ranges of years in copyright notices.
5127
5128 2012-07-06 Richard Guenther <rguenther@suse.de>
5129
5130 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
5131 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
5132 --with-gmp=system.
5133 * Makefile.in: Regenerated.
5134 * configure: Likewise.
5135
5136 2012-07-06 Richard Guenther <rguenther@suse.de>
5137
5138 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
5139 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
5140 supply V=1 as extra_make_flags.
5141 * configure: Regenerated.
5142 * Makefile.in: Likewise.
5143
5144 2012-07-04 Tristan Gingold <gingold@adacore.com>
5145
5146 * configure: Regenerate.
5147
5148 2012-07-03 Richard Guenther <rguenther@suse.de>
5149
5150 * Makfile.def (isl): Remove not necessary extra_exports and
5151 extra_make_flags.
5152 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5153 * Makefile.in: Regenerated.
5154
5155 2012-07-03 Richard Guenther <rguenther@suse.de>
5156
5157 * Makefile.def (cloog): Add V=1 to extra_make_flags.
5158 * configure.ac: If either the ISL or the CLooG check failed
5159 do not try to build in-tree versions.
5160 * Makefile.in: Regenerated.
5161 * configure: Regenerated.
5162
5163 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5164
5165 * configure: Regenerate.
5166
5167 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
5168
5169 * MAINTAINERS (Various Maintainers): Add myself as testsuite
5170 maintainer.
5171
5172 2012-07-02 Richard Guenther <rguenther@suse.de>
5173
5174 * configure: Regenerated.
5175
5176 2012-07-02 Richard Guenther <rguenther@suse.de>
5177 Michael Matz <matz@suse.de>
5178 Tobias Grosser <tobias@grosser.es>
5179 Sebastian Pop <sebpop@gmail.com>
5180
5181 * Makefile.def: Add ISL host module, remove PPL host module.
5182 Adjust ClooG host module to use the proper ISL.
5183 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5184 * configure.ac: Include config/isl.m4. Add ISL host library,
5185 remove PPL. Remove PPL configury, add ISL configury, adjust
5186 ClooG configury.
5187 * Makefile.in: Regenerated.
5188 * configure: Likewise.
5189
5190 2012-07-02 Richard Guenther <rguenther@suse.de>
5191
5192 Merge from graphite branch
5193 2011-07-21 Tobias Grosser <tobias@grosser.es>
5194
5195 * configure: Regenerated.
5196 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5197 both cloog.org and legacy versions. The only supported version will
5198 be CLooG with the isl backend.
5199
5200 2011-07-21 Tobias Grosser <tobias@grosser.es>
5201
5202 * configure: Regenerated.
5203 * configure.ac: Require cloog isl 0.17.0
5204
5205 2011-07-21 Tobias Grosser <tobias@grosser.es>
5206
5207 * configure: Regenerated.
5208 * config/cloog.m4: Do not define CLOOG_ORG
5209
5210 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
5211
5212 * configure.ac: Skip C if explicitly selected.
5213 * configure: Regenerate.
5214
5215 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
5216
5217 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5218 they contain -O2.
5219 * configure: Regenerate.
5220
5221 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
5222
5223 PR debug/53740
5224 * df.h, df-problems.c, dce.c: Revert last patch.
5225
5226 2012-06-25 Iain Sandoe <iain@codesourcery.com>
5227
5228 * MAINTAINERS (Write After Approval): Update my email address.
5229
5230 2012-06-21 Meador Inge <meadori@codesourcery.com>
5231
5232 * MAINTAINERS (Write After Approval): Add myself.
5233
5234 2012-06-20 Jason Merrill <jason@redhat.com>
5235
5236 * Makefile.tpl (check-target-libgomp-c++): New.
5237 (check-target-libitm-c++): New.
5238 * Makefile.def (c++): Add them.
5239 * Makefile.in: Regenerate.
5240
5241 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
5242
5243 * MAINTAINERS (Write After Approval): Add myself.
5244
5245 2012-05-16 Olivier Hainque <hainque@adacore.com>
5246
5247 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5248 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5249 (install-no-fixedincludes): Adjust accordingly.
5250 * Makefile.in: Regenerate.
5251
5252 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5253
5254 Merge upstream change
5255 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5256
5257 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
5258
5259 * MAINTAINERS (Write After Approval): Add myself.
5260
5261 2012-05-09 Nick Clifton <nickc@redhat.com>
5262 Paul Smith <psmith@gnu.org>
5263
5264 PR bootstrap/50461
5265 * configure.ac (mpfr-dir): When using in-tree MPFR sources
5266 allow for the fact that from release v3.1.0 of MPFR the source
5267 files were moved into a src sub-directory.
5268 * configure: Regenerate.
5269
5270 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
5271
5272 * configure.ac: Bump minimum MPFR version to 2.4.0.
5273 * configure: Regenerated.
5274
5275 2012-05-01 Richard Henderson <rth@redhat.com>
5276
5277 * Makefile.def (libatomic): New target_module.
5278 * configure.ac (target_libraries): Add libatomic.
5279 (noconfigdirs): Check if libatomic is supported.
5280 * Makefile.in, configure: Rebuild.
5281
5282 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
5283
5284 * MAINTAINERS (Write After Approval): Add myself.
5285
5286 2012-04-25 Joel Brobecker <brobecker@adacore.com>
5287
5288 * config.sub: Update to 2012-04-18 version from official repo.
5289
5290 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
5291
5292 * MAINTAINERS (Write After Approval): Add myself.
5293
5294 2012-04-11 Steve Ellcey <sellcey@mips.com>
5295
5296 * MAINTAINERS: Changed email address.
5297
5298 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
5299
5300 PR target/52737
5301 * contrib/gcc_update (files_and_dependencies):
5302 Remove gcc/config/avr/t-multilib from touch data.
5303
5304 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5305
5306 * MAINTAINERS (OS Port Maintainers): Remove irix.
5307 * configure.ac (enable_libgomp): Remove *-*-irix6*.
5308 (unsupported_languages): Remove mips-sgi-irix6.*.
5309 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5310 (with_stabs): Remove.
5311 * configure: Regenerate.
5312
5313 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5314
5315 * MAINTAINERS (OS Port Maintainers): Remove osf.
5316 * configure.ac (enable_libgomp): Remove *-*-osf*.
5317 (with_stabs): Remove alpha*-*-osf*.
5318 * configure: Regenerate.
5319
5320 2012-03-05 Tristan Gingold <gingold@adacore.com>
5321
5322 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5323 * configure: Regenerate.
5324
5325 2012-02-17 Walter Lee <walt@tilera.com>
5326
5327 * MAINTAINERS: (Write After Approval): Delete myself.
5328
5329 2012-02-14 Walter Lee <walt@tilera.com>
5330
5331 * MAINTAINERS (tilegx port): Add myself.
5332 (tilepro port): Add myself.
5333 (Write After Approval): Add myself.
5334
5335 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
5336
5337 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5338 and Joseph Myers as docstring relicensing maintainers.
5339
5340 2012-02-09 Bin Cheng <bin.cheng@arm.com>
5341
5342 * MAINTAINERS (write-after-approval): Add myself.
5343
5344 2012-02-08 Ira Rosen <irar@il.ibm.com>
5345
5346 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5347 maintainer.
5348
5349 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5350
5351 * MAINTAINERS (Write After Approval): Move myself to
5352 maintain alphabetical order.
5353
5354 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5355
5356 * MAINTAINERS (Write After Approval): Add myself.
5357
5358 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
5359
5360 * MAINTAINERS (Write After Approval): Add myself.
5361
5362 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5363 Jayant R Sonar <jayant.sonar@kpitcummins.com>
5364
5365 * configure.ac (cr16-*-*): Remove nonconfigdirs.
5366 * configure: Regenerate.
5367
5368 2012-01-23 Harshit Chopra <harshit@google.com>
5369
5370 * MAINTAINERS (Write After Approval): Add myself.
5371
5372 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
5373
5374 * configure.ac: Remove reference to mh-interix.
5375 * configure: Regenerate.
5376
5377 2012-01-05 Richard Henderson <rth@redhat.com>
5378
5379 PR bootstrap/51072
5380 * configure.ac: Disable libitm if c++ is not enabled.
5381 * configure: Rebuild.
5382
5383 * configure.ac: Fix regexp for same.
5384 * configure: Rebuild.
5385
5386 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
5387
5388 * MAINTAINERS (Write After Approval): Add myself.
5389
5390 2012-01-02 Richard Guenther <rguenther@suse.de>
5391
5392 PR bootstrap/51686
5393 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5394 * Makefile.in: Regenerate.
5395
5396 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
5397
5398 * MAINTAINERS (Write After Approval): Add myself.
5399
5400 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
5401
5402 * configure: Regenerate.
5403
5404 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5405
5406 * MAINTAINERS (picochip): Changed email address.
5407
5408 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5409
5410 * MAINTAINERS (write-after-approval): Add self.
5411
5412 2011-11-29 DJ Delorie <dj@redhat.com>
5413
5414 * configure.ac (rl78-*-*) New case.
5415 * configure: Regenerate.
5416 * MAINTAINERS: Add myself as RL78 maintainer.
5417
5418 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5419
5420 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5421
5422 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
5423
5424 * libtool.m4: Additional FreeBSD 10 fixes.
5425
5426 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
5427
5428 * MAINTAINERS: Move myself from Write After Approval to CPU Port
5429 Maintainers section, as Epiphany maintainer.
5430
5431 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
5432
5433 PR target/49992
5434 * configure.ac: Remove ranlib special-casing for Darwin.
5435 * configure: Regenerate.
5436
5437 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
5438
5439 * MAINTAINERS (Reviewers): Keep the list sorted.
5440
5441 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
5442
5443 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5444
5445 2011-11-09 Roland McGrath <mcgrathr@google.com>
5446
5447 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5448 * configure: Rebuild.
5449 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5450 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5451 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5452 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5453 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5454 Add READELF.
5455 * Makefile.in: Rebuild.
5456
5457 2011-11-09 Jason Merrill <jason@redhat.com>
5458
5459 * Makefile.def (language=c++): Remove check-c++0x.
5460 * Makefile.in (check-gcc-c++): Regenerate.
5461
5462 2011-11-08 Richard Henderson <rth@redhat.com>
5463
5464 * configure.ac: Test for libitm directory present first.
5465
5466 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5467
5468 * configure.ac: Test libitm/configure.tgt to disable libitm.
5469 * configure: Rebuild.
5470
5471 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
5472 Richard Henderson <rth@redhat.com>
5473
5474 Merged from transactional-memory.
5475
5476 * Makefile.def (lang_env_dependencies): libitm is c++.
5477 Add libitm target module.
5478 * configure.ac: Likewise.
5479 * config/mmap.m4: New file.
5480 * contrib/gcc_update: Add libitm to touch data.
5481 * Makefile.in, configure: Rebuild.
5482
5483 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5484
5485 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5486 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5487 * Makefile.in: Regenerate.
5488
5489 2011-11-01 DJ Delorie <dj@redhat.com>
5490
5491 * config.sub: Update to version 2011-10-29 (added rl78)
5492
5493 2011-10-27 Nick Clifton <nickc@redhat.com>
5494
5495 * config.sub: Import these changes from the config project:
5496
5497 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
5498 Ben Elliston <bje@gnu.org>
5499
5500 * config.sub (epiphany): New.
5501
5502 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
5503 Ben Elliston <bje@gnu.org>
5504
5505 * config.sub (hexagon, hexagon-*): New.
5506
5507 2011-08-23 Roland McGrath <mcgrathr@google.com>
5508
5509 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5510 64eb to be64.
5511
5512 2011-08-16 Roland McGrath <mcgrathr@google.com>
5513
5514 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5515 (nacl): Grok as alias for 32el-unknown-nacl.
5516
5517 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
5518
5519 * MAINTAINERS (Write After Approval): Add myself.
5520
5521 2011-10-24 Teresa Johnson <tejohnson@google.com>
5522
5523 * MAINTAINERS (Write After Approval): Add myself.
5524
5525 2011-09-21 Jakub Jelinek <jakub@redhat.com>
5526
5527 * MAINTAINERS (sparc port): Remove myself.
5528
5529 2011-09-14 Tom de Vries <tom@codesourcery.com>
5530
5531 * MAINTAINERS (Write After Approval): Add myself.
5532
5533 2011-08-14 Yao Qi <yao@codesourcery.com>
5534
5535 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5536 * configure: Regenerate.
5537
5538 2011-07-26 Ian Lance Taylor <iant@google.com>
5539
5540 * configure.ac: Set have_compiler based on whether gcc directory
5541 exists, rather than on whether gcc is in configdirs.
5542 * configure: Rebuild.
5543
5544 2011-07-21 Joseph Myers <joseph@codesourcery.com>
5545
5546 * MAINTAINERS (Global Reviewers): Add self.
5547
5548 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
5549
5550 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5551 link directories.
5552 * Makefile.in: Rebuild.
5553
5554 2011-07-20 Ian Lance Taylor <iant@google.com>
5555
5556 PR bootstrap/49787
5557 * configure.ac: Move --enable-bootstrap handling earlier in file.
5558 If --enable-bootstrap and either --enable-build-with-cxx or
5559 --enable-build-poststage1-with-cxx, enable C++ automatically.
5560 * configure: Rebuild.
5561
5562 2011-07-19 Ian Lance Taylor <iant@google.com>
5563
5564 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5565 make C++ a boot_language. Set and substitute
5566 POSTSTAGE1_CONFIGURE_FLAGS.
5567 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5568 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5569 * configure, Makefile.in: Rebuild.
5570
5571 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5572
5573 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5574 maintainers.
5575
5576 2011-07-18 Jakub Jelinek <jakub@redhat.com>
5577
5578 * MAINTAINERS (Global Reviewers): Add myself.
5579
5580 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5581
5582 * configure: Regenerate.
5583
5584 2011-07-16 Jason Merrill <jason@redhat.com>
5585
5586 * Makefile.def (language=c++): Add check-c++0x and
5587 check-target-libmudflap-c++.
5588 * Makefile.tpl (check-target-libmudflap-c++): New.
5589 * Makefile.in: Regenerate.
5590
5591 2011-07-16 Matthias Klose <doko@ubuntu.com>
5592
5593 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5594 * Makefile.def (target_modules/libjava): Pass
5595 $(EXTRA_CONFIGARGS_LIBJAVA).
5596 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5597 if not configured with --enable-static-libjava.
5598 * Makefile.in: Regenerate.
5599 * configure: Likewise.
5600
5601 2011-07-15 Jason Merrill <jason@redhat.com>
5602
5603 * Makefile.in (check-c++): Move check-gcc-c++0x after
5604 check-target-libstdc++-v3.
5605
5606 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5607
5608 * MAINTAINERS (c6x port): New entry.
5609
5610 2011-07-13 Jason Merrill <jason@redhat.com>
5611
5612 * Makefile.in (check-gcc-c++0x): New.
5613 (check-c++): Depend on it.
5614
5615 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5616
5617 PR target/39150
5618 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5619 x86_64-*-solaris2.1[0-9]*.
5620 * configure: Regenerate.
5621
5622 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5623
5624 * MAINTAINERS (RTL optimizers): Add self.
5625
5626 2011-06-27 Gabriel Charette <gchare@google.com>
5627
5628 * MAINTAINERS (Write After Approval): Add myself.
5629
5630 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
5631
5632 PR regression/47836
5633 PR bootstrap/23656
5634 PR other/47733
5635 PR bootstrap/49247
5636 PR c/48825
5637 * configure.ac (target_libraries): Remove target-libiberty.
5638 Remove case-statement setting skipdirs=target-libiberty for
5639 multiple targets. Remove checking target_configdirs and
5640 removing target-libiberty but keeping target-libgcc if
5641 otherwise empty.
5642 * Makefile.def (target_modules): Don't add libiberty.
5643 (dependencies): Remove all traces of target-libiberty.
5644 * configure, Makefile.in: Regenerate.
5645
5646 2011-06-13 Walter Lee <walt@tilera.com>
5647
5648 * configure.ac (tilepro-*-*) New case.
5649 (tilegx-*-*): Likewise.
5650 * configure: Regenerate.
5651
5652 2011-06-06 Jing Yu <jingyu@google.com>
5653
5654 * configure.ac: Skip target-libiberty for
5655 arm*-*-linux-androideabi.
5656 * configure: Regenerated.
5657
5658 2011-06-06 Nick Clifton <nickc@redhat.com>
5659
5660 * config.sub: Sync from upstream.
5661
5662 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5663
5664 * MAINTAINERS (Write After Approval): Add myself.
5665
5666 2011-06-01 Daniel Jacobowitz <drow@false.org>
5667
5668 * MAINTAINERS: Update my email address.
5669
5670 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5671
5672 * MAINTAINERS (Write After Approval): Update my email address.
5673
5674 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5675
5676 * MAINTAINERS (Write After Approval): Add myself.
5677
5678 2011-05-08 Doug Kwan <dougkwan@google.com>
5679
5680 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5681 * configure: Regenerated.
5682 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5683 value from configure.
5684 * Makefile.in: Regenerated.
5685
5686 2011-05-05 Joseph Myers <joseph@codesourcery.com>
5687
5688 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5689 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5690 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5691 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5692 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5693 *-*-vxworks*): Disable newlib and libgloss in separate case
5694 statement.
5695 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5696 to separate case statement.
5697 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5698 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5699 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5700 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5701 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5702 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5703 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5704 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5705 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5706 i[[3456789]]86-*-rdos*, m32r-*-*,
5707 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5708 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5709 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5710 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5711 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5712 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5713 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5714 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5715 and libgloss in main case over targets. Remove most empty cases
5716 in main case over targets.
5717 * configure: Regenerate.
5718
5719 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
5720
5721 * MAINTAINERS (Write After Approval): Add myself.
5722
5723 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5724
5725 * configure.ac: Remove code setting special library locations for
5726 hppa*64*-*-hpux11*. Remove code setting compiler for
5727 sparc-sun-solaris2*.
5728 * configure: Regenerate.
5729
5730 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5731
5732 * configure.ac: Separate libgloss_dir settings from general case
5733 over targets.
5734 * configure: Regenerate.
5735
5736 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5737
5738 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5739 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5740 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5741 cases in libgcj-disabling case statement.
5742 (hppa*64*-*-linux*): Set unsupported_languages instead of
5743 disabling target-zlib.
5744 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5745 to hppa*64*-*-hpux*.
5746 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5747 hppa*-*-hpux*.
5748 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5749 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5750 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5751 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5752 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5753 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5754 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5755 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5756 libgcj-disabling case statement.
5757 * configure: Regenerate.
5758
5759 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5760
5761 * configure.ac: Disable Java for targets not supporting libffi.
5762 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5763 Remove cases in Java-disabling statement.
5764 (*arm-wince-pe): Change to arm-wince-pe.
5765 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5766 cases in Java-disabling statement.
5767 (bfin-*-*): Don't disable Java again.
5768 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5769 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5770 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5771 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5772 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5773 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5774 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5775 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5776 Java-disabling statement.
5777 (mmix-*-*): Don't disable Java again.
5778 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5779 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5780 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5781 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5782 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5783 statement.
5784 * configure: Regenerate.
5785
5786 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5787
5788 * configure.ac: Separate cases disabling Java and Java libraries
5789 from general case over targets.
5790 * configure: Regenerate.
5791
5792 2011-04-21 Jie Zhang <jzhang918@gmail.com>
5793
5794 * MAINTAINERS: Update my email address.
5795
5796 2011-04-20 Easwaran Raman <eraman@google.com>
5797
5798 * MAINTAINERS (Write After Approval): Add myself.
5799
5800 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
5801
5802 PR lto/48086
5803 * configure.ac: Re-enable LTO on *-apple-darwin9*.
5804 * configure: Regenerate.
5805
5806 2011-04-16 Jim Meyering <meyering@redhat.com>
5807
5808 * MAINTAINERS (Write After Approval): Add myself.
5809
5810 2011-04-15 Dodji Seketeli <dodji@redhat.com>
5811
5812 * MAINTAINERS: Update my email address.
5813
5814 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
5815
5816 * MAINTAINERS (Write After Approval): Add myself.
5817
5818 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5819
5820 * MAINTAINERS (Write After Approval): Add myself.
5821
5822 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5823
5824 * MAINTAINERS (Write After Approval): Add myself.
5825
5826 2011-04-06 Joseph Myers <joseph@codesourcery.com>
5827
5828 * configure.ac (build_tools): Remove build-byacc.
5829 (host_libs): Remove mmalloc.
5830 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5831 autoconf automake libtool diff rcs fileutils shellutils time
5832 textutils wdiff find uudecode hello tar gzip indent recode release
5833 sed perl gawk findutils gettext zip.
5834 (libgcj): Remove target-qthreads.
5835 (target_tools): Remove target-examples target-gperf.
5836 (YACC): Don't handle building byacc.
5837 * configure: Regenerate.
5838 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5839 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5840 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5841 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5842 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5843 handle building components.
5844 * Makefile.in: Regenerate.
5845
5846 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5847
5848 * MAINTAINERS: Update my email address as Xtensa maintainer.
5849
5850 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5851
5852 * config.sub: Sync from upstream.
5853
5854 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5855
5856 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5857 (microblaze*): Don't disable libssp.
5858 * configure: Regenerate.
5859
5860 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5861
5862 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5863 moveifchange.
5864 * configure: Regenerate.
5865 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5866 * Makefile.in: Regenerate.
5867
5868 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5869
5870 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5871 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5872 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5873 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5874 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5875 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5876 md_exec_prefix cases.
5877 * configure: Regenerate.
5878
5879 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5880
5881 * configure.ac: Separate cases disabling target-libssp,
5882 target-libiberty, target-libstdc++-v3 and Fortran from general
5883 case over targets.
5884 * configure: Regenerate.
5885
5886 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5887
5888 * configure.ac (*-*-chorusos): Don't disable libgcj.
5889 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5890 Remove case.
5891 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5892 (arm-*-coff): Don't disable libgcj.
5893 (arm*-*-linux-gnueabi): Remove useless assignment.
5894 (arm-*-riscix*): Don't disable libgcj.
5895 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5896 configuration.
5897 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5898 (c54x*-*-*): Remove case.
5899 (tic54x-*-*): Don't disable GCC or GCC libraries.
5900 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5901 to *.
5902 (d10v-*-*): Don't disable GCC libraries.
5903 (d30v-*-*): Don't disable libgcj.
5904 (h8500-*-*): Don't disable GCC libraries.
5905 (i960-*-*): Don't disable libgcj.
5906 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5907 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5908 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5909 libgcj.
5910 (m68k-*-coff*): Remove case.
5911 (mmix-*-*): Don't disable libgloss on host.
5912 (mn10200-*-*, mn10300-*-*): Remove cases.
5913 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5914 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5915 Don't disable libgcj.
5916 (romp-*-*): Remove case.
5917 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5918 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5919 case.
5920 (v810-*-*): Don't disable GCC libraries.
5921 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5922 (ip2k-*-*): Don't disable GCC libraries.
5923 * configure: Regenerate.
5924
5925 2011-03-28 Joseph Myers <joseph@codesourcery.com>
5926
5927 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5928 libffi on host.
5929 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5930 on host.
5931 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5932 * configure: Regenerate.
5933
5934 2011-03-26 John Marino <binutils@marino.st>
5935
5936 * configure.ac: Add support for *-*-dragonfly*
5937 * configure: Regenerate.
5938
5939 2011-03-25 Joseph Myers <joseph@codesourcery.com>
5940
5941 * configure.ac (native_only): Remove.
5942 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5943 send-pr uudecode guile gnuserv on host.
5944 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5945 send-pr rcs guile perl texinfo libtool on host.
5946 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5947 automake send-pr rcs guile perl texinfo libtool on host.
5948 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5949 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5950 (alpha*-dec-osf*): Don't disable fileutils on target.
5951 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5952 texinfo send-pr expect dejagnu on target.
5953 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5954 target-qthreads on target.
5955 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5956 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5957 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5958 x86_64-*-mingw*): Don't disable expect on target.
5959 (*-*-cygwin*): Don't disable target-gperf on target.
5960 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5961 gnuserv on target.
5962 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5963 target.
5964 * configure: Regenerate.
5965
5966 2011-03-25 Joseph Myers <joseph@codesourcery.com>
5967
5968 * configure.ac (target_tools): Remove target-groff.
5969 (native_only): Remove target-groff.
5970 (hppa*64*-*-*): Don't disable byacc.
5971 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5972 setting.
5973 (*-*-kaos*): Don't skip target-librx and target-groff.
5974 (*-*-netware*): Don't skip target-libmudflap.
5975 (*-*-tpf*): Don't skip target-libmudflap.
5976 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5977 directories on the host.
5978 (ia64*-*-*vms*): Don't skip tix.
5979 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5980 host.
5981 * configure: Regenerate.
5982
5983 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5984
5985 * configure.ac: Remove references to mt-mep, mt-netware,
5986 mt-wince.
5987 * Makefile.def: Add all-utils soft dependencies.
5988 * Makefile.tpl: Remove GDB_NLM_DEPS.
5989 * configure: Regenerate.
5990 * Makefile.in: Regenerate.
5991
5992 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5993
5994 * configure.ac: Do not include mh-x86omitfp.
5995 * configure: Regenerate.
5996
5997 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5998
5999 * configure.ac: Remove empty cases.
6000 * configure: Regenerate.
6001
6002 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
6003
6004 * Makefile.def: Add dependency from termcap to gdb.
6005 * Makefile.in: Regenerate.
6006
6007 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
6008
6009 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
6010 * configure: Regenerate.
6011 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
6012 * Makefile.tpl: Likewise.
6013 * Makefile.in: Regenerate.
6014
6015 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
6016
6017 * configure.ac: Remove all mentions of tentative_cc.
6018 * configure: Regenerate.
6019
6020 2011-03-24 Joseph Myers <joseph@codesourcery.com>
6021
6022 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
6023 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
6024 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
6025 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
6026 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
6027 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
6028 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
6029 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
6030 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
6031 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
6032 *-*-rhapsody*): Remove host cases.
6033 * configure: Regenerate.
6034
6035 2011-03-24 Joseph Myers <joseph@codesourcery.com>
6036
6037 * configure.ac (ppc*-*-pe): Remove host case.
6038 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
6039 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
6040 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
6041 cases.
6042 * configure: Regenerate.
6043
6044 2011-03-24 Joseph Myers <joseph@codesourcery.com>
6045
6046 * config.sub: Update to version 2011-03-23.
6047
6048 2011-03-22 Joseph Myers <joseph@codesourcery.com>
6049
6050 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
6051 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
6052 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
6053 * configure: Regenerate.
6054
6055 2011-03-22 Joseph Myers <joseph@codesourcery.com>
6056
6057 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
6058 to Write After Approval.
6059 * config-ml.in: Don't handle arc-*-elf*.
6060 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
6061 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
6062 handle GCC libraries.
6063 * configure: Regenerate.
6064
6065 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6066
6067 PR bootstrap/48120:
6068 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
6069 Add -lstdc++ -lm to LIBS.
6070 * configure: Regenerate.
6071
6072 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
6073
6074 * config.guess: Update to version 2011-02-02
6075 * config.sub: Update to version 2011-02-24
6076
6077 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
6078
6079 PR lto/48086
6080 * configure.ac: Re-enable LTO on *-apple-darwin9.
6081 * configure: Regenerate.
6082
6083 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
6084
6085 PR lto/48086
6086 * configure.ac: Disable LTO on darwin due to an assembler change in
6087 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
6088 under 256.
6089 * configure: Regenerate.
6090
6091 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
6092
6093 * MAINTAINERS: Update myself as score backend maintainer,
6094 update my e-mail address.
6095
6096 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
6097
6098 * MAINTAINERS: Update my e-mail address.
6099
6100 2011-03-06 Joey Ye <joey.ye@arm.com>
6101
6102 * MAINTAINERS: Update my e-mail address.
6103
6104 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
6105
6106 * configure.ac: Adjust test of with_ppl.
6107 * configure: Regenerated.
6108
6109 2011-03-02 Kai Tietz <ktietz@redhat.com>
6110
6111 * MAINTAINERS: Adjust my e-mail address.
6112
6113 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
6114
6115 * configure.ac: Add -lpwl to ppllibs.
6116 * configure: Regenerated.
6117
6118 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
6119
6120 * config/cloog.m4: Add -lisl to clooglibs.
6121 * configure: Regenerated.
6122
6123 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6124
6125 * MAINTAINERS (CPU Port maintainers): Add self.
6126
6127 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6128
6129 * MAINTAINERS: Add myself as testsuite maintainer.
6130
6131 2011-02-15 Mike Stump <mikestump@comcast.net>
6132
6133 * MAINTAINERS: Add myself as testsuite maintainer.
6134
6135 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6136
6137 Import from Libtool and gnulib:
6138
6139 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
6140
6141 Prepare for supporting FreeBSD 10.
6142 * config.rpath: Remove handling of freebsd1* which soon would
6143 match FreeBSD 10.0.
6144
6145 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
6146
6147 Remove support for FreeBSD 1.x.
6148 * libtool.m4 (_LT_LINKER_SHLIBS)
6149 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6150 soon would incorrectly match FreeBSD 10.0.
6151
6152 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6153
6154 PR binutils/12283
6155 * move-if-change: Import version from gnulib.
6156
6157 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
6158
6159 PR lto/47225
6160 * Makefile.def (lto-plugin): Double dash for enable-shared.
6161 (configure-gcc): Depend on all-lto-plugin.
6162 * Makefile.in: Rebuilt.
6163
6164 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6165
6166 * configure.ac: Remove extra bracket.
6167 * configure: Regenerate.
6168
6169 2011-02-08 Tobias Burnus <burnus@net-b.de>
6170
6171 * MAINTAINERS: Add myself as libquadmath maintainer.
6172
6173 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
6174
6175 * MAINTAINERS: Update my email address.
6176
6177 2011-02-07 Joseph Myers <joseph@codesourcery.com>
6178
6179 * MAINTAINERS (option handling): Add self.
6180
6181 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
6182
6183 PR lto/47225
6184 * Makefile.def: Add dependency for install-gcc
6185 on install-lto-plugin.
6186 * Makfile.in: Regenerated
6187
6188 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
6189
6190 * MAINTAINERS (CPU Port Maintainers): Add myself.
6191
6192 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
6193
6194 PR libgcj/44341
6195 * configure.ac: Discard --with-* flags for host when configuring
6196 target libraries for cross build.
6197 * configure: Rebuilt.
6198
6199 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6200
6201 * MAINTAINERS (linear loop transforms): Removed.
6202
6203 2011-01-25 Jakub Jelinek <jakub@redhat.com>
6204
6205 * configure.ac: If with_ppl is no, move setting with_cloog=no
6206 after CLOOG_REQUESTED check.
6207 * configure: Regenerated.
6208
6209 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6210
6211 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6212 CLooG has been requested.
6213 * configure: Regenerated.
6214
6215 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6216
6217 * configure: Regenerated.
6218 * configure.ac: Check for version 0.11 (or later revision) of PPL.
6219
6220 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
6221
6222 * configure: Regenerated.
6223 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6224
6225 2011-01-21 Andreas Schwab <schwab@redhat.com>
6226
6227 * configure.ac: Use AS_HELP_STRING throughout.
6228 * configure: Regenerate.
6229
6230 2011-01-18 Jie Zhang <jie.zhang@analog.com>
6231
6232 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6233 * configure: Regenerate.
6234
6235 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6236
6237 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6238
6239 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6240
6241 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6242 for ia64-hpux.
6243 * configure: Regenerate.
6244
6245 2011-01-07 Jan Hubicka <jh@suse.cz>
6246
6247 PR lto/47225
6248 * Makefile.in: Regenerate.
6249 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6250 configure.
6251
6252 2011-01-07 Jan Hubicka <jh@suse.cz>
6253
6254 * Makefile.in: Regenerate.
6255 * Makefile.def (gcc host module) and soft dependency on lto-plugin
6256 and configure dependency on lto-plugin configure.
6257 (lto-plugin module): Remove dependency on GCC; add dependency on
6258 liniberty.
6259
6260 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
6261
6262 * MAINTAINERS (Write After Approval): Add myself.
6263
6264 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
6265
6266 * configure: Regenerate.
6267
6268 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
6269
6270 * configure.ac: (picochip): Disable libiberty.
6271
6272 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
6273
6274 * MAINTAINERS (Write After Approval): Add myself.
6275
6276 2010-12-10 Ian Lance Taylor <iant@google.com>
6277
6278 PR bootstrap/46819
6279 * configure.ac: For --disable-libgcj clear libgcj_saved.
6280 * configure: Rebuild.
6281
6282 2010-12-10 Tobias Burnus <burnus@net-b.de>
6283
6284 PR fortran/46540
6285 * configure.ac: Add --disable-libquadmath and
6286 --disable-libquadmath-support.
6287 * configure: Regenerate.
6288
6289 2010-12-03 Ian Lance Taylor <iant@google.com>
6290
6291 * MAINTAINERS: Add myself as libgo maintainer.
6292
6293 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
6294
6295 PR libffi/46792
6296 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6297 * configure: Regenerate.
6298
6299 2010-12-02 Ian Lance Taylor <iant@google.com>
6300
6301 * configure.ac: Always set default for poststage1_ldflags to
6302 -static-libstdc++ -static-libgcc.
6303
6304 2010-11-29 Andreas Schwab <schwab@redhat.com>
6305
6306 * configure.ac: Move comment to remove extra space in last argument
6307 of GCC_TARGET_TOOL.
6308
6309 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
6310
6311 PR other/46026
6312 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6313 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6314 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6315 (BASE_FLAGS_TO_PASS): Use it.
6316 * configure: Rebuilt.
6317 * Makefile.in: Rebuilt.
6318
6319 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
6320
6321 PR binutils/12258
6322 * configure.ac: Correct comments for --enable-gold/--enable-ld.
6323 Properly check default linker.
6324 * configure: Regnerated.
6325
6326 2010-11-23 Matthias Klose <doko@ubuntu.com>
6327
6328 * configure.ac: For --enable-gold, handle value `default' instead of
6329 `both*'. New configure option --{en,dis}able-ld.
6330 * configure: Regenerate.
6331
6332 2010-11-20 Ian Lance Taylor <iant@google.com>
6333
6334 * configure.ac: Only disable a language library if no language needs
6335 it. Don't let --disable-libgcj uncondtionally disable libffi.
6336 * configure: Rebuild.
6337
6338 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6339
6340 * Makefile.in: Regenerate.
6341
6342 PR other/46202
6343 * configure.ac: Fix just-built in-tree STRIP name to be
6344 binutils/strip-new.
6345 * configure: Regenerate.
6346 * Makefile.def (install-strip-gcc, install-strip-binutils)
6347 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6348 (install-strip-sid): Mirror dependencies on non-strip variants
6349 of these targets on the respective -strip prerequisites.
6350 * Makefile.tpl (install-strip, install-strip-host)
6351 (install-strip-target): New targets.
6352 (install-strip-[+module+], install-strip-target-[+module+]):
6353 New targets.
6354 * Makefile.in: Regenerate.
6355
6356 2010-11-19 Ian Lance Taylor <iant@google.com>
6357 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6358
6359 * configure.ac: Add target-libgo to target_libraries. Set
6360 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6361 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6362 (HOST_EXPORTS): Add GOC.
6363 (BASE_TARGET_EXPORTS): Add GOC.
6364 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6365 (GOCFLAGS_FOR_TARGET): New variable.
6366 (EXTRA_HOST_FLAGS): Add GOC.
6367 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6368 * Makefile.def (target_modules): Add libgo.
6369 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6370 (dependencies): Add dependency from configure-target-libgo to
6371 configure-target-libffi and all-target-libstdc++-v3. Add
6372 dependencies from all-target-libgo to all-target-libffi.
6373 (languages): Add go.
6374 * configure: Rebuild.
6375 * Makefile.in: Rebuild.
6376
6377 2010-11-19 Ian Lance Taylor <iant@google.com>
6378
6379 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6380 compiler/flag environment variables.
6381
6382 2010-11-18 Ian Lance Taylor <iant@google.com>
6383
6384 * configure.ac: Check for lang_requires_boot_languages in
6385 config-lang.in files.
6386 * configure: Rebuild.
6387
6388 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6389 Tobias Burnus <burnus@net-b.de>
6390
6391 PR fortran/32049
6392 * Makefile.def: Add libquadmath; build it with language=fortran.
6393 * configure.ac: Add libquadmath.
6394 * Makefile.tpl: Handle multiple libs in check-[+language+].
6395 * Makefile.in: Regenerate.
6396 * configure: Regenerate.
6397
6398 2010-11-16 Tom Tromey <tromey@redhat.com>
6399
6400 * MAINTAINERS: Moved myself to reviewers section.
6401
6402 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
6403
6404 * MAINTAINERS: Moved myself to reviewers section.
6405
6406 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6407
6408 * MAINTAINERS (Various Maintainers): Add self for build machinery.
6409 (Write After Approval): Remove self.
6410
6411 2010-11-15 Andreas Schwab <schwab@redhat.com>
6412
6413 * configure.ac: Fix spelling in option names.
6414 * configure: Regenerated.
6415
6416 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
6417
6418 PR bootstrap/39622
6419 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6420 * configure: Regenerated.
6421
6422 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
6423
6424 * MAINTAINERS: Update my email address.
6425
6426 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6427
6428 * configure: Regenerate.
6429
6430 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6431
6432 * configure: Regenerate.
6433
6434 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6435
6436 * configure: Regenerate.
6437
6438 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6439
6440 * configure: Regenerate.
6441
6442 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
6443
6444 * configure.ac: Support official CLooG.org versions.
6445 * configure: Regenerate.
6446 * config/cloog.m4: New.
6447
6448 2010-11-10 François Dumont <francois.cppdevs@free.fr>
6449
6450 * MAINTAINERS (Write After Approval): Add myself.
6451
6452 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
6453
6454 * MAINTAINERS: Update my email address.
6455
6456 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
6457
6458 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6459 * configure: Regenerate.
6460
6461 2010-11-03 Ian Lance Taylor <iant@google.com>
6462 Dave Korn <dave.korn.cygwin@gmail.com>
6463
6464 PR lto/46273
6465 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
6466 and on other supported platforms whenever LTO is enabled.
6467 * configure: Rebuild.
6468
6469 2010-11-02 Alan Modra <amodra@gmail.com>
6470
6471 PR binutils/12110
6472 * configure.ac: Error when source path contains spaces.
6473 * configure: Regenerate.
6474
6475 2010-10-23 James E. Wilson <wilson@codesourcery.com>
6476
6477 * MAINTAINERS: Update my email address.
6478
6479 2010-10-20 Ian Lance Taylor <iant@google.com>
6480
6481 * Makefile.def (target_modules): Set lib_path to src/.libs for
6482 libstdc++-v3 module.
6483 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6484 * Makefile.in: Rebuild.
6485
6486 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6487
6488 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6489 (Write After Approval): Remove myself.
6490
6491 2010-10-15 Tristan Gingold <gingold@adacore.com>
6492
6493 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6494
6495 2010-10-14 Douglas Rupp <rupp@gnat.com>
6496
6497 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6498
6499 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
6500
6501 * configure.ac (build_lto_plugin): New shell variable.
6502 (--enable-lto): Turn on by default for all non-ELF platforms that
6503 have had LTO support added so far. Set build_lto_plugin appropriately
6504 for both ELF and non-ELF.
6505 (configdirs): Add lto-plugin or not based on build_lto_plugin.
6506 * configure: Regenerate.
6507
6508 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6509
6510 Sync from src:
6511 * configure.ac (v850 support): Remove target-libgloss from
6512 noconfigdirs.
6513 * configure: Regenerate.
6514
6515 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6516
6517 PR bootstrap/45326
6518 PR bootstrap/45174
6519 * configure.ac: Honor initial values of $build_configargs,
6520 $host_configargs, $target_configargs. Mark the precious, so
6521 environment settings get recorded.
6522 * configure: Regenerate.
6523
6524 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6525
6526 PR bootstrap/45796
6527 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6528 Depend on all-build-libiberty.
6529 * Makefile.in: Regenerate.
6530
6531 2010-09-30 Michael Eager <eager@eagercon.com>
6532
6533 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6534 * configure: Regenerate.
6535
6536 2010-09-28 Michael Eager <eager@eagercon.com>
6537
6538 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6539
6540 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6541
6542 PR bootstrap/44621
6543 * configure.ac: Fix unportable shell quoting.
6544 * configure: Regenerate.
6545
6546 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6547
6548 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6549 targets and amend comment.
6550 * configure: Regenerate.
6551
6552 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6553
6554 * MAINTAINERS (Write After Approval): Add myself.
6555
6556 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6557
6558 * configure.ac: Enable LTO by default on Darwin.
6559 * configure: Regenerate.
6560
6561 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6562
6563 * MAINTAINERS (Write After Approval): Add myself.
6564
6565 2010-09-01 Ian Bolton <ian.bolton@arm.com>
6566
6567 * MAINTAINERS (Write After Approval): Add myself.
6568
6569 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6570
6571 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6572 ports
6573
6574 2010-07-28 David Yuste <david.yuste@gmail.com>
6575
6576 * MAINTAINERS (Write After Approval): Add myself.
6577
6578 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6579
6580 * configure.ac: Support all v850 targets.
6581 * configure: Regenerate.
6582
6583 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6584
6585 PR bootstrap/44455
6586 * configure.ac (extra_mpfr_configure_flags): Copy from
6587 extra_mpc_gmp_configure_flags.
6588 * configure: Re-generated.
6589
6590 2010-07-22 Andi Kleen <ak@linux.intel.com>
6591
6592 * MAINTAINERS (Write After Approval): Add myself.
6593
6594 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6595
6596 * MAINTAINERS (Write After Approval): Add myself.
6597
6598 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6599
6600 * MAINTAINERS (Write After Approval): Add myself.
6601
6602 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6603
6604 PR target/44862
6605 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6606 Provide -B option to allow for link spec %s substitutions for
6607 libstdc++.a on darwin.
6608 * Makefile.in: Regenerate.
6609
6610 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6611
6612 * MAINTAINERS (Reviewers): Update my e-mail address
6613
6614 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
6615
6616 * Makefile.def (configure-gcc): Depend on all-libelf.
6617 * Makefile.in: Rebuild.
6618
6619 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6620
6621 * MAINTAINERS (Write After Approval): Add myself in the right place.
6622
6623 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
6624
6625 * MAINTAINERS (Write After Approval): Add myself.
6626
6627 2010-05-25 Sterling Augustine <sterling@tensilica.com>
6628
6629 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6630
6631 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
6632
6633 * config.sub: Update to version 2010-05-21.
6634 * config.guess: Update to version 2010-04-03.
6635
6636 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6637
6638 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6639 * configure: Regenerate.
6640
6641 2010-05-12 Sriraman Tallam <tmsriram@google.com>
6642
6643 * MAINTAINERS (Write After Approval): Add myself.
6644
6645 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6646
6647 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6648 a platform that supports LTO.
6649 * configure: Regenerate.
6650
6651 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6652
6653 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6654 * configure: Regenerated.
6655
6656 2010-04-27 Roland McGrath <roland@redhat.com>
6657 H.J. Lu <hongjiu.lu@intel.com>
6658
6659 * configure.ac (--enable-gold): Support both, both/gold and
6660 both/bfd to add gold to configdirs without removing ld.
6661 * configure: Regenerated.
6662
6663 * Makefile.def: Add install-gold dependency to install-ld.
6664 * Makefile.in: Regenerated.
6665
6666 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6667
6668 PR lto/42776
6669 * configure.ac (--enable-lto): Refactor handling so libelf tests
6670 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6671 and allow LTO to be explicitly enabled on non-ELF platforms that
6672 are known to support it inside else-clause.
6673 * configure: Regenerate.
6674
6675 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6676
6677 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6678 * configure: Regenerate.
6679
6680 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6681
6682 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6683 * configure: Regenerate.
6684
6685 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6686
6687 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6688 separately.
6689 * configure: Regenerate.
6690
6691 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
6692
6693 * MAINTAINERS (Write After Approval): Add myself.
6694
6695 2010-04-14 Tristan Gingold <gingold@adacore.com>
6696
6697 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6698 * configure: Regenerate.
6699
6700 2010-04-13 Steve Ellcey <sje@cup.hp.com>
6701
6702 * configure: Regenerate after change to elf.m4.
6703
6704 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6705
6706 * MAINTAINERS (Write After Approval): Add myself.
6707
6708 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6709
6710 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6711 * configure: Regenerated.
6712
6713 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6714
6715 * configure.ac: Print "buggy but acceptable" when CLooG
6716 revision is less than 9.
6717 * configure: Regenerated.
6718
6719 2010-04-01 Diego Novillo <dnovillo@google.com>
6720
6721 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6722
6723 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6724
6725 PR bootstrap/43615
6726 PR bootstrap/43328
6727
6728 Revert:
6729
6730 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6731
6732 * configure.ac: Do not pass --enable-multilib nor
6733 --disable-multilib in baseargs. Accept explicitly passed
6734 --enable_multilib.
6735 * configure: Regenerate.
6736
6737 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6738
6739 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6740
6741 2010-03-31 Janis Johnson <janis187@us.ibm.com>
6742
6743 * MAINTAINERS: Remove myself.
6744
6745 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6746
6747 PR bootstrap/43328
6748 * configure.ac: Do not pass --enable-multilib nor
6749 --disable-multilib in baseargs. Accept explicitly passed
6750 --enable_multilib.
6751 * configure: Regenerate.
6752
6753 2010-03-28 Andrew Pinski <pinskia@gmail.com>
6754
6755 * MAINTAINERS (spu port): Remove me.
6756
6757 2010-03-23 Joseph Myers <joseph@codesourcery.com>
6758
6759 * configure.ac (tic6x-*-*): New case.
6760 * configure: Regenerate.
6761
6762 2010-03-23 Joseph Myers <joseph@codesourcery.com>
6763
6764 * config.sub: Update to version 2010-03-22.
6765 * config.guess: Update to version 2009-12-30.
6766
6767 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
6768
6769 PR ada/42554
6770 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6771 * configure: Regenerate.
6772
6773 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6774
6775 * MAINTAINERS: Update my email address.
6776
6777 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6778
6779 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6780 (ghassan.shobaki@amd.com): Removed.
6781
6782 2010-03-17 Alan Modra <amodra@gmail.com>
6783
6784 * MAINTAINERS: Update my email address.
6785
6786 2010-03-16 Diego Novillo <dnovillo@google.com>
6787
6788 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6789 Matthews.
6790
6791 2010-03-16 Joseph Myers <joseph@codesourcery.com>
6792
6793 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6794 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6795
6796 2010-03-16 Joseph Myers <joseph@codesourcery.com>
6797
6798 * MAINTAINERS: Update my email address.
6799
6800 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6801
6802 * MAINTAINERS: Update my email address.
6803
6804 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6805
6806 * MAINTAINERS: Update my email address.
6807
6808 2010-03-09 Jie Zhang <jie@codesourcery.com>
6809
6810 * MAINTAINERS: Update my email address.
6811
6812 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6813
6814 PR libstdc++/32499
6815 * configure.ac (RANLIB): Default to true.
6816 (STRIP): Likewise.
6817 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6818 * configure: Regenerate.
6819
6820 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
6821
6822 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6823 (Write After Approval): Update my email address.
6824
6825 2010-02-17 Nick Clifton <nickc@redhat.com>
6826
6827 PR 11238
6828 * Makefile.tpl (local-distclean): Also remove config.cache files in
6829 sub-directories as there may not be Makefiles present in the
6830 sub-directories.
6831 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6832 the config.cache files found by the find command.
6833
6834 * Makefile.in: Regenerate.
6835 * configure.ac: Revert previous delta.
6836 * configure: Regenerate.
6837
6838 2010-02-15 Nick Clifton <nickc@redhat.com>
6839
6840 PR 11238
6841 * configure.ac: Delete config.cache files in sub-directories when
6842 deleting Makefiles.
6843 * configure: Regenerate.
6844
6845 2010-02-12 Ben Elliston <bje@gnu.org>
6846
6847 * MAINTAINERS: Update my email address.
6848
6849 2010-02-08 Andrew Pinski <pinskia@gmail.com>
6850
6851 * MAINTAINERS (spu port): Update my email address.
6852
6853 2010-02-08 Jie Zhang <jie.zhang@analog.com>
6854
6855 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6856
6857 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6858
6859 * configure.ac: Add "recommended" version checks for GMP/MPC.
6860 Update recommended GMP/MPFR/MPC versions.
6861 * configure: Regenerate.
6862
6863 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6864
6865 * MAINTAINERS: Move my Embecosm email address into the
6866 write-after-approval section.
6867
6868 2010-01-26 Ian Lance Taylor <iant@google.com>
6869
6870 * MAINTAINERS: Add myself as Go frontend maintainer.
6871
6872 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
6873
6874 PR libstdc++/36101, PR libstdc++/42813
6875 * configure.ac (bootstrap_target_libs): Make inclusion of
6876 target-libgomp conditional on libgomb being in target_configdirs.
6877 * configure: Regenerate.
6878
6879 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
6880
6881 PR libstdc++/36101, PR libstdc++/42813
6882 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6883 * configure: Regenerate.
6884
6885 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
6886
6887 PR libstdc++/36101, PR libstdc++/42813
6888 * configure.ac (target_configdirs): Substitute.
6889 * Makefile.def: Bootstrap target module libgomp.
6890 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6891 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6892 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6893 * configure, Makefile.in: Regenerate.
6894
6895 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6896
6897 * MAINTAINERS: Adjust my details.
6898
6899 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6900
6901 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6902
6903 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6904
6905 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6906
6907 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6908
6909 * MAINTAINERS (Write After Approval): Add myself.
6910
6911 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6912
6913 * MAINTAINERS (Write After Approval): Add myself.
6914
6915 2010-01-11 Richard Guenther <rguenther@suse.de>
6916
6917 PR lto/41569
6918 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6919 * Makefile.in: Regenerated.
6920
6921 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
6922
6923 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6924 * configure: Regenerate.
6925
6926 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6927 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6928
6929 PR bootstrap/42424
6930 * configure.ac: Include libtool m4 files.
6931 (_LT_CHECK_OBJDIR): Call it.
6932 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6933 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6934
6935 * configure: Regenerate.
6936
6937 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6938
6939 PR bootstrap/41818
6940 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6941 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6942 * Makefile.in: Regenerate.
6943
6944 2010-01-02 Richard Guenther <rguenther@suse.de>
6945
6946 PR lto/41529
6947 * configure.ac: Include config/elf.m4. Disable LTO if not
6948 builting for an elf target.
6949 * configure: Regenerate.
6950
6951 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6952
6953 * MAINTAINERS: Change my email address.
6954
6955 2009-12-18 Ben Elliston <bje@au.ibm.com>
6956
6957 * config.sub, config.guess: Update from upstream sources.
6958
6959 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6960
6961 * MAINTAINERS (Write After Approval): Add myself.
6962
6963 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6964
6965 PR middle-end/30447
6966 PR middle-end/30789
6967 PR other/40302
6968
6969 * configure.ac: Require MPC.
6970 * configure: Regenerate.
6971
6972 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6973
6974 PR target/38384
6975 PR bootstrap/40972
6976 * libtool.m4: Sync from git Libtool.
6977 * ltoptions.m4: Likewise.
6978 * ltversion.m4: Likewise.
6979 * lt~obsolete.m4: Likewise.
6980 * ltmain.sh: Likewise.
6981
6982 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6983
6984 * configure.ac: Update minimum MPC version to 0.8.
6985 * configure: Regenerate.
6986
6987 2009-11-21 Sebastian Pop <sebpop@gmail.com>
6988
6989 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6990 * configure: Regenerated.
6991
6992 2009-11-21 Ian Lance Taylor <iant@google.com>
6993
6994 * configure.ac: Change default of poststage1_ldflags to be empty if
6995 poststage1_libs is set. When poststage1_libs is empty, and
6996 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6997 * configure: Rebuild.
6998
6999 2009-11-21 Adam Nemet <adambnmet@gmail.com>
7000
7001 * MAINTAINERS (Write After Approval): Update my email address.
7002
7003 2009-11-20 Ben Elliston <bje@au.ibm.com>
7004
7005 * config.guess: Update from upstream sources.
7006
7007 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
7008
7009 * Makefile.def: Restore host and target settings for gmp.
7010 * Makefile.in: Rebuild.
7011
7012 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
7013
7014 * configure.ac: Add libelf to host_libs. Enable in-tree configury
7015 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
7016 Fix portability of test of C++ as bootstrap language. Add
7017 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
7018 * configure: Rebuild.
7019 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
7020 and cloog. Fix in-tree ppl configuration. Introduce libelf
7021 in-tree building.
7022 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
7023 (POSTSTAGE1_HOST_EXPORTS): Use it.
7024 (STAGE[+id+]_CXXFLAGS): New.
7025 (BASE_FLAGS_TO_PASS): Pass it down.
7026 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
7027 extra_exports.
7028 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
7029 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
7030 extra_exports.
7031 * Makefile.in: Rebuild.
7032
7033 2009-11-17 Ben Elliston <bje@au.ibm.com>
7034
7035 * config.sub, config.guess: Update from upstream sources.
7036
7037 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7038
7039 * MAINTAINERS (Write After Approval): Add myself.
7040
7041 2009-11-09 Jon Beniston <jon@beniston.com>
7042
7043 * MAINTAINERS (Write After Approval): Add myself.
7044
7045 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
7046
7047 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
7048 paths for *-w64-mingw* and x86_64-*mingw*.
7049 * configure: Regenerated.
7050
7051 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
7052
7053 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
7054
7055 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
7056
7057 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
7058 Phil Edwards to Write-After Approval.
7059
7060 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
7061
7062 * configure.ac: Disable target-winsup & co for
7063 x86_64-*-mingw* and *-w64-mingw* targets.
7064 * configure: Regenerated.
7065
7066 2009-10-16 Nick Clifton <nickc@redhat.com>
7067
7068 * MAINTAINERS: Add myself as a maintainer for the RX port.
7069
7070 2009-10-26 Johannes Singler <singler@kit.edu>
7071
7072 * MAINTAINERS (Write After Approval): Update my e-mail address.
7073
7074 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7075
7076 * configure.ac (CLooG test): Use = with test.
7077 * configure: Regenerate.
7078
7079 2009-10-22 Richard Guenther <rguenther@suse.de>
7080
7081 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
7082 cloog if the ppl version check failed. Move flags saving
7083 before setting in libelf check.
7084 * configure: Regenerate.
7085
7086 2009-10-21 Richard Guenther <rguenther@suse.de>
7087
7088 * configure.ac: Adjust the ppl and cloog configure to work as
7089 documented. Disable cloog if ppl was disabled. Omit the version
7090 checks if they were disabled.
7091 * configure: Re-generate.
7092
7093 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7094
7095 * configure.ac: Add 'lto' to enable_languages, not
7096 new_enable_languages, and only if not already present.
7097 * configure: Regenerate.
7098
7099 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
7100
7101 * README: Refer to the various COPYING* files instead of just
7102 COPYING.
7103 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
7104
7105 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
7106
7107 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
7108
7109 2009-10-07 Richard Guenther <rguenther@suse.de>
7110
7111 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
7112 and Richard Guenther as reviewers.
7113 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
7114 as reviewers.
7115
7116 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
7117
7118 * config.sub: Update from upstream sources.
7119
7120 2009-10-06 Ian Lance Taylor <iant@google.com>
7121
7122 * Makefile.def: check-gold depends upon all-gas.
7123 * Makefile.in: Rebuild.
7124
7125 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
7126
7127 * MAINTAINERS (Write After Approval): Add myself.
7128
7129 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
7130
7131 * Makefile.def: all-lto-plugin depends on all-libiberty.
7132 set bootstrap=true for lto-plugin.
7133 Add lto-plugin.
7134 * Makefile.in: Regenerate.
7135 * configure.ac (host_libs): Add lto-plugin.
7136 * configure: Regenerate.
7137
7138 2009-10-03 Diego Novillo <dnovillo@google.com>
7139
7140 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
7141 (HOST_LIBELFLIBS): Define.
7142 (HOST_LIBELFINC): Define.
7143 * Makefile.in: Regenerate.
7144 * configure.ac: Add --enable-lto.
7145 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7146 If --enable-lto is used, add 'lto' to new_enable_languages.
7147 If --enable-lto is used and gold is enabled, add
7148 lto-plugin to configdirs.
7149 * configure: Regenerate.
7150
7151 2009-10-03 Simon Baldwin <simonb@google.com>
7152
7153 * configure.ac: If --with-system-zlib, suppress local zlib and
7154 pass --with-system-zlib to subdir configure scripts.
7155 * configure: Regenerate.
7156
7157 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
7158 Paolo Bonzini <bonzini@gnu.org>
7159
7160 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7161 $(srcdir).
7162 * Makefile.in: Rebuilt.
7163
7164 2009-09-26 Gary Funck <gary@intrepid.com>
7165
7166 * MAINTAINERS (Write After Approval): Add myself.
7167
7168 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7169
7170 * configure.ac: Update minimum MPC version to 0.7.
7171 * configure: Regenerate.
7172
7173 2009-09-25 Nick Clifton <nickc@redhat.com>
7174
7175 * configure.ac: Pass any --cache-file=/dev/null option on to
7176 subconfigures.
7177 * configure: Regenerate.
7178
7179 2009-09-23 Nick Clifton <nickc@redhat.com>
7180
7181 * config.sub, config.guess: Update from upstream sources.
7182
7183 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
7184
7185 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7186 * Makefile.in: Rebuilt.
7187
7188 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7189
7190 PR bootstrap/32272
7191 * configure.ac: Error out if $srcdir isn't '.' but contains
7192 host-${host_noncanonical}.
7193 * configure: Regenerate.
7194
7195 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7196
7197 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7198 maintainer.
7199
7200 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7201
7202 * configure.ac: If bootstrapping a combined tree with
7203 --enable-gold, require c++ in stage1_languages.
7204 * configure: Regenerate.
7205
7206 * configure.ac: Also add target_libs of stage1_languages to
7207 bootstrap_target_libs.
7208 * configure: Regenerate.
7209
7210 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7211 with --enable-languages not containing c++.
7212 * configure: Regenerate.
7213
7214 2009-09-15 Jie Zhang <jie.zhang@analog.com>
7215
7216 * configure.ac: Disable java and boehm-gc for bfin-*-*.
7217 * configure: Regenerate.
7218
7219 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
7220
7221 * MAINTAINERS (Write After Approval): Update my e-mail address,
7222 and move from from here...
7223 (Waiting for paperwork): To here.
7224
7225 2009-09-09 Joseph Myers <joseph@codesourcery.com>
7226
7227 * MAINTAINERS (Reviewers): Add self as driver reviewer.
7228
7229 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7230
7231 * configure.ac: Do not use $extrasub for replacing @if/@endif
7232 parts in Makefile; instead, use additional arguments to
7233 AC_CONFIG_COMMANDS to do the replacement manually, with several
7234 sed invocations, to avoid HP-UX sed command limits.
7235 * configure: Regenerate.
7236
7237 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
7238
7239 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7240 blank before -L.
7241
7242 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
7243
7244 * configure.ac (with-build-config): Document. Handle without.
7245 Handle missing argument.
7246 * configure: Rebuilt.
7247
7248 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
7249
7250 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
7251 Default to bootstrap-debug only if compare-debug works.
7252 * configure: Rebuilt.
7253 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7254 * Makefile.in: Rebuilt.
7255
7256 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7257
7258 * MAINTAINERS (OS Port Maintainers): Update my email address.
7259
7260 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
7261
7262 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7263 * Makefile.in: Rebuilt.
7264
7265 2009-09-01 Chris Demetriou <cgd@google.com>
7266
7267 * MAINTAINERS (Write After Approval): Add myself.
7268
7269 2009-08-31 Dodji Seketeli <dodji@redhat.com>
7270
7271 PR debug/30161
7272 * include/dwarf2.h (enum dwarf_tag): Added
7273 DW_TAG_GNU_template_template_param
7274 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7275
7276 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
7277
7278 * Makefile.tpl (AWK): Fix typo.
7279 * Makefile.in: Regenerate.
7280
7281 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
7282
7283 * configure.ac: Detect awk and sed.
7284 * Makefile.def (flags_to_pass): Add AWK and SED.
7285 * Makefile.tpl (AWK, SED): New.
7286 (BASE_FLAGS_TO_PASS): Add AWK and SED.
7287 * configure: Regenerate.
7288 * Makefile.in: Regenerate.
7289
7290 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
7291
7292 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7293 (collapseslashes): Likewise.
7294
7295 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7296
7297 * configure.ac (AC_PREREQ): Bump to 2.64.
7298
7299 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7300
7301 * configure.ac: Remove --with-datarootdir, --with-docdir,
7302 --with-pdfdir, --with-htmldir switches.
7303 * configure: Regenerate.
7304
7305 * configure: Regenerate.
7306
7307 * compile: Sync from Automake 1.11.
7308 * depcomp: Likewise.
7309 * install-sh: Likewise.
7310 * missing: Likewise.
7311 * mkinstalldirs: Likewise.
7312 * ylwrap: Likewise.
7313
7314 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
7315
7316 * ltmain.sh (func_normal_abspath): New function.
7317 (func_relative_path): Likewise.
7318 (func_mode_help): Document new -bindir option for link mode.
7319 (func_mode_link): Add new -bindir option, and use it to place
7320 output DLL if specified.
7321
7322 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7323
7324 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7325 (baseargs): Add --disable-option-checking.
7326 * configure: Regenerate.
7327
7328 * Makefile.def (configure-target-libiberty): Depend on
7329 all-binutils and all-ld.
7330 (configure-target-newlib): Likewise.
7331 * Makefile.in: Regenerate.
7332
7333 2009-08-17 Ben Elliston <bje@au.ibm.com>
7334
7335 * config.sub, config.guess: Update from upstream sources.
7336
7337 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7338
7339 Sync from src, merge:
7340
7341 2009-07-02 Tristan Gingold <gingold@adacore.com>
7342
7343 * configure.ac: Do not exclude gas for i386-*-darwin.
7344 Add a case for x86_64-*-darwin.
7345 * configure: Regenerate.
7346
7347 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
7348
7349 * MAINTAINERS: Add my name to Write After Approval list.
7350
7351 2009-08-06 Michael Eager <eager@eagercon.com>
7352
7353 * configure.ac: Add Microblaze target.
7354 * configure: Regenerate.
7355
7356 2009-07-31 Christian Bruel <christian.bruel@st.com>
7357
7358 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7359 * configure: Regenerate.
7360
7361 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
7362
7363 * MAINTAINERS (Write After Approval): Update my e-mail address.
7364
7365 2009-07-06 Ian Lance Taylor <iant@google.com>
7366
7367 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7368 * configure: Rebuild.
7369
7370 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
7371
7372 * MAINTAINERS: Move myself to the Graphite Reviewers.
7373
7374 2009-06-30 Wei Guozhi <carrot@google.com>
7375
7376 * MAINTAINERS: Add my name to Write After Approval list.
7377
7378 2009-06-26 Steve Ellcey <sje@cup.hp.com>
7379
7380 PR bootstrap/40338
7381 * configure.ac (comparestring): Create new variable.
7382 * Makefile.tpl (comparestring): Use to skip some comparisions.
7383 * configure: Regenerate.
7384 * Makefile.in: Regenerate.
7385
7386 2009-06-26 Doug Evans <dje@sebabeach.org>
7387
7388 * Makefile.def (host_modules): Add cgen.
7389 * Makefile.in: Regenerate.
7390 * configure.ac (host_tools): Add cgen.
7391 * configure: Regenerate.
7392
7393 2009-06-23 DJ Delorie <dj@redhat.com>
7394
7395 * MAINTAINERS: Add myself as mep maintainer.
7396
7397 2009-06-23 Ian Lance Taylor <iant@google.com>
7398
7399 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
7400 boot_languages. Only bootstrap target libraries listed in
7401 target_libs for some boot language. Add --with-stage1-ldflags,
7402 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
7403 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
7404 if not building with C++.
7405 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7406 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7407 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7408 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
7409 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
7410 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
7411 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7412 * configure, Makefile.in: Rebuild.
7413
7414 2009-06-23 Li Feng <nemokingdom@gmail.com>
7415
7416 * MAINTAINERS: Added my name to write-after-approval list.
7417
7418 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
7419
7420 * configure.ac: Define is_elf for QNX Neutrino targets.
7421 * configure: Regenerate.
7422
7423 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
7424
7425 * MAINTAINERS: Added my name to the write-after-approval list
7426
7427 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7428
7429 * configure.ac: Detect MPC in default directory.
7430 * configure: Regenerate.
7431
7432 2009-06-03 Jerome Guitton <guitton@adacore.com>
7433 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7434
7435 * Makefile.tpl (all): Avoid a trailing backslash.
7436 * Makefile.in: Regenerate.
7437
7438 2009-06-03 Ben Elliston <bje@au.ibm.com>
7439
7440 * config.sub, config.guess: Update from upstream sources.
7441
7442 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
7443
7444 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7445 to noconfdirs.
7446 * configure: Regenerate.
7447
7448 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
7449
7450 * Makefile.tpl ([+compare-target+]): Compare all stage
7451 directories, rather than just gcc.
7452 * Makefile.in: Rebuilt.
7453
7454 2009-06-01 Doug Kwan <dougkwan@google.com>
7455
7456 * configure.ac: Support gold for target arm*-*-*.
7457 * configure: Regenerate.
7458
7459 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7460
7461 * Makefile.def: Add MPC support and dependencies.
7462 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
7463
7464 * Makefile.in, configure: Regenerate.
7465
7466 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
7467
7468 * Makefile.tpl (all): Avoid harmless warning in make all when
7469 gcc-bootstrap is enabled but stage_last does not exist.
7470 * Makefile.in: Rebuilt.
7471
7472 2009-05-24 Nicolas Roche <roche@adacore.com>
7473
7474 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7475 * Makefile.in: Regenerate.
7476
7477 2009-05-21 Denis Chertykov <chertykov@gmail.com>
7478
7479 * MAINTAINERS: Update my e-mail address.
7480
7481 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
7482
7483 * configure.ac (cygwin noconfigdirs): Remove libgcj.
7484 * configure: Regenerate.
7485
7486 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
7487
7488 PR other/40159
7489 * Makefile.tpl (all): Don't assume gcc-bootstrap and
7490 gcc-no-bootstrap are mutually exclusive.
7491 * Makefile.in: Rebuilt.
7492
7493 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
7494
7495 PR other/40159
7496 * Makefile.tpl (all): Don't end with unconditional success.
7497 * Makefile.in: Rebuilt.
7498
7499 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
7500
7501 PR target/37137
7502 * Makefile.def (flags_to_pass): Remove redundant and incomplete
7503 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7504 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7505 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
7506 stage_configureflags, stage_cflags and stage_libcflags into
7507 explicit Makefile macros.
7508 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7509 GFORTRAN.
7510 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7511 CC. Set CC_FOR_BUILD from CC.
7512 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7513 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7514 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7515 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
7516 and GFORTRAN.
7517 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7518 (_LIBCFLAGS): Renamed to _TFLAGS.
7519 (do-compare-debug, do-compare3-debug): Drop.
7520 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7521 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7522 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7523 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7524 (XGCC_FLAGS_FOR_TARGET): New.
7525 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7526 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7527 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7528 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7529 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
7530 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7531 TFLAGS.
7532 (BUILD_CONFIG): Include if requested.
7533 (all): Set TFLAGS on bootstrap.
7534 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7535 (all-stageid-prefixmodule): Likewise.
7536 (do-clean, distclean-stageid): Set TFLAGS.
7537 (restrap): Fix whitespace.
7538 * Makefile.in: Rebuilt.
7539
7540 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
7541
7542 * config.guess: Sync with src.
7543
7544 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7545
7546 * configure.ac ($with_ppl): Default to no if not supplied.
7547 ($with_cloog): Likewise.
7548 configure: Regenerate.
7549
7550 2009-04-27 James E. Wilson <wilson@codesourcery.com>
7551
7552 * MAINTAINERS: Update my e-mail address.
7553
7554 2009-04-27 Nick Clifton <nickc@redhat.com>
7555
7556 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7557
7558 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7559
7560 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7561 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7562 * Makefile.in: Regenerate.
7563
7564 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7565
7566 PR bootstrap/39739
7567 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7568 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7569
7570 * configure, Makefile.in: Regenerate.
7571
7572 2009-04-21 Taras Glek <tglek@mozilla.com>
7573
7574 * include/hashtab.h: Update GTY annotations to new syntax
7575 * include/splay-tree.h: Likewise
7576
7577 2009-04-17 Ben Elliston <bje@au.ibm.com>
7578
7579 * config.sub, config.guess: Update from upstream sources.
7580
7581 2009-04-15 Anthony Green <green@moxielogic.com>
7582
7583 * configure.ac: Add moxie support.
7584 * configure: Rebuilt.
7585
7586 2009-04-14 Jakub Jelinek <jakub@redhat.com>
7587
7588 * configure.ac: Change copyright header to refer to version
7589 3 of the GNU General Public License and to point readers at the
7590 COPYING3 file and the FSF's license web page.
7591 * Makefile.def: Likewise.
7592 * Makefile.tpl: Likewise.
7593 * Makefile.in: Regenerate.
7594
7595 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7596
7597 * configure.ac: Restore match for darwin9 or later. Use double
7598 brackets since regeneration eats one pair.
7599 * configure: Regenerate.
7600
7601 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7602
7603 PR gas/10039
7604 * configure.ac: Require texinfo 4.7.
7605 * configure: Regenerated.
7606
7607 2009-04-09 Nick Clifton <nickc@redhat.com>
7608
7609 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7610 the GCC Runtime Library Exception.
7611
7612 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7613
7614 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7615 * configure: Regenerate.
7616
7617 2009-04-01 Steve Ellcey <sje@cup.hp.com>
7618
7619 * Makefil.def (languages): New entries.
7620 * Makefile.tpl (check-gcc-*): New generic target.
7621 * Makefile.in: Regenerate.
7622
7623 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
7624
7625 * MAINTAINERS: Update my email address.
7626
7627 2009-03-18 Tom Tromey <tromey@redhat.com>
7628
7629 * configure: Rebuild.
7630 * configure.ac (host_libs): Add libiconv.
7631 * Makefile.in: Rebuild.
7632 * Makefile.def (host_modules): Add libiconv.
7633 (configure-gdb, all-gdb): Depend on libiconv.
7634
7635 2009-03-16 Tristan Gingold <gingold@adacore.com>
7636
7637 * configure.ac: Treat gdb as supported on x86_64-darwin.
7638 * configure: Regenerate.
7639
7640 2009-03-16 Joseph Myers <joseph@codesourcery.com>
7641
7642 * configure.ac (--with-host-libstdcxx): New option.
7643 * configure: Regenerate.
7644
7645 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
7646
7647 * MAINTAINERS: Move myself into the write after approval list.
7648
7649 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7650
7651 * MAINTAINERS: Update e-mail address.
7652
7653 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7654
7655 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7656
7657 2009-03-10 Ira Rosen <irar@il.ibm.com>
7658
7659 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7660
7661 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7662
7663 Backport from git Libtool:
7664
7665 2009-01-19 Robert Millan <rmh@aybabtu.com>
7666 Support GNU/kOpenSolaris.
7667 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7668 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7669 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7670 GNU/kOpenSolaris.
7671
7672 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7673
7674 * MAINTAINERS: Update e-mail address.
7675
7676 2009-02-24 Michael Eager <eager@eagercon.com>
7677
7678 * MAINTAINERS (Write After Approval): Add self.
7679
7680 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
7681
7682 * MAINTAINERS (Write After Approval): Add myself.
7683
7684 2009-02-05 Andreas Schwab <schwab@suse.de>
7685
7686 * Makefile.tpl (stage_last): Define $r and $s before using
7687 $(RECURSE_FLAGS_TO_PASS).
7688 * Makefile.in: Regenerate
7689
7690 2009-01-30 Ian Lance Taylor <iant@google.com>
7691
7692 * MAINTAINERS: Move myself to the Global Reviewers list.
7693
7694 2009-01-29 Robert Millan <rmh@aybabtu.com>
7695
7696 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7697 * configure: Regenerate.
7698
7699 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7700
7701 * MAINTAINERS: Make whitespace consistent.
7702 Remove Robert Millan from Write After Approval.
7703
7704 2009-01-16 Alan Modra <amodra@bigpond.net.au>
7705
7706 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7707 (all-opcodes): Depend on all-libiberty.
7708 * Makefile.in: Regenerate.
7709
7710 2009-01-15 Douglas B Rupp <rupp@gnat.com>
7711
7712 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7713 * configure: Regenerate.
7714
7715 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7716
7717 * MAINTAINERS (Write After Approval): Add myself.
7718
7719 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7720
7721 * MAINTAINERS: Add myself to reviewers (Fortran).
7722
7723 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
7724
7725 PR tree-optimization/38515
7726 * configure.ac (cloog-polylib): Removed.
7727 (with_ppl, with_cloog): Test for "no".
7728 * configure: Regenerated.
7729
7730 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
7731
7732 * MAINTAINERS: Moved myself to reviewers (Fortran).
7733
7734 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7735
7736 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7737 (Write After Approval): Remove myself.
7738
7739 2009-01-03 Diego Novillo <dnovillo@google.com>
7740
7741 * MAINTAINERS: Remove myself from alias maintainership.
7742
7743 2009-01-02 David Ayers <ayers@fsfe.org>
7744
7745 * MAINTAINERS: Update e-mail address.
7746
7747 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7748
7749 * MAINTAINERS: Make whitespace consistent.
7750
7751 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7752
7753 Backport from upstream Libtool:
7754 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7755 Add cache variables to tests that require the linker to work.
7756 For shlibpath_overrides_runpath, this also changes the semantics
7757 to let the result from the C compiler take precedence.
7758
7759 2008-12-02 Ben Elliston <bje@au.ibm.com>
7760
7761 * config.sub, config.guess: Update from upstream sources.
7762
7763 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
7764
7765 * configure.ac (ppllibs): Add by default the lib flags.
7766 * configure: Regenerate.
7767
7768 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
7769
7770 * MAINTAINERS: Add myself to the write after approval list.
7771
7772 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7773
7774 * configure.ac: Add double brackets on darwin[912].
7775 * configure: Regenerate.
7776
7777 2008-12-03 Daniel Kraft <d@domob.eu>
7778
7779 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7780 Approval to Reviewer section (for Fortran front-end).
7781
7782 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7783
7784 * configure.ac: Expand to darwin10 and later.
7785 * configure: Regenerate.
7786
7787 2008-12-02 Andreas Schwab <schwab@suse.de>
7788
7789 * Makefile.def: configure-target-boehm-gc depends on
7790 all-target-libstdc++-v3.
7791 * Makefile.in: Regenerate.
7792
7793 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
7794
7795 * MAINTAINERS: Add myself as mingw maintainer.
7796
7797 2008-12-02 Ben Elliston <bje@au.ibm.com>
7798
7799 * config.sub, config.guess: Update from upstream sources.
7800
7801 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7802
7803 * README.SCO: Remove.
7804
7805 2008-11-29 Fernando Pereira <pronesto@gmail.com>
7806
7807 * MAINTAINERS: Add myself to the write after approval list.
7808
7809 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7810
7811 * MAINTAINERS: Update my email address in WAA section.
7812
7813 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
7814
7815 * MAINTAINERS: Update e-mail address.
7816
7817 2008-11-27 Toon Moene <toon@moene.org>
7818
7819 * MAINTAINERS: Change e-mail address.
7820
7821 2008-11-27 Tristan Gingold <gingold@adacore.com>
7822
7823 * configure.ac: Build gdb for i?86-*-darwin*
7824 * configure: Regenerated.
7825
7826 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
7827
7828 * MAINTAINERS: Added my full name.
7829
7830 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7831
7832 PR bootstrap/38014
7833 PR bootstrap/37923
7834
7835 Revert:
7836
7837 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7838
7839 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7840 * Makefile.in: Regenerated.
7841
7842 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7843
7844 PR gdb/921
7845 PR gdb/1646
7846 PR gdb/2175
7847 PR gdb/2176
7848
7849 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7850 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7851 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7852 (HOST_EXPORTS): Pass CPPFLAGS.
7853 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7854 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7855 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7856 * Makefile.in, configure: Regenerated.
7857 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7858 and CPPFLAGS_FOR_BUILD.
7859
7860 2008-11-06 Jeff Law <law@redhat.com>
7861
7862 * MAINTAINERS: Add myself as middle end maintainer.
7863
7864 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
7865
7866 * MAINTAINERS (Write after approval): Add myself.
7867
7868 2008-11-05 Diego Novillo <dnovillo@google.com>
7869
7870 * MAINTAINERS (Global Reviewers): Add myself.
7871 (Non-Algorithmic Maintainers): Remove myself.
7872
7873 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7874
7875 * MAINTAINERS (Write after approval): Add myself.
7876
7877 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7878
7879 * MAINTAINERS (Write after approval): Add myself.
7880
7881 2008-10-31 Ben Elliston <bje@au.ibm.com>
7882
7883 * configure.ac (spu-*-*): Remove special case.
7884 * configure: Regenerate.
7885
7886 2008-10-30 Catherine Moore <clm@codesourcery.com>
7887
7888 * MAINTAINERS (Write after approval): Update my email address.
7889
7890 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7891
7892 * configure.ac [spu-*-*]: Do not set skipdirs.
7893 * configure: Re-generate.
7894
7895 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7896
7897 * MAINTAINERS (Various Maintainers): Add myself to reload.
7898
7899 2008-10-25 Richard Guenther <rguenther@suse.de>
7900
7901 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7902 maintainer. Remove myself as libgcc-math maintainer.
7903 (Non-Algorithmic Maintainers): Remove myself.
7904
7905 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7906
7907 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7908 * Makefile.in: Regenerated.
7909
7910 2008-10-23 Cary Coutant <ccoutant@google.com>
7911
7912 * MAINTAINERS (Write after approval): Add myself.
7913
7914 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7915
7916 PR gdb/921
7917 PR gdb/1646
7918 PR gdb/2175
7919 PR gdb/2176
7920
7921 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7922 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7923 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7924 (HOST_EXPORTS): Pass CPPFLAGS.
7925 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7926 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7927 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7928 * Makefile.in, configure: Regenerated.
7929 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7930 and CPPFLAGS_FOR_BUILD.
7931
7932 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
7933
7934 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7935 Sebastian Pop.
7936
7937 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7938
7939 * MAINTAINERS (Write After Approval): Added myself.
7940
7941 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7942
7943 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7944 recommended version to 2.3.2.
7945
7946 * configure: Regenerate.
7947
7948 2008-10-01 Mark Mitchell <mark@codesourcery.com>
7949
7950 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7951
7952 2008-09-29 David Daney <david.daney@caviumnetworks.com>
7953
7954 * MAINTAINERS (Write After Approval): Update e-mail address.
7955
7956 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7957
7958 * libtool.m4: Update to libtool 2.2.6.
7959 * lt~obsolete.m4: Update to libtool 2.2.6.
7960 * ltmain.sh: Update to libtool 2.2.6.
7961 * ltsugar.m4: Update to libtool 2.2.6.
7962 * ltversion.m4: Update to libtool 2.2.6.
7963 * ltoptions.m4: Update to libtool 2.2.6.
7964 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7965
7966 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7967
7968 * MAINTAINERS (Write After Approval): Add myself.
7969
7970 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7971
7972 * MAINTAINERS (Write After Approval): Update my name.
7973
7974 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7975
7976 * MAINTAINERS: Add myself in "Write After Approval".
7977
7978 2008-09-18 Steve Ellcey <sje@cup.hp.com>
7979
7980 * MAINTAINERS: Add myself as ia64 maintainer.
7981
7982 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7983
7984 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7985 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7986 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7987 and Michael Tiemann from Write After Approval since they do not
7988 actually have access.
7989
7990 2008-09-05 Richard Guenther <rguenther@suse.de>
7991
7992 * configure.ac: Initialize clooglibs to -lcloog.
7993 * configure: Re-generate.
7994
7995 2008-09-04 Le-Chun Wu <lcwu@google.com>
7996
7997 * MAINTAINERS (Write After Approval): Add myself.
7998
7999 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
8000
8001 * configure.ac (--with-cloog-polylib): New.
8002 (--disable-cloog-version-check): New.
8003 (--disable-ppl-version-check): New.
8004 * configure: Re-generate.
8005
8006 2008-09-03 Richard Guenther <rguenther@suse.de>
8007
8008 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
8009 cloog test.
8010 * configure: Re-generate.
8011
8012 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
8013
8014 Add picoChip port.
8015 * MAINTAINERS: Add picoChip maintainers.
8016
8017 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
8018 Tobias Grosser <grosser@fim.uni-passau.de>
8019 Jan Sjodin <jan.sjodin@amd.com>
8020 Harsha Jagasia <harsha.jagasia@amd.com>
8021 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8022 Konrad Trifunovic <konrad.trifunovic@inria.fr>
8023 Adrien Eliche <aeliche@isty.uvsq.fr>
8024
8025 Merge from graphite branch.
8026 * configure: Regenerate.
8027 * Makefile.in: Regenerate.
8028 * configure.ac (host_libs): Add ppl and cloog.
8029 Add checks for PPL and CLooG.
8030 * Makefile.def (ppl, cloog): Added modules and dependences.
8031 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
8032 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
8033
8034 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8035
8036 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
8037 (GCC_SHLIB_SUBDIR): New.
8038 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
8039 * configure: Regenerate.
8040 * Makefile.in: Regenerate.
8041
8042 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8043
8044 * MAINTAINERS: Consistently use tabs to separate columns.
8045
8046 2008-08-29 Tristan Gingold <gingold@adacore.com>
8047
8048 * MAINTAINERS (Write after Approval): Add myself.
8049
8050 2008-08-28 Tristan Gingold <gingold@adacore.com>
8051
8052 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
8053 Enable bfd, binutils and opcodes.
8054 * configure: Regenerate.
8055
8056 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8057
8058 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
8059
8060 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
8061
8062 * MAINTAINERS: Use correct Umlaut for last name.
8063
8064 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8065
8066 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
8067
8068 2008-08-16 David Edelsohn <edelsohn@gnu.org>
8069
8070 * MAINTAINERS: Update my email address.
8071
8072 2008-08-16 Nicolas Roche <roche@adacore.com>
8073
8074 * Makefile.tpl: Add BOOT_ADAFLAGS.
8075 * Makefile.in: Regenerate.
8076
8077 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
8078
8079 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
8080 * configure: Regenerate.
8081
8082 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
8083
8084 * configure.ac: Add makefile fragments for hpux.
8085 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
8086 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
8087 * configure: Regenerate.
8088 * Makefile.in: Regenerate.
8089
8090 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
8091
8092 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
8093
8094 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
8095
8096 * MAINTAINERS (Write after Approval): Add myself.
8097
8098 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
8099
8100 * MAINTAINERS (Write After Approval): Add myself.
8101
8102 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
8103
8104 * MAINTAINERS (Write After Approval): Add myself.
8105
8106 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
8107
8108 * MAINTAINERS: Update my email address.
8109
8110 2008-06-25 Joey Ye <joey.ye@intel.com>
8111
8112 * MAINTAINERS (Write After Approval): Add myself.
8113
8114 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8115
8116 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
8117 * Makefile.in: Regenerate.
8118 * configure: Regenerate.
8119
8120 2008-06-17 Daniel Kraft <d@domob.eu>
8121
8122 * MAINTAINERS (Write After Approval): Add myself.
8123
8124 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8125
8126 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
8127 "$@" is still intact with both Autoconf 2.59 and 2.62.
8128 * configure: Regenerate.
8129
8130 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8131
8132 * Makefile.tpl: Fix comment errors.
8133 * Makefile.in: Regenerate.
8134
8135 2008-06-12 David S. Miller <davem@davemloft.net>
8136 David Edelsohn <edelsohn@gnu.org>
8137
8138 * configure.ac: Add powerpc*-*-* to gold supported targets.
8139 * configure: Regenerate.
8140
8141 2008-06-08 Joseph Myers <joseph@codesourcery.com>
8142
8143 PR tree-optimization/36218
8144 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8145 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8146 (all prefix="build-"): Pass them to build-system sub-makes.
8147 * Makefile.in: Regenerate.
8148
8149 2008-06-07 Joseph Myers <joseph@codesourcery.com>
8150
8151 * MAINTAINERS (mt port): Remove.
8152 (sco5, unixware, sco udk): Remove.
8153 (Kean Johnston): Add to Write After Approval.
8154
8155 2008-05-30 Julian Brown <julian@codesourcery.com>
8156
8157 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8158 of libobjc for ARM EABI Linux.
8159 * configure: Regenerate.
8160
8161 2008-05-18 Xinliang David Li <davidxl@google.com>
8162
8163 * ChangeLog: Remove wrong ChangeLog entry.
8164
8165 2008-05-17 Xinliang David Li <davidxl@google.com>
8166
8167 * MAINTAINERS (Write After Approval): Add myself.
8168
8169 2008-05-15 Janus Weil <janus@gcc.gnu.org>
8170
8171 * MAINTAINERS (Write After Approval): Add myself.
8172
8173 2008-05-14 Rafael Espíndola <espindola@google.com>
8174
8175 * config-ml.in: don't handle --enable-shared and --enable-static.
8176
8177 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
8178
8179 * MAINTAINERS: Update my email address.
8180
8181 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
8182
8183 * MAINTAINERS: Update my email address.
8184
8185 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
8186
8187 * MAINTAINERS (Write After Approval): Add myself.
8188
8189 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
8190
8191 * MAINTAINERS (Write After Approval): Add myself.
8192
8193 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
8194
8195 * MAINTAINERS (crx): Add myself.
8196
8197 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
8198
8199 Sync with src:
8200 2008-04-14 David S. Miller <davem@davemloft.net>
8201
8202 * configure.ac: Add sparc*-*-* to gold supported targets.
8203 * configure: Regenerate.
8204
8205 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
8206
8207 PR bootstrap/35457
8208 * configure.ac: Include override.m4.
8209 * configure: Regenerate.
8210
8211 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
8212
8213 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8214 * Makefile.in: Regenerate.
8215
8216 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
8217
8218 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
8219 as nonconfigurable directories list.
8220 * configure: Regenerate.
8221
8222 2008-04-14 Ben Elliston <bje@au.ibm.com>
8223
8224 * config.sub, config.guess: Update from upstream sources.
8225
8226 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
8227
8228 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8229 * Makefile.in: Regenerate.
8230
8231 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
8232
8233 * configure.ac: Do not build libssp for the AVR.
8234 * configure: Regenerate.
8235
8236 2008-04-07 Ian Lance Taylor <iant@google.com>
8237
8238 * Makefile.def: check-gold depends upon all-binutils.
8239 * Makefile.in: Regenerate.
8240
8241 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
8242
8243 * MAINTAINERS (Write After Approval): Add myself.
8244
8245 2008-04-04 Nick Clifton <nickc@redhat.com>
8246
8247 PR binutils/4334
8248 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
8249 builds.
8250 * configure: Regenerate.
8251
8252 2008-04-04 NightStrike <NightStrike@gmail.com>
8253
8254 PR other/35151
8255 * configure.ac: Combine rules for mingw32 and mingw64.
8256 * configure: Regenerate.
8257
8258 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
8259
8260 * MAINTAINERS (Write After Approval): Add myself.
8261
8262 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
8263
8264 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8265 * Makefile.in (.NOTPARALLEL): Ditto.
8266
8267 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
8268
8269 * MAINTAINERS (Write After Approval): Add myself.
8270
8271 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
8272
8273 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8274 * Makefile.in (.NOTPARALLEL): Regenerate.
8275
8276 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
8277
8278 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8279 * Makefile.in: Regenerate.
8280
8281 2008-03-26 Jakub Staszak <kuba@et.pl>
8282
8283 * MAINTAINERS (Write After Approval): Add myself.
8284
8285 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
8286
8287 * MAINTAINERS: Update e-mail address.
8288
8289 2008-03-20 Ian Lance Taylor <iant@google.com>
8290
8291 * configure.ac: Add support for --enable-gold.
8292 * Makefile.def: Add gold as a directory like ld.
8293 * configure, Makefile.in: Regenerate.
8294
8295 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8296
8297 * configure.ac: m4_include config/proginstall.m4.
8298 * configure: Regenerate.
8299
8300 Backport from upstream Libtool:
8301
8302 2007-10-12 Eric Blake <ebb9@byu.net>
8303
8304 Deal with Autoconf 2.62's semantic change in m4_append.
8305 * ltsugar.m4 (lt_append): Replace broken versions of
8306 m4_append.
8307 (lt_if_append_uniq): Don't require separator to be overquoted,
8308 and avoid broken m4_append.
8309 (lt_dict_add): Fix typo.
8310 * libtool.m4 (_LT_DECL): Don't overquote separator.
8311
8312 2008-03-13 David Edelsohn <edelsohn@gnu.org>
8313
8314 * config.rpath: Add AIX 6 support.
8315
8316 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
8317
8318 * Makefile.def (stageprofile). Remove -fprofile-generate
8319 from stage_libcflags.
8320 * Makefile.in: Regenerate.
8321
8322 2008-03-13 Ben Elliston <bje@au.ibm.com>
8323
8324 * config.sub, config.guess: Update from upstream sources.
8325
8326 2008-03-06 Tom Tromey <tromey@redhat.com>
8327
8328 * MAINTAINERS: Update for treelang deletion.
8329
8330 2008-03-03 James E. Wilson <wilson@tuliptree.org>
8331
8332 * MAINTAINERS: Update my email address.
8333
8334 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
8335
8336 * MAINTAINERS (darwin port): Add myself as a maintainer.
8337 (objective-c/c++): Add myself as a maintainer.
8338
8339 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
8340
8341 * MAINTAINERS (Write After Approval): Update my email address.
8342
8343 2008-02-25 Tomas Bily <tbily@suse.cz>
8344
8345 * MAINTAINERS (Write After Approval): Add myself.
8346
8347 2008-02-23 Jakub Jelinek <jakub@redhat.com>
8348
8349 * MAINTAINERS (OpenMP): Add myself.
8350
8351 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
8352
8353 PR bootstrap/32009
8354 PR bootstrap/32161
8355
8356 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8357 * configure: Regenerate.
8358
8359 * Makefile.def: Define stage_libcflags for all bootstrap stages.
8360 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8361 STAGE4_LIBCFLAGS): New.
8362 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8363 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8364 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8365 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8366 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8367 for target modules. Don't export LIBCFLAGS.
8368 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8369 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8370 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8371 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8372 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8373 * Makefile.in: Regenerate.
8374
8375 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8376
8377 PR libgcj/33085
8378 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8379 Do not use -DDLL_EXPORT. Backport from upstream.
8380
8381 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8382
8383 * MAINTAINERS (Write After Approval): Add myself.
8384
8385 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
8386
8387 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8388 * configure: Regenerate.
8389
8390 2008-01-31 Marc Gauthier <marc@tensilica.com>
8391
8392 * configure.ac (xtensa*-*-*): Recognize processor variants.
8393 * configure: Regenerate.
8394
8395 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8396
8397 PR bootstrap/34922
8398 * configure.ac (PARSE_ARGS): Push suitable setting of
8399 ac_subdirs_all, for `./configure --help=recursive'.
8400 Handle `+' in generic toplevel directory disabling.
8401 * configure: Regenerate.
8402
8403 2008-01-28 Nick Clifton <nickc@redhat.com>
8404
8405 * MAINTAINERS (xstormy16): Take over maintainership.
8406
8407 2008-01-25 Joseph Myers <joseph@codesourcery.com>
8408
8409 * MAINTAINERS (c4x port): Remove.
8410
8411 2008-01-24 David Edelsohn <edelsohn@gnu.org>
8412
8413 * libtool.m4: Backport AIX 6 support from ToT Libtool.
8414
8415 2008-01-23 Ben Elliston <bje@au.ibm.com>
8416
8417 * config.sub, config.guess: Update from upstream sources.
8418
8419 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
8420
8421 * MAINTAINERS (Write After Approval): Add myself.
8422
8423 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
8424
8425 * MAINTAINERS: Update my email address.
8426
8427 2008-01-09 Raksit Ashok <raksit@google.com>
8428
8429 * MAINTAINERS (Write After Approval): Add myself.
8430
8431 2008-01-09 Raksit Ashok <raksit@google.com>
8432
8433 * MAINTAINERS (Write After Approval): Add myself.
8434
8435 2008-01-08 Ben Elliston <bje@au.ibm.com>
8436
8437 * config.sub, config.guess: Update from upstream sources.
8438
8439 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8440
8441 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8442 Change recommended MPFR from 2.2.1 -> 2.3.0.
8443 * configure: Regenerate.
8444
8445 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
8446
8447 * MAINTAINERS: Update my email address.
8448
8449 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
8450
8451 * MAINTAINERS: Update my email address.
8452
8453 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
8454
8455 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8456 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8457 * Makefile.in: Regenerate.
8458
8459 2007-12-10 Mark Heffernan <meheff@google.com>
8460
8461 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8462 misplaced entries.
8463
8464 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
8465
8466 * configure.ac: Enable libjava for x86_64-*-darwin9.
8467 * configure: Regenerate.
8468
8469 2007-12-07 Bill Maddox <maddox@google.com>
8470
8471 * MAINTAINERS (Write After Approval): Add myself.
8472
8473 2007-12-05 Ben Elliston <bje@au.ibm.com>
8474
8475 * config.sub, config.guess: Update from upstream sources.
8476
8477 2007-12-02 Matthias Klose <doko@ubuntu.com>
8478
8479 * config-ml.in: Remove 64bit configure tests.
8480
8481 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8482
8483 * config-ml.in: Robustify against white space in absolute file
8484 names.
8485
8486 * config-ml.in (multi-clean): Substitute ${Makefile}.
8487 Remove superfluous ${Makefile} in list.
8488
8489 2007-11-19 Thiemo Seufer <ths@mips.com>
8490
8491 * config-ml.in: Don't hardcode the Makefile name.
8492
8493 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
8494
8495 * MAINTAINERS (Write After Approval): Add myself.
8496
8497 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
8498
8499 * MAINTAINERS (Write After Approval): Add myself.
8500
8501 2007-11-06 Doug Kwan <dougkwan@google.com>
8502
8503 * MAINTAINERS (Write After Approval): Add myself.
8504
8505 2007-10-25 Ben Elliston <bje@au.ibm.com>
8506
8507 * MAINTAINERS (mercury): Remove entry.
8508 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8509
8510 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8511
8512 * Makefile.def (dependencies): Make configure-gdb depend on
8513 all-intl.
8514 * Makefile.in: Regenerated.
8515
8516 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
8517
8518 * MAINTAINERS (Fortran maintainer): Remove myself.
8519
8520 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
8521
8522 * Makefile.def: To avoid problems running with parallel makes,
8523 build newlib before libgloss so that target specific header
8524 files are availble.
8525 * Makefile.in: Regenerate
8526
8527 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8528
8529 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8530 * Makefile.in: Regenerate.
8531
8532 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8533
8534 * MAINTAINERS (Register allocation reviewer): Add myself.
8535
8536 2007-10-08 Mike Frysinger <vapier@gentoo.org>
8537
8538 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8539 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8540 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8541 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8542 * configure: Regenerate.
8543
8544 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
8545
8546 * MAINTAINERS (Register allocation reviewer): Add myself.
8547
8548 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
8549
8550 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8551 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8552 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8553 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8554 * configure.ac: Default them to host tools for $host = $build.
8555 Subst them.
8556
8557 * configure: Regenerate.
8558 * Makefile.in: Regenerate.
8559
8560 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
8561
8562 * MAINTAINERS (Register allocation reviewer): Add myself.
8563
8564 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
8565
8566 * MAINTAINERS (Register allocation reviewer): Add myself.
8567
8568 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
8569
8570 * MAINTAINERS (Write After Approval): Fix typo.
8571
8572 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8573
8574 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8575 * configure: Regenerate.
8576
8577 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8578
8579 PR bootstrap/31906
8580 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8581 they're already prefixed.
8582
8583 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8584
8585 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8586 libstdc++.
8587 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8588 * configure: Regenerate.
8589 * Makefile.in: Regenerate.
8590
8591 2007-09-17 Andreas Schwab <schwab@suse.de>
8592
8593 * configure.ac: Raise minimum makeinfo version to 4.6.
8594 * configure: Regenerate.
8595
8596 2007-09-17 Johannes Singler <singler@ira.uka.de>
8597
8598 * MAINTAINERS (write-after-approval) add myself
8599
8600 2007-09-15 Alan Modra <amodra@bigpond.net.au>
8601
8602 * configure.ac: Correct makeinfo version check.
8603 * configure: Regenerate.
8604
8605 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8606
8607 * MAINTAINERS: Update my email address.
8608
8609 2007-09-14 Richard Sandiford <richard@codesourcery.com>
8610
8611 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8612 to $skipdirs and only disable gprof for newlib. Use the normal
8613 mips*-elf* handling in other respects.
8614 * configure: Regnerate.
8615
8616 2007-09-12 David Daney <ddaney@avtrex.com>
8617
8618 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8619 enabling libgcj.
8620 * configure: Regenerate.
8621
8622 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8623
8624 PR other/32154
8625 * configure.ac: For libgloss targets, point the linker to the linker
8626 script, startup code and simulator library.
8627 * configure: Regenerate.
8628
8629 2007-09-07 Andrew Haley <aph@redhat.com>
8630
8631 * configure.ac (noconfigdirs): Remove target-libffi and
8632 target-libjava.
8633 * configure: Regenerate.
8634
8635 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8636
8637 PR target/33281
8638 * configure.ac: Use config/mh-mingw on mingw.
8639 * configure: Regenerate.
8640
8641 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8642
8643 * MAINTAINERS (Write After Approval): Add myself.
8644
8645 2007-09-05 Richard Guenther <rguenther@suse.de>
8646
8647 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8648 nor --disable-checking is provided also turn on yes and types
8649 checking for stage1.
8650 * configure: Re-generate.
8651
8652 2007-08-30 Krister Walfridsson <cato@df.lth.se>
8653
8654 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8655 (Write After Approval): Remove myself.
8656
8657 2007-08-29 Nick Clifton <nickc@redhat.com>
8658
8659 * config.sub, config.guess: Update from upstream sources.
8660
8661 2007-08-22 Bud Davis <jmdavis@link.com>
8662
8663 * MAINTAINERS (Write After Approval): Added myself.
8664 * MAINTAINERS (Reviewers): Removed myself.
8665
8666 2007-08-18 Paul Brook <paul@codesourcery.com>
8667 Joseph Myers <joseph@codesourcery.com>
8668
8669 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8670 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8671 * Makefile.in: Regenerate.
8672 * configure.ac (--with-debug-prefix-map): New.
8673 * configure: Regenerate.
8674
8675 2007-08-17 Richard Sandiford <richard@codesourcery.com>
8676 Nigel Stephens <nigel@mips.com>
8677
8678 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8679 as target_makefile_frag.
8680 * configure: Regenerate.
8681
8682 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
8683
8684 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8685 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8686 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8687 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8688 (do-compare, do-compare3, do-compare-debug): New.
8689 ([+compare-target+]): Use them.
8690
8691 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8692
8693 * MAINTAINERS (Write After Approval): Change my email address.
8694
8695 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8696 Ben Elliston <bje@au.ibm.com>
8697
8698 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8699 --silent if $silent.
8700 * configure: Regenerate.
8701
8702 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
8703
8704 * MAINTAINERS (Various Maintainers): Add myself as
8705 loop infrastructure maintainer. Update my e-mail
8706 address.
8707
8708 2007-07-31 Diego Novillo <dnovillo@google.com>
8709
8710 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8711 Adjust description.
8712
8713 2007-07-26 Richard Guenther <rguenther@suse.de>
8714
8715 * configure.ac: Add types checking to stage1 checking flags.
8716 * configure: Regenerate.
8717
8718 2007-07-17 Nick Clifton <nickc@redhat.com>
8719
8720 * COPYING3: New file. Contains version 3 of the GNU General
8721 Public License.
8722 * COPYING3.LIB: New file. Contains version 3 of the GNU
8723 Lesser General Public License.
8724
8725 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8726
8727 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8728
8729 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8730
8731 * MAINTAINERS (S/390 co-maintainer): Add myself.
8732 (Write After Approval): Remove myself.
8733
8734 2007-07-13 Dan Hipschman <dsh@google.com>
8735
8736 * MAINTAINERS (Write After Approval): Add myself.
8737
8738 2007-07-11 Nick Clifton <nickc@redhat.com>
8739
8740 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8741 WINDRES export.
8742 * Makefile.in: Regenerate.
8743
8744 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8745
8746 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8747 maintainer.
8748
8749 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8750
8751 * lt~obsolete.m4: New. Import from 20070318 libtool.
8752
8753 2007-07-03 Julian Brown <julian@codesourcery.com>
8754
8755 * MAINTAINERS (Write After Approval): Add myself.
8756
8757 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8758
8759 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8760 * configure: Regenerate.
8761
8762 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8763
8764 * configure.ac: Add some missing m4 quotation.
8765 * configure: Regenerate.
8766
8767 2007-07-02 Simon Baldwin <simonb@google.com>
8768
8769 * MAINTAINERS (Write After Approval): Add myself.
8770
8771 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
8772
8773 * configure: Regenerate.
8774
8775 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
8776
8777 * Makefile.def: Add windmc tool to build.
8778 * Makefile.tpl: Likewise.
8779 * configure.ac: Likewise.
8780 * Makefile.in: Regenerate.
8781 * configure: Regenerate.
8782
8783 2007-06-28 DJ Delorie <dj@redhat.com>
8784
8785 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8786 not building newlib.
8787 * configure: Regenerated.
8788
8789 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8790
8791 * MAINTAINERS (Write After Approval): Add myself.
8792
8793 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
8794
8795 * MAINTAINERS (Write After Approval): Add myself.
8796
8797 2007-06-19 Chris Matthews <chrismatthews@google.com>
8798
8799 * MAINTAINERS (Write After Approval): Add myself.
8800
8801 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8802
8803 * MAINTAINERS (Write After Approval): Add myself.
8804
8805 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8806
8807 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8808 * Makefile.in: Regenerated.
8809
8810 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8811
8812 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8813 bfin*-*-uclinux* targets.
8814 * configure: Regenerate.
8815
8816 2007-06-14 Ian Lance Taylor <iant@google.com>
8817
8818 * MAINTAINERS: Add myself as non-algorithmic global write
8819 maintainer.
8820
8821 2007-06-14 Diego Novillo <dnovillo@google.com>
8822
8823 * MAINTAINERS: Add self as middle-end maintainer and
8824 non-algorithmic global write maintainer.
8825
8826 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8827
8828 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8829 Move all Fortran maintainers except Paul Brook into the
8830 Non-Autopoiesis section.
8831
8832 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
8833
8834 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8835 (distclean-stage[+id+]): Possibly delete stage_last.
8836 * Makefile.in: Regenerate.
8837
8838 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
8839
8840 * MAINTAINERS (Various Maintainer): Fix typo.
8841
8842 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
8843
8844 * MAINTAINERS (Various Maintainer): Add myself as
8845 dataflow maintainer.
8846
8847 2007-06-07 Ben Elliston <bje@au.ibm.com>
8848
8849 * config.sub, config.guess: Update from upstream sources.
8850
8851 2007-06-07 Ben Elliston <bje@au.ibm.com>
8852
8853 * Makefile.tpl: Fix spelling error.
8854 * Makefile.in: Regenerate.
8855
8856 2007-06-01 Steve Ellcey <sje@cup.hp.com>
8857
8858 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8859 lt_cv_sys_max_cmd_len.
8860
8861 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8862
8863 * MAINTAINERS (Various Maintainers): Add myself as
8864 auto-vectorizer maintainer.
8865
8866 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
8867
8868 PR libjava/32098
8869 * libtool.m4: Revert previous change.
8870 * ltgcc.m4: Put it here.
8871
8872 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8873
8874 * MAINTAINERS (Various Maintainers): Add myself as
8875 auto-vectorizer maintainer.
8876
8877 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8878
8879 PR libjava/32098
8880 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8881
8882 2007-05-30 Richard Guenther <rguenther@suse.de>
8883
8884 * MAINTAINERS (Various Maintainers): Add myself as
8885 auto-vectorizer maintainer.
8886
8887 2007-05-30 Jakub Jelinek <jakub@redhat.com>
8888
8889 PR bootstrap/29382
8890 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8891 * configure: Rebuilt.
8892
8893 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
8894
8895 * MAINTAINERS (Write After Approval): Removed my name.
8896
8897 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8898
8899 * MAINTAINERS (Write After Approval): Remove myself.
8900
8901 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8902
8903 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8904
8905 2007-05-23 Steve Ellcey <sje@cup.hp.com>
8906
8907 * ltmain.sh: Update from ToT Libtool.
8908 * libtool.m4: Update from ToT Libtool.
8909 * ltsugar.m4: New. Update from ToT Libtool.
8910 * ltversion.m4: New. Update from ToT Libtool.
8911 * ltoptions.m4: New. Update from ToT Libtool.
8912 * ltconfig: Remove.
8913 * ltcf-c.sh: Remove.
8914 * ltcf-cxx.sh: Remove.
8915 * ltcf-gcj.sh: Remove.
8916
8917 2007-05-22 Ollie Wild <aaw@google.com>
8918
8919 * MAINTAINERS (Write After Approval): Add myself.
8920
8921 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
8922
8923 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8924 stage_cflags.
8925 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8926 Remove CFLAGS/LIBCFLAGS.
8927 (configure-stage[+id+]-[+prefix+][+module+],
8928 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8929 * Makefile.in: Regenerate.
8930
8931 2007-05-15 Diego Novillo <dnovillo@google.com>
8932
8933 * MAINTAINERS: Update e-mail address.
8934
8935 2007-05-15 Revital Eres <eres@il.ibm.com>
8936
8937 * MAINTAINERS (Write After Approval): Add myself.
8938
8939 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
8940
8941 * MAINTAINERS (Write After Approval): Updated my address.
8942
8943 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8944
8945 * MAINTAINERS (Write After Approval): Add myself.
8946
8947 2007-05-11 Silvius Rus <rus@google.com>
8948
8949 * MAINTAINERS (Write After Approval): Add myself.
8950
8951 2007-04-23 Tom Tromey <tromey@redhat.com>
8952
8953 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8954
8955 2007-04-22 Mark Mitchell <mark@codesourcery.com>
8956
8957 * MAINTAINERS (cpplib): Rename to ...
8958 (libcpp): ... this. Add C/C++ front end maintainers.
8959
8960 2007-04-14 Steve Ellcey <sje@cup.hp.com>
8961
8962 * config-ml.in: Pass ${ml_config_env} to configure calls.
8963
8964 2007-04-04 Christian Bruel <christian.bruel@st.com>
8965
8966 * MAINTAINERS (Write After Approval): Add myself.
8967
8968 2007-04-02 Dave Korn <dave.korn@artimi.com>
8969
8970 * MAINTAINERS (Write After Approval): Add myself.
8971
8972 2007-03-31 Tobias Burnus <burnus@net-b.de>
8973
8974 * MAINTAINERS (fortran 95 front end): Add myself.
8975
8976 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8977
8978 * MAINTAINERS (Write After Approval): Add myself.
8979
8980 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
8981
8982 * MAINTAINERS (Modulo Scheduler): Add myself.
8983
8984 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8985
8986 * MAINTAINERS (fortran 95 front end): Add myself.
8987 (c++ front end): whitespace fix.
8988
8989 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8990
8991 * MAINTAINERS (Write After Approval): Add myself.
8992
8993 2007-03-21 Richard Sandiford <richard@codesourcery.com>
8994
8995 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8996 of glob. Quote arguments with single quotes too.
8997 * configure: Regenerate.
8998
8999 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
9000
9001 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
9002 * Makefile.in: Regenerate
9003
9004 2007-03-07 Andreas Schwab <schwab@suse.de>
9005
9006 * configure: Regenerate.
9007
9008 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
9009
9010 * configure.ac: Add "--with-pdfdir" configure option,
9011 which defines pdfdir variable.
9012 * Makefile.def (target=fixincludes): Add install-pdf to
9013 missing targets.
9014 (recursive_targets): Add install-pdf target.
9015 (flags_to_pass): Add pdfdir.
9016 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
9017 target.
9018 * configure: Regenerate
9019 * Makefile.in: Regenerate
9020
9021 2007-02-28 Eric Christopher <echristo@apple.com>
9022
9023 Revert:
9024 2006-12-07 Mike Stump <mrs@apple.com>
9025
9026 * Makefile.def (dependencies): Add dependency for
9027 install-target-libssp and install-target-libgomp on
9028 install-gcc.
9029 * Makefile.in: Regenerate.
9030
9031 2007-02-27 Matt Kraai <kraai@ftbfs.org>
9032
9033 * configure: Regenerate.
9034 * configure.ac: Move statements after variable declarations.
9035
9036 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
9037
9038 * MAINTAINERS: Add myself as sh maintainer.
9039
9040 2007-02-19 Joseph Myers <joseph@codesourcery.com>
9041
9042 * configure.ac: Adjust for loop syntax.
9043 * configure: Regenerate.
9044
9045 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
9046
9047 * configure: Rebuilt.
9048
9049 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
9050
9051 * configure.ac: Drop multiple occurrences of --enable-languages,
9052 and fix its quoting.
9053 * configure: Rebuilt.
9054
9055 2007-02-17 Mark Mitchell <mark@codesourcery.com>
9056 Nathan Sidwell <nathan@codesourcery.com>
9057 Vladimir Prus <vladimir@codesourcery.com>
9058 Joseph Myers <joseph@codesourcery.com>
9059
9060 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
9061 * configure: Regenerate.
9062
9063 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
9064
9065 * ltconfig (freebsd*): Default to elf.
9066
9067 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
9068
9069 * configure.ac (target_libraries): Move libgcc before libiberty.
9070 * configure: Regenerated.
9071
9072 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
9073 Paolo Bonzini <bonzini@gnu.org>
9074
9075 PR bootstrap/30753
9076 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
9077 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
9078 * configure: Regenerated.
9079
9080 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
9081
9082 * MAINTAINERS (Language Front End Maintainers): Update my mail
9083 address.
9084
9085 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
9086
9087 PR bootstrap/30748
9088 * configure.ac: Correct syntax for Solaris ksh.
9089 * configure: Regenerated.
9090
9091 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
9092
9093 * configure.ac: Sync with src.
9094 * configure: Regenerate.
9095
9096 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
9097
9098 * Makefile.in: Regenerate.
9099
9100 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
9101
9102 * config.sub: Sync with src.
9103
9104 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
9105
9106 * Makefile.tpl (build_alias, host_alias, target_alias): Use
9107 noncanonical equivalents.
9108 * configure.in: Rename to...
9109 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
9110 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
9111 target_noncanonical. Use them. Rewrite removal of configure
9112 arguments for autoconf 2.59. Discard variable settings. Force
9113 program_transform_name for native tools.
9114
9115 * Makefile.in: Regenerated.
9116 * configure: Regenerated with autoconf 2.59.
9117
9118 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
9119
9120 * MAINTAINERS (Write After Approval): Add myself.
9121
9122 2007-01-31 Andreas Schwab <schwab@suse.de>
9123
9124 * Makefile.tpl (LDFLAGS): Substitute it.
9125 * Makefile.in: Regenerate.
9126
9127 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
9128
9129 * MAINTAINERS (Write After Approval): Add myself.
9130
9131 2007-01-28 David Edelsohn <edelsohn@gnu.org>
9132
9133 * MAINTAINERS (spu port): Add myself.
9134
9135 2007-01-23 Richard Guenther <rguenther@suse.de>
9136
9137 PR bootstrap/30541
9138 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
9139 * Makefile.tpl (GNATBIND): Substitute it.
9140 (GNATMAKE): Likewise.
9141 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
9142 of STAGE_PREFIX.
9143 * Makefile.in: Regenerate.
9144 * configure: Regenerate.
9145
9146 2007-01-18 Mike Stump <mrs@apple.com>
9147
9148 * configure.in: Re-enable -Werror for gcc builds.
9149
9150 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
9151
9152 * MAINTAINERS (Write After Approval): Add myself.
9153
9154 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
9155
9156 * configure.in: Change == to = in test command.
9157 * configure: Regenerate.
9158
9159 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
9160 Nick Clifton <nickc@redhat.com>
9161 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
9162
9163 * configure.in (build_configargs, host_configargs, target_configargs):
9164 Remove build/host/target parameters.
9165 (host_libs): Add gmp and mpfr.
9166 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9167 * Makefile.def (gmp, mpfr): New.
9168 (gcc): Remove target.
9169 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9170 target_os, target_vendor): New.
9171 (configure): Add host_alias/target_alias arguments; adjust invocations.
9172 * configure: Regenerate.
9173 * Makefile.in: Regenerate.
9174
9175 2007-01-11 Matt Fago <fago@earthlink.net>
9176
9177 * configure.in: Try to link to functions only in mpfr 2.2.x
9178 to improve robustness of configure tests.
9179 * configure: Regenerate.
9180
9181 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
9182
9183 * MAINTAINERS: Add myself as i386 maintainer.
9184
9185 2007-01-08 Jan Hubicka <jh@suse.cz>
9186
9187 * MAINTAINERS: Add myself as i386 maintainer.
9188
9189 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
9190
9191 * configure.in: Add support for an x86_64-mingw* target.
9192 * configure: Regenerate.
9193
9194 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
9195
9196 * Makefile.tpl (all-target): Correct @if conditional for target
9197 modules.
9198 * configure.in: Omit libiberty if building only target libgcc.
9199 * configure, Makefile.in: Regenerated.
9200
9201 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
9202
9203 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
9204 * configure: Regenerate.
9205
9206 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9207
9208 * Makefile.def (target_modules): Add libgcc.
9209 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
9210 * Makefile.tpl (clean-target-libgcc): Delete.
9211 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9212 on gcc even for bootstrapped modules. Rewrite handling of
9213 lang_env_dependencies to loop over target_modules.
9214 * configure.in (target_libraries): Add target-libgcc.
9215 * Makefile.in, configure: Regenerated.
9216
9217 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
9218
9219 * configure.in: Reorganize recognition of languages. Add
9220 --enable-stage1-languages. Show supported languages for the chosen
9221 target rather than all recognized languages.
9222 * configure: Regenerate.
9223
9224 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
9225
9226 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9227 * Makefile.in: Regenerate.
9228
9229 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9230
9231 * configure.in: Warn that MPFR 2.2.0 is buggy.
9232 * configure: Regenerate.
9233
9234 2006-12-27 Ian Lance Taylor <iant@google.com>
9235
9236 * configure.in: When removing Makefiles to force a reconfigure, also
9237 remove prev-DIR*/Makefile.
9238 * configure: Regenerate.
9239
9240 2006-12-22 Andreas Schwab <schwab@suse.de>
9241
9242 * configure: Regenerate with correct autoconf version.
9243
9244 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
9245
9246 * configure.in: add AC_SUBST for *_FOR_TARGET.
9247 * configure: Regenerate.
9248
9249 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
9250
9251 * configure.in: Simplify logic for rejecting languages that cannot
9252 be built. Separate the case when a language is unsupported,
9253 from the case when the user chooses not to build a language.
9254
9255 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
9256
9257 * configure.in: Remove "$build" case for powerpc-*-darwin* since
9258 it only affects bootstrap and could be tested on "$host" as well.
9259 * configure: Regenerate.
9260 * config/mh-ppc-darwin: Add to the stage1 cflags here.
9261
9262 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
9263
9264 PR bootstrap/29544
9265 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9266 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9267 move here comment from Makefile.tpl.
9268 * Makefile.tpl: Move some definitions higher in the file.
9269 (STAGE1_CHECKING): New.
9270 * configure.in: Add --enable-stage1-checking.
9271 * configure: Regenerate.
9272 * Makefile.in: Regenerate.
9273
9274 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
9275
9276 * MAINTAINERS: Add myself as build system maintainer.
9277
9278 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
9279
9280 * MAINTAINERS (Write After Approval): Add myself.
9281
9282 2006-12-13 Eric Christopher <echristo@apple.com>
9283
9284 * MAINTAINERS: Add myself as darwin maintainer.
9285
9286 2006-12-11 Ian Lance Taylor <ian@airs.com>
9287
9288 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9289
9290 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
9291
9292 MAINTAINERS: Update my entry.
9293
9294 2006-12-11 Alan Modra <amodra@bigpond.net.au>
9295
9296 * configure.in: Handle spu makefile frag.
9297 * Makefile.tpl (MAINT): Define
9298 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9299 * configure: Regenerate.
9300 * Makefile.in: Regenerate.
9301
9302 2006-12-11 Ben Elliston <bje@au.ibm.com>
9303
9304 * config.guess: Import latest version.
9305 * config.sub: Likewise.
9306
9307 2006-12-11 Ben Elliston <bje@au.ibm.com>
9308
9309 * configure.in (spu-*-*): Don't skip target-libiberty.
9310 * configure: Regenerate.
9311
9312 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
9313
9314 PR bootstrap/30134
9315 * configure.in: Correct x86 darwin support for libjava to powerpc
9316 and i?86 only.
9317 * configure: Regenerate.
9318
9319 2006-12-08 Sandro Tolaini <tolaini@libero.it>
9320
9321 * configure.in: Add x86 darwin support for libjava.
9322 * configure: Regenerate.
9323
9324 2006-12-07 Mike Stump <mrs@apple.com>
9325
9326 * Makefile.def (dependencies): Add dependency for
9327 install-target-libssp and install-target-libgomp on
9328 install-gcc.
9329 * Makefile.in: Regenerate.
9330
9331 2006-12-04 Richard Guenther <rguenther@suse.de>
9332
9333 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9334 (Non-Algorithmic Maintainers): Move over non-algorithmic
9335 loop optimizer maintainers, add myself as a non-algorithmic
9336 middle-end maintainer.
9337
9338 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
9339
9340 * MAINTAINERS (Write After Approval): Add myself.
9341
9342 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9343
9344 * configure.in: Update error message for missing GMP/MPFR.
9345
9346 * configure: Regenerate.
9347
9348 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9349
9350 * configure.in: Update MPFR version in error message.
9351
9352 * configure: Regenerate.
9353
9354 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9355
9356 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9357 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9358 --with-gmp-lib): New flags.
9359
9360 * configure: Regenerate.
9361
9362 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
9363
9364 * MAINTAINERS (Write After Approval): Change my email address.
9365
9366 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
9367
9368 * MAINTAINERS (Write After Approval): Add myself.
9369
9370 2006-11-22 Philipp Thomas <pth@suse.de>
9371
9372 * MAINTAINERS (i18n): Update e-mail address.
9373
9374 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
9375
9376 * MAINTAINERS (spu port): Add myself as maintainer.
9377 (Write After Approval): Remove myself.
9378
9379 2006-11-22 Ben Elliston <bje@au.ibm.com>
9380
9381 * configure.in (skipdirs): Don't build libssp for SPU.
9382 * configure: Regenerate.
9383
9384 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
9385
9386 * MAINTAINERS (spu port): Add myself as maintainer.
9387 (libobjc): Update my email address.
9388
9389 2006-11-21 Andrea Bona <andrea.bona@st.com>
9390
9391 * MAINTAINERS (Write After Approval): Add myself.
9392
9393 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
9394
9395 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9396 * configure : Rebuilt.
9397
9398 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
9399
9400 * MAINTAINERS (Write After Approval): Add myself.
9401
9402 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
9403
9404 * MAINTAINERS (Write After Approval): Add myself.
9405
9406 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9407
9408 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9409 libmpfr.a.
9410 * configure: Regenerate.
9411
9412 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
9413
9414 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9415 (unstage): Test for stage_last presence.
9416
9417 PR bootstrap/29802
9418 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9419 STAGE_PREFIX.
9420 * Makefile.in: Regenerate.
9421
9422 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
9423
9424 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9425 maintainers.
9426
9427 2006-11-14 Erven Rohou <erven.rohou@st.com>
9428
9429 * MAINTAINERS (Write After Approval): Add myself.
9430
9431 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
9432
9433 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9434 and stageN-package/Makefile.
9435 * Makefile.in: Regenerated.
9436
9437 2006-11-14 Jie Zhang <jie.zhang@analog.com>
9438
9439 * configure.in: Remove target-libgloss from noconfigdirs for
9440 bfin-*-*.
9441 * configure: Regenerated.
9442
9443 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9444
9445 * configure.in (have_gmp): Only error if the gcc directory exists.
9446
9447 * configure: Regenerate.
9448
9449 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9450
9451 * configure.in: Robustify error message for missing GMP/MPFR.
9452
9453 * configure: Regenerate.
9454
9455 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
9456
9457 * MAINTAINERS (Write After Approval): Add myself.
9458
9459 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
9460
9461 * MAINTAINERS: Change email address.
9462
9463 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
9464
9465 * MAINTAINERS (Write After Approval): Add myself.
9466
9467 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
9468
9469 * MAINTAINERS (Write After Approval): Add myself.
9470
9471 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
9472
9473 * MAINTAINERS (Write After Approval): Move myself to
9474 Write After Approval section.
9475
9476 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9477
9478 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
9479 need_gmp anymore.
9480 * configure: Regenerate.
9481
9482 2006-10-16 Tobias Burnus <burnus@net-b.de>
9483
9484 * MAINTAINERS (Write After Approval): Add myself.
9485
9486 2006-10-16 Ben Elliston <bje@au.ibm.com>
9487
9488 * config.guess: Import latest version.
9489 * config.sub: Likewise.
9490
9491 2006-10-10 Brooks Moses <bmoses@stanford.edu>
9492
9493 * Makefile.def: Added pdf target handling.
9494 * Makefile.tpl: Added pdf target handling.
9495 * Makefile.in: Regenerated.
9496
9497 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
9498
9499 * MAINTAINERS: Add self as score port maintainer.
9500
9501 2006-10-04 Brooks Moses <bmoses@stanford.edu>
9502
9503 * MAINTAINERS (Write After Approval): Add myself.
9504
9505 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
9506
9507 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
9508 or newer.
9509 * configure: Regenerated.
9510
9511 2006-09-27 Dave Brolley <brolley@redhat.com>
9512
9513 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9514 using $s instead of $r.
9515 * configure: Regenerated.
9516
9517 2006-09-26 Thiemo Seufer <ths@mips.com>
9518
9519 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9520 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9521 * configure: Regenerate.
9522
9523 2006-09-24 Graeme Peterson <gridly@gmail.com>
9524
9525 * MAINTAINERS (Write After Approval): Remove myself.
9526
9527 2006-09-22 Chao-ying Fu <fu@mips.com>
9528
9529 * MAINTAINERS (Write After Approval): Add myself.
9530
9531 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9532
9533 * MAINTAINERS: Add self as soft-fp maintainer.
9534
9535 2006-09-09 Anatoly Sokolov <aesok@post.ru>
9536
9537 * MAINTAINERS: Add myself as avr maintainer.
9538 Remove Marek Michalkiewicz as avr maintainer.
9539
9540 2006-09-07 Roberto Costa <roberto.costa@st.com>
9541
9542 * MAINTAINERS (Write After Approval): Add myself.
9543
9544 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
9545
9546 * configure.in: Never build newlib for a Mingw host.
9547 Never build newlib as Mingw target library.
9548 Test the existence of winsup/cygwin for building a Cygwin newlib,
9549 rather than just winsup.
9550 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9551 building a Mingw target.
9552 * configure: Regenerate.
9553
9554 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9555
9556 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9557
9558 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
9559
9560 * config.guess: Import from src (was more updated).
9561 * config.sub: Likewise.
9562
9563 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9564
9565 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9566 * configure: Regenerated.
9567
9568 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
9569
9570 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9571 for stages after the first.
9572
9573 2006-07-17 Jakub Jelinek <jakub@redhat.com>
9574
9575 * Makefile.def: Add dependencies for configure-opcodes
9576 on configure-intl and all-opcodes on all-intl.
9577 * Makefile.in: Regenerated.
9578
9579 2006-07-13 Ben Elliston <bje@au.ibm.com>
9580
9581 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9582
9583 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9584
9585 Port to hosts whose 'sort' and 'tail' implementations
9586 treat operands with leading '+' as file names, as POSIX
9587 has required since 2001. However, make sure the code still
9588 works on pre-POSIX hosts.
9589 * ltmain.sh: Don't assume "sort +2" is equivalent to
9590 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9591
9592 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9593
9594 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9595
9596 2006-07-04 Peter O'Gorman <peter@pogma.com>
9597
9598 * ltconfig: chmod 644 before ranlib during install.
9599
9600 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9601
9602 PR bootstrap/18058
9603 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9604 if the bootstrap compiler is a GCC version that supports it.
9605 * configure: Regenerate.
9606
9607 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
9608
9609 * configure.in: Fix thinkos in previous check-in.
9610 * configure: Regenerate.
9611
9612 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
9613
9614 PR other/27063
9615 * configure.in: Test subdir_requires and give an appropriate
9616 error message.
9617 * configure: Regenerate.
9618
9619 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9620
9621 * MAINTAINERS (Write After Approval): Add myself.
9622
9623 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
9624
9625 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9626
9627 2006-06-22 Steve Ellcey <sje@cup.hp.com>
9628
9629 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9630
9631 2006-06-20 David Ayers <d.ayers@inode.at>
9632
9633 PR bootstrap/28072
9634 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9635 whether target-libjava is being configured instead of whether the
9636 java front end is enabled.
9637 * configure: Regenerate.
9638
9639 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9640
9641 PR target/27540
9642 * configure.in: Only enable libgomp on IRIX 6.
9643 * configure: Regenerate.
9644
9645 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
9646
9647 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9648 too.
9649 * Makefile.in: Regenerate.
9650
9651 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9652
9653 * config-ml.in: Alter CCASFLAGS to include special
9654 multilib options the same as is done for CFLAGS.
9655
9656 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9657
9658 * configure.in: Don't enable libgomp on hpux10.
9659 * configure: Rebuilt.
9660
9661 2006-06-12 David Ayers <d.ayers@inode.at>
9662
9663 PR bootstrap/27963
9664 PR target/19970
9665 * configure.in: Remove target-boehm-gc from noconfigdirs where
9666 ${libgcj} is specified.
9667 * configure: Regenerate.
9668
9669 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
9670
9671 Sync from src:
9672
9673 * configure.in: Sync.
9674 * configure: Regenerated.
9675
9676 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9677
9678 * Makefile.def: Added dependencies from sim and gdb on intl, and
9679 added configure dependencies to everything with an all dependency
9680 on intl.
9681 * Makefile.in: Regenerated.
9682
9683 2006-06-06 David Ayers <d.ayers@inode.at>
9684
9685 PR libobjc/13946
9686 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9687 * Makefile.in: Regenerate.
9688 * configure.in: Add --enable-objc-gc at toplevel and have it
9689 enable boehm-gc for Objective-C.
9690 Remove target-boehm-gc from libgcj.
9691 Add target-boehm-gc to target_libraries.
9692 Add target-boehm-gc to noconfigdirs where ${libgcj}
9693 is specified.
9694 Assert that boehm-gc is supported when requested for Objective-C.
9695 Only build boehm-gc if needed either for Java or Objective-C.
9696 * configure: Regenerate.
9697
9698 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
9699
9700 PR 27674
9701 * Makefile.tpl (configure-[+prefix+][+module+],
9702 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9703 Remove rule to unstage bootstrapped modules.
9704 (stage_current): New.
9705 * Makefile.in: Regenerate.
9706
9707 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9708
9709 * MAINTAINERS (Write After Approval): Update my e-mail address.
9710
9711 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9712
9713 * include/libiberty.h: Declare pex_run_in_environment.
9714
9715 2006-05-31 Asher Langton <langton2@llnl.gov>
9716
9717 * MAINTAINERS (Write After Approval): Add myself.
9718
9719 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
9720
9721 * Makefile.def (bfd, opcodes): Fix lib_path.
9722 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9723 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9724 * Makefile.in: Regenerate.
9725
9726 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9727
9728 * Makefile.in: Regenerate.
9729
9730 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9731
9732 * Makefile.def: Add install-html target. Add datarootdir
9733 docdir and htmldir to flags_to_pass.
9734 * Makefile.tpl: Add install-html target.
9735 * Makefile.in: Regenerate.
9736 * configure.in: Add --with-datarootdir, --with-docdir, and
9737 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9738 * configure: Regenerate.
9739
9740 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9741
9742 * configure.in: Enable gprof for cross builds.
9743 * configure: Regenerate.
9744
9745 2006-05-22 Richard Guenther <rguenther@suse.de>
9746
9747 Revert
9748 2006-01-31 Richard Guenther <rguenther@suse.de>
9749 Paolo Bonzini <bonzini@gnu.org>
9750
9751 * Makefile.def (target_modules): Add libgcc-math target module.
9752 * configure.in (target_libraries): Add libgcc-math target library.
9753 (--enable-libgcc-math): New configure switch.
9754 * Makefile.in: Re-generate.
9755 * configure: Re-generate.
9756 * libgcc-math: New toplevel directory.
9757
9758 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9759 Andreas Tobler <a.tobler@schweiz.ch>
9760
9761 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9762 * configure: Rebuilt.
9763
9764 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
9765
9766 * MAINTAINERS (Write After Approval): Add myself.
9767
9768 2006-05-01 DJ Delorie <dj@redhat.com>
9769
9770 * configure.in: Restore CFLAGS if GMP isn't present.
9771 * configure: Regenerate.
9772
9773 2006-05-01 Richard Guenther <rguenther@suse.de>
9774
9775 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9776 maintainer.
9777
9778 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
9779
9780 * MAINTAINERS (Write After Approval): Add myself.
9781
9782 2006-04-28 Jan Beulich <jbeulich@novell.com>
9783
9784 * MAINTAINERS (Write After Approval): Add myself.
9785
9786 2006-04-18 DJ Delorie <dj@redhat.com>
9787
9788 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9789 reference libgloss so that libssp can be built in a combined
9790 tree.
9791 * configure: Regenerate.
9792
9793 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
9794
9795 * MAINTAINERS (Write After Approval): Add myself.
9796
9797 2006-04-05 Ben Elliston <bje@au.ibm.com>
9798
9799 * configure.in: Require makeinfo 4.4 or higher.
9800 * configure: Regenerate.
9801
9802 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9803
9804 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9805 Rearrange the entries of other libraries to have them in one place.
9806
9807 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9808
9809 * MAINTAINERS (Write After Approval): Remove myself.
9810 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9811
9812 2006-03-14 Richard Guenther <rguenther@suse.de>
9813
9814 * configure: Regenerate with autoconf 2.13.
9815
9816 2006-03-13 Jim Blandy <jimb@codesourcery.com>
9817
9818 * MAINTAINERS: Use my work address.
9819
9820 * MAINTAINERS: Update my E-mail address.
9821
9822 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
9823
9824 * configure.in: Handle --disable-<component> generically.
9825 * configure: Regenerate.
9826
9827 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9828
9829 PR libgcj/17311
9830 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9831
9832 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9833
9834 * MAINTAINERS (Write After Approval): Remove myself.
9835 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9836
9837 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
9838
9839 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9840 (TARGET_CONFIGDIRS): Remove.
9841 * configure.in: Remove AC_SUBST(target_configdirs).
9842 * Makefile.in, configure: Regenerated.
9843
9844 2006-02-20 Steven G. Kargl <kargls@comcast.net>
9845
9846 * MAINTAINERS (Write After Approval): Remove myself.
9847 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9848
9849 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
9850
9851 PR bootstrap/25670
9852
9853 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9854
9855 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9856 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9857 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9858 BUILD_PREFIX, BUILD_PREFIX_1.
9859 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9860
9861 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9862 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9863
9864 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9865 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9866 of `cat stage_current`. Always provide the `r' and `s' variables.
9867 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9868 a single shell execution.
9869 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9870 bootstrapped modules, make the stage1 module if the build was not
9871 started yet, else build the current stage.
9872 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9873 (all-build, all-host, all-target, [+make_target+]-host,
9874 [+make_target+]-target): Do not use \-continued lines.
9875 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9876 (current_stage, restrap, stage_last): New.
9877
9878 * Makefile.in: Regenerate.
9879 * configure: Regenerate.
9880
9881 2006-02-19 Bud Davis <jmdavis@link.com>
9882
9883 * MAINTAINERS (Write After Approval): Remove myself.
9884 (Language Front End Maintainers): Add myself as fortran 95
9885 maintainer and update e-mail address.
9886
9887 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9888
9889 * MAINTAINERS (Write After Approval): Remove myself.
9890 (Language Front End Maintainers): Add myself as fortran 95
9891 maintainer.
9892
9893 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
9894
9895 * MAINTAINERS (Write After Approval): Add myself.
9896
9897 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9898
9899 * MAINTAINERS (Write After Approval): Remove myself.
9900 (Language Front End Maintainers): Add myself as
9901 fortran 95 maintainer.
9902
9903 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
9904
9905 Sync from src:
9906
9907 2005-12-27 Leif Ekblad <leif@rdos.net>
9908
9909 * configure.in: Add support for RDOS target.
9910 * configure: Regenerate.
9911
9912 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
9913 Andreas Schwab <schwab@suse.de>
9914
9915 * configure: Regenerate.
9916
9917 2006-02-12 David Edelsohn <edelsohn@gnu.org>
9918
9919 * configure.in (enable_libgomp): Add AIX.
9920 * configure: Regenerate.
9921
9922 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9923
9924 * MAINTAINERS (Write After Approval): Add myself.
9925
9926 2006-02-03 Lee Millward <lee.millward@gmail.com>
9927
9928 * MAINTAINERS (Write After Approval): Add myself.
9929
9930 2006-01-31 Richard Guenther <rguenther@suse.de>
9931 Paolo Bonzini <bonzini@gnu.org>
9932
9933 * Makefile.def (target_modules): Add libgcc-math target module.
9934 * configure.in (target_libraries): Add libgcc-math target library.
9935 (--enable-libgcc-math): New configure switch.
9936 * Makefile.in: Re-generate.
9937 * configure: Re-generate.
9938 * libgcc-math: New toplevel directory.
9939
9940 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
9941
9942 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9943 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9944 the assembler, linker and binutils.
9945 * configure: Regenerate.
9946
9947 2006-01-22 Dirk Mueller <dmueller@suse.de>
9948
9949 * MAINTAINERS (Write After Approval): Add myself.
9950
9951 2006-01-20 Diego Novillo <dnovillo@redhat.com>
9952
9953 * configure: Regenerate.
9954
9955 2006-01-18 Richard Henderson <rth@redhat.com>
9956 Jakub Jelinek <jakub@redhat.com>
9957 Diego Novillo <dnovillo@redhat.com>
9958
9959 * libgomp: New directory.
9960 * Makefile.def: Add target_module libgomp.
9961 * Makefile.in: Regenerate.
9962 * configure.in (target_libraries): Add target-libgomp.
9963 * configure: Regenerate.
9964
9965 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
9966
9967 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9968 @ from continuation.
9969 * Makefile.in: Rebuilt.
9970
9971 2006-01-04 Chris Lattner <sabre@gnu.org>
9972
9973 * MAINTAINERS (Write After Approval): Add myself.
9974
9975 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
9976
9977 PR bootstrap/24252
9978
9979 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9980 * Makefile.tpl (OBJDUMP): New.
9981 (EXTRA_HOST_FLAGS): Add it.
9982 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9983
9984 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9985 to use symbolic links between directories. Avoid race conditions
9986 or make them harmless.
9987 * configure.in: Do not try to use symbolic links between directories.
9988
9989 * Makefile.def (LEAN): Pass.
9990 * Makefile.tpl (LEAN): Define.
9991 (stage[+id+]-start): Accept that the previous directory does not
9992 exist, if the bootstrap is lean.
9993 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9994 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9995 configure substitution.
9996 ([+compare-target+]): Likewise.
9997 ([+bootstrap-target+]-lean): New.
9998 * configure.in: Remove lean bootstrap support from here.
9999
10000 * Makefile.in: Regenerate.
10001 * configure: Regenerate.
10002
10003 2006-01-04 Ben Elliston <bje@au.ibm.com>
10004
10005 * MAINTAINERS (libdecnumber): Add myself.
10006
10007 2006-01-02 Mark Mitchell <mark@codesourcery.com>
10008
10009 * libtool-ldflags: New script.
10010
10011 2006-01-02 Andreas Schwab <schwab@suse.de>
10012
10013 * configure.in: When reconfiguring remove Makefile in
10014 all stage directories.
10015 * configure: Regenerate.
10016
10017 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
10018
10019 * MAINTAINERS: Update my email address.
10020
10021 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
10022
10023 Revert Ada-related part of the previous change.
10024
10025 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
10026 Do not pass.
10027 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
10028 * Makefile.in: Regenerate.
10029 * configure.in: Do not include mt-ppc-aix target fragment.
10030 * configure: Regenerate.
10031
10032 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
10033
10034 * configure.in: Select appropriate fragments for PowerPC/AIX.
10035 * configure: Regenerate.
10036
10037 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
10038 BOOT_CFLAGS, BOOT_LDFLAGS.
10039 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
10040 BOOT_CFLAGS, BOOT_LDFLAGS.
10041 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
10042 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
10043 (stage): Fail if we cannot complete the work.
10044 * Makefile.in: Regenerate.
10045
10046 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
10047
10048 * configure.in: Replace ms1 with mt.
10049 * configure: Rebuilt.
10050
10051 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
10052
10053 * MAINTAINERS: Update my email address.
10054
10055 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
10056
10057 * Makefile.tpl (all, do-[+make_target+], do-check, install,
10058 install-host-nogcc): Don't invoke $(stage) at the end.
10059 * Makefile.in: Regenerate.
10060
10061 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
10062
10063 * configure.in: Flip the top-level bootstrap switch.
10064 * configure: Regenerate.
10065
10066 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
10067
10068 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
10069 $(stage) and $(unstage).
10070 (EXTRA_TARGET_FLAGS): Correct double-quoting.
10071 (all): Remove stray semicolon.
10072 (local-distclean): Don't handle multilib.tmp and multilib.out.
10073 (install.all): Set $s for consistency.
10074 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
10075 check_multilibs setting. Always make the install directory.
10076 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
10077 Correct @if/@endif.
10078 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
10079 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
10080 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
10081 (multilib.out): Remove.
10082 * Makefile.in: Regenerated.
10083
10084 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
10085
10086 * MAINTAINERS (Write After Approval): Add myself.
10087
10088 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
10089
10090 * MAINTAINERS: Add myself as mt maintainer.
10091
10092 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
10093
10094 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
10095
10096 * MAINTAINERS: Change email address.
10097
10098 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
10099
10100 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
10101 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
10102 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
10103 Find in-tree tools if available.
10104 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
10105 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
10106 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
10107 (COMPILER_*_FOR_TARGET): New.
10108 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
10109 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
10110 (CONFIGURED_*, USUAL_*): Remove.
10111 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
10112 STRIP): Use autoconf substitutions.
10113 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
10114 COMPILER_NM_FOR_TARGET): New.
10115 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
10116
10117 (all): Make all-host and all-target in parallel.
10118 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
10119 that $$r and $$s are set before invoking a recursive make.
10120 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
10121 ([+bootstrap-target+]): Inline most of the `all' target.
10122
10123 2005-11-29 Ben Elliston <bje@au.ibm.com>
10124
10125 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
10126 from the gcc build directory.
10127 * Makefile.in: Regenerate.
10128
10129 2005-11-29 Ben Elliston <bje@au.ibm.com>
10130
10131 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
10132 depend on all-libdecnumber.
10133 * configure.in (host_libs): Include libdecnumber.
10134 * Makefile.in: Regenerate.
10135 * configure: Likewise.
10136
10137 2005-11-29 Ben Elliston <bje@au.ibm.com>
10138
10139 * libdecnumber: Import decNumber sources from the dfp-branch.
10140
10141 2005-11-21 Kean Johnston <jkj@sco.com>
10142
10143 * config.sub, config.guess: Sync from upstream sources.
10144
10145 2005-11-21 Ben Elliston <bje@au.ibm.com>
10146
10147 Import from Autoconf sources:
10148
10149 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
10150 * config/move-if-change: Don't output "$2 is unchanged";
10151 suggested by Ben Elliston. Handle weird characters correctly.
10152
10153 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
10154
10155 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10156 to match upstream libtool for darwin.
10157
10158 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
10159
10160 * Makefile.def: Remove gdb dependencies for gdbtk.
10161 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10162 (configure-gdb, install-gdb): New rules.
10163 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10164 * Makefile.in, configure: Regenerated.
10165
10166 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
10167
10168 * MAINTAINERS (Write After Approval): Add myself.
10169
10170 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
10171
10172 * MAINTAINERS (Write After Approval): Add myself.
10173
10174 2005-10-24 Diego Novillo <dnovillo@redhat.com>
10175
10176 * MAINTAINERS (alias analysis): Add Daniel Berlin and
10177 Diego Novillo.
10178
10179 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
10180
10181 PR bootstrap/24297
10182 * Makefile.tpl (do-[+make-target+], do-check, install,
10183 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10184 are set before recursing.
10185 * Makefile.in: Regenerate.
10186
10187 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
10188
10189 PR bootstrap/18939
10190 * Makefile.def (gcc) <target>: Fix thinko.
10191 * Makefile.in: Regenerate.
10192
10193 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
10194
10195 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10196 * configure: Regenerate.
10197
10198 2005-10-15 Jie Zhang <jie.zhang@analog.com>
10199
10200 * MAINTAINERS (Write After Approval): Add self.
10201
10202 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
10203
10204 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10205 target-libffi, target-qthreads, target-libjava, and
10206 targetlibobjc.
10207 * configure: Regenerate.
10208
10209 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
10210
10211 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10212 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10213 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10214 (USUAL_OBJDUMP_FOR_TARGET): New.
10215 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10216 * configure.in: Check for $OBJDUMP_FOR_TARGET.
10217 * configure, Makefile.in: Regenerated.
10218
10219 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
10220
10221 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10222 before other host packages.
10223
10224 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
10225
10226 * MAINTAINERS: Add self as sh libraries/configury maintainer.
10227
10228 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
10229
10230 PR bootstrap/22340
10231
10232 * configure.in (default_target): Remove.
10233 * Makefile.tpl (all): Do not use prerequisites as subroutines
10234 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10235 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10236 use prerequisites as subroutines.
10237 (check-host, check-target): New.
10238 (bootstrap configure & all targets): Do not use stage*-start
10239 if the directory layout is already ok.
10240 (non-bootstrap configure & all targets): Prepend a $(unstage).
10241 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
10242 (NOTPARALLEL): Remove.
10243 (unstage, stage variables): New variables.
10244 (unstage, stage targets): Simply expand to those variables.
10245
10246 * configure: Regenerate.
10247 * Makefile.in: Regenerate.
10248
10249 2005-10-04 James E Wilson <wilson@specifix.com>
10250
10251 * Makefile.def (lang_env_dependencies): Add libmudflap.
10252 * Makefile.in: Regenerate.
10253
10254 2005-10-03 Andreas Schwab <schwab@suse.de>
10255
10256 Backport from libtool CVS:
10257 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
10258
10259 * ltmain.sh: add support for installing into temporary
10260 staging area (e.g. 'make install DESTDIR=...')
10261
10262 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
10263
10264 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10265 * configure: Regenerated.
10266
10267 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
10268
10269 * configure: Regenerate with the correct
10270 autoconf version.
10271
10272 2005-09-30 Catherine Moore <clm@cm00re.com>
10273
10274 * configure.in (bfin-*-*): New.
10275 * configure: Regenerated.
10276
10277 2005-09-28 Geoffrey Keating <geoffk@apple.com>
10278
10279 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10280 (LIPO_FOR_TARGET): New.
10281 (CONFIGURED_LIPO_FOR_TARGET): New.
10282 (USUAL_LIPO_FOR_TARGET): New.
10283 (STRIP_FOR_TARGET): New.
10284 (CONFIGURED_STRIP_FOR_TARGET): New.
10285 (USUAL_STRIP_FOR_TARGET): New.
10286 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10287 STRIP_FOR_TARGET.
10288 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10289 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10290 * Makefile.in: Regenerate.
10291 * configure: Regenerate.
10292
10293 2005-09-19 David Edelsohn <edelsohn@gnu.org>
10294
10295 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10296 (rs6000-*-aix*): Same.
10297 * configure: Regenerate.
10298
10299 2005-09-16 Tom Tromey <tromey@redhat.com>
10300
10301 * MAINTAINERS: Add self as java maintainer.
10302
10303 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
10304
10305 * configure.in: Recognize f95 in the --enable-languages option,
10306 and substitute it for fortran, issuing a warning.
10307 * configure: Regenerate.
10308
10309 2005-08-30 Phil Edwards <phil@codesourcery.com>
10310
10311 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
10312 * configure: Regenerated.
10313
10314 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
10315
10316 * MAINTAINERS: Add self as ms1 maintainer.
10317
10318 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
10319
10320 * Makefile.def (libssp): Add to lang_env_dependencies.
10321 * Makefile.in: Regenerate.
10322
10323 2005-08-18 Ian Lance Taylor <ian@airs.com>
10324
10325 * MAINTAINERS: Add myself as middle-end maintainer.
10326
10327 2005-08-17 Christian Groessler <chris@groessler.org>
10328
10329 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10330 * Makefile.in: Regenerate.
10331
10332 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
10333
10334 * MAINTAINERS (write after approval): Added myself.
10335
10336 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
10337
10338 * MAINTAINERS (Write After Approval): Add myself.
10339
10340 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
10341
10342 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10343 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10344 Look for alternate names of the target cc and c++
10345 * configure: Regenerate.
10346
10347 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
10348
10349 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10350 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10351 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10352 tools; remove code to manually set them.
10353 (Target tools): Look in the environment for them.
10354 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10355 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10356 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10357 build directory.
10358 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10359 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10360 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10361 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10362 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10363 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10364 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10365 * configure: Regenerate.
10366 * Makefile.in: Regenerate.
10367
10368 2005-07-28 Ben Elliston <bje@au.ibm.com>
10369
10370 * MAINTAINERS: Update for removed CPU targets.
10371
10372 2005-07-27 Mark Mitchell <mark@codesourcery.com>
10373
10374 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
10375 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
10376 * Makefile.in: Regenerated.
10377
10378 2005-07-26 Mark Mitchell <mark@codesourcery.com>
10379
10380 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10381 (CFLAGS_FOR_TARGET): Use it.
10382 (CXXFLAGS_FOR_TARGET): Likewise.
10383 * Makefile.in: Regenerated.
10384 * configure.in (--with-build-sysroot): New option.
10385 * configure: Regenerated.
10386
10387 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
10388
10389 * Makefile.tpl: Wrap install between unstage and stage
10390 * Makefile.in: Regenerate.
10391
10392 2005-07-21 Eric Christopher <echristo@apple.com>
10393
10394 * MAINTAINERS: Update affiliation.
10395
10396 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
10397
10398 * MAINTAINERS: Add self as crx port maintainer.
10399
10400 2005-07-20 DJ Delorie <dj@redhat.com>
10401
10402 * MAINTAINERS: Add self as m32c maintainer.
10403
10404 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
10405
10406 * all files: Update FSF address.
10407
10408 2005-07-15 Eric Christopher <echristo@redhat.com>
10409
10410 * MAINTAINERS: Change affiliation.
10411
10412 2005-07-14 Jim Blandy <jimb@redhat.com>
10413
10414 * configure.in: Add cases for Renesas m32c.
10415 * configure: Regenerated.
10416
10417 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
10418
10419 * COPYING.LIB: Update from fsf.org.
10420
10421 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
10422
10423 * COPYING, compile, config.guess,
10424 config.sub, install-sh, missing, mkinstalldirs,
10425 symlink-tree, ylwrap: Sync from upstream sources.
10426 * config-ml.in: Update FSF address.
10427
10428 2005-07-13 Eric Christopher <echristo@redhat.com>
10429
10430 * configure.in: Add toplevel noconfigdir support for tpf.
10431 * configure: Regenerate.
10432
10433 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
10434
10435 PR ada/22340
10436
10437 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10438 * Makefile.in: Regenerate.
10439
10440 2005-07-07 Mark Mitchell <mark@codesourcery.com>
10441
10442 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
10443 Brolley to write-after-approval.
10444
10445 2005-07-07 Andreas Schwab <schwab@suse.de>
10446
10447 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10448 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10449 * Makefile.in: Regenerated.
10450
10451 2005-07-06 Geoffrey Keating <geoffk@apple.com>
10452
10453 * configure.in: Don't build sim or rda when targetting darwin.
10454 * configure: Regenerate.
10455
10456 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
10457
10458 * configure.in: Add --enable-libssp and --disable-libssp.
10459 * configure: Regenerate with autoconf-2.13.
10460
10461 2005-07-02 Jakub Jelinek <jakub@redhat.com>
10462
10463 * Makefile.def (target_modules): Add libssp.
10464 * configure.in (target_libraries): Add target-libssp.
10465 * configure: Rebuilt.
10466 * Makefile.in: Rebuilt.
10467
10468 2005-07-01 Zack Weinberg <zackw@panix.com>
10469
10470 * MAINTAINERS: Change email address. Resign from maintainership.
10471
10472 2005-07-01 Richard Guenther <rguenther@suse.de>
10473
10474 * MAINTAINERS: Change my e-mail address and affiliation.
10475
10476 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
10477
10478 * Makefile.def (stagefeedback): Come after profile.
10479 Define profiledbootstrap target.
10480 * Makefile.tpl (profiledbootstrap): Remove.
10481 (stageprofile-end): Zap stagefeedback.
10482 (stagefeedback-start): Copy all .gcda files, not only GCC's.
10483 * Makefile.in: Regenerate.
10484
10485 2005-06-13 Richard Sandiford <richard@codesourcery.com>
10486
10487 * MAINTAINERS: Update my email address.
10488
10489 2005-06-13 Zack Weinberg <zack@codesourcery.com>
10490
10491 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
10492 In 'cpp' stanza, support '#line' as well as '# '.
10493
10494 2005-06-08 Andreas Schwab <schwab@suse.de>
10495
10496 * MAINTAINERS: Move myself from 'Write After Approval' to
10497 'CPU Port Maintainers' section as m68k maintainer.
10498
10499 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
10500
10501 * configure.in (unsupported_languages): New macro.
10502 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
10503 non-ported target libraries in noconfigdirs.
10504 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10505 non-linux-gnu. Remove libgcj_ex_libffi.
10506 <lang_frag loop>: Set add_this_lang=no if the language is in
10507 unsupported_languages.
10508 * configure: Regenerate.
10509
10510 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
10511
10512 * configure.in: Fix typo in handling of --with-mpfr-dir.
10513 * configure: Regenerate.
10514
10515 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
10516
10517 * MAINTAINERS: Update my email address.
10518
10519 2005-06-02 Jim Blandy <jimb@redhat.com>
10520
10521 * config.sub: Add cases for the Renesas m32c. (This patch has been
10522 accepted into the master sources.)
10523
10524 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
10525 Michael Snyder <msnyder@redhat.com>
10526 Stan Cox <scox@redhat.com>
10527
10528 * configure.in: Set noconfigdirs for ms1.
10529
10530 * configure: Regenerate.
10531
10532 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10533
10534 * MAINTAINERS (Write After Approval): Add self.
10535
10536 2005-06-01 Josh Conner <jconner@apple.com>
10537
10538 * MAINTAINERS (Write After Approval): Add self.
10539
10540 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
10541
10542 * MAINTAINERS: Update my email address.
10543
10544 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10545
10546 * MAINTAINERS (Write After Approval): Add self.
10547
10548 2005-05-26 Chris Demetriou <cgd@broadcom.com>
10549
10550 * MAINTAINERS (Write After Approval): Remove self.
10551
10552 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
10553
10554 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10555 (Dependencies): Consider target modules for bootstrap dependencies.
10556 Make target bootstrap modules depend on each stage's gcc.
10557 * Makefile.in: Regenerate.
10558
10559 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
10560
10561 * Makefile.def (configure-gcc): Depend on binutils having been built.
10562 (all-gcc): No need to do it here.
10563 * Makefile.in: Regenerate.
10564
10565 2005-05-19 Paul Brook <paul@codesourcery.com>
10566
10567 * configure.in: Rewrite misleading error message when requested
10568 language cannot be built.
10569 * configure: Regenerate.
10570
10571 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10572
10573 * ylwrap: Import from Automake 1.9.5.
10574
10575 2005-05-13 David Ung <davidu@mips.com>
10576
10577 * MAINTAINERS (Write After Approval): Add self.
10578
10579 2005-05-09 Mike Stump <mrs@apple.com>
10580
10581 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10582 lt_cv_sys_max_cmd_len for now.
10583
10584 2005-05-09 Stan Cox <scox@redhat.com>
10585
10586 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10587
10588 2005-05-08 Matt Kraai <kraai@ftbfs.org>
10589
10590 * README.SCO: Update the URL.
10591
10592 2005-05-05 David Edelsohn <edelsohn@gnu.org>
10593
10594 * ltconfig: Define file_list_spec. Pass file_list_spec and
10595 with_gnu_ld to libtool.
10596 * ltcf-c.sh (aix[45]): Define file_list_spec.
10597 * ltcf-cxx.sh (aix[45]): Same.
10598 * ltcf-gcj.sh (aix[45]): Same.
10599 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10600 exists, write list of input files to temporary file.
10601
10602 2005-05-04 Mike Stump <mrs@apple.com>
10603
10604 * configure.in: Always pass --target to target configures as
10605 otherwise rebuilds that do --recheck will fail.
10606 * confiugure: Rebuilt.
10607
10608 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
10609
10610 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10611 STAGE_HOST_EXPORTS.
10612 (configure, all): Add bootstrap support.
10613 (Host modules, target modules): Pass post-stage1 flags and exports.
10614 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10615 * Makefile.in: Regenerate.
10616
10617 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
10618
10619 * configure: Regenerate.
10620
10621 2005-04-27 Mike Stump <mrs@apple.com>
10622
10623 * MAINTAINERS: Add self as darwin maintainer.
10624
10625 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10626
10627 * config.sub: Update from master copy.
10628
10629 2005-04-21 Mike Stump <mrs@apple.com>
10630
10631 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10632 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10633
10634 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
10635
10636 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10637 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10638 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10639 "*-*-elf" and "*-*-linux*".
10640 * configure: Regenerate.
10641
10642 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10643
10644 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10645
10646 2005-04-12 Mike Stump <mrs@apple.com>
10647
10648 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10649
10650 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10651
10652 * MAINTAINERS (Write After Approval): Add myself.
10653
10654 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10655
10656 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10657
10658 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
10659
10660 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10661 (TARGET_CONFIGARGS): Include --with-target-subdir.
10662 (configure, all): New macros. Use them throughout.
10663 * Makefile.in: Regenerate.
10664
10665 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10666
10667 * MAINTAINERS (Write After Approval): Add myself.
10668
10669 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10670
10671 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10672
10673 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10674
10675 * MAINTAINERS: Move John Carr to Write After Approval.
10676
10677 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
10678
10679 * config/mh-mingw32: Delete.
10680 * configure.in: Don't use it.
10681 * configure: Regenerate.
10682
10683 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
10684
10685 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10686 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10687 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10688 (HOST_LIB_PATH): Generate from Makefile.def.
10689 (TARGET_LIB_PATH): Likewise.
10690 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10691 * Makefile.in: Regenerate.
10692 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10693 (RPATH_ENVVAR): Include Darwin case.
10694 * configure: Regenerate.
10695
10696 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10697
10698 * MAINTAINERS (Various Maintainers): Remove self.
10699 (Write After Approval): Add self.
10700
10701 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10702
10703 * MAINTAINERS (Various Maintainers): Add self.
10704
10705 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
10706
10707 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10708 * configure: Regenerate.
10709
10710 2005-03-21 Zack Weinberg <zack@codesourcery.com>
10711
10712 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10713 gcc_version, and gcc_version_trigger from set of flags to pass.
10714 * Makefile.tpl: Remove definitions of above variables.
10715 (config.status): Remove dependency on $(gcc_version_trigger).
10716 * Makefile.in: Regenerate.
10717 * configure.in: Do not reference config/gcc-version.m4 nor
10718 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10719 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10720 * configure: Regenerate.
10721
10722 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
10723 Andrew Pinski <pinskia@physics.uc.edu>
10724
10725 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10726 * Makefile.in: Regenerate.
10727
10728 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10729
10730 * MAINTAINERS (Write After Approval): Add myself.
10731
10732 2005-03-03 David Ayers <d.ayers@inode.at>
10733
10734 * MAINTAINERS (Write After Approval): Add myself.
10735
10736 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
10737
10738 PR libgcj/20160
10739 * ltmain.sh: Avoid creating archives with components that have
10740 duplicate basenames.
10741
10742 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10743
10744 PR bootstrap/20250
10745 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10746 instead of check.
10747 * Makefile.in: Regenerate.
10748
10749 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
10750
10751 * Makefile.in: Regenerate to fix conflict between the previous two
10752 patches.
10753
10754 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
10755
10756 PR bootstrap/17383
10757 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10758 * Makefile.tpl (HOST_SUBDIR): New substitution.
10759 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10760 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10761 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10762 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10763 (Host modules, Bootstrapped modules): Use it.
10764 (Build modules, Target modules): Do not create symlink trees,
10765 always configure out-of-srcdir.
10766 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10767 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10768 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10769 $(HOST_SUBDIR). Create a symlink for host_subdir.
10770
10771 * Makefile.in: Regenerate.
10772 * configure: Regenerate.
10773
10774 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10775
10776 Merged from libada-gnattools-branch:
10777 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10778
10779 * gnattools: New directory.
10780 * Makefile.def: Add gnattools as a module, depending on target-libada.
10781 * Makefile.in: Regenerate.
10782 * configure.in: Include gnattools in host_tools; disable it if ada
10783 is disabled.
10784 * configure: Regenerate.
10785
10786 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
10787
10788 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10789 treelang maintainer.
10790 (Write After Approval): Remove myself.
10791
10792 2005-02-23 Paul Schlie <schlie@comcast.net>
10793
10794 * configure.in: Allow darwin targeted ports to build tk, itcl and
10795 libgui.
10796 * configure: Regenerate.
10797
10798 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10799
10800 PR libgcj/10353
10801 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10802 * configure: Regenerate.
10803
10804 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10805
10806 * MAINTAINERS (Write After Approval): Add myself.
10807
10808 2005-02-10 Ian Lance Taylor <ian@airs.com>
10809
10810 * MAINTAINERS: Update my e-mail address.
10811
10812 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10813
10814 * MAINTAINERS (Write After Approval): Add myself.
10815
10816 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
10817
10818 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10819 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10820 target-libgloss when not *-*-elf and *-*-aout.
10821 * configure: Regenerate.
10822
10823 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10824
10825 * MAINTAINERS: Remove obsolete entries.
10826
10827 * MAINTAINERS (Write After Approval): Add Michael Matz.
10828
10829 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
10830
10831 * MAINTAINERS: Remove self as cpplib maintainer.
10832
10833 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10834
10835 * install-sh, config.sub: Import from upstream.
10836
10837 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10838
10839 PR bootstrap/18222
10840 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10841 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10842 * Makefile.in: Regenerate.
10843
10844 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
10845
10846 * MAINTAINERS: Update my email address.
10847
10848 2005-01-12 David Edelsohn <edelsohn@gnu.org>
10849 Andreas Schwab <schwab@suse.de>
10850
10851 PR bootstrap/18033
10852 * config-ml.in: Eval option if surrounded by single quotes.
10853
10854 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
10855
10856 Revert 2004-12-28 Makefile changes, a better fix will be
10857 applied to mainline and src after GCC 4.0 branches.
10858
10859 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
10860
10861 PR bootstrap/17383
10862
10863 * Makefile.def (target_modules): Remove stage parameter,
10864 it is always true now.
10865 * Makefile.tpl (configure-build-[+module+],
10866 configure-target-[+module+]): Always build symlink tree
10867 for the directory and for include. BUILD_SUBDIR and
10868 TARGET_SUBDIR cannot be . anymore.
10869 * Makefile.in: Regenerate.
10870
10871 2004-12-25 David Edelsohn <edelsohn@gnu.org>
10872
10873 Revert 2004-12-08 Makefile changes.
10874
10875 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10876
10877 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10878 cygwin, mingw.
10879
10880 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10881
10882 * configure.in (sh64-*-*): Reenable gprof.
10883 * configure: Regenerate.
10884
10885 2004-12-08 David Edelsohn <edelsohn@gnu.org>
10886
10887 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10888 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10889 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10890 * Makefile.in: Regenerate.
10891
10892 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10893
10894 * MAINTAINERS: Update my email address.
10895
10896 2004-12-07 Matt Kraai <kraai@ftbfs.org>
10897
10898 * Makefile.tpl: Generate normal dependencies if the LHS module is
10899 not bootstrapped.
10900 * Makefile.in: Regenerate.
10901
10902 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
10903
10904 * configure.in: Include config/gxx-include-dir.m4. Use
10905 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10906 * configure: Regenerate.
10907
10908 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
10909
10910 * config.if: Delete.
10911 * configure.in: Set libstdcxx_incdir directly.
10912 * configure: Regenerate.
10913
10914 2004-12-02 Eric Christopher <echristo@redhat.com>
10915
10916 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10917 * Makefile.in: Regenerate.
10918
10919 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
10920
10921 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10922 * configure: Regenerate.
10923
10924 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
10925
10926 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10927 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10928 * configure: Regenerate.
10929
10930 2004-12-01 Eric Christopher <echristo@redhat.com>
10931
10932 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10933 of things to remove.
10934
10935 2004-11-29 Matt Kraai <kraai@ftbfs.org>
10936
10937 * MAINTAINERS (Write After Approval): Update my e-mail address.
10938
10939 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10940
10941 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10942 from CVS libtool to always pass_all.
10943
10944 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10945
10946 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10947 (hppa*64*-*-*): Delete incorrect comment.
10948 * configure: Rebuilt.
10949
10950 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10951
10952 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10953
10954 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10955
10956 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10957 from CVS libtool to always pass_all.
10958
10959 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10960
10961 * install-sh, compile: Import from automake.
10962
10963 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10964
10965 * config.guess, config.sub: Import from savannnah.
10966
10967 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
10968
10969 * MAINTAINERS (Write After Approval): Add myself
10970
10971 2004-11-12 Mike Stump <mrs@apple.com>
10972
10973 * Makefile.def: Add html support.
10974 * Makefile.tpl: Likewise.
10975 * Makefile.in: Regenerate.
10976
10977 2004-11-11 Geoffrey Keating <geoffk@apple.com>
10978
10979 PR 18423
10980 * configure.in: Remove all instances of build-fixincludes from
10981 noconfigdirs.
10982 (build_configargs): Supply --target to subdirectories.
10983 * configure: Regenerate.
10984
10985 * Makefile.def: Make gcc install depend on fixincludes install.
10986 * Makefile.in: Regenerate.
10987
10988 2004-11-10 Janis Johnson <janis187@us.ibm.com>
10989
10990 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10991
10992 2004-11-11 Paul Brook <paul@codesourcery.com>
10993
10994 * MAINTAINERS: Add self as arm maintainer. Update email address.
10995
10996 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10997
10998 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10999 target-libgfortran.
11000 * configure: Regenerate.
11001
11002 2004-11-07 David Edelsohn <edelsohn@gnu.org>
11003
11004 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
11005 like CC.
11006
11007 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
11008
11009 * Makefile.def (host fixincludes): Specify missing targets.
11010 * Makefile.in: Regenerate.
11011
11012 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
11013
11014 * MAINTAINERS: Add myself
11015
11016 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
11017
11018 * MAINTAINERS (Write After Approval): Add myself.
11019
11020 2004-11-04 Geoffrey Keating <geoffk@apple.com>
11021
11022 * Makefile.def: Build fixincludes for the host, too.
11023 * Makefile.in: Regenerate.
11024 * configure.in (host_tools): Add fixincludes.
11025 * configure: Regenerate.
11026
11027 2004-11-04 Daniel Jacobowitz <dan@debian.org>
11028
11029 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
11030 * configure: Regenerated.
11031
11032 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
11033
11034 PR other/17783
11035 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
11036 * configure: Regenerated.
11037
11038 2004-10-31 Mark Mitchell <mark@codesourcery.com>
11039
11040 * README.SCO: Update per FSF instructions.
11041
11042 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
11043
11044 PR target/18151
11045 * configure.in (case ${target}): Do not build fixincludes for avr.
11046 * configure: Regenerated.
11047
11048 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
11049
11050 * configure.in (case ${target}): Do not build fixincludes
11051 on platforms where it is not used.
11052 * configure: Regenerated.
11053
11054 2004-10-23 Daniel Jacobowitz <dan@debian.org>
11055
11056 * configure.in: Use an absolute path to install-sh.
11057 * configure: Regenerated.
11058
11059 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
11060
11061 * MAINTAINERS (Write After Approval): Add myself.
11062
11063 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
11064
11065 * MAINTAINERS: Remove from Write After Approval those that are
11066 already maintainers.
11067
11068 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
11069
11070 * MAINTAINERS: Update my email address.
11071
11072 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
11073
11074 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
11075 * configure: Regenerate.
11076
11077 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
11078
11079 * MAINTAINERS: Update my email address.
11080
11081 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
11082
11083 * MAINTAINERS (Language Front Ends Maintainers): New. Move
11084 entries belonging to this category.
11085
11086 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
11087
11088 * MAINTAINERS: Update my e-mail address.
11089
11090 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
11091
11092 Fix wrong conflict resolution in:
11093
11094 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
11095
11096 * Makefile.in: Regenerate.
11097 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11098 in the recursive `make', instead of hardwiring `all'.
11099 (Autogenerated TARGET-* variables): New.
11100
11101 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
11102
11103 * configure.in: Enable target-libgloss for crx-*-*.
11104 * configure: Regenerate.
11105
11106 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
11107
11108 * MAINTAINERS (Various Maintainers): Move the "windows,
11109 cygwin, mingw" maintainer to ...
11110 (OS Port Maintainers): ... here.
11111
11112 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
11113
11114 * MAINTAINERS (Write After Approval): Remove those that are
11115 maintainers of some subsystem.
11116
11117 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
11118
11119 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
11120 * ltcf-cxx.sh (tpf*): Likewise.
11121 * ltconfig (tpf*): Add TPF OS configuration support.
11122
11123 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
11124
11125 * MAINTAINERS: Change my email address to my new work account.
11126
11127 2004-09-24 Michael Roth <mroth@nessie.de>
11128
11129 * configure.in (--without-headers): Add missing double quotes.
11130 * configure: Regenerate.
11131
11132 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
11133
11134 * ylwrap: Revert to previous version.
11135
11136 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
11137
11138 PR bootstrap/17369
11139 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
11140 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
11141 SET_GCC_LIB_PATH_CMD.
11142 (BASE_TARGET_EXPORTS): Likewise.
11143 * Makefile.in: Regenerated.
11144
11145 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11146 * configure: Regenerated.
11147
11148 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
11149
11150 * config.guess: New upstream version
11151 * compile, depcomp, install-sh, ylwrap: Likewise.
11152
11153 2004-09-19 Roger Sayle <roger@eyesopen.com>
11154
11155 * config/mh-x86omitfp: New host makefile fragment. Add
11156 -fomit-frame-pointer to the default BOOT_CFLAGS.
11157 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11158 * configure: Regenerate.
11159
11160 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
11161
11162 PR target/11572
11163 * configure.in (*-*-darwin*): Renable libobjc.
11164 * configure: Regenerate.
11165
11166 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
11167
11168 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11169
11170 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
11171
11172 * Makefile.def: Remove libbanshee.
11173 * Makefile.tpl: Ditto.
11174 * configure.in: Ditto.
11175 * Makefile.in: Regen.
11176 * configure: Ditto.
11177
11178 2004-09-08 David Edelsohn <edelsohn@gnu.org>
11179
11180 * ltmain.sh: Use $pic_object as $non_pic_object if
11181 $non_pic_object=none.
11182
11183 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
11184
11185 * missing: Import latest version from master repository.
11186
11187 2004-09-06 Nick Clifton <nickc@redhat.com>
11188
11189 * config.sub: Import latest version from master repository.
11190 * config.guess: Likewise.
11191 This includes these changes:
11192
11193 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
11194
11195 * config.sub: Handle crisv32, alias etraxfs.
11196 * config.guess (crisv32:Linux:*:*): Handle.
11197
11198 2004-08-13 Brad Smith <brad@comstyle.com>
11199
11200 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11201 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11202
11203 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
11204
11205 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11206 assume the processor is a powerpc. This is because coreutils
11207 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11208 in this case, due to a MacOS X bug that causes
11209 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11210 to return a negative number.
11211 Problem reported by Petter Reinholdtsen in:
11212 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11213
11214 2004-07-19 Ben Elliston <bje@gnu.org>
11215
11216 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11217
11218 2004-06-24 Ben Elliston <bje@gnu.org>
11219
11220 * config.guess: Update copyright years.
11221 * config.sub: Likewise.
11222
11223 2004-06-22 Robert Millan <robertmh@gnu.org>
11224
11225 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11226 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11227
11228 2004-06-22 Stanley F. Quayle <stan@stanq.com>
11229
11230 * config.guess (*:*VMS:*:*): New entry. Replaces
11231 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11232 manufacturer.
11233
11234 2004-06-22 Ben Elliston <bje@gnu.org>
11235
11236 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11237 * config.sub: Likewise.
11238
11239 2004-06-22 Ben Elliston <bje@gnu.org>
11240
11241 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11242 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11243
11244 2004-06-11 Ben Elliston <bje@gnu.org>
11245
11246 * config.guess (pegasos:OpenBSD:*:*): Remove.
11247
11248 2004-06-11 Ben Elliston <bje@gnu.org>
11249
11250 From Wouter Verhelst <wouter@grep.be>:
11251 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11252
11253 2004-06-11 Ben Elliston <bje@gnu.org>
11254
11255 * config.guess (luna88k:OpenBSD:*:*): New.
11256
11257 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
11258
11259 * config.guess (m32r*:Linux:*:*): New case.
11260 * config.sub: Handle m32rle.
11261
11262 2004-03-12 Ben Elliston <bje@wasabisystems.com>
11263
11264 From Jens Petersen <petersen@redhat.com>:
11265 * config.sub: Handle sparcv8.
11266
11267 2004-03-03 Ben Elliston <bje@wasabisystems.com>
11268
11269 From Tom Smith <smith@cag.lkg.hp.com>:
11270 * config.guess: Version suffixes are equally significant on Tru64
11271 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
11272 prefix of "P" (patched kernel).
11273
11274 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
11275
11276 * config.sub: Add support for National Semiconductor CRX target.
11277
11278 2004-09-03 Janis Johnson <janis187@us.ibm.com>
11279
11280 * MAINTAINERS (Various Maintainers): Remove myself as web page
11281 maintainer, add myself as maintainer of build status lists.
11282
11283 2004-09-03 Jan Beulich <jbeulich@novell.com>
11284
11285 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11286 *-*-netware, but add target-libmudflap.
11287 Consolidate *-*-netware targets (of which really only i?86 exists)
11288 into a single entry.
11289 * configure: Likewise.
11290
11291 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
11292
11293 * Makefile.tpl (sorry): Remove.
11294 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11295 (cleanstrap targets): Depend on distclean, not distclean-stage1.
11296 (do-clean): Clean per-stage directories too.
11297 (do-distclean): Run distclean-stage1 too.
11298 (.NOTPARALLEL): Enable during toplevel bootstrap.
11299 (stage[+id+]-bubble): Enable parallel execution during
11300 the recursive invocation.
11301 * Makefile.in: Regenerate.
11302
11303 Fix previous checkin:
11304
11305 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11306 include.
11307 * configure.in: Fix indentation.
11308 * configure: Regenerate.
11309
11310 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
11311
11312 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11313 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11314 * configure: regenerate
11315 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
11316 -mdynamic-no-pic
11317
11318 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
11319
11320 * Makefile.def (build_modules): Add fixincludes.
11321 (dependencies): Make gcc depend on fixincludes.
11322 * configure.in (build_tools): Add fixincludes.
11323 (build_configdirs): Always include build_libs.
11324 * Makefile.in: Regenerate.
11325 * configure: Regenerate.
11326
11327 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
11328
11329 * Makefile.def (bootstrap stages): Add 'lean' parameter.
11330 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11331 phony targets; do not generate timestamp files.
11332 (distclean-stageN): Remove references to their timestamp files.
11333 (restageN, touch-stageN): Remove.
11334 (stageN-bubble): Rewritten.
11335 (compare): Support lean bootstraps.
11336 * Makefile.in: Regenerate.
11337
11338 * configure.in: Only warn when bootstrapping but
11339 build != host or build != target. Support lean bootstraps.
11340 * configure: Regenerate.
11341
11342 2004-08-26 Phil Edwards <phil@codesourcery.com>
11343
11344 * configure.in: Give a better error message if GMP/MPFR are missing
11345 and a language needing them has been requested.
11346 * configure: Regenerated.
11347
11348 2004-08-25 Phil Edwards <phil@codesourcery.com>
11349
11350 * configure.in: Print a list of available language front-ends if
11351 a requested one is missing. Tidy stray tab characters.
11352 * configure: Regenerated.
11353
11354 2004-08-19 Michael Koch <konqueror@gmx.de>
11355
11356 * gcc/doc/install.texi: Update entry about automake for libjava.
11357
11358 2004-08-17 Robert Millan <robertmh@gnu.org>
11359
11360 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11361 (instead of FreeBSD).
11362 * configure: Regenerate.
11363
11364 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
11365
11366 * Makefile.in: Regenerate.
11367 * configure: Regenerate.
11368
11369 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11370 stage_*_flags.
11371 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11372 for bootstrapped modules if toplevel bootstrap is going.
11373 (GCC bootstrap): Generate per-stage targets for all bootstrapped
11374 modules. Adjust for changes in Makefile.def. Enable several
11375 rules even in non-bootstrap mode, just to avoid peppering the
11376 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11377 (stage-[+prev+]-bubble): Remove.
11378
11379 * Makefile.def (Dependencies): Depend on all-build-bison,
11380 all-build-flex, all-build-byacc, all-build-texinfo, rather
11381 than the host variations.
11382 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
11383 with BUILD_SUBDIR.
11384 (BISON): Update for recent Bisons.
11385 (YACC): Fix typo.
11386 (cross): Depend on all-build.
11387 (all): Do not depend on all-build.
11388 (prebootstrap): Remove.
11389 (dep-kind): Accept separate prefixes for MODULE and ON variables.
11390 (Prebootstrap dependencies): Add them to the per-stage targets
11391 and to all-prebootstrap.
11392 * configure.in (build_configdirs): Always enable build_tools.
11393 (BUILD_DIR_PREFIX): Remove.
11394
11395 * Makefile.def (gcc): Add target variable.
11396 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11397 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11398 in the recursive `make', instead of hardwiring `all'.
11399 (Autogenerated TARGET-* variables): New.
11400
11401 2004-08-13 Brian Booth <bbooth@redhat.com>
11402
11403 * MAINTAINERS: Remove myself from write-after-approval.
11404
11405 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
11406
11407 * src-release: Stop distributing mmalloc with gdb (which doesn't
11408 use it).
11409 * Makefile.def: GDB doesn't depend on mmalloc anymore.
11410 * Makefile.in: Regenerate.
11411
11412 2004-08-09 Mark Mitchell <mark@codesourcery.com>
11413
11414 * configure.in (arm*-*-eabi*): New target.
11415 * configure: Regenerate.
11416
11417 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
11418
11419 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11420 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11421 (Dependencies): New section.
11422 * Makefile.tpl (Dependencies): Generate from Makefile.def.
11423 (configure-target-[+module+]): Depend on maybe-all-gcc
11424 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
11425 (toplevel profiledbootstrap): Fix dependencies.
11426 * Makefile.in: Regenerate.
11427
11428 2004-08-03 Mark Mitchell <mark@codesourcery.com>
11429
11430 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11431 target-libiberty to noconfigdirs.
11432 * configure: Regenerate.
11433
11434 2004-08-03 Paul Brook <paul@codesourcery.com>
11435
11436 * configure.in: Check for MPFR as well as GMP.
11437 * configure: Regenerate.
11438
11439 2004-08-01 Robert Millan <robertmh@gnu.org>
11440
11441 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11442 libmudflap for all GNU-based systems (with Glibc).
11443 * configure: Regenerate.
11444
11445 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
11446
11447 * Makefile.def (host-modules): Add gcc.
11448 * Makefile.in: Regenerate.
11449 * Makefile.tpl (sorry): New rule.
11450 (configure-host, all-host, [+make_target+]-host, do-check,
11451 install-host): Do not add gcc as a special case.
11452 (host modules): Add a small special-casing for gcc. Export
11453 extra_make_flags through the environment.
11454 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11455 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11456 other recursive targets for gcc): Remove.
11457
11458 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11459 (stage, unstage): New rules.
11460 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11461 distclean-stage[+id+]): Use stage_current.
11462 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11463 the stage*-start rules.
11464
11465 2004-08-02 Geoffrey Keating <geoffk@apple.com>
11466
11467 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11468 use -all_load flag.
11469
11470 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
11471
11472 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11473 * configure: Regenerate.
11474
11475 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
11476
11477 * maintainer-scripts/gcc_release: Revert yesterday's change.
11478
11479 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
11480
11481 * MAINTAINERS: Add myself to write-after-approval.
11482
11483 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
11484
11485 * libf2c: Removed.
11486 * gcc/gccbug.in: Updated because of libf2c removal.
11487 * maintainer-scripts/gcc_release: Ditto.
11488
11489 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
11490
11491 * configure.in: Build libmudflap by default on FreeBSD.
11492 * configure: Regenerated.
11493
11494 2004-07-09 Mark Mitchell <mark@codesourcery.com>
11495
11496 * configure.in: Do not build libmudflap by default on non-GNU/Linux
11497 systems.
11498 * configure: Regenerated.
11499
11500 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11501
11502 PR target/16344
11503 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11504 feedback based compiler.
11505 * Makefile.in: Rebuilt.
11506
11507 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
11508
11509 * Makefile.def (host_modules): Set bootstrap=true for flex.
11510 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11511 * Makefile.in: Rebuilt.
11512
11513 2004-07-07 Jan Hubicka <jh@suse.cz>
11514
11515 * MAINTAINERS: Add self as a profile feedback maintainer.
11516
11517 2004-07-05 Phil Edwards <phil@codesourcery.com>
11518
11519 * configure.in: Do not prepend $srcdir to /dev/null in
11520 makefile fragments.
11521 * configure: Regenerate.
11522
11523 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
11524
11525 * Makefile.def (build_modules): Add bison, byacc, flex,
11526 m4, texinfo.
11527 (flags_to_pass): Add FLEX.
11528 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11529 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11530 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11531 DEFAULT_MAKEINFO): Remove.
11532 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11533 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11534 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11535 objdir or else use configured tool.
11536 (all-build): New.
11537 (all): Depend on it.
11538 (Build module dependencies): Add.
11539 * Makefile.in: Regenerate.
11540 * configure.in: Better support for multiple build modules,
11541 matching what is done for host/target modules. Do not look
11542 for "plausible" locations of build tools if Canadian cross.
11543 Use autoconf's AC_PROG_CC to find a C compiler. Define
11544 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11545 * configure: Regenerate.
11546
11547 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
11548
11549 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11550 * Makefile.in: Regenerate.
11551
11552 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
11553
11554 * Makefile.tpl (configure-build-[+module+],
11555 configure-[+module+], configure-target-[+module+]): Pass
11556 [+extra_configure_args+].
11557 (all-build-[+module+], all-[+module+], check-[+module+],
11558 install-[+module+], [+make_target+]-[+module+],
11559 all-target-[+module+], check-target-[+module+],
11560 install-target-[+module+], [+make_target+]-target-[+module+]):
11561 Pass [+extra_make_args+].
11562 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11563 (GCC_HOST_EXPORTS): Remove.
11564 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11565 cross, check-gcc, check-gcc-c++, install-gcc,
11566 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11567 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11568 * Makefile.in: Regenerate.
11569
11570 2004-06-21 Matthew Sachs <msachs@apple.com>
11571
11572 * MAINTAINERS: Added self to write-after-approval.
11573
11574 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11575
11576 * configure.in: Check for srcdir/winsup rather than build directory
11577 winsup.
11578 * configure: Regenerate.
11579
11580 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
11581
11582 * configure.in: Don't build Cygwin native newlib if winsup
11583 directory is missing. Emit warning instead.
11584 * configure: Regenerate.
11585
11586 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
11587
11588 * Makefile.tpl (touch-stage[+id+]): New.
11589 (restage[+prev+]): Depend on touch-stage[+id+].
11590
11591 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11592 Use it throughout.
11593
11594 * Makefile.def: Add profile and feedback bootstrap stages.
11595 Remove next field from bootstrap stages.
11596 * Makefile.tpl (LN, LN_S): Substitute.
11597 (stageN-start, stageN-end): Use double-colon rules, to
11598 provide a hook for additional setup commands.
11599 (distclean-stageN-gcc, restageN): Create dependencies from
11600 [+prev+], not from [+next+].
11601 (stageN-bubble): Add commands for successive stages from
11602 [+prev+], using double-colon rules.
11603 (all-stageN-gcc): Fix typo.
11604 (stagefeedback-start, profiledbootstrap): New.
11605 * Makefile.in: Regenerate.
11606 * configure.in: Call ACX_PROG_LN.
11607 * configure: Regenerate.
11608
11609 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11610
11611 * MAINTAINERS (Write After Approval): Add myself.
11612
11613 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11614
11615 * MAINTAINERS (Write After Approval): Add myself.
11616
11617 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
11618
11619 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11620 without gcc.
11621 * configure: Regenerate.
11622
11623 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11624
11625 * Makefile.tpl: Fix typo.
11626 * Makefile.in: Regenerate.
11627
11628 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11629
11630 * configure.in: Remove new- prefix from toplevel
11631 bootstrap targets.
11632 * configure: Regenerate.
11633
11634 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11635
11636 * Makefile.tpl (all.normal): Rename to all.
11637 (all): Replace with a rule to pick the default
11638 target from configure.
11639 (all-gcc, configure-gcc): Use conditionals to
11640 do nothing when toplevel bootstrap is going on.
11641 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11642 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11643 * configure.in: Support --enable-bootstrap.
11644
11645 * Makefile.def: Remove new- prefix from toplevel
11646 bootstrap targets.
11647 * Makefile.tpl: Likewise.
11648
11649 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11650 target.
11651
11652 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11653 $(RECURSE_FLAGS) to recursive invocation of make.
11654
11655 * Makefile.in: Regenerate.
11656 * configure: Regenerate.
11657
11658 2004-05-30 Andreas Jaeger <aj@suse.de>
11659 Jim Wilson <wilson@specifixinc.com>
11660
11661 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11662 like CC.
11663
11664 2004-05-27 Daniel Jacobowitz <dan@debian.org>
11665
11666 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11667 * configure: Regenerate.
11668
11669 2004-05-25 Daniel Jacobowitz <drow@false.org>
11670
11671 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11672 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11673 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11674 targets.
11675 * Makefile.in: Regenerate.
11676
11677 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
11678
11679 * configure.in: Test the ability to symlink directories.
11680 * configure: Regenerate.
11681
11682 * Makefile.def (bootstrap-stage): New definitions.
11683 * Makefile.tpl (configure-stage1-gcc,
11684 configure-stage2-gcc, configure-stage3-gcc,
11685 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11686 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11687 new-restage3, compare): Autogenerate, see Makefile.in
11688 entry for behavioral changes.
11689 (distclean-stage1, new-stage1-start, new-stage1-end,
11690 new-stage1-bubble, distclean-stage2, new-stage2-start,
11691 new-stage2-end, new-stage2-bubble, distclean-stage3,
11692 new-stage3-start, new-stage3-end): New autogenerated targets.
11693 (objext, prebootstrap, BOOT_CFLAGS,
11694 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11695 targets.
11696
11697 * Makefile.in: Regenerate.
11698 (distclean-stage1, new-stage1-start, new-stage1-end,
11699 new-stage1-bubble, distclean-stage2, new-stage2-start,
11700 new-stage2-end, new-stage2-bubble, distclean-stage3,
11701 new-stage3-start, new-stage3-end): New targets.
11702 (all-stage1-gcc): Move prebootstrap dependency from here...
11703 (configure-stage1-gcc): ...to here.
11704 (new-bootstrap): Use bubble targets.
11705 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11706 Use per-stage distclean targets.
11707 (configure-stage1-gcc, configure-stage2-gcc,
11708 configure-stage3-gcc, all-stage1-gcc,
11709 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11710 Use new-stageN-start to prepare the tree.
11711
11712 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
11713
11714 * Makefile.def (host_modules): add libcpp.
11715 * Makefile.tpl: Add dependencies on and for libcpp.
11716 * Makefile.in: Regenerate.
11717 * configure.in: Add libcpp host module.
11718 * configure: Regenerate.
11719
11720 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
11721
11722 * Makefile.tpl: Whenever a recursive target is defined, wrap
11723 it in a special @if/@endif block, and prepare its maybe
11724 dependency in the @if/@endif block
11725 * configure.in: Instead of writing maybe dependencies, remove
11726 the @if/@endif statements, and remove the @if/@endif blocks
11727 that remain.
11728 * configure: Regenerate.
11729 * Makefile.in: Regenerate.
11730
11731 2004-05-20 Janis Johnson <janis187@us.ibm.com>
11732
11733 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11734
11735 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11736
11737 PR bootstrap/15120
11738 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11739 * */configure: Rebuilt.
11740
11741 2004-05-17 Zack Weinberg <zack@codesourcery.com>
11742
11743 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11744 of libf2c.
11745 * configure, Makefile.in: Regenerate.
11746
11747 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
11748
11749 * MAINTAINERS (Write After Approval): Add myself.
11750
11751 2004-05-13 Diego Novillo <dnovillo@redhat.com>
11752
11753 Merge from tree-ssa-20020619-branch.
11754
11755 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11756 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11757 (HOST_GMPLIBS): Define.
11758 (HOST_GMPINC): Define.
11759 (TARGET_LIB_PATH): Add libmudflap.
11760 (GFORTRAN_FOR_TARGET): Define.
11761 (configure-build*): Export GFORTRAN.
11762 (configure-gcc): Export GMPLIBS and GMPINC.
11763 (all-gcc): Add maybe-all-libbanshee.
11764 (configure-target-libgfortran): Define.
11765 * Makefile.in: Regenerate.
11766 * configure.in (host_libs): Add libbanshee.
11767 (target_libraries): Add target-libmudflap and target-libgfortran.
11768 Add --with-libbanshee.
11769 Handle --disable-libmudflap.
11770 (*-*-freebsd*): Use with_gmp.
11771 Add $(libgcj) to noconfigdirs.
11772 * configure: Regenerate.
11773 * depcomp: New file.
11774 * MAINTAINERS: Add tree-ssa maintainers.
11775
11776 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11777
11778 * MAINTAINERS (Various Maintainers): Add myself.
11779
11780 2004-04-30 Brian Ford <ford@vss.fsi.com>
11781
11782 * MAINTAINERS (Write After Approval): Add myself.
11783
11784 2004-04-29 Uros Bizjak <uros@kss-loka.si>
11785
11786 * MAINTAINERS (Write After Approval): Add myself.
11787
11788 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
11789
11790 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11791 * configure: Regenerate.
11792
11793 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
11794
11795 Revert:
11796 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11797
11798 * Makefile.def (flags_to_pass): Remove *dir variables that
11799 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11800 as well as prefix and exec_prefix.
11801 * Makefile.in: Regenerate.
11802
11803 2004-04-26 Robert Millan <robertmh@gnu.org>
11804
11805 Add patches from libtool CVS.
11806 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11807 * ltconfig: Likewise.
11808 * ltcf-c.sh: Likewise.
11809 * ltcf-cxx.sh: Likewise.
11810 * ltcf-gcj.sh: Likewise.
11811
11812 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11813
11814 * Makefile.def (host_modules): Mark with the bootstrap
11815 flag packages on which gcc depends.
11816 * Makefile.tpl (all-bootstrap): Use it.
11817 * Makefile.in: Regenerate.
11818
11819 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11820
11821 * Makefile.def (flags_to_pass): Remove *dir variables that
11822 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11823 as well as prefix and exec_prefix.
11824 * Makefile.in: Regenerate.
11825
11826 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11827
11828 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11829 * configure: Regenerate.
11830 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11831 * gcc/Makefile.tpl (compare): Use the result of the test.
11832 * gcc/Makefile.in: Regenerate.
11833
11834 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
11835
11836 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11837 Always relocate gcc and prev-gcc to the original names, even
11838 if the build fails.
11839 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11840 New targets.
11841
11842 2004-04-23 Laurent GUERBY <laurent@guerby.net>
11843
11844 * MAINTAINERS: Update my email address.
11845
11846 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11847
11848 * configure.in (mips*-*-irix5*): Enable ld.
11849 * configure: Regenerate.
11850
11851 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11852
11853 * configure: Regenerate.
11854
11855 2004-04-15 James E Wilson <wilson@specifixinc.com>
11856
11857 * Makefile.tpl (configure-[+module+], configure-gcc,
11858 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11859 Set and export LDFLAGS.
11860 * Makefile.in: Regenerate.
11861
11862 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11863
11864 * MAINTAINERS: Add myself to write-after-approval.
11865
11866 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11867
11868 PR bootstrap/14871
11869 * Makefile.tpl: If we don't have built-in-tree target tools,
11870 use the ones found by configure rather than hacking around with
11871 program_transform_name.
11872 * configure.in: Give Makefile.tpl the information necessary
11873 to do that.
11874 * Makefile.in: Regenerate.
11875 * configure: Regenerate.
11876
11877 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11878
11879 PR bootstrap/14760
11880 * configure.in: When computing baseargs, strip *all* copies of
11881 offending options. Also, don't match/substitute the trailing space,
11882 so that this actually works when two similar options are separated by
11883 only one space.
11884 * configure: Regenerate.
11885
11886 2004-04-06 David Edelsohn <edelsohn@gnu.org>
11887
11888 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11889 (rs6000-*-aix*): Same.
11890 * configure: Regenerate.
11891
11892 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
11893
11894 * MAINTAINERS: Add myself to write-after-approval.
11895
11896 2004-04-03 Bud Davis <bdavis9659@comcast.net>
11897
11898 * MAINTAINERS: Add myself to write-after-approval.
11899
11900 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11901
11902 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11903 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11904 * Makefile.in: Regenerate.
11905
11906 * configure.in (top level bootstrap support): Rework --enable-werror
11907 to set @stage2_werror_flag@.
11908 * configure: Regenerate.
11909 * Makefile.tpl (top level bootstrap support): Pass
11910 @stage2_werror_flag@ down to configure in stages 2 and 3.
11911 * Makefile.in: Regenerate.
11912
11913 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11914
11915 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11916 for stages 2 and 3 as well as in make. As a consequence, remove
11917 OUTPUT_OPTION (now detected by configure) from the flags passed down
11918 to make.
11919 * Makefile.in: Regenerate.
11920
11921 * Makefile.tpl (new-bootstrap): Fix typo.
11922 * Makefile.in: Regenerate.
11923
11924 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11925
11926 * Makefile.tpl: Rearrange by moving recursive_targets rules
11927 into their proper sections.
11928 * Makefile.tpl (top level bootstrap support): Move disabling
11929 of coverage flags from 'make' to 'configure'; improve comments.
11930 * Makefile.in: Regenerate.
11931
11932 * Makefile.tpl (experimental top level bootstrap) Move stage1
11933 language setting from all- target to configure- target; disable
11934 intermodule optimization in stage 1; prevent gratuitous rebuilds
11935 of stage 1.
11936 * Makefile.in: Regenerate.
11937 * configure.in: Comma-separate stage 1 language list for top
11938 level bootstrap.
11939 * configure: Regenerate.
11940
11941 * Makefile.tpl: Clean up experimental top level bootstrap support:
11942 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11943 prev-gcc in configure- targets as well as all- targets.
11944 * Makefile.in: Regenerate.
11945
11946 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11947
11948 * compile: New file imported from automake.
11949
11950 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
11951
11952 * configure.in: Remove symbolic link section.
11953 * configure: Regenerate.
11954 * Makefile.tpl (links): Remove.
11955 * Makefile.in: Regenerate.
11956
11957 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
11958 Nathanael Nerode <neroden@gcc.gnu.org>
11959
11960 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11961 Set with AC_CHECK_PROGS.
11962 * configure.in: Fix comment typo from last patch.
11963 * configure: Regenerate.
11964
11965 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11966
11967 * Makefile.tpl: Introduce experimental top level bootstrap support.
11968 * Makefile.in: Regenerate.
11969 * configure.in: Introduce support for top level bootstrap.
11970 * configure: Regenerate.
11971
11972 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
11973 Paolo Bonzini <bonzini@gnu.org>
11974
11975 PR bootstrap/14522
11976 * configure.in: Cope with shells that do not support unquoted ^
11977 * configure: Regenerate.
11978
11979 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
11980 Paolo Bonzini <bonzini@gnu.org>
11981
11982 PR bootstrap/14522
11983 * configure.in: Cope with shells that do not support nesting
11984 quotes inside quoted backquote substitutions.
11985 * configure: Regenerate.
11986
11987 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11988
11989 PR bootstrap/14522
11990 * configure.in: Fix escaping of $.
11991 * configure: Regenerate.
11992
11993 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11994
11995 * configure: Regenerate, since I forgot to while committing Paolo's
11996 changes.
11997
11998 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
11999
12000 PR ada/14131
12001 Move language detection to the top level.
12002 * configure.in: Find default values for the tools as
12003 soon as possible. Disable ada if GNAT is not found.
12004 Emit error message about missing languages. Expand
12005 --enable-languages=all for the gcc subdirectory.
12006
12007 2004-03-10 Ben Elliston <bje@gnu.org>
12008
12009 * MAINTAINERS: Update my email address.
12010
12011 2004-03-05 David Edelsohn <edelsohn@gnu.org>
12012
12013 * ltconfig: Disable building static libraries if building shared
12014 libraries on AIX 5L.
12015
12016 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
12017
12018 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
12019 and disable libgcj.
12020 * configure: Regenerated.
12021
12022 2004-03-01 Brian Booth <bbooth@redhat.com>
12023
12024 * MAINTAINERS: Add myself to write-after-approval.
12025
12026 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
12027
12028 * MAINTAINERS: Add myself to write-after-approval.
12029
12030 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12031
12032 PR bootstrap/7087
12033 * Makefile.tpl: Guard XFOO sed statements better.
12034 * Makefile.tpl: Add dependency for configure-target-libada.
12035 * Makefile.in: Regenerate (incidentally fixes broken
12036 commit when libada-branch was merged).
12037
12038 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
12039
12040 * MAINTAINERS: Add myself to write-after-approval.
12041
12042 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
12043
12044 * MAINTAINERS: Add Nicola Pero and myself as libobjc
12045 maintainers.
12046
12047 2004-02-20 Andrew Cagney <cagney@redhat.com>
12048
12049 * config.guess: Update from version 2003-10-16 to 2004-02-16.
12050 * config.sub: Update from version 2003-11-03 to 2004-02-16.
12051
12052 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
12053
12054 PR bootstrap/11932
12055 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
12056
12057 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
12058
12059 * MAINTAINERS: Added myself to write-after-approval.
12060
12061 2004-02-14 Michael Koch <konqueror@gmx.de>
12062
12063 * MAINTAINERS: Added myself to write-after-approval.
12064
12065 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
12066
12067 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
12068 some OS port maintainers to OS port maintainers section.
12069
12070 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
12071
12072 * MAINTAINERS: Add self.
12073
12074 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
12075
12076 * MAINTAINERS: Alphabetize.
12077
12078 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
12079
12080 * MAINTAINERS: Remove myself.
12081
12082 2004-02-11 David Edelsohn <edelsohn@gnu.org>
12083
12084 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
12085 (rs6000-*-aix*): Same.
12086 * configure: Regenerate.
12087
12088 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
12089
12090 * configure.in (host): Add in missing $noconfigdirs to defines.
12091 * configure: Regenerate.
12092
12093 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
12094 Nathanael Nerode <neroden@gcc.gnu.org>
12095
12096 PR ada/6637, PR ada/5911
12097 Merge with libada-branch:
12098 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
12099 with appropriate dependencies. Add --enable-libada configure switch.
12100 * configure, Makefile.in: Regenerate.
12101
12102 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
12103
12104 * MAINTAINERS: Add myself to write-after-approval.
12105
12106 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12107
12108 * configure.in: Don't pass --with-stabs on IRIX 5 either.
12109 * configure: Regenerate.
12110
12111 2004-02-04 Geoffrey Keating <geoffk@apple.com>
12112
12113 Merge from upstream:
12114
12115 * ltmain.in: When setting IFS to '~', be careful about user
12116 arguments that contain '~'.
12117
12118 2004-02-04 Peter O'Gorman <peter@pogma.com>
12119
12120 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
12121 Also test $base_compile against $CC with escaped arguments. Bug
12122 reported by Geoff Keating <geoffk@apple.com>.
12123
12124 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
12125
12126 * MAINTAINERS: Remove i960 port.
12127
12128 2004-01-23 DJ Delorie <dj@redhat.com>
12129
12130 * Makefile.def (target_modules) [libiberty]: Don't stage.
12131 * Makefile.in: Rebuilt.
12132
12133 2004-01-20 Caroline Tice <ctice@apple.com>
12134
12135 * MAINTAINERS: Add myself to write-after-approval.
12136
12137 2004-01-19 Paolo Carlini <pcarlini@suse.de>
12138
12139 * MAINTAINERS: Update my email address.
12140
12141 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
12142
12143 * MAINTAINERS: Add myself to write-after-approval.
12144
12145 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12146
12147 * MAINTAINERS: Remove entries without email address.
12148
12149 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
12150
12151 * MAINTAINERS: Add myself to write-after-approval.
12152
12153 2004-01-15 Steven Bosscher <stevenb@suse.de>
12154
12155 * MAINTAINERS: Update my email address.
12156
12157 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
12158
12159 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12160 * Makefile.tpl (configure-target-[+module+]): Support stage.
12161 * Makefile.in: Rebuilt.
12162
12163 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
12164
12165 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12166
12167 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
12168
12169 * MAINTAINERS: Add myself as a MIPS maintainer.
12170
12171 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
12172
12173 * configure.in: Use ./config.cache, not config.cache.
12174 * configure: Regenerate.
12175 * Makefile.tpl: Special-casing not needed for GCC any more.
12176 * Makefile.in: Regenerate.
12177
12178 * configure.in: Don't share a cache file for host dirs.
12179 * configure: Regenerate.
12180
12181 * config-ml.in: Don't mess with the cache file.
12182
12183 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
12184
12185 * MAINTAINERS: Move myself from 'Write After Approval' to
12186 'CPU Port Maintainers' section as SPARC maintainer.
12187
12188 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
12189
12190 * Makefile.tpl: Make GCC use a separate config.cache.
12191 * Makefile.in: Regenerate.
12192
12193 PR bootstrap/11932, PR bootstrap/11933
12194 (I don't know if it will fix either of them, but it relates
12195 to them.)
12196 * configure.in: Don't use shared config.cache for target
12197 directories.
12198 * configure: Regenerate.
12199
12200 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
12201
12202 * MAINTAINERS: Add myself to 'Write After Approval' section.
12203
12204 2003-12-31 Roger Sayle <roger@eyesopen.com>
12205
12206 * configure.in (ia64*-*-hpux*): Disable building java libraries.
12207 * configure: Regenerated.
12208
12209 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
12210
12211 * MAINTAINERS: Remove the mn10200 maintainer.
12212
12213 2003-12-21 Bernardo Innocenti <bernie@develer.com>
12214
12215 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12216 * configure: Regenerated.
12217
12218 2003-12-16 Jan Hubicka <jh@suse.cz>
12219
12220 * MAINTAINERS: Add myself as callgraph maintainer.
12221
12222 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
12223
12224 * configure.in (raw_libstdcxx_flags): Remove the leading space.
12225 * configure: Regenerate.
12226
12227 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
12228
12229 * MAINTAINERS: Move myself from 'Bug database only accounts' to
12230 'Write After Approval' section. Update email.
12231
12232 2003-12-01 James Lemke <jim@wasabisystems.com>
12233
12234 * MAINTAINERS (Write After Approval): Add myself.
12235
12236 2003-11-20 Matt Thomas <matt@3am-software.com>
12237
12238 * MAINTAINERS: Add myself as a vax port maintainer.
12239
12240 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
12241
12242 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12243 (configure-build-[+module+], configure-[+module+]): Likewise.
12244 (configure-target-[+module+], configure-gcc, config.status): Likewise.
12245 * Makefile.in: Regenerate.
12246
12247 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
12248
12249 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12250 shared/dylibed libraries.
12251 * ltmain.sh: Likewise.
12252 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12253 * ltcf-cxx.sh: Likewise.
12254 * ltcf-gcj.sh: Likewise.
12255 * ltconfig: Likewise.
12256
12257 2003-11-17 Stan Cox <scox@redhat.com>
12258
12259 * MAINTAINERS: Add myself as iq2000 port maintainer.
12260
12261 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
12262
12263 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12264 * Makefile.in: Regenerate.
12265
12266 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
12267
12268 * config.sub: Update to 2003-11-03 version.
12269
12270 2003-10-20 Phil Edwards <phil@codesourcery.com>
12271
12272 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
12273 * configure: Regenerate.
12274
12275 2003-10-20 Nicolas Pitre <nico@cam.org>
12276
12277 * MAINTAINERS: Add myself to 'Write After Approval' section.
12278
12279 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
12280
12281 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12282
12283 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
12284
12285 * MAINTAINERS: Update my email address.
12286
12287 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12288
12289 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12290
12291 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
12292
12293 * MAINTAINERS: Add myself to 'Write After Approval' section.
12294
12295 2003-10-16 Bernardo Innocenti <bernie@develer.com>
12296
12297 * config.guess: Update to 2003-10-16 version.
12298 * config.sub: Update to 2003-10-16 version.
12299
12300 2003-10-15 David Daney <ddaney@avtrex.com>
12301
12302 * MAINTAINERS: Added myself to 'Write After Approval' section.
12303
12304 2003-10-15 Falk Hueffner <falk@debian.org>
12305
12306 * MAINTAINERS: Move myself from 'Bug database only accounts' to
12307 'Write After Approval' section. Update email.
12308
12309 2003-10-14 Roger Sayle <roger@eyesopen.com>
12310
12311 * MAINTAINERS: Move myself from 'Write After Approval' to
12312 'Various Maintainers' section as middle-end maintainer.
12313
12314 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
12315
12316 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12317 HOST_FLAGS_TO_PASS.
12318 * Makefile.in: Regenerate.
12319
12320 2003-10-11 Bernardo Innocenti <bernie@develer.com>
12321
12322 * config.guess: Update to 2003-10-07 version.
12323 * config.sub: Update to 2003-10-07 version.
12324
12325 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12326
12327 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12328 * ltconfig (irix5*, irix6*): Don't override version_type.
12329
12330 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
12331
12332 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12333 * configure: Rebuilt
12334 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12335 * Makefile.in: Rebuilt
12336
12337 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
12338
12339 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12340
12341 2003-09-30 Carlo Wood <carlo@alinoe.com>
12342
12343 * MAINTAINERS (Write After Approval): Add myself.
12344
12345 2003-09-29 Paul Koning <ni1d@arrl.net>
12346
12347 * MAINTAINERS: Move myself from "Write After Approval"
12348 to CPU platform maintainers for pdp11 platform.
12349
12350 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
12351
12352 * MAINTAINERS: Move myself from 'Write After Approval' to
12353 'Various Maintainers' section as libffi testsuite maintainer.
12354
12355 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
12356
12357 * configure.in: Pass a computed --program-transform-name
12358 to subconfigures.
12359 * configure: Regenerated.
12360
12361 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
12362
12363 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12364 * Makefile.in: Regenerate.
12365
12366 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12367 * Makefile.in: Regenerate.
12368
12369 2003-09-19 Ziemowit Laski <zlaski@apple.com>
12370
12371 * MAINTAINERS: Move myself from 'Write After Approval'
12372 to 'Various Maintainers' (objective-c) section.
12373
12374 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
12375
12376 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12377 quoting.
12378 * configure: Regenerated.
12379
12380 2003-09-16 Joel Brobecker <brobecker@gnat.com>
12381
12382 * MAINTAINERS (Write After Approval): Add myself to write after
12383 approval list.
12384
12385 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
12386
12387 * MAINTAINERS (Write After Approval): Add myself.
12388
12389 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
12390
12391 * MAINTAINERS: Update my e-mail address.
12392
12393 2003-09-09 Alan Modra <amodra@bigpond.net.au>
12394
12395 * libtool.m4 (LD): Correct powerpc64 host match.
12396
12397 2003-09-06 James E Wilson <wilson@tuliptree.org>
12398
12399 * MAINTAINTERS: Update my affiliation and email address.
12400
12401 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12402
12403 * MAINTAINERS (Write After Approval): Add myself.
12404
12405 2003-09-04 DJ Delorie <dj@redhat.com>
12406
12407 * configure: Regenerate.
12408
12409 2003-09-04 Robert Millan <robertmh@gnu.org>
12410
12411 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
12412
12413 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12414
12415 * configure.in: Ensure arguments to sed are properly spaced.
12416 * configure: Regenerate.
12417
12418 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
12419
12420 * MAINTAINERS: Update my e-mail address.
12421
12422 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
12423
12424 * MAINTAINERS (Write After Approval): Add myself.
12425
12426 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
12427
12428 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12429 * configure: Regenerated.
12430
12431 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
12432
12433 * MAINTAINERS: Update my email address.
12434
12435 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
12436
12437 * configure.in: Use newline instead of semicolon when assuming
12438 shell arguments in a for loop.
12439 * configure: Regenerated.
12440
12441 2003-08-22 Jason Eckhardt <jle@rice.edu>
12442
12443 * MAINTAINERS: Resurrect the i860 maintainer.
12444
12445 2003-08-20 Geoffrey Keating <geoffk@apple.com>
12446
12447 PR 8180
12448 * configure.in: When testing with_libs and with_headers, treat
12449 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
12450 * configure: Regenerate.
12451
12452 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12453 make, shell, etc.
12454 (baseargs): Likewise.
12455 * configure: Regenerate.
12456
12457 2003-08-20 Bernardo Innocenti <bernie@develer.com>
12458
12459 * MAINTAINERS (Write After Approval): Add myself.
12460
12461 2003-08-19 Geoffrey Keating <geoffk@apple.com>
12462
12463 * configure.in: Disable libgcj for darwin not on powerpc.
12464 * configure: Rebuild.
12465
12466 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
12467
12468 * config-ml.in, symlink-tree: Add license.
12469
12470 2003-08-03 Richard Stallman <rms@gnu.org>
12471 Eben Moglen <moglen@columbia.edu>
12472
12473 * README.SCO: New file.
12474
12475 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
12476
12477 * Makefile.tpl (check, check-c++): Express dependencies using
12478 dependencies rather than commands.
12479 * Makefile.in: Regenerate.
12480
12481 2003-08-01 Andrew Cagney <cagney@redhat.com>
12482
12483 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12484 * configure: Ditto.
12485
12486 2003-07-31 Geoffrey Keating <geoffk@apple.com>
12487
12488 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12489 * Makefile.in: Update.
12490
12491 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
12492
12493 * configure.in: Enable libgcj for darwin.
12494 * configure: Rebuild.
12495
12496 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
12497
12498 * config-ml.in: Use ac_configure_args directly instead of
12499 ml_arguments. Only set ml_norecursion if --no[-]recursion is
12500 actually seen.
12501
12502 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
12503
12504 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12505 creating target and build subdirs to build all parent dirs as needed.
12506 * Makefile.in: Rebuild.
12507 * configure.in: Don't build dirs explicitly here.
12508 * configure: Rebuild.
12509
12510 2003-07-26 Paul Brook <paul@nowt.org>
12511
12512 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12513
12514 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
12515
12516 * Makefile.tpl (all-make): Depend on intl.
12517 * Makefile.in: Rebuilt.
12518
12519 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
12520
12521 * install-sh: Update to newer upstream versions (associated with
12522 aclocal 1.7).
12523 * mkinstalldirs: Likewise.
12524 * missing: Likewise, plus $1Help2man -> $1 typo fix.
12525
12526 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
12527
12528 * MAINTAINERS: Move self from Bug database only accounts
12529 to write-after-approval.
12530
12531 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12532
12533 * config.if: Remove unused libc_interface determination.
12534
12535 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12536
12537 * MAINTAINERS: Move self from write-after-approval to
12538 build machinery (*.in).
12539
12540 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12541
12542 PR bootstrap/11273
12543 PR bootstrap/11408
12544 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12545 unused INSTALL_PROGRAM_ARGS.
12546 * configure.in: Use AC_PROG_INSTALL.
12547 * Makefile.in: Regenerate.
12548 * configure: Regenerate.
12549
12550 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12551
12552 * MAINTAINERS: Alphabetize.
12553
12554 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
12555
12556 * configure: Rebuilt.
12557 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12558 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12559 newlib nor libgloss.
12560 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12561 * configure.in (am33_2.0-*-linux*): Added.
12562
12563 2003-07-09 Bob Wilson <bob.wilson@acm.org>
12564
12565 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12566 * configure: Regenerate.
12567
12568 2003-07-07 Zack Weinberg <zack@codesourcery.com>
12569
12570 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12571 * Makefile.in: Regenerate.
12572
12573 2003-07-04 Zack Weinberg <zack@codesourcery.com>
12574
12575 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12576 * Makefile.in: Regenerate.
12577
12578 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
12579
12580 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12581 * Makefile.in: Regenerated.
12582
12583 * config-ml.in: Replace PWD with PWD_COMMAND.
12584
12585 2003-07-04 Zack Weinberg <zack@codesourcery.com>
12586
12587 * intl: New directory; see intl/ChangeLog for details.
12588 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12589 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12590 * Makefile.in: Regenerate.
12591
12592 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12593
12594 * configure.in: Clean up config-lang.in handling. Delete
12595 useless assignment to "subdirs".
12596 * configure: Regenerate.
12597
12598 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12599
12600 * configure.in: Rename 'target_libs' to 'target_libraries'.
12601 Remove useless reference to 'target_libs'.
12602 * configure: Regenerate.
12603
12604 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12605
12606 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12607 * Makefile.in: Regenerate.
12608
12609 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12610
12611 * Makefile.def: Introduce flags_to_pass.
12612 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12613 * Makefile.in: Regenerate.
12614
12615 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12616
12617 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12618 and target-libgloss.
12619 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12620 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12621 * configure: Regenerate.
12622
12623 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12624
12625 * configure.in: Update testsuite_flags to new location.
12626 * configure. Regenerate.
12627
12628 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12629
12630 * Makefile.tpl: Remove BUILD_CC stuff.
12631 * Makefile.in: Regenerate.
12632
12633 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12634
12635 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12636
12637 2003-06-16 Graeme Peterson <gp@qnx.com>
12638
12639 * MAINTAINERS (Write After Approval): Add myself.
12640
12641 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
12642
12643 * config.guess: Update to 2003-06-12 version.
12644 * config.sub: Update to 2003-06-13 version.
12645
12646 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
12647
12648 * config.guess: Update to 2003-06-06 version.
12649 * config.sub: Update to 2003-06-06 version.
12650
12651 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12652
12653 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12654 * configure. Regenerate.
12655
12656 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12657
12658 * configure.in: Disable serial configure by default.
12659 * configure: Regenerate.
12660 * Makefile.tpl: Abolish .NOTPARALLEL.
12661 * Makefile.in: Regenerate.
12662
12663 * Makefile.tpl: Replace {build,host,target}_canonical by
12664 {build,host,target}.
12665 * Makefile.in: Regenerate.
12666
12667 * Makefile.tpl: Fix stupid pasto.
12668 * Makefile.in: Regenerate.
12669
12670 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12671
12672 * Makefile.tpl: Remove bogus conditional.
12673 * Makefile.in: Regenerate.
12674
12675 2003-06-05 Jan Hubicka <jh@suse.cz>
12676
12677 * Makefile.tpl (profiledbootstrap): New target.
12678 * Makefile.in (profiledbootstrap): New target.
12679
12680 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
12681
12682 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12683 Pinski. Remove user names from other bugzilla-only maintainers.
12684
12685 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12686
12687 * Makefile.tpl: Make 'recursive targets' using autogen rather
12688 than shell loop. Remove duplicate 'clean' targets and false
12689 comments.
12690 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12691 Add systematic method of specifying missing targets in subdirs.
12692 Add copyright boilerplate.
12693 * Makefile.in: Regenerate.
12694 * configure.in: Add 'recursive targets' to maybe list.
12695 * configure: Regenerate.
12696
12697 * MAINTAINERS: "GNATS only" -> "Bug database only".
12698
12699 * Makefile.tpl: Rename [+target+] to [+make_target+].
12700 * Makefile.def: Rename 'target' to 'make_target'.
12701
12702 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
12703
12704 * MAINTAINERS: Add self as options handling maintainer.
12705
12706 2003-05-28 Michael Meissner <gnu@the-meissners.org>
12707
12708 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12709 been too long since I touched those ports.
12710
12711 2003-05-28 DJ Delorie <dj@redhat.com>
12712
12713 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12714 * Makefile.in: Regenerate.
12715
12716 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12717
12718 * configure.in: Use curly braces in the definition of tooldir.
12719 * configure: Regenerate.
12720
12721 2003-05-21 DJ Delorie <dj@redhat.com>
12722
12723 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12724 newlib or libgloss.
12725 * Makefile.in: Regenerate.
12726
12727 2003-05-21 DJ Delorie <dj@redhat.com>
12728
12729 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12730 * Makefile.in: Regenerate.
12731
12732 2003-05-20 Ian Lance Taylor <ian@airs.com>
12733
12734 * MAINTAINERS: Update my e-mail address.
12735
12736 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12737
12738 * configure.in: Switch more things to use maybe dependencies.
12739 * Makefile.tpl: Switch more things to use maybe dependencies.
12740 Factor out common code from autogen IF statements.
12741 * configure: Regenerate.
12742 * Makefile.in: Regenerate.
12743
12744 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12745
12746 * configure.in: Accept i[3456789]86 for machine type.
12747 * configure: Regenerate.
12748
12749 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12750
12751 * configure.in: Switch more things to use maybe dependencies.
12752 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12753 * configure: Regenerate.
12754 * Makefile.tpl: Switch more things to use maybe dependencies.
12755 * Makefile.in: Regenerate.
12756
12757 2003-05-16 Andreas Schwab <schwab@suse.de>
12758
12759 * Makefile.tpl (install-opcodes): Define.
12760 * Makefile.in: Rebuild.
12761
12762 2003-05-13 Andreas Jaeger <aj@suse.de>
12763
12764 * config.guess: Update to 2003-05-09 version.
12765 * config.sub: Update to 2003-05-09 version.
12766
12767 2003-05-13 Michael Eager <eager@mvista.com>
12768
12769 * configure.in: Correct sed script so that options in quotes are not
12770 deleted.
12771 * configure: Rebuild.
12772
12773 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
12774
12775 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12776 and $$s/newlib/libc/sys/cygwin32 include paths.
12777 * configure: Ditto.
12778
12779 2003-05-12 Michael Meissner <gnu@the-meissners.org>
12780
12781 * MAINTAINERS: Update my email addresses.
12782
12783 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12784
12785 * config-ml.in: Propagate INSTALL variables.
12786
12787 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12788
12789 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12790
12791 2003-05-02 Chris Demetriou <cgd@broadcom.com>
12792
12793 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12794 * Makefile.in: Regenerate.
12795
12796 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12797
12798 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12799
12800 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12801
12802 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12803
12804 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
12805
12806 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12807 * Makefile.in: Regenerated.
12808
12809 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12810
12811 * MAINTAINERS (Write After Approval): Upgrade myself from
12812 GNATS only to write-after-approval. Update my mail address.
12813
12814 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
12815
12816 (OS Port Maintainers: freebsd): Add myself.
12817
12818 2003-04-22 Mark Mitchell <mark@codesourcery.com>
12819
12820 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12821
12822 2003-04-22 Kean Johnston <jkj@sco.com>
12823
12824 * MAINTAINERS (SCO ports): Added myself.
12825
12826 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12827
12828 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12829
12830 2003-04-19 Kean Johnston <jkj@sco.com>
12831
12832 * MAINTAINERS (Write After Approval): Add myself.
12833
12834 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12835
12836 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12837 * Makefile.in: Regenerate.
12838
12839 2003-04-18 Jakub Jelinek <jakub@redhat.com>
12840
12841 * configure.in (powerpc64*-*-linux*): Remove.
12842 * configure: Rebuilt.
12843
12844 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
12845
12846 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12847 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12848 and restrap.
12849 * Makefile.in: Regenerate.
12850
12851 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
12852
12853 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12854 * configure: Regenerated.
12855
12856 2003-04-15 DJ Delorie <dj@redhat.com>
12857
12858 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12859
12860 2003-04-13 Nick Clifton <nickc@redhat.com>
12861
12862 * config-ml.in: Remove support for --disable-aix removing
12863 call-aix multilibs.
12864
12865 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
12866
12867 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12868 * */configure: Rebuilt.
12869
12870 2003-04-08 Joel Sherrill <joel@oarcorp.com>
12871
12872 * MAINTAINERS: Add my email address.
12873
12874 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
12875
12876 * MAINTAINERS (Write After Approval): Add myself.
12877
12878 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12879
12880 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12881 * Makefile.in: Regenerate.
12882
12883 2003-03-14 Michael Chastain <mec@shout.net>
12884
12885 * Makefile.in: Regenerate with correct Makefile.def.
12886
12887 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12888
12889 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12890 Make macro.
12891 * Makefile.in: Regenerate.
12892 * configure.in: Clean up gxx_include_dir logic.
12893 * configure: Regenerate.
12894
12895 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12896
12897 * MAINTAINERS (Write After Approval): Add myself.
12898
12899 2003-03-10 Ben Elliston <bje@wasabisystems.com>
12900
12901 * MAINTAINERS: Update my mail address.
12902
12903 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12904
12905 * configure.in (gxx_include_dir): Fix typo.
12906 * configure: Regenerated.
12907
12908 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12909
12910 * Makefile.tpl: Reindent.
12911 * Makefile.in: Regenerate.
12912 * configure.in: Reindent. Don't set unused variables.
12913 * configure: Regenerate.
12914
12915 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
12916
12917 * configure.in: Include $(build_tooldir)/sys-include in
12918 FLAGS_FOR_TARGET.
12919 * configure: Regenerated.
12920
12921 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12922
12923 * Makefile.tpl: Always pass down RANLIB.
12924 * Makefile.in: Regenerate.
12925
12926 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12927 * Makefile.in: Regenerate.
12928 * configure.in: Remove unused logic relating to --enable-shared
12929 and --enable-threads. Remove bogus comments. Remove redundant
12930 noconfigdirs.
12931 * configure: Regenerate.
12932
12933 * configure.in: Replace ${libstdcxx_version} by its value.
12934 Remove reference to mh-dgux.
12935 * configure: Regenerate.
12936
12937 2003-03-03 Kevin Buettner <kevinb@redhat.com>
12938
12939 * MAINTAINERS (Write After Approval): Add myself.
12940
12941 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12942
12943 * Makefile.tpl: Rearrange.
12944 * Makefile.in: Regenerate.
12945
12946 2003-02-25 Uwe Stieber <uwe@wwws.de>
12947
12948 * configure.in: Add support for kaOS as cross build target system.
12949 * configure: Regenerated.
12950
12951 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12952
12953 * MAINTAINERS (Write after approval): Add myself.
12954
12955 2003-02-21 James E Wilson <wilson@tuliptree.org>
12956
12957 * MAINTAINERS: Update my email address.
12958
12959 2003-02-21 Zack Weinberg <zack@codesourcery.com>
12960
12961 * MAINTAINERS: Add self to blanket write privs. section.
12962
12963 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
12964
12965 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12966 configure-target-* as some target builds may require additional
12967 flags for preprocessor tests.
12968 * Makefile.in: Regenerated.
12969
12970 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
12971
12972 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12973 * ltconfig: Handle it.
12974 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12975 auto-detecting it.
12976
12977 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12978 it is used as argument to $CC.
12979 * ltcf-gcj.sh: Likewise.
12980
12981 * configure.in: Introduce --enable-maintainer-mode.
12982 * configure: Rebuilt.
12983 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12984 for maintainer mode.
12985 * Makefile.in: Rebuilt.
12986
12987 2003-02-18 Jason Merrill <jason@redhat.com>
12988
12989 * Makefile.tpl (check-c++): Allow parallelism.
12990
12991 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12992
12993 * MAINTAINERS: Remove John Carr (who never actually had access to
12994 gcc.gnu.org).
12995
12996 2003-02-15 Geoffrey Keating <geoffk@apple.com>
12997
12998 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12999 don't configure target-libobjc.
13000 * configure: Regenerate.
13001
13002 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13003
13004 * Makefile.tpl (RANLIB): Define.
13005 * Makefile.in: Regenerate.
13006
13007 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
13008
13009 * MAINTAINERS: Update my email.
13010
13011 2003-02-06 Keith R Seitz <keiths@redhat.com>
13012
13013 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
13014 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
13015 * Makefile.in: Regenerated.
13016 * configure.in: Remove all traces of snavigator, db, and grep.
13017 * configure: Regenerated.
13018
13019 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13020
13021 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
13022 After Approval.
13023
13024 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
13025
13026 * MAINTAINERS (Write after approval): Add myself.
13027
13028 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
13029
13030 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
13031 * Makefile.in: Regenerated.
13032
13033 2003-01-30 Roger Sayle <roger@eyesopen.com>
13034
13035 * config.guess: Updated to 2003-01-30's version.
13036 * config.sub: Updated to 2003-01-28's version.
13037
13038 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
13039
13040 * config.if: If gcc_version is already set, just use it. Don't set
13041 gcc_version_trigger if it's already set, otherwise set it to
13042 gcc/version.c, but only if the file exists. If it is not set and
13043 gcc/version.c does not exist, try to extract the version number from
13044 $CC.
13045
13046 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
13047
13048 * MAINTAINERS: Add myself to write-after-approval list.
13049
13050 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
13051
13052 * configure.in: Revert 24Jan change.
13053 * configure: Regenerate.
13054
13055 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13056
13057 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
13058 entry of HJ Lu.
13059
13060 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
13061
13062 * configure.in: Revert previous change.
13063 * configure: Regenerate.
13064
13065 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
13066
13067 * configure.in: Make rda native-only.
13068 * configure: Regenerate.
13069
13070 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
13071
13072 * MAINTAINERS: Move myself from GNATS-only-accounts to
13073 write-after-approval.
13074
13075 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
13076
13077 * configure.in: Add missing \.
13078 * configure: Rebuilt.
13079
13080 2003-01-17 Jakub Jelinek <jakub@redhat.com>
13081
13082 * configure.in (baseargs): Avoid using \| in sed regular
13083 expressions.
13084 * configure: Rebuilt.
13085
13086 2003-01-16 Jakub Jelinek <jakub@redhat.com>
13087
13088 * configure.in (baseargs): Remove all supported forms of
13089 --cache-file, --srcdir, --host, --build and --target options
13090 from argument lists.
13091 * configure: Rebuilt.
13092
13093 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
13094
13095 * MAINTAINERS: Add myself to write-after-approval list.
13096
13097 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
13098
13099 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
13100 * configure: Rebuilt.
13101
13102 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
13103
13104 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
13105 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
13106 * Makefile.in: Regenerate.
13107 * configure: Regenerate.
13108
13109 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
13110
13111 * configure.in: Remove Makefile in build, host and target modules
13112 unless configure was run with --no-recursion.
13113 * configure: Rebuilt.
13114
13115 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
13116
13117 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
13118 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
13119 * Makefile.in: Regenerate.
13120
13121 2003-01-08 Chris Demetriou <cgd@broadcom.com>
13122
13123 * config.guess: Update to 2003-01-03 version.
13124 * config.sub: Update to 2003-01-03 version.
13125
13126 2003-01-07 Christopher Faylor <cgf@redhat.com>
13127
13128 * configure: Regenerate with proper autoconf 2.13.
13129
13130 2003-01-07 Christopher Faylor <cgf@redhat.com>
13131
13132 * configure.in: Add AC_PREREQ for consistency.
13133 * configure: Regenerate.
13134
13135 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13136
13137 * configure.in (GDB_TK): Add tcl directories conditional on
13138 gdb/gdbtk directory being present.
13139 * configure: Regenerate.
13140
13141 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
13142
13143 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
13144 used by gcc if LD is not defined and we are not doing a Canadian Cross.
13145 * configure: Rebuilt.
13146
13147 2002-12-31 Tom Tromey <tromey@redhat.com>
13148
13149 * Makefile.in: Rebuilt.
13150 * Makefile.def (target_modules) [libffi]: Allow installation.
13151
13152 2002-12-31 Andreas Schwab <schwab@suse.de>
13153
13154 * configure.in: Fix use of $program_transform_name.
13155 * configure: Regenerated.
13156
13157 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
13158
13159 * configure.in (baseargs): Don't remove first configure argument.
13160 * configure: Regenerated.
13161
13162 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
13163
13164 * Makefile.tpl (local-distclean): Don't remove...
13165 (multilib.ts): ... this. Moved into...
13166 (multilib.out): ... this. Don't use sub-make.
13167 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13168 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13169 (configure-build-[+module+], configure-[+module+],
13170 configure-target-[+module+], configure-gcc): ... these. Test
13171 for Makefile existence. Drop config.status from dependencies.
13172 * Makefile.in: Rebuilt.
13173 * configure.in: Move gcc-version-trigger to the end of
13174 ac_configure_args. Add comments to maybedep.tmp and
13175 serdep.tmp. Introduce --disable-serial-configure. Remove
13176 nonopt from baseargs, matching and removing corresponding
13177 whitespace while at it.
13178 * configure: Rebuilt.
13179
13180 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
13181
13182 * configure.in (host_configargs): Replace reference to
13183 no-longer-defined buildopts with --build=${build_alias}.
13184 * configure: Rebuilt.
13185
13186 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
13187 program_transform_name to standard idiom.
13188 (AUTOGEN, AUTOCONF): Define.
13189 (Makefile.in): Use $(AUTOGEN).
13190 (Makefile): Depend on config.status, and use autoconf-style rule to
13191 build it. Move original commands to...
13192 (config.status): ... this new target.
13193 (configure): Add $(srcdir). Depend on config/acx.m4. Use
13194 $(AUTOCONF).
13195 * Makefile.in: Rebuilt.
13196
13197 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
13198
13199 * Makefile.tpl: Fix dramatic bustage due to change in
13200 program_transform_name.
13201 * Makefile.in: Regenerate.
13202
13203 * configure.in: Remove unnecessary PATH setting.
13204 * configure: Regnerate.
13205
13206 * configure.in: Don't default to unprefixed tools unless
13207 the native tools will work.
13208 * configure: Regenerate.
13209
13210 * configure.in: Convert to autoconf script. Blow away lots
13211 of now-redundant Makefile fragments.
13212 * configure: Generate using Autoconf.
13213 * Makefile.tpl: Rewrite to reflect autoconfiscation.
13214 * Makefile.in: Regenerate.
13215
13216 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
13217
13218 * configure: Fix stupid bug where RANLIB was mistakenly included.
13219
13220 * configure.in: Rename (buildargs, hostargs, targargs) to
13221 (build_configargs, host_configargs, target_configargs).
13222
13223 * configure.in: Move logic out of sed statement.
13224
13225 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
13226 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13227
13228 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
13229
13230 * config.sub: Import from master repository
13231 * config.guess: Ditto
13232
13233 2002-12-24 Andreas Schwab <schwab@suse.de>
13234
13235 * Makefile.tpl (multilib.out): Fix missing space.
13236 * Makefile.in: Regenerate.
13237
13238 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
13239
13240 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
13241 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
13242 * Makefile.in: Regenerate.
13243 * configure.in: Remove unnecessary leftovers.
13244
13245 2002-12-21 Geoffrey Keating <geoffk@apple.com>
13246
13247 * configure.in (extra_ranlibflags_for_target): New variable.
13248 (*-*-darwin): Add -c to ranlib commands.
13249 * configure (tooldir): Handle extra_ranlibflags_for_target.
13250
13251 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
13252
13253 * Makefile.tpl: Revert HJL's change.
13254 * Makefile.in: Regenerated.
13255 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13256 always.
13257
13258 2002-12-19 Andreas Schwab <schwab@suse.de>
13259
13260 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13261 * Makefile.in: Regenerate.
13262
13263 2002-12-18 H.J. Lu <hjl@gnu.org>
13264
13265 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13266 * Makefile.in: Regenerated.
13267
13268 * configure.in (build_prefix): New. Substitute.
13269
13270 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
13271
13272 * Makefile.tpl: Don't let real targets depend on phony targets.
13273 * Makefile.in: Regenerate.
13274
13275 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13276 * Makefile.in: Regenerate.
13277
13278 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
13279
13280 * config.sub: Import from master repository
13281 * config.guess: Ditto
13282
13283 2002-12-16 Jason Merrill <jason@redhat.com>
13284
13285 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13286 previous 'make bootstrap'.
13287 * Makefile.in: Regenerate.
13288
13289 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
13290
13291 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13292
13293 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
13294
13295 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13296 * Makefile.in: Regenerate.
13297
13298 2002-12-13 Jason Merrill <jason@redhat.com>
13299
13300 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
13301 library tests.
13302 (check-c++): Just depend on it and check-target-libstdc++-v3.
13303 * Makefile.in: Regenerate.
13304
13305 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
13306
13307 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13308 * Makefile.in: Rebuilt.
13309
13310 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
13311
13312 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13313
13314 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
13315
13316 * configure: Fix bug put in by gremlins.
13317
13318 * Makefile.tpl: Substitute more autoconfily.
13319 * configure: Substitute more autoconfily.
13320 * Makefile.in: Regenerate.
13321
13322 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
13323
13324 * config.sub: Import from master repository
13325 * config.guess: Ditto
13326 * MAINTAINERS: Added Svein Seldal under write after approval
13327
13328 2002-12-08 Andrew Cagney <ac131313@redhat.com>
13329
13330 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13331 * Makefile.in (all-sim): Ditto.
13332
13333 2002-12-06 DJ Delorie <dj@redhat.com>
13334
13335 * Makefile.tpl: Change configure dependencies to not have real
13336 targets depend on phony targets.
13337
13338 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
13339
13340 * configure.in: Revert unintentional change.
13341
13342 * Makefile.tpl: Change dependency for */multilib.out so that
13343 it works when gcc isn't in the tree.
13344
13345 * configure.in: Substitute more.
13346 * configure: Run subconfigures from the Makefile.
13347 * Makefile.tpl: Run subconfigures from the Makefile; add a few
13348 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
13349
13350 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13351
13352 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13353
13354 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
13355
13356 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13357 and corresponding dependencies.
13358 * Makefile.in: Regenerate.
13359
13360 * configure.in (host_tools): Order binutils, gas and ld for
13361 convenience in running the testsuites.
13362
13363 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13364 * Makefile.in: Regenerate.
13365 * configure.in: Introduce rules to serialize subconfigure runs.
13366
13367 * configure.in: Introduce BASE_CC_FOR_TARGET.
13368 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
13369 Realize configure-build-* targets. Realize configure-target-* targets.
13370 * Makefile.in: Regenerate.
13371
13372 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
13373
13374 * configure: Move gcc_version_trigger stuff from here...
13375 * configure.in: ...to here.
13376
13377 * configure.in: Separate subconfigure options added by this file from
13378 options given by the user. Add machinery to put args for host
13379 subconfigures into the Makefile.
13380
13381 * Makefile.tpl: Remove 'vault' targets.
13382 * Makefile.tpl: Reorder and comment dependencies.
13383 * Makefile.in: Regenerate.
13384
13385 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
13386 * configure.in: Fix my broken commit of previous patch. (sigh)
13387
13388 2002-11-28 Geoffrey Keating <geoffk@apple.com>
13389
13390 * configure.in: Move host-specific darwin noconfigdirs into
13391 the host-specific section.
13392
13393 2002-11-28 Geoffrey Keating <geoffk@apple.com>
13394
13395 * configure.in: Move host-specific darwin noconfigdirs into
13396 the host-specific section.
13397
13398 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
13399
13400 * configure: Remove skip-this-dir support.
13401 * Makefile.tpl: Remove skip-this-dir support.
13402
13403 * Makefile.tpl: Remove leftover support for non-autoconfiscated
13404 subdirectories.
13405 * Makefile.in: Regenerate.
13406
13407 * Makefile.tpl: Strip out useless setting of 'dir'.
13408 * Makefile.in: Regenerate.
13409
13410 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
13411
13412 * configure.in: Fix deeply stupid bug.
13413
13414 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13415 shell code in CXX_FOR_TARGET
13416 * Makefile.def: Introduce raw_cxx.
13417 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13418 RAW_CXX_FOR_TARGET.
13419 * Makefile.in: Regenerate.
13420
13421 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
13422
13423 * Makefile.tpl: Remove unnecessary ifs.
13424 * Makefile.in: Regenerate.
13425
13426 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
13427 dependencies. Maybe-ize build-libiberty. Create dummy install
13428 targets for 'no_install' modules.
13429 * configure: Move GDB_TK substitution to configure.in. Move
13430 build_modules stuff to configure.in.
13431 * configure.in: Implement soft dependency machinery. Maybe-ize
13432 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
13433 * Makefile.in: Regenerate.
13434
13435 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
13436
13437 * Makefile.tpl: Make all-target, install-target behave similarly
13438 to all, install (only hitting configured targets). Eliminate
13439 unused macro defintions.
13440
13441 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13442 build != host.
13443
13444 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13445
13446 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13447
13448 * configure.in: Produce lists of subdir targets we're actually
13449 configuring. Remove references to "dosrel".
13450 * Makefile.tpl: Let configure set which subdir targets are hit.
13451 Remove install-cross; clean up install; remove ALL. Remove
13452 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
13453 Autogenerate host module targets. Remove empty dependency lines
13454 and redundant dependency; rearrange slightly.
13455 * Makefile.def: Add host-side libtermcap, utils.
13456
13457 * Makefile.in: Regenerate.
13458
13459 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13460
13461 * ltconfig (osf[345]): Append $major to soname_spec.
13462 Reflect this in library_names_spec.
13463 * ltmain.sh (osf): Prefix $major with . for use as extension.
13464
13465 2002-11-19 Andreas Jaeger <aj@suse.de>
13466
13467 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13468 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13469 and sparc64 GNU/Linux systems.
13470
13471 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
13472
13473 * MAINTAINERS: Update email.
13474
13475 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13476
13477 * MAINTAINERS: Complete James Dennett's entry.
13478
13479 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
13480
13481 * MAINTAINERS (Write After Approval): Add myself.
13482
13483 2002-11-13 Bruce Korb <bkorb@gnu.org>
13484
13485 * Makefile.tpl: syntactic cleanup
13486
13487 2002-11-13 Stuart Hastings <stuart@apple.com>
13488
13489 * MAINTAINERS: Add myself to write-after-approval list.
13490
13491 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13492
13493 * Makefile.def: Add list of recursive targets to autogenerate.
13494 Add build_modules.
13495 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
13496 targets. Autogenerate *-build-* targets.
13497 * Makefile.in: Regenerate.
13498
13499 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13500
13501 * configure: More autoconf-style substitutions.
13502 * Makefile.tpl: More autoconf-style substitutions.
13503 * Makefile.in: Regenerate.
13504
13505 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
13506
13507 * configure: Substitute more variables in a more autoconf-friendly
13508 way. Simplify slightly.
13509 * Makefile.tpl: Make more variables substitutable in an
13510 autoconf-friendly way.
13511 * Makefile.in: Regenerate.
13512
13513 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
13514
13515 * MAINTAINERS (Write After Approval): Add myself.
13516
13517 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
13518
13519 * configure.in (v810*): Remove special setting of tools.
13520
13521 * configure: Add support for extra required flags for ar or nm.
13522 * configure.in (aix4.3+): Use above support for target-specific
13523 issues, rather than using config/mt-aix43.
13524
13525 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
13526
13527 * configure: Remove 'removing', which doesn't work. Replace $subdir
13528 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
13529 with $srcdir. Reformat indentation. Substitute some variables
13530 formerly hard-coded in the Makefile for build=host.
13531 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13532 * Makefile.def: Autogenerate more.
13533 * Makefile.in: Regenerate.
13534
13535 2002-11-04 Adam Nemet <anemet@lnxw.com>
13536
13537 * MAINTAINERS (Write After Approval): Add myself.
13538
13539 2002-11-04 Kevin Buettner <kevinb@redhat.com>
13540
13541 * Makefile.def (host_modules): Add rda.
13542 * Makefile.in: Regenerate.
13543 * configure.in (target_tool): Add target-rda to list.
13544
13545 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13546
13547 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13548
13549 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
13550
13551 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13552 and restrap targets to this rule.
13553 * Makefile.in: Regenerate.
13554
13555 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13556
13557 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13558 GNATS only accounts.
13559
13560 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13561
13562 * configure.in (i[3456]86-*-linux*): Add check to disable
13563 ${libgcj} for glibc1.
13564
13565 2002-10-24 Denis Chertykov <denisc@overta.ru>
13566
13567 * MAINTAINERS: Add myself as ip2k port maintainer.
13568
13569 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13570
13571 * configure.in: Add tic4x target.
13572
13573 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13574
13575 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13576 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13577 * Makefile.in: Regenerate.
13578
13579 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13580 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13581 * Makefile.in: Regenerate.
13582
13583 2002-10-02 Janis Johnson <janis187@us.ibm.com>
13584
13585 * MAINTAINERS: Add myself as web pages co-maintainer.
13586
13587 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13588
13589 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13590 * Makefile.in: Regenerate.
13591
13592 2002-10-02 Zack Weinberg <zack@codesourcery.com>
13593
13594 * MAINTAINERS: Add myself and Nathan Sidwell
13595 <nathan@codesourcery.com> as VxWorks maintainers.
13596
13597 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13598
13599 * Makefile.def: Remove order dependency comments.
13600 * Makefile.tpl: Add explicit install-install dependencies.
13601 * Makefile.in: Regenerate.
13602
13603 * Makefile.tpl: Remove material now in src-release. (Finally!)
13604 * Makefile.in: Regenerate.
13605
13606 * Makefile.tpl: Add configure-target (for src-release in src)
13607 * Makefile.in: Regenerate.
13608
13609 2002-09-30 Nick Clifton <nickc@redhat.com>
13610
13611 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13612
13613 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13614
13615 * configure.in (s390*-*-linux*): Enable libgcj.
13616
13617 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13618
13619 * configure: Revert accidentally applied changes.
13620
13621 * Makefile.tpl: Make more autoconf-friendly.
13622 * Makefile.in: Regenerate.
13623 * configure: Make substitution more autoconf-like.
13624
13625 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
13626
13627 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13628 single entry to handle all these.
13629 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13630 libjava on arm-*-elf.
13631
13632 2002-09-27 Geoffrey Keating <geoffk@apple.com>
13633
13634 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13635 things that depend on them.
13636
13637 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13638
13639 * Makefile.tpl: Make subsituted variables more autoconfy.
13640 * Makefile.in: Regenerate.
13641 * configure: Make seds more autoconfy.
13642
13643 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13644
13645 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13646 * Makefile.in: Regenerate.
13647 * configure.in: Rewrite sed statements to look autoconfy.
13648
13649 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13650 all-target-foo on configure-target-foo.
13651 * Makefile.def: Ditto.
13652 * Makefile.in: Rebuild.
13653
13654 2002-09-25 Andrew Haley <aph@redhat.com>
13655
13656 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13657
13658 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13659
13660 * Makefile.def: New file.
13661 * Makefile.tpl: New file.
13662 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13663 * contrib/gcc_update: Note that Makefile.in is a generated file.
13664
13665 * configure.in: Minor rearrangement. Simplify tests.
13666
13667 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13668
13669 * configure.in (with_headers): Skip copy if value is "yes".
13670 (with_libs): Likewise.
13671
13672 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
13673
13674 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13675 * configure.in (sh*-*-pe*): Ditto.
13676 * configure.in (mips*-*-pe*): Ditto.
13677 * configure.in (*arm-wince-pe): Ditto.
13678
13679 * configure.in: Rearrange.
13680
13681 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13682
13683 * MAINTAINERS: Update my email address.
13684
13685 2002-08-30 Paul Koning <pkoning@equallogic.com>
13686
13687 * MAINTAINERS: (Write After Approval): Add myself.
13688
13689 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
13690
13691 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13692
13693 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
13694
13695 * MAINTAINERS: Change my mailing address.
13696
13697 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
13698
13699 * MAINTAINERS (Write After Approval): Remove myself.
13700 (Various Maintainers: c++ runtime libs): Add myself.
13701
13702 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
13703
13704 * MAINTAINERS (Write After Approval): Remove myself.
13705 (Various Maintainers: c++ runtime libs): Add myself.
13706
13707 2002-08-15 Eric Christopher <echristo@redhat.com>
13708
13709 * config.sub: Import from master repository.
13710 * config.guess: Ditto.
13711
13712 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
13713
13714 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13715 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13716 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13717
13718 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
13719
13720 * MAINTAINERS: Add self to rs6000 vector extensions.
13721
13722 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
13723
13724 * libiberty/configure: Reverted unintended yesterday's check in.
13725
13726 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
13727
13728 * boehm-gc/configure, libf2c/configure: Rebuilt.
13729 * libffi/configure, libiberty/configure: Ditto.
13730 * libjava/configure, libobjc/configure: Ditto.
13731 * libstdc++-v3/configure, zlib/configure: Ditto.
13732 Merged from binutils:
13733 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13734 From Steve Ellcey <sje@cup.hp.com>:
13735 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13736 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13737 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13738 IA64.
13739 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13740 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13741 soname_spec, sys_lib_search_path_spec): Ditto.
13742
13743 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
13744
13745 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13746
13747 2002-08-04 H.J. Lu (hjl@gnu.org)
13748
13749 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13750
13751 2002-08-02 Krister Walfridsson <cato@df.lth.se>
13752
13753 * MAINTAINERS (Write After Approval): Add myself.
13754
13755 2002-07-31 Alan Modra <amodra@bigpond.net.au>
13756
13757 * configure.in: Move generic linux case to end. Copy generic
13758 linux noconfigdirs to mips*-*-linux* entry and new
13759 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13760
13761 2002-07-19 Michael Matz <matz@suse.de>
13762
13763 * MAINTAINERS: Add myself as ra* maintainer.
13764
13765 2002-07-16 Chris Demetriou <cgd@broadcom.com>
13766
13767 * config.guess: Update to 2002-07-09 version.
13768 * config.sub: Update to 2002-07-03 version.
13769
13770 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13771
13772 * MAINTAINERS: Fix typo in a maintainer email address.
13773
13774 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13775
13776 * configure.in: Remove two redundant tests.
13777
13778 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13779
13780 * configure.in (mips*-*-irix6*o32): Enable stabs.
13781
13782 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13783
13784 * configure.in: Don't build grez.
13785 * Makefile.in: Ditto.
13786
13787 * Makefile.in: Remove references to bsp, cygmon, libstub.
13788 * configure.in: Ditto.
13789
13790 * configure.in: Remove leftover reference to gdbtest.
13791
13792 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
13793
13794 * configure.in (gxx_include_dir): Change to match versioned
13795 C++ headers if --enable-version-specific-runtime-libs is used.
13796
13797 2002-07-04 Steve Ellcey <sje@cup.hp.com>
13798
13799 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13800
13801 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13802
13803 * configure.in: Make --without-x work.
13804
13805 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13806
13807 * configure.in: Rearrange target Makefile fragment collection.
13808
13809 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13810 cvs[src].
13811 * configure.in: Ditto.
13812
13813 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13814
13815 * MAINTAINERS (Write After Approval): Update my e-mail address.
13816
13817 2002-06-24 Ben Elliston <bje@redhat.com>
13818
13819 * configure.in (host_tools): Remove cgen.
13820
13821 * Makefile.in (all-cgen): Remove; runs from its source directory.
13822 (check-cgen, install-cgen, clean-cgen): Likewise.
13823 (all-opcodes): Do not depend on all-cgen.
13824 (all-sim): Likewise.
13825
13826 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
13827
13828 * Makefile.in: Eliminate 'apache' targets.
13829 * configure.in: Eliminate 'apache' targets.
13830
13831 * configure.in: Eliminate redundant tests. Reorganize.
13832
13833 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13834
13835 * config-ml.in: Eliminate references to Cygnus configure.
13836
13837 * Makefile.in: Eliminate references to building emacs.
13838
13839 2002-06-28 Graham Stott <graham.stott@btinternet.com>
13840
13841 * MAINTAINERS: Update my email address.
13842
13843 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13844
13845 * config.if (libstdcxx_incdir): Version C++ headers.
13846 (cxx_incdir): Remove.
13847
13848 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13849
13850 * MAINTAINERS (Write After Approval): Add self.
13851
13852 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13853
13854 * configure.in: Add support for ip2k.
13855
13856 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13857
13858 * configure.in: Fix AIX configury bug.
13859
13860 2002-06-20 Steve Ellcey <sje@cup.hp.com>
13861
13862 * MAINTAINERS (Write After Approval): Add self.
13863
13864 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13865
13866 * configure.in: replace ${topsrcdir} with ${srcdir}
13867
13868 * configure.in: Move definition of libstdcxx_flags
13869 right above usage, rather than waaay earlier.
13870
13871 * configure.in: Pull definition of is_cross_compiler earlier.
13872
13873 * configure.in: Rearrange a little.
13874
13875 * configure.in: Remove references to librx.
13876 * Makefile.in: Remove references to librx.
13877
13878 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13879
13880 * config.sub: Add support for avr target.
13881 Import from master sources, rev 1.255
13882
13883 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
13884
13885 * configure, .cvsignore: Revert previous change...
13886 * Makefile: ...delete.
13887
13888 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13889
13890 * configure.in: Eliminate ${gasdir} variable.
13891
13892 2002-06-18 Dave Brolley <brolley@redhat.com>
13893
13894 * configure.in: Add support for frv.
13895 * config.sub: Add support for frv.
13896
13897 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
13898
13899 * configure: Remove garbage from previous commit.
13900
13901 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
13902
13903 * configure: For in-source builds, make a subdir and re-exec there.
13904 * Makefile: New file. Pass targets through to build directory.
13905 * .cvsignore: No longer ignore "Makefile".
13906
13907 2002-06-16 Douglas Rupp <rupp@gnat.com>
13908
13909 * MAINTAINERS (Write After Approval): Add self.
13910
13911 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13912
13913 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13914
13915 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13916
13917 * configure.in (vax-*-netbsd*): Re-enable gas.
13918
13919 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13920
13921 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13922 BUILD_PREFIX_1, to correct nomenclature.
13923 * configure: Likewise.
13924
13925 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13926 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13927
13928 2002-05-31 Olaf Hering <olh@suse.de>
13929
13930 * config-ml.in: Propogate DESTDIR also.
13931
13932 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13933
13934 * configure.in (vax-*-netbsd*): Don't build gas for this
13935 platform.
13936
13937 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13938
13939 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13940 and libgcj for AVR.
13941
13942 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13943
13944 * MAINTAINERS (Write After Approval): Add myself.
13945
13946 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13947
13948 * config.guess: Update to 2002-05-22 version.
13949 * config.sub: Likewise.
13950
13951 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13952
13953 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13954 * config-ml.in: Likewise.
13955 * configure: Likewise.
13956 * configure.in: Likewise.
13957
13958 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13959
13960 * MAINTAINERS: Update my email address.
13961
13962 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13963
13964 * configure.in: Simplify makefile fragment collection.
13965
13966 * configure.in: Remove code to build emacs.
13967
13968 * configure.in : Remove --srcdir argument from targargs and buildargs
13969 (it's always overridden in the Makefile anyway). Rearrange a bit.
13970
13971 * configure: Move some logic to configure.in.
13972 * configure.in: Move some logic from configure.
13973
13974 2002-05-11 Tom Tromey <tromey@redhat.com>
13975
13976 * MAINTAINERS: Reflect libgcj reality.
13977
13978 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13979
13980 * Makefile.in: Honour DESTDIR.
13981
13982 2002-05-08 Mark Mitchell <mark@codesourcery.com>
13983
13984 * config.guess: Import 2002-03-20 version.
13985 * config.sub: Import 2002-04-26 version.
13986
13987 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13988
13989 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13990
13991 2002-05-07 Tim Josling <tej@melbpc.org.au>
13992
13993 * MAINTAINERS: Add self.
13994
13995 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
13996
13997 * ltmain.sh: Detect and handle object name conflicts
13998 while piecewise linking a static library.
13999
14000 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
14001
14002 * configure.in (noconfigdirs): Don't disable libgcj on
14003 sparc64-*-solaris* and sparcv9-*-solaris*.
14004
14005 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
14006
14007 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
14008
14009 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
14010
14011 * configure.in (FLAGS_FOR_TARGET): Do not add
14012 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
14013 on i[3456]86-*-linux*.
14014
14015 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
14016
14017 * configure.in (noconfigdirs): Replace [ ] with test.
14018
14019 * configure.in (noconfigdirs): Do not add target-newlib if
14020 target == i[3456]86-*-linux*, and host == target.
14021
14022 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
14023
14024 * configure.in: delete reference to absent file
14025
14026 * configure.in: replace '[' with 'test'
14027
14028 * configure.in: Eliminate references to gash.
14029 * Makefile.in: Eliminate references to gash.
14030
14031 * configure.in: remove useless references to 'pic' makefile fragments.
14032
14033 * configure.in: (*-*-windows*) Finish removing.
14034
14035 * configure.in: Eliminate redundant test for libgui.
14036
14037 2002-04-29 Roger Sayle <roger@eyesopen.com>
14038
14039 * MAINTAINERS: Add self and realphabetize. Update entries
14040 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
14041 entry for a29k port maintainer.
14042
14043 2002-04-26 Joel Sherrill <joel@OARcorp.com>
14044
14045 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
14046 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
14047
14048 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
14049
14050 * configure.in: remove references to dead files
14051
14052 2002-04-19 Mark Mitchell <mark@codesourcery.com>
14053
14054 * MAINTAINERS: Add information about purpose of this file.
14055
14056 2002-04-18 Tom Tromey <tromey@redhat.com>
14057
14058 * configure.in: Disallow configuring libgcj when it is already
14059 installed and we're using Solaris 2.8 linker. Do enable libgcj on
14060 Solaris 2.8 by default. For PR libgcj/6158.
14061
14062 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
14063
14064 * configure.in: Move default CC setting out of config/mh-* fragments
14065 directly into here.
14066
14067 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
14068
14069 * configure.in: don't even try to configure or make a subdirectory
14070 if there's no configure script for it.
14071
14072 2002-04-15 Mark Mitchell <mark@codesourcery.com>
14073
14074 * MAINTAINERS: Remove chill maintainers.
14075 * Makefile.in (CHILLFLAGS): Remove.
14076 (CHILL_LIB): Remove.
14077 (TARGET_CONFIGDIRS): Remove libchill.
14078 (CHILL_FOR_TARGET): Remove.
14079 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
14080 CHILL_LIB.
14081 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
14082 (CHECK_TARGET_MODULES): Likewise.
14083 (INSTALL_TARGET_MODULES): Likewise.
14084 (CLEAN_TARGET_MODULES): Likewise.
14085 (configure-target-libchill): Remove.
14086 (all-target-libchill): Remove.
14087 * configure.in (target_libs): Remove target-libchill.
14088 Do not compute CHILL_FOR_TARGET.
14089 * libchill: Remove directory.
14090
14091 2002-04-11 DJ Delorie <dj@redhat.com>
14092
14093 * Makefile.in, configure.in: Sync with binutils, entries
14094 follow...
14095
14096 2002-04-07 Andrew Cagney <ac131313@redhat.com>
14097
14098 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
14099 (do-tar, do-bz2): New rules.
14100 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
14101 (gdb-tar): New rule.
14102 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
14103 (insight_dejagnu.tar): New rule.
14104 (insight.tar): New rule.
14105 (gdb+dejagnu.tar): New rule.
14106 (gdb.tar): New rule.
14107
14108 2002-02-01 Mo DeJong <supermo@bayarea.net>
14109
14110 * Makefile.in: Add all-tix to deps for all-snavigator
14111 so that tix is built when building snavigator.
14112
14113 2002-01-11 Steve Ellcey <sje@cup.hp.com>
14114
14115 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
14116 ld and gdb are not supported.
14117
14118 2002-01-07 Mark Salter <msalter@redhat.com>
14119
14120 * configure.in: Remove target-bsp and target-cygmon from arm builds.
14121 Allow target-libgloss to be built for arm, strongarm, and xscale.
14122
14123 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
14124
14125 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
14126 options for i[3456]86-pc-linux* native builds.
14127
14128 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
14129
14130 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
14131 files from .po files for a distribution.
14132
14133 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
14134
14135 * configure.in: Enable libstdc++-v3 for h8300 targets.
14136
14137 2001-06-19 Alan Modra <amodra@bigpond.net.au>
14138
14139 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
14140 version from bfd/.
14141
14142 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
14143
14144 * Makefile.in (VER): When present, extract the version number from
14145 the file version.in.
14146
14147 2001-05-24 Tom Rix <trix@redhat.com>
14148
14149 * configure.in : enable ld for aix
14150
14151 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14152
14153 * config.guess: Add linux target for S/390.
14154
14155 2000-11-07 Philip Blundell <pb@futuretv.com>
14156
14157 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14158
14159 2000-11-03 Philip Blundell <pb@futuretv.com>
14160
14161 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14162 files.
14163
14164 2001-01-15 Ben Elliston <bje@redhat.com>
14165
14166 * configure.in (host_tools): Add sid.
14167 Always configure cgen.
14168
14169 2000-11-24 Nick Clifton <nickc@redhat.com>
14170
14171 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14172
14173 2000-08-20 Doug Evans <dje@casey.transmeta.com>
14174
14175 * Makefile.in (ALL_MODULES): Add all-cgen.
14176 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14177 (all-cgen): New target.
14178 (all-opcodes,all-sim): Depend on all-cgen.
14179 * configure.in (host_tools): Add cgen.
14180 Only configure cgen if --enable-cgen-maint.
14181
14182 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
14183
14184 * configure.in: Add *-*-freebsd* configurations.
14185
14186 2002-04-08 Tom Tromey <tromey@redhat.com>
14187
14188 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14189 Fixes PR libgcj/6068.
14190
14191 2002-03-30 Krister Walfridsson <cato@df.lth.se>
14192
14193 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14194
14195 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14196
14197 * configure.in (alpha*-dec-osf*): Enable libgcj.
14198
14199 2003-03-27 Matthew Gingell <gingell@gnat.com>
14200
14201 * MAINTAINERS (Write After Approval): Add myself.
14202
14203 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
14204
14205 Fix for: PR bootstrap/3591, target/5676
14206 * configure.in (mcore-pe): Disable the configuration of
14207 libstdc++-v3 since exceptions are not supported.
14208
14209 2002-03-20 Anthony Green <green@redhat.com>
14210
14211 * configure.in: Enable libgcj for xscale-elf target.
14212
14213 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
14214
14215 * MAINTAINERS: Update my email address.
14216
14217 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
14218
14219 * ltmain.sh (relink_command): Fix typo in previous change.
14220
14221 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
14222
14223 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
14224 (relink_command): Added --tag flags.
14225 (mode=install): If relinking fails; error out.
14226
14227 2002-03-12 Richard Henderson <rth@redhat.com>
14228
14229 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
14230 .NOTPARALLEL tag.
14231 (do-check): Rename from check.
14232 (check): Allow parallel check.
14233
14234 2002-03-12 Bob Wilson <bob.wilson@acm.org>
14235
14236 * MAINTAINERS: Add myself as maintainer for xtensa port.
14237 Fix alphabetical order in CPU port maintainer list.
14238 Remove myself from Write After Approval list.
14239
14240 2002-03-11 Richard Henderson <rth@redhat.com>
14241
14242 * Makefile.in (.NOTPARALLEL): Add fake tag.
14243
14244 2002-03-07 H.J. Lu (hjl@gnu.org)
14245
14246 * configure.in: Enable gprof for mips*-*-linux*.
14247
14248 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
14249
14250 * MAINTAINERS (Write After Approval): Add myself.
14251
14252 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
14253
14254 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14255 libjava.
14256 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14257
14258 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
14259
14260 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14261 because its Makefile is there; test for the executable instead.
14262
14263 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
14264
14265 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14266 libstdc++-v3 and libjava.
14267
14268 2002-02-11 Adam Megacz <adam@xwt.org>
14269
14270 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14271 boehm-gc
14272
14273 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
14274
14275 * config.guess: Updated to 2002-01-30's version.
14276 * config.sub: Updated to 2002-02-01's version.
14277 Contribute sh64-elf.
14278 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
14279 * configure.in: Added sh64-*-*.
14280
14281 2002-02-08 Chris Demetriou <cgd@broadcom.com>
14282
14283 * MAINTAINERS: Belatedly add myself to write after approval list.
14284
14285 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
14286
14287 * MAINTAINERS: Put self in as maintainer for x86-64 port.
14288 Remove self as Write After Approval.
14289
14290 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
14291
14292 * MAINTAINERS: Put self in as maintainer for contrib/regression
14293 directory.
14294
14295 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
14296
14297 * MAINTAINERS: Update my email address.
14298
14299 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
14300
14301 * configure.in (*-*-netbsd*): New. Skip target-newlib,
14302 target-libiberty, and target-libgloss. Skip Java-related
14303 libraries if not supported for NetBSD on target CPU.
14304
14305 2002-01-25 Douglas B Rupp <rupp@gnat.com>
14306
14307 * install-sh: Use _inst.$$_ for temp file name.
14308
14309 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
14310
14311 * MAINTAINERS (Write After Approval): Move my contact info
14312 from here...
14313 (OS Port Maintainers): ...to here (netbsd).
14314
14315 2002-01-22 Bob Wilson <bob.wilson@acm.org>
14316
14317 * MAINTAINERS (Write After Approval): Add myself.
14318
14319 2002-01-17 H.J. Lu <hjl@gnu.org>
14320
14321 * Makefile.in (all-fastjar): Also depend on all-libiberty.
14322 (all-target-fastjar): Also depend on all-target-libiberty.
14323
14324 2002-01-16 H.J. Lu (hjl@gnu.org)
14325
14326 * config.guess: Import from master sources, rev 1.225.
14327 * config.sub: Import from master sources, rev 1.238.
14328
14329 2002-01-16 Kazu Hirata <kazu@hxi.com>
14330
14331 * MAINTAINERS (Write After Approval): Remove myself.
14332
14333 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
14334
14335 * MAINTAINERS (Write After Approval): Add myself.
14336
14337 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
14338
14339 * MAINTAINERS: Add self as docs co-maintainer.
14340
14341 2001-12-11 Matthias Klose <doko@debian.org>
14342
14343 * MAINTAINERS (Write After Approval): Add myself.
14344
14345 2001-12-09 Zack Weinberg <zack@codesourcery.com>
14346
14347 * MAINTAINERS: Update my email address.
14348
14349 2001-12-07 Turly O'Connor <turly@apple.com>
14350 * MAINTAINERS (Write After Approval): Add myself.
14351 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14352 (rs6000_initialize_trampoline): Call __trampoline_setup for
14353 ABI_DARWIN too.
14354 * darwin-tramp.asm: New file, implements __trampoline_setup.
14355 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
14356
14357 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
14358
14359 * MAINTAINERS (Write After Approval): Add myself.
14360
14361 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
14362
14363 * configure, configure.in: Use temp file for long sed commands.
14364
14365 2001-12-03 Laurent Guerby <guerby@acm.org>
14366
14367 * config.sub: Update to version 1.232 on subversion.
14368
14369 2001-12-03 Ben Elliston <bje@redhat.com>
14370
14371 * MAINTAINERS: Update mail address for config.* patches.
14372
14373 2001-11-27 DJ Delorie <dj@redhat.com>
14374 Zack Weinberg <zack@codesourcery.com>
14375
14376 When build != host, create libiberty for the build machine.
14377
14378 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14379 CONFIG_ARGUMENTS.
14380 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14381 New variables.
14382 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14383 and rules.
14384 (all.normal): Depend on ALL_BUILD_MODULES.
14385 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14386 (all-build-libiberty): Depend on configure-build-libiberty.
14387
14388 * configure: Calculate and substitute proper value for
14389 ALL_BUILD_MODULES.
14390 * configure.in: Create the build subdirectory.
14391 Calculate and substitute TARGET_CONFIGARGS (formerly
14392 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14393
14394 2001-11-26 Ziemowit Laski <zlaski@apple.com>
14395
14396 * MAINTAINERS (write-after-approval): Add self.
14397
14398 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
14399
14400 * MAINTAINERS (GNATS only accounts): Remove self.
14401
14402 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
14403
14404 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14405 libf2c.
14406
14407 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
14408
14409 * MAINTAINERS (Write After Approval): Add self.
14410
14411 2001-11-12 David O'Brien <obrien@FreeBSD.org>
14412
14413 * MAINTAINERS: mips and s390 are also CPU ports.
14414
14415 2001-11-12 David O'Brien <obrien@FreeBSD.org>
14416
14417 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14418
14419 2001-11-11 David O'Brien <obrien@FreeBSD.org>
14420
14421 * MAINTAINERS: Alphabetize.
14422
14423 2001-11-09 Kazu Hirata <kazu@hxi.com>
14424
14425 * MAINTAINERS (Various maintainers: h8 port): Add myself.
14426
14427 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
14428
14429 * MAINTAINERS (Various maintainers: hppa port): Added myself.
14430
14431 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
14432
14433 * configure.in (--enable-languages): Be more permissive about
14434 syntax. Check for empty lists better. Warn about $LANGUAGES.
14435
14436 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
14437
14438 * config.sub: Import from master sources, rev. 1.230.
14439 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14440
14441 2001-11-07 Laurent Guerby <guerby@acm.org>
14442
14443 * MAINTAINERS (Write After Approval): Add self.
14444
14445 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
14446
14447 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14448
14449 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
14450
14451 * config.sub: Import from master sources, rev 1.226.
14452 * config.guess: Import from master sources, rev 1.216.
14453
14454 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
14455
14456 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14457 * MAINTAINERS: Add self as maintainer of MMIX port.
14458 Remove old after-approval entry.
14459
14460 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
14461
14462 * ChangeLog, configure: Fix spelling errors.
14463
14464 2001-10-20 Brendan Kehoe <brendan@zen.org>
14465
14466 * MAINTAINERS: Tweak my address.
14467
14468 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
14469
14470 * MAINTAINERS: Update my email address.
14471
14472 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
14473
14474 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14475 * MAINTAINERS: Add self as maintainer of CRIS port.
14476
14477 2001-10-10 Geert Bosch <bosch@gnat.com>
14478
14479 * MAINTAINERS (Various maintainers: Ada front end):
14480 Added Robert Dewar.
14481
14482 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
14483
14484 * MAINTAINERS (Write After Approval): Added self
14485
14486 2001-10-02 Geert Bosch <bosch@gnat.com>
14487
14488 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14489
14490 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
14491
14492 * configure: Handle temporary files securely using mkdir.
14493
14494 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
14495
14496 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14497
14498 2001-09-26 Will Cohen <wcohen@redhat.com>
14499
14500 * configure.in (*-*-linux*): Disable configuration of target-newlib
14501 and target-libgloss.
14502
14503 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
14504
14505 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14506 RANLIB.
14507
14508 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
14509
14510 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14511 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14512 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14513 avoid quotes nesting problems.
14514 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14515 (DO_X): Export only variables that are set.
14516
14517 2001-09-19 Ben Elliston <bje@redhat.com>
14518
14519 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14520 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14521 semantics. Use the shell built-in "type" command instead.
14522
14523 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
14524
14525 Merged from gcc-3_0-branch:
14526 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
14527 * ltcf-c.sh: Use $objext, not $ac_objext.
14528 2001-07-27 Mark Kettenis <kettenis@gnu.org>
14529 * ltcf-cxx.sh: Add support for GNU.
14530 2001-07-22 Timothy Wall <twall@redhat.com>
14531 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14532 default settings if using GNU tools with that configuration.
14533 * ltcf-cxx.sh: Ditto.
14534 * ltcf-gcj.sh: Ditto.
14535 2001-07-21 Michael Chastain <chastain@redhat.com>
14536 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14537 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14538 * ltmain.sh: Mark as gcc-local.
14539
14540 2001-08-30 Eric Christopher <echristo@redhat.com>
14541 Jason Eckhardt <jle@redhat.com>
14542
14543 * config.guess: Merge from master sources.
14544 * config.sub: Merge from master sources, add support for mipsisa32.
14545
14546 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
14547 * config.sub: Merge from master sources, rev 1.219.
14548 * MAINTAINERS: Add self as contact for stormy16 port.
14549
14550 2001-08-14 Zack Weinberg <zackw@panix.com>
14551
14552 * config.sub: Merge from master sources, rev 1.218.
14553 * config.guess: Merge from master sources, rev 1.209.
14554
14555 2001-08-11 Graham Stott <grahams@redhat.com>
14556
14557 * Makefile.in (check-c++): Add missing semicolon.
14558
14559 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14560
14561 * MAINTAINERS (Various maitainers: predict.def): Added myself.
14562
14563 2001-07-30 Eric Christopher <echristo@redhat.com>
14564
14565 * MAINTAINERS (Various maintainers: mips port): Added myself.
14566
14567 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14568
14569 * configure.in (sh-*-linux*): New.
14570
14571 2001-07-27 Richard Henderson <rth@redhat.com>
14572
14573 * .cvsignore: Add LAST_UPDATED.
14574
14575 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14576
14577 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14578
14579 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
14580
14581 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14582
14583 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14584
14585 * MAINTAINERS (Write After Approval): Added myself.
14586
14587 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14588
14589 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14590 and libgcj on m68hc11/m68hc12.
14591
14592 2001-06-27 H.J. Lu (hjl@gnu.org)
14593
14594 * Makefile (CFLAGS_FOR_BUILD): New.
14595 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14596
14597 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14598
14599 * README: Remove version number.
14600
14601 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14602
14603 * INSTALL/README: Update wrt. to the installation instructions now
14604 residing in gcc/doc/install.texi.
14605
14606 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14607
14608 * README: Replace with a cut-down and updated version of gcc/README.
14609
14610 2001-06-12 David Edelsohn <edelsohn@gnu.org>
14611
14612 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14613 multilibs to be disabled.
14614
14615 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
14616
14617 * MAINTAINERS (Write After Approval): Add myself.
14618
14619 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
14620
14621 * config.guess: Import CVS version 1.195.
14622 * config.sub: Import CVS version 1.212.
14623
14624 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14625
14626 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14627 gcc/xgcc is built, use -print-prog-name to find out the program
14628 name to use.
14629
14630 2001-06-04 Phil Edwards <pme@sources.redhat.com>
14631
14632 * config.guess: Import CVS version 1.194. All gcc-local changes
14633 appear to also be in the master copy.
14634 * config.sub: Import CVS version 1.211.
14635
14636 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14637
14638 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14639 with_gcc]: Use `gcc -shared' to build a shared library.
14640
14641 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14642
14643 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14644 archives.
14645
14646 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14647
14648 * MAINTAINERS (Write After Approval): Add myself.
14649
14650 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
14651
14652 * configure.in (libstdcxx_flags): Do not try to execute
14653 libstdc++-v3/testsuite_flags until it exists.
14654
14655 2001-06-01 Alan Modra <amodra@bigpond.net.au>
14656
14657 * MAINTAINERS: Update my email address.
14658
14659 2001-05-31 Graham Stott <grahams@redhat.com>
14660
14661 * MAINTAINERS (Write After Approval): Add myself.
14662
14663 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
14664
14665 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14666 libraries when using g++ with native linker.
14667
14668 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
14669
14670 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14671
14672 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
14673
14674 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14675 [aix4*|aix5*]: Prepend blank.
14676
14677 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
14678
14679 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14680 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14681 of subdir/configure scripts to use the new libtool.m4.
14682
14683 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14684
14685 * MAINTAINERS (Write After Approval): Add myself.
14686
14687 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14688
14689 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14690
14691 2001-05-11 Ben Elliston <bje@redhat.com>
14692
14693 * Makefile.in (all-sid): New target.
14694 (check-sid, clean-sid, install-sid): Likewise.
14695
14696 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14697
14698 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14699
14700 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
14701
14702 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14703 libgcj.
14704
14705 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
14706
14707 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14708 gcc/xgcc is built, use -print-prog-name to find out the program
14709 name to use.
14710
14711 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
14712
14713 * configure.in (noconfigdirs): Don't reset it from scratch in the
14714 target case; only append to it.
14715
14716 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14717 sparc-*-solaris2.8]: Disable ${libgcj}.
14718
14719 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
14720
14721 * configure.in (libgcj_saved): Copy from $libgcj.
14722 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14723 --disable-libgcj.
14724
14725 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14726
14727 * MAINTAINERS: Remove self as MIPS maintainer and
14728 C front end maintainer.
14729
14730 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14731
14732 * configure.in: Move *-chorusos target case to the proper switch.
14733 Disable libgcj.
14734
14735 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
14736
14737 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14738 1.641.2.228.
14739
14740 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14741
14742 * Makefile.in (STAGE1_CFLAGS): Pass down.
14743
14744 2001-04-13 Alan Modra <amodra@one.net.au>
14745
14746 * config.guess: Add hppa64-linux support. Note for next import that
14747 this is already in the master file.
14748 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14749
14750 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
14751
14752 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14753 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14754
14755 2001-04-11 Stan Shebs <shebs@apple.com>
14756
14757 * MAINTAINERS: Add self as Darwin port maintainer.
14758
14759 2001-04-11 Alan Modra <amodra@one.net.au>
14760
14761 * MAINTAINERS: Update my email address.
14762
14763 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
14764
14765 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14766 recent versions of FreeBSD (release 3 or later).
14767 * ltconfig: On FreeBSD, -lc must not be provided when building
14768 a shared library or else the standard -pthread gcc option is
14769 rendered worthless to later users of the built library.
14770
14771 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14772
14773 * MAINTAINERS: Add self and RTH as C front end maintainers.
14774
14775 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
14776
14777 * config.sub: Make sure to match an already-canonicalized
14778 machine name (eg. mn10300-unknown-elf).
14779
14780 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
14781
14782 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14783 New macros.
14784 (bootstrap, cross): Use RECURSE_FLAGS.
14785 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14786
14787 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
14788
14789 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14790
14791 2001-03-22 Colin Howell <chowell@redhat.com>
14792
14793 * Makefile.in (DO_X): Do not backslash single-quotes in
14794 backquotes (two places).
14795
14796 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
14797
14798 Re-installed:
14799 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14800 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14801 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14802 * ltcf-cxx.sh: Likewise.
14803 * ltcf-gcj.sh: Likewise.
14804
14805 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14806
14807 * MAINTAINERS: Add myself as "documentation co-maintainer".
14808
14809 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
14810
14811 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14812 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14813
14814 2001-03-19 Tom Tromey <tromey@redhat.com>
14815
14816 * config-ml.in: Handle GCJ and GCJFLAGS.
14817
14818 2001-03-21 Michael Chastain <chastain@redhat.com>
14819
14820 * Makefile.in: all-m4 depends on all-texinfo.
14821
14822 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
14823
14824 * MAINTAINERS: Add myself to write after approval list.
14825
14826 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
14827
14828 * Makefile.in (DO_X): Quote nested quotes.
14829
14830 2001-03-18 Alan Modra <alan@linuxcare.com.au>
14831
14832 * MAINTAINERS: Add myself to write after approval list.
14833
14834 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
14835
14836 * Makefile.in (DO_X): Use double quotes for quoting
14837 "RANLIB=$${RANLIB}".
14838
14839 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14840
14841 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14842
14843 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
14844
14845 * configure.in: Only use `lang_requires' for languages athat are
14846 actually enabled.
14847
14848 2001-03-08 Phil Edwards <pme@sources.redhat.com>
14849
14850 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14851
14852 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
14853
14854 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14855
14856 2001-03-07 Tom Tromey <tromey@redhat.com>
14857
14858 * configure.in: Allow config-lang.in to set `lang_requires' to list
14859 of other required languages.
14860
14861 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
14862
14863 * Makefile.in: Remove RANLIB definition. Use RANLIB
14864 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14865 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14866
14867 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
14868 Alexandre Oliva <aoliva@redhat.com>
14869
14870 * Makefile.in (check-c++): Use tabs, not spaces.
14871
14872 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
14873
14874 * MAINTAINERS: add myself to Write After Approval list.
14875
14876 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
14877
14878 * Makefile.in (check-c++): New rule.
14879
14880 * configure.in (target_libs): Remove libg++.
14881 (noconfigdirs): Remove libg++.
14882 (noconfigdirs): Same.
14883 (noconfigdirs): Same.
14884 (noconfigdirs): Same.
14885
14886 * config-ml.in: Remove libg++ references.
14887
14888 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14889 (ALL_TARGET_MODULES): Same.
14890 (configure-target-libg++): Remove.
14891 (all-target-libg++): Remove.
14892 (configure-target-libio): Remove.
14893 (all-target-libio): Remove.
14894 (check-target-libio): Remove.
14895 (.PHONY): Remove.
14896 (libg++.tar.bz2): Remove.
14897 (all-target-cygmon): Remove libio.
14898 (all-target-libstdc++): Remove.
14899 (configure-target-libstdc++): Remove.
14900 (TARGET_LIB_PATH): Remove libstdc++.
14901 (ALL_GCC_CXX): Remove libstdc++.
14902 (all-target-gperf): Correct.
14903
14904 2001-02-16 Nick Clifton <nickc@redhat.com>
14905
14906 * configure.in (noconfigdirs): Allow configuration of texinfo
14907 for Cygwin hosts.
14908
14909 2001-02-15 Anthony Green <green@redhat.com>
14910
14911 * configure: Introduce GCJ_FOR_TARGET.
14912 * configure.in: Ditto.
14913 * Makefile.in: Ditto.
14914
14915 2001-02-13 Andreas Schwab <schwab@suse.de>
14916
14917 * MAINTAINERS: Update mail address.
14918
14919 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14920
14921 * config.guess: Add linux target for S/390.
14922 * config.sub: Likewise.
14923
14924 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
14925
14926 * configure.in: for *-chorusos, don't config target-newlib and
14927 target-libgloss.
14928
14929 2001-02-06 Ben Elliston <bje@redhat.com>
14930
14931 * configure: Output host type to stdout, not stderr.
14932
14933 2001-02-05 Mark Mitchell <mark@codesourcery.com>
14934
14935 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14936 * ltcf-cxx.sh: Likewise.
14937
14938 * config.if: Assume enable_libstdcxx_v3 is defined.
14939
14940 2001-02-04 Mark Mitchell <mark@codesourcery.com>
14941
14942 Remove V2 C++ library.
14943 * configure.in: Remove --enable-libstdcxx_v3 support.
14944
14945 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14946
14947 * include/demangle.h: Add prototype for java_demangle_v3.
14948
14949 2001-01-29 Phil Edwards <pme@sources.redhat.com>
14950
14951 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14952
14953 2001-01-27 Richard Henderson <rth@redhat.com>
14954
14955 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14956
14957 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14958
14959 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14960 Don't unset, it's non-portable and no longer necessary, set to empty
14961 instead.
14962
14963 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14964
14965 * ltconfig: Shell portability fix for the tagname validity check.
14966
14967 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
14968
14969 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14970 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14971
14972 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14973
14974 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14975
14976 2001-01-26 Tom Tromey <tromey@redhat.com>
14977
14978 * configure.in: Allow libgcj to be built on Sparc Solaris.
14979
14980 2001-01-25 David Edelsohn <edelsohn@gnu.org>
14981
14982 * ltcf-c.sh: Add aix5 case.
14983 * ltcf-cxx.sh: Likewise.
14984 * ltconfig: Likewise.
14985
14986 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
14987
14988 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14989 keep at least one of build_libtool_libs or build_old_libs set to
14990 yes.
14991
14992 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14993 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14994
14995 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14996
14997 * configure.in: Enable libgcj on several additional platforms.
14998
14999 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
15000
15001 * configure.in: Enable libgcj for linux targets.
15002
15003 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
15004
15005 * MAINTAINERS (Write After Approval): Add myself.
15006
15007 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
15008
15009 * MAINTAINERS: Add myself as vax port maintainer.
15010
15011 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
15012
15013 * MAINTAINERS: Add myself as Mercury front-end maintainer.
15014
15015 2001-01-09 Mike Stump <mrs@wrs.com>
15016
15017 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
15018 failures of subdirectories.
15019
15020 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
15021
15022 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
15023 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
15024 * ltcf-cxx.sh: Likewise.
15025 * ltcf-gcj.sh: Likewise.
15026 * ltconfig.sh: Fix typo.
15027
15028 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
15029
15030 * configure: handle DOS-style absolute paths.
15031
15032 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
15033
15034 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
15035
15036 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
15037
15038 * MAINTAINERS: Add myself as avr port co-maintainer.
15039
15040 2000-12-28 Ben Elliston <bje@redhat.com>
15041
15042 * MAINTAINERS: Add myself under ``Write After Approval''.
15043
15044 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
15045
15046 * texinfo: Remove directory from GCC.
15047
15048 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
15049
15050 * COPYING: Update to current
15051 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
15052 to 19yy as example year in copyright notice).
15053
15054 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
15055
15056 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
15057 (libstdcxx_incdir): Pass down.
15058 * config.if: Remove expired bits for cxx_interface, add stub.
15059 (libstdcxx_incdir): Add variable for g++ include directory.
15060 * configure.in (gxx_include_dir): Use it.
15061
15062 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
15063
15064 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
15065 with old-email address from ``Write After Approval''.
15066
15067 2000-12-15 Andreas Jaeger <aj@suse.de>
15068
15069 * configure.in: Handle lang_dirs.
15070
15071 2000-12-14 Tom Tromey <tromey@redhat.com>
15072
15073 * MAINTAINERS: Removed brads.
15074
15075 * MAINTAINERS: Added gcj developers.
15076
15077 2000-12-13 Anthony Green <green@redhat.com>
15078
15079 * configure.in: Disable libgcj for any target not specifically
15080 listed. Disable libgcj for x86 and Alpha Linux until compatible
15081 with g++ abi.
15082
15083 2000-12-13 Mike Stump <mrs@wrs.com>
15084
15085 * Makefile.in (local-distclean): Also remove fastjar.
15086
15087 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
15088
15089 * contrib/gcc_update: Add fastjar --touch entries.
15090
15091 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
15092
15093 * configure.in: Disable language-specific target libraries for
15094 languages that aren't enabled.
15095
15096 2000-12-10 Anthony Green <green@redhat.com>
15097
15098 * configure.in: Define libgcj. Disable libgcj target libraries for
15099 most targets.
15100
15101 2000-12-10 Neil Booth <neilb@earthling.net>
15102
15103 * MAINTAINERS: Update mail address, remove from WAA list.
15104
15105 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
15106
15107 * libjava: Imported from /cvs/java.
15108 * libffi: Likewise.
15109 * Boehm-gc: Likewise.
15110
15111 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
15112
15113 * configure.in (target_libs): Revert 2000-12-08 patch.
15114 (noconfigdirs): Added target-libjava.
15115
15116 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
15117
15118 * djunpack.bat: removed.
15119
15120 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
15121
15122 * Makefile.in: handle DOS-style absolute paths.
15123 * config-ml.in: likewise.
15124 * symlink-tree: likewise.
15125
15126 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
15127
15128 * fastjar: Imported.
15129
15130 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
15131
15132 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
15133 libjava.
15134 * configure.in (target_libs): Removed `target-libjava'.
15135
15136 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
15137
15138 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
15139 (ALL_MODULES): Added fastjar.
15140 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
15141 (all-target-libjava): all-fastjar replaces all-zip.
15142 (all-fastjar): Added.
15143 (configure-target-fastjar, all-target-fastjar): Likewise.
15144 * configure.in (host_tools): Added fastjar.
15145
15146 2000-12-07 Mike Stump <mrs@wrs.com>
15147
15148 * Makefile.in (local-distclean): Remove leftover built files.
15149
15150 2000-11-24 Nick Clifton <nickc@redhat.com>
15151
15152 * configure.in (xscale-elf): Add target.
15153 (xscale-coff): Add target.
15154
15155 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
15156
15157 * ltcf-cxx.sh: Support creation of C++ shared libraries on
15158 recent versions of FreeBSD (release 3 or later).
15159 * ltconfig: On FreeBSD, -lc must not be provided when building
15160 a shared library or else the standard -pthread gcc option is
15161 rendered worthless to later users of the built library.
15162
15163 2000-11-16 Fred Fish <fnf@be.com>
15164
15165 * configure.in (enable_libstdcxx_v3): Fix typo,
15166 libstd++ -> libstdc++.
15167
15168 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
15169
15170 * MAINTAINERS: Add self to Write After Approval list.
15171
15172 2000-11-21 Bernd Schmidt <bernds@redhat.com>
15173
15174 * MAINTAINERS: Update my email address. Add myself to global write
15175 privs list.
15176
15177 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
15178
15179 * Makefile.in: Merge with src and libgcj.
15180 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
15181 configure-target-<library> when their configure scripts need the C
15182 or C++ library to have already been built to work properly.
15183 (do_proto_toplev): Set them to an empty string.
15184
15185 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15186 (REALLY_SET_LIB_PATH): Use them.
15187
15188 2000-11-17 Stan Shebs <shebs@apple.com>
15189
15190 * MAINTAINERS: Add self to Write After Approval list.
15191
15192 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
15193
15194 * configure: Provide the original toplevel configure arguments
15195 (including $0) to subprocesses in the environment rather than
15196 through gcc/configargs.h.
15197
15198 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
15199
15200 * MAINTAINERS: Remove references to cccp. Change C9X reference to
15201 C99. Alphabetise "Write After Approval" list.
15202
15203 2000-11-12 Mark Mitchell <mark@codesourcery.com>
15204
15205 * configure: Turn on libstdc++ V3 by default.
15206
15207 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15208 if we've got GCC.
15209
15210 2000-11-11 Philip Blundell <philb@gnu.org>
15211
15212 * MAINTAINERS: Add self to Write After Approval list.
15213
15214 2000-11-09 David Edelsohn <edelsohn@gnu.org>
15215
15216 * ltcf-c.sh (aix4): Improve shared library configuration; require
15217 exporting symbols.
15218 * ltcf-cxx.sh (aix4): Define.
15219 * ltconfig (aix4): Define library and soname specs appropriate for
15220 AIX. Define command to create export symbols list.
15221
15222 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
15223
15224 * config.sub: Add support for Sun Chorus
15225
15226 2000-10-31 Nick Clifton <nickc@redhat.com>
15227
15228 * MAINTAINERS: Rename <name>@cygnus.com addresses to
15229 <name>@redhat.com. Also installed new email address for Clint
15230 Popetz.
15231
15232 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
15233
15234 * etc: Remove directory from GCC.
15235
15236 2000-10-16 Michael Meissner <meissner@redhat.com>
15237
15238 * configure (gcc/configargs.h): Only create if there is a build GCC
15239 directory created.
15240
15241 2000-10-16 Matthias Klose <doko@debian.org>
15242
15243 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15244 when configured for libstdc++-v3.
15245
15246 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
15247
15248 * configure: Save configure arguments to gcc/configargs.h.
15249
15250 2000-10-04 Philipp Thomas <pthomas@suse.de>
15251
15252 * config.guess: Import CVS version 1.157.
15253 * config.sub: Import CVS version 1.181.
15254
15255 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
15256
15257 * Makefile.in (bootstrap): avoid recursion if subdir missing
15258 (cross): ditto
15259 (do-proto-toplev): ditto
15260
15261 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
15262
15263 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15264 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15265
15266 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15267 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
15268 all affected `configure' scripts.
15269
15270 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
15271
15272 * MAINTAINERS: Add self as cpplib co-maintainer.
15273
15274 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
15275
15276 * MAINTAINERS: Add self to Write After Approval list.
15277
15278 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15279
15280 * INSTALL/README: egcs -> GCC update.
15281
15282 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
15283
15284 * MAINTAINERS: Add myself to Write After Approval list.
15285
15286 2000-09-15 Kazu Hirata <kazu@hxi.com>
15287
15288 * MAINTAINERS: Add myself to Write After Approval list.
15289
15290 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
15291
15292 * configure.in: Do not build byacc for hppa64. Provide paths to the
15293 X11 libraries for hppa64.
15294
15295 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15296
15297 * MAINTAINERS: Add myself as 68hc11 port maintainer.
15298
15299 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
15300
15301 * Makefile.in (all-zlib): Added dummy target.
15302
15303 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15304 ltcf-gcj.sh: Updated from libtool multi-language branch.
15305
15306 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
15307
15308 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15309 (bootstrap*): Depend on all-bootstrap.
15310
15311 2000-09-05 Philipp Thomas <pthomas@suse.de>
15312
15313 * config.guess: Import CVS version 1.156.
15314 * config.sub: Import CVS version 1.179.
15315
15316 2000-09-02 Anthony Green <green@cygnus.com>
15317
15318 * Makefile.in (all-gcc): Depend on all-zlib.
15319 (CLEAN_MODULES): Add clean-zlib.
15320 (ALL_MODULES): Add all-zlib.
15321 * configure.in (host_libs): Add zlib.
15322
15323 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
15324
15325 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15326 crosses, but add gcc/include to the header search path for them.
15327
15328 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
15329
15330 * MAINTAINERS: Add self to Write After Approval list.
15331
15332 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15333
15334 * config.guess: Import CVS version 1.152.
15335 * config.sub: Import CVS version 1.177.
15336
15337 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
15338
15339 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15340 $targargs to tell whether newlib is going to be built.
15341
15342 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15343 $$r/TARGET_SUBDIR/libio for _G_config.h.
15344
15345 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
15346
15347 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15348
15349 2000-08-22 DJ Delorie <dj@redhat.com>
15350
15351 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15352
15353 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
15354
15355 * config-ml.in (CC, CXX): Avoid trailing whitespace.
15356 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15357 sub-configures.
15358
15359 2000-08-21 DJ Delorie <dj@redhat.com>
15360
15361 * MAINTAINERS: Add self as a libiberty maintainer
15362
15363 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
15364
15365 * configure.in (libstdcxx_flags): Use
15366 libstdc++-v3/src/libstdc++.INC.
15367
15368 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
15369
15370 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15371
15372 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
15373
15374 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15375
15376 * configure: Make enable_threads and enable_shared defaults
15377 explicit. Substitute enable_threads into generated Makefiles.
15378 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15379 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15380
15381 2000-08-13 Geoff Keating <geoffk@cygnus.com>
15382
15383 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15384
15385 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
15386
15387 * config-ml.in (CC): Remove bogus duplicate quotation mark from
15388 previous delta.
15389
15390 2000-08-11 Jason Merrill <jason@redhat.com>
15391
15392 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15393 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15394 (FLAGS_FOR_TARGET): Not here.
15395 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
15396
15397 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
15398
15399 * config-ml.in (CC, CXX): Don't introduce a leading space.
15400
15401 2000-08-07 DJ Delorie <dj@delorie.com>
15402
15403 * MAINTAINERS: Add self as a DJGPP maintainer
15404
15405 2000-08-07 DJ Delorie <dj@redhat.com>
15406
15407 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15408 "if we're also building gcc, and it's a gcc that will run on the
15409 build machine, we want to use its includes instead of the system's
15410 default includes".
15411
15412 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
15413
15414 * MAINTAINERS: Add self to Write After Approval list.
15415
15416 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
15417
15418 * configure.in (libstdcxx_flags): Don't use `"'.
15419
15420 * config-ml.in: Adjust multilib search paths to the
15421 appropriate multilib tree.
15422
15423 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
15424
15425 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15426 commas in $LANGUAGES.
15427
15428 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
15429
15430 * configure.in: Re-enable all references to libg++ and librx.
15431
15432 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
15433
15434 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15435 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
15436 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15437 * ltcf-cxx.sh (need_lc): Set based on postdeps.
15438
15439 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15440
15441 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
15442
15443 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15444 CXX_FOR_TARGET for sed.
15445
15446 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
15447
15448 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15449 Do not override if already set in the environment or in configure.
15450 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15451 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15452
15453 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
15454
15455 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15456 the libtool CVS tree multi-language branch.
15457 * ltconfig, ltmain.sh: Updated.
15458
15459 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
15460
15461 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15462 (clean-target): Depend on it.
15463
15464 * Makefile.in (FLAGS_FOR_TARGET): New macro.
15465 (GCC_FOR_TARGET): Use it.
15466 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15467 * configure.in: ... here.
15468 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
15469 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15470
15471 2000-07-24 Eric Christopher <echristo@cygnus.com>
15472
15473 * MAINTAINERS: Add self to Write After Approval list.
15474
15475 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
15476
15477 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15478 (configure-target-libchill, configure-target-libobjc): Likewise.
15479
15480 * configure.in: Use the same cache file for all target libs.
15481 * config-ml.in: But different cache files per multilib variant.
15482
15483 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
15484
15485 * configure (topsrcdir): Don't use dirname.
15486
15487 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
15488
15489 * MAINTAINERS: Add self to Write After Approval list.
15490
15491 2000-07-20 Jason Merrill <jason@redhat.com>
15492
15493 * configure.in: Remove all references to libg++ and librx.
15494
15495 * configure, configure.in, Makefile.in: Unify gcc and binutils.
15496
15497 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
15498
15499 * config.sub: Update to subversions version 2000-07-06.
15500
15501 2000-07-12 Andrew Haley <aph@cygnus.com>
15502
15503 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15504 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15505
15506 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
15507
15508 * symlink-tree: Check number of arguments.
15509
15510 2000-07-05 Jim Wilson <wilson@cygnus.com>
15511
15512 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15513 search path for a g++ extracted from the build tree. This
15514 will allow link tests run by configure scripts in
15515 subdirectories to succeed.
15516
15517 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
15518
15519 * ltconfig: Add support for mips-dde-sysv4.2MP
15520
15521 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15522
15523 * MAINTAINERS: Add myself as loop discovery maintainer.
15524
15525 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
15526
15527 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15528 `os2'. Force ac_cv_exeext to be ".exe" in that case.
15529
15530 2000-06-19 Timothy Wall <twall@cygnus.com>
15531
15532 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15533 * config.sub: Add tic54x target.
15534
15535 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15536
15537 * MAINTAINERS: Add self as Fortran maintainer,
15538 remove Craig Burley.
15539
15540 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
15541
15542 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15543 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15544
15545 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15546
15547 * MAINTAINERS: Add self as i18n maintainer
15548
15549 20000-05-21 H.J. Lu (hjl@gnu.org)
15550
15551 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15552 directory are used if they exist. Make sure
15553 $(build_tooldir)/include is searched for header files,
15554 $(build_tooldir)/lib/ for library files.
15555 (GCC_FOR_TARGET): Likewise.
15556 (CXX_FOR_TARGET): Likewise.
15557
15558 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15559
15560 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15561
15562 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
15563
15564 * Makefile.in (configure-target-libiberty): Depend on
15565 configure-target-newlib.
15566
15567 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15568
15569 * configure.in, Makefile.in: Merge all libffi-related
15570 configury stuff from the libgcj tree.
15571
15572 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15573
15574 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15575 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15576
15577 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15578
15579 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15580 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15581 current version information. Add to proto-toplev directory.
15582 (gdb-taz): Build do-djunpack.
15583
15584 2000-05-15 David Edelsohn <edelsohn@gnu.org>
15585
15586 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15587
15588 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15589
15590 * MAINTAINERS: Add self to Write After Approval list.
15591
15592 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15593
15594 * ltmain.sh: Preserve in relink_command any environment
15595 variables that may affect the linker behavior.
15596
15597 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15598
15599 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15600
15601 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15602
15603 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15604
15605 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15606
15607 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15608 with the version name.
15609
15610 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15611
15612 * MAINTAINERS: Add self as bb-reorder maintainer.
15613
15614 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15615
15616 * config.if: Tweak.
15617
15618 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15619
15620 * djunpack.bat: New file.
15621
15622 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15623
15624 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15625 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15626 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15627 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15628
15629 2000-04-16 Dave Pitts <dpitts@cozx.com>
15630
15631 * config.sub (case $basic_machine): Change default for "ibm-*"
15632 to "openedition".
15633
15634 2000-04-13 Andreas Jaeger <aj@suse.de>
15635
15636 * MAINTAINERS: Added myself.
15637
15638 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15639
15640 * Makefile.in (gdb-taz): New target. GDB specific archive.
15641 (do-md5sum): New target.
15642 (MD5PROG): Define.
15643 (PACKAGE): Default to TOOL.
15644 (VER): Default to a shell script.
15645 (taz): Rewrite target. Move real work to do-proto-toplev. Include
15646 md5 checksum generation.
15647 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15648 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15649 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15650 insight.tar.bz2): Use gdb-taz to create archive.
15651
15652 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15653
15654 * configure (warn_cflags): Delete.
15655
15656 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15657
15658 * MAINTAINERS: Added myself.
15659
15660 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
15661 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
15662
15663 * configure.in (enable_libstdcxx_v3): Add.
15664 (target_libs): Add bits here to switch between libstdc++-v2 and
15665 libstdc++-v3.
15666 * config.if: And this file too.
15667 * Makefile.in: Add libstdc++-v3 targets.
15668
15669 2000-04-05 Michael Meissner <meissner@redhat.com>
15670
15671 * config.sub (d30v): Add d30v as a basic machine type.
15672
15673 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
15674
15675 * configure.in: -linux-gnu*, not -linux-gnu.
15676
15677 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15678
15679 * MAINTAINERS: Add self in write-after-approval section.
15680
15681 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15682
15683 * MAINTAINERS: Add self as ia64 port maintainer.
15684
15685 2000-03-08 Neil Booth <NeilB@earthling.net>
15686
15687 * MAINTAINERS: Add self in write-after-approval section.
15688
15689 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
15690
15691 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15692 (do-tar-bz2): Replace TOOL with PACKAGE.
15693 (gdb.tar.bz2): Remove GDBTK from GDB package.
15694 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15695 dejagnu.tar.bz2): New packages.
15696
15697 2000-02-27 Andreas Jaeger <aj@suse.de>
15698
15699 * configure.in: Add entry for mips*-*-linux*, move catch all
15700 *-*-*linux* entry below this one.
15701
15702 2000-02-27 Ian Lance Taylor <ian@zembu.com>
15703
15704 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15705
15706 2000-02-24 Nick Clifton <nickc@cygnus.com>
15707
15708 * config.sub: Support an OS of "wince".
15709
15710 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15711
15712 * config.guess, config.sub: Updated to match config's 2000-02-15
15713 version.
15714
15715 2000-02-23 Linas Vepstas <linas@linas.org>
15716
15717 * config.sub: Add support for Linux/IBM 370.
15718 * configure.in: Likewise.
15719
15720 2000-02-22 Nick Clifton <nickc@cygnus.com>
15721
15722 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15723
15724 2000-02-20 Christopher Faylor <cgf@cygnus.com>
15725
15726 * config.guess: Guess "cygwin" rather than "cygwin32".
15727
15728 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15729
15730 * configure (gcc_version): When setting, narrow search to
15731 lines containing `version_string'.
15732
15733 2000-02-15 Denis Chertykov <denisc@overta.ru>
15734
15735 * config.sub: Add support for avr target.
15736
15737 2000-02-14 Nick Clifton <nickc@cygnus.com>
15738
15739 * MAINTAINERS: Add maintainers for MCore port.
15740
15741 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15742
15743 * config.sub: Add mmix-knuth-mmixware.
15744
15745 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15746
15747 * MAINTAINERS: Pair cccp with cpplib maintainership.
15748
15749 2000-01-27 Christopher Faylor <cgf@redhat.com>
15750
15751 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15752 structure stuff to -L library search.
15753 (CXX_FOR_TARGET): Ditto.
15754 (CROSS_CHECK_MODULES): Fix spelling mistake.
15755
15756 2000-01-24 Mark Mitchell <mark@codesourcery.com>
15757
15758 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15759 the C++ compiler.
15760
15761 2000-01-12 Richard Henderson <rth@cygnus.com>
15762
15763 * configure.in: Don't build some bits for beos.
15764
15765 2000-01-12 Joel Sherrill (joel@OARcorp.com)
15766
15767 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15768 as include files.
15769
15770 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15771
15772 * Add self as cpplib maintainer, as requested by Jason
15773 Merrill. Correct my e-mail address.
15774
15775 2000-01-06 Geoff Keating <geoffk@cygnus.com>
15776
15777 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15778 not mh-aix43.
15779
15780 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15781
15782 * MAINTAINERS: Add myself to "write after approval" list.
15783
15784 1999-12-14 Richard Henderson <rth@cygnus.com>
15785
15786 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15787 * config.sub: Accept alphaev[78], alphaev8.
15788
15789 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15790
15791 * config.guess, config.sub: Update from autoconf.
15792
15793 1999-11-29 Bruce Korb <autogen@linuxbox.com>
15794
15795 * MAINTAINERS: update my playtime e-address.
15796
15797 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15798
15799 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15800 necessary libraries are missing.
15801
15802 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
15803
15804 * MAINTAINERS: Add new 'write after approval' maintainer.
15805
15806 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15807
15808 * MAINTAINERS: Add new Java maintainer.
15809
15810 1999-10-25 Andreas Schwab <schwab@suse.de>
15811
15812 * configure: Fix quoting inside arguments of eval.
15813
15814 1999-10-21 Nick Clifton <nickc@cygnus.com>
15815
15816 * config-ml.in: Allow suppression of some ARM multilibs.
15817
15818 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15819
15820 * config.guess: Add OS/390 match pattern.
15821 * config.sub: Add mvs, openedition targets.
15822 * configure.in (i370-ibm-opened*): New.
15823
15824 1999-09-04 Steve Chamberlain <sac@pobox.com>
15825
15826 * config.sub: Add support for configuring for pj.
15827
15828 1999-08-31 Nick Clifton <nickc@cygnus.com>
15829
15830 * config.sub (maybe_os): Add support for configuring for fr30.
15831
15832 1999-08-25 Nick Clifton <nickc@cygnus.com>
15833
15834 * configure.in: Do not configure or build ld for AIX
15835 platforms. ld is known to be broken on these platforms.
15836
15837 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15838
15839 * config-ml.in: Pass compiler flag corresponding to multidirs to
15840 subdir configures.
15841
15842 1999-08-09 Ian Lance Taylor <ian@zembu.com>
15843
15844 * Makefile.in (LDFLAGS): Define.
15845
15846 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15847
15848 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15849 noconfigdirs.
15850 (*-*-cygwin*): Likewise.
15851
15852 1999-08-08 Ian Lance Taylor <ian@zembu.com>
15853
15854 * mkdep: New file.
15855 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15856 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15857
15858 From Eli Zaretskii <eliz@is.elta.co.il>:
15859 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15860 long file name when using DJGPP on MS-DOS.
15861
15862 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15863
15864 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15865
15866 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15867
15868 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15869 dependency as this causes "make check" to globally "make all"
15870
15871 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15872
15873 * configure.in (target_libs): Added target-zlib.
15874 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15875 (CONFIGURE_TARGET_MODULES): Likewise.
15876 (CHECK_TARGET_MODULES): Likewise.
15877 (INSTALL_TARGET_MODULES): Likewise.
15878 (CLEAN_TARGET_MODULES): Likewise.
15879 (configure-target-zlib): New target.
15880 (all-target-zlib): Likewise.
15881 (all-target-libjava): Depend on all-target-zlib.
15882 (configure-target-libjava): Depend on configure-target-zlib.
15883
15884 * Makefile.in (configure-target-libjava): Depend on
15885 configure-target-newlib.
15886 (configure-target-boehm-gc): New target.
15887 (configure-target-qthreads): New target.
15888
15889 * configure.in (target_libs): Added target-qthreads.
15890 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15891 (CONFIGURE_TARGET_MODULES): Likewise.
15892 (CHECK_TARGET_MODULES): Likewise.
15893 (INSTALL_TARGET_MODULES): Likewise.
15894 (CLEAN_TARGET_MODULES): Likewise.
15895 (all-target-qthreads): New target.
15896 (configure-target-libjava): Depend on configure-target-qthreads.
15897 (all-target-libjava): Depend on all-target-qthreads.
15898
15899 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15900 (CONFIGURE_TARGET_MODULES): Likewise.
15901 (CHECK_TARGET_MODULES): Likewise.
15902 (INSTALL_TARGET_MODULES): Likewise.
15903 (CLEAN_TARGET_MODULES): Likewise.
15904 (all-target-libjava): New target.
15905 (all-target-boehm-gc): Likewise.
15906 * configure.in (target_libs): Added libjava, boehm-gc.
15907
15908 1999-07-22 Ian Lance Taylor <ian@zembu.com>
15909
15910 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15911 configure.bat in SUPPORT_FILES.
15912 (gas+binutils.tar.bz2): Likewise.
15913
15914 * makeall.bat: Remove; obsolete.
15915
15916 1999-07-21 Ian Lance Taylor <ian@zembu.com>
15917
15918 From Mark Elbrecht:
15919 * configure.bat: Remove; obsolete.
15920
15921 1999-07-11 Ian Lance Taylor <ian@zembu.com>
15922
15923 * configure: Add -W -Wall to the default CFLAGS when compiling with
15924 gcc.
15925
15926 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15927
15928 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15929
15930 1999-06-30 Mark Mitchell <mark@codesourcery.com>
15931
15932 * configure.in: Build ld on IRIX6.
15933
15934 1999-06-12 Ian Lance Taylor <ian@zembu.com>
15935
15936 * Makefile.in: Change distribution targets to use bzip2 instead of
15937 gzip.
15938 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15939 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15940
15941 1999-06-04 Nick Clifton <nickc@cygnus.com>
15942
15943 * config.sub: Add mcore target.
15944
15945 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15946
15947 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15948
15949 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15950
15951 * config.guess (dummy): Changed to $dummy.
15952
15953 1999-05-24 Nick Clifton <nickc@cygnus.com>
15954
15955 * config.sub: Tidied up case statements.
15956
15957 1999-05-22 Ben Elliston <bje@cygnus.com>
15958
15959 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15960 <jiro@din.or.jp>.
15961
15962 * config.guess: Merge with FSF version. Future changes will be
15963 more accurately recorded in this ChangeLog.
15964 * config.sub: Likewise.
15965
15966 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15967
15968 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15969
15970 1999-04-30 Tom Tromey <tromey@cygnus.com>
15971
15972 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15973
15974 1999-04-23 Tom Tromey <tromey@cygnus.com>
15975
15976 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15977
15978 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
15979
15980 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15981 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15982 Bad merge removed these two changes.
15983
15984 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
15985 Martin Heller (Ing.-Buero_Heller@t-online.de)
15986
15987 * config.guess (interix Alpha): Add.
15988
15989 1999-04-11 Richard Henderson <rth@cygnus.com>
15990
15991 * configure.in (i?86-*-beos*): Do config gperf; don't config
15992 gdb, newlib, or libgloss.
15993
15994 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
15995
15996 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15997 link a trivial program with -mabi=64. If it fails, remove mabi=64
15998 from multidirs.
15999
16000 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
16001
16002 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
16003
16004 1999-04-08 Nick Clifton <nickc@cygnus.com>
16005
16006 * config.sub: Add support for mcore targets.
16007
16008 1999-04-07 Michael Meissner <meissner@cygnus.com>
16009
16010 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
16011 not mt-ospace, in order to shut up assembler warning about using
16012 symbols that are named the same as registers.
16013
16014 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
16015
16016 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
16017 dependency list for all-target-cygmon.
16018
16019 1999-04-05 Doug Evans <devans@casey.cygnus.com>
16020
16021 * config-ml.in: Check $host, not $target, for selective multilibs.
16022 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
16023 thumb interworking, and underscore prefix multilibs.
16024
16025 1999-04-04 Ian Lance Taylor <ian@zembu.com>
16026
16027 * missing: Update to version from current automake.
16028
16029 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
16030
16031 * configure (gxx_include_dir): Removed.
16032
16033 * configure.in (gxx_include_dir): Handle it.
16034 * Makefile.in: Likewise.
16035
16036 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
16037
16038 * config.sub (mips64vr4111,mips64vr4111el) Add.
16039
16040 1999-03-21 Ben Elliston <bje@cygnus.com>
16041
16042 * config.guess: Correct typo for detecting ELF on FreeBSD.
16043
16044 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
16045
16046 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
16047 config/mh-djgpp.
16048
16049 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
16050
16051 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
16052 all-target-newlib to dependency list for all-target-bsp.
16053
16054 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
16055
16056 * config.sub: Add i386-uwin support.
16057 * config.guess: Likewise.
16058
16059 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16060
16061 * configure.in: cleanup, add mh-*pic handling for arm, special
16062 case powerpc*-*-aix*
16063
16064 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
16065
16066 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
16067 can be built.
16068
16069 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
16070
16071 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
16072 targets.
16073
16074 1999-03-02 Nick Clifton <nickc@cygnus.com>
16075
16076 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
16077
16078 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
16079
16080 * config.sub: Check for "cygwin*" rather than "cygwin32*"
16081
16082 1999-02-24 Nick Clifton <nickc@cygnus.com>
16083
16084 * config.sub: Fix typo in arm recognition.
16085
16086 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
16087
16088 * configure.in (noconfigdirs): Changed target_configdirs to
16089 include target-bsp only for m68k-*-elf* and m68k-*-coff*
16090 rather than m68k-*-* since it is not known to work on
16091 m68k-aout. Ditto for arm-*-*oabi.
16092
16093 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
16094
16095 * configure.in (*-*-windows*): Remove, no longer used.
16096
16097 1999-02-19 Ben Elliston <bje@cygnus.com>
16098
16099 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
16100 Smart and improved by Andrew Cagney.
16101
16102 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
16103
16104 * config.guess: Recognize openbsd-*-hppa.
16105
16106 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
16107
16108 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
16109 only if it is not empty.
16110
16111 1999-02-17 Nick Clifton <nickc@cygnus.com>
16112
16113 Patch from: Scott Bambrough <scottb@corelcomputer.com>
16114
16115 * config.guess: Modified to recognize uname's armv* syntax.
16116
16117 * config.sub: Modified to recognize uname's armv* syntax.
16118
16119 1999-02-17 Mark Salter <msalter@cygnus.com>
16120
16121 * configure.in: Added target-bsp for sparclite.
16122
16123 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
16124
16125 * config.sub: Recognize alphapca5[67] and up to alphaev8.
16126
16127 1999-02-08 Nick Clifton <nickc@cygnus.com>
16128
16129 * configure.in: Add support for strongarm port.
16130 * config.sub: Add support for strongarm target.
16131
16132 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
16133
16134 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
16135 the old name config/mh-cygwin32.
16136 Enable texinfo.
16137
16138 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
16139
16140 * configure.in: Do build ld for ix86 Solaris.
16141
16142 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
16143
16144 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
16145 $AR_FOR_TARGET. Likewise for RANLIB.
16146
16147 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
16148
16149 * config.sub (oabi): Recognize.
16150 * configure.in (arm-*-oabi): Handle.
16151
16152 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
16153
16154 * config.guess: Improve detection of i686 on UnixWare 7.
16155
16156 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
16157
16158 * config.guess: Add support for i386-pc-interix.
16159 * config.sub: Likewise.
16160 * configure.in: Likewise.
16161
16162 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
16163
16164 * Makefile.in: Remove unneeded all-target-libio from
16165 from all-target-winsup target since it is now unneeded.
16166 Add all-target-libtermcap in its place since it is now
16167 needed.
16168
16169 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
16170
16171 * configure.in: makefile stub for cygwin target is probably
16172 unnecessary. Remove it for now.
16173
16174 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
16175
16176 * configure.in: libtermcap.a should be built when cygwin is the
16177 target as well as the host.
16178 * config.guess: Allow mixed case in cygwin uname output.
16179 * Makefile.in: Add libtermcap target.
16180
16181 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
16182
16183 * config.sub: Clean up handling of hppa2.0.
16184
16185 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
16186
16187 * config.guess: Use C code to identify more HP machines.
16188
16189 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
16190
16191 * config.sub: Handle hppa2.0.
16192
16193 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
16194
16195 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
16196 cygmon for all sparclite targets, regardless of object format.
16197
16198 1998-12-15 Mark Salter <msalter@cygnus.com>
16199
16200 * configure.in: Added target-bsp for several target architectures.
16201
16202 * Makefile.in: Added rules for bsp.
16203
16204 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
16205
16206 * config.guess: Improve detection of hppa2.0 processors.
16207
16208 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
16209
16210 * config.guess: Recognize FreeBSD using ELF automatically.
16211
16212 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
16213
16214 * configure (skip-this-dir): Add handling for new shell script, which
16215 might be created by a sub-directory's configure to indicate, this particular
16216 directory is "unwanted".
16217 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16218
16219 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
16220
16221 * ltconfig: import from libtool, after changing libtool to
16222 account for the cygwin name change.
16223
16224 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
16225
16226 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16227 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16228
16229 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
16230
16231 * configure.in: Add libtermcap to list of cygwin dependencies.
16232
16233 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
16234
16235 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16236 they include winsup/include when it's a cygwin target.
16237
16238 1998-11-12 Tom Tromey <tromey@cygnus.com>
16239
16240 * configure.in (host_tools): Added zip.
16241 * Makefile.in (all-target-libjava): Depend on all-zip.
16242 (all-zip): New target.
16243 (ALL_MODULES): Added all-zip.
16244 (NATIVE_CHECK_MODULES): Added check-zip.
16245 (INSTALL_MODULES): Added install-zip.
16246 (CLEAN_MODULES): Added clean-zip.
16247
16248 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
16249
16250 * Makefile.in: lose "32" from comment about cygwin.
16251
16252 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
16253
16254 * configure.in: Use -Os to build target libraries for the fr30.
16255
16256 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
16257
16258 * config.sub: Add fr30.
16259
16260 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
16261
16262 * configure.in: drop "32" from config/mh-cygwin32. Check
16263 cygwin* instead of cygwin32*.
16264 * config.sub: Check cygwin* instead of cygwin32*.
16265
16266 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
16267
16268 * config.guess: Match any version of Unixware7.
16269
16270 1998-10-20 Syd Polk <spolk@cygnus.com>
16271
16272 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16273 if desired.
16274
16275 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
16276
16277 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16278 these if the appropriate directories and files to not exist.
16279
16280 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
16281
16282 * Makefile.in (DEVO_SUPPORT): Add config.if.
16283
16284 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
16285
16286 * configure: Add pattern to replace "build_tooldir"'s
16287 definition in the generated Makefile with "tooldir"'s
16288 actual value.
16289
16290 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
16291
16292 * config.sub: Bring back lost sparcv9.
16293
16294 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16295
16296 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
16297
16298 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16299 CC_FOR_TARGET and friends.
16300
16301 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16302
16303 * Makefile.in (build_tooldir): New variable, same as tooldir.
16304 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16305 -B$(build_tooldir)/bin/.
16306 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
16307
16308 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16309
16310 * README: Remove installation instructions and refer to the
16311 INSTALL directory instead.
16312
16313 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
16314
16315 * config.sub: Add support for i[34567]86-pc-udk.
16316 * configure.in: Likewise.
16317
16318 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
16319
16320 * Makefile.in: add bzip2 package building bits for user
16321 tools module
16322 * configure.in: ditto
16323
16324 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
16325
16326 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16327 (ALL_TARGET_MODULES): Add all-target-libobjc.
16328 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16329 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16330 (all-target-libchill): Add dependencies.
16331 * configure.in (target_libs): Add libchill.
16332
16333 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
16334
16335 * configure.in (target_subdir): Remove duplicate line.
16336
16337 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
16338
16339 * Makefile.in (all-automake): fix dependencies.
16340
16341 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
16342
16343 * configure.in: Minor cleanups for building in the $(target_alias)
16344 subdir.
16345
16346 1998-09-22 Jim Wilson <wilson@cygnus.com>
16347
16348 * Makefile.in (bootstrap): Set r and s before make all. Use
16349 BASE_FLAGS_TO_PASS in make all.
16350 (cross): Likewise.
16351
16352 1998-09-20 Mark Mitchell <mark@markmitchell.com>
16353
16354 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16355
16356 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
16357
16358 * config.sub: Fix typo in last change.
16359
16360 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16361
16362 * config.sub: Add support for C4x target.
16363 * configure.in: Likewise.
16364
16365 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
16366
16367 * config.sub: Recognize sparcv9 just like sparc64.
16368
16369 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
16370
16371 * config.guess: Match "Pent II" or "PentII" for OpenServer.
16372
16373 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
16374
16375 * config.guess: Correctly identify Pentium II sco boxes.
16376
16377 * config.guess: Fix "tr" code. From Weiwen Liu.
16378
16379 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
16380
16381 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16382 stabs.
16383
16384 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
16385
16386 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16387 (ALL_TARGET_MODULES): Add all-target-libchill.
16388 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16389 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16390 (all-target-libchill): Add dependencies.
16391 * configure.in (target_libs): Add libchill.
16392
16393 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16394
16395 * config.guess: Avoid assumptions about "tr" behaves when
16396 LANG is set to something other than English.
16397
16398 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
16399
16400 * configure (gxx_include_dir): Changed to
16401 '${prefix}/include/g++'-${libstdcxx_interface}.
16402
16403 * config.if: New to determine the interfaces.
16404
16405 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
16406
16407 * config.guess: Detect and handle MPE/IX.
16408 * config.sub: Deal with MPE/IX.
16409
16410 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
16411
16412 * configure.in: Use mh-aix43.
16413
16414 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
16415
16416 * configure: Fix --without/--disable cases for gxx-include-dir.
16417
16418 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
16419
16420 * mdata-sh: Imported. Needed for automake support.
16421
16422 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
16423
16424 * Makefile.in (taz): Try "chmod -R og=u ." before
16425 "chmod og=u `find . -print`".
16426
16427 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
16428
16429 * configure.in: Add arm-elf and thumb-elf support.
16430
16431 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
16432
16433 * Makefile.in: Undo previous patch.
16434
16435 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
16436
16437 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16438 to here ...
16439 (install-no-fixedincludes): and here
16440 (INSTALL_MODULES): ... from here.
16441
16442 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
16443
16444 * config.sub: Merge with FSF.
16445
16446 * config.guess: Merge with FSF.
16447
16448 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
16449
16450 * configure (extraconfigdirs): New variable.
16451 (SUBDIRS): Add extraconfigdirs and recurse on them too.
16452 * Makefile.in (all): Move higher in file.
16453 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16454 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16455 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16456 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16457 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16458
16459 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
16460
16461 * Makefile.in (all-target-libjava): Depend on all-gcc and
16462 all-target-newlib.
16463 (configure-target-libjava): Depend on $(ALL_GCC).
16464
16465 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
16466
16467 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16468 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16469
16470 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
16471
16472 * INSTALL/README: Fix typo.
16473
16474 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
16475
16476 * ylwrap: Change absolute path checks to check for DOS style path
16477 names.
16478
16479 * ylwrap: Don't use a full path name if the source file is in the
16480 same directory. From hjl@lucon.org (H.J. Lu).
16481
16482 * config-ml.in: Default to being verbose, to match Feb 18 change to
16483 configure.
16484
16485 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
16486
16487 Brought over from egcs:
16488
16489 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16490
16491 * configure.in (target_subdir): Set to ${target_alias} instead
16492 of "libraries".
16493
16494 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16495
16496 * configure.in (target_subdir): Set to libraries if enable_multilib.
16497
16498 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
16499
16500 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16501 multilibs, force reconfiguration the first time we create
16502 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16503
16504 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
16505
16506 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16507 avoid confusion with --no-recursion.
16508
16509 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
16510
16511 * configure.in: Win32 hosts shouldn't use install -x
16512 * install-sh: remove -x option, and special .exe-handling
16513 hack.
16514
16515 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
16516
16517 * config.guess: Recognize i586-pc-beos.
16518 * configure.in: Don't build some bits for beos.
16519
16520 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
16521
16522 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16523 CFLAGS default to -O2.
16524
16525 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16526 when using GNU ld.
16527
16528 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
16529
16530 * ltmain.sh: Correct install when using a different shell.
16531
16532 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16533
16534 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16535
16536 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16537
16538 * makefile.vms: Update to build binutils/makefile.vms. Add install
16539 target.
16540
16541 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16542
16543 * ltconfig: Update to correct AIX handling.
16544
16545 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16546
16547 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16548
16549 * configure.in (target_subdir): Set to ${target_alias} instead
16550 of "libraries".
16551
16552 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16553
16554 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16555 (Makefile): Depend on $(gcc_version_trigger).
16556
16557 * configure (gcc_version): Change default initializer to empty
16558 string.
16559 (gcc_version_trigger): New variable; pass this variable down
16560 to subdir configures to enable them checking gcc's version
16561 themselves. Emit make macros for both gcc_version vars.
16562 (topsrcdir): Initialize reliably.
16563 (recursion line): Remove --with-gcc-version=${gcc_version}.
16564
16565 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16566
16567 * configure (enable_version_specific_runtime_libs): Implement new flag
16568 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16569 in $(libsubdir); emit definition in each generated Makefile.
16570 (gxx_include_dir): Initialize depending on
16571 $enable_version_specific_runtime_libs.
16572
16573 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16574
16575 * configure (gcc_version): Initialize properly depending on
16576 how and where configure is started.
16577 (recursion line): Pass a --with-gcc-version=${gcc_version}
16578 to configures in subdirs.
16579
16580 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16581
16582 * configure.in (noconfigdirs): Add configure pattern for mips tx39
16583 cygmon
16584
16585 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16586
16587 * configure.in: Add cygmon and libstub support for mn10200.
16588
16589 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16590
16591 * configure (gcc_version): Add new variable describing the
16592 particular gcc version we're building.
16593 * Makefile.in (libsubdir): Add new macro for the directory
16594 in which the compiler finds executables, libraries, etc.
16595 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16596 and libsubdir.
16597
16598 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16599
16600 * Makefile.in (local-clean): Remove *.log.
16601 (warning.log): Built with warn_summary from build.log.
16602 (mail-report.log): Run test_summary.
16603 (mail-report-with-warnings.log): Run test_summary including
16604 warning.log in the report.
16605
16606 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16607
16608 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16609
16610 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16611
16612 * Makefile.in (grep): Grep no longer depends on libiberty.
16613
16614 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16615
16616 * Makefile.in: all-snavigator needs all-libgui.
16617
16618 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16619
16620 * configure.in: Add cygmon and libstub support for mn10300.
16621
16622 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16623
16624 * missing: Update to version from automake 1.3.
16625
16626 * ltmain.sh: On installation, don't get confused if the same name
16627 appears more than once in the list of library names.
16628
16629 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16630
16631 * config.sub: Accept m68060 and m5200 as CPU names.
16632
16633 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16634
16635 * configure: Use && rather than using -a in test, because odd
16636 strings can confuse test.
16637 * configure.in: Likewise.
16638
16639 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16640
16641 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16642
16643 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16644
16645 * Makefile.in (boostrap2-lean, bootstrap3-lean,
16646 bootstrap4-lean): New targets.
16647
16648 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16649
16650 * mpw-* Delete. Not used.
16651
16652 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16653
16654 * COPYING.LIB: Update FSF address.
16655
16656 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16657
16658 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16659
16660 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16661 GAS_SUPPORT_DIRS.
16662
16663 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16664
16665 * ltconfig, ltmain.sh: Avoid producing a version number if
16666 -version-info was not used.
16667
16668 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16669
16670 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16671 building with newlib.
16672
16673 1998-04-30 Paul Eggert <eggert@twinsun.com>
16674
16675 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16676 Solaris `make' causes it to continue to next definition.
16677
16678 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16679
16680 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16681 the right GUI libraries and files are installed along with GDB.
16682
16683 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16684
16685 * configure.in: Change alpha to alpha* in several places.
16686
16687 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16688
16689 * config.sub: Recognize sparc86x.
16690
16691 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16692
16693 * configure.in (--enable-target-optspace): Remove debug echo.
16694
16695 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16696
16697 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16698
16699 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16700
16701 * ltconfig: Update cygwin32 support.
16702
16703 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16704 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16705 (GDB_SUPPORT_DIRS): Likewise.
16706
16707 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16708
16709 * configure.in (target_makefile_frag): If --enable-target-optspace,
16710 use -Os to compile target libraries rather than -O2. Default to
16711 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16712 not used.
16713 * configure.in (target_cflags): Ditto for d30v.
16714
16715 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16716
16717 * Makefile.in (all-bfd): Depend on all-intl.
16718 (all-binutils): Likewise.
16719 (all-gas): Likewise.
16720 (all-gprof): Likewise.
16721 (all-ld): Likewise.
16722
16723 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
16724
16725 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16726
16727 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16728
16729 * Makefile.in (all-bfd): Depend upon all-libiberty.
16730
16731 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16732
16733 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16734
16735 * Makefile.in: Add libstub.
16736
16737 * configure.in: Ditto. Build libstub for targets that have cygmon
16738 support.
16739
16740 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16741
16742 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16743
16744 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16745
16746 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16747 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16748
16749 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16750
16751 * configure: Define DEFAULT_M4 by searching PATH.
16752 * Makfile.in: Use DEFAULT_M4.
16753
16754 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16755
16756 * ltconfig: Add cygwin32 support.
16757
16758 * Makefile.in, configure.in: Add libtool as a native only directory
16759 to configure and build.
16760
16761 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16762
16763 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16764
16765 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
16766
16767 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16768
16769 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16770
16771 * Makefile.in: add ash make rules
16772 * configure.in: add ash to native_only and host_tools lists
16773
16774 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16775
16776 * Makefile.in (all-gettext, all-intl): New targets.
16777 (ALL_MODULES): Added all-gettext, all-intl.
16778 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16779 (INSTALL_MODULES): Added install-gettext, install-intl.
16780 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16781
16782 * configure.in (host_tools): Added gettext.
16783 (native_only): Likewise.
16784 (noconfigdirs) [various cases]: Likewise.
16785 (host_libs): Added intl.
16786
16787 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16788
16789 * configure: Do not disable building gdbtk for cygwin32 hosts.
16790
16791 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16792
16793 * configure.in: Add thumb-coff target.
16794 * config.sub: Add thumb-coff target.
16795
16796 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16797
16798 * Makefile.in: Revert yesterday's change.
16799 (all-target-winsup): all-target-librx stays out of here.
16800
16801 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16802
16803 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16804 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16805 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16806 Remove references to librx and libg++.
16807
16808 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16809
16810 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16811 recursive makes
16812
16813 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16814
16815 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16816 for newlib directory.
16817 (CXX_FOR_TARGET): Likewise.
16818
16819 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16820
16821 * ltconfig: Update after libtool/ltconfig.in change for
16822 hpux11.
16823
16824 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16825
16826 * ltconfig, ltmain.sh: Update to libtool 1.2.
16827
16828 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16829
16830 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16831 (install-gcc-cross): Instead, override LANGUAGES here.
16832
16833 1998-03-18 Dave Love <d.love@dl.ac.uk>
16834
16835 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16836 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16837
16838 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16839
16840 * configure.in: Add Thumb-pe target.
16841
16842 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
16843
16844 * Makefile.in - changed sn targets to snavigator
16845 * configure.in - changed sn targets to snavigator
16846
16847 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16848
16849 * config-ml.in: After building symlink tree call make distclean
16850 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16851 to be the case for libiberty.
16852
16853 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16854
16855 * configure: When making link, also check the current
16856 directory. The configure scripts may create one.
16857
16858 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16859
16860 * config.sub: Accept alphapca56 and alphaev6 properly.
16861
16862 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16863
16864 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16865
16866 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16867
16868 * config.sub (sco5): Fix typo.
16869
16870 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16871
16872 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16873 install-itcl.
16874 (install-itcl): Remove dependency on install-tcl.
16875
16876 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16877
16878 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16879
16880 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16881
16882 * configure.in: Don't build libgui for a cygwin32 target when not on
16883 a cygwin32 host.
16884
16885 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16886
16887 * configure (redirect): Set to null, so default behavior of
16888 configure is now --verbose.
16889
16890 1998-02-16 Dave Love <d.love@dl.ac.uk>
16891
16892 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16893 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16894
16895 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16896
16897 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16898 this change to sync Makefile.in with its ChangeLog entries.
16899
16900 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16901
16902 * ltmain.sh (mkdir): Check that the directory doesn't exist
16903 before we exit with error, so that we don't get races during
16904 parallel builds.
16905
16906 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16907
16908 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16909
16910 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16911
16912 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16913 PICFLAG_FOR_TARGET.
16914 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16915
16916 * configure: Emit a definition for the new macro enable_shared
16917 into each Makefile.
16918
16919 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16920
16921 * configure.in (host_tools, native_only): Add libtool.
16922
16923 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16924
16925 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16926 Fix typo in ming config comment.
16927
16928 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16929
16930 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16931
16932 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16933
16934 * config.sub: Add tic30 cases, and map c30 to tic30.
16935
16936 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16937
16938 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16939 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16940 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16941 (CLEAN_TARGET_MODULES): Similarly
16942 (all-target-libf2c): Add dependences.
16943 * configure.in (target_libs): Add libf2c.
16944
16945 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16946
16947 * configure.in: Remove expect from noconfigdirs when target
16948 is cygwin32. OK to build expect and dejagnu with Canadian
16949 Cross.
16950
16951 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16952
16953 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16954 host.
16955
16956 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16957 and mingw32.
16958
16959 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16960
16961 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16962 here as it is not defined in the toplevel Makefile.
16963
16964 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16965
16966 * configure (package_makefile_rules_frag): New variable, which names
16967 a file with generic rules, ...
16968 Change comment to mention we now have FIVE parts.
16969 * configure: Undo last change.
16970
16971 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16972
16973 * config.guess: More accurate determination of HP processor types.
16974 * config.sub: More accurate determination of HP processor types.
16975
16976 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16977
16978 * configure (package_makefile_frag): Move inserting the
16979 ${package_makefile_frag} to where it should be according
16980 to the comment.
16981
16982 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16983
16984 * config.guess: Add support for Linux/ARM.
16985
16986 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16987
16988 * .cvsignore: Remove *-info and *-install since they match
16989 release-info and mpw-install, which we don't want to just ignore.
16990
16991 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16992
16993 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16994
16995 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16996
16997 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16998 local_prefix to sub-make invocations.
16999
17000 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
17001
17002 * configure.in: Check makefile fragments in the source
17003 directory.
17004
17005 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
17006
17007 * configure.in: Check whether host and target makefile
17008 fragments exist before adding them to *_makefile_frag.
17009
17010 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
17011
17012 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
17013
17014 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
17015
17016 * configure.in: Make sure we only replace RPATH_ENVVAR on
17017 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
17018 regexp to sed.
17019
17020 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
17021 to sub-makes.
17022
17023 1998-01-13 Lee Iverson (leei@ai.sri.com)
17024
17025 * config-ml.in (multi-do): LDFLAGS must include multilib
17026 designator.
17027
17028 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
17029
17030 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
17031
17032 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
17033
17034 * config.sub: Add mingw32 support.
17035 * configure.in: Likewise.
17036
17037 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
17038
17039 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
17040
17041 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
17042
17043 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17044 * configure (gxx_include_dir): Provide a definition for subdirs
17045 which do not use autoconf.
17046
17047 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
17048
17049 * config.guess: Sync with egcs. Picks up new alpha support,
17050 BeOS & some additional linux support.
17051
17052 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
17053
17054 * config.guess: HP 9000/803 is a PA1.1 machine.
17055
17056 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
17057
17058 * configure.in: It's alpha*-...
17059
17060 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
17061
17062 * configure.in (host_makefile_frag, target_makefile_frag):
17063 Handle multiple config files.
17064 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
17065 alpha-*-*.
17066
17067 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
17068
17069 * mkdep: New file.
17070
17071 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
17072
17073 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
17074
17075 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
17076
17077 * Makefile.in: Add libgui directory.
17078 (GDB_TK): Add all-libgui.
17079 * configure.in: Add libgui directory.
17080 * configure: Add all-libgui to GDB_TK.
17081
17082 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
17083
17084 * config-ml.in (multidirs): Add m32r to multilib list.
17085
17086 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
17087
17088 * Makefile.in (all-target-gperf): Change dependency to
17089 all-target-libstdc++.
17090
17091 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
17092
17093 * config.guess: Add BeOS support.
17094
17095 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
17096
17097 Source directory cvs renamed to cvssrc:
17098 * configure.in (host_tools): Change cvs to cvssrc.
17099 (native_only): Likewise.
17100 (noconfigdirs) [various cases]: Likewise.
17101 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
17102 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
17103 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
17104 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
17105 (all-cvssrc): Rename target from all-cvs.
17106
17107 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
17108
17109 * configure (gxx_include_dir): Fix thinko.
17110
17111 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
17112
17113 * Makefile.in (INSTALL_TARGET_CROSS): Define.
17114 (install-cross, install-gcc-cross): New targets.
17115
17116 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
17117
17118 * configure.in (noconfigdirs): Add support for Thumb target.
17119
17120 * config.sub (maybe_os): Add support for Thumb target.
17121
17122 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
17123
17124 * Makefile.in: Add rules for cygmon.
17125
17126 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
17127
17128 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
17129
17130 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
17131 * configure (gxx_include_dir): Provide a definition for subdirs
17132 which do not use autoconf.
17133
17134 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
17135
17136 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
17137 11/18/97 build
17138
17139 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
17140
17141 * From Franz Sirl.
17142 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
17143 found on RedHat Linux systems.
17144
17145 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
17146
17147 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17148 guesses.
17149
17150 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
17151
17152 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17153
17154 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
17155
17156 * ltmain.sh: If mkdir fails, check whether the directory was created
17157 anyhow by some other process.
17158
17159 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
17160
17161 * configure.in (d30v-*-*): Configure all directories.
17162
17163 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
17164
17165 * configure.in (d30v-*-*): Configure newlib, libiberty directories
17166 for the D30V.
17167
17168 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
17169
17170 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17171
17172 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
17173
17174 * include/libiberty.h: Add extern "C" { so it can be used with C++
17175 progrms.
17176 * include/remote-sim.h: Add extern "C" { so it can be used with C++
17177 programs.
17178
17179 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
17180
17181 * configure.in (d30v-*-*): Configure GCC now.
17182
17183 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17184
17185 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17186 is no longer needed.
17187
17188 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
17189
17190 * Makefile.in: check-target-libio depends on all-target-libstdc++.
17191
17192 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
17193
17194 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17195 targets using "$@" to provide support for similar but not identical
17196 targets without having to duplicate code.
17197
17198 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
17199
17200 * makefile.vms: Fix to work with DEC C.
17201
17202 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
17203
17204 * config.sub: Add mips-tx39-elf to marketing names.
17205
17206 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
17207
17208 * ltmain.sh: Handle symlinks in generated script.
17209
17210 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
17211
17212 * configure: Handle autoconf style directory options: --bindir,
17213 --datadir, --includedir, --infodir, --libdir, --libexecdir,
17214 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17215 --sysconfdir.
17216 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17217 (sharedstatedir, localstatedir, oldincludedir): New variables.
17218 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17219 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17220 sbindir, sharedstatedir, and sysconfdir.
17221
17222 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17223
17224 * Makefile.in (bootstrap-lean): New target.
17225
17226 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
17227
17228 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
17229 sn, and gnuserv from noconfigdirs.
17230
17231 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
17232
17233 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17234
17235 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
17236
17237 * Makefile.in (cross): New target.
17238
17239 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
17240 Jeff Law <law@cygnus.com>
17241
17242 * Makefile.in (bootstrap2, bootstrap3): New targets.
17243 (all-bootstrap): Remove outdated and confusing target.
17244 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
17245
17246 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
17247
17248 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
17249 windows. Consistent with gdb/configure.
17250
17251 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
17252
17253 * configure.in: Name Linux target fragment.
17254
17255 * configure: Rewrite so that project Makefile fragment is inserted
17256 first and appears last in the resulting Makefile.
17257
17258 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
17259
17260 * Makefile.in (install-itcl): Install tcl first.
17261
17262 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
17263
17264 * configure.in: remove bison from noconfigdirs for Cygwin32 host
17265
17266 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
17267
17268 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17269
17270 * configure.in (skipdirs): Add target-librx for Linux.
17271 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17272
17273 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
17274
17275 * Makefile.in (bootstrap): New target.
17276
17277 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
17278
17279 * config.sub: Accept 'amigados' for backward compatibility.
17280
17281 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
17282
17283 * config.guess: Merge with FSF.
17284
17285 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
17286
17287 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17288
17289 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
17290
17291 * config.sub: Add "marketing-names" patch.
17292
17293 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
17294
17295 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
17296
17297 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
17298
17299 * config.sub: Handle v850-elf.
17300
17301 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
17302
17303 * .cvsignore (*-install): Remove.
17304
17305 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
17306
17307 * ltconfig: Set CONFIG_SHELL in libtool.
17308 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17309
17310 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
17311
17312 * configure.in (target_subdir): Set to libraries if enable_multilib.
17313
17314 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
17315
17316 * config.guess: Update from gcc directory.
17317
17318 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
17319
17320 * Makefile.in (all-sim): Depends on all-readline.
17321
17322 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
17323
17324 * Makefile.in (BISON, YACC): Use $$s.
17325 (all-bison): Depend on all-texinfo.
17326
17327 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
17328
17329 * Makefile.in (BISON): Add -L flag.
17330 (YACC): Likewise.
17331
17332 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
17333
17334 * configure.in (noconfigdirs): Add support for v850e target.
17335
17336 * config.sub (maybe_os): Add support for v850e target.
17337
17338 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
17339
17340 * configure.in (noconfigdirs): Add support for v850ea target.
17341
17342 * config.sub (maybe_os): Add support for v850ea target.
17343
17344 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
17345
17346 * config.sub: Add mipstx39. Delete r3900.
17347
17348 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17349
17350 * Makefile.in (all-autoconf): Depends on all-texinfo.
17351
17352 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
17353
17354 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17355 eabi targets.
17356
17357 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
17358
17359 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17360
17361 * configure: When handling a Canadian Cross, handle YACC as well as
17362 BISON. Just set BISON to bison. When setting YACC, prefer bison.
17363 * Makefile.in (all-bison): Depend upon all-texinfo.
17364
17365 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
17366
17367 * Makefile.in (BISON): bison, not byacc or bison -y.
17368 (YACC): bison -y or byacc or yacc.
17369 (various): Add *-bison as appropriate.
17370 (taz): No need to mess with BISON anymore.
17371
17372 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
17373
17374 * configure: If OSTYPE matches *win32*, try to find a good value for
17375 CONFIG_SHELL.
17376
17377 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
17378
17379 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17380 configure.in if it is present.
17381
17382 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
17383
17384 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17385
17386 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
17387
17388 * config.sub: Recognize `arc' cpu.
17389 * configure.in: Likewise.
17390 * config-ml.in: Likewise.
17391
17392 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
17393
17394 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17395
17396 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
17397
17398 * configure: Changed sed delimiter from ':' to '|' when
17399 attempting to substitute ${config_shell} for SHELL. On
17400 NT ${config_shell} may contain a ':' in it.
17401
17402 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
17403
17404 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17405
17406 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
17407
17408 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17409
17410 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
17411
17412 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17413
17414 * ylwrap: If the program is a relative path, force it to be
17415 absolute.
17416
17417 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
17418
17419 * configure (tooldir): Set BISON to `bison -y' and not just bison.
17420
17421 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
17422
17423 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
17424 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17425 for libraries.
17426
17427 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
17428
17429 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17430 separated by spaces.
17431
17432 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
17433
17434 * ylwrap: New file.
17435 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17436
17437 * ltmain.sh: Handle /bin/sh at start of install program.
17438
17439 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17440
17441 * ltconfig, ltmain.sh: New files, from libtool 1.0.
17442 * missing: New file, from automake 1.2.
17443
17444 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
17445
17446 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
17447 check-tk to CHECK_X11_MODULES.
17448
17449 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
17450
17451 * config.sub: Merge with FSF.
17452
17453 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
17454
17455 * config.guess: Merge with FSF.
17456
17457 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17458
17459 * configure: Treat msdosdjgpp like go32.
17460 * configure.in: Likewise. Don't remove gprof for go32.
17461
17462 * configure: Change Makefile.tem2 to Makefile.tm2.
17463
17464 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
17465
17466 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17467
17468 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17469
17470 * install-sh (chmodcmd): Set to null if the DST directory already
17471 exists. Same as Nov 11th change.
17472
17473 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
17474
17475 * configure (GDB_TK): Needs itcl and tix.
17476
17477 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
17478
17479 * config.guess: Update from FSF.
17480
17481 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
17482
17483 * Makefile.in (GDB_TK): Depend on itcl and tix.
17484
17485 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
17486
17487 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17488 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17489 (INSTALL_SCRIPT): New variable.
17490 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17491 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17492 to -x.
17493 * install-sh: Add support for -x option.
17494
17495 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
17496
17497 * configure.in, Makefile.in: Treat tix like itcl.
17498
17499 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
17500
17501 * Makefile.in (WINDRES): New variable.
17502 (WINDRES_FOR_TARGET): New variable.
17503 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17504 (EXTRA_HOST_FLAGS): Add WINDRES.
17505 (EXTRA_TARGET_FLAGS): Add WINDRES.
17506 (EXTRA_GCC_FLAGS): Add WINDRES.
17507 ($(DO_X)): Pass down WINDRES.
17508 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17509 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17510 DLLTOOL_FOR_TARGET.
17511
17512 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
17513
17514 * configure.in: configure sim before gdb for win32-x-ppc
17515
17516 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17517
17518 Move gperf into the toplevel, from libg++.
17519 * configure.in (target_tools): Add target-gperf.
17520 (native_only): Add target-gperf.
17521 * Makefile.in (all-target-gperf): New target, depend on
17522 all-target-libg++.
17523 (configure-target-gperf): Empty rule.
17524 (ALL_TARGET_MODULES): Add all-target-gperf.
17525 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17526 (CHECK_TARGET_MODULES): Add check-target-gperf.
17527 (INSTALL_TARGET_MODULES): Add install-target-gperf.
17528 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17529
17530 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
17531
17532 * config.sub (mn10200): Recognize new basic machine.
17533
17534 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17535
17536 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17537 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17538
17539 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17540
17541 * configure.in: If we're building mips-sgi-irix6* native, turn on
17542 ENABLE_MULTILIB and set TARGET_SUBDIR.
17543
17544 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17545
17546 * Makefile.in (all-sn): Depend on all-grep.
17547
17548 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17549
17550 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17551
17552 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17553 Makefile. From Jeff Makey <jeff@cts.com>.
17554 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17555
17556 * Makefile.in (DISTBISONFILES): Remove.
17557 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17558 $(DEFAULT_YACC).
17559
17560 * configure.in: Build itl, db, sn, etc., when building for native
17561 cygwin32.
17562
17563 * Makefile.in (LD): New variable.
17564 (EXTRA_HOST_FLAGS): Pass down LD.
17565 ($(DO_X)): Likewise.
17566
17567 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17568
17569 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17570
17571 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17572
17573 * configure.in (targargs): Strip out any supplied --build argument
17574 before adding our own. Always add --build.
17575
17576 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17577
17578 * configure.in (targargs): Pass --build if we're doing
17579 a cross-compile.
17580
17581 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17582
17583 * configure: Use '|' instead of ":" as the separator in
17584 sed. Otherwise sed chokes on NT path names with drive
17585 designators. Also look for "?:*" as the leading characters in an
17586 absolute pathname.
17587
17588 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17589
17590 * config.sub: Support for r3900.
17591
17592 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17593
17594 * configure.in: Use install-sh, not install.sh.
17595
17596 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17597
17598 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17599 apply it twice.
17600
17601 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17602
17603 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17604 install-binutils.
17605
17606 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17607
17608 * Makefile.in: Add automake targets.
17609 * configure.in (host_tools): Add automake.
17610
17611 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17612
17613 * configure: Default CXX to c++, not gcc.
17614 * Makefile.in (CXX): Set to c++, not gcc.
17615 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17616
17617 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17618
17619 * install-sh: try appending a .exe if source file doesn't
17620 exist
17621
17622 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17623
17624 * configure.in: Turn on multilib by default.
17625 (cross_only): Remove target-libiberty.
17626
17627 * Makefile.in (all-gcc): Don't depend on libiberty.
17628
17629 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17630
17631 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17632
17633 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17634
17635 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17636 (DISTBISONFILES): Add ld/Makefile.in
17637
17638 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17639
17640 * configure.in: if target is cygwin32 but host isn't cygwin32,
17641 don't configure gdb tcl tk expect, not just gdb.
17642
17643 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17644
17645 * configure.in: Added gnuserv everywhere sn appears.
17646
17647 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17648 (CROSS_CHECK_MODULES): Added check-gnuserv.
17649 (INSTALL_MODULES): Added install-gnuserv.
17650 (CLEAN_MODULES): Added clean-gnuserv.
17651 (all-gnuserv): New target.
17652
17653 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17654
17655 * config.guess: Fixes for MIPS OpenBSD systems.
17656
17657 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17658
17659 * Makefile.in (INSTALL_XFORM): Remove.
17660 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17661
17662 * mkinstalldirs: New file, copied from automake.
17663 * Makefile.in (installdirs): Rename from install-dirs. Use
17664 mkinstalldirs. Change all users.
17665 (DEVO_SUPPORT): Add mkinstalldirs.
17666
17667 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17668
17669 * install-sh: Rename from install.sh.
17670 * Makefile.in (INSTALL): Change install.sh to install-sh.
17671 (DEVO_SUPPORT): Likewise.
17672
17673 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17674 Graichen <graichen@rzpd.de>.
17675
17676 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17677
17678 * config.guess: Recognize OpenBSD systems correctly.
17679
17680 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17681
17682 * README, Makefile.in (ETC_SUPPORT): Remove references to
17683 cfg-paper*, configure.{texi,man,info*}._
17684
17685 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17686
17687 * Makefile.in (all.normal): Ensure that gcc is built after all
17688 the x11 - ie gdb - targets.
17689
17690 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17691
17692 * makefile.vms: Don't run conf-a-gas.
17693
17694 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17695
17696 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17697
17698 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17699
17700 * configure.in: Remove noconfigdirs case since gdb also
17701 configures and builds for tic80-coff.
17702
17703 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17704
17705 * configure: Set cache_file to config.cache.
17706 * Makefile.in (local-distclean): Remove config.cache.
17707
17708 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17709
17710 * COPYING: Update FSF address.
17711
17712 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17713
17714 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17715 noconfigdirs.
17716
17717 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17718
17719 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17720 MAKEDIRS, is empty.
17721
17722 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17723
17724 * config.sub: Tweak mn10300 entry.
17725
17726 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17727
17728 * configure.in (host_tools): Put sim before gdb, so gdb's
17729 configure.tgt can determine if the simulator was configured.
17730
17731 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17732
17733 * config.sub: Move BeOS $os case to be with other Cygnus
17734 local cases.
17735
17736 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17737
17738 * config.sub: Remove misplaced comment that broke Linux.
17739
17740 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17741
17742 * config.sub: Add BeOS support.
17743
17744 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17745
17746 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17747
17748 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17749
17750 * configure.in (noconfigdirs): Remove tcl and tk from
17751 noconfigdirs for cygwin32 builds.
17752
17753 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17754
17755 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17756
17757 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17758
17759 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17760 make-all.com, use makefile.vms instead.
17761
17762 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17763
17764 * config.sub: Accept -lnews*.
17765
17766 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17767
17768 * configure.in (noconfigdirs): Disable target-newlib,
17769 target-examples and target-libiberty for d30v.
17770
17771 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17772
17773 * configure.in (noconfigdirs): Enable ld for d30v.
17774
17775 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17776
17777 * configure.in (tic80-*-*): Build compiler.
17778
17779 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17780
17781 * configure.in (d30v-*): Remove sim directory from list of
17782 unsupported d30v directories
17783
17784 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17785
17786 * config.sub, configure.in: Add d30v target cpu.
17787
17788 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17789
17790 * makefile.vms: New file.
17791 * make-all.com: Remove.
17792
17793 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17794
17795 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17796
17797 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17798
17799 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17800
17801 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17802
17803 * Makefile.in (ALL_MODULES): Added all-db.
17804 (CROSS_CHECK_MODULES): Addec check-db.
17805 (INSTALL_MODULES): Added install-db.
17806 (CLEAN_MODULES): Added clean-db.
17807
17808 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17809
17810 * config.guess: Merge with latest FSF sources.
17811
17812 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17813
17814 * Makefile.in (ALL_MODULES): Added all-itcl.
17815 (CROSS_CHECK_MODULES): Added check-itcl.
17816 (INSTALL_MODULES): Added install-itcl.
17817 (CLEAN_MODULES): Added clean-itcl.
17818
17819 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17820
17821 * configure.in: build gdb for mn10200
17822
17823 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17824
17825 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17826
17827 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17828
17829 * configure.in (tic80-*-*): Turn off most targets right now.
17830
17831 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17832
17833 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17834 rather than the makeinfo program.
17835 (do-info): Depend upon all-texinfo.
17836
17837 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17838
17839 * configure.in: Remove uses of config/mh-linux.
17840
17841 * config.sub, config.guess: Merge with latest FSF sources.
17842
17843 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17844
17845 * config.sub (case $basic_machine): Add tic80 entries.
17846
17847 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17848
17849 * config.sub, config.guess: Merge with latest FSF sources.
17850
17851 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17852
17853 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17854 * mpw-config.in: Test for NewFolderRecursive.
17855 * mpw-install: Use symbolic name for startup filename.
17856 * mpw-README: Add various additional details.
17857
17858 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17859
17860 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17861
17862 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17863
17864 * configure.in: Do build gcc and the target libraries for
17865 the mn10200.
17866
17867 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17868
17869 * configure.in: don't avoid building gdb for mn10300 any more
17870 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17871 instead of single-quoting it.
17872
17873 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17874
17875 * configure.in: Don't use --with-stabs on IRIX 6.
17876
17877 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17878
17879 * configure.in (m32r): Build gdb, libg++ now.
17880
17881 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17882
17883 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17884 directories from noconfigdirs.
17885
17886 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17887
17888 * config.sub (basic_machine): added mips16 configuration
17889
17890 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17891
17892 * config.sub: Handle d10v-unknown.
17893
17894 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17895
17896 * config.sub: Handle v850-unknown.
17897
17898 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17899
17900 * Makefile.in: add findutils
17901 * configure.in: add findutils to list of host_tools
17902
17903 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17904
17905 * config.sub: Handle mn10200 and mn10300.
17906
17907 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17908
17909 * configure.in (d10v-*): Do not build librx.
17910
17911 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17912
17913 * configure.in (mn10300): Build everything except gdb & libgloss.
17914
17915 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17916
17917 * config.guess: Patch for Dansk Data Elektronik servers,
17918 from Niels Skou Olsen <nso@dde.dk>.
17919
17920 For ncr, use /bin/uname rather than uname, since GNU uname does not
17921 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17922
17923 Patch for MIPS R4000 running System V,
17924 from Eric S. Raymond <esr@snark.thyrsus.com>.
17925
17926 Fix thinko for nextstep.
17927
17928 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17929
17930 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17931 * config.guess: Guess mips-dec-mach_bsd4.3.
17932
17933 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17934 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17935 release numbers.
17936 * config.guess (mips-mips-riscos*): Emit just enough of the
17937 release number.
17938
17939 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17940 * config.guess (sparc-auspex-sunos*): Added.
17941 (f300-fujitsu-*): Added.
17942
17943 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17944 * config.guess: Recognize a Tadpole as a sparc.
17945
17946 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17947
17948 * config.guess: Don't assume that NextStep version is either 2 or
17949 3. NextStep 4 (aka OpenStep 4) has come out now.
17950
17951 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17952
17953 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17954 From Rik Faith <faith@cs.unc.edu>.
17955
17956 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17957
17958 * config.sub: Contributions from bug-gnu-utils to:
17959 Support plain "hppa" (no version given) architecture, reported by
17960 OpenStep.
17961 OpenBSD like NetBSD.
17962 LynxOs is not a hardware supplier.
17963
17964 * config.guess: Contributions from bug-gnu-utils to add support for:
17965 OpenBSD like NetBSD.
17966 Stratus systems.
17967 More Pyramid systems.
17968 i[n>4]86 Intel chips.
17969 M680[n>4]0 Motorola chips.
17970 Use unknown instead of lynx for hardware manufacturer.
17971
17972 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17973
17974 * install.sh (chmodcmd): Set to null if the DST directory already
17975 exists.
17976
17977 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17978
17979 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17980 not use mt-ppc target Makefile fragment any more.
17981
17982 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17983
17984 * configure.in (*-*-windows): Exclude everything but those dirs
17985 needed to build windows.
17986
17987 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17988
17989 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17990
17991 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17992
17993 * configure.in: Exclude mmalloc from i386-windows.
17994
17995 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17996
17997 * Undo my previous change.
17998
17999 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
18000
18001 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
18002 unconditionally.
18003 (MAKEOVERRIDES): Define (revert this part of October 18 change).
18004
18005 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
18006
18007 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
18008 host to add it's own flags.
18009
18010 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
18011
18012 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
18013
18014 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
18015
18016 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
18017 (CXX_FOR_TARGET): Likewise.
18018 (GCC_FOR_TARGET): Define.
18019 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
18020 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
18021 CC_FOR_TARGET was specified on the command line.
18022 (MAKEOVERRIDES): Don't define.
18023
18024 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
18025
18026 * configure.in (m32r): Fix spelling of libg++ libs.
18027
18028 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
18029
18030 * config.sub (-apple*): Remove, now redundant.
18031
18032 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
18033
18034 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
18035
18036 * configure: Rework yesterday's sed script patch.
18037
18038 * config.sub: Merge with FSF.
18039
18040 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
18041
18042 * config.guess: Merge from FSF.
18043
18044 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
18045 * config.guess: Use pc instead of unknown, for pc clone systems.
18046 Change linux to linux-gnu.
18047
18048 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
18049 * config.guess: Avoid non-portable tr syntax.
18050
18051 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
18052
18053 * test-build.mk (HOLES): Add "xargs" for gdb.
18054
18055 * configure: Avoid hpux10.20 sed bug.
18056
18057 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
18058
18059 * configure.in: Add support for windows host
18060 (that is a build done under the Microsoft build environment).
18061
18062 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
18063
18064 * Makefile.in: Replace all uses of srcroot with s, to shrink
18065 command line lengths.
18066
18067 Patches from Geoffrey Noer <noer@cygnus.com>:
18068 * configure.in: If configuring for newlib, pass --with-newlib to
18069 subdirectories.
18070 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
18071 -Bnewlib/ and -Lwinsup to gcc.
18072 (CXX_FOR_TARGET): Likewise.
18073
18074 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
18075
18076 * Makefile.in (ETC_SUPPORT): Add configure.
18077
18078 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
18079
18080 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
18081 host configuration file.
18082
18083 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
18084
18085 * configure.in: Break mn10x00 support into separate
18086 mn10200 and mn10300 configurations.
18087 * config.sub: Likewise.
18088
18089 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
18090
18091 * configure.in: Add lots of stuff to noconfigdirs for
18092 the mn10x00 targets.
18093
18094 * config.sub, configure.in: Add mn10x00 support.
18095
18096 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
18097
18098 * make-all.com: Call conf-a-gas, not config-a-gas.
18099
18100 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
18101
18102 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
18103 targets.
18104
18105 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
18106
18107 * mpw-README: Add much more detail for native PowerMac.
18108 * mpw-install: New file.
18109 * mpw-configure: Add --norecursion and --help options.
18110 * mpw-config.in: Translate readme and install files when
18111 copying to objdir.
18112 * mpw-build.in: Don't always depend on byacc and flex.
18113 (install-only-top): New action.
18114
18115 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
18116
18117 * configure.in: You can now configure GDB for the v850.
18118
18119 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
18120
18121 * configure.in (noconfigdirs): Don't configure any C++ dirs
18122 if targeting D10V.
18123
18124 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
18125
18126 * config.sub: Recognize mips64vr5000.
18127
18128 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
18129
18130 * configure.in: Use a single line for host_tools and native_only.
18131
18132 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
18133
18134 * config.sub, configure.in: Add entries for m32r.
18135
18136 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
18137
18138 * Makefile.in (inet-install): Don't run install-gzip.
18139
18140 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
18141
18142 * configure.in: Don't config lots of things for *-*-windows*.
18143
18144 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
18145
18146 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18147 (host_libs, host_tools): Copy from configure.in.
18148 * mpw-configure: Don't complain about directories not found.
18149
18150 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18151
18152 * configure.in (i[345]86): Recognize i686 for pentium pro.
18153 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18154 file.
18155
18156 * config.guess (i[345]86): Ditto.
18157
18158 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18159
18160 * configure.in (noconfigdirs): Removed gdb for D10V.
18161
18162 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
18163
18164 * configure.in: Remove ld, target-libio, target-libg++, and
18165 target-libstdc++ from noconfigdirs.
18166
18167 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
18168
18169 * configure: Fix three locations where shell scripts were
18170 being run directly rather than with config_shell.
18171
18172 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
18173
18174 * configure.in (v850-*-*): Set up initial $noconfigdirs.
18175 * config.sub (basic_machine): Recognize v850.
18176
18177 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18178
18179 * mpw-configure: Handle multiple enable/disable options and
18180 pass them down recursively, handle -c and -s flags appropriately
18181 depending on choice of compiler, add escape mechanism for
18182 quoted arguments to gC.
18183
18184 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18185
18186 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18187 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18188 so that -mrelocatable-lib and -mno-eabi are used.
18189
18190 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18191 not support --print-multi-lib, don't abort.
18192
18193 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
18194
18195 * make-all.com: Run config-a-gas.
18196 * setup.com: Don't copy subdirectory files around.
18197
18198 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
18199
18200 * configure.in (*-*-ose): Remove exclusion of libgloss for this
18201 target, it now compiles correctly.
18202
18203 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
18204
18205 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18206
18207 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18208
18209 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
18210
18211 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18212
18213 * configure.in (native_only): Add prms.
18214
18215 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
18216
18217 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18218 (BINUTILS_SUPPORT_DIRS): Likewise.
18219
18220 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18221
18222 * configure.in (d10v-*-*): Don't configure ld or gdb until the
18223 d10v support is added.
18224
18225 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18226
18227 * configure.in (d10v-*-*): New target.
18228
18229 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
18230
18231 * config.guess (HP 9000/811): Recognize this as a PA1.1
18232 machine.
18233
18234 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
18235
18236 * Makefile.in (do-tar-gz): New target, split out from tail end of
18237 taz target. Run each command separately, don't use pipes.
18238 (taz): Use it.
18239
18240 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
18241
18242 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18243 * mpw-build.in: No builds should depend on building byacc or flex,
18244 they are assumed to be installed already.
18245
18246 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18247
18248 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18249 variable that CC_FOR_TARGET needs.
18250
18251 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18252
18253 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18254 options have changed since the last time the subdirectory was
18255 configured, and if it has, reconfigure.
18256 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18257 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18258
18259 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
18260
18261 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18262 CLEAN_MODULES): Add bash.
18263 (all-bash): New target.
18264
18265 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
18266
18267 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18268
18269 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18270
18271 * config.sub (basic_machine): Recognize d10v as a valid processor.
18272
18273 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
18274
18275 * mpw-configure: Add support for --bindir.
18276 * mpw-build.in: Use a GCC-specific build script for GCC actions.
18277
18278 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
18279
18280 * configure.in: add bash, time, gawk to list of hosttools and things
18281 to only build for native toolchains
18282
18283 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18284
18285 * Makefile.in (docdir): Remove.
18286
18287 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18288
18289 * Makefile.in (datadir): Set to $(prefix)/share.
18290
18291 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
18292
18293 * configure.in: build diff and patch for cygwin32-hosted
18294 toolchains.
18295
18296 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
18297
18298 * config.sub: Accept -rtems*.
18299
18300 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
18301
18302 * configure.in: enable dosrel for cygwin32-hosted builds,
18303 remove diff from the list of things not buildable
18304 via Canadian Cross
18305
18306 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
18307
18308 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
18309 don't get ". ".
18310
18311 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
18312
18313 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18314
18315 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
18316
18317 * Makefile.in (taz): Handle case where tex3patch didn't even get
18318 checked out. Also, if it was found, put the symlink in a new util
18319 subdirectory.
18320
18321 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18322
18323 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18324
18325 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
18326
18327 * config.sub: Recognize -openvms.
18328 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18329 * make-all.com, setup.com: New files.
18330
18331 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18332
18333 * Makefile.in (taz): tex3patch moved to texinfo/util.
18334
18335 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
18336
18337 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18338 * configure.in: remove make from disable-if-Can-Cross list
18339 enable gdb if ${host} and ${target} are cygwin32
18340
18341 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
18342
18343 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
18344 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18345
18346 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18347
18348 * config.guess: Combine mips-mips-riscos cases, and use cpp to
18349 distinguish sysv/svr4/bsd variants.
18350 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18351
18352 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
18353
18354 * configure.in: Added copyright notice.
18355 * move-if-change: Added copyright notice.
18356
18357 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18358
18359 * configure.in (powerpcle-*-solaris*): Until we get shared
18360 libraries working, don't build gdb, sim, make, tcl, tk, or
18361 expect.
18362
18363 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
18364
18365 * config.guess: Merge with FSF:
18366
18367 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
18368 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18369
18370 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
18371 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18372
18373 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
18374 * config.guess: Combine two OSF1 rules.
18375 Also recognize field test versions. From mjr@zk3.dec.com.
18376 * config.guess (dgux): Use /usr/bin/uname rather than uname,
18377 because GNU uname does not support -p. From pmr@pajato.com.
18378
18379 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
18380
18381 * Makefile.in (MAKEDIRS): Removed $(tooldir).
18382
18383 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
18384
18385 * mpw-README: Document GCCIncludes.
18386
18387 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
18388
18389 * configure.in (alpha-*-linux*): Set enable_shared to yes.
18390
18391 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
18392
18393 * mpw-configure: Handle --enable-FOO and --disable-FOO.
18394
18395 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
18396
18397 * configure.in (*-*-cygwin32): Configure make.
18398
18399 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
18400
18401 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18402
18403 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
18404
18405 * Makefile.in (all-inet): Depend on all-perl.
18406
18407 * Makefile.in (inet-install): New target.
18408
18409 * Makefile.in (all-inet): Depend on all-tcl.
18410 (all-inet): Depend on all-send-pr.
18411
18412 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18413
18414 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18415 temporarily.
18416
18417 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
18418
18419 * configure.in: Don't configure --with-gnu-ld on AIX.
18420
18421 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18422
18423 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18424
18425 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
18426
18427 * Makefile.in (ALL_MODULES): Added all-inet.
18428 (CROSS_CHECK_MODULES): Added check-inet.
18429 (INSTALL_MODULES): Added install-inet.
18430 (CLEAN_MODULES): Added clean-inet.
18431 (all-indent): New target.
18432
18433 * configure.in (host_tools): Added inet.
18434 (native_only): Added inet.
18435 (noconfigdirs): Added inet.
18436
18437 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
18438
18439 * configure.in: Don't configure libgloss if we are not configuring
18440 newlib.
18441
18442 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18443
18444 * configure.in: Don't configure libgloss for unsupported
18445 architectures.
18446
18447 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18448
18449 * Makefile.in (CLEAN_MODULES): Add clean-apache.
18450
18451 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
18452
18453 * Makefile.in (ALL_MODULES): Include all-apache.
18454 (CROSS_CHECK_MODULES): Include check-apache.
18455 (INSTALL_MODULES): Include install-apache.
18456 (all-apache): New target.
18457
18458 * configure.in: Added apache everywhere perl is seen.
18459
18460 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18461
18462 * Makefile.in: Add support for clean-{module} and
18463 clean-target-{module} rules.
18464
18465 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
18466
18467 * configure.in (*-*-ose) do not build libgloss.
18468
18469 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18470
18471 * config.guess (prep*:SunOS:5.*:*): Turn into
18472 powerpele-unknown-solaris2.
18473
18474 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
18475
18476 * configure.in: Permit --enable-shared to specify a list of
18477 directories.
18478
18479 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18480
18481 * configure.in (host==solaris): Pass only the first word of $CC
18482 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18483
18484 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18485
18486 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18487
18488 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
18489
18490 * Makefile.in (ALL_MODULES): Include all-perl.
18491 (CROSS_CHECK_MODULES): Include check-perl.
18492 (INSTALL_MODULES): Include install-perl.
18493 (ALL_X11_MODULES): Include all-guile.
18494 (CHECK_X11_MODULES): Include check-guile.
18495 (INSTALL_X11_MODULES): Include install-guile.
18496 (all-perl): New target.
18497 (all-guile): New target.
18498
18499 * configure.in (host_tools): Include perl and guile.
18500 (native_only): Include perl and guile.
18501 (noconfigdirs): Don't build guile and perl; no ports have been
18502 done.
18503
18504 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
18505
18506 * configure (--enable-*): Handle quoted option lists such as
18507 --enable-sim-cflags='-g0 -O' better.
18508
18509 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18510
18511 * Makefile.in ({,inst}all-target): New rule so we can make and
18512 install all of the target directories easily.
18513
18514 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18515
18516 * configure.in: Add missing global flag in sed substitution when
18517 deleting `target-' from ${configdirs}.
18518
18519 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
18520
18521 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18522 option.
18523
18524 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18525 config/mh-necv4.
18526
18527 * install.sh: Correct misspelling of transformbasename.
18528
18529 * config.guess: Recognize mips-*-sysv*.
18530
18531 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18532
18533 * config.sub: Recognize mon960.
18534
18535 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18536
18537 * configure: Restore Canadian Cross handling of BISON and LEX,
18538 removed in Feb 20 change.
18539
18540 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18541
18542 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18543 Mention make install. Remove the old copyright date as well the
18544 clumsy and rather pointless copyright on the README file.
18545
18546 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18547
18548 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18549 Makefile after running symlink-tree, then run `make distclean' to
18550 avoid clobbering any generated files in srcdir.
18551
18552 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18553
18554 * configure.in (m68k-*-netbsd*): Build everything now.
18555
18556 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18557
18558 * Makefile.in (taz): Fix quoting.
18559
18560 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18561
18562 * configure.in (sparclet-*-*): Build everything now.
18563
18564 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18565
18566 * configure.in (m68k-*-linux*): New host.
18567
18568 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18569
18570 * configure: Check for bison before byacc.
18571
18572 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18573
18574 * Makefile.in configure: Change the way LEX and BISON/YACC are
18575 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18576 searching PATH. These are used as fallbacks by Makefile.in if
18577 flex/bison/byacc aren't in objdir.
18578
18579 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18580
18581 * Makefile.in: Make everything which depends upon all-bfd also
18582 depend upon all-opcodes, in case --with-commonbfdlib is used.
18583
18584 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18585
18586 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18587 building NT native compilers on Unix.
18588
18589 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18590
18591 * configure.in: Don't get CC from the host Makefile fragment if we
18592 can find gcc in PATH, or if this is a Canadian Cross. Move the
18593 Solaris test for /usr/ucb/cc to the post target script, just after
18594 the compiler sanity test.
18595
18596 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18597
18598 * config.sub: Merge with FSF.
18599
18600 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18601
18602 * Makefile.in (RPATH_ENVVAR): New variable.
18603 (REALLY_SET_LIB_PATH): Use it.
18604 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18605
18606 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18607
18608 * config.sub, configure.in: Recognize sparclet cpu.
18609
18610 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18611
18612 * config.guess: Support m68k-cbm-sysv4.
18613
18614 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18615
18616 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18617 m68k-unknown-linuxaout from linker help string. Put quotes around
18618 $ld_help_string.
18619
18620 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18621
18622 * config.guess (powerpc-harris-powerunix): Add guess for port
18623 to new target.
18624
18625 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18626
18627 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18628
18629 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18630
18631 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18632 $(REALLY_SET_LIB_PATH) in Makefile.
18633 * Makefile.in (SET_LIB_PATH): New variable.
18634 (REALLY_SET_LIB_PATH): New variable.
18635 ($(DO_X)): Use $(SET_LIB_PATH).
18636 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18637 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18638 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18639 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18640 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18641 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18642 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18643 (install-dosrel): Likewise.
18644 (all-opcodes): Depend upon all-libiberty.
18645
18646 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18647
18648 * config.guess (*:CYGWIN*): New
18649
18650 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18651
18652 * Makefile.in (all-target-winsup): All all-target-libiberty.
18653
18654 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18655
18656 * configure.in (noconfigdirs): Add missing # in front of comment.
18657
18658 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18659
18660 * configure.in: add second pass to things added to noconfigdirs
18661 so *-gm-magic can exclude libgloss properly.
18662
18663 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18664
18665 * mpw-configure (extralibs_name, rez_name): Set correctly
18666 for MWC68K compiler.
18667
18668 * mpw-README: Add more info on the necessary build tools.
18669
18670 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18671
18672 * configure.in, config.sub: Recognize cygwin32.
18673
18674 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18675
18676 * config.guess, config.sub: Recognize A/UX.
18677
18678 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18679
18680 * config.sub: Merge with gcc/config.sub.
18681
18682 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18683
18684 * mpw-build.in (do-binutils): Add build of stamps.
18685
18686 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18687
18688 * config.sub: Add recognition for mips64vr4100*-* targets.
18689
18690 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18691
18692 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18693 Add creation of gconfigargs with `--enable-shared' turned on.
18694 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18695 ($(host)-stamp-stage3-configured): Likewise.
18696 (HOLES): Add chatr and ldd.
18697 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18698
18699 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18700
18701 * configure: Pass --nfp to recursive configures.
18702
18703 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18704
18705 * Makefile.in (DLLTOOL): New.
18706 (DLLTOOL_FOR_TARGET): New.
18707 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18708 (EXTRA_TARGET_FLAGS): Ditto.
18709 (EXTRA_GCC_FLAGS): Ditto.
18710 (CONFIGURE_TARGET_MODULES): Ditto.
18711 (DO_X): Ditto.
18712 * configure: Add DLLTOOL.
18713
18714 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18715
18716 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18717 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18718 mh-sco, since old workarounds no longer needed, and don't
18719 build ld, since libraries have weak symbols in COFF.
18720
18721 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18722
18723 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18724
18725 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18726
18727 * configure.in: Make sure that ${CC} can be used to compile an
18728 executable.
18729
18730 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18731
18732 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18733 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18734 nothing depending on whether gdbtk is being built.
18735
18736 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18737
18738 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18739
18740 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18741
18742 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18743 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18744
18745 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18746
18747 * config-ml.in: Add support for
18748 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18749 Simplify setting of multidirs from --disable-foo.
18750
18751 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18752
18753 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18754 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18755 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18756 non-empty, pass them on to the GCC make.
18757 (all-bootstrap): New rule that is like all-gcc, except it executes
18758 the GCC bootstrap rule instead of the GCC all rule.
18759
18760 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18761
18762 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18763
18764 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18765
18766 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18767 DG/UX support.
18768
18769 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18770
18771 * config.sub (i*86*) Change [345] to [3456]
18772
18773 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18774
18775 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18776 --with-gnu-ld=no.
18777
18778 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18779
18780 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18781 AIX multilibs get built.
18782
18783 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18784
18785 * configure.in (i386-win32): Don't build expect if we're not
18786 building the tcl subdir.
18787
18788 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18789
18790 * Makefile.in: (configure-target-examples, all-target-examples):
18791 New targets, configure and build example programs.
18792
18793 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18794
18795 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18796 use it as input to sedit the generated MPW makefile.
18797 * mpw-README: Add a suggestion about Gestalt.h.
18798
18799 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18800
18801 * config.sub: Accept *-*-ieee*.
18802
18803 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18804
18805 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18806 Ronald F. Guilmette <rfg@monkeys.com>.
18807
18808 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18809
18810 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18811 for powerpc-pe native.
18812 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18813 (target==powerpc-pe): duplicate i386-win32 entry.
18814
18815 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18816
18817 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18818 of vxworks, not just vxworks5.1.
18819
18820 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18821
18822 * mpw-configure: Add support for exec-prefix.
18823
18824 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18825
18826 * config.guess: Recognize HP model 816 machines as having
18827 a PA1.1 processor.
18828
18829 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18830
18831 * configure: Ignore new autoconf configure options.
18832
18833 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18834
18835 * config.guess: Recognize Pentium under SCO.
18836 From Robert Lipe <robertl@arnet.com>.
18837
18838 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18839
18840 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18841
18842 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18843
18844 * configure.in: Don't configure gas for alpha-dec-osf*.
18845
18846 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18847
18848 * configure.in: Default to --with-stabs for some targets for which
18849 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18850 i[345]86*-*-unixware*.
18851
18852 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18853
18854 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18855 rather than basing it on the target. Simplify handling of options
18856 controlling which directories to configure. Remove extraneous
18857 slash in multi-clean target.
18858
18859 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18860
18861 * config-ml.in: Prefix more variables with ml_ so they don't collide
18862 with configure's.
18863
18864 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18865
18866 * configure: Don't turn -v into --v.
18867
18868 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18869
18870 * configure.in (targargs): Fix typo.
18871
18872 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18873
18874 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18875
18876 * configure.in: Strip --host and --target options from
18877 CONFIG_ARGUMENTS, and always configure for --host only. Add
18878 --with-cross-host option when building with a cross-compiler.
18879 * configure: Canonicalize the arguments put into config.status by
18880 always using `=' for an option with an argument. Pass a presumed
18881 --host or --target explicitly.
18882
18883 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18884
18885 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18886 into general OS recognition case.
18887
18888 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18889
18890 * configure.in (target_configdirs): add target-winsup only
18891 for win32 target systems.
18892
18893 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18894
18895 * Makefile.in (all-target-libgloss): Depend upon
18896 configure-target-newlib, since when libgloss is built it looks to
18897 see if the newlib directory exists.
18898
18899 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18900
18901 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18902 cfg-ml-*.in.
18903
18904 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18905
18906 * configure: Handle LD and LD_FOR_TARGET when configuring a
18907 Canadian Cross.
18908
18909 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18910
18911 * configure.in (target_libs): add target-winsup.
18912 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18913 (target==ppcle-pe): remove ld from $noconfigdirs.
18914
18915 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18916
18917 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18918 Preserve relative path names in $srcdir. Build symlink tree if
18919 configuring cross target dir and srcdir=. (= no VPATH support).
18920 (configure-target-libg++): Depend on configure-target-librx.
18921 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18922 * config-ml.in: New file.
18923 * symlink-tree: New file.
18924 * configure: Ensure srcdir="." if that's what it is.
18925
18926 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18927
18928 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18929 includes and FLEX_SKELETON setting.
18930 * mpw-configure (--with-gnu-ld): New option, controls whether
18931 to use PPCLink or ld with PowerMac GCC.
18932 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18933 * mpw-config.in: Configure grez if targeting Mac.
18934
18935 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18936 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18937 just macos.
18938 * configure.in: Configure grez resource compiler if targeting Mac.
18939 * Makefile.in (all-grez, install-grez): New targets.
18940
18941 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18942
18943 * configure: CXX defaults to gcc, not g++. If we find
18944 gcc in the path, set CC to gcc -O2.
18945
18946 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18947
18948 * configure: Default ${build} correctly. Avoid picking up extra
18949 spaces when reading CC and CXX from Makefile. When doing a
18950 Canadian Cross, use plausible default values for numerous
18951 variables.
18952 * configure.in: When doing a Canadian Cross, don't try to
18953 configure tools whose configure script can't handle it.
18954
18955 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18956
18957 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18958
18959 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18960
18961 * configure: Remove dubious bug reporting address.
18962
18963 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18964
18965 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18966 configure script, run that instead of this directory's configure.
18967 In either case, print a message that we're configuring the sub-dir.
18968
18969 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18970
18971 * configure.in: Before checking for the existence of various files,
18972 use sed to filter out "target-".
18973
18974 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18975
18976 * Makefile.in (DO_X): Split rule to decrease command line length
18977 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18978 (Philippe De Muyter).
18979
18980 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18981
18982 * Makefile.in (all-patch): depend on all-libiberty.
18983
18984 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18985
18986 * configure.in: If the only directory in target_configdirs which
18987 actually exists is libiberty, then set target_configdirs to empty,
18988 to avoid trying to build a target libiberty in a gas or gdb
18989 distribution.
18990
18991 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18992
18993 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18994 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18995 systems.
18996
18997 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18998
18999 * configure.in (copy_dirs): Use sys-include instead of include
19000 for --with-headers option.
19001
19002 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
19003
19004 * Makefile.in, configure.in: Make winsup builds work with
19005 new scheme.
19006
19007 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
19008
19009 * configure.in: Build the linker on AIX.
19010
19011 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
19012
19013 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
19014 where needed.
19015
19016 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
19017
19018 * Makefile.in (all-gcc): Fix typo.
19019
19020 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
19021
19022 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
19023
19024 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
19025
19026 * configure.in: Rename libFOO to target-libFOO, and xiberty
19027 to target-xiberty, to provide more flexibility.
19028 (target_subdir): Define. Create if cross.
19029 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
19030 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
19031 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
19032 check-libFOO -> check-target-libFOO, etc.
19033 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
19034 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
19035 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
19036 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
19037 allow ALL_GCC="" to only configure.
19038 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
19039 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
19040 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
19041
19042 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
19043
19044 * Makefile.in (taz): Build "info" in etc explicitly.
19045
19046 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
19047
19048 * configure.in: Make sure that CC is undefined (as opposed to
19049 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
19050 problem with autoconf trying to configure on a host without GCC.
19051
19052 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
19053
19054 * mpw-configure: Set host alias from choice of host compiler,
19055 only use generic MPW Makefile sed if present, edit a file
19056 named "hacked_Makefile.in" instead of "Makefile.in" if present.
19057 * mpw-README: Add problem notes about CW6 and CW7.
19058
19059 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
19060
19061 * Makefile.in (taz): Use ";" instead of ";;".
19062
19063 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
19064
19065 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
19066 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
19067 DISTDOCDIRS.
19068 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
19069 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
19070
19071 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
19072
19073 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
19074 and gnats, because they are now subsumed by DISTSTUFFDIRS.
19075 Move bfd to DISTSTUFFDIRS.
19076
19077 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19078
19079 * Makefile.in (X11_LIB): Removed.
19080 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
19081
19082 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
19083
19084 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19085
19086 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
19087 names.
19088
19089 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19090
19091 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
19092
19093 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
19094
19095 * configure.in (i[345]86-*-win32): Always build newlib.
19096 Don't configure cvs, autoconf or texinfo.
19097 * Makefile.in (LD_FOR_TARGET): New.
19098 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
19099 Pass down LD_FOR_TARGET.
19100
19101 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
19102
19103 * winsup: New directory.
19104 * Makefile.in: Build winsup.
19105 * configure.in: Winsup is configured when target is win32.
19106 Can only build win32 target GDB when native.
19107
19108 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
19109
19110 * config.guess: Recognize HP model 819 machines as having
19111 a PA 1.1 processor.
19112
19113 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
19114
19115 * configure: Fix sed loop which substitutes for CC and CXX to
19116 avoid bug found in various sed implementations.
19117
19118 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19119
19120 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
19121 simulator. Use standard powerpc-*-eabi*.
19122
19123 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
19124
19125 * configure.in: Stop putting gas and binutils in noconfigdirs for
19126 powerpc-*-aix* and rs6000-*-*.
19127
19128 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
19129
19130 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
19131 -mcall-aixdesc libraries.
19132
19133 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
19134
19135 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
19136
19137 * config.sub (arm | armel | armeb): Fix shell syntax.
19138
19139 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19140
19141 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
19142 -msoft-float and -mcpu=common support.
19143 (powerpc*-*-eabisim*): Add support for building -mcall-aix
19144 libraries.
19145
19146 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19147
19148 * configure.in: Allow configuration and build of emacs19 for the alpha.
19149
19150 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19151
19152 * configure.in (CC): Get ^CC, not just any old CC, from
19153 ${host_makefile_frag}.
19154
19155 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19156
19157 * configure.in (CC): Try to get CC from
19158 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19159
19160 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19161
19162 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19163 only if it exists in $(srcdir).
19164
19165 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
19166
19167 * configure: If CC and CXX are not set in the environment, set
19168 them, based on either an existing Makefile or on searching for gcc
19169 in PATH. Substitute for CC and CXX in Makefile.
19170 * configure.in: Remove libm from target_libs. Separate
19171 target_configdirs from configdirs. If CC is not set in
19172 environment, try to get it from a host Makefile fragment. Rewrite
19173 changes of configdirs to use skipdirs instead. A few minor
19174 tweaks. Take directories out of target_configdirs as they are
19175 taken out of configdirs. Remove existing Makefile files from
19176 subdirectories. Substitute for TARGET_CONFIGDIRS and
19177 CONFIG_ARGUMENTS in Makefile.
19178 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19179 by configure.in.
19180 (CONFIG_ARGUMENTS): Likewise.
19181 (CONFIGURE_TARGET_MODULES): New variable.
19182 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19183 ($(CONFIGURE_TARGET_MODULES)): New target.
19184 (configure-libg++, configure-libio): New targets.
19185 (all-libg++): Depend upon configure-libg++.
19186 (all-libio): Depend upon configure-libio.
19187 (configure-libgloss, all-libgloss): New targets.
19188 (configure-libstdc++): New target.
19189 (all-libstdc++): Depend upon configure-libstdc++.
19190 (configure-librx, all-librx): New targets.
19191 (configure-newlib): New target.
19192 (all-newlib): Depend upon configure-newlib
19193 (configure-xiberty): New target.
19194 (all-xiberty): Depend upon configure-xiberty.
19195
19196 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19197
19198 * configure.in (host i[345]86-*-win32): Expand the
19199 noconfigdirs again.
19200
19201 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
19202
19203 * mpw-configure: Fix sed command file name.
19204
19205 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
19206
19207 * configure.in (host i[345]86-*-win32): Reduce the
19208 noconfigdirs again.
19209
19210 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
19211
19212 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19213 or powerpc*-*-pe*, since they are not yet supported.
19214
19215 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
19216
19217 Add PowerMac support and many other enhancements.
19218 * mpw-configure: New option --cc to select compiler to use,
19219 paste options set according to --cc into the generated
19220 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19221 if mpw-make.sed is present.
19222 * mpw-config.in: Don't test for gC1, test for mpw-touch,
19223 add forward includes for PowerPC include files.
19224 * mpw-build.in: Build using Makefile.PPC if present.
19225 (do-byacc, etc): Remove separate version resource builds.
19226 (do-gas): Build "stamps" before "all".
19227 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19228 * mpw-README: Update to reflect --cc option, PowerMac support,
19229 and recently-reported compatibility problems.
19230
19231 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
19232
19233 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19234 embedded m68k systems (-aout, -coff, -elf, -vxworks).
19235 (--with-multilib-top): Pass to recursive invocations.
19236
19237 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
19238
19239 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19240 v810-*-*.
19241
19242 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19243
19244 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19245 gdb, ld and opcodes on v810-*-*.
19246
19247 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
19248
19249 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19250 (local-maintainer-clean): New target.
19251 (maintainer-clean): New target.
19252 (realclean): Just depend upon maintainer-clean.
19253
19254 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19255
19256 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19257
19258 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
19259
19260 * configure.in: Build ld in mips*-*-bsd* case.
19261
19262 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
19263
19264 * config.sub: Accept -lites* OS. From Ian Dall.
19265
19266 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
19267
19268 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
19269 targets.
19270
19271 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19272
19273 * configure.in: treat i386-win32 canadian cross the same as
19274 i386-go32 canadian cross.
19275
19276 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19277
19278 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19279 running under the simulator to build a reduced set of libraries.
19280 (powerpc-*-eabiaix): Add fine grained multilib support added to
19281 other powerpc targets yesterday.
19282
19283 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19284
19285 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19286 -disable-softfloat, -disable-relocatable, -disable-aix, and
19287 -disable-sysv to control which multilib libraries get built.
19288
19289 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
19290
19291 * configure: Add Makefile.tem to list of files to remove in trap
19292 handler.
19293
19294 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
19295
19296 * config.guess (*Linux*): Add missing "exit"s.
19297 Also, need specific check for alpha-unknown-linux (uses COFF).
19298
19299 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
19300
19301 * config.guess: Merge with FSF:
19302
19303 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
19304 * config.guess (AIX4): More robust release numbering discovery.
19305
19306 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
19307 * config.guess (i386-sequent-ptx): Properly get version number.
19308
19309 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
19310 * config.guess (mips:*:4*:UMIPS): New case.
19311
19312 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
19313
19314 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19315 (i386-win32 host): Likewise. Don't build readline.
19316
19317 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
19318
19319 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
19320 SUPPORT_FILES to submakes.
19321
19322 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
19323
19324 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19325 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19326 mpw-configure.
19327
19328 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
19329
19330 * configure.in (appdirs): Use =, not ==, in test expression when
19331 trying to build the text to print in the warning message for
19332 Solaris users.
19333
19334 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
19335
19336 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19337
19338 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19339
19340 * config.guess: Recognize lynx-2.3.
19341
19342 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
19343
19344 * config.sub (z8ksim): Deleted
19345 (z8k-*-coff): New, this is the one true name of the target.
19346
19347 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
19348
19349 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19350
19351 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
19352
19353 * config.guess (*:Linux:*:*): First try asking the linker what the
19354 default object file format is (elf, aout, or coff). Then if this
19355 fails, try previous methods.
19356
19357 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19358
19359 * configure.in: Don't build newlib for *-*-vxworks5.1.
19360
19361 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19362
19363 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19364 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19365
19366 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
19367
19368 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19369
19370 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
19371
19372 * cfg-ml-com.in: New file.
19373 * cfg-ml-pos.in: New file.
19374
19375 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19376
19377 * COPYING.NEWLIB: Add HP free copyright to list.
19378
19379 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19380
19381 * config.sub: Recognize -eabi* for the system, not just -eabi.
19382
19383 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
19384
19385 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19386 * config.sub, configure.in (win32): New target and host.
19387
19388 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
19389
19390 * configure.in: Add i386-pe configuration.
19391
19392 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
19393
19394 * mpw-build.in (install): Install GDB after LD.
19395
19396 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
19397
19398 * mpw-config.in (elf/mips.h): Always forward-include, needed
19399 for GDB to build.
19400
19401 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
19402
19403 * testsuite: New directory for customer acceptance and whole tool
19404 chain tests.
19405
19406 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19407
19408 * configure: If per-host line isn't found, but AC_OUTPUT is found
19409 and a configure script exists, run it instead.
19410
19411 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
19412
19413 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
19414
19415 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
19416
19417 * configure: Set build_{cpu,vendor,os,alias} to host values when
19418 --build isn't specified.
19419
19420 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19421
19422 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19423 (FLAGS_TO_PASS): Pass them.
19424 (EXTRA_TARGET_FLAGS): Ditto.
19425
19426 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19427
19428 * Makefile.in (all-libg++): Depend on all-libstdc++.
19429
19430 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19431
19432 * configure.in (noconfigdirs): Enable all packages for
19433 i386-unknown-netbsd.
19434
19435 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
19436
19437 * configure.in (noconfigdirs): Don't configure tk for i386-go32
19438 hosted builds (DOS builds)
19439
19440 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
19441
19442 Changes for ARM based on patches from Richard Earnshaw:
19443 * config.sub: Handle armeb and armel.
19444 * configure.in: Omit arm linker only for riscix.
19445
19446 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
19447
19448 * config.guess: Update from FSF.
19449
19450 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
19451
19452 * config.sub: Recognize powerpcle as the little endian variant of
19453 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
19454 powerpcle variant. Convert pentium into i586, not i486. Add p5
19455 alias for i586. Map new x86 variants p6, k5, nexgen into i586
19456 temporarily.
19457
19458 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
19459
19460 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19461
19462 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
19463
19464 * config.sub: Accept -lites* as a basic system type.
19465
19466 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
19467
19468 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19469 installed, and if so return linuxoldld as the system name.
19470
19471 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
19472
19473 * config.guess: Add hppa1.1-hp-lites support.
19474
19475 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
19476
19477 * configure.in: Don't build newlib for m68k-vxworks5.1.
19478
19479 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19480
19481 * configure.in (mips-sgi-irix6): Use mh-irix5.
19482
19483 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
19484
19485 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19486
19487 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19488
19489 * test-build.mk: Enable building of shared libraries on IRIX 5 and
19490 OSF/1. Fix compiler flags.
19491 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
19492
19493 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
19494
19495 * configure.in: Recognize --with-newlib.
19496 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19497
19498 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19499
19500 * Makefile.in: move {all,check,install}-gdb from *_MODULES
19501 to *_X11_MODULES due to gdbtk needing X include files et al.
19502
19503 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
19504
19505 Merge in support for Mac MPW as a host.
19506 (Old change descriptions retained for informational value.)
19507
19508 * mpw-config.in: Add generic include forwards for cpu-specific
19509 include files in aout and elf directories.
19510
19511 * mpw-configure: Added copyright.
19512 * mpw-config.in: Check for presence of required build tools.
19513 (target_libs): Add newlib.
19514 (target_tools): Add examples.
19515 (Read Me): Generate as "Read Me for MPW" instead.
19516 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19517 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19518 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19519
19520 * mpw-configure: Remove subdir-specific makefile hackery,
19521 delete mk.tmp after using it.
19522
19523 * mpw-build.in (all): Display start and end times.
19524
19525 * mpw-configure (host_canonical): Set.
19526 (target_cpu): Always add to makefiles.
19527 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19528 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19529 (mpw-mh-mpw): Look for in srcdir and srcroot.
19530 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19531
19532 * mpw-build.in: (install-only): New target.
19533
19534 * mpw-configure (host_alias, target_alias): Rename from hostalias
19535 and targetalias, add into generated Makefile.
19536 (mk.tmp): If present, add into generated Makefile.
19537 * mpw-build.in (all-gas): Build config.h first before gas proper.
19538
19539 * mpw-configure (config.status): Write only if changed.
19540 * mpw-config.in (readline): Configure it (not built, just used for
19541 definitions).
19542
19543 * mpw-config.in (elf/mips.h): Add a forward include.
19544
19545 * mpw-config.in: Forward-include most .h files in include into
19546 extra-include.
19547 (readline): Don't build.
19548 mpw-build.in (install): Install GDB.
19549
19550 * mpw-configure (prefix, mpw_prefix): Handle it.
19551 * mpw-config.in (mmalloc, readline): Don't configure.
19552 * mpw-build.in (thisscript): Rename to ThisScript.
19553 Use mpw-build instead of BuildProgram everywhere.
19554 (mmalloc, readline): Don't build.
19555 * mpw-README: New file, basic documentation about the MPW port.
19556
19557 * mpw-config.in: Use forward-include to create include files.
19558
19559 * mpw-configure: Add more things to the top of each configured
19560 Makefile, including contents of config/mpw-mh-mpw.
19561 * mpw-config.in (extra-include): Create this directory and fill it
19562 with Posix-like include files when configuring.
19563
19564 * config.sub (apple, mac, mpw): Add various aliases.
19565
19566 * mpw-build.in: New file, top-level build script fragment for MPW.
19567 * mpw-configure: New file, configure script for MPW.
19568 * mpw-config.in: New file, config fragment for MPW.
19569
19570 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19571
19572 * configure.in (host_libs): Remove glob, since it is gone from the
19573 sources.
19574
19575 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19576
19577 * Makefile.in: define empty GDB_NLM_DEPS var.
19578
19579 * configure.in(target_makefile_frag): use config/mt-netware
19580 for netware targets.
19581
19582 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19583
19584 * config.sub: Merge in recent FSF changes. Remove linux special
19585 cases.
19586
19587 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19588
19589 Revert this change:
19590
19591 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19592
19593 * build-all.mk: Use CC=cc -Xs on Solaris.
19594
19595 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19596
19597 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19598 stop using it.
19599 * Makefile.in: Nuke all references to glob subdirectory.
19600
19601 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19602
19603 * configure.in: Fix --enable-shared logic in per-host.
19604
19605 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19606
19607 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19608
19609 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19610
19611 * configure.in (noconfigdirs): Don't build gas on AIX, for
19612 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19613
19614 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19615
19616 * configure: Fix --cache-file to work if the file argument is a
19617 relative path.
19618
19619 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19620
19621 * configure: If the --cache-file is used, pass it down to
19622 configure in subdirectories.
19623
19624 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19625
19626 * config.sub: add vxworks29k configuration.
19627
19628 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19629
19630 * Makefile.in (taz): Do "diststuff" part quietly.
19631
19632 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19633
19634 * config.sub: Mini-merge with gcc/config.sub.
19635
19636 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19637
19638 * config.guess (IRIX): Sed - to _.
19639
19640 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19641
19642 * Makefile.in (source-vault, binary-vault): New targets.
19643
19644 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19645
19646 * config.sub: Recognize -eabi as a basic system type.
19647
19648 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19649
19650 * configure.in (enable_shared stuff): Fix typo.
19651
19652 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19653
19654 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19655
19656 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19657
19658 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19659
19660 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19661
19662 * configure.in (rs6000-*-*): Don't build gas.
19663
19664 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19665
19666 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19667 reduce command line length.
19668 (AS_FOR_TARGET): Check for as.new, not Makefile.
19669 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19670
19671 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19672
19673 * config.guess: Merge from FSF.
19674
19675 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19676
19677 * configure: Don't use $ when handling program_suffix.
19678
19679 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19680
19681 * configure.in: Configure tk for hppa/hpux.
19682
19683 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19684
19685 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19686
19687 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19688
19689 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19690 to LIBCXXFLAGS. Tests are better run without it.
19691
19692 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19693
19694 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19695
19696 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19697
19698 * configure.in (*-*-netware*): Don't configure xiberty.
19699
19700 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19701
19702 * configure.in: Remove tk from native_only list.
19703
19704 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19705
19706 * build-all.mk: Add mips-ncd-elf target to sun4 targets
19707 for special NCD build.
19708
19709 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19710
19711 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19712 makeall.bat, they're only useful for binutils snapshots.
19713 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19714 makeall.bat to specified SUPPORT_FILES.
19715
19716 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19717
19718 * build-all.mk: Add Ericsson targets to sun4 and solaris
19719 hosts. Add BNR's sun4 target to solaris host, so their
19720 build-from-source will be tested in-house first.
19721
19722 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19723
19724 * Makefile.in (LIBCFLAGS): New variable.
19725 (CFLAGS_FOR_TARGET): Ditto.
19726 (LIBCFLAGS_FOR_TARGET): Ditto.
19727 (LIBCXXFLAGS): Ditto.
19728 (CXXFLAGS_FOR_TARGET): Ditto.
19729 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19730 (BASE_FLAGS_TO_PASS): Pass them.
19731 (EXTRA_TARGET_FLAGS): Ditto.
19732
19733 * configure.in: Support --enable-shared.
19734
19735 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19736
19737 * configure.in (target_libs): Include libstdc++ again.
19738 * config.guess: Update from FSF (for FreeBSD).
19739
19740 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19741
19742 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19743 makeall.bat.
19744 (DISTDOCDIRS): Add `etc'.
19745 (ETC_SUPPORT_PFX): New variable.
19746 (taz): Include anything from etc starting with a word in
19747 ETC_SUPPORT_PFX.
19748
19749 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19750
19751 * config.sub: Update for recent FSF changes. Remove obsolete
19752 h8300hds entry. Add -windows* and -osx as basic os. Minor
19753 spacing changes.
19754
19755 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19756
19757 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19758
19759 * config.guess: Merge with FSF.
19760 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19761
19762 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19763
19764 * configure: Since the "trap 0" handler will override the exit
19765 status on many systems, only use it for "exit 1", and make it set
19766 a non-zero exit status; reset it before "exit 0". Also, check
19767 exit status of config.sub, and error out if it failed.
19768
19769 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19770
19771 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19772 and install libgloss.
19773
19774 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19775
19776 * Makefile.in (all-binutils): Depend upon all-byacc.
19777
19778 * configure.in: Don't build emacs on Irix 5.
19779
19780 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19781
19782 * configure.in (*-*-netware*): Add libio.
19783
19784 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19785
19786 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19787 (CHECK_TARGET_MODULES): Ditto.
19788 (INSTALL_TARGET_MODULES): Ditto.
19789 (TARGET_LIBS): Ditto.
19790 (all-libstdc++): Note dependencies.
19791
19792 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19793
19794 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19795
19796 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19797
19798 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19799 -fexternal-templates.
19800
19801 * configure.in (target_libs): Add libstdc++.
19802 (noconfigdirs): Add libstdc++ as appropriate.
19803
19804 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19805
19806 * config.guess: Update from FSF.
19807
19808 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19809
19810 * configure: Use ${config_shell} when running ${configsub}.
19811
19812 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19813
19814 * config.sub: No longer recognize h8300h.
19815
19816 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19817
19818 * config.sub: Remove extraneous differences between config.sub and
19819 gcc/config.sub.
19820
19821 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19822
19823 * Makefile.in (DISTSTUFFDIRS): Add gas.
19824
19825 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19826
19827 * COPYING.NEWLIB: New file.
19828
19829 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19830
19831 * config.guess (HP-UX): Patch from Harlan Stenn
19832 <harlan@landmark.com> to also emit release level.
19833
19834 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19835
19836 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19837
19838 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19839
19840 * config.sub: Merge nextstep cleanup from FSF.
19841
19842 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19843
19844 * configure.in (arm-*-*): Don't configure ld for this target.
19845
19846 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19847
19848 * configure.in (*-*-netware): don't configure libg++, libio,
19849 librx, or newlib.
19850
19851 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19852
19853 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19854 configure ld--it works, but it doesn't support shared libraries.
19855
19856 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19857
19858 * config.guess (*-unknown-freebsd*): Get rid of possible
19859 trailing "(Release)" in version string.
19860 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19861
19862 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19863
19864 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19865 Fix type: *-next-neststep -> *-next-nextstep.
19866
19867 * config.guess: Merge from FSF:
19868
19869 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19870
19871 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19872
19873 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19874
19875 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19876 instead of UNIX_SV for UnixWare 1.0).
19877
19878 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19879
19880 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19881 to make gdb/nlm/* build after the compiler and linker.
19882
19883 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19884
19885 * config.guess (netbsd, freebsd, linux): Accept any machine,
19886 not just i[34]86.
19887 (m68k-atari-sysv4): Relocate to match FSF version.
19888
19889 * config.guess: More merges from the FSF:
19890
19891 Add a space before function call or macro invocation.
19892
19893 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19894
19895 * config.guess: Add trap cmd to remove dummy.c and dummy when
19896 interrupted.
19897
19898 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19899
19900 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19901 (dummy): Redirect stderr from compilation of dummy.c.
19902
19903 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19904
19905 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19906
19907 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19908
19909 * configure: Accept and ignore --cache*, for compatibility with
19910 new autoconf.
19911
19912 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19913
19914 * config.guess: Merge from FSF:
19915
19916 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19917
19918 * config.guess (Pyramid*:OSx*:*:*): New case.
19919 (PATH): Add /.attbin at end for finding uname.
19920 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
19921
19922 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19923
19924 * config.guess (M88*:DolphinOS:*:*): New case.
19925
19926 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19927
19928 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19929 to select whether to use ELF or COFF.
19930
19931 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19932
19933 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19934
19935 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19936
19937 * config.guess: Guess the OS version for HPUX.
19938
19939 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19940
19941 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19942
19943 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19944
19945 * configure.in: Recognize --with-headers, --with-libs, and
19946 --without-newlib.
19947 * Makefile.in (all-xiberty): Depend upon all-ld.
19948
19949 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19950
19951 * configure.in: Change i[34]86 to i[345]86.
19952
19953 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19954
19955 * configure (version): A few more tweaks to help message.
19956
19957 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19958
19959 * Makefile.in: Remove (for now) librx as a host library,
19960 now that we're building it for target.
19961
19962 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19963
19964 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19965 (Karl Berry).
19966
19967 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19968
19969 * configure.in: Also configure librx.
19970
19971 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19972
19973 * Makefile.in: Update various rules to reflect that librx
19974 is now needed for libg++.
19975
19976 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19977
19978 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19979
19980 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19981
19982 * configure.in: Configure the examples directory.
19983
19984 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19985
19986 * configure: Simplify Jun 2 1994 change.
19987
19988 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19989
19990 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19991 /bin/gcc isn't good enough to build gcc.
19992
19993 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19994
19995 * Makefile.in (GDB_SUPPORT_FILES): Remove
19996 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19997 (gdb.tar.gz): Add new rule to use standard distribution building
19998 mechanism.
19999
20000 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20001
20002 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
20003 Bill Cox <bill@cygnus.com>.
20004
20005 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
20006
20007 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
20008
20009 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
20010
20011 * configure: Search current dir first in .gdbinit.
20012
20013 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
20014
20015 * config.sub: Recognize freebsd (merged from gcc config.sub).
20016
20017 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
20018
20019 * config.sub: Refer to NeXT's operating system as nextstep.
20020
20021 * config.sub (case $basic_machine): Re-order the cases, to match
20022 the order in the FSF version (which is mostly alphabethical).
20023 Merge in some additions and changes from the FSF.
20024
20025 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
20026
20027 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
20028 * config.sub: Recognize cxux7.
20029 * configure.in: Use mh-cxux for m88k-harris-cxux*.
20030
20031 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
20032
20033 * config.sub: Fix typo powerpc -> powerpc-*.
20034
20035 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
20036
20037 * Makefile.in: `all-emacs19' depends on `all-byacc'.
20038
20039 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
20040 parallel with all-emacs and install-emacs). Top-level command
20041 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
20042
20043 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
20044
20045 * test-build.mk ($(host)-stamp-stage2-installed): Remove
20046 $(relbindir)/make before doing ``make install'', and use
20047 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
20048 installing over running make binary.
20049 ($(host)-stamp-stage3-installed): Likewise.
20050
20051 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20052
20053 * config.guess: Recognize Mach.
20054
20055 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
20056
20057 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
20058 see whether --exec-prefix was used.
20059
20060 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
20061
20062 * README: Explicitly mention libg++/README. (Zoo's idea.)
20063
20064 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20065
20066 * Makefile.in: Add all-librx target similar to all-libproc.
20067
20068 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
20069
20070 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
20071 with post 1.2 uname bogosity.
20072
20073 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20074
20075 * configure: Remove temporary files on receipt of a signal.
20076
20077 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
20078
20079 * configure: If there is a package_makefile_frag, remove
20080 ${subdir}/Makefile.tem after copying it in.
20081
20082 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
20083
20084 * build_all.mk: support rs6000 lynx identifies itself as
20085 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
20086 since /bin/gcc is too feeble to compile a modern gcc.
20087
20088 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
20089
20090 * brought devo/test-build.mk update-to-date with progressive/
20091 test-build.mk. Add lynx targets and hppa flag info.
20092
20093 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
20094
20095 * configure.in: Use mh-ncrsvr43. Patch from
20096 Tom McConnell <tmcconne@sedona.intel.com>.
20097
20098 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
20099
20100 * config.guess (i386-unknown-bsdi): No longer need to
20101 check #if defined(__bsdi__) && defined(__i386__).
20102
20103 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20104
20105 * configure: Set program_transform_nameoption correctly.
20106
20107 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
20108
20109 * brought build-all.mk update-to-date with progressive build-all.mk,
20110 added new targets and hppa info.
20111
20112 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20113
20114 * configure: If config.guess result is a prefix of the user
20115 specified target, assume a native build and use the user specified
20116 target as the host alias. Remove SunOS patch suffix removal hack.
20117 * configure.in: Remove SunOS patch suffix removal hack.
20118
20119 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
20120 in NATIVE_CHECK_MODULES.
20121
20122 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
20123
20124 * Makefile.in: Rename HOST_ONLY to NATIVE.
20125 * configure: Delete SunOs patch suffix from host_canonical
20126 and build_canonical variables that are prepended to Makefiles.
20127 * configure.in: Add comments for easier maintenance.
20128
20129 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20130
20131 * Makefile.in: Add all-libproc target similar to all-gui.
20132
20133 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
20134
20135 * Makefile.in (CHECK_MODULES): split into
20136 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
20137
20138 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
20139
20140 * config.guess (i386-unknown-bsdi): New system to guess.
20141
20142 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20143
20144 * Makefile.in: Add all-gui target (but not yet build by "all").
20145
20146 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
20147
20148 * config.sub: Move deletion of patch suffix from here...
20149 * configure.in: To here, at Ian's suggestion. The top-
20150 level scripts might need to know of a patch level.
20151
20152 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
20153
20154 * config.sub: Strip off patch suffix so rtl is recognized
20155 as a sunos4.1.3 machine, even though it's been patched.
20156
20157 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
20158
20159 * Makefile.in (INSTALL_LAST): Delete.
20160 (INSTALL_DOSREL): New.
20161
20162 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20163
20164 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20165 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20166 whether we pass down --with-gnu-ld anyhow.
20167
20168 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
20169
20170 * Makefile.in (INSTALL_LAST): Change operation so it works
20171 on more flavors of make.
20172 * configure.in (go32): Don't build libg++ or libio.
20173
20174 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
20175
20176 * Makefile.in (Move HOST_PREFIX_1 and friends up so
20177 they can be overriden by templates.
20178
20179 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
20180
20181 * configure.in (target==go32): Don't build gdb.
20182 * dosrel: New directory.
20183
20184 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
20185
20186 * configure.in (host==go32): Configure dosrel too.
20187 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20188 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20189 be set by incoming names or templates.
20190 (INSTALL_LAST): New rule.
20191
20192 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
20193
20194 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20195
20196 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20197
20198 * configure.in (appdirs): New variable. Currently empty, but will
20199 be used in gas distribution. If nonempty, lists a set of
20200 directories at least one of which must get configured, or top
20201 level configuration is considered to have failed.
20202 (rs6000-*-lynxos*): Use new file name.
20203
20204 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20205
20206 Eliminate XTRAFLAGS.
20207 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20208 newlib include files using -idirafter, and also use -nostdinc.
20209 (CXX_FOR_TARGET): Likewise.
20210 (XTRAFLAGS): Removed.
20211 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20212 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20213 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20214 ($(DO_X)): Don't pass down XTRAFLAGS.
20215
20216 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20217
20218 * configure.in (mips*-dec-bsd*): New target; do build linker.
20219 (mips*-*-bsd*): New target; don't build linker.
20220
20221 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
20222
20223 * configure.in: support rs6000-*-lynxos* configuration.
20224 support sunos4 as a cross target.
20225
20226 * config.sub: look for lynx*, not lynx since the OS version may
20227 legitimately be part of the name.
20228
20229 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20230
20231 * configure.in (i[34]86-*-sco*): Move to be with other i386
20232 targets.
20233 (romp-*-*): New target. Skip various binary utilities.
20234 (vax-*-*): New target. Don't build newlib.
20235 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
20236
20237 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20238
20239 * configure.in: Only set host_makefile_frag if config
20240 directory exists.
20241
20242 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20243
20244 * install.sh: If $dstdir exists, don't check whether each
20245 component does.
20246
20247 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20248
20249 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20250
20251 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20252
20253 * configure.in (*-*-lynxos*): Don't configure newlib for either
20254 native or cross Lynx.
20255
20256 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
20257
20258 * config.sub (sparc64-elf): Fix os.
20259 (z8k): Remove duplicate.
20260
20261 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20262
20263 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20264 gcc/stmp-fixproto, to try to prevent fixproto from being run.
20265
20266 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
20267
20268 * configure: Make file links cleanly even if Lynx fails on
20269 an NFS symlink (at least fail cleanly).
20270
20271 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
20272
20273 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20274 -XNh2000.
20275
20276 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20277
20278 * configure: Unknown options are fatal again.
20279
20280 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
20281
20282 * configure: Ignore --x-includes and --x-libraries, for Autoconf
20283 compatibility.
20284
20285 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
20286
20287 * build-all.mk: Add `clean' target.
20288
20289 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20290
20291 * config.guess: Add SINIX support.
20292 * configure.in: Add mips-*-sysv4* support.
20293
20294 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
20295
20296 * build-all.mk: Document all useful targets.
20297 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20298 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20299
20300 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20301
20302 * configure: Support --silent, --quiet.
20303
20304 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20305
20306 * configure: Support --disable-FEATURE.
20307
20308 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20309
20310 * config.guess: Recognize NCR running SVR4.3.
20311
20312 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
20313
20314 * config.guess: Make BSDI generate i386-unknown-bsd386.
20315 Patch from Paul Eggert <eggert@twinsun.com>.
20316
20317 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20318
20319 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20320
20321 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20322
20323 * configure: Make unrecognized options give nonfatal warnings
20324 instead of fatal errors, and pass them to any subdirectory
20325 configures in case they recognize them.
20326 Make --x equivalent to --with-x.
20327
20328 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20329
20330 * configure: Add --enable-* options. Clean up usage message and
20331 some comments.
20332
20333 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
20334
20335 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20336
20337 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20338
20339 * configure.in (hppa*-*-*): Enable binutils.
20340
20341 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20342
20343 * config.sub: Recognize cisco.
20344
20345 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
20346
20347 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20348
20349 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20350
20351 * config.guess: about target *-hitachi-hiuxwe2, don't print more
20352 than one configuration name. Add comment.
20353
20354 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
20355
20356 * config.guess: about target *-hitachi-hiuxwe2, fixed
20357 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
20358 macro is incorrect.]
20359
20360 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20361
20362 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20363 than the "make ls" stuff which used to be here.
20364
20365 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
20366
20367 * config.guess: Recognize i[34]86-unknown-freebsd.
20368 From Shawn M Carey <smcarey@rodan.syr.edu>.
20369
20370 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
20371
20372 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20373
20374 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20375
20376 * config.guess: Check for ptx.
20377
20378 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
20379
20380 * config.sub: Add os9k checking.
20381
20382 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20383
20384 * config.guess: Handle OSF1 running on HPPA processors
20385
20386 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
20387
20388 * configure: If subdir configure fails, print out a message with
20389 subdirectory name, in case subdir's configure code didn't identify
20390 itself.
20391
20392 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
20393
20394 * configure.in: Remove embedded newlines from configdirs.
20395 Avoid mismatches of substrings. Fix matching strings at end
20396 of configdirs.
20397
20398 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
20399
20400 * config.guess: Add Lynx/rs6000 config support.
20401
20402 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
20403
20404 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20405
20406 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
20407
20408 * configure.in (hppa*-*-osf*): Treat this just like most other
20409 PA configurations (eg no binutils or ld).
20410 (hppa*-*-*elf*): These configurations have binutils and ld.
20411
20412 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20413
20414 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
20415
20416 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20417
20418 * configure.in (rs6000-*-*): Build gas.
20419
20420 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20421
20422 * Makefile.in: Avoid bug in losing hpux sed.
20423
20424 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20425
20426 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20427 for GDB and GDB has been fixed to not need it.
20428
20429 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20430
20431 * config.guess: Recognize vax hosts.
20432
20433 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20434
20435 * configure (while loop): Don't use "break 2" inside case
20436 statement -- the case statement isn't an enclosing loop.
20437
20438 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20439
20440 * config.guess: Clean up NeXT support, to allow nextstep
20441 on Intel machines. Make OS be nextstep.
20442
20443 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
20444
20445 * config.guess: Add alternate forms for Convex.
20446
20447 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
20448
20449 * configure: Completely rewrite option processing. Take
20450 advantage of pattern-matching to avoid invoking test frequently.
20451 Also clean up host and target defaulting logic.
20452
20453 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20454
20455 * Makefile.in: Replace all occurrances of "rootme" with "r" and
20456 "$${rootme}" with "$$r", to increase the likelihood that the do-*
20457 commands (plus user environment) will fit SCO limits.
20458
20459 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20460
20461 * configure.in: Don't issue warnings about directories which are
20462 not being configured if -norecursion is set. Correct test for
20463 --with-gnu-as and --with-gnu-ld to not get confused by substring
20464 matches.
20465
20466 * configure.in: Don't build gas for alpha-dec-osf1*.
20467
20468 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
20469
20470 * configure: Back out Per's change of 12/19/1993. It changes the
20471 behavior of configure in unexpected and confusing ways.
20472
20473 Also, use different delim char when calculating
20474 program_transform_name so that the name can contain slashes.
20475
20476 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
20477
20478 * configure.in, config.sub: Add support for VSTa micro-kernel.
20479
20480 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20481
20482 * configure.in: Nuke hacks which were used to get a special
20483 version of GAS for HPPA configurations.
20484
20485 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
20486
20487 * configure: If only ${target_alias} is given, use that
20488 as the default for ${host_alias}.
20489 * configure: Add missing back-slashes before nested quotes.
20490
20491 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20492
20493 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20494
20495 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
20496
20497 * config.guess: Recognize some Tektronix configurations.
20498 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20499
20500 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20501
20502 * config.sub: Match any flavor of SH.
20503
20504 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
20505
20506 * configure.in: Don't try to configure newlib for Alpha.
20507
20508 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20509
20510 * configure.in: Don't build ld for Irix 5. Don't build gas,
20511 libg++ or libio for any Alpha target.
20512
20513 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20514
20515 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
20516
20517 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20518 default arguments -- so it tried to compress itself.
20519
20520 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20521
20522 * configure.in (notsupp): ensure that a space is always at the end
20523 of the configdirs list, since the grep checks for an explicit space
20524
20525 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20526
20527 * configure.in (target i386-sysv4.2): don't build ld, since static
20528 versions of many libraries are not available.
20529
20530 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20531
20532 * config.guess: Recognize Apollos (using environment variables).
20533 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20534
20535 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20536
20537 * config.guess: Recognize Sony news mips running newsos.
20538
20539 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20540
20541 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20542 "fi ; else" for bash.
20543
20544 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20545
20546 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20547
20548 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20549
20550 * config.sub: accept unixware as an alias for svr4.2.
20551 Fix some inconsistancies with the gcc version.
20552
20553 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20554
20555 * Makefile.in (DISTDOCDIRS): Add gdb.
20556
20557 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20558
20559 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20560
20561 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20562
20563 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20564 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20565 this now.
20566
20567 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20568
20569 * config.sub: Accept hiux* as an OS name.
20570
20571 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20572 etc/make-stds.texi. The underscore came from gcc, and dje now
20573 agrees that RUNTESTFLAGS is the correct name.
20574
20575 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20576
20577 * install.sh: Remove 'set -e'. It makes any conditionals
20578 in the script useless.
20579
20580 * config.guess: Automatically recognize arm-acorn-riscix
20581 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20582
20583 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20584
20585 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20586
20587 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20588
20589 * Makefile.in (DISTDOCDIRS): New variable.
20590 (taz): Edit local Makefile.in sooner, instead of proto-toplev
20591 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
20592
20593 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20594
20595 * configure.in (hppa target): check the source directory for the
20596 pagas sub-directory
20597
20598 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20599
20600 * config.sub: Allow -aout* and -elf*.
20601
20602 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20603
20604 * configure.in: Don't build ld on i386-solaris2, same as for
20605 sparc-solaris2.
20606
20607 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20608
20609 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20610
20611 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20612
20613 * configure.in: Configure gdb for alpha.
20614
20615 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20616
20617 * Makefile.in (CXXFLAGS): Add -O.
20618
20619 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20620
20621 * config.guess: added support for DG Aviion
20622
20623 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20624
20625 * configure.in: Produce warning message for subdirectories not
20626 configurable for this host/target combination. Don't try to
20627 configure gdb for vms.
20628
20629 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20630
20631 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20632 appropriate files before making "diststuff".
20633 (DISTBISONFILES): New var: list of files to be edited.
20634 (DISTSTUFFDIRS): Add binutils.
20635
20636 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20637
20638 * config.sub: also handle mipsel and mips64el (for little endian mips)
20639
20640 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20641
20642 * configure.in: Add * to end of all OS names.
20643
20644 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20645
20646 * configure.in: Build newlib for LynxOS native.
20647
20648 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20649
20650 * config.guess: Add support for delta 88k running SVR3.
20651
20652 * configure.in: Add comment about HP compiler vs. emacs.
20653
20654 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20655
20656 * configure.in: don't build ld on solaris2 (not a viable option
20657 due to bugs in getpwnam & getpwuid)
20658
20659 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20660
20661 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20662 config.guess will produce a full version number.
20663
20664 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20665
20666 * configure.in: Build linker and binutils for alpha-dec-osf1.
20667
20668 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20669
20670 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20671 and gdb/testsuite/Makefile.in.
20672
20673 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20674
20675 * configure.in: recognize mips*- instead of mips-
20676
20677 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20678
20679 * config.sub: Accept linux*coff and linux*elf as operating
20680 systems.
20681
20682 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20683
20684 * config.sub: Recognize mips64, and mips3 as an alias for it.
20685
20686 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20687
20688 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20689 gdb knows how to handle OSF/1 shared libraries.
20690
20691 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20692
20693 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20694 * config.guess: Recognize Hitachi's HIUX.
20695 * config.sub: Recognize h3050r* and hppahitachi.
20696 Remove redundant cases for hp9k[23]*.
20697
20698 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20699
20700 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20701 if gas and ld are in the source tree and are in ${configdirs}.
20702 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20703 --with options (but still pass them down on the command line,
20704 if they were explicitly specified).
20705
20706 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20707
20708 * configure: substitute SHELL value in Makefile.in with
20709 ${CONFIG_SHELL}
20710
20711 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20712
20713 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20714 *-*-solaris2* targets.
20715
20716 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20717
20718 * Makefile.in: define M4, and pass it down to sub-makes;
20719 all-autoconf now depends on all-m4
20720
20721 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20722
20723 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20724 presence of {ar,ranlib} instead of a configured directory
20725
20726 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20727
20728 * config.guess: Accept 34?? as well as 33?? for NCR.
20729
20730 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20731
20732 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20733 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20734
20735 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20736
20737 * configure: grab values for $(CC) and $(CXX) from the
20738 environment, so that someone can do "CC=gcc configure; make" and
20739 have it work right (matching the way that autoconf works now)
20740
20741 * configure.in, Makefile.in: add support for gash, the tcl
20742 interface to Galaxy
20743
20744 * config.guess: add NetBSD variants (hp300, x86)
20745
20746 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20747
20748 * install.sh: Support -d option (in the manner of SunOS 4 install,
20749 as it is more deterministic than that of GNU install)
20750 (chmodcmd): Set file to mode 755 by default (should also do default
20751 chgrp and chown, but I don't feel like dealing with that now)
20752
20753 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20754
20755 * config.sub: Remove h8300hhms alias.
20756
20757 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20758
20759 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20760
20761 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20762
20763 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20764 as stmp-fixinc
20765
20766 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20767
20768 * config.sub: recognize m88110-bug-coff.
20769
20770 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20771
20772 * Makefile.in (all-libio): all dependencies on the toolchain used
20773 to build this (gcc, gas, ld, etc)
20774
20775 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20776
20777 * config.guess: Deal with OSF/1 1.3 on alpha.
20778
20779 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20780
20781 * install.sh: add some 'else true' clauses for portability
20782
20783 * configure.in: don't build libio for h8[35]00-*-* targets
20784
20785 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20786
20787 * Makefile.in: Add support for new libio.
20788
20789 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20790
20791 * install.sh: If one command fails, don't try the rest. Don't try
20792 to remove $dsttmp (via trap) unless we have already created it.
20793 If $src doesn't exist, detect it and exit with an error.
20794
20795 * config.guess: Recognize BSD on hp300.
20796
20797 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20798
20799 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20800 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20801
20802 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20803
20804 * Makefile.in (all-send-pr): depends on all-prms
20805
20806 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20807
20808 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20809
20810 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20811
20812 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20813 Added test for mips-mips-riscos5.
20814
20815 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20816
20817 * configure.in: use mh-hp300 for 68k HP hosts
20818
20819 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20820
20821 * configure: add support for CONFIG_SHELL, so that you can use
20822 some alternate shell for evaluating configure scripts
20823
20824 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20825
20826 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20827 in configure script to bug-gdb@prep.ai.mit.edu when building
20828 distribution archive.
20829 * Makefile.in (COMPRESS): Remove def.
20830 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20831 gdb.tar.Z and make-gdb.tar.Z respectively.
20832 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20833 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20834 to convergence with 'taz' target in Makefile.in.
20835
20836 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20837
20838 * install.sh (dsttmp): use trap to ensure that tmp files go
20839 away on error conditions
20840
20841 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20842
20843 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20844
20845 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20846
20847 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20848 its parent is '/' not ''.
20849
20850 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20851
20852 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20853
20854 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20855 that ${newsrcdir}/configure.in does.
20856
20857 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20858
20859 * test-build.mk: support for CONFIG_SHELL
20860
20861 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20862
20863 * config.sub (netware): Add as a basic system type.
20864
20865 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20866
20867 * Makefile.in (Makefile): depend on configure.in. Also drop the
20868 $(srcdir)/ from the dependency on Makefile.in.
20869
20870 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20871
20872 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20873 (h8300hhms is temporary until multi-libraries are implemented).
20874 * configure.in: Handle h8300h too.
20875
20876 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20877
20878 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20879
20880 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20881
20882 * configure: Remove extraneous output when guessing host type.
20883 * config.guess: Remove extraneous output when guessing using C
20884 compiler rather than uname, or when guessing fails.
20885
20886 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20887
20888 * Makefile.in: remove all.cross and install.cross targets
20889
20890 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20891 definitions
20892
20893 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20894
20895 * configure.in (target sh): Build gprof.
20896
20897 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20898
20899 * config.sub: change -solaris to -solaris2
20900
20901 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20902
20903 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20904
20905 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20906
20907 * configure: Correct error message for missing Makefile.in to
20908 print correct directory.
20909
20910 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20911
20912 * install.sh: kludge around 386BSD shell bug
20913
20914 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20915
20916 * config.guess: Recognize NeXT.
20917 * config.guess: Recognize i486-ncr-sysv4.
20918 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20919
20920 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20921
20922 * Makefile.in (MAKEINFOFLAGS): New variable.
20923 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20924 * build-all.mk, test-build.mk: Pass down --no-split as
20925 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20926
20927 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20928
20929 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20930
20931 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20932
20933 * Makefile.in (libg++.tar.z): New rule.
20934 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20935 * Makefile.in (taz): Only do a single chmod.
20936
20937 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20938
20939 * install.sh: don't use dirname anymore (replaced with sed usage)
20940
20941 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20942
20943 * Makefile.in: Change extension for gzip'd files from '.z' to
20944 '.gz' per new FSF standard usage.
20945
20946 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20947
20948 * configure: put quotes around the final value of program_transform_name
20949
20950 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20951
20952 * Makefile.in: new install.sh support; update install-info rules
20953
20954 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20955
20956 * configure.in: Build diff for crosses, but not for go32 host.
20957
20958 * configure.in: Build gprof only for native, and don't build it
20959 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20960
20961 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20962
20963 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20964
20965 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20966
20967 * configure.in (host_tools): Add prms.
20968
20969 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20970
20971 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20972 with $(FLAGS_TO_PASS) on the command line
20973
20974 * config.sub: Recognize lynx and lynxos
20975
20976 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20977
20978 * config.sub: Accept -ecoff*, not just -ecoff.
20979
20980 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20981
20982 * Makefile.in (taz): Use .gz suffix instead of .z.
20983 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20984 names.
20985
20986 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20987
20988 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20989
20990 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20991
20992 * Makefile.in (install-no-fixedincludes): install gcc last, so
20993 that rebuilds that might happen during 'make install' don't get
20994 bogus gcc include files
20995
20996 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20997
20998 Change from Utah for HPPA support:
20999 * config.guess: Recognize hppa1.x-hp-bsd.
21000
21001 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
21002
21003 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
21004 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
21005
21006 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
21007
21008 * config.sub: Add support for rom68k and bug boot monitors.
21009
21010 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
21011
21012 * Makefile.in: Make all-opcodes depend on all-bfd.
21013
21014 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
21015
21016 * config.guess: Added special check for i[34]86-univel-sysv4*.
21017
21018 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
21019
21020 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
21021 the processor rather than assuming i486.
21022
21023 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21024
21025 * config.guess: Recognize SunOS6 as Solaris3.
21026
21027 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
21028
21029 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
21030 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
21031
21032 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
21033
21034 * build-all.mk (all-cross): New target for Canadian Cross.
21035 Added Q2 go32 targets.
21036 * test-build.mk: Configure go32 cross sparclite-aout and
21037 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
21038 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
21039
21040 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21041
21042 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
21043 GO32 hosted toolchains
21044
21045 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
21046
21047 * configure: change so "-exec-prefix" gets passed down rather
21048 than "-exec_prefix" so autoconf generated Makefiles get the
21049 exec_prefix set right.
21050
21051 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21052
21053 * config.guess: get the Solaris2 minor version number
21054
21055 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
21056
21057 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21058
21059 * config.guess: Recognize some Sequent platforms.
21060
21061 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21062
21063 * Makefile.in: added the vault-install target
21064
21065 * configure.in: actually use the Sun3 makefile fragment that's in
21066 config, also added the release dir to configdirs
21067
21068 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21069
21070 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
21071
21072 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21073
21074 * configure.in: remove some program from Alpha targetted toolchains
21075
21076 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
21077
21078 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
21079 gprof.
21080 (taz): Run "make diststuff" in those directories instead of "make
21081 proto-dir". Look for "VERSION=" only at start of line in subdir
21082 Makefile. Use "gzip -9" for compression.
21083 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
21084 (binutils.tar.z): New target.
21085
21086 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
21087
21088 * Makefile.in (taz): Include gpl.texinfo.
21089
21090 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
21091
21092 * Makefile.in (setup-dirs): Merged into "taz" target.
21093 (taz): Only do `proto-dir' stuff if a directory is actually needed
21094 for this target.
21095
21096 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
21097
21098 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
21099 (FLAGS_TO_PASS): Pass down MUNCH_NM.
21100 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
21101 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
21102 (gcc-no-fixedincludes): Correct for current gcc Makefile.
21103
21104 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
21105
21106 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
21107 config.sub, and move-if-change to gdb testsuite distribution
21108 archive, so the testsuite can be extracted, configured, and
21109 run separately from the gdb distribution. Blow away the Chill
21110 tests that require a Chill compiled executable, since GNU Chill
21111 is not yet publically available.
21112
21113 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21114
21115 * test-build.mk: set environment variables in a single command,
21116 instead of a list of assignments and exports
21117
21118 * config.guess: recognize Alpha/OSF1 systems
21119
21120 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21121
21122 * configure: Change help message to prefer --options rather than
21123 -options.
21124
21125 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21126
21127 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
21128 zippy@ecst.csuchico.edu.
21129 * config.guess: Recognize miniframe.
21130
21131 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
21132
21133 * Makefile.in: Use srcroot to find runtest rather than rootme.
21134 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
21135
21136 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
21137
21138 * test-build.mk: Extensive additions to support building on a
21139 machine other than the host.
21140
21141 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
21142
21143 * configure (tooldir): Fix for i386-aix again.
21144
21145 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
21146
21147 * configure, Makefile.in: Change definition of $(tooldir)
21148 to match the FSF.
21149
21150 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
21151
21152 * config.guess: Recognize i[34]86/SVR4.
21153
21154 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21155
21156 * Makefile.in (all-gdb): gdb depends on sim.
21157
21158 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
21159
21160 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
21161 at the same time we make the prototype gdb directory.
21162 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
21163 files at the same time as the gdb base release distribution.
21164
21165 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
21166
21167 * Makefile.in (check): Use individual check targets rather than
21168 DO_X rule.
21169 (check-gcc): Added.
21170
21171 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
21172
21173 * config.sub: Use sysv3.2 not sysv32 for canonical OS
21174 for System V release 3.2.
21175
21176 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21177
21178 * config.sub: Recognize hppaosf.
21179 * configure.in: Do configure ld/binutils/gas for it.
21180
21181 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21182
21183 * configure (tooldir): Alter syntax used to set this, for systems
21184 where "\$" isn't handled right, like i386-aix.
21185
21186 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
21187
21188 * configure: Pass program-transform-name, not
21189 program_transform_name, to recursive configures.
21190
21191 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
21192
21193 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21194 of gas+ld+binutils.
21195
21196 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
21197
21198 * config.guess: Recognize AIX3.2 as distinct from 3.1.
21199
21200 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21201
21202 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21203
21204 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21205
21206 * Makefile.in (PRMS): Set back to all-prms.
21207
21208 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
21209
21210 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21211 targets, rather than for MIPS hosts.
21212
21213 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21214
21215 * configure.in: add comment for --with-x default values
21216
21217 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21218
21219 * Makefile.in: add check-* targets for each of the directories in
21220 the tree. Add a definition of RUNTEST that will use the one we
21221 just built, if it exists. Pass this down via FLAGS_TO_PASS.
21222
21223 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
21224
21225 * configure.in: Removed obsolete references to bfd_target and
21226 target_makefile_frag.
21227
21228 * build-all.mk: Set assorted targets for Q2.
21229 * config.sub: Recognize z8k-sim and h8300-hms.
21230 * test-build.mk: Really don't pass host to configure.
21231 (HOLES): Added uname.
21232
21233 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
21234
21235 * configure: Handle an empty program-prefix, program-suffix or
21236 program-transform-name correctly.
21237
21238 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
21239
21240 * build-all.mk: -G 8 no longer required for MIPS targets.
21241 * test-build.mk: Don't pass host argument to configure; make it
21242 guess.
21243
21244 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
21245
21246 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
21247 * Makefile.in (COMPRESS): New macro, like GZIP.
21248
21249 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
21250
21251 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21252
21253 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21254 with gas currently defaults to -G 0.
21255
21256 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
21257
21258 * Makefile.in (all-flex): flex depends on byacc.
21259
21260 * build-all.mk: If host not specified, use config.guess. Pass TAG
21261 to test-build.mk as RELEASE_TAG.
21262 * test-build.mk (configargs): New variable containing arguments to
21263 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
21264 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21265
21266 * config.guess: Use /bin/uname when checking -X argument on SCO,
21267 to avoid invoking GNU uname which doesn't understand -X.
21268
21269 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21270
21271 * configure.in: Build gas for mips-*-*.
21272
21273 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21274
21275 * Makefile.in (all.normal): insert missing backslash.
21276
21277 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
21278
21279 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
21280
21281 * Makefile.in: Complete overhaul to merge many almost identical
21282 targets.
21283
21284 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21285
21286 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21287 (gdb.tar.Z): Adjusted.
21288
21289 * Makefile.in (setup-dirs, taz): New targets; should be general
21290 enough to adapt for gdb sometime. Build only .z file.
21291 (gas.tar.z): New target.
21292
21293 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
21294
21295 * build-all.mk: Use CC=cc -Xs on Solaris.
21296
21297 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
21298
21299 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
21300 for handling BISON for FSF releases.
21301
21302 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21303
21304 * configure: Actually implement the change zoo just documented.
21305
21306 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21307
21308 * configure: when using config.guess, only set target_alias when
21309 it's not already been set (ie, on the command line)
21310
21311 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21312
21313 * Makefile.in: add installcheck target, set PRMS to install-prms
21314
21315 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21316
21317 * configure: add support for package_makefile_fragment, handle the
21318 case where a directory has a configure.in file but no Makefile.in
21319 more gracefully (with an actual understandable error message, even);
21320 add support for --without (and add this to the usage message); also
21321 explicitly add a --host=${host_alias} to the command line when
21322 config.guess is used
21323
21324 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21325
21326 * configure: Must use both --host and --target in recursive calls.
21327
21328 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
21329
21330 * Makefile.in: Change deja-gnu to dejagnu.
21331
21332 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
21333
21334 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21335
21336 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21337
21338 * configure.in: canonicalize all instances to *-*-solaris2*,
21339 also strip out a number of tools to not build for go32 host
21340
21341 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21342
21343 * config.guess: add GPL.
21344
21345 * Makefile.in, config.guess, config.sub, configure: bump
21346 copyrights to 93.
21347
21348 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
21349
21350 * Makefile.in (do-info): Removed obsolete check for existence of
21351 localenv file.
21352
21353 * Makefile.in (MAKEOVERRIDES): Define to be empty.
21354
21355 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21356
21357 * Makefile.in: a couple of 'else true' for decstation,
21358 support for TclX
21359
21360 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21361
21362 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
21363
21364 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21365
21366 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
21367
21368 * config.guess: Recognize i386-ibm-aix (PS/2).
21369 * configure.in: Use config/mh-aix386 file for it.
21370
21371 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
21372
21373 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21374 CC_FOR_TARGET instead.
21375 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21376
21377 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
21378
21379 * Makefile.in: Add sim to list of directories sent with gdb
21380
21381 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
21382
21383 * configure.in: Put back mips-dec-bsd* case.
21384
21385 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
21386
21387 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21388 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
21389 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
21390
21391 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21392
21393 * configure.in: remove no-op mips-dec-bsd* in "case $target"
21394
21395 * Makefile.in (dir.info): only run gen-info-dir if it exists,
21396 (install-info): install dir.info only if it exists,
21397 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21398
21399 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
21400
21401 * configure.in: For vms target, skip bfd, ld, binutils. Do build
21402 gas for mips-dec-bsd.
21403
21404 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
21405
21406 * configure (makesrcdir): If ${srcdir} is relative and not ".",
21407 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21408
21409 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
21410
21411 * configure.in: Added "dejagnu" to hosttools list.
21412
21413 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
21414
21415 * config.sub, configure.in, config.guess: Add support
21416 for Bosx, an AIX variant from Bull.
21417 Patches from F.Pierresteguy@frcl.bull.fr.
21418
21419 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
21420
21421 * devo/dejagnu: Initial creation of devo/dejagnu.
21422 Migrated dejagnu testcases and support files for testing software
21423 tools to reside as subdirectories, currently called "testsuite",
21424 within the directory of the software tool. Migrated all programs,
21425 support libraries, etc. beloging to dejagnu proper from
21426 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
21427 with no modifications. The changes to these files which will
21428 allow them to configure, build, and execute properly will be made
21429 in a future update.
21430
21431 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21432
21433 * Makefile.in: Change send_pr to send-pr.
21434 * configure.in: Likewise.
21435 * send_pr: Renamed directory to send-pr.
21436
21437 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
21438
21439 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
21440
21441 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
21442
21443 * README: Update for gdb-4.8 release.
21444 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
21445 gdb-xxx.tar.z (gzip'd) file also.
21446
21447 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21448
21449 * Makefile.in: make all-diff depend on all-libiberty
21450
21451 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
21452
21453 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21454
21455 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21456
21457 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21458
21459 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
21460
21461 * Makefile.in (DEVO_SUPPORT): Remove etc directory
21462 (ETC_SUPPORT): Only add the files GDB wants from etc/.
21463 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
21464
21465 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21466
21467 * Makefile.in: makeinfo binary is in a new location
21468
21469 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
21470
21471 * config.sub: Accept -ecoff as an OS.
21472
21473 * Makefile.in: Various changes to eliminate a level of make
21474 recursion and reduce the required command line length.
21475 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21476 sub-makes.
21477 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21478 variables holding settings for specific sub-makes.
21479 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21480 in terms of BASE_FLAGS_TO_PASS.
21481 (TARGET_LIBS): New variable listing directories which use
21482 TARGET_FLAGS_TO_PASS.
21483 (subdir_do): Eliminated.
21484 (do-*): New set of targets to replace subdir_do.
21485 (various): All targets which used subdir_do now depend on do-*.
21486 (local-clean): Renamed from do_clean.
21487 (local-distclean): New target, dependency of distclean and
21488 realclean.
21489 (install-info): Don't create directories. Depend on dir.info
21490 rather than calling make recursively.
21491 (install-dir.info): Eliminated.
21492 (install-info-dirs): Create all info directories here.
21493 (dir.info): Depend upon do-install-info.
21494
21495 * test-build.mk (HOLES): Added false.
21496
21497 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
21498
21499 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
21500
21501 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21502
21503 * Makefile.in (info): remove dependency on all-texinfo. The
21504 problem was really in texinfo/C, not at this level.
21505
21506 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
21507
21508 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21509
21510 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
21511
21512 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
21513 GDB releases.
21514
21515 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21516
21517 * configure: Include srcdir in message about target of link not
21518 being found. Don't convert `-' to `_' in `with' options being
21519 passed to subdirs.
21520
21521 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21522
21523 * configure.in: add uudecode to host_tools
21524
21525 * Makefile.in: added {all,install}-uudecode targets, added them to
21526 the appropriate lists
21527
21528 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
21529
21530 * Makefile.in (all-gcc): Added dependency on all-gas.
21531
21532 * configure.in (mips-*-*): Build ld and binutils.
21533
21534 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21535
21536 * configure: check return code from mkdir, print error message and
21537 exit on failure.
21538
21539 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21540
21541 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21542
21543 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21544
21545 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21546
21547 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21548
21549 * config.sub (h8500): Recognize this as a cpu type.
21550
21551 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21552
21553 * configure: source directory missing is no longer a warning
21554
21555 * configure.in: recognize irix[34]* instead of irix[34]
21556
21557 * Makefile.in: define and pass down X11_LIB
21558
21559 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21560
21561 * guess-systype: Renamed to ...
21562 * config.guess: ... by popular request.
21563 * configure.in, Makefile.in: Update accordingly.
21564
21565 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21566
21567 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21568 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21569 + Execute ./dummy instead of assuming . is in PATH.
21570
21571 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21572
21573 * guess-systype: New shell script. Attempts to guess the
21574 canonical host name of the executing host.
21575 Only a few hosts are supported so far.
21576 * configure: Call guess-systype if no host is specified.
21577
21578 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21579
21580 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21581 gcc Makefile.
21582
21583 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21584
21585 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21586 (all-gcc, install-gcc, subdir_do): Use it.
21587
21588 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21589
21590 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21591
21592 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21593
21594 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21595 set exclusively by configure, using configure.in .
21596
21597 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21598
21599 * test-build.mk: set $PATH for all builds
21600
21601 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21602
21603 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21604
21605 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21606 the one used in gcc/Makefile.in, so that a null expansion doesn't
21607 override the one needed to build gcc with a native cc.
21608
21609 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21610
21611 * configure: Accept -with arguments.
21612
21613 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21614
21615 * Makefile.in: added h8300sim
21616
21617 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21618
21619 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21620 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21621 (all-cygnus, native, build-cygnus): Make
21622 $(canonhost)-stamp-3stage-done, not $(host)....
21623 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21624 i386-sco3.2v4. Added else true to if command.
21625
21626 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21627
21628 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21629
21630 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21631
21632 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21633
21634 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21635
21636 * configure.in: don't remove binutils from Solaris builds
21637
21638 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21639
21640 * Makefile.in: get rid of earlier definitions for *clean,
21641 also handle the recursive info rule better
21642
21643 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21644
21645 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21646 do more-or-less the right thing.
21647
21648 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21649
21650 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21651 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21652
21653 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21654
21655 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21656 $(host_canonical).
21657
21658 * configure.in: split the configdirs list into 4 categories (native
21659 v. cross, library v. tool) and handle the cross-only and native-
21660 only in more reasonable (and correct!) way.
21661
21662 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21663
21664 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21665 configdirs anymore.
21666
21667 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21668
21669 * Makefile.in: extensive cleanup:: removed all of the explicit
21670 clean-* targets, collapsed many wrappers around subdir_do into
21671 one, added additional targets to satisfy standards.texi, deleted
21672 some old targets, some changes for consistency
21673
21674 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21675
21676 * configure.in: handle some programs as cross-only, and others as
21677 native only
21678
21679 * test-build.mk: handle partial holes in a more generic manner
21680
21681 * Makefile.in: m4 depends on libiberty
21682
21683 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21684
21685 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21686 time, wdiff, and find to configdirs
21687
21688 * Makefile.in: all, clean, and install rules for the new programs
21689 added to configure.in
21690
21691 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21692
21693 * configure.in: use mh-sun for all *-sun-* hosts
21694
21695 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21696
21697 * Makefile.in: define flags for X11 include files and library file
21698 locations, pass them down to the programs that need this info
21699
21700 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21701
21702 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21703
21704 * configure.in: start building libg++ for HP-UX targets
21705
21706 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21707
21708 * README: Update references to files moved into etc/.
21709
21710 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21711
21712 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21713 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21714
21715 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21716
21717 * configure: accept dash as well as underscore in long option
21718 names for FSF compatibility.
21719
21720 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21721
21722 * config.sub: added -sco3.2v4 support from FSF.
21723
21724 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21725
21726 * configure.in: expand the section that adds or removes
21727 directories from the list of programs to build, to handle native
21728 vs. cross in addition to host v. native
21729
21730 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21731
21732 * Makefile.in: Replace C++ in macro names with CXX.
21733 This is less likely to break ...
21734
21735 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21736
21737 * test-build.mk: add -w to GNU_MAKE
21738
21739 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21740
21741 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21742 add 'sparc' to list of recognized cpus. This needed to make
21743 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21744 Delete some redundant ose68 variants. Recognize -wrs as an os,
21745 then changes that into $CPU-wrs-vxworks.
21746
21747 * configure.in: remove most references to gdbtest, regularize
21748 target based program removal
21749
21750 * test-build.mk: import from p3 tree (many fixes and changes)
21751
21752 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21753
21754 * Makefile.in: added rules to handle tcl, tk, and expect
21755
21756 * configure.in: handle those directories if they exist
21757
21758 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21759
21760 * config.sub: removed bogus hppabsd and hppahpux names, since
21761 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21762
21763 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21764
21765 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21766 depends upon all-xiberty
21767
21768 * Makefile.in: changes from p3, including:
21769
21770 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21771
21772 * Makefile.in (XTRAFLAGS): include newlib directories if
21773 newlib/Makefile exists, rather than if host != target.
21774
21775 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21776
21777 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21778 from the same source tree and not building a cross-compiler. This
21779 matters for the libg++ configuration if reconfiguring a tree that
21780 has already been installed.
21781
21782 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21783
21784 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21785 pick up the machine and system specific header files.
21786
21787 * Makefile.in: added AS_FOR_TARGET, passed down in
21788 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21789 the C compiler to use to create programs which are run in the
21790 build environment, set it to default to $(CC), and passed it down
21791 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21792
21793 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21794
21795 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21796 We need them for unusual native builds, like systems without
21797 ranlib.
21798
21799 * configure: also define $(host_canonical) and
21800 $(target_canonical), which are the full, canonical names for the
21801 given host and target
21802
21803 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21804
21805 * Makefile.in: Added separate definitions for C++.
21806
21807 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21808
21809 * configure.in (configdirs): Add deja-gnu.
21810
21811 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21812
21813 * README: Update for configure.texi and gdb-4.7 release.
21814
21815 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21816
21817 * Makefile.in: Move "all" target to top of file.
21818 Previously, first target was ".PHONY" which caused BSD4.4 make
21819 to build .PHONY when make was run without arguments.
21820
21821 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21822
21823 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21824 Library-copylefted code in libiberty.
21825
21826 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21827
21828 * config.sub: Replace m68kmote with plain old m68k.
21829
21830 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21831
21832 * Makefile.in: Remove space from blank line, avoid Make complaints.
21833
21834 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21835
21836 * config.sub: Complain if no argument is given. Added support for
21837 386bsd as OS and target alias.
21838
21839 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21840
21841 * Makefile.in (XTRAFLAGS): include newlib directories if
21842 newlib/Makefile exists, rather than if host != target.
21843
21844 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21845
21846 * config.sub: recognize sparclite-wrs-vxworks.
21847
21848 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21849 p3.) Added clean-xiberty to clean.
21850
21851 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21852
21853 * configure.in: use *-*-* instead of nested cases for host and target
21854
21855 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21856
21857 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21858 from the same source tree and not building a cross-compiler. This
21859 matters for the libg++ configuration if reconfiguring a tree that
21860 has already been installed.
21861
21862 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21863
21864 * config.sub (i486v/i486v4): Merge in from FSF version.
21865
21866 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21867
21868 * configure: only set PWD if it is already set.
21869
21870 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21871
21872 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21873 doesn't have unset and all success paths (and most error paths)
21874 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21875 to just ${PWD} to avoid confusion.)
21876
21877 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21878
21879 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21880 even for a native compilation.
21881
21882 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21883
21884 Changes to make the gdb.tar.Z rule work better.
21885
21886 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21887 (DEVO_SUPPORT): Add configure.texi.
21888 (bfd-ilrt.tar.Z): Remove ancient rule.
21889
21890 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21891
21892 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21893 pick up the machine and system specific header files.
21894
21895 * configure.in, config.sub: added new target m68010-adobe-scout,
21896 with alias of adobe68k. Changed configure.in to check for
21897 -scout before -sco* to avoid a false match.
21898
21899 * Makefile.in: added AS_FOR_TARGET, passed down in
21900 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21901 the C compiler to use to create programs which are run in the
21902 build environment, set it to default to $(CC), and passed it down
21903 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21904
21905 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21906
21907 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21908 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21909 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21910 FOR_TARGET variants, to newlib and libg++.
21911
21912 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21913
21914 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21915 first.
21916
21917 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21918
21919 * config.sub: Accept `elf' as an environment.
21920
21921 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21922
21923 * Makefile.in (all-opcodes): cd into the right directory
21924
21925 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21926
21927 * configure: added -program_transform_name option, used as
21928 argument to sed when installing programs.
21929 configure.texi: added documentation for -program_prefix,
21930 -program_suffix and -program_transform_name.
21931
21932 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21933
21934 * config.sub: Accept i486 where i386 ok.
21935
21936 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21937
21938 * config.sub: accept we32k
21939
21940 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21941
21942 * config.sub, configure.in: accept OSE68000 and OSE68k.
21943
21944 * Makefile.in: don't create all directories for ``make install'';
21945 let the subdirectories create the ones they need.
21946
21947 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21948
21949 * COPYING: new file, GPL v2
21950
21951 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21952
21953 * Makefile.in: use the new gen-info-dir, which needs a template
21954 argument (which also lives in texinfo)
21955
21956 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21957
21958 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21959
21960 * config.sub (ncr3000): Change i386 to i486.
21961
21962 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21963
21964 * Makefile.in: add install-rcs, install-grep to
21965 install-no-fixedincludes, removed install-bison and install-libgcc
21966
21967 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21968
21969 * configure.in: grab the HPUX makefile fragment if on HPUX
21970
21971 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21972
21973 * Makefile.in: eradicate bison spoor (ditto libgcc).
21974 configure.in: recognise m68{k,000}-ericsson-OSE.
21975 es1800 is alias for m68k-ericsson-OSE
21976
21977 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21978
21979 * configure.in: rearrange the parts that remove programs from
21980 configdirs, based now on HOST==TARGET or by canonical triple.
21981
21982 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21983
21984 * test-build.mk: recurse explicitly with -f test-build.mk when
21985 appropriate. predicate stage3 and comparison on the existence
21986 of gcc. That is, if gcc isn't around, we aren't three-staging.
21987 On very clean, also remove ...stamp-co. Build in-place before
21988 doing other builds.
21989
21990 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21991
21992 * Makefile.in, configure.in: add tgas
21993
21994 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21995
21996 * Makefile.in: a number of changes merged in from progressive.
21997
21998 * configure.in: add libm.
21999
22000 * .cvsignore: ignore some stuff that comes from test-build.mk.
22001
22002 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
22003
22004 * config.sub: Add es1800 (m68k-ericsson-es1800).
22005
22006 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
22007
22008 * configure: Add program_suffix (parallel to program_prefix)
22009 * Makefile.in: adjust directory-creating script for losing decstation
22010
22011 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
22012
22013 * configure: Minor $subdir-related fixes.
22014
22015 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
22016
22017 * configure: fix various problems with propogating
22018 makefile_target_frag in subdirs.
22019 * configure.in: config libgcc if its there
22020
22021 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
22022
22023 * config.sub: HPPA merge.
22024
22025 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
22026
22027 * Makefile.in: Replace all-bison with all-byacc in all
22028 dependency lines for other tools (which now use byacc).
22029
22030 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
22031
22032 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
22033
22034 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
22035
22036 * Makefile.in: make gprof rules similar to byacc rules (instead of
22037 vestigal $(unsubdir) that didn't work...)
22038
22039 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
22040
22041 * config.sub: Add support for Linux.
22042 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
22043 (at least for libg++).
22044
22045 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
22046
22047 * configure.texi: fix doc for the -nfp option to configure
22048
22049 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
22050
22051 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
22052
22053 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
22054
22055 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
22056 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
22057 * configure.in: added solaris* host_makefile_frag hook.
22058
22059 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22060
22061 * config.sub: changed recognition of m68000 so that various
22062 m68k types can be specified via m680[01234]0
22063
22064 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22065
22066 * config.sub (basic_machine): fix sed so that '-foo' isn't
22067 completely substituted out while .+'-foo' loses the '-foo'
22068
22069 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
22070
22071 * config.sub ($os): Add -aout.
22072
22073 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
22074
22075 * configure: If host_makefile_frag is absolute, don't
22076 prefix ${invsubdir} (relevant to libg++ auto-configure).
22077
22078 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
22079
22080 * Makefile.in (tooldir): Define it.
22081 (all-ld): Depend on all-flex.
22082
22083 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
22084
22085 * Makefile.in (check): Fix libg++ special case.
22086
22087 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
22088
22089 * configure: do not bury `pwd` into config.status, thus do fewer
22090 pwd's.
22091
22092 * configure: print the "Building in" message only when building in
22093 other than "." AND verbose.
22094
22095 * configure: remove -s, rework -v to better accommodate guested
22096 configures.
22097
22098 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
22099
22100 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
22101
22102 * Makefile.in: macroize flags passed on recursion. remove
22103 fileutils.
22104
22105 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
22106
22107 * configure: get makesrcdir right for subdirs deeper than 1.
22108
22109 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
22110 install.
22111
22112 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
22113
22114 * Makefile.in: don't print subdir_do or recursion lines.
22115
22116 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
22117
22118 * standards.texi: added menu item.
22119
22120 * Makefile.in: build and install standards.info.
22121
22122 * standards.texi: new file.
22123
22124 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22125
22126 * configure: test for and move config.status pieces from
22127 ${subdir}/.
22128
22129 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
22130
22131 * configure: Test for existance of files before trying to mv
22132 them, to avoid numerous non-existance messages.
22133
22134 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
22135
22136 * configure: correct final line of config.status.
22137
22138 * configure: patch from eggert. Avoids a protection problem if
22139 the original Makefile.in is read only.
22140
22141 * configure: use move-if-change from gcc to create config.status.
22142 Some makefiles depend on config.status to tell if a directory
22143 has been reconfigured for a different host. This change
22144 prevents those directories from remaking everything in the case
22145 where the reconfig was only intended to rebuild a Makefile.
22146
22147 * configure: test for config.sub with "config.sub sun4" rather
22148 than "config.sub ${host_alias}". Otherwise we can't tell a bad
22149 host alias from a missing config.sub.
22150
22151 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22152
22153 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
22154 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
22155
22156 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
22157
22158 * configure: mkdir ${subdir} as needed.
22159
22160 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
22161
22162 * Makefile.in,configure.in: added autoconf.
22163
22164 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22165
22166 * Makefile.in: no longer pass against on recursion.
22167
22168 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
22169 definitions are not inherited.
22170
22171 * configure: correct makesrcdir when subdir is .
22172
22173 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
22174
22175 * configure: Add support for 'subdirs' variable, which is
22176 like 'configdirs', except that configure doesn't re-invoke
22177 itself for subdirs, it just creates a Makefile for each subdir.
22178 * configure.texi: Document subdirs.
22179
22180 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22181
22182 * configure.in: added flex to configdirs
22183
22184 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
22185
22186 * Makefile.in: remove clean-stamps from clean.
22187
22188 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
22189
22190 * configure.in: Add gdbtest to configdirs.
22191
22192 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
22193
22194 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
22195 to recursive makes.
22196 * configure.in: Recognize new ncr3000 config.
22197
22198 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
22199
22200 * Makefile.in, configure.in: removed references to gdbm.
22201
22202 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
22203
22204 * config.sub: Don't canonicalize os value
22205 newsos* to bsd (readline needs to check for newsos).
22206 (This fix was earlier made Jan 31, but got re-broken.)
22207
22208 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
22209
22210 * configure.in: sco is an os, not a vendor!
22211
22212 * configure: Quote $( better. Keep various shells happy.
22213
22214 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
22215
22216 * Makefile.in: eliminate stamp-files.
22217
22218 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
22219
22220 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
22221 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
22222
22223 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
22224
22225 * config.sub: fix iris/iris3.
22226
22227 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
22228
22229 * configure: re-add -rm.
22230
22231 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
22232
22233 * Maskefile.in: add .stmp-rcs to all.
22234
22235 * configure.in: remove gas from rs6000 build, use aix host fragment.
22236
22237 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
22238
22239 * configure: pass down site_option during recursion.
22240
22241 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
22242
22243 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
22244
22245 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
22246
22247 * configure: Change exec_prefix so that it really defaults to prefix.
22248
22249 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
22250
22251 * Makefile.in, configure.in: Add support for mmalloc library.
22252
22253 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
22254
22255 * Makefile.in: add stmp dependencies for a few more things.
22256
22257 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
22258
22259 * configure: adjusted error message on objdir/srcdir configure
22260 collision, per john's suggestion.
22261
22262 * Makefile.in: add libiberty stmp to all and all.cross.
22263
22264 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
22265
22266 * Makefile.in: remove force dependencies, add grep to all.
22267
22268 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
22269
22270 * Makefile.in: drop flex. make stamp files work.
22271
22272 * configure: added test for conflicting configuration in srcdir,
22273 remove trailing slashes from srcdir. Otherwise emacs gdb mode
22274 gets cranky. use relative paths for configure and srcdir
22275 whenever possible. Send some error messages to stderr that were
22276 going to stdout.
22277
22278 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
22279
22280 * Makefile.in: Fix libg++ rule to check for gcc directory
22281 before using gcc/gcc. Also pass XTRAFLAGS.
22282
22283 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
22284
22285 * Makefile.in: added stmp-files so that directories aren't polled
22286 when they are already built.
22287
22288 * configure.texi: fixed a node pointer problem.
22289
22290 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
22291
22292 * config.sub configure.in gdb/configure.in
22293 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22294 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22295 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
22296
22297 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22298
22299 * configure: -recurring becomes -silent. corrected help message
22300 for -site= option.
22301
22302 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22303
22304 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22305
22306 * configure: when building Makefile for crosses, replace
22307 tooldir and program_prefix. default srcdir from location of
22308 config.sub. remove "for host in hosts" and "for target in
22309 targets" loops.
22310
22311 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22312
22313 * Makefile.in: Do not pass bindir or mandir to cvs.
22314
22315 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
22316
22317 * Makefile.in, configure.in: removed traces of namesubdir,
22318 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
22319 copyrights to '92, changed some from Cygnus to FSF.
22320
22321 * configure.texi: remove most references to multiple hosts,
22322 multiple targets, subdirs, etc.
22323
22324 * configure.man: removed rcsid. reference config.sub not
22325 config.subr.
22326
22327 * Makefile.in: mkdir $(infodir) on install-info.
22328
22329 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
22330
22331 * configure.texi: Explain better about .gdbinit and about
22332 the environment that configure.in sections run in.
22333
22334 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
22335
22336 * configure.in: Ultrix is only a decstation if it's a MIPS.
22337
22338 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
22339
22340 * README: DOC.configure => cfg-paper.texi.
22341
22342 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
22343
22344 * config.sub (near case $os): Don't convert newsos* to bsd!
22345
22346 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
22347
22348 * Makefile.in: Reinstall change from gdb-4.3 that reduces
22349 the number of copies of COPYING that go into the GDB tar file.
22350
22351 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
22352
22353 * bfd/configure.in, gdb/config/mh-i386sco,
22354 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22355 Fix SCO configuration stuff.
22356
22357 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
22358
22359 * Makefile.in: For libg++, make sure the -I pointing
22360 to the gcc directory goes *after* all the libg++-local -I flags.
22361 Also, move just-gcc dependency from just-libg++ to all-libg++.
22362
22363 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
22364
22365 * configure: Change -x to -f to keep Ultrix /bin/test happy.
22366
22367 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
22368
22369 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
22370
22371 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
22372
22373 * config.sub: Add stratus configuration frags. Also
22374 submitted to FSF.
22375
22376 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
22377
22378 * Makefile.in (DEV_SUPPORT): add configure.man.
22379
22380 * config.sub(Decode manufacturer-specific): add -none*.
22381
22382 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
22383
22384 * Makefile.in: remove form feeds to make Sun's make happy.
22385 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
22386
22387 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
22388
22389 * Makefile.in (AR_FLAGS): Make quieter.
22390
22391 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
22392
22393 * configure.in: Add libg++.
22394 * configure: When verbose, don't output the command line at each
22395 level; it will be unremarkably the same as the previous version,
22396 which will be the same as what the user typed.
22397
22398 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
22399
22400 * configure.in, Makefile.in: fix clean-info, add flex. add
22401 fileutils.
22402
22403 * configure: be less sensitive to spaces in Makefile.in. Do not
22404 look for sources in "..". Doing so breaks subdirectories that
22405 might have their own configure. If a subdir has it's own
22406 configure script, use it.
22407
22408 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
22409
22410 * cfg-paper.texi: some changes suggested by rms.
22411
22412 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
22413
22414 * config.sub: Merge in some small additions from the FSF version,
22415 taken from the gcc distribution, to bring the Cygnus and FSF
22416 versions into closer sync.
22417
22418 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
22419
22420 * configure.in: Changed svr4 references to sysv4.
22421
22422 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
22423
22424 * configure: added -V for version number option.
22425
22426 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
22427
22428 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22429 renamed from DOC.configure to cfg-paper.texi.
22430
22431 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22432
22433 * configure, config.subr, config.sub: config.subr is now
22434 config.sub again.
22435
22436 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
22437
22438 * configure.texi: new file, in progress.
22439
22440 * Makefile.in: build info file and install the man page for
22441 configure.
22442
22443 * configure.man: new file, first cut.
22444
22445 * configure: find config.subr again now that configuration "none"
22446 has gone. removed all traces of the -ansi option. removed all
22447 traces of the -languages option.
22448
22449 * config.subr: resync from rms.
22450
22451 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22452
22453 * configure, config.sub, config.subr: merge config.sub into
22454 config.subr, call the result config.subr, remove config.sub, use
22455 config.subr.
22456
22457 * Makefile.in: revised install for dir.info.
22458
22459 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22460
22461 * configure.in: add decstation host makefile frag.
22462
22463 * Makefile.in: BISON now bison -y again. also install-gcc on
22464 install. clean-gdbm on clean. infodir belongs in datadir.
22465 Make directories for info install. Build dir.info here then
22466 install it.
22467
22468 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22469
22470 * Makefile.in: fix for bad directory tests.
22471
22472 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22473
22474 * configure: \{1,2\} appears to be a sysv'ism. Use a different
22475 regexp. -srcdir relative was being handled incorrectly.
22476
22477 * Makefile.in: unwrapped some for loops so that parallel makes
22478 work again and so one can focus one's attention on a particular
22479 package.
22480
22481 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22482
22483 * configure: added PWD as a stand in for `pwd` (for speed). use
22484 elif wherever possible. make -srcdir work without -objdir.
22485 -objdir= commented out.
22486
22487 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22488
22489 * configure: +options become --options. -subdirs commented out.
22490 added -host, -datadir. Renamed -destdir to -prefix. Comment in
22491 Makefile now at top of generated Makefile. Removed cvs log
22492 entries. added -srcdir. create .gdbinit only if there is one
22493 in ${srcdir}.
22494
22495 * Makefile.in: idestdir and ddestdir go away. Added copyrights
22496 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
22497 and mandir now keyed off datadir by default.
22498
22499 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22500
22501 * Freshly created ChangeLog.
22502
22503 \f
22504 Local Variables:
22505 mode: change-log
22506 left-margin: 8
22507 fill-column: 76
22508 version-control: never
22509 End: