]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointers
[thirdparty/gcc.git] / ChangeLog
CommitLineData
de62156b 1 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
2
3 * MAINTAINERS (Write After Approval): Add myself.
4
342964b6 52019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6
7 PR target/88535
8 * config.guess: Import upstream version 2019-01-03.
9 * config.sub: Import upstream version 2019-01-01.
10
c486e31b 112018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
12
13 * MAINTAINERS (Write After Approval): Update my maintainer address.
14
9ee8356d 152018-12-21 Gergö Barany <gergo@codesourcery.com>
16
17 * MAINTAINERS (Write After Approval): Add myself.
18
b31d0348 192018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
20
21 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
22
16706a2e 232018-12-05 Iain Sandoe <iain@sandoe.co.uk>
24
25 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
26 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
27 (GCC_TARGET_TOOL): Likewise.
28 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
29 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
342964b6 30 OTOOL, OTOOL_FOR_TARGET: New substitutions.
16706a2e 31 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
342964b6 32 * configure: Regenerate.
16706a2e 33 * Makefile.in: Likewise.
34
da8dd068 352018-11-28 Johannes Pfau <johannespfau@gmail.com>
36
37 * MAINTAINERS (Write After Approval): Add myself.
38
adc80ab7 392018-11-13 Martin Liska <mliska@suse.cz>
40
41 * gcc.target/i386/pr87930.c: Move to ...
42 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
43
f9f83457 442018-11-10 Stafford Horne <shorne@gmail.com>
45
46 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
47 (Write After Approval): Remove myself.
48
e7b82989 492018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
50
51 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
52 Append $INCICONV to it.
53
0acb32e2 542018-11-04 Stafford Horne <shorne@gmail.com>
55
56 * MAINTAINERS (Write After Approval): Add myself.
57
f00f02a3 582018-10-31 Joseph Myers <joseph@codesourcery.com>
59
60 PR bootstrap/82856
61 * multilib.am: New file. From automake.
62
63 Merge from binutils-gdb:
64 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
65
66 * libtool.m4: Use AC_LANG_SOURCE.
67 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
68 * ar-lib: New file.
69 * test-driver: New file.
70 * configure: Re-generate.
71
b5441001 722018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
73
74 * MAINTAINERS (Write After Approval): Add myself.
75
72a2ce3d 762018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
77
78 PR bootstrap/87788
79 PR d/87799
80 * configure: Rebuild.
81 * configure.ac: Disable D on systems where it is known not to work.
82
03385ed3 832018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
84
85 * Makefile.def (target_modules): Add libphobos.
86 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
87 GDCFLAGS_FOR_TARGET.
88 (dependencies): Make libphobos depend on libatomic, libbacktrace
89 configure, and zlib configure.
90 (language): Add language d.
91 * Makefile.in: Rebuild.
92 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
93 (HOST_EXPORTS): Add GDC.
94 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
95 (BASE_TARGET_EXPORTS): Add GDC.
96 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
97 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
98 (EXTRA_HOST_FLAGS): Add GDC.
99 (STAGE1_FLAGS_TO_PASS): Add GDC.
100 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
101 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
102 environment variables.
103 * configure: Rebuild.
104 * configure.ac: Add target-libphobos to target_libraries. Set and
105 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
106
38602cd9 1072018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
108
109 * MAINTAINERS (Write After Approval): Add myself.
110
ddc69a97 1112018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
112
113 * MAINTAINERS (Write After Approval): Remove myself.
114
e70725a9 1152018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
116
117 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
118
c659c71f 1192018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
120
121 * MAINTAINERS: Update my email address.
122
042674a5 1232018-10-04 Thomas Schwinge <thomas@codesourcery.com>
124
125 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
126 maintainer.
127
15359c96 1282018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
129
130 * MAINTAINERS (Write After Approval): Add self.
131
089d1a5f 1322018-09-13 Sam Tebbs <sam.tebbs@arm.com>
133
134 * MAINTAINERS (write after approval): Add myself.
135
e4040c13 1362018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
137
138 * MAINTAINERS: Update my email address.
139
72310d4f 1402018-08-29 Vlad Lazar <vlad.lazar@arm.com>
141
142 * MAINTAINERS (write after approval): Add myself.
143
db75ccc1 1442018-08-21 Richard Sandiford <richard.sandiford@arm.com>
145
146 * MAINTAINERS: Add self to global reviewers list.
147
56469e97 1482018-08-17 Sandra Loosemore <sandra@codesourcery.com>
149
150 MAINTAINERS: Add c-sky port maintainers.
151
8ff80b6b 1522018-08-10 Martin Liska <mliska@suse.cz>
153
154 * MAINTAINERS: Revert change in previous commit and
c9e63184 155 join lines.
8ff80b6b 156
a29d4af6 1572018-08-10 Martin Liska <mliska@suse.cz>
158
159 * MAINTAINERS: Remove extra line.
160
d6c80428 1612018-08-06 Naveen H.S <naveenh@marvell.com>
162
163 * MAINTAINERS: Update my email address.
164
30125118 1652018-07-19 DJ Delorie <dj@redhat.com>
166
167 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
168 as maintainer.
169
a7c7a77c 1702018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
171
172 * MAINTAINERS: Adjust email address for me and my colleague Robin
173 Dapp.
174
890efbeb 1752018-07-13 H.J. Lu <hongjiu.lu@intel.com>
176 Sunil K Pandey <sunil.k.pandey@intel.com>
177
178 PR target/84413
179 * config/i386/i386.c (m_CORE_AVX512): New.
180 (m_CORE_AVX2): Likewise.
181 (m_CORE_ALL): Add m_CORE_AVX2.
182 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
183 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
184 and remove the rest of m_SKYLAKE_AVX512.
185
0f7484b6 1862018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
187
188 * config.sub: Sync with upstream version 2018-07-03.
189
141b6cc0 1902018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
191
192 * config.guess: Sync with upstream version 2018-06-26.
193 * config.sub: Sync with upstream version 2018-07-02.
194
494c17dc 1952018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
196
c9e63184 197 * libtool.m4: Sort output of 'find' to enable deterministic builds.
494c17dc 198 * ltmain.sh: Likewise.
199
87fb0803 2002018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
201
202 * contrib/config-list.mk: Remove powerpc-linux_paired.
203
9488d90e 2042018-06-29 Alexandre Oliva <oliva@adacore.com>
205
206 * configure.ac: Introduce support for @unless/@endunless.
207 * Makefile.tpl (dep-kind): Rewrite with cond; return
208 postbootstrap in some cases.
209 (make-postboot-dep, postboot-targets): New.
210 (dependencies): Do not output postbootstrap dependencies at
211 first. Output non-target ones changed for configure to depend
212 on stage_last @if gcc-bootstrap, and the original deps @unless
213 gcc-bootstrap.
214 * configure.in, Makefile.in: Rebuilt.
215
2d924229 2162018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
217
218 * MAINTAINERS (write after approval): Add myself.
219
ed380f72 2202018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
221
222 * MAINTAINERS (write after approval): Add myself.
223
9805e646 2242018-06-19 Nick Clifton <nickc@redhat.com>
225
226 * zlib/configure.ac: Restore old behaviour of only enabling
227 multilibs when a target subdirectory is defined. This allows
228 building with srcdir == builddir.
229 * zlib/configure: Regenerate.
230
13532559 2312018-06-18 Eric Botcazou <ebotcazou@adacore.com>
232
233 * Makefile.def (fortran): Add check-target-libgomp-fortran.
234 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
235 * Makefile.in: Regenerate.
236
4e4e14a7 2372018-06-16 Ben Elliston <bje@gnu.org>
238
239 * config.guess: Import latest version.
240 * config.sub: Likewise.
241
1e42d5c6 2422018-06-08 Martin Liska <mliska@suse.cz>
243
244 * MAINTAINERS: Remove MPX-related entries.
245 * Makefile.def: Remove libmpx support.
13532559 246 * Makefile.in: Regenerate.
247 * configure.ac: Remove removed files.
248 * configure: Regenerate.
1e42d5c6 249 * libmpx/ChangeLog: Remove.
250 * libmpx/Makefile.am: Remove.
251 * libmpx/Makefile.in: Remove.
252 * libmpx/acinclude.m4: Remove.
253 * libmpx/aclocal.m4: Remove.
254 * libmpx/config.h.in: Remove.
255 * libmpx/configure: Remove.
256 * libmpx/configure.ac: Remove.
257 * libmpx/configure.tgt: Remove.
258 * libmpx/libmpx.spec.in: Remove.
259 * libmpx/mpxrt/Makefile.am: Remove.
260 * libmpx/mpxrt/Makefile.in: Remove.
261 * libmpx/mpxrt/libmpx.map: Remove.
262 * libmpx/mpxrt/libtool-version: Remove.
263 * libmpx/mpxrt/mpxrt-utils.c: Remove.
264 * libmpx/mpxrt/mpxrt-utils.h: Remove.
265 * libmpx/mpxrt/mpxrt.c: Remove.
266 * libmpx/mpxrt/mpxrt.h: Remove.
267 * libmpx/mpxwrap/Makefile.am: Remove.
268 * libmpx/mpxwrap/Makefile.in: Remove.
269 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
270 * libmpx/mpxwrap/libtool-version: Remove.
271 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
272
702e42ae 2732018-06-04 Martin Liska <mliska@suse.cz>
274
275 * MAINTAINERS: Add myself as gcov maintainer.
276
4c0847cf 2772018-06-04 Matthew Fortune <mfortune@gmail.com>
278
279 * MAINTAINERS: Update my email address.
280
e84df84f 2812018-06-04 Tom de Vries <tdevries@suse.de>
282
283 * MAINTAINERS: Remove write-after-approval entries for component
284 maintainers.
285
a094aab5 2862018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
287
288 * MAINTAINERS (write after approval): Add myself.
289
923b8a94 2902018-06-01 Bin Cheng <amker@gcc.gnu.org>
26bbd54c 291
292 * MAINTAINERS: Update my email address.
293
a9a67ce3 2942018-06-01 Tom de Vries <tdevries@suse.de>
295
296 * MAINTAINERS: Update my email address.
297
568075ea 2982018-05-22 Bin Cheng <bin.cheng@arm.com>
299
300 * MAINTAINERS (loop-optimizer): Add myself.
301
b9bdd103 3022018-05-01 Francois H. Theron <francois.theron@netronome.com>
303
304 * configure.ac: Added "nfp" target.
305 * configure: Regenerate.
306
f07f7f41 3072018-04-30 Richard Biener <rguenther@suse.de>
308
309 PR bootstrap/85571
310 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
311 (STAGE3_TFLAGS): Likewise.
312 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
313 (STAGEtrain_TFLAGS): Likewise.
314 * Makefile.in: Regenerate.
315
2beea61e 3162018-04-26 Richard Biener <rguenther@suse.de>
317
318 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
319 (STAGE2_CFLAGS): Likewise.
320 (STAGE2_TFLAGS): Likewise.
321 (STAGE3_CFLAGS): Add -fchecking.
322 (STAGE3_TFLAGS): Likewise.
323 (STAGEtrain_CFLAGS): Filter out -fchecking.
324 (STAGEtrain_TFLAGS): Likewise.
325 * Makefile.in: Re-generate.
326
0ddd8466 3272018-04-25 Catherine Moore <clm@codesourcery.com>
328
329 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
330
df2811ea 3312018-04-18 Paul Clarke <pc@us.ibm.com>
332
333 * MAINTAINERS (write after approval): Add myself.
334
315a7f1f 3352018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
336
337 * MAINTAINERS: Update my email address.
338
3f3e7631 3392018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
340
341 * MAINTAINERS: Remove redundant Write-After-Approval entry.
342
fe008cb9 3432018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
344
345 * MAINTAINERS: Update my email address and disambiguate myself
346 a bit from Will Schmidt.
347
efe40a58 3482018-03-21 Nathan Sidwell <nathan@acm.org>
349
350 * MAINTAINERS: Move maintainers of now-removed picochip and score
351 ports to write after approval.
352
b810fb33 3532018-03-13 Richard Sandiford <richard.sandiford@arm.com>
354
355 * MAINTAINERS: Add entry for SVE maintainership.
356
c2762a30 3572018-02-13 Maciej W. Rozycki <macro@mips.com>
358
359 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
360 * configure: Regenerate.
361
88dd4ef6 3622018-01-18 Boris Kolpackov <boris@codesynthesis.com>
363
364 * MAINTAINERS (write after approval): Add myself.
365
663b0508 3662018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
367
368 * MAINTAINERS (write after approval): Add myself.
369
cbd22752 3702018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
371
372 * MAINTAINERS (write after approval): Add myself.
55d24b6e 373
8e8f6434 3742018-01-03 Jakub Jelinek <jakub@redhat.com>
375
376 Update copyright years.
377
7e7273c0 3782018-01-03 Ben Elliston <bje@gnu.org>
379
380 * config.guess: Import latest version.
381 * config.sub: Likewise.
382
1963e4b3 3832017-12-12 Stafford Horne <shorne@gmail.com>
384
385 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
386 * configure: Regenerate.
387
3757f553 3882017-11-29 Qing Zhao <qing.zhao@oracle.com>
389
390 * MAINTAINERS (Write After Approval): Add myself.
391
efa02472 3922017-11-28 Julia Koval <julia.koval@intel.com>
393 Sebastian Peryt <sebastian.peryt@intel.com>
394
395 * Makefile.def (target_modules): Remove libcilkrts.
396 * Makefile.in: Ditto.
397 * configure: Ditto.
398 * configure.ac: Ditto.
399
6bfdb1fc 4002017-11-28 Julia Koval <julia.koval@intel.com>
401
402 * MAINTAINERS (Write After Approval): Add myself.
403
ffb2e0d0 4042017-11-22 Sudakshina Das <sudi.das@arm.com>
405
406 * MAINTAINERS (Write After Approval): Add myself.
407
eaddab26 4082017-11-06 Palmer Dabbelt <palmer@sifive.com>
409
410 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
411 Use my SiFive email address.
412
54a10b65 4132017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
414
415 * MAINTAINERS (write after approval): Add myself.
416
5367a728 4172017-10-27 Martin Liska <mliska@suse.cz>
418
419 * Makefile.tpl: Use proper name of folder as it was renamed
420 during transition to 4 stages.
421 * Makefile.in: Regenerate.
422
bba981e9 4232017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
424
4e428cd3 425 * MAINTAINERS (write after approval): Add myself.
bba981e9 426
87f03d95 4272017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
428
429 * MAINTAINERS: Add a note that maintainership also includes web
430 pages, docs, and testsuite related to that area.
431
ac6ff7c3 4322017-09-25 Tom de Vries <tom@codesourcery.com>
433
434 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
435
d8e52a5b 4362017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
437
438 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
439
b3088b93 4402017-09-15 Nathan Sidwell <nathan@acm.org>
441
442 * MAINTAINERS: Remove myself as a vxworks maintainer.
443
608f62d5 4442017-09-13 Thomas Schwinge <thomas@codesourcery.com>
445
446 * MAINTAINERS: Remove email address of Jim Norris.
447
185288ff 4482017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
449
450 * MAINTAINERS (Reviewers): Move myself from here...
451 (CPU Port Maintainers): ... to here.
452
84187da8 4532017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
454
455 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
456
abace987 4572017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
458
4e428cd3 459 * MAINTAINERS (write after approval): Add myself.
abace987 460
475738b0 4612017-07-28 Tony Reix <tony.reix@atos.net>
462
463 * configure.ac (target-libffi): Don't disable for AIX.
464 (go): Don't add to unsupported_languages on AIX.
465 (target-libgo): Don't disable for AIX.
466 * configure: Regenerate.
467
91ca42af 4682017-07-19 Yury Gribov <tetra2005@gmail.com>
469
470 * MAINTAINERS: Add myself.
471
186e3417 4722017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
473
474 * MAINTAINERS: Update my email address.
475
bf8761c8 4762017-07-04 Richard Earnshaw <rearnsha@arm.com>
477
478 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
479 arm-specific auto-generated header files.
480
d6400eba 4812017-07-03 Nathan Sidwell <nathan@acm.org>
482
483 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
484 * configure: Rebuilt.
485
844ebb30 4862017-07-03 Bernd Schmidt <bschmidt@redhat.com>
487
488 * MAINTAINERS: Readd myself for c6x.
489
5b0c96e3 4902017-06-28 Martin Liska <mliska@suse.cz>
491
492 PR bootstrap/81217
493 * Makefile.def: Remove superfluous bootstrap_target from
494 bootstrap_stage.
495 * Makefile.in: Re-generate the file.
496
137937b2 4972017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
498
4e428cd3 499 * MAINTAINERS: Add myself to Write After Approval
137937b2 500
b0cabb9f 5012017-06-21 Andrew Jenner <andrew@codesourcery.com>
502
503 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
504
696cfb66 5052017-06-19 Martin Liska <mliska@suse.cz>
506
507 * Makefile.def: Define 4 stages PGO bootstrap.
508 * Makefile.tpl: Define FLAGS.
509 * Makefile.in: Regenerate.
510
8f6c8962 5112017-06-14 Ian Lance Taylor <iant@golang.org>
512
513 * Makefile.def: Add check-gotools to go check targets.
514 * Makefile.in: Rebuild.
515
bf0ea9ad 5162017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
517
518 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
519
a703ac2b 5202017-06-03 Eric Botcazou <ebotcazou@adacore.com>
521
522 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
523 * configure: Regenerate.
524
5362e31e 5252017-05-31 Martin Liska <mliska@suse.cz>
526
527 * configure.ac: Add handling of stage2_werror_flags to
528 action-if-given and to action-if-not-given.
529 * configure: Regenerate.
530
b4607012 5312017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
532
533 * MAINTAINERS: Add self to Write After Approval
534
58659b9a 5352017-05-27 Bernd Schmidt <bschmidt@redhat.com>
536
537 * MAINTAINERS: Update my email address, and remove myself as
538 maintainer in some areas.
539
dbae3ea7 5402017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
541
542 * MAINTAINERS: Add self to Write After Approval
543
01b4453c 5442017-05-25 Nathan Sidwell <nathan@acm.org>
545
546 * configure.ac: Add --enable-languages=default to mean default and
547 make --enable-languages=all mean all supported languages.
548 * configure: Regenerated.
549
01e91138 5502017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
551
552 * config.gcc (powerpc*-*-*spe*): New.
553 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
554 (powerpc-*-rtems*spe*): New.
555 (powerpc*-*-linux*spe*): New.
556 (powerpc-wrs-vxworksspe): New.
557 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
558 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
559 * config.host (powerpc*-*-*spe*): New.
560
14b6abc7 5612017-05-19 Martin Liska <mliska@suse.cz>
562
563 * configure.ac: Add --enable-werror-always just for
564 bootstrap-debug (or none build config) and do not add it
565 when we are on a release branch.
566 * configure: Regenerated.
567
dc19b031 5682017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
569
570 * MAINTAINERS: Add self to Write After Approval
571
4088b877 5722017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
573
574 * MAINTAINERS: Move myself to Write After Approval section.
575
9b8fa13d 5762017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
577
578 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
579 ACCH registers.
580 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
581 available.
582 (umulsidi3): Likewise.
583 (mulsidi3_700): Disable this pattern when we have advanced mpy
584 instructions.
585 (umulsidi3_700): Likewise.
586 (maddsidi4): New pattern.
587 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
588 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
589 (mpydu_imm_arcv2hs): Likewise.
590 * config/arc/predicates.md (accl_operand): New predicate.
591
6932c0bd 5922017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
593 Andrew Burgess <andrew.burgess@embecosm.com>
594
595 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
596 case.
597 (ARC_AUTOFP_IRQ_P): Likewise.
598 (ARC_AUTO_IRQ_P): Likewise.
599 (rgf_banked_register_count): New variable.
600 (parse_mrgf_banked_regs_option): New function.
601 (arc_override_options): Handle rgf_banked_regs option.
602 (arc_handle_interrupt_attribute): Add firq option.
603 (arc_compute_function_type): Return fast irq type when required.
604 (arc_must_save_register): Handle fast interrupts.
605 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
606 (arc_return_address_regs): Update.
607 * config/arc/arc.h (arc_return_address_regs): Update.
608 (arc_function_type): Add fast interrupt type.
609 (ARC_INTERRUPT_P): Update.
610 (RC_FAST_INTERRUPT_P): Define.
611 * config/arc/arc.md (simple_return): Update for fast interrupts.
612 (p_return_i): Likewise.
613 * config/arc/arc.opt (mrgf-banked-regs): New option.
614 * doc/invoke.texi (mrgf-banked-regs): Document.
615
6abb17b8 6162017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
617
618 * config/arc/arc.c (irq_ctrl_saved): New variable.
619 (ARC_AUTOBLINK_IRQ_P): Define.
620 (ARC_AUTOFP_IRQ_P): Likewise.
621 (ARC_AUTO_IRQ_P): Likewise.
622 (irq_range): New function.
623 (arc_must_save_register): Likewise.
624 (arc_must_save_return_addr): Likewise.
625 (arc_dwarf_emit_irq_save_regs): Likewise.
626 (arc_override_options): Handle deferred options.
627 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
628 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
629 arc_must_save_return_addr.
630 (arc_compute_frame_size): Handle automated save and restore of
631 registers.
632 (arc_expand_prologue): Likewise.
633 (arc_expand_epilogue): Likewise.
634 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
635 * config/arc/arc.opt (mirq-ctrl-saved): New option.
636 * doc/invoke.texi (mirq-ctrl-saved): Document option.
637
dad18bfe 6382017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
639 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
640
641 PR bootstrap/77661
642 * Makefile.def: Don't pass --enable-maintainer-mode on to an
643 in-tree build MPC.
644 * Makefile.in: Regenerate.
645
c96ae98b 6462017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
647
648 * configure.ac: Enable LTO by default on darwin >= 9.
649 * configure: Regenerate.
650
ab4399bf 6512017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
652
653 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
654 and Andrew Waterman as the RISC-V maintainers.
655
b6331b82 6562017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
657
658 * MAINTAINERS: Add self to Write After Approval
659
c78af60a 6602017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
661
662 * config.guess: Import latest from upstream.
663
f09c2418 6642017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
665
666 * MAINTAINERS (Write After Approval): Remove entries that are
667 already covered under Reviewers.
668
a664c62c 6692017-03-08 Mark Wielaard <mark@klomp.org>
670
671 PR demangler/70909
672 PR demangler/67264
673 * include/demangle.h: Add d_printing to struct demangle_component
674 and pass struct demangle_component as non const.
675
b827cad9 6762017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
677
678 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
679
a7355f50 6802017-02-15 Thomas Schwinge <thomas@codesourcery.com>
681
682 * Makefile.tpl: Remove HOST_ISLVER.
683 (HOST_EXPORTS): Remove ISLVER.
684 * Makefile.in: Regenerate.
685
8e8a14c2 6862017-02-13 Richard Biener <rguenther@suse.de>
687
688 * configure: Re-generate.
689
6fb211fb 6902017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
691
692 * MAINTAINERS: Adjust bug reporting URL.
693
c5853145 6942017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
695
696 * MAINTAINERS (Write After Approval): Remove redundant entry
697 for Andrew Burgess.
698
43bbe3ea 6992017-02-03 John David Anglin <danglin@gcc.gnu.org>
700
4e428cd3 701 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
43bbe3ea 702 32-bit hppa*-*-hpux*.
4e428cd3 703 * configure: Regenerate.
43bbe3ea 704
645a0bd9 7052017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
706
707 * configure.ac: Moved the white list of enabling BRIG FE to
708 libhsail-rt/configure.tgt.
709 * configure: Regenerated.
710 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
711
7122017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
55a56509 713 Martin Jambor <mjambor@suse.cz>
714
55a56509 715 * Makefile.def (target_modules): Added libhsail-rt.
716 (languages): Added language brig.
717 * Makefile.in: Regenerated.
718 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
719 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
720 * configure: Regenerated.
721
0812bb06 7222017-01-17 Jakub Jelinek <jakub@redhat.com>
723
724 PR other/79046
725 * configure: Regenerated.
726
cb7a0f1d 7272017-01-04 Alan Modra <amodra@gmail.com>
728
729 * configure: Regenerate.
730
6be786aa 7312016-12-29 Ben Elliston <bje@gnu.org>
732
733 * config.sub: Import latest version.
734
6592c733 7352016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
736
737 * MAINTAINERS (Write After Approval): Add myself.
738
08814ca4 7392016-12-21 Jakub Jelinek <jakub@redhat.com>
740
741 * configure.ac: Don't bootstrap libmpx unless --with-build-config
742 includes bootstrap-mpx.
743 * configure: Regenerated.
744
ea439028 7452016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
746
747 * MAINTAINERS (Write After Approval): Add myself.
748
efbca99c 7492016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
750
cb7a0f1d 751 * configure: Regenerate.
efbca99c 752
74dfdbe3 7532016-12-01 Matthias Klose <doko@ubuntu.com>
754
755 * configure.ac: Don't use pkg-config to check for bdw-gc.
756 * configure: Regenerate.
757
baf71228 7582016-11-30 Matthias Klose <doko@ubuntu.com>
759
760 * Makefile.def: Remove reference to boehm-gc target module.
761 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
762 options and for the bdw-gc pkg-config module.
763 * configure: Regenerate.
764 * Makefile.in: Regenerate.
765
216d4ec2 7662016-11-28 Nathan Sidwell <nathan@acm.org>
767
768 * MAINTAINERS (nvptx): Remove self.
769
f74f6a32 7702016-11-25 Ben Elliston <bje@gnu.org>
771
772 * config.guess: Import latest version.
773 * config.sub: Likewise.
774
a7bea5f7 7752016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
776
777 * MAINTAINERS (Write After Approval): Add myself.
778
30ddd7d7 7792016-11-15 Matthias Klose <doko@ubuntu.com>
780
781 * Makefile.def: Remove references to GCJ.
782 * Makefile.tpl: Likewise.
783 * Makefile.in: Regenerate.
784
29a8a56b 7852016-11-15 Matthias Klose <doko@ubuntu.com>
786
787 * config-ml.in: Remove references to GCJ.
788 * configure.ac: Likewise.
789 * configure: Regenerate.
790
c368baae 7912016-11-01 Josh Conner <joshconner@google.com>
792
793 * MAINTAINERS (Write After Approval): Update email address,
794
49508b55 7952016-10-27 Carl Love <cel@us.ibm.com>
796
797 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
798 Approval list to make it alphabetical.
799
584fa6c1 8002016-10-27 Carl Love <cel@us.ibm.com>
801
802 * MAINTAINERS (Write After Approval): Add myself.
803
30c3cafe 8042016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
805
806 * MAINTAINERS (Reviewers): Add myself.
807 (Write After Approval): Add myself.
808
53f34234 8092016-10-21 Hartmut Penner <hepenner@us.ibm.com>
810 Ulrich Weigand <uweigand@de.ibm.com>
811
812 * MAINTAINERS: Update email address.
813
862c56bc 8142016-10-10 Nathan Sidwell <nathan@acm.org>
815
816 * MAINTAINERS: Update email address.
817
88afddbc 8182016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
819
820 * configure.ac: Add aarch64-*-freebsd*.
821 * configure: Regenerate.
822
ab93a701 8232016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
824
825 * MAINTAINERS: Update email address after it got reverted.
826
03869f98 8272016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
828
829 * configure.ac (target_libraries): Readd target-boehm-gc.
830 Restore --enable-objc-gc handling.
831 * configure: Regenerate.
832
e7d04cdd 8332015-10-03 Jeff Law <law@redhat.com>
834
835 * MAINTAINERS: Move several inactive maintainers to the
836 write-after-approval section.
837
38cf534f 8382016-09-30 Jakub Jelinek <jakub@redhat.com>
839
840 * configure.ac: Add target-libffi to target_libraries.
841 Readd libgcj target disablings, modified to only target-libffi.
842 Readd target addition of go to unsupported languages.
843 * configure: Regenerated.
844
17bf743e 8452016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
846
847 * MAINTAINERS: Update email address.
848
f4951849 8492016-09-30 Andrew Haley <aph@redhat.com>
850
fc08a45b 851 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
f4951849 852 write-after approval. Remove Tom Tromey and Bryce McKinlay from
853 libgcj.
854
0f2095b8 8552016-09-30 Andrew Haley <aph@redhat.com>
856
857 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
858 write-after approval after GCJ deletion.
859
1ab7ff47 8602016-09-30 Andrew Haley <aph@redhat.com>
861
862 * Makefile.def: Remove libjava.
863 * Makefile.tpl: Likewise.
864 * Makefile.in: Regenerate.
865 * configure.ac: Likewise.
866 * configure: Likewise.
867 * gcc/java: Remove.
868 * libjava: Likewise.
869
c80b93bd 8702016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
871
872 * MAINTAINERS (Reviewers): Add myself.
873
194b906d 8742016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
875
876 * configure.ac: Disable "sim" directory for arc*-*-*.
877 * configure: Regenerated.
878
58a36bf6 8792016-09-23 Tamar Christina <tamar.christina@arm.com>
880
881 * MAINTAINERS (Write After Approval): Add myself.
882
efa1150d 8832016-09-12 Maciej W. Rozycki <macro@imgtec.com>
884
885 * configure.ac: Check for the minimum in-tree MPFR version
886 handled.
887 * configure: Regenerate.
888
8fa8d3bc 8892016-07-20 Yan-Ting Lin <currygt52@gmail.com>
890
891 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
892 * configure: Regenerated.
893
aae553ee 8942016-07-19 Fritz Reese <fritzoreese@gmail.com>
895
896 * MAINTAINERS (Write After Approval): Add myself.
897
b4c71cbb 8982016-06-23 Andi Kleen <ak@linux.intel.com>
899
900 * Makefile.def: Add autoprofiledbootstrap.
901 * Makefile.tpl: Dito.
902 * Makefile.in: Regenerate.
903
1d6aa005 9042016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
905
906 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
907 * configure: Regenerate.
908
0f7d9ee5 9092016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
910
911 * configure: Regenerate.
912 * configure.ac: Remove support for avr-rtems.
913
e980e16a 9142016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
915
916 * MAINTAINERS (Write After Approval): Add myself.
917
60b33cd7 9182016-06-16 Michael Collison <michael.collison@arm.com>
919
920 * MAINTAINERS (Write After Approval): Add myself.
921
4f60ea41 9222016-06-14 Mikael Morin <mikael@gcc.gnu.org>
923
924 * MAINTAINERS (Write After Approval): Update e-mail address.
925
7cfaa234 9262016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
927
8fa8d3bc 928 * MAINTAINERS (Write After Approval): Add myself.
7cfaa234 929
55bba89a 9302016-05-28 Alan Modra <amodra@gmail.com>
931
932 * Makefile.tpl (configure): Depend on m4 files included.
933 * Makefile.in: Regenerate.
934
bb7145f6 9352016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
936
937 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
938 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
939
61736a1b 9402016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
941
942 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
943 special case builtin.
944 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
945 support for ALTIVEC_BUILTIN_VEC_ADDEC.
946 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
947 for __builtin_vec_addec.
948
cd9cf094 9492016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
950
951 * config.guess: Import version 2016-04-02 (newest).
952 * config.sub: Import version 2016-05-10 (newest).
953
89797459 9542016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
47a09f55 955
89797459 956 * configure.ac: Add ARC support to libgloss.
957 * configure: Regenerate
47a09f55 958
96bab53a 9592016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
960
961 * MAINTAINERS (Write After Approval): Add myself.
962
4b2246ef 9632016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
964
965 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
966 * configure: Regenerated.
967 * Makefile.def (gmp): Explicitly disable assembler.
968 (mpfr): Adjust lib_path.
969 (mpc): Likewise.
970 * Makefile.in: Regenerated.
971
bee4f5e5 9722016-05-01 Jakub Jelinek <jakub@redhat.com>
973
974 PR bootstrap/70704
975 * configure.ac (--enable-stage1-checking): Add missing
976 --enable-checking=.
977 * configure: Regenerated.
978
9a9b5abf 9792016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
980
5505dabc 981 * config.guess: Revert r235676.
982 * config.sub: Revert r235676.
983
9842016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
985
986 * config.guess: Remove SH5 support.
9a9b5abf 987 * config.sub: Likewise.
988 * configure: Likewise.
989 * configure.ac: Likewise.
990
c05979a1 9912016-04-26 Jakub Jelinek <jakub@redhat.com>
992
993 PR bootstrap/70704
994 * configure.ac (--enable-stage1-checking): For --disable-checking or
995 implicit --enable-checking, make sure extra flag matches in between
996 stage1 and later checking.
997 * configure: Regenerated.
998
524df596 9992016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1000
1001 * .gitattributes: New file.
1002
c268ae83 10032016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
1004
1005 * MAINTAINERS (rs6000/powerpc port): Add myself.
1006
f1907b88 10072016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
1008
1009 PR bootstrap/70173
1010 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1011 and gotools directories. Delete the stage_final file.
1012 * Makefile.in: Regenerate.
1013
67c7f8e2 10142016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
1015
1016 * MAINTAINERS (Write After Approval): Add myself.
1017
74cacd78 10182016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
1019
1020 * MAINTAINERS (Fortran maintainer): Remove myself.
1021
61b25b61 10222016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
1023
1024 * MAINTAINERS (Write After Approval): Add myself.
1025
a12eaf25 10262016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
1027
1028 * MAINTAINERS (Write After Approval): Add myself.
1029
ca7ff757 10302016-03-17 Cary Coutant <ccoutant@gmail.com>
1031
1032 Sync with binutils-gdb:
1033
1034 2016-03-17 Cary Coutant <ccoutant@gmail.com>
1035
1036 * configure.ac: Add mips and s390 to the gold target check.
1037 * configure: Regenerate.
1038
bf03cb9d 10392016-03-01 DJ Delorie <dj@redhat.com>
1040
1041 * MAINTAINERS (mep): Remove myself as MeP maintainer.
1042
7aed60de 10432016-02-22 David Malcolm <dmalcolm@redhat.com>
1044
1045 * MAINTAINERS (libcpp): Add myself.
1046 (diagnostic messages): Likewise.
1047
b2745e57 10482016-02-20 Tom de Vries <tom@codesourcery.com>
1049
1050 * MAINTAINERS: Fix whitespace.
1051
4afa5064 10522016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
1053
1054 * MAINTAINERS (Write After Approval): Add myself.
1055
ae5394fd 10562016-01-29 Sebastian Pop <s.pop@samsung.com>
1057
1058 * config/isl.m4: Add comments about isl-0.16.
1059 * configure: Regenerate.
1060
f9fb57ca 10612016-01-29 Martin Jambor <mjambor@suse.cz>
1062
1063 * MAINTAINERS (hsa maintainers): Add myself.
1064
9ce22fb3 10652015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
1066
1067 * MAINTAINERS: (Write After Approval): Add myself.
1068
45fc5243 10692016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1070 Sebastian Pop <s.pop@samsung.com>
1071
1072 * Makefile.in: Regenerate.
1073 * Makefile.tpl: Export ISLVER.
1074 * configure: Regenerate.
1075 * config/isl.m4: Detect isl-0.15.
1076
cdcc70f1 10772016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
1078
1079 PR bootstrap/69329
1080 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1081 * Makefile.in: Regenerate.
1082
7aa50266 10832016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
1084
1085 * configure.ac: Enable LTO for DJGPP
1086 * configure: Regenerate
1087
325f661b 10882016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1089
1090 Sync with binutils-gdb:
1091 2015-10-21 Nick Clifton <nickc@redhat.com>
1092
1093 PR gas/19109
1094 * configure.ac: Note the 'none' is an acceptable argument to
1095 --enable-compressed-debug-sections.
1096 * configure: Regenerate.
1097
8b8da2f4 10982016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1099
1100 PR bootstrap/69134
1101 * Makefile.def (mpfr): Disable assembler.
1102 * Makefile.in: Regenerate.
1103
eb32c607 11042016-01-01 Ben Elliston <bje@gnu.org>
1105
1106 * config.guess: Import version 2016-01-01.
1107 * config.sub: Likewise.
1108
95ec1e88 11092015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
1110
1111 * MAINTAINERS (Write After Approval): Add myself.
1112
71130ef8 11132015-12-17 Sebastian Pop <s.pop@samsung.com>
1114
1115 * Makefile.in: Replace ISL with isl.
1116 * Makefile.tpl: Same.
1117 * config/isl.m4: Same.
1118 * configure.ac: Same.
1119 * contrib/download_prerequisites: Same.
1120 * configure: Regenerate.
1121
a2356db3 11222015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
1123
1124 * MAINTAINERS (Write After Approval): Add Myself.
1125
07ae8272 11262015-12-17 Nathan Sidwell <nathan@acm.org>
1127
1128 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1129 * configure: Regenerate.
1130
7458b15a 11312015-12-16 Aditya Kumar <aditya.k7@samsung.com>
1132 Sebastian Pop <s.pop@samsung.com>
1133
1134 * config/isl.m4 (ISL_CHECK_VERSION): Check for
1135 isl_ctx_get_max_operations.
1136 * configure: Regenerate.
1137
9be4db03 11382015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
61d7a193 1139
1140 * MAINTAINERS (Write After Approval): Add myself.
1141
877f47a9 11422015-12-02 Ian Lance Taylor <iant@google.com>
1143
1144 PR go/66147
1145 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1146 * Makefile.in: Regenerate.
1147
256eaa17 11482015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1149
1150 PR libffi/65726
1151 * Makefile.def (lang_env_dependencies): Make libffi depend
1152 on cxx.
1153 * Makefile.in: Regenerate.
1154
bc9df766 11552015-11-26 David Edelsohn <dje.gcc@gmail.com>
1156
1157 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1158 symbols.
1159
38f4c967 11602015-11-20 Tristan Gingold <gingold@adacore.com>
1161
1162 Sync with binutils-gdb:
1163 2015-11-20 Tristan Gingold <gingold@adacore.com>
1164
1165 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1166 * configure: Regenerate.
1167
d666ba1d 11682015-11-19 Martin Liska <mliska@suse.cz>
1169
1170 * .gitignore: Add .clang-format to ignored files.
1171 * Makefile.in: Add clang-format.
1172 * Makefile.tpl: Likewise.
1173
067ef0d9 11742015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1175
1176 * configure.ac: Enable libmpx by default.
1177 * configure: Regenerated.
1178
b0751b76 11792015-10-23 Steve Ellcey <sellcey@imgtec.com>
1180
1181 * MAINTAINERS: Update email address.
1182
2fc69290 11832015-10-23 Paulo Matos <pmatos@linki.tools>
1184
1185 * MAINTAINERS: Update email address.
1186
26f6d549 11872015-10-23 Alan Hayward <alan.hayward@arm.com>
1188
1189 * MAINTAINERS (Write After Approval): Add myself.
1190
afb6adb9 11912015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1192
1193 Sync with binutils-gdb:
1194 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1195
1196 PR gas/19109
1197 * configure.ac: Add
1198 --enable-compressed-debug-sections={all,gas,gold,ld}.
1199 * configure: Regenerated.
1200
b7d4b31c 12012015-10-16 Arnaud Charlet <charlet@adacore.com>
1202
1203 * MAINTAINERS: Update list of Ada maintainers and email addresses.
1204
57d92e8a 12052015-10-09 Martin Liska <mliska@suse.cz>
1206
1207 * MAINTAINERS (Write After Approval): Add myself.
1208
fa835bac 12092015-10-09 Alexander Fomin <alexander.fomin@intel.com>
1210
1211 * MAINTAINERS (Write After Approval): Add myself.
1212
9db2fa68 12132015-10-02 Florian Weimer <fweimer@redhat.com>
1214
1215 * MAINTAINERS: Update email address.
1216
b185c082 12172015-10-02 Louis Krupp <louis.krupp@zoho.com>
1218
1219 * MAINTAINERS (Write After Approval): Add myself.
1220
3ac5995c 12212015-09-20 Kai Tietz <ktietz70@googlemail.com>
1222
cf2fd8f7 1223 * MAINTAINERS: Update email.
3ac5995c 1224
2149208d 12252015-09-14 Bernd Schmidt <bschmidt@redhat.com>
1226
1227 * MAINTAINERS: Update my email address.
1228
a8e073b5 12292015-09-01 James Bowman <james.bowman@ftdichip.com>
1230
1231 * MAINTAINERS (ft32 port): Add myself.
1232
748c0f4a 12332015-08-28 David Sherwood <david.sherwood@arm.com>
1234
1235 * MAINTAINERS: Add myself.
1236
ec5f8547 12372015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
1238
1239 * MAINTAINERS (Write After Approval): Add myself.
1240
4e7d6e89 12412015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1242
1243 PR libfortran/54572
1244 * Makefile.def: Make libgfortran depend on libbacktrace.
1245 * Makefile.in: Regenerate.
1246
376211b1 12472015-08-20 Simon Dardis <simon.dardis@imgtec.com>
1248
1249 * MAINTAINERS (Write After Approval): Add myself.
1250
9d71bbdc 12512015-08-12 Tom de Vries <tom@codesourcery.com>
1252
1253 PR other/67092
1254 * configure.ac: Remove --with_host_libstdcxx support.
1255 * configure: Regenerate.
1256
fdcd05c8 12572015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1258 Jakub Jelinek <jakub@redhat.com>
1259
1260 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1261 nvptx*-*-*.
1262 * configure: Regenerate.
1263
29890f2e 12642015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1265
1266 * Makefile.def (libiconv): Define bootstrap=true.
1267 Mark pdf/html/info as missing.
1268 (configure-gcc): Depend on all-libiconv.
1269 (all-gcc): Ditto.
1270 (configure-libcpp): Ditto.
1271 (all-libcpp): Ditto.
1272 (configure-intl): Ditto.
1273 (all-intl): Ditto.
1274 * Makefile.in: Regenerate.
1275
d1a8d2ac 12762015-08-03 Bin Cheng <bin.cheng@arm.com>
1277
1278 * MAINTAINERS (loop ivopts): Add the entry and myself.
1279
ad10d664 12802015-07-31 Nathan Sidwell <nathan@codesourcery.com>
1281
1282 * MAINTAINERS (nvptx): Add self.
1283
7b42a296 12842015-07-29 Alan Lawrence <alan.lawrence@arm.com>
1285
1286 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1287 128-bit vector modes.
1288
d46c0c7e 12892015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
e4d06601 1290
d46c0c7e 1291 * MAINTAINERS (Write After Approval): Add myself.
1292
cf2fd8f7 12932015-07-28 Ben Elliston <bje@gnu.org>
c14bac81 1294
1295 * config.sub, config.guess: Import from upstream.
1296
e757a6a8 12972015-07-24 Michael Darling <darlingm@gmail.com>
1298
1299 PR other/66259
1300 * config-ml.in: Reflects renaming of configure.in to configure.ac
1301 * configure: Likewise
1302 * configure.ac: Likewise
1303
15c41437 13042015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
1305
1306 * MAINTAINERS: Update my email address.
1307
8a6ab6a0 13082015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1309
1310 Sync with binutils-gdb:
1311 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1312
1313 * configure.ac (target_configdirs): Exclude target-zlib if
1314 target-libjava isn't built.
1315 * configure: Regenerated.
1316
6406d366 13172015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1318
1319 Sync with binutils-gdb:
1320 2015-05-13 John David Anglin <dave.anglin@bell.net>
1321
1322 * configure.ac: Disable configuration of GDB for HPUX targets.
1323 * configure: Regenerate.
1324
1325 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1326
1327 * configure.ac: Add --with-system-zlib.
1328 * configure: Regenerated.
1329
1330 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1331
1332 * configure.ac: Add FT32 support.
1333 * configure: Regenerate.
1334
1335 2015-01-12 Anthony Green <green@moxielogic.com>
1336
1337 * configure.ac: Don't disable gprof for moxie.
1338 * configure: Rebuild.
1339
c850ece7 13402015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1341
1342 Sync with binutils-gdb:
1343 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1344
1345 PR ld/18355
1346 * Makefile.def: Add extra_configure_flags to host zlib.
1347 * configure.ac (extra_host_zlib_configure_flags): New. Set
1348 to --enable-host-shared When bfd is to be built as shared
1349 library. AC_SUBST.
1350 * Makefile.in: Regenerated.
1351
31a33dc9 13522015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
1353
1354 Sync with src:
1355 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1356 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1357 * Makefile.in: Regenerated.
1358
1c26a2ee 13592015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1360
1361 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1362 target.
1363 * configure: Regenerate.
1364
5941b5d3 13652015-06-23 Ludovic Courtès <ludo@gnu.org>
1366
1367 * MAINTAINERS (Write After Approval): Add myself.
1368
ed13ef4d 13692015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
1370
1371 * MAINTAINERS (OS Port Maintainers): Add myself.
1372 (Various Maintainers): Remove myself from libffi testsuite.
1373
d348be20 13742015-06-04 Richard Sandiford <richard.sandiford@arm.com>
1375
1376 * MAINTAINERS (gen* on machine desc): Add self.
1377
dce53dbc 13782015-06-02 Jason Merrill <jason@redhat.com>
1379
1380 PR bootstrap/66319
1381 * configure.ac: Use -std=gnu++98.
1382
ea589ea6 13832015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
1384
1385 * MAINTAINERS (Write After Approval): Add myself.
1386
d5f3a33f 13872015-05-28 Mike Frysinger <vapier@gentoo.org>
1388
1389 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1390 * configure: Regenerate.
1391
27590679 13922015-05-26 Jason Merrill <jason@redhat.com>
1393
1394 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1395 * configure: Regenerate.
1396
b6616c9c 13972015-05-16 James Bowman <james.bowman@ftdichip.com>
1398
1399 * configure.ac: FT32 target added.
b6616c9c 1400 * configure: Regenerated.
1401
457a4c2e 14022015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1403
1404 * MAINTAINERS (Write After Approval): Add myself.
1405
d337ac08 14062015-05-11 Paulo Matos <paulo@matos-sorge.com>
1407
1408 * MAINTAINERS (Write After Approval): Add myself.
1409
6efd9d79 14102015-05-11 Paulo Matos <paulo@matos-sorge.com>
1411
1412 * configure.ac: Fix typo.
1413 * configure: Regenerate.
1414
052433ca 14152015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
1416
1417 * MAINTAINERS (Write After Approval): Add myself.
1418
bed3355c 14192015-05-03 Matthias Klose <doko@ubuntu.com>
1420
1421 * configure.ac: Match $host configured with triplets.
1422 * configure: Regenerate.
1423
215cfab2 14242015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1425
1426 * Makefile.tpl: Remove surplus whitespace throughout.
1427 * Makefile.in: Regenerate.
1428
3ba2fa8f 14292015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
1430
1431 * MAINTAINERS (Various Maintainers): Add myself as instruction
1432 combiner maintainer.
1433
868af6b6 14342015-04-17 Jakub Jelinek <jakub@redhat.com>
1435
1436 PR bootstrap/62077
1437 * configure.ac (--enable-stage1-checking): Default to
1438 release,misc,gimple,rtlflag,tree,types if --disable-checking
1439 or --enable-checking is not specified and DEV-PHASE is not
1440 experimental.
1441 * configure: Regenerated.
1442
53eea98c 14432015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1444
1445 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1446 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1447 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1448 * Makefile.in: Regenerate.
1449
c3570991 14502015-04-08 Cary Coutant <ccoutant@gmail.com>
8fb85120 1451
1452 * MAINTAINERS: Update my email address.
1453
af5714b1 14542015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
1455
1456 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1457
6bf5506c 14582015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1459
1460 * MAINTAINERS: Add myself as an arm port reviewer.
1461
c8ddf81f 14622015-03-25 Martin Liska <mliska@suse.cz>
1463 Yury Gribov <y.gribov@samsung.com>
1464
1465 * Makefile.in: Fix ln source location for vimrc file.
1466 * Makefile.tpl: Likewise.
1467
f5fad380 14682015-03-09 Aldy Hernandez <aldyh@redhat.com>
1469
1470 PR bootstrap/25672
1471 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1472 cross-compiling. Similarly for CXX_FOR_TARGET.
1473 * configure: Regenerate.
1474
202baac8 14752015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
1476
1477 * Makefile.def: Add libmpx.
1478 * configure.ac: Add libmpx.
1479 * Makefile.in: Regenerate.
1480 * configure: Regenerate.
1481
a05985c3 14822015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
1483
1484 * MAINTAINERS (CPU Port Maintainers): Add myself
1485 i386 vector ISA extns mantainer.
1486
0ee33baf 14872015-03-13 Jeff Law <law@redhat.com>
1488
1489 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1490 maintainer.
1491 Remove Richard Henderson as a maintainer for the x86 port.
1492
1c92e2e9 14932015-03-03 Joern Rennecke <gnu@amylaar.uk>
1494
1495 * MAINTAINERS (CPU Port Maintainers): Update my email address.
1496
df311a4c 14972015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
1498
1499 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1500 pointer bounds checker and i386 MPX maintainer.
1501
0a9a2234 15022015-02-26 Sandra Loosemore <sandra@codesourcery.com>
1503
1504 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1505
27859cd3 15062015-02-26 Martin Sebor <msebor@redhat.com>
1507
1508 * MAINTAINERS (Various Maintainers): Add self.
1509
dd87c525 15102015-02-20 Thomas Schwinge <thomas@codesourcery.com>
1511
1512 * configure.ac [--enable-as-accelerator-for] (enable_languages):
1513 Make sure it contains lto.
1514 * configure: Regenerate.
1515
0f769573 15162015-02-18 Thomas Schwinge <thomas@codesourcery.com>
1517
1518 * configure: Regenerate.
1519
84958347 15202015-02-06 Diego Novillo <dnovillo@google.com>
e984c227 15211
84958347 1522 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1523 middle-end, docstring): Remove myself.
1524 (Write After Approval): Add myself.
1525
265e716f 15262015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1527
1528 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1529 (Write After Approval): Update address.
1530
5c524c74 15312015-01-29 David Malcolm <dmalcolm@redhat.com>
1532
1533 PR jit/64780
1534 * configure.ac: Require the user to explicitly specify
1535 --enable-host-shared if the jit is enabled.
1536 * configure: Regenerate.
1537
c82aff11 15382015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
1539
1540 * MAINTAINERS (Write After Approval): Add myself.
1541
8a608e00 15422015-01-25 Tom de Vries <tom@codesourcery.com>
1543
1544 * MAINTAINERS: Make whitespace consistent.
1545
2968b954 15462015-01-23 Braden Obrzut <admin@maniacsvault.net>
1547
1548 * MAINTAINERS (Write After Approval): Add myself.
1549
d084f505 15502015-01-20 Andre Vehreschild <vehre@gmx.de>
1551
1552 * MAINTAINERS: (Write After Approval): Add myself.
1553
1b4bfbd1 15542015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
1555
1556 * MAINTAINERS: (Write After Approval): Add myself.
1557
7fd44cfc 15582015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1559
1560 * MAINTAINERS: (Write After Approval): Add myself.
1561
1f206195 15622015-01-13 Iain Sandoe <iain@codesourcery.com>
1563
1564 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1565 objective-c/c++ front end maintainer.
1566
65eebed4 15672015-01-13 Marek Polacek <polacek@redhat.com>
1568
1569 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1570
2bfaea82 15712015-01-12 Jeff Law <law@redhat.com>
1572
1573 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1574 a very long time.
1575
dcfe52b6 15762015-01-09 Ian Lance Taylor <iant@google.com>
1577
1578 * configure.ac (host_tools): Add gotools.
1579 * Makefile.def (host_modules): Add gotools.
1580 (dependencies): Add dependency of all-gotools on all-target-libgo.
1581
275d0a7c 15822015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1583
1584 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1585 * configure: Regenerate.
1586
fb5eef67 15872015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1588
1589 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1590 all-target-libgomp.
1591 * Makefile.in: Regenerate.
1592
fa8b719f 15932015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1594
1595 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1596
8992df51 15972015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1598
1599 * configure.ac: Add Visium support.
1600 * configure: Regenerate.
1601
9b31ae9c 16022015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1603
1604 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1605 * configure: Regenerate.
1606
fc740d70 16072015-01-03 Andrew Pinski <apinski@cavium.com>
1608
1609 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1610 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1611 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1612 (OBJCOPY_FOR_TARGET): New variable.
1613 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1614 * Makefile.in: Regenerate.
1615 * configure.ac: Check for already installed target objcopy.
1616 Also GCC_TARGET_TOOL on objcopy.
1617 * configure: Regenerate.
1618
edf5ad4f 16192015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1620
1621 * config.sub: Update from upstream, to 2015-01-01 version.
1622 * config.guess: Ditto.
1623
40ef7a25 16242014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1625
1626 * MAINTAINERS (RTEMS Ports): Add myself.
1627
78d92ced 16282014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1629
1630 * MAINTAINERS (Write After Approval): Add myself.
1631
f604b2e0 16322014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1633
1634 * MAINTAINERS (Write After Approval): Add myself.
1635
67cedda8 16362014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1637
1638 * configure.ac (--enable-as-accelerator-for): Don't set
1639 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1640 * configure: Regenerate.
1641
41a4aa66 16422014-12-13 Jakub Jelinek <jakub@redhat.com>
1643
1644 PR bootstrap/64023
1645 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1646 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1647 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1648 to CXX.
1649 * Makefile.in: Regenerated.
1650
d10a337d 16512014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1652 Yury Gribov <y.gribov@samsung.com>
1653
1654 * .gitignore: Added .local.vimrc and .lvimrc.
1655 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1656 * Makefile.in: Regenerate.
1657
16582014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
b4cec649 1659
1660 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1661 * configure: Regenerated.
1662
d22eabd4 16632014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1664
1665 * MAINTAINERS (nvptx port): New entry.
1666
d781ea5c 16672014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1668
1669 * configure: Regenerate.
1670
3e78a7ce 16712014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1672
1673 * configure.ac: Merge with Binutils.
1674
533c3d32 16752014-11-26 Tobias Burnus <burnus@net-b.de>
1676
1677 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1678 * Makefile.in: Regenerate.
1679
d1a94f02 16802014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1681
1682 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1683 missing flex.
1684 * Makefile.in: Regenerated.
1685
3453eaf0 16862014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1687
1688 * Makefile.in: Regenerate.
1689
4e8a08d4 16902014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1691
1692 PR bootstrap/63784
1693 * libtool.m4: Add $pic_flag with -shared.
1694
d758319f 16952014-11-21 Renlin Li <Renlin.Li@arm.com>
1696
1697 * MAINTAINERS (Write After Approval): Added myself.
1698
673168e8 16992014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1700
1701 * MAINTAINERS (write-after-approval): Add myself.
1702
50c933a3 17032014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1704
1705 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1706 from 2 years ago.
1707
2008009a 17082014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1709
1710 Revert:
1711 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1712
1713 * MAINTAINERS (Write After Approval): Added myself as line map
1714 maintainer.
1715
e2d66bc6 17162014-11-19 Renlin Li <Renlin.Li@arm.com>
1717
1718 Revert:
1719 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1720
1721 * MAINTAINERS (Write After Approval): Added myself.
1722
cef068f7 17232014-11-19 Renlin Li <Renlin.Li@arm.com>
1724
1725 * MAINTAINERS (Write After Approval): Added myself.
1726
f5ff9110 17272014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1728
1729 * MAINTAINERS (Write After Approval): Added myself as line map
1730 maintainer.
1731
14c6b63a 17322014-11-17 Dodji Seketeli <dodji@redhat.com>
1733
1734 * MAINTAINERS (Various Maintainers): Added myself as line map
1735 maintainer.
1736
c8df758a 17372014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1738
1739 * move-if-change: Sync from upstream gnulib.
1740
cdf97dbf 17412014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1742
1743 * compile: Sync with upstream Automake.
1744 * depcomp: Ditto.
1745 * install-sh: Ditto.
1746 * missing: Ditto.
1747 * mkinstalldirs: Ditto.
1748 * ylwrap: Ditto.
1749
54c820f5 17502014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1751
1752 * config.sub: Update from upstream config repo.
1753 * config.guess: Ditto.
1754
d3a7dd32 17552014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
1756
1757 * Makefile.def: Add liboffloadmic to target_modules. Make
1758 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1759 * Makefile.in: Regenerate.
1760 * configure: Regenerate.
1761 * configure.ac: Add liboffloadmic to target binaries.
1762 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1763 Add liboffloadmic to noconfig list when C++ is not supported.
1764
a3d93be3 17652014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1766 Thomas Schwinge <thomas@codesourcery.com>
1767 Ilya Verbin <ilya.verbin@intel.com>
1768 Andrey Turetskiy <andrey.turetskiy@intel.com>
1769
1770 * configure: Regenerate.
1771 * configure.ac (--enable-as-accelerator-for)
1772 (--enable-offload-targets): New configure options.
1773
90d9e583 17742014-11-11 Tobias Burnus <burnus@net-b.de>
1775
845ec886 1776 * Makefile.def: Make all-gcc depend on all-isl.
90d9e583 1777 * Makefile.in: Regenerate.
1778
863e76f9 17792014-11-11 David Malcolm <dmalcolm@redhat.com>
1780
1781 * ChangeLog.jit: New.
1782 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1783
7c407808 17842014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1785
1786 PR target/63610
1787 * libtool.m4: Fix globbing of darwin versions.
1788 * configure: Regenerate.
1789
572cf1f7 17902014-11-11 Tobias Burnus <burnus@net-b.de>
1791
572cf1f7 1792 * Makefile.def: Remove CLooG.
1793 * Makefile.tpl: Ditto.
1794 * configure.ac: Ditto.
1795 * configure: Regenerate.
1796 * Makefile.in: Ditto.
1797
8ce80784 17982014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1799
1800 * configure.ac: Handle nvptx-*-*.
1801 * configure: Regenerate.
1802
aa80e213 18032014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
1804
1805 * MAINTAINERS (Write After Approval): Add myself.
1806
f7d3db38 18072014-10-31 Jakub Jelinek <jakub@redhat.com>
1808
1809 * Makefile.def (libcc1): Remove bootstrap=true;.
1810 * Makefile.in: Regenerated.
1811
10e64fba 18122014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1813
1814 * configure.ac: Update comment.
1815 * configure: Regenerate.
1816
6f0a1b31 18172014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1818
1819 * MAINTAINERS (Write After Approval): Add myself.
1820
944792ef 18212014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1822
1823 * configure.ac (extra_host_libiberty_configure_flags): Add
1824 --enable-shared also for libcc1's benefit.
1825 * configure: Regenerate.
1826
98b17817 18272014-10-29 Tristan Gingold <gingold@adacore.com>
1828
1829 * MAINTAINERS: Change my email address.
1830
ab103e33 18312014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1832 Tom Tromey <tromey@redhat.com>
1833
1834 * Makefile.def: Add libcc1 to host_modules.
1835 * configure.ac (host_tools): Add libcc1.
1836 * Makefile.in, configure: Rebuild.
1837
1085f3b8 18382014-10-24 Hans-Peter Nilsson <hp@axis.com>
b85b703b 1839
1840 * configure.ac (build_configargs): Don't share config.cache between
1841 build subdirs.
d9eecfbd 1842 * configure: Regenerate.
b85b703b 1843
14091821 18442014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1845
1846 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1847 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1848 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1849 leon3v7 as leon3.
1850 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1851 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1852 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1853 * config/sparc/sparc.md (cpu): Add leon3v7.
1854 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1855
b58f2ae3 18562014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1857
1858 * MAINTAINERS (write-after-approval): Add myself.
1859
56242c27 18602014-10-23 Ian Lance Taylor <iant@google.com>
1861
1862 * configure.ac: Disable the Go frontend on systems where it is known
1863 to not work.
1864 * configure: Regenerate.
1865
9245d2c5 18662014-10-23 Richard Biener <rguenther@suse.de>
1867
1868 * Makefile.def: Add libcpp build module and dependencies.
1869 * configure.ac: Add libcpp build module.
1870 * Makefile.in: Regenerate.
1871 * configure: Likewise.
1872
2e7fb888 18732014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1874
1875 * MAINTAINERS (write-after-approval): Add myself.
1876
a4dbd7d4 18772014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1878
1879 * INSTALL/README: Do not mention CVS.
1880
58f62c51 18812014-10-03 Jing Yu <jingyu@google.com>
1882
1883 * configure.ac: Add aarch64 to list of targets that support gold.
1884 * configure: Regenerate.
1885
0c89a10c 18862014-09-29 François Dumont <fdumont@gcc.gnu.org>
1887
1888 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1889
7747f33f 18902014-09-29 Catherine Moore <clm@codesourcery.com>
1891
1892 * MAINTAINERS: Add myself as MIPS maintainer.
1893
6d0eaeb8 18942014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1895
1896 * MAINTAINERS: Move myself to MIPS maintainers.
1897
1fbbc678 18982014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1899
1900 * MAINTAINERS: Put all email addresses between '<' and '>'.
1901
5e530ebd 19022014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1903
1904 * MAINTAINERS: Move myself to reviewers (Fortran).
1905
870e466f 19062014-09-01 Andi Kleen <ak@linux.intel.com>
1907
1908 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1909 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1910 * Makefile.in: Regenerate.
1911
8325d4dd 19122014-08-28 David Malcolm <dmalcolm@redhat.com>
1913
1914 * rtx-classes-status.txt: Delete
1915
91a55c11 19162014-08-28 David Malcolm <dmalcolm@redhat.com>
1917
1918 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1919
b6de67fd 19202014-08-27 Sebastian Pop <s.pop@samsung.com>
1921
1922 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1923 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1924 of checking for version number.
1925 * configure: Regenerated.
1926 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1927
f1ee32d1 19282014-08-27 David Malcolm <dmalcolm@redhat.com>
1929
1930 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1931 is done; begin phase 6 (use extra rtx_def subclasses).
1932
d40b1309 19332014-08-27 David Malcolm <dmalcolm@redhat.com>
1934
1935 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1936 done; begin phase 5 (additional rtx_def subclasses).
1937
e149ca56 19382014-08-26 David Malcolm <dmalcolm@redhat.com>
1939
1940 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1941
26bb3cb2 19422014-08-26 David Malcolm <dmalcolm@redhat.com>
1943
1944 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1945 SET_BB_HEADER are done.
1946
fc5ad70a 19472014-08-26 David Malcolm <dmalcolm@redhat.com>
1948
1949 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1950 done.
1951
69c5a18c 19522014-08-26 David Malcolm <dmalcolm@redhat.com>
1953
1954 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1955
2f3c9801 19562014-08-26 David Malcolm <dmalcolm@redhat.com>
1957
1958 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1959
e97a173d 19602014-08-25 David Malcolm <dmalcolm@redhat.com>
1961
1962 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1963
943ea6fa 19642014-08-25 David Malcolm <dmalcolm@redhat.com>
1965
1966 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1967
08a06697 19682014-08-25 David Malcolm <dmalcolm@redhat.com>
1969
1970 * rtx-classes-status.txt: Phase 3 (per-file commits within
1971 "config" subdirs) is done; begin phase 4 (removal of
1972 "scaffolding").
1973
d2ecc902 19742014-08-23 David Malcolm <dmalcolm@redhat.com>
1975
1976 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1977 dir) is done; begin phase 3 (per-file commits within "config"
1978 subdirs).
1979
e31de0d2 19802014-08-21 David Malcolm <dmalcolm@redhat.com>
1981
1982 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1983 phase 2 (per-file commits in main source dir).
1984
6ac3b11e 19852014-08-21 Bin Cheng <bin.cheng@arm.com>
1986
1987 * configure: Regenerated.
1988
0eec6621 19892014-08-19 David Malcolm <dmalcolm@redhat.com>
1990
1991 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1992
17616710 19932014-08-19 David Malcolm <dmalcolm@redhat.com>
1994
1995 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1996
7c5928c3 19972014-08-19 David Malcolm <dmalcolm@redhat.com>
1998
1999 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2000
047ccec4 20012014-08-19 David Malcolm <dmalcolm@redhat.com>
2002
2003 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2004
a83c8362 20052014-08-19 David Malcolm <dmalcolm@redhat.com>
2006
2007 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2008
1b08cfdd 20092014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
2010
2011 * MAINTAINERS (Write After Approval): Add myself.
2012
d41d96b7 20132014-08-19 Christopher Faylor <me.gnu@cgf.cx>
2014
2015 * MAINTAINERS: Remove myself
2016
4a57a2e8 20172014-08-19 David Malcolm <dmalcolm@redhat.com>
2018
2019 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2020
7ad1fa02 20212014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
2022
2023 * MAINTAINERS (Write After Approval): Add myself.
2024
a684cb04 20252014-08-18 David Malcolm <dmalcolm@redhat.com>
2026
2027 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2028 SET_BB_HEADER, SET_BB_FOOTER
2029
57c8dfee 20302014-08-18 David Malcolm <dmalcolm@redhat.com>
2031
904c3df2 2032 * rtx-classes-status.txt: New file
57c8dfee 2033
429cca51 20342014-08-18 Roman Gareev <gareevroman@gmail.com>
2035
2036 * configure.ac: Eliminate ClooG installation dependency.
2037 * configure: Regenerate.
2038 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2039 * Makefile.in: Regenerate.
2040
5420e92f 20412014-08-15 Ilya Verbin <iverbin@gmail.com>
2042
2043 * MAINTAINERS (Write After Approval): Add myself.
2044
cf2fd8f7 20452014-08-15 Ilya Tocar <tocarip@gmail.com>
f0da22ea 2046
2047 * MAINTAINERS (Write After Approval): Add myself.
2048
47d90752 20492014-08-01 Jiong Wang <jiong.wang@arm.com>
2050
2051 * MAINTAINERS (Write After Approval): Add myself.
2052
1d163515 20532014-07-28 Anthony Green <green@moxielogic.com>
2054
2055 Import from savannah.gnu.org:
2056 * config.sub: Update to 2014-07-28 version.
2057
8cc0edb6 20582014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
2059
2060 * MAINTAINERS: Remove my MIPS maintainer entry.
2061
385527e9 20622014-07-26 Uros Bizjak <ubizjak@gmail.com>
2063
2064 PR target/47230
2065 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2066 * configure: Regenerate.
2067
2dd0603e 20682014-07-24 James Norris <jnorris@codesourcery.com>
2069
2070 * MAINTAINERS (Write After Approval): Add myself.
2071
383b71a9 20722014-07-20 Roman Gareev <gareevroman@gmail.com>
2073
2074 * configure.ac: Accept only CLooG 0.18.1.
2075 * configure: Regenerate.
2076
9556e4d0 20772014-07-17 Roman Gareev <gareevroman@gmail.com>
2078
2079 * configure.ac: Don't accept isl 0.11.
2080 * configure: Regenerate.
2081
05095438 20822014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2083
2084 * MAINTAINERS (Write After Approval): Add myself.
2085
20632469 20862014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2087
2088 * configure.ac: Don't accept isl 0.10.
2089 * configure: Regenerate.
2090
f4953d40 20912014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2556a4ed 2092
f4953d40 2093 Fix include path for in-tree cloog.
2094 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2095 * configure: Regenerate.
2556a4ed 2096
f4953d40 20972014-06-18 Richard Henderson <rth@redhat.com>
60d578d4 2098
f4953d40 2099 * .gitignore: Import gcc_update output.
60d578d4 2100
bf0001d4 21012014-06-13 Thomas Schwinge <thomas@codesourcery.com>
2102
52fd2e17 2103 * config-ml.in: Robustify ac_configure_args parsing.
2104
1015a063 2105 * configure.ac (--enable-linker-plugin-configure-flags)
2106 (--enable-linker-plugin-flags): New flags.
2107 (configdirs): Conditionally add libiberty-linker-plugin.
2108 * configure: Regenerate.
2109 * Makefile.def (host_modules): Add libiberty-linker-plugin.
2110 (host_modules) <lto-plugin>: Pay attention to
2111 @extra_linker_plugin_flags@ and
2112 @extra_linker_plugin_configure_flags@.
2113 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2114 * Makefile.in: Regenerate.
2115
bf0001d4 2116 * Makefile.tpl (configure-[+prefix+][+module+])
2117 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2118 "module_srcdir" instead of "module" for locating a module's srcdir.
2119 * Makefile.in: Regenerate.
2120
85dcf814 21212014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
2122
2123 * MAINTAINERS (Write After Approval): Add myself.
2124
b9f71945 21252014-06-06 Sebastian Pop <sebpop@gmail.com>
2126
2127 * MAINTAINERS: Update my email address.
2128
a499a116 21292014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2130
2131 * MAINTAINERS (Write After Approval): Add myself.
2132
42878318 21332014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
2134
2135 * MAINTAINERS (Write After Approval): Add myself.
2136
df148e44 21372014-05-30 Jonathan Wakely <jwakely@redhat.com>
2138
2139 PR libstdc++/61011
2140 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2141 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2142 * configure: Regenerate.
2143
7f9463ec 21442014-05-28 Pedro Alves <palves@redhat.com>
2145
2146 * MAINTAINERS (Write After Approval): Add myself.
2147
0be66420 21482014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2149
2150 * MAINTAINERS: Update my affiliation/email.
2151
2a96d757 21522014-05-19 Mike Stump <mikestump@comcast.net>
2153
2154 * MAINTAINERS: Add wide-int reviewers.
2155
2481a2c1 21562014-05-14 Sandra Loosemore <sandra@codesourcery.com>
2157
2158 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2159 * configure: Regenerated.
2160
418aa869 21612014-05-15 Torvald Riegel <triegel@redhat.com>
2162
2163 * MAINTAINERS (libitm): Add myself as maintainer.
2164
d23ca936 21652014-05-07 Charles Baylis <charles.baylis@linaro.org>
2166
2167 * MAINTAINERS (Write After Approval): Add myself.
2168
b98f8a78 21692014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
2170
2171 * config.sub, config.guess: Import from upstream.
2172
588c2671 21732014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2174
2175 * MAINTAINERS (Write After Approval): Put myself in correct order.
2176
572205be 21772014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2178
2179 * MAINTAINERS (Write After Approval): Add myself.
2180
a6703892 21812014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2182
2183 * MAINTAINERS: Move myself from Reviewers to Write After Approval
2184 section.
2185
5692cf37 21862014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2187
2188 * MAINTAINERS (Write After Approval): Delete myself.
2189
478532eb 21902014-04-17 Jakub Jelinek <jakub@redhat.com>
2191
2192 PR sanitizer/56781
2193 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2194 and -B* options with -Xcompiler.
2195
e40b19b7 21962014-04-04 Eric Botcazou <ebotcazou@adacore.com>
2197
2198 PR bootstrap/60620
cf2fd8f7 2199 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
e40b19b7 2200 * Makefile.in: Regenerate.
2201
e673a265 22022014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
2203
2204 * Makefile.def (dependencies): Make all-ld depend on all-binutils
2205 for WINDRES_FOR_TARGET in default-manifest.o rule.
2206 * Makefile.in: Regenerate.
2207
737fef9c 22082014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
2209
2210 * MAINTAINERS (Write After Approval): Add myself.
2211
f4ae1a00 22122014-03-26 Jakub Jelinek <jakub@redhat.com>
2213
2214 PR sanitizer/56781
2215 * Makefile.def: Set bootstrap=true; for host fixincludes.
2216 * configure.ac: Don't bootstrap host fixincludes unless
2217 --with-build-config=bootstrap-{a,ub}san.
2218 * Makefile.in: Regenerated.
2219 * configure: Regenerated.
2220
ee055341 22212014-03-21 Jakub Jelinek <jakub@redhat.com>
2222
2223 * configure.ac: Move BUILD_CONFIG set up earlier. Add
2224 --enable-vtable-verify option parsing. Don't add
2225 target-libsanitizer to bootstrap_target_libs unless
2226 --with-build-config=bootstrap-asan or
2227 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
2228 to bootstrap_target_libs unless --enable-vtable-verify.
2229 * configure: Regenerated.
2230
1279e87b 22312014-03-10 Anatoly Sokolov <aesok@post.ru>
2232
2233 * MAINTAINERS (Write After Approval): Add myself.
2234
cf0201a5 22352014-03-07 Denis Chertykov <chertykov@gmail.com>
2236
2237 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2238
48d33b51 22392014-03-07 Jakub Jelinek <jakub@redhat.com>
2240
2241 PR bootstrap/58572
2242 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2243 -I for libstdc++-v3 includes if $(LEAN).
2244 * Makefile.in: Regenerated.
2245
4dcc249a 22462014-03-04 Jonathan Wakely <jwakely@redhat.com>
2247
2248 * MAINTAINERS: Update my email address.
2249
2da35515 22502014-02-24 Walter Lee <walt@tilera.com>
2251
2252 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2253 (tilegx-*-*): Change to tilegx*-*-*.
2254 * configure: Regenerate.
2255
2cdbba93 22562014-02-17 Loren J. Rittle <ljrittle@acm.org>
2257
2258 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2259
e3c32511 22602014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
2261
2262 * MAINTAINERS (Write After Approval): Add myself.
2263
48118d02 22642014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2265
2266 PR target/59788
2267 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2268 *solaris2*.
2269
68512f53 22702014-01-21 John David Anglin <danglin@gcc.gnu.org>
2271
2272 * MAINTAINERS: Update my email address.
2273
a37bd79b 22742014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
2275
2276 * MAINTAINERS: Convert to UTF-8.
2277 Properly sort Xinliang David Li's entry.
2278
3c6280bd 22792013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
2280 Sandra Loosemore <sandra@codesourcery.com>
2281
2282 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2283 nios2 port maintainers.
2284
e8cac2b9 22852013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
2286
2287 * MAINTAINERS (Write After Approval): Add myself.
2288
87ebeb4c 22892013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d4cf3e7a 2290
2291 * configure.ac: Add user-friendly check for native x86_64-linux
2292 multilibs.
2293 * configure: Regenerate.
2294
22952013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
2296
2297 * MAINTAINERS: Add myself as sh maintainer.
2298
22992013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2300
2301 * MAINTAINERS: Add self as SLSR maintainer.
2302
23032013-11-18 Jan Hubicka <hubicka@ucw.cz>
2304
2305 * MAINTAINERS: Update my email address.
2306
23072013-11-15 David Edelsohn <dje.gcc@gmail.com>
2308
2309 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2310
23112013-11-07 Thomas Schwinge <thomas@codesourcery.com>
2312
2313 * Makefile.in: Regenerate.
2314
2315 * Makefile.tpl: Fix typo.
2316 * Makefile.in: Regenerate partially.
2317
23182013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
2319
2320 * configure.ac: Added libcilkrts to noconfig list when C++ is not
2321 supported.
2322 * configure: Regenerated.
2323
23242013-11-01 Trevor Saunders <tsaunders@mozilla.com>
2325
2326 * MAINTAINERS (Write After Approval): Add myself.
2327
23282013-10-30 Jason Merrill <jason@redhat.com>
2329
2330 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2331 --disable-build-format-warnings.
2332
23332013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
2334
cf2fd8f7 2335 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
d4cf3e7a 2336 depend on libstdc++ and libgcc.
2337 * configure: Regenerate.
2338 * configure.ac: Added libcilkrts to target binaries. Also, restrict
2339 libcilkrts for POSIX and i*86, and x86_64 architectures.
2340 * Makefile.in: Added libcilkrts related fields to support building it.
2341
23422013-10-26 Jeff Law <law@redhat.com>
2343
2344 * Makefile.def (target_modules): Remove libmudflap
2345 (languages): Remove check-target-libmudflap).
2346 * Makefile.in: Rebuilt.
2347 * Makefile.tpl (check-target-libmudflap-c++): Remove.
2348 * configure.ac (target_libraries): Remove target-libmudflap.
2349 Remove checks which disabled libmudflap on some systems.
2350 * configure: Rebuilt.
2351 * libmudflap: Directory removed.
2352
23532013-10-21 Cong Hou <congh@google.com>
2354
2355 * MAINTAINERS (Write After Approval): Add myself.
2356
23572013-10-16 Mike Stump <mikestump@comcast.net>
2358
2359 * .dir-locals.el: Add.
2360
23612013-10-15 David Malcolm <dmalcolm@redhat.com>
2362
2363 * configure.ac: Add --enable-host-shared
2364 * configure: Regenerate.
2365
23662013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2367
2368 Import from savannah.gnu.org:
2369 * config.guess: Update to 2013-06-10 version.
2370 * config.sub: Update to 2013-10-01 version.
2371
23722013-10-01 Simon Cook <simon.cook@embecosm.com>
2373
2374 Changes to build configuration to allow big endian ARC ELF toolchain
2375 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2376 * configure: Regenerate.
2377
23782013-09-20 Alan Modra <amodra@gmail.com>
2379
2380 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2381 ppc host match. Support little-endian powerpc linux hosts.
2382
23832013-09-19 Dodji Seketeli <dodji@redhat.com>
2384
2385 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2386 maintainer.
2387
23882013-09-12 DJ Delorie <dj@redhat.com>
2389
2390 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2391 maintainers.
2392
23932013-09-03 Richard Biener <rguenther@suse.de>
2394
2395 * configure.ac: Also allow ISL 0.12.
2396 * configure: Regenerated.
2397
23982013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
2399
2400 * MAINTAINERS (Write After Approval): Add myself.
2401
24022013-08-27 David Malcolm <dmalcolm@redhat.com>
2403
2404 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2405
24062013-08-26 Caroline Tice <cmtice@google.com>
2407
2408 * MAINTAINERS: Correct earliers update: Move myself from libvtv
2409 "Various Reviewers" to libvtv "Various Maintainers".
2410
24112013-08-20 Steven Bosscher <steven@gcc.gnu.org>
2412
2413 * MAINTAINERS: Add myself as RTL optimizers reviewer.
2414
24152013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
2416
2417 * MAINTAINERS: Update name, email.
2418
24192013-08-13 Adam Butcher <adam@jessamine.co.uk>
2420
2421 * MAINTAINERS (Write After Approval): Add myself.
2422
24232013-08-12 Caroline Tice <cmtice@google.com>
2424
2425 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2426 address in the Write After Approval section.
2427
24282013-08-09 Carlos O'Donell <carlos@redhat.com>
2429
2430 * MAINTAINERS (Write After Approval): Update email.
2431
24322013-08-08 Benjamin Kosnik <bkoz@redhat.com>
2433
2434 * configure.ac: Adjust to check VTV_SUPPORTED.
2435 * configure: Regenerated.
2436
24372013-08-02 Caroline Tice <cmtice@google.com>
2438
2439 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2440 on non-linux systems; add target-libvtv to noconfigdirs; add
2441 libsupc++/.libs to C++ library search paths.
2442 * configure: Regenerated.
2443 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2444 libstdc++ and libgcc.
2445 * Makefile.in: Regenerated.
2446
24472013-07-19 Yvan Roux <yvan.roux@linaro.org>
2448
2449 * MAINTAINERS (Write After Approval): Add myself.
2450
24512013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
2452 Shiva Chen <shiva0217@gmail.com>
2453
2454 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2455 nds32 port maintainers.
2456
24572013-07-17 Tim Shen <timshen91@gmail.com>
2458
2459 * MAINTAINERS (Write After Approval): Add myself.
2460
24612013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2462
2463 * configure.ac: Sync from binutils.
2464 * configure: Regenerate.
2465
24662013-06-14 Vidya Praveen <vidyapraveen@arm.com>
2467
2468 * MAINTAINERS (Write After Approval): Add myself.
2469
24702013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
2471
2472 * MAINTAINERS (Write After Approval): Add myself.
2473
24742013-05-17 David Malcolm <dmalcolm@redhat.com>
2475
2476 * MAINTAINERS (Write After Approval): Add myself.
2477
24782013-04-30 Brooks Moses <bmoses@google.com>
2479
2480 * MAINTAINERS: Update my email; move myself from Fortran
2481 reviewer to Write After Approval.
2482
24832013-04-16 Andreas Schwab <schwab@suse.de>
2484
2485 * configure.ac (aarch64-*-*): Don't disable java.
2486 * configure: Regenerate.
2487
24882013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
2489
2490 * MAINTAINERS (Write After Approval): Add myself.
2491
24922013-03-30 Matthias Klose <doko@ubuntu.com>
2493
2494 * Makefile.def (target_modules): Don't install libffi.
2495 * Makefile.in: Regenerate.
2496
24972013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
2498
2499 * MAINTAINERS (Write After Approval): Add myself.
2500
25012013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
2502
2503 * MAINTAINERS (Write After Approval): Add myself.
2504
25052013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
2506
2507 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2508 * configure: Regenerated.
2509
477ef922 25102013-02-05 Ian Lance Taylor <iant@google.com>
2511
2512 PR go/55969
2513 * configure.ac: Disable libgo on some systems where it does not
2514 work.
2515
d4cf3e7a 25162013-02-04 David Edelsohn <dje.gcc@gmail.com>
2517
2518 * MAINTAINERS: Explicitly add myself as AIX maintainer.
2519 Remove Geoff Keating as rs6000 port maintainer, at his request.
2520
25212013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
2522
2523 * MAINTAINERS: Update my email.
2524
25252013-01-23 Shenghou Ma <minux.ma@gmail.com>
2526
2527 * configure: Re-generate.
2528
25292013-01-15 Richard Biener <rguenther@suse.de>
2530
2531 PR other/55973
2532 * configure: Re-generate.
2533
25342013-01-14 Matthias Klose <doko@ubuntu.com>
2535
2536 * Makefile.def (install-target-libsanitizer): Depend on
2537 install-target-libstdc++-v3.
2538 * Makefile.in: Regenerate.
2539
25402013-01-14 Richard Biener <rguenther@suse.de>
2541
2542 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2543 * configure: Re-generate
2544
25452013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2546
2547 * config.sub: Update from config repo.
2548
25492013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2550
2551 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2552 * Makefile.in: Regenerate.
2553
25542013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2555
2556 * MAINTAINERS (arc): Add new port maintainership for myself.
2557
25582013-01-09 Jason Merrill <jason@redhat.com>
2559
2560 * .gitignore: Import from gdb repository.
2561
25622013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2563
2564 * Makefile.def (configure-gcc): Depend on all-gmp.
2565 (all-gcc): Remove dependency on all-gmp.
2566 * Makefile.in: Regenerated.
2567
25682013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2569
2570 * config.sub: Merge from config repo.
2571 * config.guess: Ditto.
2572
25732013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2574
2575 * Makefile.def: Merge from binutils.
2576 * Makefile.in: Ditto.
2577
25782013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2579
2580 * MAINTAINERS: Update my email.
2581
25822012-12-29 Ben Elliston <bje@gnu.org>
2583
2584 * config.guess: Update to 2012-12-29 version.
2585 * config.sub: Likewise.
2586
25872012-12-20 Matthias Klose <doko@ubuntu.com>
2588
2589 * Makefile.def (install-target-libgfortran): Depend on
2590 install-target-libquadmath, install-target-libgcc.
2591 (install-target-libsanitizer): Depend on install-target-libgcc.
2592 (install-target-libjava): Depend on install-target-libgcc.
2593 (install-target-libitm): Depend on install-target-libgcc.
2594 (install-target-libobjc): Depend on install-target-libgcc.
2595 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2596 * Makefile.in: Regenerate.
2597
25982012-12-19 Matthias Klose <doko@ubuntu.com>
2599
2600 * Makefile.def (install-target-libgo): Depend on
2601 install-target-libatomic.
2602 * Makefile.in: Regenerate.
2603
26042012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2605
2606 PR go/55201
2607 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2608 * Makefile.in: Regenerate.
2609
26102012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2611
2612 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2613 * configure: Regenerate.
2614
26152012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2616
2617 * config.sub: Merge from config repo.
2618
26192012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2620
2621 * Makefile.def (target_modules): Add bootstrap=true and
2622 raw_cxx=true to libsanitizer.
2623 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2624 * Makefile.in: Regenerated.
2625 * configure: Likewise.
2626
26272012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2628
2629 * MAINTAINERS: Remove self as RTL optimization maintainer.
2630
26312012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2632
2633 * MAINTAINERS (Write After Approval): Add myself.
2634
26352012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2636
2637 * Makefile.def (target_modules): Remove bootstrap=true and
2638 raw_cxx=true from libsanitizer.
2639 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2640 * Makefile.in: Regenerated.
2641 * configure: Likewise.
2642
26432012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2644
2645 * Makefile.def (target_modules): Add bootstrap=true and
2646 raw_cxx=true to libsanitizer.
2647 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2648 * Makefile.in: Regenerated.
2649 * configure: Likewise.
2650
26512012-11-28 Andrew Pinski <apinski@cavium.com>
2652
2653 PR bootstrap/54279
2654 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2655 * configure: Regenerate.
2656 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2657 * Makefile.in: Regenerate.
2658
26592012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2660
2661 * configure.ac: Disable libsanitizer if we're not building C++.
2662 * configure: Regenerate.
2663
26642012-11-15 Roland McGrath <roland@hack.frob.com>
2665
2666 * MAINTAINERS (Write After Approval): Add myself.
2667
26682012-11-15 Dmitry Vyukov <dvyukov@google.com>
2669
2670 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2671 Kostya Serebryany (kcc@google.com) and
2672 Jakub Jelinek (jakub@redhat.com).
2673 Rename area for Dodji Seketeli (dodji@redhat.com).
2674
26752012-11-15 Dodji Seketeli <dodji@redhat.com>
2676
2677 * MAINTAINERS: (asan.c, related): Add myself.
2678
26792012-11-14 Roland McGrath <mcgrathr@google.com>
2680
2681 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2682 * configure: Regenerate.
2683
26842012-11-13 Richard Henderson <rth@redhat.com>
2685
2686 * configure.ac: Move libsanitizer logic to subdirectory.
2687 * configure: Regenerate.
2688
26892012-11-13 Dodji Seketeli <dodji@redhat.com>
2690
2691 * configure.ac: Enable libsanitizer just on x86 linux for now.
2692 * configure: Re-generate.
2693
26942012-11-13 David Edelsohn <dje.gcc@gmail.com>
2695
2696 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2697 sections.
2698 * configure: Regenerate.
2699
27002012-11-13 Hans-Peter Nilsson <hp@axis.com>
2701
2702 * configure.ac: Add section for configdirs for libsanitizer.
2703 Disable for cris-*-* and mmix-*-*.
2704 * configure: Regenerate.
2705
27062012-11-12 Wei Mi <wmi@google.com>
2707
2708 * configure.ac: Add libsanitizer to target_libraries.
2709 * Makefile.def: Ditto.
2710 * configure: Regenerate.
2711 * Makefile.in: Regenerate.
2712 * libsanitizer: New directory for asan runtime. Contains an empty
2713 tsan directory.
2714
27152012-11-03 Corinna Vinschen <corinna@vinschen.de>
2716
2717 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2718 against Mingw64 w32api.
2719 * configure: Regenerate.
2720
27212012-11-03 H.J. Lu <hongjiu.lu@intel.com>
2722
2723 * configure: Regenerated.
2724
27252012-11-03 Robert Mason <rbmj@verizon.net>
2726
2727 * configure.ac: add --disable-libstdcxx configure option
2728 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2729
27302012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2731
2732 * MAINTAINERS (Write After Approval): Add myself.
2733
27342012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
2735
2736 * MAINTAINERS (Write After Approval): Add myself.
2737
27382012-10-24 Sharad Singhai <singhai@google.com>
2739
2740 * MAINTAINERS (Write After Approval): Add myself.
2741
27422012-10-24 Eric Christopher <echristo@gmail.com>
2743
2744 * MAINTAINERS: Update email address.
2745
27462012-10-23 Eric Botcazou <ebotcazou@adacore.com>
2747
2748 PR bootstrap/54820
2749 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2750 * configure: Regenerate.
2751
27522012-10-23 Richard Earnshaw <rearnsha@arm.com>
2753
2754 * MAINTAINERS (aarch64): Add Marcus and myself.
2755
27562012-10-22 Eric Botcazou <ebotcazou@adacore.com>
2757
2758 PR bootstrap/54820
2759 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2760 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2761 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2762 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2763 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2764 * Makefile.in: Regenerate.
2765 * configure.ac (have_static_libs): New variable and associated check.
2766 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2767 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2768 * configure: Regenerate.
2769
27702012-10-10 Richard Biener <rguenther@suse.de>
2771
2772 * MAINTAINERS: Adjust for changed surname.
2773
27742012-10-04 Lawrence Crowl <crowl@google.com>
2775
2776 * MAINTAINERS (Write After Approval): Add myself.
2777
27782012-10-01 Cary Coutant <ccoutant@google.com>
2779
2780 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2781
27822012-09-28 Ian Lance Taylor <iant@google.com>
2783
2784 * Makefile.def: Make all-target-libgo depend on
2785 all-target-libbacktrace.
2786 * Makefile.in: Rebuild.
2787
27882012-09-26 Ian Lance Taylor <iant@google.com>
2789
2790 * Makefile.def: Make all-gcc depend on all-libbacktrace.
2791 * Makefile.in: Rebuild.
2792
27932012-09-20 Walter Lee <walt@tilera.com>
2794
2795 * configure.ac: Add tilegx to list of targets that support gold.
2796 * configure: Regenerate.
2797
27982012-09-20 Marek Polacek <polacek@redhat.com>
2799
2800 * MAINTAINERS (Write After Approval): Add myself.
2801
28022012-09-19 Steve Ellcey <sellcey@mips.com>
2803
2804 * configure.ac: Add mips*-mti-elf* target.
2805 * configure: Regenerate.
2806
28072012-09-17 Ian Lance Taylor <iant@google.com>
2808
2809 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2810 * configure.ac (host_libs): Add libbacktrace.
2811 (target_libraries): Add libbacktrace.
2812 * Makefile.def (host_modules): Add libbacktrace.
2813 (target_modules): Likewise.
2814 * configure, Makefile.in: Rebuild.
2815
28162012-09-14 David Edelsohn <dje.gcc@gmail.com>
2817
2818 PR target/38607
2819 Merge upstream change.
2820 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2821
2822 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2823 Add libgomp*.o to compare_exclusions for AIX.
2824 * configure: Regenerate.
2825
28262012-09-06 Diego Novillo <dnovillo@google.com>
2827
2828 * configure.ac: Bump minimum GMP version to 4.2.3.
2829 * configure: Re-generate.
2830
28312012-09-05 Georg-Johann Lay <avr@gjlay.de>
2832
2833 PR target/54461
2834 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2835 target-libgloss if not configured --with-avrlibc=no.
2836 * configure: Regenerate.
2837
28382012-09-04 Jason Merrill <jason@redhat.com>
2839
2840 * configure.ac: Fix --enable-languages=all.
2841
28422012-09-04 Christophe Lyon <christophe.lyon@st.com>
2843
2844 * MAINTAINERS (Write After Approval): Add myself.
2845
28462012-09-03 Richard Guenther <rguenther@suse.de>
2847
2848 PR bootstrap/54138
2849 * configure.ac: Re-organize ISL / CLOOG checks to allow
2850 disabling with either --without-isl or --without-cloog.
2851 * configure: Regenerated.
2852
28532012-09-03 Georg-Johann Lay <avr@gjlay.de>
2854
2855 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2856 * configure: Regenerate.
2857
28582012-08-27 Ulrich Drepper <drepper@gmail.com>
2859
2860 * MAINTAINERS: Fix my email address.
2861
28622012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2863
2864 PR binutils/4970
2865 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2866 and opcodes.
2867 * Makefile.in: Regenerated.
2868
28692012-08-26 Art Haas <ahaas@impactweather.com>
2870
2871 * configure: Regenerate.
2872
28732012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2874
2875 * INSTALL/README: Also refer to the online installation
2876 instructions.
2877
28782012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2879
2880 * MAINTAINERS (Write After Approval): Add myself.
2881 (Picochip port): Remove myself.
2882
28832012-08-14 Diego Novillo <dnovillo@google.com>
2884
2885 Merge from cxx-conversion branch.
2886
2887 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2888 POSTSTAGE1_CONFIGURE_FLAGS.
2889 * Makefile.in: Regenerate.
2890 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2891 Force C++ when bootstrapping.
2892 * configure: Regenerate.
2893
28942012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2895
2896 * MAINTAINERS (Write After Approval): Add myself.
2897
28982012-07-16 Joseph Myers <joseph@codesourcery.com>
2899
2900 * README: Document use of ranges of years in copyright notices.
2901
29022012-07-06 Richard Guenther <rguenther@suse.de>
2903
2904 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2905 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2906 --with-gmp=system.
2907 * Makefile.in: Regenerated.
2908 * configure: Likewise.
2909
29102012-07-06 Richard Guenther <rguenther@suse.de>
2911
2912 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2913 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2914 supply V=1 as extra_make_flags.
2915 * configure: Regenerated.
2916 * Makefile.in: Likewise.
2917
29182012-07-04 Tristan Gingold <gingold@adacore.com>
2919
2920 * configure: Regenerate.
2921
29222012-07-03 Richard Guenther <rguenther@suse.de>
2923
2924 * Makfile.def (isl): Remove not necessary extra_exports and
2925 extra_make_flags.
2926 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2927 * Makefile.in: Regenerated.
2928
29292012-07-03 Richard Guenther <rguenther@suse.de>
2930
2931 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2932 * configure.ac: If either the ISL or the CLooG check failed
2933 do not try to build in-tree versions.
2934 * Makefile.in: Regenerated.
2935 * configure: Regenerated.
2936
29372012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2938
2939 * configure: Regenerate.
2940
29412012-07-02 Janis Johnson <janisjo@codesourcery.com>
2942
2943 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2944 maintainer.
2945
29462012-07-02 Richard Guenther <rguenther@suse.de>
2947
2948 * configure: Regenerated.
2949
29502012-07-02 Richard Guenther <rguenther@suse.de>
2951 Michael Matz <matz@suse.de>
2952 Tobias Grosser <tobias@grosser.es>
2953 Sebastian Pop <sebpop@gmail.com>
2954
2955 * Makefile.def: Add ISL host module, remove PPL host module.
2956 Adjust ClooG host module to use the proper ISL.
2957 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2958 * configure.ac: Include config/isl.m4. Add ISL host library,
2959 remove PPL. Remove PPL configury, add ISL configury, adjust
2960 ClooG configury.
2961 * Makefile.in: Regenerated.
2962 * configure: Likewise.
2963
29642012-07-02 Richard Guenther <rguenther@suse.de>
2965
2966 Merge from graphite branch
2967 2011-07-21 Tobias Grosser <tobias@grosser.es>
2968
2969 * configure: Regenerated.
2970 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2971 both cloog.org and legacy versions. The only supported version will
2972 be CLooG with the isl backend.
2973
2974 2011-07-21 Tobias Grosser <tobias@grosser.es>
2975
2976 * configure: Regenerated.
2977 * configure.ac: Require cloog isl 0.17.0
2978
2979 2011-07-21 Tobias Grosser <tobias@grosser.es>
2980
2981 * configure: Regenerated.
2982 * config/cloog.m4: Do not define CLOOG_ORG
2983
29842012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2985
2986 * configure.ac: Skip C if explicitly selected.
2987 * configure: Regenerate.
2988
29892012-06-28 Christophe Lyon <christophe.lyon@st.com>
2990
2991 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2992 they contain -O2.
2993 * configure: Regenerate.
2994
29952012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2996
2997 PR debug/53740
2998 * df.h, df-problems.c, dce.c: Revert last patch.
2999
30002012-06-25 Iain Sandoe <iain@codesourcery.com>
3001
3002 * MAINTAINERS (Write After Approval): Update my email address.
3003
30042012-06-21 Meador Inge <meadori@codesourcery.com>
3005
3006 * MAINTAINERS (Write After Approval): Add myself.
3007
30082012-06-20 Jason Merrill <jason@redhat.com>
3009
3010 * Makefile.tpl (check-target-libgomp-c++): New.
3011 (check-target-libitm-c++): New.
3012 * Makefile.def (c++): Add them.
3013 * Makefile.in: Regenerate.
3014
30152012-05-29 Edmar Wienskoski <edmar@freescale.com>
3016
3017 * MAINTAINERS (Write After Approval): Add myself.
3018
30192012-05-16 Olivier Hainque <hainque@adacore.com>
3020
3021 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3022 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3023 (install-no-fixedincludes): Adjust accordingly.
3024 * Makefile.in: Regenerate.
3025
30262012-05-15 H.J. Lu <hongjiu.lu@intel.com>
3027
3028 Merge upstream change
3029 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3030
30312012-05-14 Marc Glisse <marc.glisse@inria.fr>
3032
3033 * MAINTAINERS (Write After Approval): Add myself.
3034
30352012-05-09 Nick Clifton <nickc@redhat.com>
3036 Paul Smith <psmith@gnu.org>
3037
3038 PR bootstrap/50461
3039 * configure.ac (mpfr-dir): When using in-tree MPFR sources
3040 allow for the fact that from release v3.1.0 of MPFR the source
3041 files were moved into a src sub-directory.
3042 * configure: Regenerate.
3043
30442012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
3045
3046 * configure.ac: Bump minimum MPFR version to 2.4.0.
3047 * configure: Regenerated.
3048
30492012-05-01 Richard Henderson <rth@redhat.com>
3050
3051 * Makefile.def (libatomic): New target_module.
3052 * configure.ac (target_libraries): Add libatomic.
3053 (noconfigdirs): Check if libatomic is supported.
3054 * Makefile.in, configure: Rebuild.
3055
30562012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
3057
3058 * MAINTAINERS (Write After Approval): Add myself.
3059
30602012-04-25 Joel Brobecker <brobecker@adacore.com>
3061
3062 * config.sub: Update to 2012-04-18 version from official repo.
3063
30642012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
3065
3066 * MAINTAINERS (Write After Approval): Add myself.
3067
30682012-04-11 Steve Ellcey <sellcey@mips.com>
3069
3070 * MAINTAINERS: Changed email address.
3071
30722012-03-28 Georg-Johann Lay <avr@gjlay.de>
3073
3074 PR target/52737
3075 * contrib/gcc_update (files_and_dependencies):
3076 Remove gcc/config/avr/t-multilib from touch data.
3077
30782012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3079
3080 * MAINTAINERS (OS Port Maintainers): Remove irix.
3081 * configure.ac (enable_libgomp): Remove *-*-irix6*.
3082 (unsupported_languages): Remove mips-sgi-irix6.*.
3083 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3084 (with_stabs): Remove.
3085 * configure: Regenerate.
3086
30872012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3088
3089 * MAINTAINERS (OS Port Maintainers): Remove osf.
3090 * configure.ac (enable_libgomp): Remove *-*-osf*.
3091 (with_stabs): Remove alpha*-*-osf*.
3092 * configure: Regenerate.
3093
30942012-03-05 Tristan Gingold <gingold@adacore.com>
3095
3096 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3097 * configure: Regenerate.
3098
30992012-02-17 Walter Lee <walt@tilera.com>
3100
3101 * MAINTAINERS: (Write After Approval): Delete myself.
3102
31032012-02-14 Walter Lee <walt@tilera.com>
3104
3105 * MAINTAINERS (tilegx port): Add myself.
3106 (tilepro port): Add myself.
3107 (Write After Approval): Add myself.
3108
31092012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
3110
3111 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3112 and Joseph Myers as docstring relicensing maintainers.
3113
31142012-02-09 Bin Cheng <bin.cheng@arm.com>
3115
3116 * MAINTAINERS (write-after-approval): Add myself.
3117
31182012-02-08 Ira Rosen <irar@il.ibm.com>
3119
3120 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3121 maintainer.
3122
31232012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3124
3125 * MAINTAINERS (Write After Approval): Move myself to
3126 maintain alphabetical order.
3127
31282012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3129
3130 * MAINTAINERS (Write After Approval): Add myself.
3131
31322012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3133
3134 * MAINTAINERS (Write After Approval): Add myself.
3135
31362012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3137 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3138
3139 * configure.ac (cr16-*-*): Remove nonconfigdirs.
3140 * configure: Regenerate.
3141
31422012-01-23 Harshit Chopra <harshit@google.com>
3143
3144 * MAINTAINERS (Write After Approval): Add myself.
3145
31462012-01-22 Douglas B Rupp <rupp@ngnat.com>
3147
3148 * configure.ac: Remove reference to mh-interix.
3149 * configure: Regenerate.
3150
31512012-01-05 Richard Henderson <rth@redhat.com>
3152
3153 PR bootstrap/51072
3154 * configure.ac: Disable libitm if c++ is not enabled.
3155 * configure: Rebuild.
3156
3157 * configure.ac: Fix regexp for same.
3158 * configure: Rebuild.
3159
31602012-01-02 Balaji V. Iyer <bviyer@gmail.com>
3161
3162 * MAINTAINERS (Write After Approval): Add myself.
3163
31642012-01-02 Richard Guenther <rguenther@suse.de>
3165
3166 PR bootstrap/51686
3167 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3168 * Makefile.in: Regenerate.
3169
31702011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
3171
3172 * MAINTAINERS (Write After Approval): Add myself.
3173
31742011-12-18 Eric Botcazou <ebotcazou@adacore.com>
3175
3176 * configure: Regenerate.
3177
31782011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3179
3180 * MAINTAINERS (picochip): Changed email address.
3181
31822011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3183
3184 * MAINTAINERS (write-after-approval): Add self.
3185
31862011-11-29 DJ Delorie <dj@redhat.com>
3187
3188 * configure.ac (rl78-*-*) New case.
3189 * configure: Regenerate.
3190 * MAINTAINERS: Add myself as RL78 maintainer.
3191
31922011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3193
3194 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3195
31962011-11-21 Andreas Tobler <andreast@fgznet.ch>
3197
3198 * libtool.m4: Additional FreeBSD 10 fixes.
3199
32002011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
3201
3202 * MAINTAINERS: Move myself from Write After Approval to CPU Port
3203 Maintainers section, as Epiphany maintainer.
3204
32052011-11-18 Iain Sandoe <iains@gcc.gnu.org>
3206
3207 PR target/49992
3208 * configure.ac: Remove ranlib special-casing for Darwin.
3209 * configure: Regenerate.
3210
32112011-11-12 Andrey Belevantsev <abel@ispras.ru>
3212
3213 * MAINTAINERS (Reviewers): Keep the list sorted.
3214
32152011-11-11 Andrey Belevantsev <abel@ispras.ru>
3216
3217 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3218
32192011-11-09 Roland McGrath <mcgrathr@google.com>
3220
3221 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3222 * configure: Rebuild.
3223 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3224 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3225 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3226 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3227 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3228 Add READELF.
3229 * Makefile.in: Rebuild.
3230
32312011-11-09 Jason Merrill <jason@redhat.com>
3232
3233 * Makefile.def (language=c++): Remove check-c++0x.
3234 * Makefile.in (check-gcc-c++): Regenerate.
3235
32362011-11-08 Richard Henderson <rth@redhat.com>
3237
3238 * configure.ac: Test for libitm directory present first.
3239
3240 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3241
3242 * configure.ac: Test libitm/configure.tgt to disable libitm.
3243 * configure: Rebuild.
3244
32452011-11-07 Aldy Hernandez <aldyh@redhat.com>
3246 Richard Henderson <rth@redhat.com>
3247
3248 Merged from transactional-memory.
3249
3250 * Makefile.def (lang_env_dependencies): libitm is c++.
3251 Add libitm target module.
3252 * configure.ac: Likewise.
3253 * config/mmap.m4: New file.
3254 * contrib/gcc_update: Add libitm to touch data.
3255 * Makefile.in, configure: Rebuild.
3256
32572011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3258
3259 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3260 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3261 * Makefile.in: Regenerate.
3262
32632011-11-01 DJ Delorie <dj@redhat.com>
3264
3265 * config.sub: Update to version 2011-10-29 (added rl78)
3266
32672011-10-27 Nick Clifton <nickc@redhat.com>
3268
3269 * config.sub: Import these changes from the config project:
3270
3271 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
3272 Ben Elliston <bje@gnu.org>
3273
3274 * config.sub (epiphany): New.
3275
3276 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
3277 Ben Elliston <bje@gnu.org>
3278
3279 * config.sub (hexagon, hexagon-*): New.
3280
3281 2011-08-23 Roland McGrath <mcgrathr@google.com>
3282
3283 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3284 64eb to be64.
3285
3286 2011-08-16 Roland McGrath <mcgrathr@google.com>
3287
3288 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3289 (nacl): Grok as alias for 32el-unknown-nacl.
3290
32912011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
3292
3293 * MAINTAINERS (Write After Approval): Add myself.
3294
32952011-10-24 Teresa Johnson <tejohnson@google.com>
3296
3297 * MAINTAINERS (Write After Approval): Add myself.
3298
32992011-09-21 Jakub Jelinek <jakub@redhat.com>
3300
3301 * MAINTAINERS (sparc port): Remove myself.
3302
33032011-09-14 Tom de Vries <tom@codesourcery.com>
3304
3305 * MAINTAINERS (Write After Approval): Add myself.
3306
33072011-08-14 Yao Qi <yao@codesourcery.com>
3308
3309 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3310 * configure: Regenerate.
3311
33122011-07-26 Ian Lance Taylor <iant@google.com>
3313
3314 * configure.ac: Set have_compiler based on whether gcc directory
3315 exists, rather than on whether gcc is in configdirs.
3316 * configure: Rebuild.
3317
33182011-07-21 Joseph Myers <joseph@codesourcery.com>
3319
3320 * MAINTAINERS (Global Reviewers): Add self.
3321
33222011-07-20 David Edelsohn <dje.gcc@gmail.com>
3323
3324 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3325 link directories.
3326 * Makefile.in: Rebuild.
3327
33282011-07-20 Ian Lance Taylor <iant@google.com>
3329
3330 PR bootstrap/49787
3331 * configure.ac: Move --enable-bootstrap handling earlier in file.
3332 If --enable-bootstrap and either --enable-build-with-cxx or
3333 --enable-build-poststage1-with-cxx, enable C++ automatically.
3334 * configure: Rebuild.
3335
33362011-07-19 Ian Lance Taylor <iant@google.com>
3337
3338 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
3339 make C++ a boot_language. Set and substitute
3340 POSTSTAGE1_CONFIGURE_FLAGS.
3341 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3342 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3343 * configure, Makefile.in: Rebuild.
3344
33452011-07-19 Vladimir Makarov <vmakarov@redhat.com>
3346
3347 * MAINTAINERS (Register Allocation): Move myself from reviewers to
3348 maintainers.
3349
33502011-07-18 Jakub Jelinek <jakub@redhat.com>
3351
3352 * MAINTAINERS (Global Reviewers): Add myself.
3353
33542011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3355
3356 * configure: Regenerate.
3357
33582011-07-16 Jason Merrill <jason@redhat.com>
3359
3360 * Makefile.def (language=c++): Add check-c++0x and
3361 check-target-libmudflap-c++.
3362 * Makefile.tpl (check-target-libmudflap-c++): New.
3363 * Makefile.in: Regenerate.
3364
33652011-07-16 Matthias Klose <doko@ubuntu.com>
3366
3367 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3368 * Makefile.def (target_modules/libjava): Pass
3369 $(EXTRA_CONFIGARGS_LIBJAVA).
3370 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3371 if not configured with --enable-static-libjava.
3372 * Makefile.in: Regenerate.
3373 * configure: Likewise.
3374
33752011-07-15 Jason Merrill <jason@redhat.com>
3376
3377 * Makefile.in (check-c++): Move check-gcc-c++0x after
3378 check-target-libstdc++-v3.
3379
33802011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3381
3382 * MAINTAINERS (c6x port): New entry.
3383
33842011-07-13 Jason Merrill <jason@redhat.com>
3385
3386 * Makefile.in (check-gcc-c++0x): New.
3387 (check-c++): Depend on it.
3388
33892011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3390
3391 PR target/39150
3392 * configure.ac (i[3456789]86-*-solaris2*): Also accept
3393 x86_64-*-solaris2.1[0-9]*.
3394 * configure: Regenerate.
3395
33962011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
3397
3398 * MAINTAINERS (RTL optimizers): Add self.
3399
34002011-06-27 Gabriel Charette <gchare@google.com>
3401
3402 * MAINTAINERS (Write After Approval): Add myself.
3403
34042011-06-22 Hans-Peter Nilsson <hp@axis.com>
3405
3406 PR regression/47836
3407 PR bootstrap/23656
3408 PR other/47733
3409 PR bootstrap/49247
3410 PR c/48825
3411 * configure.ac (target_libraries): Remove target-libiberty.
3412 Remove case-statement setting skipdirs=target-libiberty for
3413 multiple targets. Remove checking target_configdirs and
3414 removing target-libiberty but keeping target-libgcc if
3415 otherwise empty.
3416 * Makefile.def (target_modules): Don't add libiberty.
3417 (dependencies): Remove all traces of target-libiberty.
3418 * configure, Makefile.in: Regenerate.
3419
34202011-06-13 Walter Lee <walt@tilera.com>
3421
3422 * configure.ac (tilepro-*-*) New case.
3423 (tilegx-*-*): Likewise.
3424 * configure: Regenerate.
3425
34262011-06-06 Jing Yu <jingyu@google.com>
3427
3428 * configure.ac: Skip target-libiberty for
3429 arm*-*-linux-androideabi.
3430 * configure: Regenerated.
3431
34322011-06-06 Nick Clifton <nickc@redhat.com>
3433
3434 * config.sub: Sync from upstream.
3435
34362011-06-05 Nenad Vukicevic <nenad@intrepid.com>
3437
3438 * MAINTAINERS (Write After Approval): Add myself.
3439
34402011-06-01 Daniel Jacobowitz <drow@false.org>
3441
3442 * MAINTAINERS: Update my email address.
3443
34442011-05-27 Nathan Froyd <froydnj@codesourcery.com>
3445
3446 * MAINTAINERS (Write After Approval): Update my email address.
3447
34482011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
3449
3450 * MAINTAINERS (Write After Approval): Add myself.
3451
34522011-05-08 Doug Kwan <dougkwan@google.com>
3453
3454 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3455 * configure: Regenerated.
3456 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3457 value from configure.
3458 * Makefile.in: Regenerated.
3459
34602011-05-05 Joseph Myers <joseph@codesourcery.com>
3461
3462 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3463 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3464 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3465 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3466 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3467 *-*-vxworks*): Disable newlib and libgloss in separate case
3468 statement.
3469 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3470 to separate case statement.
3471 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3472 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3473 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3474 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3475 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3476 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3477 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3478 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3479 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3480 i[[3456789]]86-*-rdos*, m32r-*-*,
3481 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3482 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3483 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3484 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3485 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3486 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3487 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3488 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3489 and libgloss in main case over targets. Remove most empty cases
3490 in main case over targets.
3491 * configure: Regenerate.
3492
34932011-05-04 Janis Johnson <janisjo@codesourcery.com>
3494
3495 * MAINTAINERS (Write After Approval): Add myself.
3496
34972011-05-04 Joseph Myers <joseph@codesourcery.com>
3498
3499 * configure.ac: Remove code setting special library locations for
3500 hppa*64*-*-hpux11*. Remove code setting compiler for
3501 sparc-sun-solaris2*.
3502 * configure: Regenerate.
3503
35042011-05-04 Joseph Myers <joseph@codesourcery.com>
3505
3506 * configure.ac: Separate libgloss_dir settings from general case
3507 over targets.
3508 * configure: Regenerate.
3509
35102011-04-28 Joseph Myers <joseph@codesourcery.com>
3511
3512 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3513 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3514 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3515 cases in libgcj-disabling case statement.
3516 (hppa*64*-*-linux*): Set unsupported_languages instead of
3517 disabling target-zlib.
3518 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3519 to hppa*64*-*-hpux*.
3520 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3521 hppa*-*-hpux*.
3522 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3523 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3524 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3525 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3526 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3527 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3528 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3529 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3530 libgcj-disabling case statement.
3531 * configure: Regenerate.
3532
35332011-04-28 Joseph Myers <joseph@codesourcery.com>
3534
3535 * configure.ac: Disable Java for targets not supporting libffi.
3536 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3537 Remove cases in Java-disabling statement.
3538 (*arm-wince-pe): Change to arm-wince-pe.
3539 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3540 cases in Java-disabling statement.
3541 (bfin-*-*): Don't disable Java again.
3542 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3543 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3544 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3545 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3546 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3547 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3548 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3549 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3550 Java-disabling statement.
3551 (mmix-*-*): Don't disable Java again.
3552 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3553 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3554 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3555 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3556 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3557 statement.
3558 * configure: Regenerate.
3559
35602011-04-28 Joseph Myers <joseph@codesourcery.com>
3561
3562 * configure.ac: Separate cases disabling Java and Java libraries
3563 from general case over targets.
3564 * configure: Regenerate.
3565
35662011-04-21 Jie Zhang <jzhang918@gmail.com>
3567
3568 * MAINTAINERS: Update my email address.
3569
35702011-04-20 Easwaran Raman <eraman@google.com>
3571
3572 * MAINTAINERS (Write After Approval): Add myself.
3573
35742011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3575
3576 PR lto/48086
3577 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3578 * configure: Regenerate.
3579
35802011-04-16 Jim Meyering <meyering@redhat.com>
3581
3582 * MAINTAINERS (Write After Approval): Add myself.
3583
35842011-04-15 Dodji Seketeli <dodji@redhat.com>
3585
3586 * MAINTAINERS: Update my email address.
3587
35882011-04-13 Georg-Johann Lay <avr@gjlay.de>
3589
3590 * MAINTAINERS (Write After Approval): Add myself.
3591
35922011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3593
3594 * MAINTAINERS (Write After Approval): Add myself.
3595
35962011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3597
3598 * MAINTAINERS (Write After Approval): Add myself.
3599
36002011-04-06 Joseph Myers <joseph@codesourcery.com>
3601
3602 * configure.ac (build_tools): Remove build-byacc.
3603 (host_libs): Remove mmalloc.
3604 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3605 autoconf automake libtool diff rcs fileutils shellutils time
3606 textutils wdiff find uudecode hello tar gzip indent recode release
3607 sed perl gawk findutils gettext zip.
3608 (libgcj): Remove target-qthreads.
3609 (target_tools): Remove target-examples target-gperf.
3610 (YACC): Don't handle building byacc.
3611 * configure: Regenerate.
3612 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3613 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3614 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3615 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3616 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3617 handle building components.
3618 * Makefile.in: Regenerate.
3619
36202011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3621
3622 * MAINTAINERS: Update my email address as Xtensa maintainer.
3623
36242011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3625
3626 * config.sub: Sync from upstream.
3627
36282011-04-01 Joseph Myers <joseph@codesourcery.com>
3629
3630 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3631 (microblaze*): Don't disable libssp.
3632 * configure: Regenerate.
3633
36342011-04-01 Joseph Myers <joseph@codesourcery.com>
3635
3636 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3637 moveifchange.
3638 * configure: Regenerate.
3639 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3640 * Makefile.in: Regenerate.
3641
36422011-04-01 Joseph Myers <joseph@codesourcery.com>
3643
3644 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3645 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3646 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3647 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3648 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3649 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3650 md_exec_prefix cases.
3651 * configure: Regenerate.
3652
36532011-04-01 Joseph Myers <joseph@codesourcery.com>
3654
3655 * configure.ac: Separate cases disabling target-libssp,
3656 target-libiberty, target-libstdc++-v3 and Fortran from general
3657 case over targets.
3658 * configure: Regenerate.
3659
36602011-04-01 Joseph Myers <joseph@codesourcery.com>
3661
3662 * configure.ac (*-*-chorusos): Don't disable libgcj.
3663 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3664 Remove case.
3665 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3666 (arm-*-coff): Don't disable libgcj.
3667 (arm*-*-linux-gnueabi): Remove useless assignment.
3668 (arm-*-riscix*): Don't disable libgcj.
3669 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3670 configuration.
3671 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3672 (c54x*-*-*): Remove case.
3673 (tic54x-*-*): Don't disable GCC or GCC libraries.
3674 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3675 to *.
3676 (d10v-*-*): Don't disable GCC libraries.
3677 (d30v-*-*): Don't disable libgcj.
3678 (h8500-*-*): Don't disable GCC libraries.
3679 (i960-*-*): Don't disable libgcj.
3680 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3681 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3682 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3683 libgcj.
3684 (m68k-*-coff*): Remove case.
3685 (mmix-*-*): Don't disable libgloss on host.
3686 (mn10200-*-*, mn10300-*-*): Remove cases.
3687 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3688 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3689 Don't disable libgcj.
3690 (romp-*-*): Remove case.
3691 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3692 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3693 case.
3694 (v810-*-*): Don't disable GCC libraries.
3695 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3696 (ip2k-*-*): Don't disable GCC libraries.
3697 * configure: Regenerate.
3698
36992011-03-28 Joseph Myers <joseph@codesourcery.com>
3700
3701 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3702 libffi on host.
3703 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3704 on host.
3705 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3706 * configure: Regenerate.
3707
37082011-03-26 John Marino <binutils@marino.st>
3709
3710 * configure.ac: Add support for *-*-dragonfly*
3711 * configure: Regenerate.
3712
37132011-03-25 Joseph Myers <joseph@codesourcery.com>
3714
3715 * configure.ac (native_only): Remove.
3716 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3717 send-pr uudecode guile gnuserv on host.
3718 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3719 send-pr rcs guile perl texinfo libtool on host.
3720 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3721 automake send-pr rcs guile perl texinfo libtool on host.
3722 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3723 (*-*-kaos*): Don't disable target-examples target-gperf on target.
3724 (alpha*-dec-osf*): Don't disable fileutils on target.
3725 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3726 texinfo send-pr expect dejagnu on target.
3727 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3728 target-qthreads on target.
3729 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3730 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3731 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3732 x86_64-*-mingw*): Don't disable expect on target.
3733 (*-*-cygwin*): Don't disable target-gperf on target.
3734 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3735 gnuserv on target.
3736 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3737 target.
3738 * configure: Regenerate.
3739
37402011-03-25 Joseph Myers <joseph@codesourcery.com>
3741
3742 * configure.ac (target_tools): Remove target-groff.
3743 (native_only): Remove target-groff.
3744 (hppa*64*-*-*): Don't disable byacc.
3745 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3746 setting.
3747 (*-*-kaos*): Don't skip target-librx and target-groff.
3748 (*-*-netware*): Don't skip target-libmudflap.
3749 (*-*-tpf*): Don't skip target-libmudflap.
3750 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3751 directories on the host.
3752 (ia64*-*-*vms*): Don't skip tix.
3753 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3754 host.
3755 * configure: Regenerate.
3756
37572011-03-24 Paolo Bonzini <pbonzini@redhat.com>
3758
3759 * configure.ac: Remove references to mt-mep, mt-netware,
3760 mt-wince.
3761 * Makefile.def: Add all-utils soft dependencies.
3762 * Makefile.tpl: Remove GDB_NLM_DEPS.
3763 * configure: Regenerate.
3764 * Makefile.in: Regenerate.
3765
37662011-03-24 Paolo Bonzini <bonzini@gnu.org>
3767
3768 * configure.ac: Do not include mh-x86omitfp.
3769 * configure: Regenerate.
3770
37712011-03-24 Paolo Bonzini <bonzini@gnu.org>
3772
3773 * configure.ac: Remove empty cases.
3774 * configure: Regenerate.
3775
37762011-03-24 Paolo Bonzini <bonzini@gnu.org>
3777
3778 * Makefile.def: Add dependency from termcap to gdb.
3779 * Makefile.in: Regenerate.
3780
37812011-03-24 Paolo Bonzini <bonzini@gnu.org>
3782
3783 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3784 * configure: Regenerate.
3785 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3786 * Makefile.tpl: Likewise.
3787 * Makefile.in: Regenerate.
3788
37892011-03-24 Paolo Bonzini <bonzini@gnu.org>
3790
3791 * configure.ac: Remove all mentions of tentative_cc.
3792 * configure: Regenerate.
3793
37942011-03-24 Joseph Myers <joseph@codesourcery.com>
3795
3796 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3797 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3798 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3799 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3800 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3801 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3802 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3803 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3804 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3805 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3806 *-*-rhapsody*): Remove host cases.
3807 * configure: Regenerate.
3808
38092011-03-24 Joseph Myers <joseph@codesourcery.com>
3810
3811 * configure.ac (ppc*-*-pe): Remove host case.
3812 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3813 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3814 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3815 cases.
3816 * configure: Regenerate.
3817
38182011-03-24 Joseph Myers <joseph@codesourcery.com>
3819
3820 * config.sub: Update to version 2011-03-23.
3821
38222011-03-22 Joseph Myers <joseph@codesourcery.com>
3823
3824 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3825 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3826 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3827 * configure: Regenerate.
3828
38292011-03-22 Joseph Myers <joseph@codesourcery.com>
3830
3831 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3832 to Write After Approval.
3833 * config-ml.in: Don't handle arc-*-elf*.
3834 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3835 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3836 handle GCC libraries.
3837 * configure: Regenerate.
3838
38392011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3840
3841 PR bootstrap/48120:
3842 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3843 Add -lstdc++ -lm to LIBS.
3844 * configure: Regenerate.
3845
38462011-03-18 David Edelsohn <dje.gcc@gmail.com>
3847
3848 * config.guess: Update to version 2011-02-02
3849 * config.sub: Update to version 2011-02-24
3850
38512011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3852
3853 PR lto/48086
3854 * configure.ac: Re-enable LTO on *-apple-darwin9.
3855 * configure: Regenerate.
3856
38572011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3858
3859 PR lto/48086
3860 * configure.ac: Disable LTO on darwin due to an assembler change in
3861 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3862 under 256.
3863 * configure: Regenerate.
3864
38652011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3866
3867 * MAINTAINERS: Update myself as score backend maintainer,
3868 update my e-mail address.
3869
38702011-03-09 Xuepeng Guo <terry.guo@arm.com>
3871
3872 * MAINTAINERS: Update my e-mail address.
3873
38742011-03-06 Joey Ye <joey.ye@arm.com>
3875
3876 * MAINTAINERS: Update my e-mail address.
3877
38782011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3879
3880 * configure.ac: Adjust test of with_ppl.
3881 * configure: Regenerated.
3882
38832011-03-02 Kai Tietz <ktietz@redhat.com>
3884
3885 * MAINTAINERS: Adjust my e-mail address.
3886
38872011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3888
3889 * configure.ac: Add -lpwl to ppllibs.
3890 * configure: Regenerated.
3891
38922011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3893
3894 * config/cloog.m4: Add -lisl to clooglibs.
3895 * configure: Regenerated.
3896
38972011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3898
3899 * MAINTAINERS (CPU Port maintainers): Add self.
3900
39012011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3902
3903 * MAINTAINERS: Add myself as testsuite maintainer.
3904
39052011-02-15 Mike Stump <mikestump@comcast.net>
3906
3907 * MAINTAINERS: Add myself as testsuite maintainer.
3908
39092011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3910
3911 Import from Libtool and gnulib:
3912
3913 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3914
3915 Prepare for supporting FreeBSD 10.
3916 * config.rpath: Remove handling of freebsd1* which soon would
3917 match FreeBSD 10.0.
3918
3919 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3920
3921 Remove support for FreeBSD 1.x.
3922 * libtool.m4 (_LT_LINKER_SHLIBS)
3923 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3924 soon would incorrectly match FreeBSD 10.0.
3925
39262011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3927
3928 PR binutils/12283
3929 * move-if-change: Import version from gnulib.
3930
39312011-02-12 Alexandre Oliva <aoliva@redhat.com>
3932
3933 PR lto/47225
3934 * Makefile.def (lto-plugin): Double dash for enable-shared.
3935 (configure-gcc): Depend on all-lto-plugin.
3936 * Makefile.in: Rebuilt.
3937
39382011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3939
3940 * configure.ac: Remove extra bracket.
3941 * configure: Regenerate.
3942
39432011-02-08 Tobias Burnus <burnus@net-b.de>
3944
3945 * MAINTAINERS: Add myself as libquadmath maintainer.
3946
39472011-02-08 Thomas Schwinge <thomas@schwinge.name>
3948
3949 * MAINTAINERS: Update my email address.
3950
39512011-02-07 Joseph Myers <joseph@codesourcery.com>
3952
3953 * MAINTAINERS (option handling): Add self.
3954
39552011-02-06 Kai Tietz <kai.tietz@onevision.com>
3956
3957 PR lto/47225
3958 * Makefile.def: Add dependency for install-gcc
3959 on install-lto-plugin.
3960 * Makfile.in: Regenerated
3961
39622011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3963
3964 * MAINTAINERS (CPU Port Maintainers): Add myself.
3965
39662011-01-31 Alexandre Oliva <aoliva@redhat.com>
3967
3968 PR libgcj/44341
3969 * configure.ac: Discard --with-* flags for host when configuring
3970 target libraries for cross build.
3971 * configure: Rebuilt.
3972
39732011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3974
3975 * MAINTAINERS (linear loop transforms): Removed.
3976
39772011-01-25 Jakub Jelinek <jakub@redhat.com>
3978
3979 * configure.ac: If with_ppl is no, move setting with_cloog=no
3980 after CLOOG_REQUESTED check.
3981 * configure: Regenerated.
3982
39832011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3984
3985 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3986 CLooG has been requested.
3987 * configure: Regenerated.
3988
39892011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3990
3991 * configure: Regenerated.
3992 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3993
39942011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3995
3996 * configure: Regenerated.
3997 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3998
39992011-01-21 Andreas Schwab <schwab@redhat.com>
4000
4001 * configure.ac: Use AS_HELP_STRING throughout.
4002 * configure: Regenerate.
4003
40042011-01-18 Jie Zhang <jie.zhang@analog.com>
4005
4006 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4007 * configure: Regenerate.
4008
40092011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4010
4011 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4012
40132011-01-13 Joel Brobecker <brobecker@adacore.com>
4014
4015 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4016 for ia64-hpux.
4017 * configure: Regenerate.
4018
40192011-01-07 Jan Hubicka <jh@suse.cz>
4020
4021 PR lto/47225
4022 * Makefile.in: Regenerate.
4023 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4024 configure.
4025
40262011-01-07 Jan Hubicka <jh@suse.cz>
4027
4028 * Makefile.in: Regenerate.
4029 * Makefile.def (gcc host module) and soft dependency on lto-plugin
4030 and configure dependency on lto-plugin configure.
4031 (lto-plugin module): Remove dependency on GCC; add dependency on
4032 liniberty.
4033
40342011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
4035
4036 * MAINTAINERS (Write After Approval): Add myself.
4037
40382010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
4039
4040 * configure: Regenerate.
4041
40422010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
4043
4044 * configure.ac: (picochip): Disable libiberty.
4045
40462010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
4047
4048 * MAINTAINERS (Write After Approval): Add myself.
4049
40502010-12-10 Ian Lance Taylor <iant@google.com>
4051
4052 PR bootstrap/46819
4053 * configure.ac: For --disable-libgcj clear libgcj_saved.
4054 * configure: Rebuild.
4055
40562010-12-10 Tobias Burnus <burnus@net-b.de>
4057
4058 PR fortran/46540
4059 * configure.ac: Add --disable-libquadmath and
4060 --disable-libquadmath-support.
4061 * configure: Regenerate.
4062
40632010-12-03 Ian Lance Taylor <iant@google.com>
4064
4065 * MAINTAINERS: Add myself as libgo maintainer.
4066
40672010-12-03 Hans-Peter Nilsson <hp@axis.com>
4068
4069 PR libffi/46792
4070 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4071 * configure: Regenerate.
4072
40732010-12-02 Ian Lance Taylor <iant@google.com>
4074
4075 * configure.ac: Always set default for poststage1_ldflags to
4076 -static-libstdc++ -static-libgcc.
4077
40782010-11-29 Andreas Schwab <schwab@redhat.com>
4079
4080 * configure.ac: Move comment to remove extra space in last argument
4081 of GCC_TARGET_TOOL.
4082
40832010-11-26 Alexandre Oliva <aoliva@redhat.com>
4084
4085 PR other/46026
4086 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4087 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4088 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4089 (BASE_FLAGS_TO_PASS): Use it.
4090 * configure: Rebuilt.
4091 * Makefile.in: Rebuilt.
4092
40932010-11-23 H.J. Lu <hongjiu.lu@intel.com>
4094
4095 PR binutils/12258
4096 * configure.ac: Correct comments for --enable-gold/--enable-ld.
4097 Properly check default linker.
4098 * configure: Regnerated.
4099
41002010-11-23 Matthias Klose <doko@ubuntu.com>
4101
4102 * configure.ac: For --enable-gold, handle value `default' instead of
4103 `both*'. New configure option --{en,dis}able-ld.
4104 * configure: Regenerate.
4105
41062010-11-20 Ian Lance Taylor <iant@google.com>
4107
4108 * configure.ac: Only disable a language library if no language needs
4109 it. Don't let --disable-libgcj uncondtionally disable libffi.
4110 * configure: Rebuild.
4111
41122010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4113
4114 * Makefile.in: Regenerate.
4115
4116 PR other/46202
4117 * configure.ac: Fix just-built in-tree STRIP name to be
4118 binutils/strip-new.
4119 * configure: Regenerate.
4120 * Makefile.def (install-strip-gcc, install-strip-binutils)
4121 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4122 (install-strip-sid): Mirror dependencies on non-strip variants
4123 of these targets on the respective -strip prerequisites.
4124 * Makefile.tpl (install-strip, install-strip-host)
4125 (install-strip-target): New targets.
4126 (install-strip-[+module+], install-strip-target-[+module+]):
4127 New targets.
4128 * Makefile.in: Regenerate.
4129
41302010-11-19 Ian Lance Taylor <iant@google.com>
4131 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4132
4133 * configure.ac: Add target-libgo to target_libraries. Set
4134 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4135 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4136 (HOST_EXPORTS): Add GOC.
4137 (BASE_TARGET_EXPORTS): Add GOC.
4138 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4139 (GOCFLAGS_FOR_TARGET): New variable.
4140 (EXTRA_HOST_FLAGS): Add GOC.
4141 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4142 * Makefile.def (target_modules): Add libgo.
4143 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4144 (dependencies): Add dependency from configure-target-libgo to
4145 configure-target-libffi and all-target-libstdc++-v3. Add
4146 dependencies from all-target-libgo to all-target-libffi.
4147 (languages): Add go.
4148 * configure: Rebuild.
4149 * Makefile.in: Rebuild.
4150
41512010-11-19 Ian Lance Taylor <iant@google.com>
4152
4153 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4154 compiler/flag environment variables.
4155
41562010-11-18 Ian Lance Taylor <iant@google.com>
4157
4158 * configure.ac: Check for lang_requires_boot_languages in
4159 config-lang.in files.
4160 * configure: Rebuild.
4161
41622010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
87969c8c 4163 Tobias Burnus <burnus@net-b.de>
4164
4165 PR fortran/32049
4166 * Makefile.def: Add libquadmath; build it with language=fortran.
4167 * configure.ac: Add libquadmath.
4168 * Makefile.tpl: Handle multiple libs in check-[+language+].
4169 * Makefile.in: Regenerate.
4170 * configure: Regenerate.
4171
1fea6e9c 41722010-11-16 Tom Tromey <tromey@redhat.com>
4173
4174 * MAINTAINERS: Moved myself to reviewers section.
4175
1950f29a 41762010-11-15 Zdenek Dvorak <ook@ucw.cz>
4177
4178 * MAINTAINERS: Moved myself to reviewers section.
4179
e3d68d13 41802010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4181
4182 * MAINTAINERS (Various Maintainers): Add self for build machinery.
4183 (Write After Approval): Remove self.
4184
73f813e1 41852010-11-15 Andreas Schwab <schwab@redhat.com>
4186
4187 * configure.ac: Fix spelling in option names.
4188 * configure: Regenerated.
4189
e619f0a6 41902010-11-13 Georg-Johann Lay <georgjohann@web.de>
4191
4192 PR bootstrap/39622
4193 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4194 * configure: Regenerated.
4195
b330025b 41962010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
4197
4198 * MAINTAINERS: Update my email address.
4199
8a0fe290 42002010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4201
8a0fe290 4202 * configure: Regenerate.
4203
81b9d148 42042010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4205
aac33805 4206 * configure: Regenerate.
81b9d148 4207
4076133b 42082010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4209
4076133b 4210 * configure: Regenerate.
4211
88e8cc3e 42122010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4213
88e8cc3e 4214 * configure: Regenerate.
4215
a3c81e03 42162010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4217
4218 * configure.ac: Support official CLooG.org versions.
4219 * configure: Regenerate.
4220 * config/cloog.m4: New.
4221
083311b4 42222010-11-10 François Dumont <francois.cppdevs@free.fr>
4223
4224 * MAINTAINERS (Write After Approval): Add myself.
4225
7cb0b8a7 42262010-11-09 David Edelsohn <dje.gcc@gmail.com>
4227
4228 * MAINTAINERS: Update my email address.
4229
16463c8d 42302010-11-04 Iain Sandoe <iains@gcc.gnu.org>
4231
4232 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4233 * configure: Regenerate.
16463c8d 4234
25630dc7 42352010-11-03 Ian Lance Taylor <iant@google.com>
4236 Dave Korn <dave.korn.cygwin@gmail.com>
4237
4238 PR lto/46273
4239 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
4240 and on other supported platforms whenever LTO is enabled.
4241 * configure: Rebuild.
4242
13d2f2b2 42432010-11-02 Alan Modra <amodra@gmail.com>
4244
4245 PR binutils/12110
4246 * configure.ac: Error when source path contains spaces.
4247 * configure: Regenerate.
4248
4a0163ae 42492010-10-23 James E. Wilson <wilson@codesourcery.com>
4250
4251 * MAINTAINERS: Update my email address.
4252
1235ba90 42532010-10-20 Ian Lance Taylor <iant@google.com>
4254
4255 * Makefile.def (target_modules): Set lib_path to src/.libs for
4256 libstdc++-v3 module.
4257 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4258 * Makefile.in: Rebuild.
4259
579b6115 42602010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4261
4262 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4263 (Write After Approval): Remove myself.
4264
79aafbf6 42652010-10-15 Tristan Gingold <gingold@adacore.com>
4266
4267 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4268
7516f0c4 42692010-10-14 Douglas Rupp <rupp@gnat.com>
4270
4271 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4272
ca42e774 42732010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
4274
4275 * configure.ac (build_lto_plugin): New shell variable.
4276 (--enable-lto): Turn on by default for all non-ELF platforms that
4277 have had LTO support added so far. Set build_lto_plugin appropriately
4278 for both ELF and non-ELF.
4279 (configdirs): Add lto-plugin or not based on build_lto_plugin.
4280 * configure: Regenerate.
4281
9ee71fca 42822010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4283
4284 Sync from src:
4285 * configure.ac (v850 support): Remove target-libgloss from
4286 noconfigdirs.
4287 * configure: Regenerate.
4288
372a3f1e 42892010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4290
4291 PR bootstrap/45326
4292 PR bootstrap/45174
4293 * configure.ac: Honor initial values of $build_configargs,
4294 $host_configargs, $target_configargs. Mark the precious, so
4295 environment settings get recorded.
4296 * configure: Regenerate.
4297
445b7c96 42982010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4299
4300 PR bootstrap/45796
4301 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4302 Depend on all-build-libiberty.
4303 * Makefile.in: Regenerate.
4304
d34b0d1e 43052010-09-30 Michael Eager <eager@eagercon.com>
4306
4307 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4308 * configure: Regenerate.
4309
2ae04593 43102010-09-28 Michael Eager <eager@eagercon.com>
4311
4312 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4313
3aa7b555 43142010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4315
4316 PR bootstrap/44621
4317 * configure.ac: Fix unportable shell quoting.
4318 * configure: Regenerate.
4319
62932e4d 43202010-09-21 Iain Sandoe <iains@gcc.gnu.org>
4321
4322 * configure.ac (enable-lto): Add Darwin to the list of supported lto
4323 targets and amend comment.
4324 * configure: Regenerate.
4325
b3f60ce8 43262010-09-15 Tejas Belagod <tejas.belagod@arm.com>
4327
4328 * MAINTAINERS (Write After Approval): Add myself.
4329
4ae8c98f 43302010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
4331
4332 * configure.ac: Enable LTO by default on Darwin.
4333 * configure: Regenerate.
4334
782aa0bb 43352010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
4336
4ae8c98f 4337 * MAINTAINERS (Write After Approval): Add myself.
782aa0bb 4338
3888a212 43392010-09-01 Ian Bolton <ian.bolton@arm.com>
4340
4ae8c98f 4341 * MAINTAINERS (Write After Approval): Add myself.
3888a212 4342
ad7d8d63 43432010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
4344
4345 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4346 ports
4347
b9c08e4e 43482010-07-28 David Yuste <david.yuste@gmail.com>
4349
4350 * MAINTAINERS (Write After Approval): Add myself.
4351
65b688d7 43522010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
4353
4354 * configure.ac: Support all v850 targets.
4355 * configure: Regenerate.
4356
b9a8e4c4 43572010-07-23 Marc Glisse <marc.glisse@normalesup.org>
4358
4359 PR bootstrap/44455
4360 * configure.ac (extra_mpfr_configure_flags): Copy from
4361 extra_mpc_gmp_configure_flags.
4362 * configure: Re-generated.
4363
a91ed45e 43642010-07-22 Andi Kleen <ak@linux.intel.com>
4365
4366 * MAINTAINERS (Write After Approval): Add myself.
4367
b2c57537 43682010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
4369
4370 * MAINTAINERS (Write After Approval): Add myself.
4371
a7a6769e 43722010-07-20 Jeffrey Yasskin <jyasskin@google.com>
4373
4374 * MAINTAINERS (Write After Approval): Add myself.
4375
cb885d9b 43762010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
4377
4378 PR target/44862
4379 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4380 Provide -B option to allow for link spec %s substitutions for
4381 libstdc++.a on darwin.
4382 * Makefile.in: Regenerate.
4383
5bea9bfd 43842010-07-10 Mikael Morin <mikael@gcc.gnu.org>
4385
4386 * MAINTAINERS (Reviewers): Update my e-mail address
4387
753a7a07 43882010-06-10 Alexandre Oliva <aoliva@redhat.com>
4389
4390 * Makefile.def (configure-gcc): Depend on all-libelf.
4391 * Makefile.in: Rebuild.
4392
596b7b22 43932010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
4394
4395 * MAINTAINERS (Write After Approval): Add myself in the right place.
4396
dcde3c07 43972010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
c29ab255 4398
4399 * MAINTAINERS (Write After Approval): Add myself.
4400
dcde3c07 44012010-05-25 Sterling Augustine <sterling@tensilica.com>
c03b5ae8 4402
4403 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dcde3c07 4404
44052010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
fc75f6d9 4406
e3cce89a 4407 * config.sub: Update to version 2010-05-21.
4408 * config.guess: Update to version 2010-04-03.
fc75f6d9 4409
f64b48e2 44102010-05-18 Steven Bosscher <steven@gcc.gnu.org>
4411
4412 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4413 * configure: Regenerate.
4414
2be0e543 44152010-05-12 Sriraman Tallam <tmsriram@google.com>
4416
4417 * MAINTAINERS (Write After Approval): Add myself.
4418
23433d72 44192010-05-07 Steven Bosscher <steven@gcc.gnu.org>
4420
4421 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4422 a platform that supports LTO.
4423 * configure: Regenerate.
4424
896fc761 44252010-05-05 Sebastian Pop <sebastian.pop@amd.com>
4426
4427 * configure.ac: Allow all the versions greater than 0.10 of PPL.
4428 * configure: Regenerated.
4429
af7c5662 44302010-04-27 Roland McGrath <roland@redhat.com>
4431 H.J. Lu <hongjiu.lu@intel.com>
4432
4433 * configure.ac (--enable-gold): Support both, both/gold and
4434 both/bfd to add gold to configdirs without removing ld.
4435 * configure: Regenerated.
4436
4437 * Makefile.def: Add install-gold dependency to install-ld.
4438 * Makefile.in: Regenerated.
4439
4d992eb6 44402010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
4441
4442 PR lto/42776
4443 * configure.ac (--enable-lto): Refactor handling so libelf tests
4444 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4445 and allow LTO to be explicitly enabled on non-ELF platforms that
4446 are known to support it inside else-clause.
4447 * configure: Regenerate.
4448
affd1d61 44492010-04-20 Eric Botcazou <ebotcazou@adacore.com>
4450
4451 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4452 * configure: Regenerate.
4453
e55e8126 44542010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
4455
4456 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4457 * configure: Regenerate.
4458
d6845139 44592010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4460
4461 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4462 separately.
4463 * configure: Regenerate.
4464
c9c28109 44652010-04-16 Kevin Williams <kevin.williams@inria.fr>
4466
4467 * MAINTAINERS (Write After Approval): Add myself.
4468
8e051ef4 44692010-04-14 Tristan Gingold <gingold@adacore.com>
4470
4471 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4472 * configure: Regenerate.
4473
7cc7a0c6 44742010-04-13 Steve Ellcey <sje@cup.hp.com>
4475
4476 * configure: Regenerate after change to elf.m4.
4477
30e08f1c 44782010-04-06 Iain Sandoe <iains@gcc.gnu.org>
4479
4480 * MAINTAINERS (Write After Approval): Add myself.
4481
b14b3ce1 44822010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4483
4484 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4485 * configure: Regenerated.
4486
44872010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4488
4489 * configure.ac: Print "buggy but acceptable" when CLooG
4490 revision is less than 9.
4491 * configure: Regenerated.
4492
09c38bea 44932010-04-01 Diego Novillo <dnovillo@google.com>
4494
4495 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4496
59a40389 44972010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4498
4499 PR bootstrap/43615
4500 PR bootstrap/43328
4501
4502 Revert:
4503
4504 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4505
4506 * configure.ac: Do not pass --enable-multilib nor
4507 --disable-multilib in baseargs. Accept explicitly passed
4508 --enable_multilib.
4509 * configure: Regenerate.
4510
15153e30 45112010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
4512
4513 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4514
247ec299 45152010-03-31 Janis Johnson <janis187@us.ibm.com>
4516
4517 * MAINTAINERS: Remove myself.
4518
7816cdf1 45192010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4520
4521 PR bootstrap/43328
4522 * configure.ac: Do not pass --enable-multilib nor
4523 --disable-multilib in baseargs. Accept explicitly passed
4524 --enable_multilib.
4525 * configure: Regenerate.
4526
2a78007b 45272010-03-28 Andrew Pinski <pinskia@gmail.com>
4528
4529 * MAINTAINERS (spu port): Remove me.
4530
fa0a53e3 45312010-03-23 Joseph Myers <joseph@codesourcery.com>
4532
4533 * configure.ac (tic6x-*-*): New case.
4534 * configure: Regenerate.
4535
d590232e 45362010-03-23 Joseph Myers <joseph@codesourcery.com>
4537
4538 * config.sub: Update to version 2010-03-22.
4539 * config.guess: Update to version 2009-12-30.
4540
dcde3c07 45412010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1384f0b0 4542
4543 PR ada/42554
4544 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4545 * configure: Regenerate.
4546
7071ad11 45472010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4548
4549 * MAINTAINERS: Update my email address.
4550
c583eb67 45512010-03-17 Sebastian Pop <sebastian.pop@amd.com>
4552
4553 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4554 (ghassan.shobaki@amd.com): Removed.
4555
6217c06a 45562010-03-17 Alan Modra <amodra@gmail.com>
4557
4558 * MAINTAINERS: Update my email address.
4559
101a6f96 45602010-03-16 Diego Novillo <dnovillo@google.com>
4561
4562 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4563 Matthews.
4564
b753085c 45652010-03-16 Joseph Myers <joseph@codesourcery.com>
4566
4567 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4568 Gutson, Jeffrey D. Oldham and Mark Shinwell.
4569
4b83e160 45702010-03-16 Joseph Myers <joseph@codesourcery.com>
4571
4572 * MAINTAINERS: Update my email address.
4573
f345c9fb 45742010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * MAINTAINERS: Update my email address.
4577
4c6d05aa 45782010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4579
4580 * MAINTAINERS: Update my email address.
4581
11010e64 45822010-03-09 Jie Zhang <jie@codesourcery.com>
4583
4584 * MAINTAINERS: Update my email address.
4585
68645a6b 45862010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4587
4588 PR libstdc++/32499
4589 * configure.ac (RANLIB): Default to true.
4590 (STRIP): Likewise.
4591 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4592 * configure: Regenerate.
4593
dcde3c07 45942010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
8980c297 4595
4596 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4597 (Write After Approval): Update my email address.
4598
90b41dad 45992010-02-17 Nick Clifton <nickc@redhat.com>
4600
4601 PR 11238
4602 * Makefile.tpl (local-distclean): Also remove config.cache files in
4603 sub-directories as there may not be Makefiles present in the
4604 sub-directories.
4284910f 4605 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4606 the config.cache files found by the find command.
4607
90b41dad 4608 * Makefile.in: Regenerate.
4609 * configure.ac: Revert previous delta.
4610 * configure: Regenerate.
4611
abb1d088 46122010-02-15 Nick Clifton <nickc@redhat.com>
4613
4614 PR 11238
4615 * configure.ac: Delete config.cache files in sub-directories when
4616 deleting Makefiles.
4617 * configure: Regenerate.
4618
b55e20a0 46192010-02-12 Ben Elliston <bje@gnu.org>
4620
4621 * MAINTAINERS: Update my email address.
4622
0518ccd2 46232010-02-08 Andrew Pinski <pinskia@gmail.com>
4624
4625 * MAINTAINERS (spu port): Update my email address.
4626
dcd5ad58 46272010-02-08 Jie Zhang <jie.zhang@analog.com>
4628
4629 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4630
17b6993a 46312010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4632
4633 * configure.ac: Add "recommended" version checks for GMP/MPC.
4634 Update recommended GMP/MPFR/MPC versions.
4635 * configure: Regenerate.
4636
e10fd696 46372010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4638
4639 * MAINTAINERS: Move my Embecosm email address into the
4640 write-after-approval section.
4641
ddcf38e8 46422010-01-26 Ian Lance Taylor <iant@google.com>
4643
4644 * MAINTAINERS: Add myself as Go frontend maintainer.
4645
5c96a839 46462010-01-25 Joern Rennecke <amylaar@spamcop.net>
4647
4648 PR libstdc++/36101, PR libstdc++/42813
4649 * configure.ac (bootstrap_target_libs): Make inclusion of
4650 target-libgomp conditional on libgomb being in target_configdirs.
4651 * configure: Regenerate.
4652
8e61effd 46532010-01-23 Joern Rennecke <amylaar@spamcop.net>
4654
4655 PR libstdc++/36101, PR libstdc++/42813
4656 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4657 * configure: Regenerate.
4658
1fda3360 46592010-01-22 Joern Rennecke <amylaar@spamcop.net>
4660
4661 PR libstdc++/36101, PR libstdc++/42813
4662 * configure.ac (target_configdirs): Substitute.
4663 * Makefile.def: Bootstrap target module libgomp.
4664 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4665 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4666 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4667 * configure, Makefile.in: Regenerate.
4668
8e32c255 46692010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4670
4671 * MAINTAINERS: Adjust my details.
4672
37d3b41c 46732010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4674
4675 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4676
50918a37 46772010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4678
4679 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4680
3397c9b2 46812010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4682
4683 * MAINTAINERS (Write After Approval): Add myself.
4684
25cd8ffa 46852010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4686
4687 * MAINTAINERS (Write After Approval): Add myself.
4688
a82c8807 46892010-01-11 Richard Guenther <rguenther@suse.de>
4690
4691 PR lto/41569
4692 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4693 * Makefile.in: Regenerated.
4694
5846e92c 46952010-01-11 Andreas Tobler <andreast@fgznet.ch>
4696
4697 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4698 * configure: Regenerate.
4699
c3fc6a63 47002010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9f9d05ad 4701 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
c3fc6a63 4702
4703 PR bootstrap/42424
4704 * configure.ac: Include libtool m4 files.
9f9d05ad 4705 (_LT_CHECK_OBJDIR): Call it.
c3fc6a63 4706 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4707 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
50918a37 4708
c3fc6a63 4709 * configure: Regenerate.
4710
1ab7bcf0 47112010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4712
4713 PR bootstrap/41818
4714 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4715 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
4716 * Makefile.in: Regenerate.
4717
1a4f45ec 47182010-01-02 Richard Guenther <rguenther@suse.de>
4719
4720 PR lto/41529
4721 * configure.ac: Include config/elf.m4. Disable LTO if not
4722 builting for an elf target.
4723 * configure: Regenerate.
4724
cff9dc68 47252009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
4726
4727 * MAINTAINERS: Change my email address.
4728
c505c9f4 47292009-12-18 Ben Elliston <bje@au.ibm.com>
4730
4731 * config.sub, config.guess: Update from upstream sources.
4732
070457e7 47332009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
4734
4735 * MAINTAINERS (Write After Approval): Add myself.
4736
16de6a81 47372009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4738
4739 PR middle-end/30447
4740 PR middle-end/30789
4741 PR other/40302
4742
4743 * configure.ac: Require MPC.
4744 * configure: Regenerate.
4745
e6408286 47462009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4747
4748 PR target/38384
4749 PR bootstrap/40972
4750 * libtool.m4: Sync from git Libtool.
4751 * ltoptions.m4: Likewise.
4752 * ltversion.m4: Likewise.
4753 * lt~obsolete.m4: Likewise.
4754 * ltmain.sh: Likewise.
4755
fcb50449 47562009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4757
4758 * configure.ac: Update minimum MPC version to 0.8.
4759 * configure: Regenerate.
4760
cff3778c 47612009-11-21 Sebastian Pop <sebpop@gmail.com>
4762
4763 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4764 * configure: Regenerated.
4765
d6dfe18a 47662009-11-21 Ian Lance Taylor <iant@google.com>
4767
4768 * configure.ac: Change default of poststage1_ldflags to be empty if
4769 poststage1_libs is set. When poststage1_libs is empty, and
4770 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4771 * configure: Rebuild.
4772
04810760 47732009-11-21 Adam Nemet <adambnmet@gmail.com>
4774
4775 * MAINTAINERS (Write After Approval): Update my email address.
4776
af3e823e 47772009-11-20 Ben Elliston <bje@au.ibm.com>
4778
4779 * config.guess: Update from upstream sources.
4780
e01b36b0 47812009-11-16 Alexandre Oliva <aoliva@redhat.com>
4782
4783 * Makefile.def: Restore host and target settings for gmp.
4784 * Makefile.in: Rebuild.
4785
eea1ae23 47862009-11-16 Alexandre Oliva <aoliva@redhat.com>
4787
4788 * configure.ac: Add libelf to host_libs. Enable in-tree configury
4789 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
4790 Fix portability of test of C++ as bootstrap language. Add
4791 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4792 * configure: Rebuild.
4793 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4794 and cloog. Fix in-tree ppl configuration. Introduce libelf
4795 in-tree building.
4796 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4797 (POSTSTAGE1_HOST_EXPORTS): Use it.
4798 (STAGE[+id+]_CXXFLAGS): New.
4799 (BASE_FLAGS_TO_PASS): Pass it down.
4800 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
4801 extra_exports.
4802 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4803 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4804 extra_exports.
4805 * Makefile.in: Rebuild.
4806
5e80e315 48072009-11-17 Ben Elliston <bje@au.ibm.com>
4808
4809 * config.sub, config.guess: Update from upstream sources.
4810
500010c6 48112009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4812
4813 * MAINTAINERS (Write After Approval): Add myself.
4814
dcde3c07 48152009-11-09 Jon Beniston <jon@beniston.com>
595b8ec2 4816
4817 * MAINTAINERS (Write After Approval): Add myself.
4818
fe284774 48192009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4820
4821 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4822 paths for *-w64-mingw* and x86_64-*mingw*.
4823 * configure: Regenerated.
4824
dcde3c07 48252009-11-05 Joern Rennecke <amylaar@spamcop.net>
533b6da8 4826
4827 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4828
c356a43c 48292009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4830
4831 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4832 Phil Edwards to Write-After Approval.
4833
ec2eb8fb 48342009-10-30 Kai Tietz <kai.tietz@onevision.com>
4835
4836 * configure.ac: Disable target-winsup & co for
4837 x86_64-*-mingw* and *-w64-mingw* targets.
4838 * configure: Regenerated.
4839
24833e1a 48402009-10-16 Nick Clifton <nickc@redhat.com>
4841
4842 * MAINTAINERS: Add myself as a maintainer for the RX port.
4843
dcde3c07 48442009-10-26 Johannes Singler <singler@kit.edu>
2683326a 4845
9f9d05ad 4846 * MAINTAINERS (Write After Approval): Update my e-mail address.
2683326a 4847
3a8cd7be 48482009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4849
4850 * configure.ac (CLooG test): Use = with test.
4851 * configure: Regenerate.
4852
24d0cd27 48532009-10-22 Richard Guenther <rguenther@suse.de>
4854
4855 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4856 cloog if the ppl version check failed. Move flags saving
4857 before setting in libelf check.
4858 * configure: Regenerate.
4859
539c8c59 48602009-10-21 Richard Guenther <rguenther@suse.de>
4861
4862 * configure.ac: Adjust the ppl and cloog configure to work as
4863 documented. Disable cloog if ppl was disabled. Omit the version
4864 checks if they were disabled.
4865 * configure: Re-generate.
4866
d6ef094a 48672009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4868
4869 * configure.ac: Add 'lto' to enable_languages, not
4870 new_enable_languages, and only if not already present.
4871 * configure: Regenerate.
4872
414672c1 48732009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4874
4875 * README: Refer to the various COPYING* files instead of just
4876 COPYING.
4877 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4878
dcde3c07 48792009-10-07 Rafael Avila de Espindola <espindola@google.com>
ea05ba0d 4880
4881 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
8738bcea 4882
17780be3 48832009-10-07 Richard Guenther <rguenther@suse.de>
4884
4885 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4886 and Richard Guenther as reviewers.
4887 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4888 as reviewers.
4889
c01decc6 48902009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
56ca37b0 4891
c01decc6 4892 * config.sub: Update from upstream sources.
56ca37b0 4893
85627a28 48942009-10-06 Ian Lance Taylor <iant@google.com>
4895
4896 * Makefile.def: check-gold depends upon all-gas.
4897 * Makefile.in: Rebuild.
4898
338b88fa 48992009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4900
4901 * MAINTAINERS (Write After Approval): Add myself.
4902
7bfefa9d 49032009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4904
4905 * Makefile.def: all-lto-plugin depends on all-libiberty.
4906 set bootstrap=true for lto-plugin.
4907 Add lto-plugin.
4908 * Makefile.in: Regenerate.
4909 * configure.ac (host_libs): Add lto-plugin.
4910 * configure: Regenerate.
4911
7bfefa9d 49122009-10-03 Diego Novillo <dnovillo@google.com>
4913
4914 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4915 (HOST_LIBELFLIBS): Define.
4916 (HOST_LIBELFINC): Define.
4917 * Makefile.in: Regenerate.
4918 * configure.ac: Add --enable-lto.
4919 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4920 If --enable-lto is used, add 'lto' to new_enable_languages.
4921 If --enable-lto is used and gold is enabled, add
4922 lto-plugin to configdirs.
4923 * configure: Regenerate.
4924
49252009-10-03 Simon Baldwin <simonb@google.com>
4926
4927 * configure.ac: If --with-system-zlib, suppress local zlib and
4928 pass --with-system-zlib to subdir configure scripts.
4929 * configure: Regenerate.
4930
dcde3c07 49312009-10-01 Loren J. Rittle <ljrittle@acm.org>
272bcfef 4932 Paolo Bonzini <bonzini@gnu.org>
4933
4934 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4935 $(srcdir).
4936 * Makefile.in: Rebuilt.
4937
dcde3c07 49382009-09-26 Gary Funck <gary@intrepid.com>
bdb4507a 4939
4940 * MAINTAINERS (Write After Approval): Add myself.
4941
0f3a3df5 49422009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4943
4944 * configure.ac: Update minimum MPC version to 0.7.
4945 * configure: Regenerate.
4946
412c2e81 49472009-09-25 Nick Clifton <nickc@redhat.com>
4948
4949 * configure.ac: Pass any --cache-file=/dev/null option on to
4950 subconfigures.
4951 * configure: Regenerate.
4952
c061df75 49532009-09-23 Nick Clifton <nickc@redhat.com>
4954
4955 * config.sub, config.guess: Update from upstream sources.
4956
dcde3c07 49572009-09-22 Loren J. Rittle <ljrittle@acm.org>
a9fd65cd 4958
4959 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4960 * Makefile.in: Rebuilt.
4961
04a2e841 49622009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4963
4964 PR bootstrap/32272
4965 * configure.ac: Error out if $srcdir isn't '.' but contains
4966 host-${host_noncanonical}.
4967 * configure: Regenerate.
4968
3d00a007 49692009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4970
4971 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4972 maintainer.
4973
9d447cf8 49742009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4975
7b5fee3e 4976 * configure.ac: If bootstrapping a combined tree with
4977 --enable-gold, require c++ in stage1_languages.
4978 * configure: Regenerate.
4979
32027446 4980 * configure.ac: Also add target_libs of stage1_languages to
4981 bootstrap_target_libs.
4982 * configure: Regenerate.
4983
9d447cf8 4984 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4985 with --enable-languages not containing c++.
4986 * configure: Regenerate.
4987
572ee61a 49882009-09-15 Jie Zhang <jie.zhang@analog.com>
4989
4990 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4991 * configure: Regenerate.
4992
dcde3c07 49932009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
153f8c88 4994
6cf4f338 4995 * MAINTAINERS (Write After Approval): Update my e-mail address,
4996 and move from from here...
4997 (Waiting for paperwork): To here.
153f8c88 4998
31ebfd49 49992009-09-09 Joseph Myers <joseph@codesourcery.com>
5000
5001 * MAINTAINERS (Reviewers): Add self as driver reviewer.
5002
8bb79148 50032009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5004
5005 * configure.ac: Do not use $extrasub for replacing @if/@endif
5006 parts in Makefile; instead, use additional arguments to
5007 AC_CONFIG_COMMANDS to do the replacement manually, with several
5008 sed invocations, to avoid HP-UX sed command limits.
5009 * configure: Regenerate.
5010
81540bae 50112009-09-08 Alexandre Oliva <aoliva@redhat.com>
5012
5013 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5014 blank before -L.
5015
a2059f7a 50162009-09-04 Alexandre Oliva <aoliva@redhat.com>
5017
5018 * configure.ac (with-build-config): Document. Handle without.
5019 Handle missing argument.
5020 * configure: Rebuilt.
5021
719faf1c 50222009-09-03 Alexandre Oliva <aoliva@redhat.com>
5023
5024 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
5025 Default to bootstrap-debug only if compare-debug works.
5026 * configure: Rebuilt.
5027 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5028 * Makefile.in: Rebuilt.
5029
aab1c61e 50302009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5031
5032 * MAINTAINERS (OS Port Maintainers): Update my email address.
5033
14151756 50342009-09-01 Alexandre Oliva <aoliva@redhat.com>
5035
5036 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5037 * Makefile.in: Rebuilt.
5038
0ba87351 50392009-09-01 Chris Demetriou <cgd@google.com>
5040
5041 * MAINTAINERS (Write After Approval): Add myself.
5042
7c48f38c 50432009-08-31 Dodji Seketeli <dodji@redhat.com>
5044
5045 PR debug/30161
5046 * include/dwarf2.h (enum dwarf_tag): Added
5047 DW_TAG_GNU_template_template_param
5048 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5049
5576729b 50502009-08-30 Paolo Bonzini <bonzini@gnu.org>
5051
5052 * Makefile.tpl (AWK): Fix typo.
5053 * Makefile.in: Regenerate.
5054
b181f265 50552009-08-30 Paolo Bonzini <bonzini@gnu.org>
5056
5057 * configure.ac: Detect awk and sed.
5058 * Makefile.def (flags_to_pass): Add AWK and SED.
5059 * Makefile.tpl (AWK, SED): New.
5060 (BASE_FLAGS_TO_PASS): Add AWK and SED.
5061 * configure: Regenerate.
5062 * Makefile.in: Regenerate.
5063
7baff5bd 50642009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
5065
5066 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5067 (collapseslashes): Likewise.
5068
81a71e2b 50692009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5070
5071 * configure.ac (AC_PREREQ): Bump to 2.64.
5072
f0c89091 50732009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5074
115d57c5 5075 * configure.ac: Remove --with-datarootdir, --with-docdir,
5076 --with-pdfdir, --with-htmldir switches.
5077 * configure: Regenerate.
5078
cd9a469c 5079 * configure: Regenerate.
5080
f0c89091 5081 * compile: Sync from Automake 1.11.
5082 * depcomp: Likewise.
5083 * install-sh: Likewise.
5084 * missing: Likewise.
5085 * mkinstalldirs: Likewise.
5086 * ylwrap: Likewise.
5087
a410fae3 50882009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
5089
5090 * ltmain.sh (func_normal_abspath): New function.
5091 (func_relative_path): Likewise.
5092 (func_mode_help): Document new -bindir option for link mode.
5093 (func_mode_link): Add new -bindir option, and use it to place
5094 output DLL if specified.
5095
1a48098b 50962009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5097
cd2f3773 5098 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5099 (baseargs): Add --disable-option-checking.
5100 * configure: Regenerate.
5101
1a48098b 5102 * Makefile.def (configure-target-libiberty): Depend on
5103 all-binutils and all-ld.
5104 (configure-target-newlib): Likewise.
5105 * Makefile.in: Regenerate.
5106
155f17ed 51072009-08-17 Ben Elliston <bje@au.ibm.com>
5108
5109 * config.sub, config.guess: Update from upstream sources.
5110
ea864ded 51112009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5112
5113 Sync from src, merge:
5114
5115 2009-07-02 Tristan Gingold <gingold@adacore.com>
5116
5117 * configure.ac: Do not exclude gas for i386-*-darwin.
5118 Add a case for x86_64-*-darwin.
5119 * configure: Regenerate.
5120
0f879579 51212009-08-06 Neil Vachharajani <nvachhar@gmail.com>
5122
5123 * MAINTAINERS: Add my name to Write After Approval list.
5124
dcde3c07 51252009-08-06 Michael Eager <eager@eagercon.com>
ba2b484f 5126
5127 * configure.ac: Add Microblaze target.
5128 * configure: Regenerate.
5129
39f6b116 51302009-07-31 Christian Bruel <christian.bruel@st.com>
5131
5132 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5133 * configure: Regenerate.
8738bcea 5134
dcde3c07 51352009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
339f24d2 5136
5137 * MAINTAINERS (Write After Approval): Update my e-mail address.
5138
5110389d 51392009-07-06 Ian Lance Taylor <iant@google.com>
5140
5141 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5142 * configure: Rebuild.
5143
fa9b8d64 51442009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
5145
5146 * MAINTAINERS: Move myself to the Graphite Reviewers.
5147
5f29861f 51482009-06-30 Wei Guozhi <carrot@google.com>
5149
5150 * MAINTAINERS: Add my name to Write After Approval list.
5151
6fe86052 51522009-06-26 Steve Ellcey <sje@cup.hp.com>
5153
5154 PR bootstrap/40338
5155 * configure.ac (comparestring): Create new variable.
5156 * Makefile.tpl (comparestring): Use to skip some comparisions.
5157 * configure: Regenerate.
5158 * Makefile.in: Regenerate.
5159
b5ce97f8 51602009-06-26 Doug Evans <dje@sebabeach.org>
5161
5162 * Makefile.def (host_modules): Add cgen.
5163 * Makefile.in: Regenerate.
5164 * configure.ac (host_tools): Add cgen.
5165 * configure: Regenerate.
5166
46222c18 51672009-06-23 DJ Delorie <dj@redhat.com>
5168
5169 * MAINTAINERS: Add myself as mep maintainer.
5170
7ab76cec 51712009-06-23 Ian Lance Taylor <iant@google.com>
5172
5173 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
5174 boot_languages. Only bootstrap target libraries listed in
5175 target_libs for some boot language. Add --with-stage1-ldflags,
5176 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
5177 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
5178 if not building with C++.
5179 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5180 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5181 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5182 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5183 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
5184 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5185 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5186 * configure, Makefile.in: Rebuild.
5187
b2bb9bab 51882009-06-23 Li Feng <nemokingdom@gmail.com>
5189
5190 * MAINTAINERS: Added my name to write-after-approval list.
5191
0c809c32 51922009-06-15 Ryan Mansfield <rmansfield@qnx.com>
5193
5194 * configure.ac: Define is_elf for QNX Neutrino targets.
5195 * configure: Regenerate.
5196
7b4becfd 51972009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
5198
9f9d05ad 5199 * MAINTAINERS: Added my name to the write-after-approval list
7b4becfd 5200
7aed6ac5 52012009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5202
5203 * configure.ac: Detect MPC in default directory.
5204 * configure: Regenerate.
5205
9d247ee8 52062009-06-03 Jerome Guitton <guitton@adacore.com>
5207 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5208
9f9d05ad 5209 * Makefile.tpl (all): Avoid a trailing backslash.
5210 * Makefile.in: Regenerate.
9d247ee8 5211
aec4ef75 52122009-06-03 Ben Elliston <bje@au.ibm.com>
5213
5214 * config.sub, config.guess: Update from upstream sources.
5215
f83974e5 52162009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
5217
5218 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5219 to noconfdirs.
5220 * configure: Regenerate.
5221
77b633a0 52222009-06-02 Alexandre Oliva <aoliva@redhat.com>
5223
5224 * Makefile.tpl ([+compare-target+]): Compare all stage
5225 directories, rather than just gcc.
5226 * Makefile.in: Rebuilt.
5227
351f7ac7 52282009-06-01 Doug Kwan <dougkwan@google.com>
5229
5230 * configure.ac: Support gold for target arm*-*-*.
5231 * configure: Regenerate.
9d247ee8 5232
7601a55c 52332009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5234
5235 * Makefile.def: Add MPC support and dependencies.
5236 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
5237
5238 * Makefile.in, configure: Regenerate.
5239
a36217d3 52402009-05-27 Alexandre Oliva <aoliva@redhat.com>
5241
5242 * Makefile.tpl (all): Avoid harmless warning in make all when
5243 gcc-bootstrap is enabled but stage_last does not exist.
5244 * Makefile.in: Rebuilt.
5245
8b70b80d 52462009-05-24 Nicolas Roche <roche@adacore.com>
5247
5248 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5249 * Makefile.in: Regenerate.
5250
cab4bf21 52512009-05-21 Denis Chertykov <chertykov@gmail.com>
5252
5253 * MAINTAINERS: Update my e-mail address.
5254
df95bec1 52552009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
5256
5257 * configure.ac (cygwin noconfigdirs): Remove libgcj.
5258 * configure: Regenerate.
5259
bc1e0bea 52602009-05-18 Alexandre Oliva <aoliva@redhat.com>
5261
5262 PR other/40159
5263 * Makefile.tpl (all): Don't assume gcc-bootstrap and
5264 gcc-no-bootstrap are mutually exclusive.
5265 * Makefile.in: Rebuilt.
5266
4156fd9a 52672009-05-18 Alexandre Oliva <aoliva@redhat.com>
5268
5269 PR other/40159
5270 * Makefile.tpl (all): Don't end with unconditional success.
5271 * Makefile.in: Rebuilt.
5272
bd1f9655 52732009-05-12 Alexandre Oliva <aoliva@redhat.com>
5274
5275 PR target/37137
5276 * Makefile.def (flags_to_pass): Remove redundant and incomplete
5277 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5278 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5279 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
5280 stage_configureflags, stage_cflags and stage_libcflags into
5281 explicit Makefile macros.
5282 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5283 GFORTRAN.
5284 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5285 CC. Set CC_FOR_BUILD from CC.
5286 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5287 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5288 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5289 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
5290 and GFORTRAN.
5291 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5292 (_LIBCFLAGS): Renamed to _TFLAGS.
5293 (do-compare-debug, do-compare3-debug): Drop.
5294 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5295 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5296 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5297 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5298 (XGCC_FLAGS_FOR_TARGET): New.
5299 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5300 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5301 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5302 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9f9d05ad 5303 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
bd1f9655 5304 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
5305 TFLAGS.
5306 (BUILD_CONFIG): Include if requested.
5307 (all): Set TFLAGS on bootstrap.
5308 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5309 (all-stageid-prefixmodule): Likewise.
5310 (do-clean, distclean-stageid): Set TFLAGS.
5311 (restrap): Fix whitespace.
5312 * Makefile.in: Rebuilt.
5313
604febb6 53142009-05-07 Paolo Bonzini <bonzini@gnu.org>
5315
5316 * config.guess: Sync with src.
5317
63d7f4db 53182009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
5319
5320 * configure.ac ($with_ppl): Default to no if not supplied.
5321 ($with_cloog): Likewise.
5322 configure: Regenerate.
5323
21c0690b 53242009-04-27 James E. Wilson <wilson@codesourcery.com>
5325
5326 * MAINTAINERS: Update my e-mail address.
5327
cd06af47 53282009-04-27 Nick Clifton <nickc@redhat.com>
5329
5330 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5331
bb19a97e 53322009-04-25 Eric Botcazou <ebotcazou@adacore.com>
5333
5334 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5335 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5336 * Makefile.in: Regenerate.
5337
bff7ea4a 53382009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5339
5340 PR bootstrap/39739
5341 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5342 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5343
5344 * configure, Makefile.in: Regenerate.
5345
bb19a97e 53462009-04-21 Taras Glek <tglek@mozilla.com>
fb1e4f4a 5347
5348 * include/hashtab.h: Update GTY annotations to new syntax
5349 * include/splay-tree.h: Likewise
5350
613eb4a3 53512009-04-17 Ben Elliston <bje@au.ibm.com>
5352
5353 * config.sub, config.guess: Update from upstream sources.
5354
ca2751b6 53552009-04-15 Anthony Green <green@moxielogic.com>
5356
5357 * configure.ac: Add moxie support.
5358 * configure: Rebuilt.
5359
4b072aaf 53602009-04-14 Jakub Jelinek <jakub@redhat.com>
5361
5362 * configure.ac: Change copyright header to refer to version
5363 3 of the GNU General Public License and to point readers at the
5364 COPYING3 file and the FSF's license web page.
5365 * Makefile.def: Likewise.
5366 * Makefile.tpl: Likewise.
5367 * Makefile.in: Regenerate.
5368
95349883 53692009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
5370
5371 * configure.ac: Restore match for darwin9 or later. Use double
5372 brackets since regeneration eats one pair.
5373 * configure: Regenerate.
5374
03caadda 53752009-04-09 H.J. Lu <hongjiu.lu@intel.com>
5376
5377 PR gas/10039
5378 * configure.ac: Require texinfo 4.7.
5379 * configure: Regenerated.
5380
6bc9506f 53812009-04-09 Nick Clifton <nickc@redhat.com>
5382
5383 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5384 the GCC Runtime Library Exception.
5385
fec76ae9 53862009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5387
5388 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5389 * configure: Regenerate.
5390
21a0251d 53912009-04-01 Steve Ellcey <sje@cup.hp.com>
5392
5393 * Makefil.def (languages): New entries.
5394 * Makefile.tpl (check-gcc-*): New generic target.
5395 * Makefile.in: Regenerate.
21a0251d 5396
dcde3c07 53972009-03-25 Erven Rohou <erven.rohou@inria.fr>
54b921e3 5398
03caadda 5399 * MAINTAINERS: Update my email address.
54b921e3 5400
63d6abe9 54012009-03-18 Tom Tromey <tromey@redhat.com>
5402
03caadda 5403 * configure: Rebuild.
5404 * configure.ac (host_libs): Add libiconv.
5405 * Makefile.in: Rebuild.
5406 * Makefile.def (host_modules): Add libiconv.
5407 (configure-gdb, all-gdb): Depend on libiconv.
63d6abe9 5408
40c500e1 54092009-03-16 Tristan Gingold <gingold@adacore.com>
5410
5411 * configure.ac: Treat gdb as supported on x86_64-darwin.
5412 * configure: Regenerate.
5413
5bc96548 54142009-03-16 Joseph Myers <joseph@codesourcery.com>
5415
5416 * configure.ac (--with-host-libstdcxx): New option.
5417 * configure: Regenerate.
5418
dcde3c07 54192009-03-12 Joern Rennecke <joern.rennecke@arc.com>
9d469b1b 5420
5421 * MAINTAINERS: Move myself into the write after approval list.
5422
2ab9be2b 54232009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
5424
5425 * MAINTAINERS: Update e-mail address.
8738bcea 5426
1f7090eb 54272009-03-11 Dorit Nuzman <dorit@il.ibm.com>
5428
5429 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5430
dcde3c07 54312009-03-10 Ira Rosen <irar@il.ibm.com>
8e68bfcc 5432
5433 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5434
9af964d4 54352009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5436
5437 Backport from git Libtool:
5438
5439 2009-01-19 Robert Millan <rmh@aybabtu.com>
5440 Support GNU/kOpenSolaris.
5441 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5442 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5443 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5444 GNU/kOpenSolaris.
5445
a59c2cb8 54462009-02-27 Andreas Schwab <schwab@linux-m68k.org>
5447
5448 * MAINTAINERS: Update e-mail address.
5449
8ccd3088 54502009-02-24 Michael Eager <eager@eagercon.com>
99a435ed 5451
5452 * MAINTAINERS (Write After Approval): Add self.
5453
ebd8f42c 54542009-02-18 Bingfeng Mei <bmei@broadcom.com>
5455
5456 * MAINTAINERS (Write After Approval): Add myself.
5457
be9d4db8 54582009-02-05 Andreas Schwab <schwab@suse.de>
5459
5460 * Makefile.tpl (stage_last): Define $r and $s before using
5461 $(RECURSE_FLAGS_TO_PASS).
5462 * Makefile.in: Regenerate
5463
d7559db1 54642009-01-30 Ian Lance Taylor <iant@google.com>
5465
5466 * MAINTAINERS: Move myself to the Global Reviewers list.
5467
3bef4012 54682009-01-29 Robert Millan <rmh@aybabtu.com>
5469
5470 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5471 * configure: Regenerate.
5472
808f8521 54732009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
5474
5475 * MAINTAINERS: Make whitespace consistent.
f84804e6 5476 Remove Robert Millan from Write After Approval.
808f8521 5477
6e6a9ced 54782009-01-16 Alan Modra <amodra@bigpond.net.au>
5479
5480 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5481 (all-opcodes): Depend on all-libiberty.
5482 * Makefile.in: Regenerate.
5483
8408ca00 54842009-01-15 Douglas B Rupp <rupp@gnat.com>
5485
5486 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5487 * configure: Regenerate.
5488
f95e31fd 54892009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
5490
5491 * MAINTAINERS (Write After Approval): Add myself.
5492
56b496b0 54932009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
5494
5495 * MAINTAINERS: Add myself to reviewers (Fortran).
5496
dcde3c07 54972009-01-12 Sebastian Pop <sebastian.pop@amd.com>
4aa0552b 5498
5499 PR tree-optimization/38515
5500 * configure.ac (cloog-polylib): Removed.
5501 (with_ppl, with_cloog): Test for "no".
5502 * configure: Regenerated.
5503
4e82a0cf 55042009-01-11 Daniel Franke <franke.daniel@gmail.com>
5505
5506 * MAINTAINERS: Moved myself to reviewers (Fortran).
5507
50d19060 55082009-01-06 Thomas Schwinge <tschwinge@gnu.org>
5509
5510 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5511 (Write After Approval): Remove myself.
5512
2915a9ca 55132009-01-03 Diego Novillo <dnovillo@google.com>
5514
5515 * MAINTAINERS: Remove myself from alias maintainership.
5516
df1f167a 55172009-01-02 David Ayers <ayers@fsfe.org>
5518
5519 * MAINTAINERS: Update e-mail address.
5520
b58007d7 55212008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
5522
5523 * MAINTAINERS: Make whitespace consistent.
5524
9e6fd619 55252008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5526
5527 Backport from upstream Libtool:
5528 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5529 Add cache variables to tests that require the linker to work.
5530 For shlibpath_overrides_runpath, this also changes the semantics
5531 to let the result from the C compiler take precedence.
5532
2882bf89 55332008-12-02 Ben Elliston <bje@au.ibm.com>
5534
5535 * config.sub, config.guess: Update from upstream sources.
5536
dcde3c07 55372008-12-12 Sebastian Pop <sebastian.pop@amd.com>
6dd977ba 5538
5539 * configure.ac (ppllibs): Add by default the lib flags.
5540 * configure: Regenerate.
5541
da355950 55422008-12-08 Luis Machado <luisgpm@br.ibm.com>
5543
5544 * MAINTAINERS: Add myself to the write after approval list.
5545
42d640f6 55462008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
5547
be9d4db8 5548 * configure.ac: Add double brackets on darwin[912].
5549 * configure: Regenerate.
42d640f6 5550
51557c5b 55512008-12-03 Daniel Kraft <d@domob.eu>
5552
5553 * MAINTAINERS: Moved myself and Mikael Morin from Write After
5554 Approval to Reviewer section (for Fortran front-end).
5555
501068c2 55562008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
5557
5558 * configure.ac: Expand to darwin10 and later.
5559 * configure: Regenerate.
5560
0ecf7a65 55612008-12-02 Andreas Schwab <schwab@suse.de>
5562
5563 * Makefile.def: configure-target-boehm-gc depends on
5564 all-target-libstdc++-v3.
5565 * Makefile.in: Regenerate.
5566
3177f780 55672008-12-02 Kai Tietz <kai.tietz@onevision.com>
5568
5569 * MAINTAINERS: Add myself as mingw maintainer.
5570
fcf428df 55712008-12-02 Ben Elliston <bje@au.ibm.com>
5572
5573 * config.sub, config.guess: Update from upstream sources.
5574
a61f1d25 55752008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5576
5577 * README.SCO: Remove.
5578
8026444e 55792008-11-29 Fernando Pereira <pronesto@gmail.com>
5580
5581 * MAINTAINERS: Add myself to the write after approval list.
5582
707ec6d5 55832008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5584
5585 * MAINTAINERS: Update my email address in WAA section.
5586
dcde3c07 55872008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
e006f6a0 5588
5589 * MAINTAINERS: Update e-mail address.
5590
dcde3c07 55912008-11-27 Toon Moene <toon@moene.org>
c399af55 5592
5593 * MAINTAINERS: Change e-mail address.
5594
d9f9f3af 55952008-11-27 Tristan Gingold <gingold@adacore.com>
5596
5597 * configure.ac: Build gdb for i?86-*-darwin*
5598 * configure: Regenerated.
5599
dcde3c07 56002008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
384763bb 5601
5602 * MAINTAINERS: Added my full name.
5603
54670ae6 56042008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5605
5606 PR bootstrap/38014
5607 PR bootstrap/37923
5608
5609 Revert:
5610
5611 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5612
5613 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5614 * Makefile.in: Regenerated.
5615
5616 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5617
5618 PR gdb/921
5619 PR gdb/1646
5620 PR gdb/2175
5621 PR gdb/2176
5622
5623 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5624 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5625 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5626 (HOST_EXPORTS): Pass CPPFLAGS.
5627 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5628 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5629 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5630 * Makefile.in, configure: Regenerated.
5631 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5632 and CPPFLAGS_FOR_BUILD.
5633
dcde3c07 56342008-11-06 Jeff Law <law@redhat.com>
35d42d87 5635
5636 * MAINTAINERS: Add myself as middle end maintainer.
5637
9978efe2 56382008-11-06 Andrew Stubbs <ams@codesourcery.com>
5639
5640 * MAINTAINERS (Write after approval): Add myself.
5641
8487f085 56422008-11-05 Diego Novillo <dnovillo@google.com>
5643
5644 * MAINTAINERS (Global Reviewers): Add myself.
5645 (Non-Algorithmic Maintainers): Remove myself.
5646
bd2826b0 56472008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5648
0ecf7a65 5649 * MAINTAINERS (Write after approval): Add myself.
bd2826b0 5650
fefb72aa 56512008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5652
0ecf7a65 5653 * MAINTAINERS (Write after approval): Add myself.
fefb72aa 5654
55bc4ab1 56552008-10-31 Ben Elliston <bje@au.ibm.com>
5656
5657 * configure.ac (spu-*-*): Remove special case.
5658 * configure: Regenerate.
5659
be6ed2e1 56602008-10-30 Catherine Moore <clm@codesourcery.com>
5661
5662 * MAINTAINERS (Write after approval): Update my email address.
5663
a8e019fa 56642008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5665
5666 * configure.ac [spu-*-*]: Do not set skipdirs.
5667 * configure: Re-generate.
5668
1a9f59a4 56692008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5670
5671 * MAINTAINERS (Various Maintainers): Add myself to reload.
5672
de52fda6 56732008-10-25 Richard Guenther <rguenther@suse.de>
5674
5675 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5676 maintainer. Remove myself as libgcc-math maintainer.
5677 (Non-Algorithmic Maintainers): Remove myself.
5678
38db8374 56792008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5680
5681 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5682 * Makefile.in: Regenerated.
5683
d8ff5826 56842008-10-23 Cary Coutant <ccoutant@google.com>
5685
5686 * MAINTAINERS (Write after approval): Add myself.
5687
d514f3bf 56882008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5689
5690 PR gdb/921
5691 PR gdb/1646
5692 PR gdb/2175
5693 PR gdb/2176
5694
5695 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5696 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5697 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5698 (HOST_EXPORTS): Pass CPPFLAGS.
5699 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5700 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5701 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5702 * Makefile.in, configure: Regenerated.
5703 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5704 and CPPFLAGS_FOR_BUILD.
5705
dcde3c07 57062008-10-20 Sebastian Pop <sebastian.pop@amd.com>
cf58dc99 5707
5708 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5709 Sebastian Pop.
5710
65ee4ba4 57112008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5712
5713 * MAINTAINERS (Write After Approval): Added myself.
5714
c214098d 57152008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5716
5717 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5718 recommended version to 2.3.2.
5719
5720 * configure: Regenerate.
5721
4ae4a8b5 57222008-10-01 Mark Mitchell <mark@codesourcery.com>
5723
5724 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5725
65bf946b 57262008-09-29 David Daney <david.daney@caviumnetworks.com>
5727
5728 * MAINTAINERS (Write After Approval): Update e-mail address.
5729
5028c504 57302008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
5731
5732 * libtool.m4: Update to libtool 2.2.6.
5733 * lt~obsolete.m4: Update to libtool 2.2.6.
5734 * ltmain.sh: Update to libtool 2.2.6.
5735 * ltsugar.m4: Update to libtool 2.2.6.
5736 * ltversion.m4: Update to libtool 2.2.6.
5737 * ltoptions.m4: Update to libtool 2.2.6.
5738 * ltgcc.m4: Update to match changes from libtool 2.2.6.
5739
8b1a5537 57402008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
5741
5742 * MAINTAINERS (Write After Approval): Add myself.
5743
55374afb 57442008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5745
5746 * MAINTAINERS (Write After Approval): Update my name.
5747
bf6d04f7 57482008-09-20 Steven Bosscher <steven@gcc.gnu.org>
5749
0ecf7a65 5750 * MAINTAINERS: Add myself in "Write After Approval".
bf6d04f7 5751
9abaa85a 57522008-09-18 Steve Ellcey <sje@cup.hp.com>
5753
0ecf7a65 5754 * MAINTAINERS: Add myself as ia64 maintainer.
9abaa85a 5755
43277e2a 57562008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
5757
5758 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5759 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5760 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5761 and Michael Tiemann from Write After Approval since they do not
5762 actually have access.
5763
a565a5fa 57642008-09-05 Richard Guenther <rguenther@suse.de>
5765
5766 * configure.ac: Initialize clooglibs to -lcloog.
5767 * configure: Re-generate.
5768
2d9cbe39 57692008-09-04 Le-Chun Wu <lcwu@google.com>
5770
5771 * MAINTAINERS (Write After Approval): Add myself.
5772
5362e323 57732008-09-03 Sebastian Pop <sebastian.pop@amd.com>
5774
5775 * configure.ac (--with-cloog-polylib): New.
5776 (--disable-cloog-version-check): New.
5777 (--disable-ppl-version-check): New.
5778 * configure: Re-generate.
5779
3e6e524f 57802008-09-03 Richard Guenther <rguenther@suse.de>
5781
5782 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5783 cloog test.
5784 * configure: Re-generate.
5785
8372e9ea 57862008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
5787
5788 Add picoChip port.
5789 * MAINTAINERS: Add picoChip maintainers.
5790
255b6be7 57912008-09-02 Sebastian Pop <sebastian.pop@amd.com>
5792 Tobias Grosser <grosser@fim.uni-passau.de>
5793 Jan Sjodin <jan.sjodin@amd.com>
5794 Harsha Jagasia <harsha.jagasia@amd.com>
5795 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5796 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5797 Adrien Eliche <aeliche@isty.uvsq.fr>
5798
5799 Merge from graphite branch.
5800 * configure: Regenerate.
5801 * Makefile.in: Regenerate.
5802 * configure.ac (host_libs): Add ppl and cloog.
5803 Add checks for PPL and CLooG.
5804 * Makefile.def (ppl, cloog): Added modules and dependences.
5805 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5806 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5807
7d804f04 58082008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5809
5810 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5811 (GCC_SHLIB_SUBDIR): New.
5812 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5813 * configure: Regenerate.
5814 * Makefile.in: Regenerate.
5815
cc7fe443 58162008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5817
5818 * MAINTAINERS: Consistently use tabs to separate columns.
5819
c3116b03 58202008-08-29 Tristan Gingold <gingold@adacore.com>
5821
5822 * MAINTAINERS (Write after Approval): Add myself.
5823
dba2c8ea 58242008-08-28 Tristan Gingold <gingold@adacore.com>
5825
5826 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5827 Enable bfd, binutils and opcodes.
5828 * configure: Regenerate.
5829
ae65dfef 58302008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5831
5832 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5833
2a462700 58342008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5835
5836 * MAINTAINERS: Use correct Umlaut for last name.
5837
da1cc9ee 58382008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5839
5840 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5841
285c1b7e 58422008-08-16 David Edelsohn <edelsohn@gnu.org>
5843
5844 * MAINTAINERS: Update my email address.
5845
edcc45bb 58462008-08-16 Nicolas Roche <roche@adacore.com>
5847
5848 * Makefile.tpl: Add BOOT_ADAFLAGS.
5849 * Makefile.in: Regenerate.
5850
559b0712 58512008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5852
5853 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5854 * configure: Regenerate.
5855
dcde3c07 58562008-07-30 Paolo Bonzini <bonzini@gnu.org>
3bed0958 5857
5858 * configure.ac: Add makefile fragments for hpux.
5859 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5860 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5861 * configure: Regenerate.
5862 * Makefile.in: Regenerate.
5863
dcde3c07 58642008-07-28 Aldy Hernandez <aldyh@redhat.com>
50e0cac8 5865
5866 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5867
dcde3c07 58682008-07-11 Dodji Seketeli <dseketel@redhat.com>
ff71f0b4 5869
5870 * MAINTAINERS (Write after Approval): Add myself.
5871
d27e061f 58722008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5873
5874 * MAINTAINERS (Write After Approval): Add myself.
5875
5daaf60f 58762008-06-29 Andrew Jenner <andrew@codesourcery.com>
5877
5878 * MAINTAINERS (Write After Approval): Add myself.
5879
04177cb3 58802008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5881
5882 * MAINTAINERS: Update my email address.
5883
5dfd58d3 58842008-06-25 Joey Ye <joey.ye@intel.com>
5885
5886 * MAINTAINERS (Write After Approval): Add myself.
5887
5b2c7553 58882008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5889
5890 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5891 * Makefile.in: Regenerate.
5892 * configure: Regenerate.
5893
211b932d 58942008-06-17 Daniel Kraft <d@domob.eu>
5895
5896 * MAINTAINERS (Write After Approval): Add myself.
5897
4e8a889d 58982008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5899
5900 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5901 "$@" is still intact with both Autoconf 2.59 and 2.62.
5902 * configure: Regenerate.
5903
168ee878 59042008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5905
5906 * Makefile.tpl: Fix comment errors.
5907 * Makefile.in: Regenerate.
5908
607465f2 59092008-06-12 David S. Miller <davem@davemloft.net>
5910 David Edelsohn <edelsohn@gnu.org>
5911
5912 * configure.ac: Add powerpc*-*-* to gold supported targets.
5913 * configure: Regenerate.
5914
9841cd80 59152008-06-08 Joseph Myers <joseph@codesourcery.com>
5916
5917 PR tree-optimization/36218
5918 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5919 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5920 (all prefix="build-"): Pass them to build-system sub-makes.
5921 * Makefile.in: Regenerate.
5922
6af9f7ea 59232008-06-07 Joseph Myers <joseph@codesourcery.com>
5924
5925 * MAINTAINERS (mt port): Remove.
5926 (sco5, unixware, sco udk): Remove.
5927 (Kean Johnston): Add to Write After Approval.
5928
ab2a1d30 59292008-05-30 Julian Brown <julian@codesourcery.com>
5930
5931 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5932 of libobjc for ARM EABI Linux.
5933 * configure: Regenerate.
f7f51622 5934
dcde3c07 59352008-05-18 Xinliang David Li <davidxl@google.com>
5ade25c6 5936
0ecf7a65 5937 * ChangeLog: Remove wrong ChangeLog entry.
5ade25c6 5938
dcde3c07 59392008-05-17 Xinliang David Li <davidxl@google.com>
f7f51622 5940
5ade25c6 5941 * MAINTAINERS (Write After Approval): Add myself.
f7f51622 5942
f0ce8d7d 59432008-05-15 Janus Weil <janus@gcc.gnu.org>
5944
5945 * MAINTAINERS (Write After Approval): Add myself.
5946
d3eff7bb 59472008-05-14 Rafael Espíndola <espindola@google.com>
2c3fa25d 5948
5949 * config-ml.in: don't handle --enable-shared and --enable-static.
5950
c69f9953 59512008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5952
5953 * MAINTAINERS: Update my email address.
5954
21b4aefa 59552008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5956
5957 * MAINTAINERS: Update my email address.
0ecf7a65 5958
f2271661 59592008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5960
5961 * MAINTAINERS (Write After Approval): Add myself.
5962
002bc050 59632008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5964
5965 * MAINTAINERS (Write After Approval): Add myself.
5966
dcde3c07 59672008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
74200d08 5968
5969 * MAINTAINERS (crx): Add myself.
5970
83a50aef 59712008-04-18 Paolo Bonzini <bonzini@gnu.org>
5972
5973 Sync with src:
5974 2008-04-14 David S. Miller <davem@davemloft.net>
5975
0ecf7a65 5976 * configure.ac: Add sparc*-*-* to gold supported targets.
5977 * configure: Regenerate.
83a50aef 5978
f0cb9b36 59792008-04-18 Paolo Bonzini <bonzini@gnu.org>
5980
5981 PR bootstrap/35457
5982 * configure.ac: Include override.m4.
5983 * configure: Regenerate.
5984
1db8021c 59852008-04-18 Paolo Bonzini <bonzini@gnu.org>
5986
0ecf7a65 5987 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5988 * Makefile.in: Regenerate.
1db8021c 5989
dcde3c07 59902008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
15f8eac8 5991
0ecf7a65 5992 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
15f8eac8 5993 as nonconfigurable directories list.
0ecf7a65 5994 * configure: Regenerate.
15f8eac8 5995
3af820d0 59962008-04-14 Ben Elliston <bje@au.ibm.com>
5997
5998 * config.sub, config.guess: Update from upstream sources.
5999
6e7d0937 60002008-04-12 Hans-Peter Nilsson <hp@axis.com>
6001
6002 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6003 * Makefile.in: Regenerate.
6004
9c66b389 60052008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
6006
6007 * configure.ac: Do not build libssp for the AVR.
6008 * configure: Regenerate.
6009
29ab6ecd 60102008-04-07 Ian Lance Taylor <iant@google.com>
6011
6012 * Makefile.def: check-gold depends upon all-binutils.
6013 * Makefile.in: Regenerate.
6014
86aaa146 60152008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
6016
6017 * MAINTAINERS (Write After Approval): Add myself.
6018
45043b2b 60192008-04-04 Nick Clifton <nickc@redhat.com>
6020
6021 PR binutils/4334
fae55456 6022 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
45043b2b 6023 builds.
6024 * configure: Regenerate.
6025
5a92bcc2 60262008-04-04 NightStrike <NightStrike@gmail.com>
6027
6028 PR other/35151
0ecf7a65 6029 * configure.ac: Combine rules for mingw32 and mingw64.
6030 * configure: Regenerate.
5a92bcc2 6031
0805084a 60322008-04-02 Kai Tietz <kai.tietz@onvision.com>
6033
6034 * MAINTAINERS (Write After Approval): Add myself.
6035
dcde3c07 60362008-04-01 Seongbae Park <seongbae.park@gmail.com>
5b9f41dc 6037
6038 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6039 * Makefile.in (.NOTPARALLEL): Ditto.
6040
63a9f8da 60412008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
6042
6043 * MAINTAINERS (Write After Approval): Add myself.
6044
dcde3c07 60452008-03-31 Seongbae Park <seongbae.park@gmail.com>
3e3a0e9c 6046
6047 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6048 * Makefile.in (.NOTPARALLEL): Regenerate.
6049
4add9df0 60502008-03-27 Paolo Bonzini <bonzini@gnu.org>
6051
6052 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6053 * Makefile.in: Regenerate.
6054
03b33306 60552008-03-26 Jakub Staszak <kuba@et.pl>
6056
6057 * MAINTAINERS (Write After Approval): Add myself.
6058
5d42d4f2 60592008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6060
6061 * MAINTAINERS: Update e-mail address.
6062
3d47fcf5 60632008-03-20 Ian Lance Taylor <iant@google.com>
6064
6065 * configure.ac: Add support for --enable-gold.
6066 * Makefile.def: Add gold as a directory like ld.
6067 * configure, Makefile.in: Regenerate.
6068
82eaf560 60692008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6070
6071 * configure.ac: m4_include config/proginstall.m4.
6072 * configure: Regenerate.
e61456db 6073
6074 Backport from upstream Libtool:
0ecf7a65 6075
e61456db 6076 2007-10-12 Eric Blake <ebb9@byu.net>
0ecf7a65 6077
e61456db 6078 Deal with Autoconf 2.62's semantic change in m4_append.
6079 * ltsugar.m4 (lt_append): Replace broken versions of
6080 m4_append.
6081 (lt_if_append_uniq): Don't require separator to be overquoted,
6082 and avoid broken m4_append.
6083 (lt_dict_add): Fix typo.
6084 * libtool.m4 (_LT_DECL): Don't overquote separator.
6085
020e6f2b 60862008-03-13 David Edelsohn <edelsohn@gnu.org>
6087
6088 * config.rpath: Add AIX 6 support.
6089
f7c302cf 60902008-03-13 Paolo Bonzini <bonzini@gnu.org>
6091
6092 * Makefile.def (stageprofile). Remove -fprofile-generate
6093 from stage_libcflags.
6094 * Makefile.in: Regenerate.
6095
82ab37f5 60962008-03-13 Ben Elliston <bje@au.ibm.com>
6097
6098 * config.sub, config.guess: Update from upstream sources.
6099
167057eb 61002008-03-06 Tom Tromey <tromey@redhat.com>
6101
6102 * MAINTAINERS: Update for treelang deletion.
6103
06a40dd3 61042008-03-03 James E. Wilson <wilson@tuliptree.org>
6105
6106 * MAINTAINERS: Update my email address.
6107
af05c092 61082008-03-03 Stan Shebs <stanshebs@earthlink.net>
6109
6c2338a8 6110 * MAINTAINERS (darwin port): Add myself as a maintainer.
af05c092 6111 (objective-c/c++): Add myself as a maintainer.
6112
f3d3d204 61132008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
6114
6115 * MAINTAINERS (Write After Approval): Update my email address.
6116
d5274c75 61172008-02-25 Tomas Bily <tbily@suse.cz>
6118
6119 * MAINTAINERS (Write After Approval): Add myself.
6120
5954dfea 61212008-02-23 Jakub Jelinek <jakub@redhat.com>
6122
6123 * MAINTAINERS (OpenMP): Add myself.
6124
c898f165 61252008-02-20 Paolo Bonzini <bonzini@gnu.org>
6126
a55f1b4b 6127 PR bootstrap/32009
6128 PR bootstrap/32161
c898f165 6129
a55f1b4b 6130 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6131 * configure: Regenerate.
c898f165 6132
a55f1b4b 6133 * Makefile.def: Define stage_libcflags for all bootstrap stages.
6134 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6135 STAGE4_LIBCFLAGS): New.
6136 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6137 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6138 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6139 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6140 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6141 for target modules. Don't export LIBCFLAGS.
6142 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6143 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6144 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6145 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6146 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6147 * Makefile.in: Regenerate.
c898f165 6148
69d30e89 61492008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6150
6151 PR libgcj/33085
6152 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6153 Do not use -DDLL_EXPORT. Backport from upstream.
6154
aaa12b63 61552008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6156
6157 * MAINTAINERS (Write After Approval): Add myself.
6158
b538c932 61592008-02-02 Hans-Peter Nilsson <hp@axis.com>
6160
6161 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6162 * configure: Regenerate.
6163
c1d3813f 61642008-01-31 Marc Gauthier <marc@tensilica.com>
6165
6166 * configure.ac (xtensa*-*-*): Recognize processor variants.
6167 * configure: Regenerate.
6168
d2d2630b 61692008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6170
6144731c 6171 PR bootstrap/34922
6172 * configure.ac (PARSE_ARGS): Push suitable setting of
6173 ac_subdirs_all, for `./configure --help=recursive'.
6174 Handle `+' in generic toplevel directory disabling.
6175 * configure: Regenerate.
d2d2630b 6176
265f31f8 61772008-01-28 Nick Clifton <nickc@redhat.com>
6178
6179 * MAINTAINERS (xstormy16): Take over maintainership.
6180
99c77e32 61812008-01-25 Joseph Myers <joseph@codesourcery.com>
6182
6183 * MAINTAINERS (c4x port): Remove.
6184
0aff9a99 61852008-01-24 David Edelsohn <edelsohn@gnu.org>
6186
6187 * libtool.m4: Backport AIX 6 support from ToT Libtool.
6188
29179dae 61892008-01-23 Ben Elliston <bje@au.ibm.com>
6190
6191 * config.sub, config.guess: Update from upstream sources.
6192
423255b1 61932008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
6194
6195 * MAINTAINERS (Write After Approval): Add myself.
6196
559c551d 61972008-01-17 H.J. Lu <hjl.tools@gmail.com>
6198
6199 * MAINTAINERS: Update my email address.
6200
62012008-01-09 Raksit Ashok <raksit@google.com>
6202
6203 * MAINTAINERS (Write After Approval): Add myself.
6204
01dc04f9 62052008-01-09 Raksit Ashok <raksit@google.com>
6206
6207 * MAINTAINERS (Write After Approval): Add myself.
6208
e257630f 62092008-01-08 Ben Elliston <bje@au.ibm.com>
6210
6211 * config.sub, config.guess: Update from upstream sources.
6212
e9450d5b 62132007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6214
6215 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
0b359cab 6216 Change recommended MPFR from 2.2.1 -> 2.3.0.
e9450d5b 6217 * configure: Regenerate.
6218
a611cf87 62192007-12-15 Sebastian Pop <sebastian.pop@amd.com>
6220
6221 * MAINTAINERS: Update my email address.
6222
e502d5b5 62232007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
6224
6225 * MAINTAINERS: Update my email address.
6226
85b21747 62272007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
6228
6229 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6230 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6231 * Makefile.in: Regenerate.
6232
dcde3c07 62332007-12-10 Mark Heffernan <meheff@google.com>
1b8215f1 6234
6235 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6236 misplaced entries.
6237
06e8069d 62382007-12-10 Andreas Tobler <a.tobler@schweiz.org>
6239
6240 * configure.ac: Enable libjava for x86_64-*-darwin9.
6241 * configure: Regenerate.
6242
dcde3c07 62432007-12-07 Bill Maddox <maddox@google.com>
46151c44 6244
6245 * MAINTAINERS (Write After Approval): Add myself.
6246
82a6155b 62472007-12-05 Ben Elliston <bje@au.ibm.com>
6248
6249 * config.sub, config.guess: Update from upstream sources.
6250
88b29126 62512007-12-02 Matthias Klose <doko@ubuntu.com>
6252
6253 * config-ml.in: Remove 64bit configure tests.
6254
097bd8a7 62552007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6256
6257 * config-ml.in: Robustify against white space in absolute file
6258 names.
6259
6260 * config-ml.in (multi-clean): Substitute ${Makefile}.
6261 Remove superfluous ${Makefile} in list.
6262
da01ad1e 62632007-11-19 Thiemo Seufer <ths@mips.com>
6264
6265 * config-ml.in: Don't hardcode the Makefile name.
6266
aa1ec648 62672007-11-08 Alexander Monakov <amonakov@ispras.ru>
6268
6269 * MAINTAINERS (Write After Approval): Add myself.
6270
cc01f27b 62712007-11-07 Samuel Tardieu <sam@rfc1149.net>
6272
6273 * MAINTAINERS (Write After Approval): Add myself.
6274
dcde3c07 62752007-11-06 Doug Kwan <dougkwan@google.com>
b34f5003 6276
6277 * MAINTAINERS (Write After Approval): Add myself.
6278
3c4bb8ba 62792007-10-25 Ben Elliston <bje@au.ibm.com>
6280
6281 * MAINTAINERS (mercury): Remove entry.
6282 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6283
119eb9ed 62842007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6285
6286 * Makefile.def (dependencies): Make configure-gdb depend on
6287 all-intl.
6288 * Makefile.in: Regenerated.
6289
10978713 62902007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
6291
6292 * MAINTAINERS (Fortran maintainer): Remove myself.
6293
dcde3c07 62942007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1ad797ec 6295
6296 * Makefile.def: To avoid problems running with parallel makes,
6297 build newlib before libgloss so that target specific header
6298 files are availble.
6299 * Makefile.in: Regenerate
6300
2711b222 63012007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6302
6303 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6304 * Makefile.in: Regenerate.
6305
f5213d04 63062007-10-09 Vladimir Makarov <vmakarov@redhat.com>
6307
6308 * MAINTAINERS (Register allocation reviewer): Add myself.
6309
823e8b8d 63102007-10-08 Mike Frysinger <vapier@gentoo.org>
6311
6312 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6313 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6314 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
6315 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6316 * configure: Regenerate.
6317
dcde3c07 63182006-10-04 Seongbae Park <seongbae.park@gmail.com>
dd508a00 6319
6320 * MAINTAINERS (Register allocation reviewer): Add myself.
6321
93c5e793 63222007-10-01 Paolo Bonzini <bonzini@gnu.org>
6323
6324 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6325 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6326 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6327 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6328 * configure.ac: Default them to host tools for $host = $build.
6329 Subst them.
6330
6331 * configure: Regenerate.
6332 * Makefile.in: Regenerate.
6333
dcde3c07 63342006-09-24 Peter Bergner <bergner@vnet.ibm.com>
8286d1e9 6335
6336 * MAINTAINERS (Register allocation reviewer): Add myself.
6337
dcde3c07 63382006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
33baaa20 6339
6340 * MAINTAINERS (Register allocation reviewer): Add myself.
6341
547d559e 63422007-09-21 Seongbae Park <seongbae.park@gmail.com>
6343
6344 * MAINTAINERS (Write After Approval): Fix typo.
6345
3013c2c7 63462007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
6347
6348 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6349 * configure: Regenerate.
6350
9658ef82 63512007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
6352
6353 PR bootstrap/31906
6354 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
e502d5b5 6355 they're already prefixed.
9658ef82 6356
a0191bfe 63572007-09-19 Benjamin Kosnik <bkoz@redhat.com>
6358
6359 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6360 libstdc++.
6361 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6362 * configure: Regenerate.
6363 * Makefile.in: Regenerate.
0ecf7a65 6364
ef4a823a 63652007-09-17 Andreas Schwab <schwab@suse.de>
6366
6367 * configure.ac: Raise minimum makeinfo version to 4.6.
6368 * configure: Regenerate.
6369
dcde3c07 63702007-09-17 Johannes Singler <singler@ira.uka.de>
3900cf8f 6371
e502d5b5 6372 * MAINTAINERS (write-after-approval) add myself
3900cf8f 6373
fbbc6fdb 63742007-09-15 Alan Modra <amodra@bigpond.net.au>
6375
6376 * configure.ac: Correct makeinfo version check.
6377 * configure: Regenerate.
6378
9b139a12 63792007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
6380
6381 * MAINTAINERS: Update my email address.
6382
68c9bc25 63832007-09-14 Richard Sandiford <richard@codesourcery.com>
6384
6385 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
6386 to $skipdirs and only disable gprof for newlib. Use the normal
6387 mips*-elf* handling in other respects.
6388 * configure: Regnerate.
6389
d0a16e74 63902007-09-12 David Daney <ddaney@avtrex.com>
6391
6392 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6393 enabling libgcj.
6394 * configure: Regenerate.
6395
1c5767f1 63962007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
6397
6398 PR other/32154
6399 * configure.ac: For libgloss targets, point the linker to the linker
6400 script, startup code and simulator library.
6401 * configure: Regenerate.
6402
b9eb3c64 64032007-09-07 Andrew Haley <aph@redhat.com>
6404
6405 * configure.ac (noconfigdirs): Remove target-libffi and
6406 target-libjava.
6407 * configure: Regenerate.
6408
70d8e49e 64092007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6410
6411 PR target/33281
6412 * configure.ac: Use config/mh-mingw on mingw.
6413 * configure: Regenerate.
70d8e49e 6414
771e1e14 64152007-09-05 Pat Haugen <pthaugen@us.ibm.com>
6416
e2b00040 6417 * MAINTAINERS (Write After Approval): Add myself.
771e1e14 6418
f6be6a96 64192007-09-05 Richard Guenther <rguenther@suse.de>
6420
6421 * configure.ac (--enable-stage1-checking): If neither --enable-checking
6422 nor --disable-checking is provided also turn on yes and types
6423 checking for stage1.
6424 * configure: Re-generate.
6425
afaca01a 64262007-08-30 Krister Walfridsson <cato@df.lth.se>
6427
6428 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6429 (Write After Approval): Remove myself.
6430
26dd65f3 64312007-08-29 Nick Clifton <nickc@redhat.com>
24aa922b 6432
26dd65f3 6433 * config.sub, config.guess: Update from upstream sources.
24aa922b 6434
6144731c 64352007-08-22 Bud Davis <jmdavis@link.com>
10df54f4 6436
6437 * MAINTAINERS (Write After Approval): Added myself.
6438 * MAINTAINERS (Reviewers): Removed myself.
6439
5f1f2de5 64402007-08-18 Paul Brook <paul@codesourcery.com>
6144731c 6441 Joseph Myers <joseph@codesourcery.com>
5f1f2de5 6442
6443 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6444 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6445 * Makefile.in: Regenerate.
6446 * configure.ac (--with-debug-prefix-map): New.
6447 * configure: Regenerate.
6448
f8520ad7 64492007-08-17 Richard Sandiford <richard@codesourcery.com>
6450 Nigel Stephens <nigel@mips.com>
6451
f8520ad7 6452 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
6453 as target_makefile_frag.
6454 * configure: Regenerate.
6455
5b542315 64562007-08-16 Alexandre Oliva <aoliva@redhat.com>
6457
6458 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6459 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
6460 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6461 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6462 (do-compare, do-compare3, do-compare-debug): New.
6463 ([+compare-target+]): Use them.
6464
8d8efff7 64652007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
6466
6467 * MAINTAINERS (Write After Approval): Change my email address.
6468
af7bb0c0 64692007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6470 Ben Elliston <bje@au.ibm.com>
6471
6472 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6473 --silent if $silent.
6474 * configure: Regenerate.
6475
215d9ce6 64762003-08-12 Zdenek Dvorak <ook@ucw.cz>
6477
6478 * MAINTAINERS (Various Maintainers): Add myself as
6479 loop infrastructure maintainer. Update my e-mail
6480 address.
6481
eb57d4df 64822007-07-31 Diego Novillo <dnovillo@google.com>
6483
6484 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6485 Adjust description.
6486
f03e0ae4 64872007-07-26 Richard Guenther <rguenther@suse.de>
6488
6489 * configure.ac: Add types checking to stage1 checking flags.
6490 * configure: Regenerate.
6491
1ee47085 64922007-07-17 Nick Clifton <nickc@redhat.com>
6493
6494 * COPYING3: New file. Contains version 3 of the GNU General
6495 Public License.
6496 * COPYING3.LIB: New file. Contains version 3 of the GNU
6497 Lesser General Public License.
6498
4f1c9c75 64992007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6500
6501 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6502
8b472594 65032007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6504
6505 * MAINTAINERS (S/390 co-maintainer): Add myself.
6506 (Write After Approval): Remove myself.
6507
aa9311a1 65082007-07-13 Dan Hipschman <dsh@google.com>
6509
6510 * MAINTAINERS (Write After Approval): Add myself.
6511
2590e4db 65122007-07-11 Nick Clifton <nickc@redhat.com>
6513
6514 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6515 WINDRES export.
6516 * Makefile.in: Regenerate.
6517
ae91a3b7 65182007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6519
6520 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6521 maintainer.
6522
f9d0ebde 65232007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6524
6525 * lt~obsolete.m4: New. Import from 20070318 libtool.
6526
9a6e938f 65272007-07-03 Julian Brown <julian@codesourcery.com>
6528
6529 * MAINTAINERS (Write After Approval): Add myself.
6530
09c2d953 65312007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6532
6533 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6534 * configure: Regenerate.
6535
65362007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6537
6538 * configure.ac: Add some missing m4 quotation.
6539 * configure: Regenerate.
6540
2de49bbb 65412007-07-02 Simon Baldwin <simonb@google.com>
6542
6543 * MAINTAINERS (Write After Approval): Add myself.
6544
b7ef8464 65452007-07-02 Paolo Bonzini <bonzini@gnu.org>
6546
6547 * configure: Regenerate.
6548
75d6a0a9 65492007-07-02 Kai Tietz <kai.tietz@onevision.com>
6550
6551 * Makefile.def: Add windmc tool to build.
6552 * Makefile.tpl: Likewise.
6553 * configure.ac: Likewise.
6554 * Makefile.in: Regenerate.
6555 * configure: Regenerate.
0ecf7a65 6556
aa331421 65572007-06-28 DJ Delorie <dj@redhat.com>
6558
6559 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6560 not building newlib.
6561 * configure: Regenerated.
0ecf7a65 6562
bab22e5c 65632007-06-28 Jan Sjodin <jan.sjodin@amd.com>
6564
6565 * MAINTAINERS (Write After Approval): Add myself.
6566
2d569347 65672007-06-25 Martin Michlmayr <tbm@cyrius.com>
6568
6569 * MAINTAINERS (Write After Approval): Add myself.
6570
abe9fc0f 65712007-06-19 Chris Matthews <chrismatthews@google.com>
6572
6573 * MAINTAINERS (Write After Approval): Add myself.
6574
2588303d 65752007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6576
6577 * MAINTAINERS (Write After Approval): Add myself.
6578
86d469a7 65792007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6580
6581 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6582 * Makefile.in: Regenerated.
6583
e77068c4 65842007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6585
6586 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6587 bfin*-*-uclinux* targets.
6588 * configure: Regenerate.
6589
34750e69 65902007-06-14 Ian Lance Taylor <iant@google.com>
6591
6592 * MAINTAINERS: Add myself as non-algorithmic global write
6593 maintainer.
6594
5a6568b4 65952007-06-14 Diego Novillo <dnovillo@google.com>
6596
6597 * MAINTAINERS: Add self as middle-end maintainer and
6598 non-algorithmic global write maintainer.
6599
49607763 66002007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6601
6602 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6603 Move all Fortran maintainers except Paul Brook into the
6604 Non-Autopoiesis section.
6605
021ff58f 66062007-06-14 Paolo Bonzini <bonzini@gnu.org>
6607
6608 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6609 (distclean-stage[+id+]): Possibly delete stage_last.
6610 * Makefile.in: Regenerate.
6611
f7074c96 66122007-06-12 Seongbae Park <seongbae.park@gmail.com>
6613
6614 * MAINTAINERS (Various Maintainer): Fix typo.
6615
19dcaa9c 66162007-06-11 Paolo Bonzini <bonzini@gnu.org>
6617
6618 * MAINTAINERS (Various Maintainer): Add myself as
6619 dataflow maintainer.
6620
fef06690 66212007-06-07 Ben Elliston <bje@au.ibm.com>
6622
6623 * config.sub, config.guess: Update from upstream sources.
6624
abe109c5 66252007-06-07 Ben Elliston <bje@au.ibm.com>
6626
6627 * Makefile.tpl: Fix spelling error.
6628 * Makefile.in: Regenerate.
6629
2bcd5359 66302007-06-01 Steve Ellcey <sje@cup.hp.com>
6631
fd82ebdc 6632 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6633 lt_cv_sys_max_cmd_len.
2bcd5359 6634
92a034a0 66352007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6636
6637 * MAINTAINERS (Various Maintainers): Add myself as
6638 auto-vectorizer maintainer.
6639
796f6ddf 66402003-05-31 Paolo Bonzini <bonzini@gnu.org>
6641
6642 PR libjava/32098
6643 * libtool.m4: Revert previous change.
6644 * ltgcc.m4: Put it here.
6645
3df3f071 66462003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6647
6648 * MAINTAINERS (Various Maintainers): Add myself as
6649 auto-vectorizer maintainer.
6650
8759836c 66512007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6652
6653 PR libjava/32098
6654 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6655
de0a1cbe 66562007-05-30 Richard Guenther <rguenther@suse.de>
6657
6658 * MAINTAINERS (Various Maintainers): Add myself as
6659 auto-vectorizer maintainer.
6660
505abe0c 66612007-05-30 Jakub Jelinek <jakub@redhat.com>
6662
6663 PR bootstrap/29382
6664 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6665 * configure: Rebuilt.
6666
12d06f67 66672007-05-28 Roberto Costa <robsettantasei@gmail.com>
6668
6669 * MAINTAINERS (Write After Approval): Removed my name.
6670
cc76add4 66712007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6672
6673 * MAINTAINERS (Write After Approval): Remove myself.
6674
a027451b 66752007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6676
6677 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6678
542f9784 66792007-05-23 Steve Ellcey <sje@cup.hp.com>
6680
6681 * ltmain.sh: Update from ToT Libtool.
6682 * libtool.m4: Update from ToT Libtool.
6683 * ltsugar.m4: New. Update from ToT Libtool.
6684 * ltversion.m4: New. Update from ToT Libtool.
6685 * ltoptions.m4: New. Update from ToT Libtool.
6686 * ltconfig: Remove.
6687 * ltcf-c.sh: Remove.
6688 * ltcf-cxx.sh: Remove.
6689 * ltcf-gcj.sh: Remove.
6690
528ab743 66912007-05-22 Ollie Wild <aaw@google.com>
6692
6693 * MAINTAINERS (Write After Approval): Add myself.
6694
47cd5247 66952007-05-16 Paolo Bonzini <bonzini@gnu.org>
6696
6697 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6698 stage_cflags.
6699 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6700 Remove CFLAGS/LIBCFLAGS.
6701 (configure-stage[+id+]-[+prefix+][+module+],
6702 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6703 * Makefile.in: Regenerate.
6704
3514a11b 67052007-05-15 Diego Novillo <dnovillo@google.com>
6706
6707 * MAINTAINERS: Update e-mail address.
6708
886a57ec 67092007-05-15 Revital Eres <eres@il.ibm.com>
6710
6711 * MAINTAINERS (Write After Approval): Add myself.
6712
00b95186 67132007-05-14 Roberto Costa <robsettantasei@gmail.com>
6714
6715 * MAINTAINERS (Write After Approval): Updated my address.
6716
37a5fded 67172007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
6718
6719 * MAINTAINERS (Write After Approval): Add myself.
6720
932d1055 67212007-05-11 Silvius Rus <rus@google.com>
6722
6723 * MAINTAINERS (Write After Approval): Add myself.
6724
5be46544 67252007-04-23 Tom Tromey <tromey@redhat.com>
6726
6727 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6728
85fdb7fe 67292007-04-22 Mark Mitchell <mark@codesourcery.com>
6730
6731 * MAINTAINERS (cpplib): Rename to ...
6732 (libcpp): ... this. Add C/C++ front end maintainers.
6733
0e80ecec 67342007-04-14 Steve Ellcey <sje@cup.hp.com>
6735
6736 * config-ml.in: Pass ${ml_config_env} to configure calls.
6737
678ca12c 67382007-04-04 Christian Bruel <christian.bruel@st.com>
6739
6740 * MAINTAINERS (Write After Approval): Add myself.
0ecf7a65 6741
238ac4b8 67422007-04-02 Dave Korn <dave.korn@artimi.com>
6743
6744 * MAINTAINERS (Write After Approval): Add myself.
6745
1b3b5ab2 67462007-03-31 Tobias Burnus <burnus@net-b.de>
6747
6748 * MAINTAINERS (fortran 95 front end): Add myself.
6749
7af2a874 67502007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6751
6752 * MAINTAINERS (Write After Approval): Add myself.
0ecf7a65 6753
f5bcb691 67542007-03-24 Ayal Zaks <zaks@il.ibm.com>
6755
6756 * MAINTAINERS (Modulo Scheduler): Add myself.
6757
9671b27d 67582007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
6759
6760 * MAINTAINERS (fortran 95 front end): Add myself.
6761 (c++ front end): whitespace fix.
6762
9ced3b39 67632007-03-22 Nathan Froyd <froydnj@codesourcery.com>
6764
6765 * MAINTAINERS (Write After Approval): Add myself.
6766
d623d587 67672007-03-21 Richard Sandiford <richard@codesourcery.com>
6768
6769 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6770 of glob. Quote arguments with single quotes too.
6771 * configure: Regenerate.
6772
d6eaff55 67732007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
6774
6775 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6776 * Makefile.in: Regenerate
6777
a6c599b5 67782007-03-07 Andreas Schwab <schwab@suse.de>
6779
6780 * configure: Regenerate.
6781
130effca 67822007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
6783
6784 * configure.ac: Add "--with-pdfdir" configure option,
6785 which defines pdfdir variable.
6786 * Makefile.def (target=fixincludes): Add install-pdf to
6787 missing targets.
6788 (recursive_targets): Add install-pdf target.
6789 (flags_to_pass): Add pdfdir.
6790 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6791 target.
6792 * configure: Regenerate
6793 * Makefile.in: Regenerate
6794
cd343b1c 67952007-02-28 Eric Christopher <echristo@apple.com>
6796
6797 Revert:
6798 2006-12-07 Mike Stump <mrs@apple.com>
6799
6800 * Makefile.def (dependencies): Add dependency for
6801 install-target-libssp and install-target-libgomp on
6802 install-gcc.
6803 * Makefile.in: Regenerate.
6804
78a477ad 68052007-02-27 Matt Kraai <kraai@ftbfs.org>
6806
6807 * configure: Regenerate.
6808 * configure.ac: Move statements after variable declarations.
6809
670a86cd 68102007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6811
6812 * MAINTAINERS: Add myself as sh maintainer.
6813
ae8552b7 68142007-02-19 Joseph Myers <joseph@codesourcery.com>
6815
6816 * configure.ac: Adjust for loop syntax.
6817 * configure: Regenerate.
6818
95a05732 68192007-02-18 Alexandre Oliva <aoliva@redhat.com>
6820
6821 * configure: Rebuilt.
6822
b0e9b581 68232007-02-18 Alexandre Oliva <aoliva@redhat.com>
6824
6825 * configure.ac: Drop multiple occurrences of --enable-languages,
6826 and fix its quoting.
6827 * configure: Rebuilt.
6828
77ae4d79 68292007-02-17 Mark Mitchell <mark@codesourcery.com>
6144731c 6830 Nathan Sidwell <nathan@codesourcery.com>
6831 Vladimir Prus <vladimir@codesourcery.com>
6832 Joseph Myers <joseph@codesourcery.com>
77ae4d79 6833
6834 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6835 * configure: Regenerate.
6836
ddacbee5 68372007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6838
6839 * ltconfig (freebsd*): Default to elf.
6840
27bfe7b7 68412007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6842
6843 * configure.ac (target_libraries): Move libgcc before libiberty.
6844 * configure: Regenerated.
6845
eae5b2bc 68462007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6847 Paolo Bonzini <bonzini@gnu.org>
6848
6849 PR bootstrap/30753
6850 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6851 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6852 * configure: Regenerated.
6853
41d006b3 68542007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6855
6856 * MAINTAINERS (Language Front End Maintainers): Update my mail
6857 address.
6858
4ff792a4 68592007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6860
6861 PR bootstrap/30748
6862 * configure.ac: Correct syntax for Solaris ksh.
6863 * configure: Regenerated.
6864
38d7211b 68652007-02-09 Paolo Bonzini <bonzini@gnu.org>
6866
6867 * configure.ac: Sync with src.
6868 * configure: Regenerate.
6869
fbc4b0e5 68702007-02-09 Paolo Bonzini <bonzini@gnu.org>
6871
6872 * Makefile.in: Regenerate.
6873
834785d1 68742007-02-09 Paolo Bonzini <bonzini@gnu.org>
6875
6876 * config.sub: Sync with src.
6877
b30fcfae 68782007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6879
6880 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6881 noncanonical equivalents.
6882 * configure.in: Rename to...
6883 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6884 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6885 target_noncanonical. Use them. Rewrite removal of configure
6886 arguments for autoconf 2.59. Discard variable settings. Force
6887 program_transform_name for native tools.
6888
6889 * Makefile.in: Regenerated.
6890 * configure: Regenerated with autoconf 2.59.
6891
dcde3c07 68922007-02-07 Roman Zippel <zippel@linux-m68k.org>
e911c3be 6893
c6f3c945 6894 * MAINTAINERS (Write After Approval): Add myself.
e911c3be 6895
44db1fbc 68962007-01-31 Andreas Schwab <schwab@suse.de>
6897
6898 * Makefile.tpl (LDFLAGS): Substitute it.
6899 * Makefile.in: Regenerate.
6900
dcde3c07 69012007-01-30 Andrey Belevantsev <abel@ispras.ru>
760d0db8 6902
c6f3c945 6903 * MAINTAINERS (Write After Approval): Add myself.
760d0db8 6904
25954036 69052007-01-28 David Edelsohn <edelsohn@gnu.org>
6906
c6f3c945 6907 * MAINTAINERS (spu port): Add myself.
25954036 6908
a18b2c54 69092007-01-23 Richard Guenther <rguenther@suse.de>
6910
6911 PR bootstrap/30541
6912 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6913 * Makefile.tpl (GNATBIND): Substitute it.
6914 (GNATMAKE): Likewise.
6915 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6916 of STAGE_PREFIX.
6917 * Makefile.in: Regenerate.
6918 * configure: Regenerate.
6919
dd979235 69202007-01-18 Mike Stump <mrs@apple.com>
6921
6922 * configure.in: Re-enable -Werror for gcc builds.
6923
c6f3c945 69242007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ec79f74b 6925
c6f3c945 6926 * MAINTAINERS (Write After Approval): Add myself.
ec79f74b 6927
16c9b2e3 69282007-01-11 Paolo Bonzini <bonzini@gnu.org>
6929
6930 * configure.in: Change == to = in test command.
c6f3c945 6931 * configure: Regenerate.
16c9b2e3 6932
d45318b3 69332007-01-11 Paolo Bonzini <bonzini@gnu.org>
c6f3c945 6934 Nick Clifton <nickc@redhat.com>
6935 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6936
6937 * configure.in (build_configargs, host_configargs, target_configargs):
6938 Remove build/host/target parameters.
6939 (host_libs): Add gmp and mpfr.
6940 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6941 * Makefile.def (gmp, mpfr): New.
6942 (gcc): Remove target.
6943 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6944 target_os, target_vendor): New.
dcde3c07 6945 (configure): Add host_alias/target_alias arguments; adjust invocations.
c6f3c945 6946 * configure: Regenerate.
6947 * Makefile.in: Regenerate.
d45318b3 6948
69492007-01-11 Matt Fago <fago@earthlink.net>
6950
6951 * configure.in: Try to link to functions only in mpfr 2.2.x
c6f3c945 6952 to improve robustness of configure tests.
d45318b3 6953 * configure: Regenerate.
cd343b1c 6954
c9c21f59 69552007-01-09 Uros Bizjak <ubizjak@gmail.com>
6956
6957 * MAINTAINERS: Add myself as i386 maintainer.
6958
f2bdcff1 69592007-01-08 Jan Hubicka <jh@suse.cz>
6960
b7be5ae5 6961 * MAINTAINERS: Add myself as i386 maintainer.
f2bdcff1 6962
06dd9e69 69632007-01-08 Kai Tietz <kai.tietz@onevision.com>
6964
6965 * configure.in: Add support for an x86_64-mingw* target.
a378fc89 6966 * configure: Regenerate.
06dd9e69 6967
0a2e6193 69682007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6969
6970 * Makefile.tpl (all-target): Correct @if conditional for target
6971 modules.
6972 * configure.in: Omit libiberty if building only target libgcc.
6973 * configure, Makefile.in: Regenerated.
6974
29b1b61f 69752007-01-04 Paolo Bonzini <bonzini@gnu.org>
6976
dcde3c07 6977 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
29b1b61f 6978 * configure: Regenerate.
6979
894a47b4 69802007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6981
6982 * Makefile.def (target_modules): Add libgcc.
6983 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6984 * Makefile.tpl (clean-target-libgcc): Delete.
6985 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6986 on gcc even for bootstrapped modules. Rewrite handling of
6987 lang_env_dependencies to loop over target_modules.
6988 * configure.in (target_libraries): Add target-libgcc.
6989 * Makefile.in, configure: Regenerated.
6990
9c3a0a29 69912006-12-29 Paolo Bonzini <bonzini@gnu.org>
6992
6993 * configure.in: Reorganize recognition of languages. Add
6994 --enable-stage1-languages. Show supported languages for the chosen
6995 target rather than all recognized languages.
6996 * configure: Regenerate.
6997
2e04b035 69982006-12-29 Paolo Bonzini <bonzini@gnu.org>
6999
7000 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7001 * Makefile.in: Regenerate.
7002
0157cc75 70032006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7004
7005 * configure.in: Warn that MPFR 2.2.0 is buggy.
7006 * configure: Regenerate.
7007
35d84d10 70082006-12-27 Ian Lance Taylor <iant@google.com>
7009
7010 * configure.in: When removing Makefiles to force a reconfigure, also
7011 remove prev-DIR*/Makefile.
7012 * configure: Regenerate.
7013
ae48753c 70142006-12-22 Andreas Schwab <schwab@suse.de>
7015
7016 * configure: Regenerate with correct autoconf version.
7017
a83ffacf 70182006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
7019
c6f3c945 7020 * configure.in: add AC_SUBST for *_FOR_TARGET.
7021 * configure: Regenerate.
a83ffacf 7022
2e04b035 70232006-12-19 Paolo Bonzini <bonzini@gnu.org>
7024
7025 * configure.in: Simplify logic for rejecting languages that cannot
7026 be built. Separate the case when a language is unsupported,
7027 from the case when the user chooses not to build a language.
7028
1a606b87 70292006-12-19 Paolo Bonzini <bonzini@gnu.org>
7030
7031 * configure.in: Remove "$build" case for powerpc-*-darwin* since
7032 it only affects bootstrap and could be tested on "$host" as well.
7033 * configure: Regenerate.
7034 * config/mh-ppc-darwin: Add to the stage1 cflags here.
7035
39f34cfc 70362006-12-19 Paolo Bonzini <bonzini@gnu.org>
7037
7038 PR bootstrap/29544
7039 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7040 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7041 move here comment from Makefile.tpl.
7042 * Makefile.tpl: Move some definitions higher in the file.
7043 (STAGE1_CHECKING): New.
7044 * configure.in: Add --enable-stage1-checking.
7045 * configure: Regenerate.
7046 * Makefile.in: Regenerate.
7047
6523c107 70482006-12-19 Paolo Bonzini <bonzini@gnu.org>
7049
7050 * MAINTAINERS: Add myself as build system maintainer.
7051
0874d16e 70522006-12-15 Simon Martin <simartin@users.sourceforge.net>
7053
7054 * MAINTAINERS (Write After Approval): Add myself.
7055
f4177413 70562006-12-13 Eric Christopher <echristo@apple.com>
7057
7058 * MAINTAINERS: Add myself as darwin maintainer.
7059
21f5445c 70602006-12-11 Ian Lance Taylor <ian@airs.com>
7061
7062 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7063
dcde3c07 70642006-12-11 Joern Rennecke <joern.rennecke@arc.com>
51e3e9c5 7065
7066 MAINTAINERS: Update my entry.
7067
57c7de11 70682006-12-11 Alan Modra <amodra@bigpond.net.au>
7069
7070 * configure.in: Handle spu makefile frag.
57c7de11 7071 * Makefile.tpl (MAINT): Define
7072 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7073 * configure: Regenerate.
7074 * Makefile.in: Regenerate.
7075
e3c9d32f 70762006-12-11 Ben Elliston <bje@au.ibm.com>
7077
7078 * config.guess: Import latest version.
7079 * config.sub: Likewise.
7080
f5b9de9c 70812006-12-11 Ben Elliston <bje@au.ibm.com>
7082
7083 * configure.in (spu-*-*): Don't skip target-libiberty.
7084 * configure: Regenerate.
7085
fce068fd 70862006-12-10 Andreas Tobler <a.tobler@schweiz.org>
7087
7088 PR bootstrap/30134
7089 * configure.in: Correct x86 darwin support for libjava to powerpc
7090 and i?86 only.
7091 * configure: Regenerate.
7092
ffe859e6 70932006-12-08 Sandro Tolaini <tolaini@libero.it>
7094
7095 * configure.in: Add x86 darwin support for libjava.
7096 * configure: Regenerate.
7097
73a19d2f 70982006-12-07 Mike Stump <mrs@apple.com>
7099
7100 * Makefile.def (dependencies): Add dependency for
7101 install-target-libssp and install-target-libgomp on
7102 install-gcc.
7103 * Makefile.in: Regenerate.
7104
a62d86ae 71052006-12-04 Richard Guenther <rguenther@suse.de>
7106
7107 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7108 (Non-Algorithmic Maintainers): Move over non-algorithmic
7109 loop optimizer maintainers, add myself as a non-algorithmic
7110 middle-end maintainer.
7111
37415b5d 71122006-12-04 Daniel Franke <franke.daniel@gmail.com>
7113
7114 * MAINTAINERS (Write After Approval): Add myself.
7115
6af0e733 71162006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7117
7118 * configure.in: Update error message for missing GMP/MPFR.
7119
7120 * configure: Regenerate.
7121
4af4078c 71222006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7123
7124 * configure.in: Update MPFR version in error message.
7125
7126 * configure: Regenerate.
7127
69c937e1 71282006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7129
7130 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7131 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7132 --with-gmp-lib): New flags.
7133
7134 * configure: Regenerate.
7135
e419f8ef 71362006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
7137
7138 * MAINTAINERS (Write After Approval): Change my email address.
7139
407e85bc 71402006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7141
583272a2 7142 * MAINTAINERS (Write After Approval): Add myself.
407e85bc 7143
dcde3c07 71442006-11-22 Philipp Thomas <pth@suse.de>
40cb8be1 7145
7146 * MAINTAINERS (i18n): Update e-mail address.
7147
c2d4f42f 71482006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7149
7150 * MAINTAINERS (spu port): Add myself as maintainer.
7151 (Write After Approval): Remove myself.
7152
7c8af356 71532006-11-22 Ben Elliston <bje@au.ibm.com>
7154
7155 * configure.in (skipdirs): Don't build libssp for SPU.
7156 * configure: Regenerate.
7157
099cd192 71582006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
7159
7160 * MAINTAINERS (spu port): Add myself as maintainer.
7161 (libobjc): Update my email address.
7162
82b61569 71632006-11-21 Andrea Bona <andrea.bona@st.com>
7164
7165 * MAINTAINERS (Write After Approval): Add myself.
7166
dcde3c07 71672006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
644459d0 7168
7169 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7170 * configure : Rebuilt.
7171
dcde3c07 71722006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
bb0ac0c1 7173
7174 * MAINTAINERS (Write After Approval): Add myself.
7175
d027f7a9 71762006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
7177
7178 * MAINTAINERS (Write After Approval): Add myself.
7179
2a9efd1a 71802006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7181
7182 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7183 libmpfr.a.
7184 * configure: Regenerate.
7185
f0903548 71862006-11-16 Paolo Bonzini <bonzini@gnu.org>
7187
7188 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7189 (unstage): Test for stage_last presence.
7190
7191 PR bootstrap/29802
dcde3c07 7192 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7193 STAGE_PREFIX.
f0903548 7194 * Makefile.in: Regenerate.
7195
75348e65 71962003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
7197
7198 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7199 maintainers.
7200
0048238f 72012006-11-14 Erven Rohou <erven.rohou@st.com>
7202
7203 * MAINTAINERS (Write After Approval): Add myself.
7204
f94784f4 72052006-11-14 Paolo Bonzini <bonzini@gnu.org>
7206
7207 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7208 and stageN-package/Makefile.
7209 * Makefile.in: Regenerated.
7210
3eec5071 72112006-11-14 Jie Zhang <jie.zhang@analog.com>
7212
7213 * configure.in: Remove target-libgloss from noconfigdirs for
7214 bfin-*-*.
7215 * configure: Regenerated.
7216
d9705883 72172006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7218
7219 * configure.in (have_gmp): Only error if the gcc directory exists.
f4177413 7220
d9705883 7221 * configure: Regenerate.
7222
0818100b 72232006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7224
7225 * configure.in: Robustify error message for missing GMP/MPFR.
7226
7227 * configure: Regenerate.
7228
dcde3c07 72292006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
8744aea8 7230
7231 * MAINTAINERS (Write After Approval): Add myself.
7232
dcde3c07 72332006-10-30 Uros Bizjak <ubizjak@gmail.com>
6c1fb305 7234
7235 * MAINTAINERS: Change email address.
7236
e2c5111e 72372006-10-30 Vladimir Prus <vladimir@codesourcery.com>
7238
7239 * MAINTAINERS (Write After Approval): Add myself.
7240
d07c830b 72412006-10-26 Peter Bergner <bergner@vnet.ibm.com>
7242
7243 * MAINTAINERS (Write After Approval): Add myself.
7244
6e4b1b54 72452006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
7246
f4177413 7247 * MAINTAINERS (Write After Approval): Move myself to
c6f3c945 7248 Write After Approval section.
6e4b1b54 7249
6a086156 72502006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7251
7252 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
7253 need_gmp anymore.
7254 * configure: Regenerate.
7255
3f08b6b2 72562006-10-16 Tobias Burnus <burnus@net-b.de>
7257
7258 * MAINTAINERS (Write After Approval): Add myself.
7259
b4c7d1be 72602006-10-16 Ben Elliston <bje@au.ibm.com>
7261
7262 * config.guess: Import latest version.
7263 * config.sub: Likewise.
7264
51f93521 72652006-10-10 Brooks Moses <bmoses@stanford.edu>
7266
7267 * Makefile.def: Added pdf target handling.
7268 * Makefile.tpl: Added pdf target handling.
7269 * Makefile.in: Regenerated.
7270
3dbfe3e4 72712006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
7272
7273 * MAINTAINERS: Add self as score port maintainer.
7274
227bbb08 72752006-10-04 Brooks Moses <bmoses@stanford.edu>
7276
7277 * MAINTAINERS (Write After Approval): Add myself.
7278
112f3d57 72792006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
7280
f4177413 7281 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
112f3d57 7282 or newer.
7283 * configure: Regenerated.
7284
8d365775 72852006-09-27 Dave Brolley <brolley@redhat.com>
7286
dcde3c07 7287 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7288 using $s instead of $r.
8d365775 7289 * configure: Regenerated.
7290
806f1769 72912006-09-26 Thiemo Seufer <ths@mips.com>
7292
7293 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7294 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7295 * configure: Regenerate.
7296
dcde3c07 72972006-09-24 Graeme Peterson <gridly@gmail.com>
ade3d93b 7298
7299 * MAINTAINERS (Write After Approval): Remove myself.
7300
b86059ef 73012006-09-22 Chao-ying Fu <fu@mips.com>
7302
7303 * MAINTAINERS (Write After Approval): Add myself.
7304
0cd5eaae 73052006-09-10 Joseph S. Myers <joseph@codesourcery.com>
7306
7307 * MAINTAINERS: Add self as soft-fp maintainer.
7308
dcde3c07 73092006-09-09 Anatoly Sokolov <aesok@post.ru>
0cd5eaae 7310
7311 * MAINTAINERS: Add myself as avr maintainer.
7312 Remove Marek Michalkiewicz as avr maintainer.
37fc92d0 7313
fb01e507 73142006-09-07 Roberto Costa <roberto.costa@st.com>
7315
7316 * MAINTAINERS (Write After Approval): Add myself.
7317
d6d689df 73182006-08-30 Corinna Vinschen <corinna@vinschen.de>
7319
7320 * configure.in: Never build newlib for a Mingw host.
7321 Never build newlib as Mingw target library.
7322 Test the existence of winsup/cygwin for building a Cygwin newlib,
7323 rather than just winsup.
7324 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7325 building a Mingw target.
7326 * configure: Regenerate.
7327
98e67652 73282006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
7329
7330 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7331
c92d8afd 73322006-07-25 Paolo Bonzini <bonzini@gnu.org>
7333
7334 * config.guess: Import from src (was more updated).
7335 * config.sub: Likewise.
7336
d3e7b04c 73372006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
7338
7339 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7340 * configure: Regenerated.
7341
3e427a9c 73422006-07-18 Paolo Bonzini <bonzini@gnu.org>
7343
248deaff 7344 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7345 for stages after the first.
3e427a9c 7346
1bef46b4 73472006-07-17 Jakub Jelinek <jakub@redhat.com>
7348
7349 * Makefile.def: Add dependencies for configure-opcodes
7350 on configure-intl and all-opcodes on all-intl.
7351 * Makefile.in: Regenerated.
7352
f4d112a5 73532006-07-13 Ben Elliston <bje@au.ibm.com>
7354
7355 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7356
108cf177 73572006-07-06 Paul Eggert <eggert@cs.ucla.edu>
7358
7359 Port to hosts whose 'sort' and 'tail' implementations
7360 treat operands with leading '+' as file names, as POSIX
7361 has required since 2001. However, make sure the code still
7362 works on pre-POSIX hosts.
7363 * ltmain.sh: Don't assume "sort +2" is equivalent to
7364 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7365
2f5151d2 73662006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
7367
7368 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7369
46276eaf 73702006-07-04 Peter O'Gorman <peter@pogma.com>
7371
7372 * ltconfig: chmod 644 before ranlib during install.
7373
f508ba97 73742006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7375
7376 PR bootstrap/18058
7377 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7378 if the bootstrap compiler is a GCC version that supports it.
7379 * configure: Regenerate.
7380
3891e7d9 73812006-07-03 Paolo Bonzini <bonzini@gnu.org>
7382
9333ae0b 7383 * configure.in: Fix thinkos in previous check-in.
3891e7d9 7384 * configure: Regenerate.
7385
5dee13c2 73862006-07-03 Paolo Bonzini <bonzini@gnu.org>
7387
7388 PR other/27063
7389 * configure.in: Test subdir_requires and give an appropriate
7390 error message.
7391 * configure: Regenerate.
7392
4ac79c32 73932006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
7394
7395 * MAINTAINERS (Write After Approval): Add myself.
7396
9bc01059 73972006-06-22 John David Anglin <dave.anglin@nrc.ca>
7398
7399 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7400
f09fcf30 74012006-06-22 Steve Ellcey <sje@cup.hp.com>
7402
7403 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7404
f1716c67 74052006-06-20 David Ayers <d.ayers@inode.at>
7406
7407 PR bootstrap/28072
7408 * configure.in: Add target-boehm-gc to noconfigdirs depending on
7409 whether target-libjava is being configured instead of whether the
7410 java front end is enabled.
7411 * configure: Regenerate.
f4177413 7412
778f2e8d 74132006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7414
7415 PR target/27540
7416 * configure.in: Only enable libgomp on IRIX 6.
7417 * configure: Regenerate.
7418
c81c13fb 74192006-06-15 Paolo Bonzini <bonzini@gnu.org>
7420
7421 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7422 too.
7423 * Makefile.in: Regenerate.
7424
337cc616 74252006-06-13 Jeff Johnston <jjohnstn@redhat.com>
7426
7427 * config-ml.in: Alter CCASFLAGS to include special
7428 multilib options the same as is done for CFLAGS.
7429
be504f1e 74302006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7431
7432 * configure.in: Don't enable libgomp on hpux10.
7433 * configure: Rebuilt.
7434
d6f7b8f2 74352006-06-12 David Ayers <d.ayers@inode.at>
7436
7437 PR bootstrap/27963
7438 PR target/19970
f4177413 7439 * configure.in: Remove target-boehm-gc from noconfigdirs where
d6f7b8f2 7440 ${libgcj} is specified.
7441 * configure: Regenerate.
f4177413 7442
dcde3c07 74432006-06-06 Carlos O'Donell <carlos@codesourcery.com>
d06227a7 7444
7445 Sync from src:
f4177413 7446
7447 * configure.in: Sync.
d06227a7 7448 * configure: Regenerated.
f4177413 7449
d06227a7 7450 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
7451
7452 * Makefile.def: Added dependencies from sim and gdb on intl, and
7453 added configure dependencies to everything with an all dependency
7454 on intl.
7455 * Makefile.in: Regenerated.
7456
dd6d3a67 74572006-06-06 David Ayers <d.ayers@inode.at>
7458
7459 PR libobjc/13946
7460 * Makefile.def: Add dependencies for libobjc which boehm-gc.
7461 * Makefile.in: Regenerate.
7462 * configure.in: Add --enable-objc-gc at toplevel and have it
7463 enable boehm-gc for Objective-C.
7464 Remove target-boehm-gc from libgcj.
7465 Add target-boehm-gc to target_libraries.
7466 Add target-boehm-gc to noconfigdirs where ${libgcj}
7467 is specified.
7468 Assert that boehm-gc is supported when requested for Objective-C.
7469 Only build boehm-gc if needed either for Java or Objective-C.
7470 * configure: Regenerate.
f4177413 7471
13935149 74722006-06-05 Paolo Bonzini <bonzini@gnu.org>
7473
7474 PR 27674
7475 * Makefile.tpl (configure-[+prefix+][+module+],
7476 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7477 Remove rule to unstage bootstrapped modules.
7478 (stage_current): New.
7479 * Makefile.in: Regenerate.
7480
8f4b42fe 74812006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7482
7483 * MAINTAINERS (Write After Approval): Update my e-mail address.
7484
223a68cb 74852006-06-01 Mark Shinwell <shinwell@codesourcery.com>
7486
7487 * include/libiberty.h: Declare pex_run_in_environment.
7488
54554f30 74892006-05-31 Asher Langton <langton2@llnl.gov>
7490
7491 * MAINTAINERS (Write After Approval): Add myself.
8f4b42fe 7492
6c21862c 74932006-05-25 Paolo Bonzini <bonzini@gnu.org>
7494
7495 * Makefile.def (bfd, opcodes): Fix lib_path.
7496 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7497 (restrap): Move under "@if gcc-bootstrap". Fix typo.
7498 * Makefile.in: Regenerate.
7499
9409c9d5 75002006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7501
7502 * Makefile.in: Regenerate.
7503
e0dbdbbf 75042006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7505
7506 * Makefile.def: Add install-html target. Add datarootdir
7507 docdir and htmldir to flags_to_pass.
7508 * Makefile.tpl: Add install-html target.
7509 * Makefile.in: Regenerate.
7510 * configure.in: Add --with-datarootdir, --with-docdir, and
7511 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7512 * configure: Regenerate.
7513
a2c13723 75142006-05-24 Mark Shinwell <shinwell@codesourcery.com>
7515
7516 * configure.in: Enable gprof for cross builds.
7517 * configure: Regenerate.
7518
37f85f50 75192006-05-22 Richard Guenther <rguenther@suse.de>
7520
7521 Revert
7522 2006-01-31 Richard Guenther <rguenther@suse.de>
7523 Paolo Bonzini <bonzini@gnu.org>
7524
7525 * Makefile.def (target_modules): Add libgcc-math target module.
7526 * configure.in (target_libraries): Add libgcc-math target library.
7527 (--enable-libgcc-math): New configure switch.
7528 * Makefile.in: Re-generate.
7529 * configure: Re-generate.
7530 * libgcc-math: New toplevel directory.
7531
75d59721 75322006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7533 Andreas Tobler <a.tobler@schweiz.ch>
7534
7535 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7536 * configure: Rebuilt.
7537
dcde3c07 75382006-05-12 Sandra Loosemore <sandra@codesourcery.com>
f4177413 7539
65bab903 7540 * MAINTAINERS (Write After Approval): Add myself.
7541
bc53ef83 75422006-05-01 DJ Delorie <dj@redhat.com>
7543
6ab99db1 7544 * configure.in: Restore CFLAGS if GMP isn't present.
bc53ef83 7545 * configure: Regenerate.
7546
e8bb9e10 75472006-05-01 Richard Guenther <rguenther@suse.de>
7548
7549 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7550 maintainer.
7551
dcde3c07 75522006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2ebe0c0d 7553
7554 * MAINTAINERS (Write After Approval): Add myself.
7555
dd1d6245 75562006-04-28 Jan Beulich <jbeulich@novell.com>
7557
7558 * MAINTAINERS (Write After Approval): Add myself.
7559
24714a39 75602006-04-18 DJ Delorie <dj@redhat.com>
7561
7562 * configure.in (m32c): Build libstdc++-v3. Pass flags to
7563 reference libgloss so that libssp can be built in a combined
7564 tree.
7565 * configure: Regenerate.
7566
ebadab44 75672006-04-08 Robert Millan <rmh@gcc.gnu.org>
7568
7569 * MAINTAINERS (Write After Approval): Add myself.
7570
2c45c903 75712006-04-05 Ben Elliston <bje@au.ibm.com>
7572
7573 * configure.in: Require makeinfo 4.4 or higher.
7574 * configure: Regenerate.
7575
c8a50a04 75762006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7577
7578 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7579 Rearrange the entries of other libraries to have them in one place.
7580
0dfcec58 75812006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7582
f4177413 7583 * MAINTAINERS (Write After Approval): Remove myself.
0dfcec58 7584 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7585
a4af6a58 75862006-03-14 Richard Guenther <rguenther@suse.de>
7587
7588 * configure: Regenerate with autoconf 2.13.
7589
29febb11 75902006-03-13 Jim Blandy <jimb@codesourcery.com>
7591
7592 * MAINTAINERS: Use my work address.
12a2bf00 7593
7594 * MAINTAINERS: Update my E-mail address.
7595
50996fe5 75962006-03-10 Aldy Hernandez <aldyh@redhat.com>
7597
7598 * configure.in: Handle --disable-<component> generically.
7599 * configure: Regenerate.
7600
b554a459 76012006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7602
7603 PR libgcj/17311
7604 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7605
71898775 76062006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7607
7608 * MAINTAINERS (Write After Approval): Remove myself.
7609 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7610
dcde3c07 76112006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
6c21862c 7612
cba69f27 7613 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7614 (TARGET_CONFIGDIRS): Remove.
7615 * configure.in: Remove AC_SUBST(target_configdirs).
7616 * Makefile.in, configure: Regenerated.
7601142f 7617
310293ad 76182006-02-20 Steven G. Kargl <kargls@comcast.net>
7619
7620 * MAINTAINERS (Write After Approval): Remove myself.
7621 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7622
26526d23 76232006-02-20 Paolo Bonzini <bonzini@gnu.org>
7624
7625 PR bootstrap/25670
7626
7627 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7628
7629 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7630 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7631 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7632 BUILD_PREFIX, BUILD_PREFIX_1.
7633 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7634
7635 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7636 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7637
7638 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7639 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7640 of `cat stage_current`. Always provide the `r' and `s' variables.
7641 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7642 a single shell execution.
7643 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7644 bootstrapped modules, make the stage1 module if the build was not
7645 started yet, else build the current stage.
7646 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7647 (all-build, all-host, all-target, [+make_target+]-host,
7648 [+make_target+]-target): Do not use \-continued lines.
7649 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7650 (current_stage, restrap, stage_last): New.
7651
7652 * Makefile.in: Regenerate.
7653 * configure: Regenerate.
7654
154ae9ad 76552006-02-19 Bud Davis <jmdavis@link.com>
7656
7657 * MAINTAINERS (Write After Approval): Remove myself.
7658 (Language Front End Maintainers): Add myself as fortran 95
7659 maintainer and update e-mail address.
7660
2b60afd7 76612006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7662
7663 * MAINTAINERS (Write After Approval): Remove myself.
7664 (Language Front End Maintainers): Add myself as fortran 95
7665 maintainer.
7666
e1c7b125 76672006-02-16 Victor Kaplansky <victork@il.ibm.com>
7668
7669 * MAINTAINERS (Write After Approval): Add myself.
7670
1eacfaf6 76712006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7672
7673 * MAINTAINERS (Write After Approval): Remove myself.
7674 (Language Front End Maintainers): Add myself as
7675 fortran 95 maintainer.
7676
ab0da556 76772006-02-14 Paolo Bonzini <bonzini@gnu.org>
7678
7679 Sync from src:
7680
7681 2005-12-27 Leif Ekblad <leif@rdos.net>
7682
248deaff 7683 * configure.in: Add support for RDOS target.
7684 * configure: Regenerate.
ab0da556 7685
76862006-02-14 Paolo Bonzini <bonzini@gnu.org>
c6f3c945 7687 Andreas Schwab <schwab@suse.de>
ab0da556 7688
248deaff 7689 * configure: Regenerate.
ab0da556 7690
634efbee 76912006-02-12 David Edelsohn <edelsohn@gnu.org>
7692
7693 * configure.in (enable_libgomp): Add AIX.
7694 * configure: Regenerate.
7695
e359d827 76962006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7697
7698 * MAINTAINERS (Write After Approval): Add myself.
f4177413 7699
40139f55 77002006-02-03 Lee Millward <lee.millward@gmail.com>
7701
7702 * MAINTAINERS (Write After Approval): Add myself.
f4177413 7703
145b0ed1 77042006-01-31 Richard Guenther <rguenther@suse.de>
7705 Paolo Bonzini <bonzini@gnu.org>
7706
7707 * Makefile.def (target_modules): Add libgcc-math target module.
7708 * configure.in (target_libraries): Add libgcc-math target library.
7709 (--enable-libgcc-math): New configure switch.
7710 * Makefile.in: Re-generate.
7711 * configure: Re-generate.
7712 * libgcc-math: New toplevel directory.
7713
c47832b1 77142006-01-26 Paolo Bonzini <bonzini@gnu.org>
7715
7716 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7717 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7718 the assembler, linker and binutils.
7719 * configure: Regenerate.
7720
80111498 77212006-01-22 Dirk Mueller <dmueller@suse.de>
7722
7723 * MAINTAINERS (Write After Approval): Add myself.
7724
4938df8a 77252006-01-20 Diego Novillo <dnovillo@redhat.com>
7726
7727 * configure: Regenerate.
7728
1e8e9920 77292006-01-18 Richard Henderson <rth@redhat.com>
7730 Jakub Jelinek <jakub@redhat.com>
7731 Diego Novillo <dnovillo@redhat.com>
7732
7733 * libgomp: New directory.
7734 * Makefile.def: Add target_module libgomp.
7735 * Makefile.in: Regenerate.
7736 * configure.in (target_libraries): Add target-libgomp.
7737 * configure: Regenerate.
7738
deaa70c6 77392006-01-05 Alexandre Oliva <aoliva@redhat.com>
7740
7741 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7742 @ from continuation.
7743 * Makefile.in: Rebuilt.
7744
18ece38c 77452006-01-04 Chris Lattner <sabre@gnu.org>
ca07d10f 7746
7914652a 7747 * MAINTAINERS (Write After Approval): Add myself.
7748
0c8a85c6 77492006-01-04 Paolo Bonzini <bonzini@gnu.org>
7750
7751 PR bootstrap/24252
7752
7753 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7754 * Makefile.tpl (OBJDUMP): New.
7755 (EXTRA_HOST_FLAGS): Add it.
7756 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7757
1e8e9920 7758 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7759 to use symbolic links between directories. Avoid race conditions
7760 or make them harmless.
7761 * configure.in: Do not try to use symbolic links between directories.
0c8a85c6 7762
7763 * Makefile.def (LEAN): Pass.
7764 * Makefile.tpl (LEAN): Define.
7765 (stage[+id+]-start): Accept that the previous directory does not
7766 exist, if the bootstrap is lean.
7767 (stage[+id+]-bubble): Invoke lean bootstrap commands after
7768 stage[+id+]-start. Use a makefile variable and an `if' instead of a
7769 configure substitution.
7770 ([+compare-target+]): Likewise.
7771 ([+bootstrap-target+]-lean): New.
7772 * configure.in: Remove lean bootstrap support from here.
7773
1e8e9920 7774 * Makefile.in: Regenerate.
7775 * configure: Regenerate.
0c8a85c6 7776
bd63b943 77772006-01-04 Ben Elliston <bje@au.ibm.com>
7778
7779 * MAINTAINERS (libdecnumber): Add myself.
7780
3b6bba18 77812006-01-02 Mark Mitchell <mark@codesourcery.com>
7782
7783 * libtool-ldflags: New script.
7784
9c19a746 77852006-01-02 Andreas Schwab <schwab@suse.de>
7786
7787 * configure.in: When reconfiguring remove Makefile in
7788 all stage directories.
7789 * configure: Regenerate.
7790
1c39ab9d 77912005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
7792
7793 * MAINTAINERS: Update my email address.
7794
ceebc884 77952005-12-20 Paolo Bonzini <bonzini@gnu.org>
7796
7797 Revert Ada-related part of the previous change.
7798
7799 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7800 Do not pass.
7801 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7802 * Makefile.in: Regenerate.
7803 * configure.in: Do not include mt-ppc-aix target fragment.
7804 * configure: Regenerate.
7805
9ca214be 78062005-12-19 Paolo Bonzini <bonzini@gnu.org>
7807
7808 * configure.in: Select appropriate fragments for PowerPC/AIX.
7809 * configure: Regenerate.
7810
7811 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7812 BOOT_CFLAGS, BOOT_LDFLAGS.
7813 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7814 BOOT_CFLAGS, BOOT_LDFLAGS.
7815 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7816 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7817 (stage): Fail if we cannot complete the work.
7818 * Makefile.in: Regenerate.
7819
957985d9 78202005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7821
7822 * configure.in: Replace ms1 with mt.
7823 * configure: Rebuilt.
7824
3fecdf28 78252005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7826
7827 * MAINTAINERS: Update my email address.
7828
2420a95f 78292005-12-15 Paolo Bonzini <bonzini@gnu.org>
7830
7831 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7832 install-host-nogcc): Don't invoke $(stage) at the end.
7833 * Makefile.in: Regenerate.
7834
98777423 78352005-12-14 Paolo Bonzini <bonzini@gnu.org>
7836
7837 * configure.in: Flip the top-level bootstrap switch.
7838 * configure: Regenerate.
7839
83f96a51 78402005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7841
7842 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7843 $(stage) and $(unstage).
7844 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7845 (all): Remove stray semicolon.
7846 (local-distclean): Don't handle multilib.tmp and multilib.out.
7847 (install.all): Set $s for consistency.
7848 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7849 check_multilibs setting. Always make the install directory.
7850 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7851 Correct @if/@endif.
7852 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7853 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7854 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7855 (multilib.out): Remove.
7856 * Makefile.in: Regenerated.
7857
dcde3c07 78582005-12-12 Carlos O'Donell <carlos@codesourcery.com>
72d3853a 7859
7860 * MAINTAINERS (Write After Approval): Add myself.
7861
8a4c0c5f 78622005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7863
a67ce901 7864 * MAINTAINERS: Add myself as mt maintainer.
7865
8a4c0c5f 7866 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7867
937fb015 78682005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7869
7870 * MAINTAINERS: Change email address.
7871
f5aebe3e 78722005-12-05 Paolo Bonzini <bonzini@gnu.org>
7873
7874 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7875 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7876 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7877 Find in-tree tools if available.
7878 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7879 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7880 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7881 (COMPILER_*_FOR_TARGET): New.
7882 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7883 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7884 (CONFIGURED_*, USUAL_*): Remove.
7885 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7886 STRIP): Use autoconf substitutions.
7887 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7888 COMPILER_NM_FOR_TARGET): New.
7889 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7890
7891 (all): Make all-host and all-target in parallel.
7892 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7893 that $$r and $$s are set before invoking a recursive make.
7894 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7895 ([+bootstrap-target+]): Inline most of the `all' target.
7896
e888c15e 78972005-11-29 Ben Elliston <bje@au.ibm.com>
7898
7899 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7900 from the gcc build directory.
7901 * Makefile.in: Regenerate.
7902
e21c3597 79032005-11-29 Ben Elliston <bje@au.ibm.com>
7904
7905 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7906 depend on all-libdecnumber.
7907 * configure.in (host_libs): Include libdecnumber.
7908 * Makefile.in: Regenerate.
7909 * configure: Likewise.
7910
e3f15eef 79112005-11-29 Ben Elliston <bje@au.ibm.com>
7912
7913 * libdecnumber: Import decNumber sources from the dfp-branch.
7914
8afb273f 79152005-11-21 Kean Johnston <jkj@sco.com>
7916
7917 * config.sub, config.guess: Sync from upstream sources.
7918
fefdfa6e 79192005-11-21 Ben Elliston <bje@au.ibm.com>
7920
7921 Import from Autoconf sources:
7922
7923 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7924 * config/move-if-change: Don't output "$2 is unchanged";
7925 suggested by Ben Elliston. Handle weird characters correctly.
7926
92016de0 79272005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7928
7929 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7930 to match upstream libtool for darwin.
7931
415470be 79322005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7933
7934 * Makefile.def: Remove gdb dependencies for gdbtk.
7935 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7936 (configure-gdb, install-gdb): New rules.
7937 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7938 * Makefile.in, configure: Regenerated.
7939
15bb6251 79402005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7941
7942 * MAINTAINERS (Write After Approval): Add myself.
7943
66182ee6 79442005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7945
7946 * MAINTAINERS (Write After Approval): Add myself.
7947
9aad078e 79482005-10-24 Diego Novillo <dnovillo@redhat.com>
7949
7950 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7951 Diego Novillo.
7952
e025d06f 79532005-10-22 Paolo Bonzini <bonzini@gnu.org>
7954
7955 PR bootstrap/24297
7956 * Makefile.tpl (do-[+make-target+], do-check, install,
7957 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7958 are set before recursing.
7959 * Makefile.in: Regenerate.
7960
bde48217 79612005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7962
7963 PR bootstrap/18939
7964 * Makefile.def (gcc) <target>: Fix thinko.
7965 * Makefile.in: Regenerate.
7966
8d687193 79672005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7968
7969 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7970 * configure: Regenerate.
7971
843af2a1 79722005-10-15 Jie Zhang <jie.zhang@analog.com>
7973
7974 * MAINTAINERS (Write After Approval): Add self.
7975
6783d878 79762005-10-08 Kazu Hirata <kazu@codesourcery.com>
7977
7978 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7979 target-libffi, target-qthreads, target-libjava, and
7980 targetlibobjc.
7981 * configure: Regenerate.
7982
ae74ffb7 79832005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7984
7985 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7986 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7987 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7988 (USUAL_OBJDUMP_FOR_TARGET): New.
7989 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7990 * configure.in: Check for $OBJDUMP_FOR_TARGET.
0b69af2f 7991 * configure, Makefile.in: Regenerated.
ae74ffb7 7992
7fd717b3 79932005-10-05 Paolo Bonzini <bonzini@gnu.org>
7994
7995 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7996 before other host packages.
7997
8d2ef209 79982005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7999
8000 * MAINTAINERS: Add self as sh libraries/configury maintainer.
8001
8283f873 80022005-10-05 Paolo Bonzini <bonzini@gnu.org>
8003
8004 PR bootstrap/22340
8005
8006 * configure.in (default_target): Remove.
8007 * Makefile.tpl (all): Do not use prerequisites as subroutines
8008 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8009 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8010 use prerequisites as subroutines.
8011 (check-host, check-target): New.
8012 (bootstrap configure & all targets): Do not use stage*-start
8013 if the directory layout is already ok.
8014 (non-bootstrap configure & all targets): Prepend a $(unstage).
8015 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
8016 (NOTPARALLEL): Remove.
8017 (unstage, stage variables): New variables.
8018 (unstage, stage targets): Simply expand to those variables.
8019
8020 * configure: Regenerate.
8021 * Makefile.in: Regenerate.
8022
8011a2db 80232005-10-04 James E Wilson <wilson@specifix.com>
8024
8025 * Makefile.def (lang_env_dependencies): Add libmudflap.
8026 * Makefile.in: Regenerate.
8027
09cc3896 80282005-10-03 Andreas Schwab <schwab@suse.de>
8029
8030 Backport from libtool CVS:
8031 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
8032
8033 * ltmain.sh: add support for installing into temporary
8034 staging area (e.g. 'make install DESTDIR=...')
8035
d7441b0d 80362005-10-03 H.J. Lu <hongjiu.lu@intel.com>
8037
8038 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8039 * configure: Regenerated.
8040
9886f3d1 80412005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
8042
8043 * configure: Regenerate with the correct
8044 autoconf version.
8045
7172be51 80462005-09-30 Catherine Moore <clm@cm00re.com>
8047
8048 * configure.in (bfin-*-*): New.
8049 * configure: Regenerated.
8050
9fec3fa8 80512005-09-28 Geoffrey Keating <geoffk@apple.com>
8052
8053 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8054 (LIPO_FOR_TARGET): New.
8055 (CONFIGURED_LIPO_FOR_TARGET): New.
8056 (USUAL_LIPO_FOR_TARGET): New.
8057 (STRIP_FOR_TARGET): New.
8058 (CONFIGURED_STRIP_FOR_TARGET): New.
8059 (USUAL_STRIP_FOR_TARGET): New.
8060 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8061 STRIP_FOR_TARGET.
8062 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8063 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8064 * Makefile.in: Regenerate.
8065 * configure: Regenerate.
f4177413 8066
14bd4516 80672005-09-19 David Edelsohn <edelsohn@gnu.org>
8068
8069 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8070 (rs6000-*-aix*): Same.
8071 * configure: Regenerate.
8072
6ca52624 80732005-09-16 Tom Tromey <tromey@redhat.com>
8074
8075 * MAINTAINERS: Add self as java maintainer.
8076
2c718da0 80772005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8078
8079 * configure.in: Recognize f95 in the --enable-languages option,
8080 and substitute it for fortran, issuing a warning.
8081 * configure: Regenerate.
8082
51427b7f 80832005-08-30 Phil Edwards <phil@codesourcery.com>
8084
8085 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
8086 * configure: Regenerated.
8087
70bd96e6 80882005-08-22 Aldy Hernandez <aldyh@redhat.com>
8089
8090 * MAINTAINERS: Add self as ms1 maintainer.
8091
e85b7f3c 80922005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
8093
8094 * Makefile.def (libssp): Add to lang_env_dependencies.
8095 * Makefile.in: Regenerate.
8096
6be90865 80972005-08-18 Ian Lance Taylor <ian@airs.com>
8098
8099 * MAINTAINERS: Add myself as middle-end maintainer.
8100
28a54140 81012005-08-17 Christian Groessler <chris@groessler.org>
8102
8103 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8104 * Makefile.in: Regenerate.
8105
c1f0d853 81062005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
8107
8108 * MAINTAINERS (write after approval): Added myself.
8109
02bbe015 81102005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
8111
8112 * MAINTAINERS (Write After Approval): Add myself.
8113
768691b5 81142005-08-12 Paolo Bonzini <bonzini@gnu.org>
8115
8116 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8117 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8118 Look for alternate names of the target cc and c++
8119 * configure: Regenerate.
8120
ef8184c7 81212005-08-08 Paolo Bonzini <bonzini@gnu.org>
8122
8123 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8124 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8125 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8126 tools; remove code to manually set them.
8127 (Target tools): Look in the environment for them.
8128 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8129 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8130 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8131 build directory.
8132 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8133 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8134 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8135 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8136 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8137 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8138 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8139 * configure: Regenerate.
8140 * Makefile.in: Regenerate.
8141
3e17c591 81422005-07-28 Ben Elliston <bje@au.ibm.com>
8143
8144 * MAINTAINERS: Update for removed CPU targets.
8145
29327bb4 81462005-07-27 Mark Mitchell <mark@codesourcery.com>
8147
8148 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
f4177413 8149 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
29327bb4 8150 * Makefile.in: Regenerated.
8151
ffa8502d 81522005-07-26 Mark Mitchell <mark@codesourcery.com>
8153
8154 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8155 (CFLAGS_FOR_TARGET): Use it.
8156 (CXXFLAGS_FOR_TARGET): Likewise.
8157 * Makefile.in: Regenerated.
8158 * configure.in (--with-build-sysroot): New option.
8159 * configure: Regenerated.
8160
ee8b5c34 81612005-07-24 Paolo Bonzini <bonzini@gnu.org>
8162
8163 * Makefile.tpl: Wrap install between unstage and stage
8164 * Makefile.in: Regenerate.
8165
1558ffaf 81662005-07-21 Eric Christopher <echristo@apple.com>
8167
8168 * MAINTAINERS: Update affiliation.
8169
0d56c486 81702005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
8171
8172 * MAINTAINERS: Add self as crx port maintainer.
8173
4569287f 81742005-07-20 DJ Delorie <dj@redhat.com>
8175
8176 * MAINTAINERS: Add self as m32c maintainer.
8177
06b8a6e6 81782005-07-16 Kelley Cook <kcook@gcc.gnu.org>
8179
8180 * all files: Update FSF address.
8181
3031a1be 81822005-07-15 Eric Christopher <echristo@redhat.com>
8183
8184 * MAINTAINERS: Change affiliation.
8185
040541fe 81862005-07-14 Jim Blandy <jimb@redhat.com>
8187
8188 * configure.in: Add cases for Renesas m32c.
8189 * configure: Regenerated.
f4177413 8190
a03a59f4 81912005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8192
47440b6d 8193 * COPYING.LIB: Update from fsf.org.
8194
81952005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8196
8197 * COPYING, compile, config.guess,
a03a59f4 8198 config.sub, install-sh, missing, mkinstalldirs,
8199 symlink-tree, ylwrap: Sync from upstream sources.
47440b6d 8200 * config-ml.in: Update FSF address.
a03a59f4 8201
9f88bc9d 82022005-07-13 Eric Christopher <echristo@redhat.com>
8203
8204 * configure.in: Add toplevel noconfigdir support for tpf.
8205 * configure: Regenerate.
8206
f6463472 82072005-07-11 Paolo Bonzini <bonzini@gnu.org>
8208
8209 PR ada/22340
8210
8211 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8212 * Makefile.in: Regenerate.
8213
eb39e466 82142005-07-07 Mark Mitchell <mark@codesourcery.com>
8215
8216 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
f4177413 8217 Brolley to write-after-approval.
eb39e466 8218
3c7c61db 82192005-07-07 Andreas Schwab <schwab@suse.de>
8220
8221 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8222 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8223 * Makefile.in: Regenerated.
8224
d28caca4 82252005-07-06 Geoffrey Keating <geoffk@apple.com>
8226
8227 * configure.in: Don't build sim or rda when targetting darwin.
8228 * configure: Regenerate.
8229
07da5214 82302005-07-06 Kazu Hirata <kazu@codesourcery.com>
8231
8232 * configure.in: Add --enable-libssp and --disable-libssp.
8233 * configure: Regenerate with autoconf-2.13.
8234
0d55f4d0 82352005-07-02 Jakub Jelinek <jakub@redhat.com>
8236
8237 * Makefile.def (target_modules): Add libssp.
8238 * configure.in (target_libraries): Add target-libssp.
8239 * configure: Rebuilt.
8240 * Makefile.in: Rebuilt.
8241
c6d8e763 82422005-07-01 Zack Weinberg <zackw@panix.com>
8243
8244 * MAINTAINERS: Change email address. Resign from maintainership.
8245
e64566bc 82462005-07-01 Richard Guenther <rguenther@suse.de>
8247
8248 * MAINTAINERS: Change my e-mail address and affiliation.
8249
919a60fa 82502005-06-22 Paolo Bonzini <bonzini@gnu.org>
8251
8252 * Makefile.def (stagefeedback): Come after profile.
8253 Define profiledbootstrap target.
8254 * Makefile.tpl (profiledbootstrap): Remove.
8255 (stageprofile-end): Zap stagefeedback.
8256 (stagefeedback-start): Copy all .gcda files, not only GCC's.
8257 * Makefile.in: Regenerate.
8258
1dcfcddb 82592005-06-13 Richard Sandiford <richard@codesourcery.com>
8260
8261 * MAINTAINERS: Update my email address.
8262
cbaa9876 82632005-06-13 Zack Weinberg <zack@codesourcery.com>
8264
8265 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
8266 In 'cpp' stanza, support '#line' as well as '# '.
8267
90314144 82682005-06-08 Andreas Schwab <schwab@suse.de>
8269
8270 * MAINTAINERS: Move myself from 'Write After Approval' to
8271 'CPU Port Maintainers' section as m68k maintainer.
8272
ff7dcf6a 82732005-06-07 Hans-Peter Nilsson <hp@axis.com>
8274
8275 * configure.in (unsupported_languages): New macro.
8276 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
8277 non-ported target libraries in noconfigdirs.
8278 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8279 non-linux-gnu. Remove libgcj_ex_libffi.
248deaff 8280 <lang_frag loop>: Set add_this_lang=no if the language is in
ff7dcf6a 8281 unsupported_languages.
8282 * configure: Regenerate.
8283
058a5366 82842005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
8285
8286 * configure.in: Fix typo in handling of --with-mpfr-dir.
8287 * configure: Regenerate.
8288
a0133d5a 82892005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
8290
8291 * MAINTAINERS: Update my email address.
8292
ba84b398 82932005-06-02 Jim Blandy <jimb@redhat.com>
8294
8295 * config.sub: Add cases for the Renesas m32c. (This patch has been
8296 accepted into the master sources.)
8297
f6fa11cb 82982005-06-02 Aldy Hernandez <aldyh@redhat.com>
cbaa9876 8299 Michael Snyder <msnyder@redhat.com>
8300 Stan Cox <scox@redhat.com>
f6fa11cb 8301
cbaa9876 8302 * configure.in: Set noconfigdirs for ms1.
f6fa11cb 8303
cbaa9876 8304 * configure: Regenerate.
f6fa11cb 8305
5538a252 83062005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
8307
8308 * MAINTAINERS (Write After Approval): Add self.
8309
eb475541 83102005-06-01 Josh Conner <jconner@apple.com>
8311
8312 * MAINTAINERS (Write After Approval): Add self.
8313
f61df03e 83142005-06-01 Kazu Hirata <kazu@codesourcery.com>
8315
8316 * MAINTAINERS: Update my email address.
8317
8c31789b 83182005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
8319
8320 * MAINTAINERS (Write After Approval): Add self.
8321
80f2a08d 83222005-05-26 Chris Demetriou <cgd@broadcom.com>
8323
8324 * MAINTAINERS (Write After Approval): Remove self.
8325
97d52533 83262005-05-25 Paolo Bonzini <bonzini@gnu.org>
8327
8328 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8329 (Dependencies): Consider target modules for bootstrap dependencies.
8330 Make target bootstrap modules depend on each stage's gcc.
8331 * Makefile.in: Regenerate.
8332
aa73b18f 83332005-05-20 Paolo Bonzini <bonzini@gnu.org>
8334
8335 * Makefile.def (configure-gcc): Depend on binutils having been built.
8336 (all-gcc): No need to do it here.
8337 * Makefile.in: Regenerate.
8338
e8bfe1fa 83392005-05-19 Paul Brook <paul@codesourcery.com>
8340
cbaa9876 8341 * configure.in: Rewrite misleading error message when requested
e8bfe1fa 8342 language cannot be built.
8343 * configure: Regenerate.
8344
4267b9ea 83452005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
8346
8347 * ylwrap: Import from Automake 1.9.5.
8348
9d7b8b84 83492005-05-13 David Ung <davidu@mips.com>
8350
8351 * MAINTAINERS (Write After Approval): Add self.
8352
5cd1aacd 83532005-05-09 Mike Stump <mrs@apple.com>
8354
8355 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8356 lt_cv_sys_max_cmd_len for now.
cbaa9876 8357
0e47e899 83582005-05-09 Stan Cox <scox@redhat.com>
8359
8360 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8361
f9697cdb 83622005-05-08 Matt Kraai <kraai@ftbfs.org>
8363
8364 * README.SCO: Update the URL.
8365
3fec05ca 83662005-05-05 David Edelsohn <edelsohn@gnu.org>
8367
8368 * ltconfig: Define file_list_spec. Pass file_list_spec and
8369 with_gnu_ld to libtool.
8370 * ltcf-c.sh (aix[45]): Define file_list_spec.
8371 * ltcf-cxx.sh (aix[45]): Same.
8372 * ltcf-gcj.sh (aix[45]): Same.
8373 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8374 exists, write list of input files to temporary file.
8375
a8abbd9d 83762005-05-04 Mike Stump <mrs@apple.com>
8377
8378 * configure.in: Always pass --target to target configures as
8379 otherwise rebuilds that do --recheck will fail.
8380 * confiugure: Rebuilt.
8381
12fb418d 83822005-05-04 Paolo Bonzini <bonzini@gnu.org>
8383
8384 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8385 STAGE_HOST_EXPORTS.
8386 (configure, all): Add bootstrap support.
8387 (Host modules, target modules): Pass post-stage1 flags and exports.
8388 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8389 * Makefile.in: Regenerate.
8390
c828481a 83912005-04-29 Paolo Bonzini <bonzini@gnu.org>
8392
8393 * configure: Regenerate.
8394
352141ae 83952005-04-27 Mike Stump <mrs@apple.com>
8396
8397 * MAINTAINERS: Add self as darwin maintainer.
8398
5629b19d 83992005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
8400
8401 * config.sub: Update from master copy.
8402
3cf20c3b 84032005-04-21 Mike Stump <mrs@apple.com>
8404
8405 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8406 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8407
c0188550 84082005-04-19 Hans-Peter Nilsson <hp@axis.com>
8409
8410 * configure.in <crisv32-*-*, cris-*-*>: New local variable
8411 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
8412 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
8413 "*-*-elf" and "*-*-linux*".
8414 * configure: Regenerate.
8415
603e1354 84162005-04-14 Joseph S. Myers <joseph@codesourcery.com>
8417
8418 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8419
6db39137 84202005-04-12 Mike Stump <mrs@apple.com>
8421
8422 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8423
1df56788 84242005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
8425
8426 * MAINTAINERS (Write After Approval): Add myself.
8427
80ccce4c 84282005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
8429
8430 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8431
c15fb64c 84322005-04-06 Paolo Bonzini <bonzini@gnu.org>
8433
cbaa9876 8434 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
c15fb64c 8435 (TARGET_CONFIGARGS): Include --with-target-subdir.
8436 (configure, all): New macros. Use them throughout.
8437 * Makefile.in: Regenerate.
8438
e6eb2b02 84392005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
8440
8441 * MAINTAINERS (Write After Approval): Add myself.
cbaa9876 8442
d18f347b 84432005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8444
8445 * MAINTAINERS: Remove 'loop unrolling' maintainer.
8446
8494de10 84472005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
8448
8449 * MAINTAINERS: Move John Carr to Write After Approval.
8450
dcde3c07 84512005-03-30 J"orn Rennecke <joern.rennecke@st.com>
0a887243 8452
8453 * config/mh-mingw32: Delete.
8454 * configure.in: Don't use it.
8455 * configure: Regenerate.
8456
60b2817d 84572005-03-31 Paolo Bonzini <bonzini@gnu.org>
8458
8459 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8460 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dcde3c07 8461 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
60b2817d 8462 (HOST_LIB_PATH): Generate from Makefile.def.
8463 (TARGET_LIB_PATH): Likewise.
8464 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8465 * Makefile.in: Regenerate.
8466 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8467 (RPATH_ENVVAR): Include Darwin case.
8468 * configure: Regenerate.
8469
9cc9199f 84702005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
8471
8472 * MAINTAINERS (Various Maintainers): Remove self.
8473 (Write After Approval): Add self.
8474
beefdb0f 84752005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
8476
8477 * MAINTAINERS (Various Maintainers): Add self.
8478
697e01c8 84792005-03-25 Paolo Bonzini <bonzini@gnu.org>
8480
8481 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8482 * configure: Regenerate.
8483
9624cab1 84842005-03-21 Zack Weinberg <zack@codesourcery.com>
8485
8486 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8487 gcc_version, and gcc_version_trigger from set of flags to pass.
8488 * Makefile.tpl: Remove definitions of above variables.
8489 (config.status): Remove dependency on $(gcc_version_trigger).
8490 * Makefile.in: Regenerate.
8491 * configure.in: Do not reference config/gcc-version.m4 nor
8492 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
8493 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
8494 * configure: Regenerate.
8495
5745a02a 84962005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dcde3c07 8497 Andrew Pinski <pinskia@physics.uc.edu>
5745a02a 8498
8499 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8500 * Makefile.in: Regenerate.
8501
df4e5443 85022005-03-13 Feng Wang <fengwang@nudt.edu.cn>
8503
8504 * MAINTAINERS (Write After Approval): Add myself.
8505
379a1f2c 85062005-03-03 David Ayers <d.ayers@inode.at>
8507
8508 * MAINTAINERS (Write After Approval): Add myself.
8509
b3fc57d4 85102005-03-01 Alexandre Oliva <aoliva@redhat.com>
8511
8512 PR libgcj/20160
8513 * ltmain.sh: Avoid creating archives with components that have
8514 duplicate basenames.
8515
39c05b8e 85162005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
8517
8518 PR bootstrap/20250
8519 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8520 instead of check.
8521 * Makefile.in: Regenerate.
8522
d874b723 85232005-02-28 Paolo Bonzini <bonzini@gnu.org>
8524
8525 * Makefile.in: Regenerate to fix conflict between the previous two
8526 patches.
8527
c1eb9e31 85282005-02-28 Paolo Bonzini <bonzini@gnu.org>
8529
8530 PR bootstrap/17383
8531 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8532 * Makefile.tpl (HOST_SUBDIR): New substitution.
8533 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8534 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8535 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8536 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8537 (Host modules, Bootstrapped modules): Use it.
8538 (Build modules, Target modules): Do not create symlink trees,
8539 always configure out-of-srcdir.
8540 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8541 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8542 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8543 $(HOST_SUBDIR). Create a symlink for host_subdir.
8544
8545 * Makefile.in: Regenerate.
8546 * configure: Regenerate.
8547
a136b23d 85482005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8549
8550 Merged from libada-gnattools-branch:
8551 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
8552
8553 * gnattools: New directory.
8554 * Makefile.def: Add gnattools as a module, depending on target-libada.
8555 * Makefile.in: Regenerate.
8556 * configure.in: Include gnattools in host_tools; disable it if ada
8557 is disabled.
8558 * configure: Regenerate.
8559
46042488 85602005-02-24 James A. Morrison <phython@gcc.gnu.org>
8561
8562 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8563 treelang maintainer.
8564 (Write After Approval): Remove myself.
8565
123fdbbd 85662005-02-23 Paul Schlie <schlie@comcast.net>
8567
8568 * configure.in: Allow darwin targeted ports to build tk, itcl and
8569 libgui.
8570 * configure: Regenerate.
8571
17336619 85722005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8573
8574 PR libgcj/10353
8575 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8576 * configure: Regenerate.
8577
6e4db1f1 85782005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8579
8580 * MAINTAINERS (Write After Approval): Add myself.
8581
203ad69a 85822005-02-10 Ian Lance Taylor <ian@airs.com>
8583
8584 * MAINTAINERS: Update my e-mail address.
8585
afa8b68c 85862005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8587
8588 * MAINTAINERS (Write After Approval): Add myself.
8589
06b2086e 85902005-01-29 Hans-Peter Nilsson <hp@axis.com>
8591
8592 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8593 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8594 target-libgloss when not *-*-elf and *-*-aout.
8595 * configure: Regenerate.
8596
2890721b 85972005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8598
8599 * MAINTAINERS: Remove obsolete entries.
8600
b9db2b8c 8601 * MAINTAINERS (Write After Approval): Add Michael Matz.
8602
9da9577b 86032005-01-19 Neil Booth <neil@daikokuya.co.uk>
8604
8605 * MAINTAINERS: Remove self as cpplib maintainer.
8606
c626e85f 86072005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8608
8609 * install-sh, config.sub: Import from upstream.
8610
cac4ee55 86112005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8612
8613 PR bootstrap/18222
8614 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8615 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8616 * Makefile.in: Regenerate.
8617
e03fcf5f 86182005-01-16 Jason Thorpe <thorpej@netbsd.org>
8619
8620 * MAINTAINERS: Update my email address.
8621
abb13670 86222005-01-12 David Edelsohn <edelsohn@gnu.org>
955a00ce 8623 Andreas Schwab <schwab@suse.de>
abb13670 8624
8625 PR bootstrap/18033
8626 * config-ml.in: Eval option if surrounded by single quotes.
8627
e4a78ee4 86282005-01-03 Paolo Bonzini <bonzini@gnu.org>
8629
8630 Revert 2004-12-28 Makefile changes, a better fix will be
8631 applied to mainline and src after GCC 4.0 branches.
8632
1fe42238 86332004-12-28 Paolo Bonzini <bonzini@gnu.org>
8634
8635 PR bootstrap/17383
8636
8637 * Makefile.def (target_modules): Remove stage parameter,
8638 it is always true now.
8639 * Makefile.tpl (configure-build-[+module+],
8640 configure-target-[+module+]): Always build symlink tree
8641 for the directory and for include. BUILD_SUBDIR and
8642 TARGET_SUBDIR cannot be . anymore.
8643 * Makefile.in: Regenerate.
8644
fcaf3188 86452004-12-25 David Edelsohn <edelsohn@gnu.org>
8646
8647 Revert 2004-12-08 Makefile changes.
8648
835db815 86492004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8650
8651 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8652 cygwin, mingw.
8653
33974778 86542004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8655
8656 * configure.in (sh64-*-*): Reenable gprof.
8657 * configure: Regenerate.
8658
4b8fa64c 86592004-12-08 David Edelsohn <edelsohn@gnu.org>
8660
8661 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8662 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8663 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8664 * Makefile.in: Regenerate.
8665
ef31114f 86662004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8667
8668 * MAINTAINERS: Update my email address.
8669
7799fdb2 86702004-12-07 Matt Kraai <kraai@ftbfs.org>
8671
8672 * Makefile.tpl: Generate normal dependencies if the LHS module is
8673 not bootstrapped.
8674 * Makefile.in: Regenerate.
8675
c88bf782 86762004-12-03 Richard Sandiford <rsandifo@redhat.com>
8677
8678 * configure.in: Include config/gxx-include-dir.m4. Use
8679 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8680 * configure: Regenerate.
8681
f8592d5a 86822004-12-03 Richard Sandiford <rsandifo@redhat.com>
8683
8684 * config.if: Delete.
8685 * configure.in: Set libstdcxx_incdir directly.
8686 * configure: Regenerate.
8687
39b9d49f 86882004-12-02 Eric Christopher <echristo@redhat.com>
8689
8690 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8691 * Makefile.in: Regenerate.
8692
c3e7e62b 86932004-12-02 Richard Sandiford <rsandifo@redhat.com>
8694
8695 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8696 * configure: Regenerate.
8697
14ac9144 86982004-12-02 Richard Sandiford <rsandifo@redhat.com>
8699
8700 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8701 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8702 * configure: Regenerate.
8703
b68b9d92 87042004-12-01 Eric Christopher <echristo@redhat.com>
8705
8706 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8707 of things to remove.
8708
68b7b0fe 87092004-11-29 Matt Kraai <kraai@ftbfs.org>
8710
8711 * MAINTAINERS (Write After Approval): Update my e-mail address.
8712
d081dd29 87132004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8714
8715 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8716 from CVS libtool to always pass_all.
8717
08261f02 87182004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8719
8720 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8721 (hppa*64*-*-*): Delete incorrect comment.
8722 * configure: Rebuilt.
8723
a234d196 87242004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8725
8726 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8727
7f93fe7a 87282004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8729
8730 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8731 from CVS libtool to always pass_all.
8732
037ff4cc 87332004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8734
8735 * install-sh, compile: Import from automake.
8736
e294bcff 87372004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8738
8739 * config.guess, config.sub: Import from savannnah.
8740
aad2f5f9 87412004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
48e5c22d 8742
8743 * MAINTAINERS (Write After Approval): Add myself
8744
956942fa 87452004-11-12 Mike Stump <mrs@apple.com>
8746
8747 * Makefile.def: Add html support.
8748 * Makefile.tpl: Likewise.
8749 * Makefile.in: Regenerate.
8750
ec2a8310 87512004-11-11 Geoffrey Keating <geoffk@apple.com>
8752
8a54e13f 8753 PR 18423
8754 * configure.in: Remove all instances of build-fixincludes from
8755 noconfigdirs.
8756 (build_configargs): Supply --target to subdirectories.
8757 * configure: Regenerate.
8758
ec2a8310 8759 * Makefile.def: Make gcc install depend on fixincludes install.
8760 * Makefile.in: Regenerate.
8761
696f98d4 87622004-11-10 Janis Johnson <janis187@us.ibm.com>
8763
8764 * MAINTAINERS: Add myself as gcc testsuite maintainer.
8765
3eb34262 87662004-11-11 Paul Brook <paul@codesourcery.com>
8767
8768 * MAINTAINERS: Add self as arm maintainer. Update email address.
8769
dd63ad62 87702004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
8771
8772 * configure.in (noconfigdirs) [mmix-*-*]: Disable
8773 target-libgfortran.
17a0d7e8 8774 * configure: Regenerate.
dd63ad62 8775
d8483d79 87762004-11-07 David Edelsohn <edelsohn@gnu.org>
8777
8778 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8779 like CC.
8780
bdcc5e0f 87812004-11-05 Paolo Bonzini <bonzini@gnu.org>
8782
8783 * Makefile.def (host fixincludes): Specify missing targets.
8784 * Makefile.in: Regenerate.
8785
9310c946 87862004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
8787
8788 * MAINTAINERS: Add myself
8789
1dfe67f7 87902004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
8791
8792 * MAINTAINERS (Write After Approval): Add myself.
8793
50e7e370 87942004-11-04 Geoffrey Keating <geoffk@apple.com>
8795
8796 * Makefile.def: Build fixincludes for the host, too.
8797 * Makefile.in: Regenerate.
8798 * configure.in (host_tools): Add fixincludes.
8799 * configure: Regenerate.
8800
b6824c17 88012004-11-04 Daniel Jacobowitz <dan@debian.org>
8802
8803 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8804 * configure: Regenerated.
8805
44f0e47c 88062004-11-04 H.J. Lu <hongjiu.lu@intel.com>
8807
8808 PR other/17783
8809 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8810 * configure: Regenerated.
8811
03dbc854 88122004-10-31 Mark Mitchell <mark@codesourcery.com>
8813
8814 * README.SCO: Update per FSF instructions.
8815
d2be3229 88162004-10-28 Eric B. Weddington <ericw@evcohs.com>
8817
8818 PR target/18151
8819 * configure.in (case ${target}): Do not build fixincludes for avr.
8820 * configure: Regenerated.
8821
6675f2d9 88222004-10-26 Paolo Bonzini <bonzini@gnu.org>
8823
8824 * configure.in (case ${target}): Do not build fixincludes
8825 on platforms where it is not used.
8826 * configure: Regenerated.
8827
3a8631fa 88282004-10-23 Daniel Jacobowitz <dan@debian.org>
8829
8830 * configure.in: Use an absolute path to install-sh.
8831 * configure: Regenerated.
8832
50c69ebc 88332004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8834
8835 * MAINTAINERS (Write After Approval): Add myself.
8836
2c95e9b1 88372004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8838
8839 * MAINTAINERS: Remove from Write After Approval those that are
8840 already maintainers.
8841
3d22b915 88422004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8843
8844 * MAINTAINERS: Update my email address.
8845
3fba36a4 88462004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8847
8848 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8849 * configure: Regenerate.
8850
dcde3c07 88512004-10-07 J"orn Rennecke <joern.rennecke@st.com>
25cebb64 8852
8853 * MAINTAINERS: Update my email address.
8854
668dc571 88552004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8856
8857 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8858 entries belonging to this category.
8859
2c50ca04 88602004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8861
8862 * MAINTAINERS: Update my e-mail address.
8863
68b4a982 88642004-10-06 Paolo Bonzini <bonzini@gnu.org>
8865
8866 Fix wrong conflict resolution in:
8867
8868 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8869
8870 * Makefile.in: Regenerate.
8871 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8872 in the recursive `make', instead of hardwiring `all'.
8873 (Autogenerated TARGET-* variables): New.
8874
5326cc72 88752004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8876
8877 * configure.in: Enable target-libgloss for crx-*-*.
9624cab1 8878 * configure: Regenerate.
5326cc72 8879
6e4191af 88802004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8881
8882 * MAINTAINERS (Various Maintainers): Move the "windows,
8883 cygwin, mingw" maintainer to ...
8884 (OS Port Maintainers): ... here.
8885
39826843 88862004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8887
8888 * MAINTAINERS (Write After Approval): Remove those that are
8889 maintainers of some subsystem.
8890
e644ba93 88912004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8892
8893 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8894 * ltcf-cxx.sh (tpf*): Likewise.
8895 * ltconfig (tpf*): Add TPF OS configuration support.
8896
ddc76fa7 88972004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8898
8899 * MAINTAINERS: Change my email address to my new work account.
8900
3bdd04cc 89012004-09-24 Michael Roth <mroth@nessie.de>
8902
8903 * configure.in (--without-headers): Add missing double quotes.
8904 * configure: Regenerate.
8905
dcde3c07 89062004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1b60dd08 8907
8908 * ylwrap: Revert to previous version.
8909
d389b7e3 89102004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8911
8912 PR bootstrap/17369
8913 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8914 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8915 SET_GCC_LIB_PATH_CMD.
8916 (BASE_TARGET_EXPORTS): Likewise.
8917 * Makefile.in: Regenerated.
8918
8919 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8920 * configure: Regenerated.
8921
2109ded2 89222004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8923
8924 * config.guess: New upstream version
8925 * compile, depcomp, install-sh, ylwrap: Likewise.
8926
da9e6519 89272004-09-19 Roger Sayle <roger@eyesopen.com>
8928
8929 * config/mh-x86omitfp: New host makefile fragment. Add
8930 -fomit-frame-pointer to the default BOOT_CFLAGS.
8931 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8932 * configure: Regenerate.
8933
e84ab337 89342004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8935
8936 PR target/11572
8937 * configure.in (*-*-darwin*): Renable libobjc.
8938 * configure: Regenerate.
8939
c875bbba 89402004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8941
8942 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8943
39a1c4e9 89442004-09-09 Daniel Berlin <dberlin@dberlin.org>
b68b9d92 8945
39a1c4e9 8946 * Makefile.def: Remove libbanshee.
8947 * Makefile.tpl: Ditto.
8948 * configure.in: Ditto.
8949 * Makefile.in: Regen.
8950 * configure: Ditto.
8951
c600ebdb 89522004-09-08 David Edelsohn <edelsohn@gnu.org>
8953
8954 * ltmain.sh: Use $pic_object as $non_pic_object if
8955 $non_pic_object=none.
8956
e1aef632 89572004-09-07 Paolo Bonzini <bonzini@gnu.org>
8958
8959 * missing: Import latest version from master repository.
8960
ccf99faa 89612004-09-06 Nick Clifton <nickc@redhat.com>
8962
8963 * config.sub: Import latest version from master repository.
8964 * config.guess: Likewise.
8965 This includes these changes:
b68b9d92 8966
ccf99faa 8967 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8968
8969 * config.sub: Handle crisv32, alias etraxfs.
8970 * config.guess (crisv32:Linux:*:*): Handle.
8971
8972 2004-08-13 Brad Smith <brad@comstyle.com>
8973
8974 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8975 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8976
8977 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8978
8979 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8980 assume the processor is a powerpc. This is because coreutils
8981 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8982 in this case, due to a MacOS X bug that causes
8983 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8984 to return a negative number.
8985 Problem reported by Petter Reinholdtsen in:
8986 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8987
8988 2004-07-19 Ben Elliston <bje@gnu.org>
8989
8990 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8991
8992 2004-06-24 Ben Elliston <bje@gnu.org>
8993
8994 * config.guess: Update copyright years.
8995 * config.sub: Likewise.
8996
8997 2004-06-22 Robert Millan <robertmh@gnu.org>
8998
8999 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9000 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9001
9002 2004-06-22 Stanley F. Quayle <stan@stanq.com>
9003
9004 * config.guess (*:*VMS:*:*): New entry. Replaces
9005 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9006 manufacturer.
9007
9008 2004-06-22 Ben Elliston <bje@gnu.org>
9009
9010 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9011 * config.sub: Likewise.
9012
9013 2004-06-22 Ben Elliston <bje@gnu.org>
9014
9015 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9016 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9017
9018 2004-06-11 Ben Elliston <bje@gnu.org>
9019
9020 * config.guess (pegasos:OpenBSD:*:*): Remove.
9021
9022 2004-06-11 Ben Elliston <bje@gnu.org>
9023
9024 From Wouter Verhelst <wouter@grep.be>:
9025 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9026
9027 2004-06-11 Ben Elliston <bje@gnu.org>
9028
9029 * config.guess (luna88k:OpenBSD:*:*): New.
9030
9031 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
9032
9033 * config.guess (m32r*:Linux:*:*): New case.
9034 * config.sub: Handle m32rle.
9035
9036 2004-03-12 Ben Elliston <bje@wasabisystems.com>
9037
9038 From Jens Petersen <petersen@redhat.com>:
9039 * config.sub: Handle sparcv8.
9040
9041 2004-03-03 Ben Elliston <bje@wasabisystems.com>
9042
9043 From Tom Smith <smith@cag.lkg.hp.com>:
9044 * config.guess: Version suffixes are equally significant on Tru64
9045 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
9046 prefix of "P" (patched kernel).
9047
9048 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
9049
9050 * config.sub: Add support for National Semiconductor CRX target.
9051
cde9549e 90522004-09-03 Janis Johnson <janis187@us.ibm.com>
9053
9054 * MAINTAINERS (Various Maintainers): Remove myself as web page
9055 maintainer, add myself as maintainer of build status lists.
9056
634f7a13 90572004-09-03 Jan Beulich <jbeulich@novell.com>
9058
9059 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9060 *-*-netware, but add target-libmudflap.
9061 Consolidate *-*-netware targets (of which really only i?86 exists)
9062 into a single entry.
9063 * configure: Likewise.
9064
2b64d19b 90652004-09-01 Paolo Bonzini <bonzini@gnu.org>
9066
9067 * Makefile.tpl (sorry): Remove.
9068 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9069 (cleanstrap targets): Depend on distclean, not distclean-stage1.
9070 (do-clean): Clean per-stage directories too.
9071 (do-distclean): Run distclean-stage1 too.
9072 (.NOTPARALLEL): Enable during toplevel bootstrap.
9073 (stage[+id+]-bubble): Enable parallel execution during
9074 the recursive invocation.
9075 * Makefile.in: Regenerate.
9076
9077 Fix previous checkin:
9078
9079 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9080 include.
9081 * configure.in: Fix indentation.
9082 * configure: Regenerate.
9083
dcde3c07 90842004-08-31 Robert Bowdidge <bowdidge@apple.com>
0222d984 9085
2b64d19b 9086 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9087 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9088 * configure: regenerate
b68b9d92 9089 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9624cab1 9090 -mdynamic-no-pic
0222d984 9091
2b59cb05 90922004-08-31 Paolo Bonzini <bonzini@gnu.org>
9093
9094 * Makefile.def (build_modules): Add fixincludes.
9095 (dependencies): Make gcc depend on fixincludes.
9096 * configure.in (build_tools): Add fixincludes.
9097 (build_configdirs): Always include build_libs.
9098 * Makefile.in: Regenerate.
9099 * configure: Regenerate.
9100
91012004-08-30 Paolo Bonzini <bonzini@gnu.org>
3c782584 9102
9103 * Makefile.def (bootstrap stages): Add 'lean' parameter.
9104 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9105 phony targets; do not generate timestamp files.
9106 (distclean-stageN): Remove references to their timestamp files.
9107 (restageN, touch-stageN): Remove.
9108 (stageN-bubble): Rewritten.
9109 (compare): Support lean bootstraps.
9110 * Makefile.in: Regenerate.
9111
9112 * configure.in: Only warn when bootstrapping but
9113 build != host or build != target. Support lean bootstraps.
9114 * configure: Regenerate.
9115
4a921c63 91162004-08-26 Phil Edwards <phil@codesourcery.com>
9117
9118 * configure.in: Give a better error message if GMP/MPFR are missing
9119 and a language needing them has been requested.
9120 * configure: Regenerated.
9121
6cee4b4a 91222004-08-25 Phil Edwards <phil@codesourcery.com>
9123
9124 * configure.in: Print a list of available language front-ends if
9125 a requested one is missing. Tidy stray tab characters.
9126 * configure: Regenerated.
9127
e6312df0 91282004-08-19 Michael Koch <konqueror@gmx.de>
9129
9130 * gcc/doc/install.texi: Update entry about automake for libjava.
9131
c01dd063 91322004-08-17 Robert Millan <robertmh@gnu.org>
9133
9134 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9135 (instead of FreeBSD).
9136 * configure: Regenerate.
9137
a1ad7483 91382004-08-16 Paolo Bonzini <bonzini@gnu.org>
9139
9140 * Makefile.in: Regenerate.
9141 * configure: Regenerate.
9142
9143 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9144 stage_*_flags.
9145 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9146 for bootstrapped modules if toplevel bootstrap is going.
9147 (GCC bootstrap): Generate per-stage targets for all bootstrapped
9148 modules. Adjust for changes in Makefile.def. Enable several
9149 rules even in non-bootstrap mode, just to avoid peppering the
9150 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9151 (stage-[+prev+]-bubble): Remove.
9152
9153 * Makefile.def (Dependencies): Depend on all-build-bison,
9154 all-build-flex, all-build-byacc, all-build-texinfo, rather
9155 than the host variations.
9156 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
9157 with BUILD_SUBDIR.
9158 (BISON): Update for recent Bisons.
9159 (YACC): Fix typo.
9160 (cross): Depend on all-build.
9161 (all): Do not depend on all-build.
9162 (prebootstrap): Remove.
9163 (dep-kind): Accept separate prefixes for MODULE and ON variables.
9164 (Prebootstrap dependencies): Add them to the per-stage targets
9165 and to all-prebootstrap.
9166 * configure.in (build_configdirs): Always enable build_tools.
9167 (BUILD_DIR_PREFIX): Remove.
9168
9169 * Makefile.def (gcc): Add target variable.
9170 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9171 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9172 in the recursive `make', instead of hardwiring `all'.
9173 (Autogenerated TARGET-* variables): New.
9174
e0d2a616 91752004-08-13 Brian Booth <bbooth@redhat.com>
9176
9177 * MAINTAINERS: Remove myself from write-after-approval.
9178
77f9b2dc 91792004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
9180
9181 * src-release: Stop distributing mmalloc with gdb (which doesn't
9182 use it).
9183 * Makefile.def: GDB doesn't depend on mmalloc anymore.
9184 * Makefile.in: Regenerate.
9185
30e9913f 91862004-08-09 Mark Mitchell <mark@codesourcery.com>
9187
9188 * configure.in (arm*-*-eabi*): New target.
9189 * configure: Regenerate.
9190
ea8d3d75 91912004-08-06 Paolo Bonzini <bonzini@gnu.org>
9192
9193 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9194 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9195 (Dependencies): New section.
9196 * Makefile.tpl (Dependencies): Generate from Makefile.def.
9197 (configure-target-[+module+]): Depend on maybe-all-gcc
9198 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
9199 (toplevel profiledbootstrap): Fix dependencies.
9200 * Makefile.in: Regenerate.
9201
8647a116 92022004-08-03 Mark Mitchell <mark@codesourcery.com>
9203
9204 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9205 target-libiberty to noconfigdirs.
9206 * configure: Regenerate.
9207
5ca838b8 92082004-08-03 Paul Brook <paul@codesourcery.com>
9209
9210 * configure.in: Check for MPFR as well as GMP.
9211 * configure: Regenerate.
9212
cb8a7007 92132004-08-01 Robert Millan <robertmh@gnu.org>
9214
9215 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9216 libmudflap for all GNU-based systems (with Glibc).
9217 * configure: Regenerate.
9218
dcde3c07 92192004-08-03 Paolo Bonzini <bonzini@gnu.org>
6caa530d 9220
9221 * Makefile.def (host-modules): Add gcc.
9222 * Makefile.in: Regenerate.
9223 * Makefile.tpl (sorry): New rule.
9224 (configure-host, all-host, [+make_target+]-host, do-check,
9225 install-host): Do not add gcc as a special case.
9226 (host modules): Add a small special-casing for gcc. Export
9227 extra_make_flags through the environment.
9228 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9229 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9230 other recursive targets for gcc): Remove.
9231
9232 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9233 (stage, unstage): New rules.
9234 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9235 distclean-stage[+id+]): Use stage_current.
9236 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9237 the stage*-start rules.
9238
3ff2e849 92392004-08-02 Geoffrey Keating <geoffk@apple.com>
9240
9241 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9242 use -all_load flag.
9243
75b6260c 92442004-08-02 Paolo Bonzini <bonzini@gnu.org>
9245
9246 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9247 * configure: Regenerate.
9248
3ecc19f1 92492004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
9250
9251 * maintainer-scripts/gcc_release: Revert yesterday's change.
9252
0396e2a1 92532004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
9254
9255 * MAINTAINERS: Add myself to write-after-approval.
9256
b1fd5525 92572004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
9258
9259 * libf2c: Removed.
9260 * gcc/gccbug.in: Updated because of libf2c removal.
9261 * maintainer-scripts/gcc_release: Ditto.
9262
dcde3c07 92632004-07-09 Loren J. Rittle <ljrittle@acm.org>
122ae8c7 9264
9265 * configure.in: Build libmudflap by default on FreeBSD.
9266 * configure: Regenerated.
9267
344b2784 92682004-07-09 Mark Mitchell <mark@codesourcery.com>
9269
9270 * configure.in: Do not build libmudflap by default on non-GNU/Linux
9271 systems.
9272 * configure: Regenerated.
9273
dcde3c07 92742004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
d45eaefd 9275
9276 PR target/16344
9277 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9278 feedback based compiler.
9279 * Makefile.in: Rebuilt.
9280
13e3668a 92812004-07-08 Alexandre Oliva <aoliva@redhat.com>
9282
9283 * Makefile.def (host_modules): Set bootstrap=true for flex.
9284 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9285 * Makefile.in: Rebuilt.
9286
9763d43d 92872004-07-07 Jan Hubicka <jh@suse.cz>
9288
9289 * MAINTAINERS: Add self as a profile feedback maintainer.
9290
03c65091 92912004-07-05 Phil Edwards <phil@codesourcery.com>
9292
9293 * configure.in: Do not prepend $srcdir to /dev/null in
9294 makefile fragments.
9295 * configure: Regenerate.
9296
2f8725b0 92972004-07-01 Paolo Bonzini <bonzini@gnu.org>
9298
9299 * Makefile.def (build_modules): Add bison, byacc, flex,
9300 m4, texinfo.
9301 (flags_to_pass): Add FLEX.
9302 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9303 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9304 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9305 DEFAULT_MAKEINFO): Remove.
9306 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9307 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9308 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9309 objdir or else use configured tool.
9310 (all-build): New.
9311 (all): Depend on it.
9312 (Build module dependencies): Add.
9313 * Makefile.in: Regenerate.
9314 * configure.in: Better support for multiple build modules,
9315 matching what is done for host/target modules. Do not look
9316 for "plausible" locations of build tools if Canadian cross.
9317 Use autoconf's AC_PROG_CC to find a C compiler. Define
9318 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
9319 * configure: Regenerate.
b68b9d92 9320
1e6242a4 93212004-06-22 Paolo Bonzini <bonzini@gnu.org>
9322
9323 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9324 * Makefile.in: Regenerate.
9325
1b53fe78 93262004-06-22 Paolo Bonzini <bonzini@gnu.org>
9327
9328 * Makefile.tpl (configure-build-[+module+],
9329 configure-[+module+], configure-target-[+module+]): Pass
9330 [+extra_configure_args+].
9331 (all-build-[+module+], all-[+module+], check-[+module+],
9332 install-[+module+], [+make_target+]-[+module+],
9333 all-target-[+module+], check-target-[+module+],
9334 install-target-[+module+], [+make_target+]-target-[+module+]):
9335 Pass [+extra_make_args+].
9336 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9337 (GCC_HOST_EXPORTS): Remove.
9338 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9339 cross, check-gcc, check-gcc-c++, install-gcc,
9340 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9341 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9342 * Makefile.in: Regenerate.
9343
a22cc2c4 93442004-06-21 Matthew Sachs <msachs@apple.com>
9345
9346 * MAINTAINERS: Added self to write-after-approval.
9347
d76e1e50 93482004-06-21 Christopher Faylor <cgf@alum.bu.edu>
9349
9350 * configure.in: Check for srcdir/winsup rather than build directory
9351 winsup.
9352 * configure: Regenerate.
9353
2c10944d 93542004-06-17 Corinna Vinschen <vinschen@redhat.com>
9355
9356 * configure.in: Don't build Cygwin native newlib if winsup
9357 directory is missing. Emit warning instead.
9358 * configure: Regenerate.
9359
599a3eac 93602004-06-09 Paolo Bonzini <bonzini@gnu.org>
9361
9362 * Makefile.tpl (touch-stage[+id+]): New.
9363 (restage[+prev+]): Depend on touch-stage[+id+].
9364
9365 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9366 Use it throughout.
9367
9368 * Makefile.def: Add profile and feedback bootstrap stages.
9369 Remove next field from bootstrap stages.
9370 * Makefile.tpl (LN, LN_S): Substitute.
9371 (stageN-start, stageN-end): Use double-colon rules, to
9372 provide a hook for additional setup commands.
9373 (distclean-stageN-gcc, restageN): Create dependencies from
9374 [+prev+], not from [+next+].
9375 (stageN-bubble): Add commands for successive stages from
9376 [+prev+], using double-colon rules.
9377 (all-stageN-gcc): Fix typo.
9378 (stagefeedback-start, profiledbootstrap): New.
9379 * Makefile.in: Regenerate.
9380 * configure.in: Call ACX_PROG_LN.
9381 * configure: Regenerate.
9382
ba797f0e 93832004-06-08 Canqun Yang <canqun@nudt.edu.cn>
9384
9385 * MAINTAINERS (Write After Approval): Add myself.
9386
b93f892d 93872004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
9388
9389 * MAINTAINERS (Write After Approval): Add myself.
9390
93f93279 93912004-06-03 Paolo Bonzini <bonzini@gnu.org>
9392
9393 * configure.in: Fix --enable-bootstrap breakage introduced in trees
9394 without gcc.
9395 * configure: Regenerate.
9396
d8b05159 93972004-06-01 Paolo Bonzini <bonzini@gnu.org>
9398
9399 * Makefile.tpl: Fix typo.
9400 * Makefile.in: Regenerate.
9401
dcde3c07 94022004-06-01 Paolo Bonzini <bonzini@gnu.org>
5b7950ff 9403
9404 * configure.in: Remove new- prefix from toplevel
9405 bootstrap targets.
9406 * configure: Regenerate.
9407
54f0538b 94082004-06-01 Paolo Bonzini <bonzini@gnu.org>
9409
9410 * Makefile.tpl (all.normal): Rename to all.
9411 (all): Replace with a rule to pick the default
9412 target from configure.
9413 (all-gcc, configure-gcc): Use conditionals to
9414 do nothing when toplevel bootstrap is going on.
9415 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9416 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9417 * configure.in: Support --enable-bootstrap.
9418
9419 * Makefile.def: Remove new- prefix from toplevel
9420 bootstrap targets.
9421 * Makefile.tpl: Likewise.
9422
9423 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
9424 target.
9425
9426 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9427 $(RECURSE_FLAGS) to recursive invocation of make.
9428
9429 * Makefile.in: Regenerate.
9430 * configure: Regenerate.
9431
e0754ee6 94322004-05-30 Andreas Jaeger <aj@suse.de>
dcde3c07 9433 Jim Wilson <wilson@specifixinc.com>
e0754ee6 9434
9435 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9436 like CC.
9437
8e8b3365 94382004-05-27 Daniel Jacobowitz <dan@debian.org>
9439
9440 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9441 * configure: Regenerate.
9442
27e3aebd 94432004-05-25 Daniel Jacobowitz <drow@false.org>
9444
9445 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9446 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9447 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
9448 targets.
9449 * Makefile.in: Regenerate.
9450
dcde3c07 94512004-05-24 Paolo Bonzini <bonzini@gnu.org>
5965d276 9452
9453 * configure.in: Test the ability to symlink directories.
9454 * configure: Regenerate.
9455
9456 * Makefile.def (bootstrap-stage): New definitions.
9457 * Makefile.tpl (configure-stage1-gcc,
9458 configure-stage2-gcc, configure-stage3-gcc,
9459 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9460 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9461 new-restage3, compare): Autogenerate, see Makefile.in
9462 entry for behavioral changes.
9463 (distclean-stage1, new-stage1-start, new-stage1-end,
9464 new-stage1-bubble, distclean-stage2, new-stage2-start,
9465 new-stage2-end, new-stage2-bubble, distclean-stage3,
9466 new-stage3-start, new-stage3-end): New autogenerated targets.
9467 (objext, prebootstrap, BOOT_CFLAGS,
9468 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9469 targets.
9470
9471 * Makefile.in: Regenerate.
9472 (distclean-stage1, new-stage1-start, new-stage1-end,
9473 new-stage1-bubble, distclean-stage2, new-stage2-start,
9474 new-stage2-end, new-stage2-bubble, distclean-stage3,
9475 new-stage3-start, new-stage3-end): New targets.
9476 (all-stage1-gcc): Move prebootstrap dependency from here...
9477 (configure-stage1-gcc): ...to here.
9478 (new-bootstrap): Use bubble targets.
9479 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9480 Use per-stage distclean targets.
9481 (configure-stage1-gcc, configure-stage2-gcc,
9482 configure-stage3-gcc, all-stage1-gcc,
9483 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9484 Use new-stageN-start to prepare the tree.
9485
d856c8a6 94862004-05-23 Paolo Bonzini <bonzini@gnu.org>
9487
9488 * Makefile.def (host_modules): add libcpp.
9489 * Makefile.tpl: Add dependencies on and for libcpp.
9490 * Makefile.in: Regenerate.
9491 * configure.in: Add libcpp host module.
9492 * configure: Regenerate.
9493
01b41571 94942004-05-21 Paolo Bonzini <bonzini@gnu.org>
9495
9496 * Makefile.tpl: Whenever a recursive target is defined, wrap
9497 it in a special @if/@endif block, and prepare its maybe
9498 dependency in the @if/@endif block
9499 * configure.in: Instead of writing maybe dependencies, remove
9500 the @if/@endif statements, and remove the @if/@endif blocks
9501 that remain.
9502 * configure: Regenerate.
9503 * Makefile.in: Regenerate.
9504
f47da044 95052004-05-20 Janis Johnson <janis187@us.ibm.com>
9506
9507 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9508
d556a20e 95092004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
9510
9511 PR bootstrap/15120
9512 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9513 * */configure: Rebuilt.
9514
49fbf4b9 95152004-05-17 Zack Weinberg <zack@codesourcery.com>
9516
9517 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9518 of libf2c.
9519 * configure, Makefile.in: Regenerate.
9520
d3eff7bb 95212004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
ae1bef7b 9522
9523 * MAINTAINERS (Write After Approval): Add myself.
9524
4ee9c684 95252004-05-13 Diego Novillo <dnovillo@redhat.com>
9526
9527 Merge from tree-ssa-20020619-branch.
9528
9529 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9530 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9531 (HOST_GMPLIBS): Define.
9532 (HOST_GMPINC): Define.
9533 (TARGET_LIB_PATH): Add libmudflap.
9534 (GFORTRAN_FOR_TARGET): Define.
9535 (configure-build*): Export GFORTRAN.
9536 (configure-gcc): Export GMPLIBS and GMPINC.
9537 (all-gcc): Add maybe-all-libbanshee.
9538 (configure-target-libgfortran): Define.
9539 * Makefile.in: Regenerate.
9540 * configure.in (host_libs): Add libbanshee.
9541 (target_libraries): Add target-libmudflap and target-libgfortran.
9542 Add --with-libbanshee.
9543 Handle --disable-libmudflap.
9544 (*-*-freebsd*): Use with_gmp.
9545 Add $(libgcj) to noconfigdirs.
9546 * configure: Regenerate.
9547 * depcomp: New file.
9548 * MAINTAINERS: Add tree-ssa maintainers.
9549
455fb4f7 95502004-05-04 Vladimir Makarov <vmakarov@redhat.com>
9551
49fbf4b9 9552 * MAINTAINERS (Various Maintainers): Add myself.
455fb4f7 9553
9ca797fe 95542004-04-30 Brian Ford <ford@vss.fsi.com>
9555
49fbf4b9 9556 * MAINTAINERS (Write After Approval): Add myself.
9ca797fe 9557
043b6c62 95582004-04-29 Uros Bizjak <uros@kss-loka.si>
9559
49fbf4b9 9560 * MAINTAINERS (Write After Approval): Add myself.
043b6c62 9561
697dfd2c 95622004-04-28 Paolo Bonzini <bonzini@gnu.org>
9563
9564 * config/acx.m4: Fix fastcompare support for new-bootstrap.
9565 * configure: Regenerate.
9566
839c6a20 95672004-04-27 Paolo Bonzini <bonzini@gnu.org>
9568
9569 Revert:
9570 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9571
9572 * Makefile.def (flags_to_pass): Remove *dir variables that
9573 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9574 as well as prefix and exec_prefix.
9575 * Makefile.in: Regenerate.
9576
a2718648 95772004-04-26 Robert Millan <robertmh@gnu.org>
9578
9579 Add patches from libtool CVS.
9580 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9581 * ltconfig: Likewise.
9582 * ltcf-c.sh: Likewise.
9583 * ltcf-cxx.sh: Likewise.
9584 * ltcf-gcj.sh: Likewise.
9585
be2c9eb1 95862004-04-26 Paolo Bonzini <bonzini@gnu.org>
9587
9588 * Makefile.def (host_modules): Mark with the bootstrap
9589 flag packages on which gcc depends.
9590 * Makefile.tpl (all-bootstrap): Use it.
9591 * Makefile.in: Regenerate.
9592
b5196e8d 95932004-04-26 Paolo Bonzini <bonzini@gnu.org>
9594
9595 * Makefile.def (flags_to_pass): Remove *dir variables that
9596 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9597 as well as prefix and exec_prefix.
9598 * Makefile.in: Regenerate.
9599
7bcc3b4a 96002004-04-26 Paolo Bonzini <bonzini@gnu.org>
9601
49fbf4b9 9602 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9603 * configure: Regenerate.
9604 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9605 * gcc/Makefile.tpl (compare): Use the result of the test.
9606 * gcc/Makefile.in: Regenerate.
7bcc3b4a 9607
33e3141d 96082004-04-23 Paolo Bonzini <bonzini@gnu.org>
9609
9610 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9611 Always relocate gcc and prev-gcc to the original names, even
9612 if the build fails.
9613 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9614 New targets.
9615
44217381 96162004-04-23 Laurent GUERBY <laurent@guerby.net>
9617
9618 * MAINTAINERS: Update my email address.
49fbf4b9 9619
de88352a 96202004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9621
9622 * configure.in (mips*-*-irix5*): Enable ld.
9623 * configure: Regenerate.
44217381 9624
216de822 96252004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9626
9627 * configure: Regenerate.
9628
b8d376b5 96292004-04-15 James E Wilson <wilson@specifixinc.com>
9630
9631 * Makefile.tpl (configure-[+module+], configure-gcc,
9632 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9633 Set and export LDFLAGS.
9634 * Makefile.in: Regenerate.
9635
9ce62711 96362004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9637
49fbf4b9 9638 * MAINTAINERS: Add myself to write-after-approval.
9ce62711 9639
49aae208 96402004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9641
9642 PR bootstrap/14871
9643 * Makefile.tpl: If we don't have built-in-tree target tools,
9644 use the ones found by configure rather than hacking around with
9645 program_transform_name.
9646 * configure.in: Give Makefile.tpl the information necessary
9647 to do that.
9648 * Makefile.in: Regenerate.
9649 * configure: Regenerate.
9650
f4191912 96512004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9652
9653 PR bootstrap/14760
9654 * configure.in: When computing baseargs, strip *all* copies of
9655 offending options. Also, don't match/substitute the trailing space,
9656 so that this actually works when two similar options are separated by
9657 only one space.
9658 * configure: Regenerate.
9659
d17281c9 96602004-04-06 David Edelsohn <edelsohn@gnu.org>
9661
49fbf4b9 9662 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9663 (rs6000-*-aix*): Same.
9664 * configure: Regenerate.
d17281c9 9665
10930c81 96662004-04-05 Ranjit Mathew <rmathew@hotmail.com>
49fbf4b9 9667
9668 * MAINTAINERS: Add myself to write-after-approval.
10930c81 9669
74d8b57d 96702004-04-03 Bud Davis <bdavis9659@comcast.net>
49fbf4b9 9671
9672 * MAINTAINERS: Add myself to write-after-approval.
74d8b57d 9673
c0c5068d 96742004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9675
32fbc463 9676 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9677 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9678 * Makefile.in: Regenerate.
9679
c0c5068d 9680 * configure.in (top level bootstrap support): Rework --enable-werror
9681 to set @stage2_werror_flag@.
9682 * configure: Regenerate.
9683 * Makefile.tpl (top level bootstrap support): Pass
9684 @stage2_werror_flag@ down to configure in stages 2 and 3.
9685 * Makefile.in: Regenerate.
9686
d120ca69 96872004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9688
7f6f8932 9689 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9690 for stages 2 and 3 as well as in make. As a consequence, remove
9691 OUTPUT_OPTION (now detected by configure) from the flags passed down
9692 to make.
9693 * Makefile.in: Regenerate.
9694
d120ca69 9695 * Makefile.tpl (new-bootstrap): Fix typo.
9696 * Makefile.in: Regenerate.
9697
7dade866 96982004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9699
9621e512 9700 * Makefile.tpl: Rearrange by moving recursive_targets rules
9701 into their proper sections.
9702 * Makefile.tpl (top level bootstrap support): Move disabling
9703 of coverage flags from 'make' to 'configure'; improve comments.
9704 * Makefile.in: Regenerate.
9705
aff6cf7b 9706 * Makefile.tpl (experimental top level bootstrap) Move stage1
9707 language setting from all- target to configure- target; disable
9708 intermodule optimization in stage 1; prevent gratuitous rebuilds
9709 of stage 1.
9710 * Makefile.in: Regenerate.
9711 * configure.in: Comma-separate stage 1 language list for top
9712 level bootstrap.
9713 * configure: Regenerate.
9714
7dade866 9715 * Makefile.tpl: Clean up experimental top level bootstrap support:
9716 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9717 prev-gcc in configure- targets as well as all- targets.
9718 * Makefile.in: Regenerate.
9719
c6deeaef 97202004-03-21 Kelley Cook <kcook@gcc.gnu.org>
9721
9722 * compile: New file imported from automake.
9723
f28cd43a 97242004-03-17 Paolo Bonzini <bonzini@gnu.org>
9725
9726 * configure.in: Remove symbolic link section.
9727 * configure: Regenerate.
9728 * Makefile.tpl (links): Remove.
9729 * Makefile.in: Regenerate.
9730
8e6391a6 97312004-03-15 Paolo Bonzini <bonzini@gnu.org>
49fbf4b9 9732 Nathanael Nerode <neroden@gcc.gnu.org>
8e6391a6 9733
9734 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
49fbf4b9 9735 Set with AC_CHECK_PROGS.
8e6391a6 9736 * configure.in: Fix comment typo from last patch.
9737 * configure: Regenerate.
9738
2d64c2fd 97392004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
9740
9741 * Makefile.tpl: Introduce experimental top level bootstrap support.
9742 * Makefile.in: Regenerate.
9743 * configure.in: Introduce support for top level bootstrap.
9744 * configure: Regenerate.
9745
989edd2f 97462004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
49fbf4b9 9747 Paolo Bonzini <bonzini@gnu.org>
989edd2f 9748
9749 PR bootstrap/14522
9750 * configure.in: Cope with shells that do not support unquoted ^
9751 * configure: Regenerate.
9752
f46e13ec 97532004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
49fbf4b9 9754 Paolo Bonzini <bonzini@gnu.org>
f46e13ec 9755
9756 PR bootstrap/14522
989edd2f 9757 * configure.in: Cope with shells that do not support nesting
f46e13ec 9758 quotes inside quoted backquote substitutions.
9759 * configure: Regenerate.
9760
db1c2ab2 97612004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
9762
9763 PR bootstrap/14522
6175885e 9764 * configure.in: Fix escaping of $.
db1c2ab2 9765 * configure: Regenerate.
9766
8e1fea1a 97672004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
9768
9769 * configure: Regenerate, since I forgot to while committing Paolo's
9770 changes.
9771
c24c5e46 97722004-03-08 Paolo Bonzini <bonzini@gnu.org>
9773
9774 PR ada/14131
9775 Move language detection to the top level.
9776 * configure.in: Find default values for the tools as
9777 soon as possible. Disable ada if GNAT is not found.
9778 Emit error message about missing languages. Expand
9779 --enable-languages=all for the gcc subdirectory.
9780
2a4b7d44 97812004-03-10 Ben Elliston <bje@gnu.org>
9782
9783 * MAINTAINERS: Update my email address.
9784
ebdab8b6 97852004-03-05 David Edelsohn <edelsohn@gnu.org>
9786
9787 * ltconfig: Disable building static libraries if building shared
9788 libraries on AIX 5L.
9789
19e1fe6d 97902004-03-01 Richard Sandiford <rsandifo@redhat.com>
9791
9792 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9793 and disable libgcj.
9794 * configure: Regenerated.
9795
70990390 97962004-03-01 Brian Booth <bbooth@redhat.com>
9797
9798 * MAINTAINERS: Add myself to write-after-approval.
9799
a291166d 98002004-03-01 Paolo Bonzini <bonzini@gnu.org>
9801
9802 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 9803
75fc7adc 98042004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9805
9806 PR bootstrap/7087
9807 * Makefile.tpl: Guard XFOO sed statements better.
9808 * Makefile.tpl: Add dependency for configure-target-libada.
9809 * Makefile.in: Regenerate (incidentally fixes broken
9810 commit when libada-branch was merged).
9811
683dcdca 98122004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9813
9814 * MAINTAINERS: Add myself to write-after-approval.
9815
662476d9 98162004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9817
9818 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9819 maintainers.
9820
ee887245 98212004-02-20 Andrew Cagney <cagney@redhat.com>
9822
9823 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9824 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9825
e86087cf 98262004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9827
9828 PR bootstrap/11932
9829 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9830
22699913 98312004-02-14 Jerry Quinn <jlquinn@optonline.net>
9832
9833 * MAINTAINERS: Added myself to write-after-approval.
9834
98b111a1 98352004-02-14 Michael Koch <konqueror@gmx.de>
9836
9837 * MAINTAINERS: Added myself to write-after-approval.
9838
4aa8866f 98392004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9840
9841 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9842 some OS port maintainers to OS port maintainers section.
9843
39c687d5 98442004-02-13 Frank Ch. Eigler <fche@redhat.com>
9845
9846 * MAINTAINERS: Add self.
9847
cdfbccf4 98482004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9849
9850 * MAINTAINERS: Alphabetize.
9851
bc9cab17 98522004-02-12 Paolo Bonzini <bonzini@gnu.org>
9853
9854 * MAINTAINERS: Remove myself.
49fbf4b9 9855
b0c02cae 98562004-02-11 David Edelsohn <edelsohn@gnu.org>
9857
9858 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9859 (rs6000-*-aix*): Same.
9860 * configure: Regenerate.
9861
9dec93ca 98622004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9863
9864 * configure.in (host): Add in missing $noconfigdirs to defines.
9865 * configure: Regenerate.
9866
93341878 98672004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9868 Nathanael Nerode <neroden@gcc.gnu.org>
9869
9870 PR ada/6637, PR ada/5911
49fbf4b9 9871 Merge with libada-branch:
93341878 9872 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9873 with appropriate dependencies. Add --enable-libada configure switch.
9874 * configure, Makefile.in: Regenerate.
9875
a31db762 98762004-02-09 Paolo Bonzini <bonzini@gnu.org>
9877
9878 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 9879
d74dd50d 98802004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9881
9882 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9883 * configure: Regenerate.
9884
351ae313 98852004-02-04 Geoffrey Keating <geoffk@apple.com>
9886
9887 Merge from upstream:
9888
9889 * ltmain.in: When setting IFS to '~', be careful about user
9890 arguments that contain '~'.
9891
9892 2004-02-04 Peter O'Gorman <peter@pogma.com>
9893
9894 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9895 Also test $base_compile against $CC with escaped arguments. Bug
9896 reported by Geoff Keating <geoffk@apple.com>.
9897
b82e7603 98982004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9899
9900 * MAINTAINERS: Remove i960 port.
9901
24b4656e 99022004-01-23 DJ Delorie <dj@redhat.com>
9903
9904 * Makefile.def (target_modules) [libiberty]: Don't stage.
9905 * Makefile.in: Rebuilt.
9906
8f694e4c 99072004-01-20 Caroline Tice <ctice@apple.com>
9908
9909 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 9910
725cf077 99112004-01-19 Paolo Carlini <pcarlini@suse.de>
9912
9913 * MAINTAINERS: Update my email address.
9914
3dc94299 99152004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9916
9917 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 9918
6d3c6627 99192004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9920
9921 * MAINTAINERS: Remove entries without email address.
9922
26ffdd7d 99232004-01-15 Daniel Jacobowitz <drow@mvista.com>
9924
9925 * MAINTAINERS: Add myself to write-after-approval.
9926
0255c638 99272004-01-15 Steven Bosscher <stevenb@suse.de>
9928
9929 * MAINTAINERS: Update my email address.
9930
dcde3c07 99312004-01-14 Loren J. Rittle <ljrittle@acm.org>
4003683b 9932
9933 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9934 * Makefile.tpl (configure-target-[+module+]): Support stage.
9935 * Makefile.in: Rebuilt.
9936
51292f82 99372004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9938
9939 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9940
3b6f11b0 99412004-01-10 Richard Sandiford <rsandifo@redhat.com>
9942
9943 * MAINTAINERS: Add myself as a MIPS maintainer.
9944
090b36fb 99452004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9946
c8241dd9 9947 * configure.in: Use ./config.cache, not config.cache.
9948 * configure: Regenerate.
9949 * Makefile.tpl: Special-casing not needed for GCC any more.
9950 * Makefile.in: Regenerate.
9951
ba1081ef 9952 * configure.in: Don't share a cache file for host dirs.
9953 * configure: Regenerate.
9954
090b36fb 9955 * config-ml.in: Don't mess with the cache file.
9956
a73c2b4b 99572004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9958
9959 * MAINTAINERS: Move myself from 'Write After Approval' to
9960 'CPU Port Maintainers' section as SPARC maintainer.
9961
74fef112 99622004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9963
6509bb23 9964 * Makefile.tpl: Make GCC use a separate config.cache.
9965 * Makefile.in: Regenerate.
9966
74fef112 9967 PR bootstrap/11932, PR bootstrap/11933
9968 (I don't know if it will fix either of them, but it relates
9969 to them.)
9970 * configure.in: Don't use shared config.cache for target
9971 directories.
9972 * configure: Regenerate.
9973
a570dccd 99742004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9975
9976 * MAINTAINERS: Add myself to 'Write After Approval' section.
9977
3e983e16 99782003-12-31 Roger Sayle <roger@eyesopen.com>
9979
9980 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9981 * configure: Regenerated.
9982
e35ccc0b 99832003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9984
9985 * MAINTAINERS: Remove the mn10200 maintainer.
9986
688429c4 99872003-12-21 Bernardo Innocenti <bernie@develer.com>
49fbf4b9 9988
248deaff 9989 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9990 * configure: Regenerated.
688429c4 9991
65cc485a 99922003-12-16 Jan Hubicka <jh@suse.cz>
9993
9994 * MAINTAINERS: Add myself as callgraph maintainer.
9995
b31913cd 99962003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9997
9998 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9999 * configure: Regenerate.
10000
6ebf7635 100012003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
10002
10003 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10004 'Write After Approval' section. Update email.
10005
dcde3c07 100062003-12-01 James Lemke <jim@wasabisystems.com>
40eee2b8 10007
10008 * MAINTAINERS (Write After Approval): Add myself.
10009
233f501d 100102003-11-20 Matt Thomas <matt@3am-software.com>
10011
10012 * MAINTAINERS: Add myself as a vax port maintainer.
10013
3a6fbbb0 100142003-11-20 Kelley Cook <kcook@gcc.gnu.org>
10015
10016 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10017 (configure-build-[+module+], configure-[+module+]): Likewise.
10018 (configure-target-[+module+], configure-gcc, config.status): Likewise.
10019 * Makefile.in: Regenerate.
10020
fbccfde7 100212003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
10022
10023 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10024 shared/dylibed libraries.
10025 * ltmain.sh: Likewise.
10026 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10027 * ltcf-cxx.sh: Likewise.
10028 * ltcf-gcj.sh: Likewise.
10029 * ltconfig: Likewise.
10030
e58f120a 100312003-11-17 Stan Cox <scox@redhat.com>
10032
10033 * MAINTAINERS: Add myself as iq2000 port maintainer.
10034
f008c4c8 100352003-11-14 Arnaud Charlet <charlet@act-europe.fr>
10036
49fbf4b9 10037 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10038 * Makefile.in: Regenerate.
f008c4c8 10039
4f84a874 100402003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
10041
10042 * config.sub: Update to 2003-11-03 version.
10043
e78b44da 100442003-10-20 Phil Edwards <phil@codesourcery.com>
10045
10046 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
10047 * configure: Regenerate.
10048
dcde3c07 100492003-10-20 Nicolas Pitre <nico@cam.org>
96356481 10050
10051 * MAINTAINERS: Add myself to 'Write After Approval' section.
10052
27bdc4aa 100532003-10-20 Arnaud Charlet <charlet@act-europe.fr>
10054
10055 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10056
84c43cd1 100572003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
10058
10059 * MAINTAINERS: Update my email address.
10060
61a0eea4 100612003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10062
10063 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10064
dcde3c07 100652003-10-17 Ralph Loader <rcl@ihug.co.nz>
a0a4226a 10066
10067 * MAINTAINERS: Add myself to 'Write After Approval' section.
10068
5f8d73e1 100692003-10-16 Bernardo Innocenti <bernie@develer.com>
10070
10071 * config.guess: Update to 2003-10-16 version.
10072 * config.sub: Update to 2003-10-16 version.
10073
dcde3c07 100742003-10-15 David Daney <ddaney@avtrex.com>
bb5167cc 10075
10076 * MAINTAINERS: Added myself to 'Write After Approval' section.
10077
170f5a00 100782003-10-15 Falk Hueffner <falk@debian.org>
10079
10080 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10081 'Write After Approval' section. Update email.
10082
a7611bf4 100832003-10-14 Roger Sayle <roger@eyesopen.com>
10084
10085 * MAINTAINERS: Move myself from 'Write After Approval' to
10086 'Various Maintainers' section as middle-end maintainer.
10087
70356f61 100882003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
10089
10090 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10091 HOST_FLAGS_TO_PASS.
10092 * Makefile.in: Regenerate.
10093
258ddda4 100942003-10-11 Bernardo Innocenti <bernie@develer.com>
10095
10096 * config.guess: Update to 2003-10-07 version.
10097 * config.sub: Update to 2003-10-07 version.
10098
ab81b5cb 100992003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10100
10101 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10102 * ltconfig (irix5*, irix6*): Don't override version_type.
10103
d8e9ea04 101042003-10-05 Mohan Embar <gnustuff@thisiscool.com>
10105
10106 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10107 * configure: Rebuilt
10108 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10109 * Makefile.in: Rebuilt
10110
cd5c13ff 101112003-10-03 H.J. Lu <hongjiu.lu@intel.com>
10112
10113 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10114
40d3e4b2 101152003-09-30 Carlo Wood <carlo@alinoe.com>
10116
248deaff 10117 * MAINTAINERS (Write After Approval): Add myself.
40d3e4b2 10118
05c58265 101192003-09-29 Paul Koning <ni1d@arrl.net>
10120
10121 * MAINTAINERS: Move myself from "Write After Approval"
10122 to CPU platform maintainers for pdp11 platform.
10123
78b5bf24 101242003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
10125
10126 * MAINTAINERS: Move myself from 'Write After Approval' to
10127 'Various Maintainers' section as libffi testsuite maintainer.
10128
fbfea1fa 101292003-09-21 Daniel Jacobowitz <drow@mvista.com>
10130
10131 * configure.in: Pass a computed --program-transform-name
10132 to subconfigures.
10133 * configure: Regenerated.
10134
0c20a995 101352003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10136
f9bdf3d8 10137 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10138 * Makefile.in: Regenerate.
10139
0c20a995 10140 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10141 * Makefile.in: Regenerate.
10142
1237664b 101432003-09-19 Ziemowit Laski <zlaski@apple.com>
10144
10145 * MAINTAINERS: Move myself from 'Write After Approval'
10146 to 'Various Maintainers' (objective-c) section.
10147
5df533c9 101482003-09-17 Daniel Jacobowitz <drow@mvista.com>
10149
10150 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10151 quoting.
10152 * configure: Regenerated.
10153
f0b55f07 101542003-09-16 Joel Brobecker <brobecker@gnat.com>
10155
10156 * MAINTAINERS (Write After Approval): Add myself to write after
10157 approval list.
10158
55a8be62 101592003-09-16 Dorit Naishlos <dorit@il.ibm.com>
10160
248deaff 10161 * MAINTAINERS (Write After Approval): Add myself.
55a8be62 10162
bb94c300 101632003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
10164
10165 * MAINTAINERS: Update my e-mail address.
10166
9165b0af 101672003-09-09 Alan Modra <amodra@bigpond.net.au>
10168
10169 * libtool.m4 (LD): Correct powerpc64 host match.
10170
01a54e86 101712003-09-06 James E Wilson <wilson@tuliptree.org>
10172
10173 * MAINTAINTERS: Update my affiliation and email address.
10174
8cfcdde8 101752003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10176
10177 * MAINTAINERS (Write After Approval): Add myself.
10178
08d04508 101792003-09-04 DJ Delorie <dj@redhat.com>
10180
10181 * configure: Regenerate.
10182
101832003-09-04 Robert Millan <robertmh@gnu.org>
10184
10185 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
49fbf4b9 10186
25e22e05 101872003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10188
10189 * configure.in: Ensure arguments to sed are properly spaced.
10190 * configure: Regenerate.
10191
d4e272bb 101922003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
10193
10194 * MAINTAINERS: Update my e-mail address.
10195
29eb8c8a 101962003-08-28 Mohan Embar <gnustuff@thisiscool.com>
10197
10198 * MAINTAINERS (Write After Approval): Add myself.
10199
8d288ef7 102002003-08-27 Daniel Jacobowitz <drow@mvista.com>
10201
10202 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10203 * configure: Regenerated.
10204
db648c92 102052003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
10206
10207 * MAINTAINERS: Update my email address.
10208
4482474a 102092003-08-23 Phil Edwards <pme@gcc.gnu.org>
10210
10211 * configure.in: Use newline instead of semicolon when assuming
10212 shell arguments in a for loop.
10213 * configure: Regenerated.
10214
8dd25e42 102152003-08-22 Jason Eckhardt <jle@rice.edu>
10216
10217 * MAINTAINERS: Resurrect the i860 maintainer.
10218
63a057cf 102192003-08-20 Geoffrey Keating <geoffk@apple.com>
10220
9ad4b12b 10221 PR 8180
10222 * configure.in: When testing with_libs and with_headers, treat
10223 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
10224 * configure: Regenerate.
49fbf4b9 10225
63a057cf 10226 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10227 make, shell, etc.
10228 (baseargs): Likewise.
10229 * configure: Regenerate.
10230
cb023c85 102312003-08-20 Bernardo Innocenti <bernie@develer.com>
10232
10233 * MAINTAINERS (Write After Approval): Add myself.
10234
0894307c 102352003-08-19 Geoffrey Keating <geoffk@apple.com>
10236
10237 * configure.in: Disable libgcj for darwin not on powerpc.
10238 * configure: Rebuild.
10239
080e0ef5 102402003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
10241
10242 * config-ml.in, symlink-tree: Add license.
10243
49fbf4b9 102442003-08-03 Richard Stallman <rms@gnu.org>
10245 Eben Moglen <moglen@columbia.edu>
5d982d49 10246
10247 * README.SCO: New file.
10248
465fccaf 102492003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
10250
10251 * Makefile.tpl (check, check-c++): Express dependencies using
10252 dependencies rather than commands.
10253 * Makefile.in: Regenerate.
10254
eda8e89a 102552003-08-01 Andrew Cagney <cagney@redhat.com>
10256
10257 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10258 * configure: Ditto.
10259
9db45a87 102602003-07-31 Geoffrey Keating <geoffk@apple.com>
10261
10262 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
52789e7b 10263 * Makefile.in: Update.
9db45a87 10264
ac57d0b7 102652003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
10266
10267 * configure.in: Enable libgcj for darwin.
10268 * configure: Rebuild.
10269
ea0c3105 102702003-07-29 Phil Edwards <pme@gcc.gnu.org>
10271
10272 * config-ml.in: Use ac_configure_args directly instead of
10273 ml_arguments. Only set ml_norecursion if --no[-]recursion is
10274 actually seen.
10275
2f61b8ca 102762003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
10277
10278 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10279 creating target and build subdirs to build all parent dirs as needed.
10280 * Makefile.in: Rebuild.
10281 * configure.in: Don't build dirs explicitly here.
10282 * configure: Rebuild.
10283
7e13b46d 102842003-07-26 Paul Brook <paul@nowt.org>
10285
10286 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10287
8a3e139d 102882003-07-22 Alexandre Oliva <aoliva@redhat.com>
10289
10290 * Makefile.tpl (all-make): Depend on intl.
10291 * Makefile.in: Rebuilt.
10292
451a290b 102932003-07-20 Phil Edwards <pme@gcc.gnu.org>
10294
10295 * install-sh: Update to newer upstream versions (associated with
10296 aclocal 1.7).
10297 * mkinstalldirs: Likewise.
10298 * missing: Likewise, plus $1Help2man -> $1 typo fix.
10299
b00dcec8 103002003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
10301
10302 * MAINTAINERS: Move self from Bug database only accounts
10303 to write-after-approval.
10304
35e03d52 103052003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
10306
10307 * config.if: Remove unused libc_interface determination.
10308
8b4f1479 103092003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
10310
10311 * MAINTAINERS: Move self from write-after-approval to
10312 build machinery (*.in).
10313
450e6c84 103142003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
10315
10316 PR bootstrap/11273
10317 PR bootstrap/11408
10318 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
10319 unused INSTALL_PROGRAM_ARGS.
10320 * configure.in: Use AC_PROG_INSTALL.
10321 * Makefile.in: Regenerate.
10322 * configure: Regenerate.
10323
461e4409 103242003-07-13 Kazu Hirata <kazu@cs.umass.edu>
10325
10326 * MAINTAINERS: Alphabetize.
10327
700d38c2 103282003-07-10 Alexandre Oliva <aoliva@redhat.com>
10329
10330 * configure: Rebuilt.
10331 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10332 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10333 newlib nor libgloss.
10334 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
10335 * configure.in (am33_2.0-*-linux*): Added.
10336
678f5830 103372003-07-09 Bob Wilson <bob.wilson@acm.org>
10338
10339 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10340 * configure: Regenerate.
10341
c6976b58 103422003-07-07 Zack Weinberg <zack@codesourcery.com>
10343
10344 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10345 * Makefile.in: Regenerate.
10346
56735f39 103472003-07-04 Zack Weinberg <zack@codesourcery.com>
10348
10349 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10350 * Makefile.in: Regenerate.
10351
dcde3c07 103522003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7a8ca04a 10353
10354 * Makefile.tpl: Replace PWD with PWD_COMMAND.
10355 * Makefile.in: Regenerated.
10356
528819e3 10357 * config-ml.in: Replace PWD with PWD_COMMAND.
10358
1e12d536 103592003-07-04 Zack Weinberg <zack@codesourcery.com>
10360
10361 * intl: New directory; see intl/ChangeLog for details.
10362 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10363 * Makefile.tpl: all-gcc depends on maybe-all-intl.
10364 * Makefile.in: Regenerate.
10365
efe37a83 103662003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
10367
10368 * configure.in: Clean up config-lang.in handling. Delete
10369 useless assignment to "subdirs".
10370 * configure: Regenerate.
10371
328637e8 103722003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
10373
10374 * configure.in: Rename 'target_libs' to 'target_libraries'.
10375 Remove useless reference to 'target_libs'.
10376 * configure: Regenerate.
10377
8ca838c4 103782003-06-23 Keith Seitz <kseitz@sources.redhat.com>
10379
10380 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10381 * Makefile.in: Regenerate.
10382
36bbd884 103832003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
10384
10385 * Makefile.def: Introduce flags_to_pass.
10386 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10387 * Makefile.in: Regenerate.
10388
4a9237fb 103892003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
10390
10391 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10392 and target-libgloss.
10393 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10394 <h8300*-*-*>: Disable libf2c and ${libgcj}.
10395 * configure: Regenerate.
10396
eb295b2d 103972003-06-17 Benjamin Kosnik <bkoz@redhat.com>
10398
10399 * configure.in: Update testsuite_flags to new location.
10400 * configure. Regenerate.
1e12d536 10401
58933515 104022003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
10403
10404 * Makefile.tpl: Remove BUILD_CC stuff.
10405 * Makefile.in: Regenerate.
10406
4e857606 104072003-06-17 Kazu Hirata <kazu@cs.umass.edu>
10408
10409 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10410
dcde3c07 104112003-06-16 Graeme Peterson <gp@qnx.com>
5400906f 10412
10413 * MAINTAINERS (Write After Approval): Add myself.
10414
dcde3c07 104152003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1e12d536 10416
6409c17a 10417 * config.guess: Update to 2003-06-12 version.
10418 * config.sub: Update to 2003-06-13 version.
10419
dcde3c07 104202003-06-12 H.J. Lu <hongjiu.lu@intel.com>
98d4589c 10421
10422 * config.guess: Update to 2003-06-06 version.
10423 * config.sub: Update to 2003-06-06 version.
10424
8a76f31d 104252003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10426
10427 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10428 * configure. Regenerate.
10429
ca3b731f 104302003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
10431
622c1fa9 10432 * configure.in: Disable serial configure by default.
10433 * configure: Regenerate.
10434 * Makefile.tpl: Abolish .NOTPARALLEL.
10435 * Makefile.in: Regenerate.
10436
ab8cf29b 10437 * Makefile.tpl: Replace {build,host,target}_canonical by
10438 {build,host,target}.
10439 * Makefile.in: Regenerate.
10440
ca3b731f 10441 * Makefile.tpl: Fix stupid pasto.
10442 * Makefile.in: Regenerate.
10443
d95eabf9 104442003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
10445
10446 * Makefile.tpl: Remove bogus conditional.
10447 * Makefile.in: Regenerate.
10448
104492003-06-05 Jan Hubicka <jh@suse.cz>
ef3bb540 10450
10451 * Makefile.tpl (profiledbootstrap): New target.
10452 * Makefile.in (profiledbootstrap): New target.
10453
60daf4cb 104542003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
b97ed9b7 10455
10456 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10457 Pinski. Remove user names from other bugzilla-only maintainers.
10458
ffe98fac 104592003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
10460
ff2e99a4 10461 * Makefile.tpl: Make 'recursive targets' using autogen rather
10462 than shell loop. Remove duplicate 'clean' targets and false
10463 comments.
10464 * Makefile.def: Add systematic dependencies to 'recursive' targets.
10465 Add systematic method of specifying missing targets in subdirs.
10466 Add copyright boilerplate.
10467 * Makefile.in: Regenerate.
10468 * configure.in: Add 'recursive targets' to maybe list.
10469 * configure: Regenerate.
10470
e53ad3a2 10471 * MAINTAINERS: "GNATS only" -> "Bug database only".
10472
ffe98fac 10473 * Makefile.tpl: Rename [+target+] to [+make_target+].
10474 * Makefile.def: Rename 'target' to 'make_target'.
10475
b3ccab1c 104762003-05-31 Neil Booth <neil@daikokuya.co.uk>
10477
10478 * MAINTAINERS: Add self as options handling maintainer.
10479
f81148db 104802003-05-28 Michael Meissner <gnu@the-meissners.org>
10481
10482 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10483 been too long since I touched those ports.
10484
abcfd3cb 104852003-05-28 DJ Delorie <dj@redhat.com>
10486
10487 * Makefile.tpl: Make maybe-check-gcc .PHONY.
10488 * Makefile.in: Regenerate.
10489
1a21d71c 104902003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
10491
10492 * configure.in: Use curly braces in the definition of tooldir.
10493 * configure: Regenerate.
10494
7a9bc7f6 104952003-05-21 DJ Delorie <dj@redhat.com>
1e12d536 10496
7a9bc7f6 10497 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10498 newlib or libgloss.
10499 * Makefile.in: Regenerate.
10500
575caa8d 105012003-05-21 DJ Delorie <dj@redhat.com>
10502
10503 * Makefile.tpl: Add missing empty maybe-check-gcc target.
10504 * Makefile.in: Regenerate.
10505
8c7c29d9 105062003-05-20 Ian Lance Taylor <ian@airs.com>
10507
10508 * MAINTAINERS: Update my e-mail address.
10509
4d9c9c81 105102003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
10511
10512 * configure.in: Switch more things to use maybe dependencies.
1e12d536 10513 * Makefile.tpl: Switch more things to use maybe dependencies.
4d9c9c81 10514 Factor out common code from autogen IF statements.
10515 * configure: Regenerate.
10516 * Makefile.in: Regenerate.
10517
f74ea578 105182003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
10519
10520 * configure.in: Accept i[3456789]86 for machine type.
10521 * configure: Regenerate.
10522
6f4f34a7 105232003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10524
10525 * configure.in: Switch more things to use maybe dependencies.
10526 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10527 * configure: Regenerate.
10528 * Makefile.tpl: Switch more things to use maybe dependencies.
10529 * Makefile.in: Regenerate.
10530
a2e3bfd3 105312003-05-16 Andreas Schwab <schwab@suse.de>
a841c4d4 10532
10533 * Makefile.tpl (install-opcodes): Define.
10534 * Makefile.in: Rebuild.
10535
aeaac216 105362003-05-13 Andreas Jaeger <aj@suse.de>
10537
10538 * config.guess: Update to 2003-05-09 version.
10539 * config.sub: Update to 2003-05-09 version.
10540
dcde3c07 105412003-05-13 Michael Eager <eager@mvista.com>
6995305c 10542
10543 * configure.in: Correct sed script so that options in quotes are not
10544 deleted.
10545 * configure: Rebuild.
10546
d957c480 105472003-05-12 Corinna Vinschen <corinna@vinschen.de>
10548
10549 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10550 and $$s/newlib/libc/sys/cygwin32 include paths.
10551 * configure: Ditto.
10552
e0ca23ce 105532003-05-12 Michael Meissner <gnu@the-meissners.org>
10554
10555 * MAINTAINERS: Update my email addresses.
10556
26e253a0 105572003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10558
10559 * config-ml.in: Propagate INSTALL variables.
aeaac216 10560
1f55ccc8 105612003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10562
10563 * MAINTAINERS: Remove duplicate entries in Write After Approval.
10564
d8b01fbe 105652003-05-02 Chris Demetriou <cgd@broadcom.com>
10566
1e12d536 10567 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10568 * Makefile.in: Regenerate.
d8b01fbe 10569
29b9a35e 105702003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10571
10572 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10573
904536c9 105742003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10575
10576 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10577
170853d0 105782003-04-27 Daniel Jacobowitz <drow@mvista.com>
10579
10580 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10581 * Makefile.in: Regenerated.
10582
d5ab03ba 105832003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10584
10585 * MAINTAINERS (Write After Approval): Upgrade myself from
10586 GNATS only to write-after-approval. Update my mail address.
10587
dcde3c07 105882003-04-25 Loren J. Rittle <ljrittle@acm.org>
784dc194 10589
10590 (OS Port Maintainers: freebsd): Add myself.
10591
eb13b182 105922003-04-22 Mark Mitchell <mark@codesourcery.com>
10593
10594 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10595
fe20e83b 105962003-04-22 Kean Johnston <jkj@sco.com>
10597
10598 * MAINTAINERS (SCO ports): Added myself.
10599
acaf46de 106002003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10601
10602 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10603
efde8e6d 106042003-04-19 Kean Johnston <jkj@sco.com>
10605
10606 * MAINTAINERS (Write After Approval): Add myself.
10607
516b2e07 106082003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10609
10610 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10611 * Makefile.in: Regenerate.
10612
3647950d 106132003-04-18 Jakub Jelinek <jakub@redhat.com>
10614
10615 * configure.in (powerpc64*-*-linux*): Remove.
10616 * configure: Rebuilt.
10617
057705e9 106182003-04-17 Phil Edwards <pme@gcc.gnu.org>
10619
10620 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10621 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10622 and restrap.
10623 * Makefile.in: Regenerate.
10624
c8a4cc21 106252003-04-16 Richard Earnshaw <rearnsha@arm.com>
10626
10627 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10628 * configure: Regenerated.
10629
62ada5db 106302003-04-15 DJ Delorie <dj@redhat.com>
10631
10632 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10633
82aa4d68 106342003-04-13 Nick Clifton <nickc@redhat.com>
10635
10636 * config-ml.in: Remove support for --disable-aix removing
10637 call-aix multilibs.
10638
7b26d9f7 106392003-04-10 Alexandre Oliva <aoliva@redhat.com>
10640
10641 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10642 * */configure: Rebuilt.
10643
51d6e0d7 106442003-04-08 Joel Sherrill <joel@oarcorp.com>
10645
10646 * MAINTAINERS: Add my email address.
10647
13f79774 106482003-03-17 Olivier Hainque <hainque@act-europe.fr>
10649
10650 * MAINTAINERS (Write After Approval): Add myself.
aeaac216 10651
523318a0 106522003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10653
10654 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10655 * Makefile.in: Regenerate.
10656
ea0ebc5e 106572003-03-14 Michael Chastain <mec@shout.net>
10658
10659 * Makefile.in: Regenerate with correct Makefile.def.
10660
966842d4 106612003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10662
10663 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10664 Make macro.
10665 * Makefile.in: Regenerate.
10666 * configure.in: Clean up gxx_include_dir logic.
10667 * configure: Regenerate.
10668
e72ec9a8 106692003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10670
10671 * MAINTAINERS (Write After Approval): Add myself.
10672
5a18e4cd 106732003-03-10 Ben Elliston <bje@wasabisystems.com>
10674
10675 * MAINTAINERS: Update my mail address.
10676
2436d08e 106772003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10678
10679 * configure.in (gxx_include_dir): Fix typo.
10680 * configure: Regenerated.
10681
602d002b 106822003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10683
10684 * Makefile.tpl: Reindent.
10685 * Makefile.in: Regenerate.
10686 * configure.in: Reindent. Don't set unused variables.
10687 * configure: Regenerate.
10688
5750c7d4 106892003-03-04 Daniel Jacobowitz <drow@mvista.com>
10690
10691 * configure.in: Include $(build_tooldir)/sys-include in
10692 FLAGS_FOR_TARGET.
10693 * configure: Regenerated.
10694
54d7d5f2 106952003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10696
224ed654 10697 * Makefile.tpl: Always pass down RANLIB.
10698 * Makefile.in: Regenerate.
10699
123bd2df 10700 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10701 * Makefile.in: Regenerate.
10702 * configure.in: Remove unused logic relating to --enable-shared
10703 and --enable-threads. Remove bogus comments. Remove redundant
10704 noconfigdirs.
10705 * configure: Regenerate.
10706
54d7d5f2 10707 * configure.in: Replace ${libstdcxx_version} by its value.
10708 Remove reference to mh-dgux.
10709 * configure: Regenerate.
10710
98dce82b 107112003-03-03 Kevin Buettner <kevinb@redhat.com>
10712
10713 * MAINTAINERS (Write After Approval): Add myself.
10714
f7ca337f 107152003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10716
10717 * Makefile.tpl: Rearrange.
10718 * Makefile.in: Regenerate.
10719
dcde3c07 107202003-02-25 Uwe Stieber <uwe@wwws.de>
336577be 10721
10722 * configure.in: Add support for kaOS as cross build target system.
10723 * configure: Regenerated.
10724
4e29e79f 107252003-02-24 Steven Bosscher <steven@gcc.gnu.org>
10726
10727 * MAINTAINERS (Write after approval): Add myself.
10728
9a5856da 107292003-02-21 James E Wilson <wilson@tuliptree.org>
10730
10731 * MAINTAINERS: Update my email address.
10732
f05d1a58 107332003-02-21 Zack Weinberg <zack@codesourcery.com>
10734
10735 * MAINTAINERS: Add self to blanket write privs. section.
10736
de0c9797 107372003-02-20 Sean McNeil <sean@blue.mcneil.com>
10738
10739 * Makefile.tpl: Add definition of CPPFLAGS to pass into
10740 configure-target-* as some target builds may require additional
10741 flags for preprocessor tests.
10742 * Makefile.in: Regenerated.
10743
3290c0cf 107442003-02-19 Alexandre Oliva <aoliva@redhat.com>
10745
de3c9f55 10746 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10747 * ltconfig: Handle it.
10748 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10749 auto-detecting it.
10750
a4e88f7d 10751 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10752 it is used as argument to $CC.
10753 * ltcf-gcj.sh: Likewise.
10754
3290c0cf 10755 * configure.in: Introduce --enable-maintainer-mode.
10756 * configure: Rebuilt.
10757 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10758 for maintainer mode.
10759 * Makefile.in: Rebuilt.
10760
0537137a 107612003-02-18 Jason Merrill <jason@redhat.com>
10762
10763 * Makefile.tpl (check-c++): Allow parallelism.
10764
201a9c33 107652003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10766
10767 * MAINTAINERS: Remove John Carr (who never actually had access to
10768 gcc.gnu.org).
10769
c0e5028f 107702003-02-15 Geoffrey Keating <geoffk@apple.com>
10771
10772 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10773 don't configure target-libobjc.
10774 * configure: Regenerate.
10775
7c86fd3f 107762003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10777
10778 * Makefile.tpl (RANLIB): Define.
10779 * Makefile.in: Regenerate.
10780
bd20d38b 107812003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
10782
10783 * MAINTAINERS: Update my email.
f05d1a58 10784
e50ab007 107852003-02-06 Keith R Seitz <keiths@redhat.com>
10786
10787 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10788 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10789 * Makefile.in: Regenerated.
10790 * configure.in: Remove all traces of snavigator, db, and grep.
10791 * configure: Regenerated.
10792
c91e543c 107932003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10794
10795 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10796 After Approval.
10797
70e7788a 107982003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10799
10800 * MAINTAINERS (Write after approval): Add myself.
10801
621ed2b9 108022003-01-31 Frank Ch. Eigler <fche@redhat.com>
10803
10804 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10805 * Makefile.in: Regenerated.
10806
f08ad151 108072003-01-30 Roger Sayle <roger@eyesopen.com>
10808
10809 * config.guess: Updated to 2003-01-30's version.
10810 * config.sub: Updated to 2003-01-28's version.
10811
47fe0706 108122003-01-30 Alexandre Oliva <aoliva@redhat.com>
10813
10814 * config.if: If gcc_version is already set, just use it. Don't set
10815 gcc_version_trigger if it's already set, otherwise set it to
10816 gcc/version.c, but only if the file exists. If it is not set and
10817 gcc/version.c does not exist, try to extract the version number from
10818 $CC.
10819
fa163406 108202003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10821
f05d1a58 10822 * MAINTAINERS: Add myself to write-after-approval list.
fa163406 10823
e4ca87c8 108242003-01-27 Phil Edwards <pme@gcc.gnu.org>
10825
10826 * configure.in: Revert 24Jan change.
10827 * configure: Regenerate.
10828
c2cb58bc 108292003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10830
10831 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10832 entry of HJ Lu.
10833
bd564d1c 108342003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10835
10836 * configure.in: Revert previous change.
10837 * configure: Regenerate.
10838
d5e7287b 108392003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10840
10841 * configure.in: Make rda native-only.
10842 * configure: Regenerate.
10843
15bbfd76 108442003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10845
10846 * MAINTAINERS: Move myself from GNATS-only-accounts to
10847 write-after-approval.
10848
cdfc500e 108492003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10850
10851 * configure.in: Add missing \.
10852 * configure: Rebuilt.
10853
c9b54641 108542003-01-17 Jakub Jelinek <jakub@redhat.com>
10855
10856 * configure.in (baseargs): Avoid using \| in sed regular
10857 expressions.
10858 * configure: Rebuilt.
10859
da7bb396 108602003-01-16 Jakub Jelinek <jakub@redhat.com>
10861
10862 * configure.in (baseargs): Remove all supported forms of
10863 --cache-file, --srcdir, --host, --build and --target options
10864 from argument lists.
10865 * configure: Rebuilt.
10866
6d3cf184 108672003-01-15 Josef Zlomek <zlomekj@suse.cz>
10868
10869 * MAINTAINERS: Add myself to write-after-approval list.
10870
ef9a8a41 108712003-01-15 Alexandre Oliva <aoliva@redhat.com>
10872
10873 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10874 * configure: Rebuilt.
10875
a16b5a9d 108762003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10877
10878 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10879 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10880 * Makefile.in: Regenerate.
10881 * configure: Regenerate.
10882
980d8b91 108832003-01-09 Alexandre Oliva <aoliva@redhat.com>
10884
10885 * configure.in: Remove Makefile in build, host and target modules
10886 unless configure was run with --no-recursion.
10887 * configure: Rebuilt.
10888
05794691 108892003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10890
10891 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10892 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10893 * Makefile.in: Regenerate.
10894
8ddabd5d 108952003-01-08 Chris Demetriou <cgd@broadcom.com>
10896
10897 * config.guess: Update to 2003-01-03 version.
10898 * config.sub: Update to 2003-01-03 version.
10899
f98c470c 109002003-01-07 Christopher Faylor <cgf@redhat.com>
10901
10902 * configure: Regenerate with proper autoconf 2.13.
10903
d65dd253 109042003-01-07 Christopher Faylor <cgf@redhat.com>
10905
10906 * configure.in: Add AC_PREREQ for consistency.
f98c470c 10907 * configure: Regenerate.
d65dd253 10908
8fdaf281 109092003-01-06 Andrew Cagney <ac131313@redhat.com>
10910
10911 * configure.in (GDB_TK): Add tcl directories conditional on
10912 gdb/gdbtk directory being present.
10913 * configure: Regenerate.
f05d1a58 10914
dcde3c07 109152003-01-04 John David Anglin <dave.anglin@nrc.ca>
8406dd56 10916
dcde3c07 10917 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10918 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8406dd56 10919 * configure: Rebuilt.
10920
f53265fe 109212002-12-31 Tom Tromey <tromey@redhat.com>
10922
10923 * Makefile.in: Rebuilt.
10924 * Makefile.def (target_modules) [libffi]: Allow installation.
10925
0411e85f 109262002-12-31 Andreas Schwab <schwab@suse.de>
10927
10928 * configure.in: Fix use of $program_transform_name.
10929 * configure: Regenerated.
10930
a13fbfc9 109312002-12-30 Daniel Jacobowitz <drow@mvista.com>
10932
10933 * configure.in (baseargs): Don't remove first configure argument.
5f4084b7 10934 * configure: Regenerated.
a13fbfc9 10935
ec955b52 109362002-12-29 Alexandre Oliva <aoliva@redhat.com>
10937
10938 * Makefile.tpl (local-distclean): Don't remove...
10939 (multilib.ts): ... this. Moved into...
10940 (multilib.out): ... this. Don't use sub-make.
10941 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10942 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10943 (configure-build-[+module+], configure-[+module+],
10944 configure-target-[+module+], configure-gcc): ... these. Test
10945 for Makefile existence. Drop config.status from dependencies.
10946 * Makefile.in: Rebuilt.
10947 * configure.in: Move gcc-version-trigger to the end of
10948 ac_configure_args. Add comments to maybedep.tmp and
10949 serdep.tmp. Introduce --disable-serial-configure. Remove
10950 nonopt from baseargs, matching and removing corresponding
10951 whitespace while at it.
10952 * configure: Rebuilt.
10953
041dd099 109542002-12-28 Alexandre Oliva <aoliva@redhat.com>
10955
fca297b0 10956 * configure.in (host_configargs): Replace reference to
10957 no-longer-defined buildopts with --build=${build_alias}.
10958 * configure: Rebuilt.
10959
041dd099 10960 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10961 program_transform_name to standard idiom.
10962 (AUTOGEN, AUTOCONF): Define.
10963 (Makefile.in): Use $(AUTOGEN).
10964 (Makefile): Depend on config.status, and use autoconf-style rule to
10965 build it. Move original commands to...
10966 (config.status): ... this new target.
10967 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10968 $(AUTOCONF).
10969 * Makefile.in: Rebuilt.
10970
71ab34df 109712002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10972
d75be5a6 10973 * Makefile.tpl: Fix dramatic bustage due to change in
10974 program_transform_name.
10975 * Makefile.in: Regenerate.
10976
10977 * configure.in: Remove unnecessary PATH setting.
10978 * configure: Regnerate.
10979
10980 * configure.in: Don't default to unprefixed tools unless
10981 the native tools will work.
10982 * configure: Regenerate.
10983
71ab34df 10984 * configure.in: Convert to autoconf script. Blow away lots
10985 of now-redundant Makefile fragments.
10986 * configure: Generate using Autoconf.
10987 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10988 * Makefile.in: Regenerate.
10989
09fe6d98 109902002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10991
3a7bfd0c 10992 * configure: Fix stupid bug where RANLIB was mistakenly included.
10993
f05d1a58 10994 * configure.in: Rename (buildargs, hostargs, targargs) to
3a7bfd0c 10995 (build_configargs, host_configargs, target_configargs).
10996
10997 * configure.in: Move logic out of sed statement.
10998
f05d1a58 10999 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
09fe6d98 11000 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11001
53a01bae 110022002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
11003
11004 * config.sub: Import from master repository
11005 * config.guess: Ditto
11006
11a0151c 110072002-12-24 Andreas Schwab <schwab@suse.de>
11008
11009 * Makefile.tpl (multilib.out): Fix missing space.
11010 * Makefile.in: Regenerate.
11011
ca86fd55 110122002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
11013
11014 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
11015 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
11016 * Makefile.in: Regenerate.
11017 * configure.in: Remove unnecessary leftovers.
11018
b437616a 110192002-12-21 Geoffrey Keating <geoffk@apple.com>
11020
11021 * configure.in (extra_ranlibflags_for_target): New variable.
11022 (*-*-darwin): Add -c to ranlib commands.
11023 * configure (tooldir): Handle extra_ranlibflags_for_target.
11024
927f1f0c 110252002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
9baae5de 11026
11027 * Makefile.tpl: Revert HJL's change.
11028 * Makefile.in: Regenerated.
11029 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11030 always.
11031
df9badbe 110322002-12-19 Andreas Schwab <schwab@suse.de>
11033
11034 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11035 * Makefile.in: Regenerate.
11036
dcde3c07 110372002-12-18 H.J. Lu <hjl@gnu.org>
cfaaca3e 11038
11039 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11040 * Makefile.in: Regenerated.
11041
11042 * configure.in (build_prefix): New. Substitute.
11043
20672016 110442002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
11045
6c11eefc 11046 * Makefile.tpl: Don't let real targets depend on phony targets.
11047 * Makefile.in: Regenerate.
11048
20672016 11049 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11050 * Makefile.in: Regenerate.
11051
462c28fa 110522002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
11053
11054 * config.sub: Import from master repository
11055 * config.guess: Ditto
11056
f7c8fc8e 110572002-12-16 Jason Merrill <jason@redhat.com>
11058
11059 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11060 previous 'make bootstrap'.
11061 * Makefile.in: Regenerate.
11062
4bcd8023 110632002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
11064
11065 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11066
805e22b2 110672002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
11068
11069 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11070 * Makefile.in: Regenerate.
11071
d1211e96 110722002-12-13 Jason Merrill <jason@redhat.com>
11073
7c28bad6 11074 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
d1211e96 11075 library tests.
11076 (check-c++): Just depend on it and check-target-libstdc++-v3.
7c28bad6 11077 * Makefile.in: Regenerate.
11078
805e22b2 110792002-12-12 Alexandre Oliva <aoliva@redhat.com>
11080
11081 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11082 * Makefile.in: Rebuilt.
11083
1afe6db1 110842002-12-12 Alexandre Oliva <aoliva@redhat.com>
11085
11086 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11087
805e22b2 110882002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
11089
11090 * configure: Fix bug put in by gremlins.
11091
11092 * Makefile.tpl: Substitute more autoconfily.
11093 * configure: Substitute more autoconfily.
11094 * Makefile.in: Regenerate.
11095
7960374c 110962002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
11097
11098 * config.sub: Import from master repository
11099 * config.guess: Ditto
11100 * MAINTAINERS: Added Svein Seldal under write after approval
11101
805e22b2 111022002-12-08 Andrew Cagney <ac131313@redhat.com>
11103
11104 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11105 * Makefile.in (all-sim): Ditto.
11106
111072002-12-06 DJ Delorie <dj@redhat.com>
11108
11109 * Makefile.tpl: Change configure dependencies to not have real
11110 targets depend on phony targets.
11111
111122002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
11113
11114 * configure.in: Revert unintentional change.
11115
11116 * Makefile.tpl: Change dependency for */multilib.out so that
11117 it works when gcc isn't in the tree.
11118
11119 * configure.in: Substitute more.
11120 * configure: Run subconfigures from the Makefile.
11121 * Makefile.tpl: Run subconfigures from the Makefile; add a few
11122 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
11123
761158c0 111242002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11125
11126 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11127
805e22b2 111282002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
11129
11130 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11131 and corresponding dependencies.
11132 * Makefile.in: Regenerate.
11133
11134 * configure.in (host_tools): Order binutils, gas and ld for
11135 convenience in running the testsuites.
11136
11137 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11138 * Makefile.in: Regenerate.
11139 * configure.in: Introduce rules to serialize subconfigure runs.
11140
11141 * configure.in: Introduce BASE_CC_FOR_TARGET.
11142 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
11143 Realize configure-build-* targets. Realize configure-target-* targets.
11144 * Makefile.in: Regenerate.
11145
111462002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
11147
11148 * configure: Move gcc_version_trigger stuff from here...
11149 * configure.in: ...to here.
11150
11151 * configure.in: Separate subconfigure options added by this file from
11152 options given by the user. Add machinery to put args for host
11153 subconfigures into the Makefile.
11154
11155 * Makefile.tpl: Remove 'vault' targets.
11156 * Makefile.tpl: Reorder and comment dependencies.
11157 * Makefile.in: Regenerate.
11158
111592002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
11160 * configure.in: Fix my broken commit of previous patch. (sigh)
11161
7384c63f 111622002-11-28 Geoffrey Keating <geoffk@apple.com>
11163
11164 * configure.in: Move host-specific darwin noconfigdirs into
11165 the host-specific section.
11166
805e22b2 111672002-11-28 Geoffrey Keating <geoffk@apple.com>
11168
11169 * configure.in: Move host-specific darwin noconfigdirs into
11170 the host-specific section.
11171
111722002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
11173
11174 * configure: Remove skip-this-dir support.
11175 * Makefile.tpl: Remove skip-this-dir support.
11176
11177 * Makefile.tpl: Remove leftover support for non-autoconfiscated
11178 subdirectories.
11179 * Makefile.in: Regenerate.
11180
11181 * Makefile.tpl: Strip out useless setting of 'dir'.
11182 * Makefile.in: Regenerate.
11183
111842002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
11185
11186 * configure.in: Fix deeply stupid bug.
11187
11188 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11189 shell code in CXX_FOR_TARGET
11190 * Makefile.def: Introduce raw_cxx.
11191 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11192 RAW_CXX_FOR_TARGET.
11193 * Makefile.in: Regenerate.
11194
111952002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
11196
11197 * Makefile.tpl: Remove unnecessary ifs.
11198 * Makefile.in: Regenerate.
11199
11200 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
11201 dependencies. Maybe-ize build-libiberty. Create dummy install
11202 targets for 'no_install' modules.
11203 * configure: Move GDB_TK substitution to configure.in. Move
11204 build_modules stuff to configure.in.
11205 * configure.in: Implement soft dependency machinery. Maybe-ize
11206 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
11207 * Makefile.in: Regenerate.
11208
112092002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
11210
11211 * Makefile.tpl: Make all-target, install-target behave similarly
11212 to all, install (only hitting configured targets). Eliminate
11213 unused macro defintions.
11214
11215 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11216 build != host.
11217
11218 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11219
11220 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11221
11222 * configure.in: Produce lists of subdir targets we're actually
11223 configuring. Remove references to "dosrel".
11224 * Makefile.tpl: Let configure set which subdir targets are hit.
11225 Remove install-cross; clean up install; remove ALL. Remove
11226 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
11227 Autogenerate host module targets. Remove empty dependency lines
11228 and redundant dependency; rearrange slightly.
11229 * Makefile.def: Add host-side libtermcap, utils.
11230
11231 * Makefile.in: Regenerate.
11232
0753f1b5 112332002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11234
11235 * ltconfig (osf[345]): Append $major to soname_spec.
11236 Reflect this in library_names_spec.
11237 * ltmain.sh (osf): Prefix $major with . for use as extension.
11238
4b695c23 112392002-11-19 Andreas Jaeger <aj@suse.de>
11240
11241 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11242 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11243 and sparc64 GNU/Linux systems.
11244
3e8ebe0a 112452002-11-19 Nathan Sidwell <nathan@codesourcery.com>
11246
11247 * MAINTAINERS: Update email.
11248
73a8b678 112492002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11250
11251 * MAINTAINERS: Complete James Dennett's entry.
11252
894e4f56 112532002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
11254
11255 * MAINTAINERS (Write After Approval): Add myself.
11256
f507a3cb 112572002-11-13 Bruce Korb <bkorb@gnu.org>
11258
11259 * Makefile.tpl: syntactic cleanup
11260
dcde3c07 112612002-11-13 Stuart Hastings <stuart@apple.com>
593dc58a 11262
11263 * MAINTAINERS: Add myself to write-after-approval list.
11264
805e22b2 112652002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11266
11267 * Makefile.def: Add list of recursive targets to autogenerate.
11268 Add build_modules.
11269 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
11270 targets. Autogenerate *-build-* targets.
11271 * Makefile.in: Regenerate.
11272
112732002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11274
11275 * configure: More autoconf-style substitutions.
11276 * Makefile.tpl: More autoconf-style substitutions.
11277 * Makefile.in: Regenerate.
11278
112792002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
11280
11281 * configure: Substitute more variables in a more autoconf-friendly
11282 way. Simplify slightly.
11283 * Makefile.tpl: Make more variables substitutable in an
11284 autoconf-friendly way.
11285 * Makefile.in: Regenerate.
11286
4dd0a098 112872002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
11288
11289 * MAINTAINERS (Write After Approval): Add myself.
11290
805e22b2 112912002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
11292
11293 * configure.in (v810*): Remove special setting of tools.
11294
11295 * configure: Add support for extra required flags for ar or nm.
11296 * configure.in (aix4.3+): Use above support for target-specific
11297 issues, rather than using config/mt-aix43.
11298
112992002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
11300
11301 * configure: Remove 'removing', which doesn't work. Replace $subdir
11302 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
11303 with $srcdir. Reformat indentation. Substitute some variables
11304 formerly hard-coded in the Makefile for build=host.
11305 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11306 * Makefile.def: Autogenerate more.
11307 * Makefile.in: Regenerate.
11308
40679d3b 113092002-11-04 Adam Nemet <anemet@lnxw.com>
11310
11311 * MAINTAINERS (Write After Approval): Add myself.
11312
062b02db 113132002-11-04 Kevin Buettner <kevinb@redhat.com>
11314
11315 * Makefile.def (host_modules): Add rda.
11316 * Makefile.in: Regenerate.
11317 * configure.in (target_tool): Add target-rda to list.
11318
bb0439dd 113192002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11320
11321 * MAINTAINERS: Remove "co-maintainer" note for web pages.
11322
a3c3be37 113232002-10-25 Phil Edwards <pme@gcc.gnu.org>
11324
11325 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
11326 and restrap targets to this rule.
11327 * Makefile.in: Regenerate.
11328
dd1a0a37 113292002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11330
11331 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11332 GNATS only accounts.
11333
4ea2c3bf 113342002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
11335
11336 * configure.in (i[3456]86-*-linux*): Add check to disable
11337 ${libgcj} for glibc1.
11338
03333934 113392002-10-24 Denis Chertykov <denisc@overta.ru>
11340
11341 * MAINTAINERS: Add myself as ip2k port maintainer.
11342
6c5e2f80 113432002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
11344
11345 * configure.in: Add tic4x target.
11346
949b0daa 113472002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
11348
0e26095b 11349 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11350 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11351 * Makefile.in: Regenerate.
11352
949b0daa 11353 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11354 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11355 * Makefile.in: Regenerate.
11356
aa80d31c 113572002-10-02 Janis Johnson <janis187@us.ibm.com>
11358
11359 * MAINTAINERS: Add myself as web pages co-maintainer.
11360
87614545 113612002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11362
11363 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11364 * Makefile.in: Regenerate.
11365
4aac350f 113662002-10-02 Zack Weinberg <zack@codesourcery.com>
11367
11368 * MAINTAINERS: Add myself and Nathan Sidwell
11369 <nathan@codesourcery.com> as VxWorks maintainers.
11370
e3e6c470 113712002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
aca8ad75 11372
11373 * Makefile.def: Remove order dependency comments.
11374 * Makefile.tpl: Add explicit install-install dependencies.
11375 * Makefile.in: Regenerate.
d6a4a914 11376
3fef3c05 11377 * Makefile.tpl: Remove material now in src-release. (Finally!)
aca8ad75 11378 * Makefile.in: Regenerate.
3fef3c05 11379
d6a4a914 11380 * Makefile.tpl: Add configure-target (for src-release in src)
11381 * Makefile.in: Regenerate.
11382
eb5db528 113832002-09-30 Nick Clifton <nickc@redhat.com>
11384
11385 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11386
971b1aa4 113872002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
11388
11389 * configure.in (s390*-*-linux*): Enable libgcj.
11390
b7d94964 113912002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
11392
5fa209e7 11393 * configure: Revert accidentally applied changes.
11394
b7d94964 11395 * Makefile.tpl: Make more autoconf-friendly.
11396 * Makefile.in: Regenerate.
11397 * configure: Make substitution more autoconf-like.
11398
2704ebd1 113992002-09-28 Richard Earnshaw <rearnsha@arm.com>
11400
11401 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11402 single entry to handle all these.
11403 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
11404 libjava on arm-*-elf.
11405
352ce91b 114062002-09-27 Geoffrey Keating <geoffk@apple.com>
11407
11408 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11409 things that depend on them.
11410
0311ff84 114112002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11412
11413 * Makefile.tpl: Make subsituted variables more autoconfy.
11414 * Makefile.in: Regenerate.
11415 * configure: Make seds more autoconfy.
11416
cc46b37d 114172002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
0e1ac85c 11418
11419 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11420 * Makefile.in: Regenerate.
11421 * configure.in: Rewrite sed statements to look autoconfy.
11422
cc46b37d 11423 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11424 all-target-foo on configure-target-foo.
11425 * Makefile.def: Ditto.
11426 * Makefile.in: Rebuild.
11427
baabce06 114282002-09-25 Andrew Haley <aph@redhat.com>
11429
11430 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11431
2a1ac811 114322002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
11433
11434 * Makefile.def: New file.
11435 * Makefile.tpl: New file.
11436 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11437 * contrib/gcc_update: Note that Makefile.in is a generated file.
11438
11439 * configure.in: Minor rearrangement. Simplify tests.
11440
c725cfd7 114412002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
11442
11443 * configure.in (with_headers): Skip copy if value is "yes".
11444 (with_libs): Likewise.
11445
058a3669 114462002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4babcd43 11447
11448 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11449 * configure.in (sh*-*-pe*): Ditto.
11450 * configure.in (mips*-*-pe*): Ditto.
11451 * configure.in (*arm-wince-pe): Ditto.
11452
512912f3 11453 * configure.in: Rearrange.
11454
dfcd4425 114552002-09-14 Kazu Hirata <kazu@cs.umass.edu>
11456
11457 * MAINTAINERS: Update my email address.
11458
d90b8b3d 114592002-08-30 Paul Koning <pkoning@equallogic.com>
11460
11461 * MAINTAINERS: (Write After Approval): Add myself.
11462
915f1827 114632002-08-29 Geoffrey Keating <geoffk@redhat.com>
11464
11465 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11466
bf81fbc5 114672002-08-24 Geoffrey Keating <geoffk@redhat.com>
11468
11469 * MAINTAINERS: Change my mailing address.
11470
f9ab9bb4 114712002-08-21 Paolo Carlini <pcarlini@unitus.it>
11472
11473 * MAINTAINERS (Write After Approval): Remove myself.
4aac350f 11474 (Various Maintainers: c++ runtime libs): Add myself.
f9ab9bb4 11475
dcde3c07 114762002-08-20 Loren J. Rittle <ljrittle@acm.org>
805892cf 11477
11478 * MAINTAINERS (Write After Approval): Remove myself.
11479 (Various Maintainers: c++ runtime libs): Add myself.
11480
2857c21b 114812002-08-15 Eric Christopher <echristo@redhat.com>
11482
11483 * config.sub: Import from master repository.
11484 * config.guess: Ditto.
11485
4269a651 114862002-08-19 Alexandre Oliva <aoliva@redhat.com>
11487
11488 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11489 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11490 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11491
0bc5749d 114922002-08-16 Aldy Hernandez <aldyh@redhat.com>
11493
11494 * MAINTAINERS: Add self to rs6000 vector extensions.
11495
38f91bf2 114962002-08-15 Alexandre Oliva <aoliva@redhat.com>
11497
11498 * libiberty/configure: Reverted unintended yesterday's check in.
11499
c837ae19 115002002-08-14 Alexandre Oliva <aoliva@redhat.com>
11501
11502 * boehm-gc/configure, libf2c/configure: Rebuilt.
11503 * libffi/configure, libiberty/configure: Ditto.
11504 * libjava/configure, libobjc/configure: Ditto.
11505 * libstdc++-v3/configure, zlib/configure: Ditto.
11506 Merged from binutils:
11507 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
11508 From Steve Ellcey <sje@cup.hp.com>:
11509 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11510 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11511 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11512 IA64.
11513 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11514 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11515 soname_spec, sys_lib_search_path_spec): Ditto.
11516
dcde3c07 115172002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
dc0ea924 11518
11519 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11520
769d609b 115212002-08-04 H.J. Lu (hjl@gnu.org)
11522
11523 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11524
fad51d8f 115252002-08-02 Krister Walfridsson <cato@df.lth.se>
11526
11527 * MAINTAINERS (Write After Approval): Add myself.
11528
e31d86e1 115292002-07-31 Alan Modra <amodra@bigpond.net.au>
11530
11531 * configure.in: Move generic linux case to end. Copy generic
11532 linux noconfigdirs to mips*-*-linux* entry and new
11533 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11534
31699db1 115352002-07-19 Michael Matz <matz@suse.de>
11536
11537 * MAINTAINERS: Add myself as ra* maintainer.
11538
2ac0d5ca 115392002-07-16 Chris Demetriou <cgd@broadcom.com>
11540
11541 * config.guess: Update to 2002-07-09 version.
11542 * config.sub: Update to 2002-07-03 version.
11543
501ad919 115442002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
11545
11546 * MAINTAINERS: Fix typo in a maintainer email address.
11547
753fca8a 115482002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
11549
11550 * configure.in: Remove two redundant tests.
11551
61ab9ea9 115522002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11553
11554 * configure.in (mips*-*-irix6*o32): Enable stabs.
11555
39b7c449 115562002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
11557
a7d623d2 11558 * configure.in: Don't build grez.
11559 * Makefile.in: Ditto.
11560
39b7c449 11561 * Makefile.in: Remove references to bsp, cygmon, libstub.
11562 * configure.in: Ditto.
11563
11564 * configure.in: Remove leftover reference to gdbtest.
11565
418aeabd 115662002-07-08 Phil Edwards <pme@gcc.gnu.org>
11567
11568 * configure.in (gxx_include_dir): Change to match versioned
11569 C++ headers if --enable-version-specific-runtime-libs is used.
11570
7261cb98 115712002-07-04 Steve Ellcey <sje@cup.hp.com>
2857c21b 11572
7261cb98 11573 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11574
f6c0123d 115752002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11576
11577 * configure.in: Make --without-x work.
11578
a054af37 115792002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11580
70af7570 11581 * configure.in: Rearrange target Makefile fragment collection.
11582
a054af37 11583 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11584 cvs[src].
11585 * configure.in: Ditto.
11586
59303ed0 115872002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11588
11589 * MAINTAINERS (Write After Approval): Update my e-mail address.
11590
4606a26b 115912002-06-24 Ben Elliston <bje@redhat.com>
11592
11593 * configure.in (host_tools): Remove cgen.
11594
11595 * Makefile.in (all-cgen): Remove; runs from its source directory.
11596 (check-cgen, install-cgen, clean-cgen): Likewise.
a054af37 11597 (all-opcodes): Do not depend on all-cgen.
4606a26b 11598 (all-sim): Likewise.
11599
dcde3c07 116002002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
4606a26b 11601
11602 * Makefile.in: Eliminate 'apache' targets.
11603 * configure.in: Eliminate 'apache' targets.
11604
13b1b53a 11605 * configure.in: Eliminate redundant tests. Reorganize.
11606
9acba065 11607 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11608
d240b39d 11609 * config-ml.in: Eliminate references to Cygnus configure.
11610
8323b19f 11611 * Makefile.in: Eliminate references to building emacs.
11612
5e606a0f 116132002-06-28 Graham Stott <graham.stott@btinternet.com>
11614
11615 * MAINTAINERS: Update my email address.
11616
531034c6 116172002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11618
11619 * config.if (libstdcxx_incdir): Version C++ headers.
2857c21b 11620 (cxx_incdir): Remove.
531034c6 11621
bbe6e35a 116222002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11623
11624 * MAINTAINERS (Write After Approval): Add self.
11625
1be37211 11626Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11627
11628 * configure.in: Add support for ip2k.
11629
28070d68 116302002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11631
11632 * configure.in: Fix AIX configury bug.
11633
750f93c6 116342002-06-20 Steve Ellcey <sje@cup.hp.com>
11635
11636 * MAINTAINERS (Write After Approval): Add self.
11637
6862ee05 116382002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11639
296a0f54 11640 * configure.in: replace ${topsrcdir} with ${srcdir}
11641
79381a91 11642 * configure.in: Move definition of libstdcxx_flags
11643 right above usage, rather than waaay earlier.
11644
99aa6b34 11645 * configure.in: Pull definition of is_cross_compiler earlier.
11646
2e74a29f 11647 * configure.in: Rearrange a little.
11648
6862ee05 11649 * configure.in: Remove references to librx.
11650 * Makefile.in: Remove references to librx.
11651
8208f71e 11652Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11653
11654 * config.sub: Add support for avr target.
11655 Import from master sources, rev 1.255
2857c21b 11656
b3167a65 116572002-06-19 Phil Edwards <pme@gcc.gnu.org>
11658
11659 * configure, .cvsignore: Revert previous change...
11660 * Makefile: ...delete.
11661
3177ad11 116622002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11663
11664 * configure.in: Eliminate ${gasdir} variable.
11665
98b82774 116662002-06-18 Dave Brolley <brolley@redhat.com>
11667
11668 * configure.in: Add support for frv.
11669 * config.sub: Add support for frv.
11670
324ae56a 116712002-06-18 Phil Edwards <pme@gcc.gnu.org>
11672
11673 * configure: Remove garbage from previous commit.
11674
9bf16801 116752002-06-18 Phil Edwards <pme@gcc.gnu.org>
11676
11677 * configure: For in-source builds, make a subdir and re-exec there.
11678 * Makefile: New file. Pass targets through to build directory.
11679 * .cvsignore: No longer ignore "Makefile".
11680
ceb0e431 116812002-06-16 Douglas Rupp <rupp@gnat.com>
11682
11683 * MAINTAINERS (Write After Approval): Add self.
11684
50471600 116852002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11686
11687 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11688
5f0cd095 116892002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11690
11691 * configure.in (vax-*-netbsd*): Re-enable gas.
11692
02a5d82a 116932002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11694
286bd992 11695 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11696 BUILD_PREFIX_1, to correct nomenclature.
11697 * configure: Likewise.
11698
02a5d82a 11699 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11700 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11701
33327ce2 117022002-05-31 Olaf Hering <olh@suse.de>
11703
11704 * config-ml.in: Propogate DESTDIR also.
11705
ce3c05b4 117062002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11707
11708 * configure.in (vax-*-netbsd*): Don't build gas for this
11709 platform.
11710
a899dc64 117112002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11712
11713 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11714 and libgcj for AVR.
11715
fe44416c 117162002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
11717
11718 * MAINTAINERS (Write After Approval): Add myself.
11719
81c7c0cd 117202002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
11721
11722 * config.guess: Update to 2002-05-22 version.
11723 * config.sub: Likewise.
11724
3354d061 117252002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11726
11727 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11728 * config-ml.in: Likewise.
11729 * configure: Likewise.
11730 * configure.in: Likewise.
11731
38d811e4 117322002-05-16 Stephane Carrez <stcarrez@nerim.fr>
11733
11734 * MAINTAINERS: Update my email address.
11735
85b038d8 117362002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
11737
e12be23e 11738 * configure.in: Simplify makefile fragment collection.
11739
11740 * configure.in: Remove code to build emacs.
ebd9f514 11741
64d298c9 11742 * configure.in : Remove --srcdir argument from targargs and buildargs
11743 (it's always overridden in the Makefile anyway). Rearrange a bit.
11744
11745 * configure: Move some logic to configure.in.
11746 * configure.in: Move some logic from configure.
85b038d8 11747
231fca94 117482002-05-11 Tom Tromey <tromey@redhat.com>
11749
11750 * MAINTAINERS: Reflect libgcj reality.
11751
7a94b1b9 117522002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
11753
11754 * Makefile.in: Honour DESTDIR.
11755
053d448f 117562002-05-08 Mark Mitchell <mark@codesourcery.com>
11757
11758 * config.guess: Import 2002-03-20 version.
11759 * config.sub: Import 2002-04-26 version.
11760
2eb4509a 117612002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11762
11763 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11764
df8868bc 117652002-05-07 Tim Josling <tej@melbpc.org.au>
11766
11767 * MAINTAINERS: Add self.
11768
dcde3c07 117692002-05-06 Loren J. Rittle <ljrittle@acm.org>
02bff180 11770
11771 * ltmain.sh: Detect and handle object name conflicts
11772 while piecewise linking a static library.
11773
05bcb167 117742002-05-05 Alexandre Oliva <aoliva@redhat.com>
11775
11776 * configure.in (noconfigdirs): Don't disable libgcj on
11777 sparc64-*-solaris* and sparcv9-*-solaris*.
11778
1693b6e0 117792002-05-03 Alexandre Oliva <aoliva@redhat.com>
11780
11781 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11782
6a255a10 117832002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
11784
11785 * configure.in (FLAGS_FOR_TARGET): Do not add
11786 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11787 on i[3456]86-*-linux*.
11788
84690ae2 117892002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
11790
11791 * configure.in (noconfigdirs): Replace [ ] with test.
11792
11793 * configure.in (noconfigdirs): Do not add target-newlib if
11794 target == i[3456]86-*-linux*, and host == target.
11795
f8c3fea9 117962002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
11797
d5908f53 11798 * configure.in: delete reference to absent file
11799
441f85dc 11800 * configure.in: replace '[' with 'test'
11801
a1245e7e 11802 * configure.in: Eliminate references to gash.
11803 * Makefile.in: Eliminate references to gash.
11804
7fe51435 11805 * configure.in: remove useless references to 'pic' makefile fragments.
11806
1e0a85a6 11807 * configure.in: (*-*-windows*) Finish removing.
11808
f8c3fea9 11809 * configure.in: Eliminate redundant test for libgui.
11810
5cf29107 118112002-04-29 Roger Sayle <roger@eyesopen.com>
11812
11813 * MAINTAINERS: Add self and realphabetize. Update entries
11814 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11815 entry for a29k port maintainer.
11816
dcde3c07 118172002-04-26 Joel Sherrill <joel@OARcorp.com>
81ae9134 11818
11819 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11820 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11821
feaa7d87 118222002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11823
11824 * configure.in: remove references to dead files
11825
d74b55e8 118262002-04-19 Mark Mitchell <mark@codesourcery.com>
11827
11828 * MAINTAINERS: Add information about purpose of this file.
11829
55efab1c 118302002-04-18 Tom Tromey <tromey@redhat.com>
11831
11832 * configure.in: Disallow configuring libgcj when it is already
11833 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11834 Solaris 2.8 by default. For PR libgcj/6158.
11835
29a2c390 118362002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11837
11838 * configure.in: Move default CC setting out of config/mh-* fragments
11839 directly into here.
11840
b138c834 118412002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11842
11843 * configure.in: don't even try to configure or make a subdirectory
11844 if there's no configure script for it.
11845
5e311636 118462002-04-15 Mark Mitchell <mark@codesourcery.com>
11847
11848 * MAINTAINERS: Remove chill maintainers.
11849 * Makefile.in (CHILLFLAGS): Remove.
11850 (CHILL_LIB): Remove.
11851 (TARGET_CONFIGDIRS): Remove libchill.
11852 (CHILL_FOR_TARGET): Remove.
11853 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11854 CHILL_LIB.
11855 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11856 (CHECK_TARGET_MODULES): Likewise.
11857 (INSTALL_TARGET_MODULES): Likewise.
11858 (CLEAN_TARGET_MODULES): Likewise.
11859 (configure-target-libchill): Remove.
11860 (all-target-libchill): Remove.
11861 * configure.in (target_libs): Remove target-libchill.
11862 Do not compute CHILL_FOR_TARGET.
11863 * libchill: Remove directory.
2857c21b 11864
df2ff48f 118652002-04-11 DJ Delorie <dj@redhat.com>
11866
11867 * Makefile.in, configure.in: Sync with binutils, entries
11868 follow...
11869
a76bff71 118702002-04-07 Andrew Cagney <ac131313@redhat.com>
11871
11872 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11873 (do-tar, do-bz2): New rules.
11874 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11875 (gdb-tar): New rule.
11876 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11877 (insight_dejagnu.tar): New rule.
11878 (insight.tar): New rule.
11879 (gdb+dejagnu.tar): New rule.
11880 (gdb.tar): New rule.
11881
df2ff48f 118822002-02-01 Mo DeJong <supermo@bayarea.net>
11883
11884 * Makefile.in: Add all-tix to deps for all-snavigator
11885 so that tix is built when building snavigator.
11886
118872002-01-11 Steve Ellcey <sje@cup.hp.com>
11888
11889 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11890 ld and gdb are not supported.
11891
118922002-01-07 Mark Salter <msalter@redhat.com>
11893
11894 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11895 Allow target-libgloss to be built for arm, strongarm, and xscale.
11896
118972001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11898
11899 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11900 options for i[3456]86-pc-linux* native builds.
11901
119022001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11903
11904 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11905 files from .po files for a distribution.
11906
119072001-09-03 Jeff Holcomb <jeffh@redhat.com>
11908
11909 * configure.in: Enable libstdc++-v3 for h8300 targets.
11910
119112001-06-19 Alan Modra <amodra@bigpond.net.au>
11912
11913 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11914 version from bfd/.
11915
11916Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11917
11918 * Makefile.in (VER): When present, extract the version number from
11919 the file version.in.
11920
dcde3c07 119212001-05-24 Tom Rix <trix@redhat.com>
df2ff48f 11922
11923 * configure.in : enable ld for aix
11924
119252001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11926
11927 * config.guess: Add linux target for S/390.
11928
119292000-11-07 Philip Blundell <pb@futuretv.com>
11930
11931 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11932
119332000-11-03 Philip Blundell <pb@futuretv.com>
11934
11935 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11936 files.
11937
119382001-01-15 Ben Elliston <bje@redhat.com>
11939
11940 * configure.in (host_tools): Add sid.
11941 Always configure cgen.
11942
119432000-11-24 Nick Clifton <nickc@redhat.com>
11944
11945 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11946
df2ff48f 119472000-08-20 Doug Evans <dje@casey.transmeta.com>
11948
11949 * Makefile.in (ALL_MODULES): Add all-cgen.
11950 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11951 (all-cgen): New target.
11952 (all-opcodes,all-sim): Depend on all-cgen.
11953 * configure.in (host_tools): Add cgen.
11954 Only configure cgen if --enable-cgen-maint.
11955
dcde3c07 119562002-04-09 Loren J. Rittle <ljrittle@acm.org>
e701a477 11957
11958 * configure.in: Add *-*-freebsd* configurations.
11959
4caca96d 119602002-04-08 Tom Tromey <tromey@redhat.com>
11961
11962 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11963 Fixes PR libgcj/6068.
11964
ec66e65b 119652002-03-30 Krister Walfridsson <cato@df.lth.se>
11966
11967 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11968
dd96b1d1 119692002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11970
11971 * configure.in (alpha*-dec-osf*): Enable libgcj.
11972
dcde3c07 119732003-03-27 Matthew Gingell <gingell@gnat.com>
b62015df 11974
11975 * MAINTAINERS (Write After Approval): Add myself.
11976
52fdc102 119772002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11978
11979 Fix for: PR bootstrap/3591, target/5676
11980 * configure.in (mcore-pe): Disable the configuration of
11981 libstdc++-v3 since exceptions are not supported.
11982
f3830a0e 119832002-03-20 Anthony Green <green@redhat.com>
11984
11985 * configure.in: Enable libgcj for xscale-elf target.
11986
dcde3c07 11987Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
93ef9ddc 11988
11989 * MAINTAINERS: Update my email address.
11990
82c26350 119912002-03-16 Alexandre Oliva <aoliva@redhat.com>
11992
11993 * ltmain.sh (relink_command): Fix typo in previous change.
11994
30d51ce8 119952002-03-15 Alexandre Oliva <aoliva@redhat.com>
11996
11997 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11998 (relink_command): Added --tag flags.
11999 (mode=install): If relinking fails; error out.
12000
863ba363 120012002-03-12 Richard Henderson <rth@redhat.com>
12002
12003 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
12004 .NOTPARALLEL tag.
12005 (do-check): Rename from check.
12006 (check): Allow parallel check.
12007
a4ae6a96 120082002-03-12 Bob Wilson <bob.wilson@acm.org>
12009
12010 * MAINTAINERS: Add myself as maintainer for xtensa port.
12011 Fix alphabetical order in CPU port maintainer list.
12012 Remove myself from Write After Approval list.
12013
b65e027c 120142002-03-11 Richard Henderson <rth@redhat.com>
12015
12016 * Makefile.in (.NOTPARALLEL): Add fake tag.
12017
857f2cca 120182002-03-07 H.J. Lu (hjl@gnu.org)
12019
12020 * configure.in: Enable gprof for mips*-*-linux*.
12021
f9231c6c 120222002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
12023
12024 * MAINTAINERS (Write After Approval): Add myself.
12025
a51555c7 120262002-02-28 Alexandre Oliva <aoliva@redhat.com>
12027
12028 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12029 libjava.
12030 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12031
f48588d2 120322002-02-23 Alexandre Oliva <aoliva@redhat.com>
12033
12034 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12035 because its Makefile is there; test for the executable instead.
12036
4e979746 120372002-02-22 Alexandre Oliva <aoliva@redhat.com>
12038
12039 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12040 libstdc++-v3 and libjava.
12041
dcde3c07 120422002-02-11 Adam Megacz <adam@xwt.org>
ddb2364e 12043
12044 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12045 boehm-gc
2857c21b 12046
ff727c47 120472002-02-09 Alexandre Oliva <aoliva@redhat.com>
12048
12049 * config.guess: Updated to 2002-01-30's version.
12050 * config.sub: Updated to 2002-02-01's version.
12051 Contribute sh64-elf.
12052 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
12053 * configure.in: Added sh64-*-*.
12054
77badc5f 120552002-02-08 Chris Demetriou <cgd@broadcom.com>
12056
12057 * MAINTAINERS: Belatedly add myself to write after approval list.
12058
270ba101 12059Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
12060
12061 * MAINTAINERS: Put self in as maintainer for x86-64 port.
12062 Remove self as Write After Approval.
12063
2ca6eb0a 120642002-01-31 Geoffrey Keating <geoffk@redhat.com>
12065
12066 * MAINTAINERS: Put self in as maintainer for contrib/regression
12067 directory.
12068
0a526b48 120692002-01-28 Phil Edwards <pme@gcc.gnu.org>
12070
12071 * MAINTAINERS: Update my email address.
12072
1602f15c 120732002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
12074
2857c21b 12075 * configure.in (*-*-netbsd*): New. Skip target-newlib,
12076 target-libiberty, and target-libgloss. Skip Java-related
1602f15c 12077 libraries if not supported for NetBSD on target CPU.
12078
ecec2beb 120792002-01-25 Douglas B Rupp <rupp@gnat.com>
12080
12081 * install-sh: Use _inst.$$_ for temp file name.
12082
645cf380 120832002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
12084
12085 * MAINTAINERS (Write After Approval): Move my contact info
12086 from here...
12087 (OS Port Maintainers): ...to here (netbsd).
12088
aaced030 120892002-01-22 Bob Wilson <bob.wilson@acm.org>
12090
12091 * MAINTAINERS (Write After Approval): Add myself.
12092
dcde3c07 120932002-01-17 H.J. Lu <hjl@gnu.org>
bc0fa39e 12094
12095 * Makefile.in (all-fastjar): Also depend on all-libiberty.
12096 (all-target-fastjar): Also depend on all-target-libiberty.
12097
7fac8b66 120982002-01-16 H.J. Lu (hjl@gnu.org)
12099
12100 * config.guess: Import from master sources, rev 1.225.
12101 * config.sub: Import from master sources, rev 1.238.
12102
22cb6446 121032002-01-16 Kazu Hirata <kazu@hxi.com>
12104
12105 * MAINTAINERS (Write After Approval): Remove myself.
12106
e83a1c00 121072001-12-19 Florian Weimer <fw@deneb.enyo.de>
12108
12109 * MAINTAINERS (Write After Approval): Add myself.
12110
7ac25494 121112001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
12112
12113 * MAINTAINERS: Add self as docs co-maintainer.
12114
15f457c4 121152001-12-11 Matthias Klose <doko@debian.org>
12116
12117 * MAINTAINERS (Write After Approval): Add myself.
12118
9753f6ab 121192001-12-09 Zack Weinberg <zack@codesourcery.com>
12120
12121 * MAINTAINERS: Update my email address.
12122
35df4184 121232001-12-07 Turly O'Connor <turly@apple.com>
12124 * MAINTAINERS (Write After Approval): Add myself.
12125 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12126 (rs6000_initialize_trampoline): Call __trampoline_setup for
12127 ABI_DARWIN too.
12128 * darwin-tramp.asm: New file, implements __trampoline_setup.
13106b16 12129 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
35df4184 12130
66f95edb 121312001-12-07 Paolo Carlini <pcarlini@unitus.it>
12132
12133 * MAINTAINERS (Write After Approval): Add myself.
12134
e67b1627 12135Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
12136
12137 * configure, configure.in: Use temp file for long sed commands.
12138
8dfee166 121392001-12-03 Laurent Guerby <guerby@acm.org>
12140
12141 * config.sub: Update to version 1.232 on subversion.
12142
7412cf54 121432001-12-03 Ben Elliston <bje@redhat.com>
12144
12145 * MAINTAINERS: Update mail address for config.* patches.
12146
dcde3c07 121472001-11-27 DJ Delorie <dj@redhat.com>
31972771 12148 Zack Weinberg <zack@codesourcery.com>
12149
12150 When build != host, create libiberty for the build machine.
12151
12152 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12153 CONFIG_ARGUMENTS.
12154 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12155 New variables.
12156 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12157 and rules.
12158 (all.normal): Depend on ALL_BUILD_MODULES.
12159 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12160 (all-build-libiberty): Depend on configure-build-libiberty.
12161
12162 * configure: Calculate and substitute proper value for
12163 ALL_BUILD_MODULES.
12164 * configure.in: Create the build subdirectory.
12165 Calculate and substitute TARGET_CONFIGARGS (formerly
12166 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12167
0e3daba4 121682001-11-26 Ziemowit Laski <zlaski@apple.com>
12169
12170 * MAINTAINERS (write-after-approval): Add self.
12171
1ccaa52c 121722001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
12173
12174 * MAINTAINERS (GNATS only accounts): Remove self.
12175
97b9437e 121762001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
12177
12178 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12179 libf2c.
12180
2d051b86 121812001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
12182
12183 * MAINTAINERS (Write After Approval): Add self.
12184
9829bea4 121852001-11-12 David O'Brien <obrien@FreeBSD.org>
12186
12187 * MAINTAINERS: mips and s390 are also CPU ports.
12188
f8556812 121892001-11-12 David O'Brien <obrien@FreeBSD.org>
12190
12191 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12192
e3c6ddf5 121932001-11-11 David O'Brien <obrien@FreeBSD.org>
12194
12195 * MAINTAINERS: Alphabetize.
12196
31cd48a0 121972001-11-09 Kazu Hirata <kazu@hxi.com>
12198
12199 * MAINTAINERS (Various maintainers: h8 port): Add myself.
12200
76f9a979 122012001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
12202
12203 * MAINTAINERS (Various maintainers: hppa port): Added myself.
12204
a9cbbd8a 122052001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
12206
12207 * configure.in (--enable-languages): Be more permissive about
12208 syntax. Check for empty lists better. Warn about $LANGUAGES.
12209
dddb37d8 122102001-11-08 Geoffrey Keating <geoffk@redhat.com>
12211
12212 * config.sub: Import from master sources, rev. 1.230.
12213 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12214
f0314ce2 122152001-11-07 Laurent Guerby <guerby@acm.org>
12216
12217 * MAINTAINERS (Write After Approval): Add self.
12218
8c30d42d 122192001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
12220
12221 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12222
18729ae0 122232001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
12224
12225 * config.sub: Import from master sources, rev 1.226.
12226 * config.guess: Import from master sources, rev 1.216.
12227
38135c1e 122282001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
12229
12230 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12231 * MAINTAINERS: Add self as maintainer of MMIX port.
12232 Remove old after-approval entry.
12233
fee90afd 122342001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
12235
12236 * ChangeLog, configure: Fix spelling errors.
12237
800026b8 122382001-10-20 Brendan Kehoe <brendan@zen.org>
12239
12240 * MAINTAINERS: Tweak my address.
12241
dcde3c07 12242Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
eb3ce9d6 12243
12244 * MAINTAINERS: Update my email address.
12245
b746a8aa 122462001-10-11 Hans-Peter Nilsson <hp@axis.com>
115f17da 12247
10475f52 12248 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
c22f21b2 12249 * MAINTAINERS: Add self as maintainer of CRIS port.
115f17da 12250
27e8b2c3 122512001-10-10 Geert Bosch <bosch@gnat.com>
12252
31972771 12253 * MAINTAINERS (Various maintainers: Ada front end):
27e8b2c3 12254 Added Robert Dewar.
12255
dcde3c07 122562001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
4f252e28 12257
12258 * MAINTAINERS (Write After Approval): Added self
12259
17a611d5 122602001-10-02 Geert Bosch <bosch@gnat.com>
12261
12262 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12263
8b20014f 122642001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
12265
12266 * configure: Handle temporary files securely using mkdir.
12267
85d6787e 122682001-09-29 Alexandre Oliva <aoliva@redhat.com>
12269
12270 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12271
dcde3c07 122722001-09-26 Will Cohen <wcohen@redhat.com>
3c9a7565 12273
12274 * configure.in (*-*-linux*): Disable configuration of target-newlib
12275 and target-libgloss.
31972771 12276
1ed656c9 122772001-09-26 Alexandre Oliva <aoliva@redhat.com>
12278
12279 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12280 RANLIB.
12281
6f36c694 122822001-09-21 Alexandre Oliva <aoliva@redhat.com>
12283
12284 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12285 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12286 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12287 avoid quotes nesting problems.
12288 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12289 (DO_X): Export only variables that are set.
12290
471c8d6f 122912001-09-19 Ben Elliston <bje@redhat.com>
12292
12293 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12294 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12295 semantics. Use the shell built-in "type" command instead.
12296
debdecb8 122972001-08-31 Alexandre Oliva <aoliva@redhat.com>
12298
12299 Merged from gcc-3_0-branch:
12300 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
12301 * ltcf-c.sh: Use $objext, not $ac_objext.
12302 2001-07-27 Mark Kettenis <kettenis@gnu.org>
12303 * ltcf-cxx.sh: Add support for GNU.
12304 2001-07-22 Timothy Wall <twall@redhat.com>
12305 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
12306 default settings if using GNU tools with that configuration.
12307 * ltcf-cxx.sh: Ditto.
12308 * ltcf-gcj.sh: Ditto.
12309 2001-07-21 Michael Chastain <chastain@redhat.com>
12310 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12311 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
12312 * ltmain.sh: Mark as gcc-local.
12313
79af057d 123142001-08-30 Eric Christopher <echristo@redhat.com>
12315 Jason Eckhardt <jle@redhat.com>
12316
12317 * config.guess: Merge from master sources.
12318 * config.sub: Merge from master sources, add support for mipsisa32.
12319
2af6c242 123202001-08-25 Geoffrey Keating <geoffk@redhat.com>
2af6c242 12321 * config.sub: Merge from master sources, rev 1.219.
12322 * MAINTAINERS: Add self as contact for stormy16 port.
12323
2e1f0726 123242001-08-14 Zack Weinberg <zackw@panix.com>
12325
12326 * config.sub: Merge from master sources, rev 1.218.
12327 * config.guess: Merge from master sources, rev 1.209.
12328
7148a43f 123292001-08-11 Graham Stott <grahams@redhat.com>
12330
12331 * Makefile.in (check-c++): Add missing semicolon.
12332
7572bd48 12333Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
12334
2af6c242 12335 * MAINTAINERS (Various maitainers: predict.def): Added myself.
7572bd48 12336
f9daa432 123372001-07-30 Eric Christopher <echristo@redhat.com>
12338
12339 * MAINTAINERS (Various maintainers: mips port): Added myself.
12340
d5d994d4 123412001-07-25 Andrew Haley <aph@cambridge.redhat.com>
12342
31972771 12343 * configure.in (sh-*-linux*): New.
d5d994d4 12344
8741eff3 123452001-07-27 Richard Henderson <rth@redhat.com>
12346
12347 * .cvsignore: Add LAST_UPDATED.
12348
e06d8cc6 123492001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
12350
12351 * MAINTAINERS (Various maintainers: s390 port): Added myself.
12352
8729bf80 123532001-07-16 Aldy Hernandez <aldyh@redhat.com>
12354
31972771 12355 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8729bf80 12356
19abf887 12357Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
12358
12359 * MAINTAINERS (Write After Approval): Added myself.
12360
8f71eb19 123612001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12362
12363 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12364 and libgcj on m68hc11/m68hc12.
12365
fc5104b7 123662001-06-27 H.J. Lu (hjl@gnu.org)
12367
12368 * Makefile (CFLAGS_FOR_BUILD): New.
12369 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12370
8ee5e915 123712001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12372
12373 * README: Remove version number.
12374
c753142b 123752001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12376
12377 * INSTALL/README: Update wrt. to the installation instructions now
12378 residing in gcc/doc/install.texi.
12379
8f602ce4 123802001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12381
12382 * README: Replace with a cut-down and updated version of gcc/README.
12383
0546d603 123842001-06-12 David Edelsohn <edelsohn@gnu.org>
12385
12386 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12387 multilibs to be disabled.
12388
f3886572 123892001-06-11 Daniel Berlin <dan@cgsoftware.com>
12390
12391 * MAINTAINERS (Write After Approval): Add myself.
f9daa432 12392
f1379586 123932001-06-09 Alexandre Oliva <aoliva@redhat.com>
12394
12395 * config.guess: Import CVS version 1.195.
12396 * config.sub: Import CVS version 1.212.
12397
ff091412 123982001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
12399
12400 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12401 gcc/xgcc is built, use -print-prog-name to find out the program
12402 name to use.
12403
6eadd25b 124042001-06-04 Phil Edwards <pme@sources.redhat.com>
12405
12406 * config.guess: Import CVS version 1.194. All gcc-local changes
12407 appear to also be in the master copy.
12408 * config.sub: Import CVS version 1.211.
12409
761c31c6 12410Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
12411
12412 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12413 with_gcc]: Use `gcc -shared' to build a shared library.
12414
833b6505 12415Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
12416
12417 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12418 archives.
12419
9847d949 12420Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12421
12422 * MAINTAINERS (Write After Approval): Add myself.
12423
fadf0d3c 124242001-06-01 Hans-Peter Nilsson <hp@axis.com>
12425
12426 * configure.in (libstdcxx_flags): Do not try to execute
12427 libstdc++-v3/testsuite_flags until it exists.
12428
d39a4f27 124292001-06-01 Alan Modra <amodra@bigpond.net.au>
12430
12431 * MAINTAINERS: Update my email address.
12432
d0642799 124332001-05-31 Graham Stott <grahams@redhat.com>
12434
12435 * MAINTAINERS (Write After Approval): Add myself.
12436
dcde3c07 124372001-05-28 Simon Patarin <simon.patarin@inria.fr>
9c6813ce 12438
12439 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
12440 libraries when using g++ with native linker.
12441
a28875e9 124422001-05-28 Alexandre Oliva <aoliva@redhat.com>
12443
12444 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12445
00ed89e1 124462001-05-22 Alexandre Oliva <aoliva@redhat.com>
12447
12448 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12449 [aix4*|aix5*]: Prepend blank.
12450
93221b10 124512001-05-20 Alexandre Oliva <aoliva@redhat.com>
12452
12453 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12454 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
12455 of subdir/configure scripts to use the new libtool.m4.
12456
b26428f6 124572001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
12458
12459 * MAINTAINERS (Write After Approval): Add myself.
12460
de27502c 124612001-05-18 Benjamin Kosnik <bkoz@redhat.com>
12462
12463 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12464
28e776fd 124652001-05-11 Ben Elliston <bje@redhat.com>
12466
12467 * Makefile.in (all-sid): New target.
12468 (check-sid, clean-sid, install-sid): Likewise.
12469
e67abcc9 124702001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
12471
12472 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12473
df4fdffb 124742001-05-03 Alexandre Oliva <aoliva@redhat.com>
12475
12476 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12477 libgcj.
12478
124792001-05-03 Alexandre Oliva <aoliva@redhat.com>
12480
12481 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12482 gcc/xgcc is built, use -print-prog-name to find out the program
12483 name to use.
12484
dfb18c91 124852001-04-26 Alexandre Oliva <aoliva@redhat.com>
12486
fdaf496c 12487 * configure.in (noconfigdirs): Don't reset it from scratch in the
12488 target case; only append to it.
f9daa432 12489
dfb18c91 12490 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12491 sparc-*-solaris2.8]: Disable ${libgcj}.
12492
f7ec7829 124932001-04-25 Alexandre Oliva <aoliva@redhat.com>
12494
12495 * configure.in (libgcj_saved): Copy from $libgcj.
12496 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12497 --disable-libgcj.
12498
b890ea44 124992001-04-25 Gavin Romig-Koch <gavin@redhat.com>
12500
12501 * MAINTAINERS: Remove self as MIPS maintainer and
f9daa432 12502 C front end maintainer.
b890ea44 12503
f6dd84a6 12504Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
12505
12506 * configure.in: Move *-chorusos target case to the proper switch.
12507 Disable libgcj.
12508
46b021de 125092001-04-12 Alexandre Oliva <aoliva@redhat.com>
12510
12511 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12512 1.641.2.228.
12513
0355c121 125142001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12515
12516 * Makefile.in (STAGE1_CFLAGS): Pass down.
12517
954078d1 125182001-04-13 Alan Modra <amodra@one.net.au>
12519
12520 * config.guess: Add hppa64-linux support. Note for next import that
12521 this is already in the master file.
12522 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
12523
67282802 125242001-04-12 Alexandre Oliva <aoliva@redhat.com>
12525
12526 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12527 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12528
628f3e51 125292001-04-11 Stan Shebs <shebs@apple.com>
12530
12531 * MAINTAINERS: Add self as Darwin port maintainer.
12532
c5659af6 125332001-04-11 Alan Modra <amodra@one.net.au>
12534
12535 * MAINTAINERS: Update my email address.
12536
6a965736 125372001-04-10 Loren J. Rittle <ljrittle@acm.org>
12538
12539 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12540 recent versions of FreeBSD (release 3 or later).
12541 * ltconfig: On FreeBSD, -lc must not be provided when building
12542 a shared library or else the standard -pthread gcc option is
12543 rendered worthless to later users of the built library.
12544
e64be694 125452001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
12546
12547 * MAINTAINERS: Add self and RTH as C front end maintainers.
12548
a28f421e 125492001-04-05 Alexandre Oliva <aoliva@redhat.com>
12550
31972771 12551 * config.sub: Make sure to match an already-canonicalized
12552 machine name (eg. mn10300-unknown-elf).
a28f421e 12553
1cb80700 125542001-04-01 Alexandre Oliva <aoliva@redhat.com>
12555
12556 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12557 New macros.
12558 (bootstrap, cross): Use RECURSE_FLAGS.
12559 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12560
8929c4de 125612001-03-27 Alexandre Oliva <aoliva@redhat.com>
12562
12563 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12564
46b43912 125652001-03-22 Colin Howell <chowell@redhat.com>
12566
5c144a30 12567 * Makefile.in (DO_X): Do not backslash single-quotes in
12568 backquotes (two places).
46b43912 12569
cd003521 125702001-03-22 Alexandre Oliva <aoliva@redhat.com>
12571
12572 Re-installed:
12573 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12574 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12575 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12576 * ltcf-cxx.sh: Likewise.
12577 * ltcf-gcj.sh: Likewise.
12578
7c9b3c20 125792001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12580
12581 * MAINTAINERS: Add myself as "documentation co-maintainer".
12582
88c1d089 125832001-03-22 Alexandre Oliva <aoliva@redhat.com>
12584
12585 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12586 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12587
ed7a462d 125882001-03-19 Tom Tromey <tromey@redhat.com>
12589
12590 * config-ml.in: Handle GCJ and GCJFLAGS.
12591
3caa3e73 125922001-03-21 Michael Chastain <chastain@redhat.com>
12593
12594 * Makefile.in: all-m4 depends on all-texinfo.
12595
45b909bc 125962001-03-20 Loren J. Rittle <ljrittle@acm.org>
12597
12598 * MAINTAINERS: Add myself to write after approval list.
12599
f9ecd05b 126002001-03-18 Laurynas Biveinis <lauras@softhome.net>
12601
12602 * Makefile.in (DO_X): Quote nested quotes.
12603
a0167be8 126042001-03-18 Alan Modra <alan@linuxcare.com.au>
12605
12606 * MAINTAINERS: Add myself to write after approval list.
12607
34690eeb 126082001-03-15 Laurynas Biveinis <lauras@softhome.net>
12609
12610 * Makefile.in (DO_X): Use double quotes for quoting
12611 "RANLIB=$${RANLIB}".
12612
ace16e3d 126132001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12614
12615 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12616
dcde3c07 126172001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
314b6875 12618
12619 * configure.in: Only use `lang_requires' for languages athat are
12620 actually enabled.
12621
6941e176 126222001-03-08 Phil Edwards <pme@sources.redhat.com>
12623
12624 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12625
8278b709 126262001-03-08 Alexandre Oliva <aoliva@redhat.com>
12627
12628 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12629
1a6eb118 126302001-03-07 Tom Tromey <tromey@redhat.com>
12631
12632 * configure.in: Allow config-lang.in to set `lang_requires' to list
12633 of other required languages.
12634
8c74272d 126352001-03-06 Laurynas Biveinis <lauras@softhome.net>
12636
12637 * Makefile.in: Remove RANLIB definition. Use RANLIB
12638 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12639 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
f9daa432 12640
41edef81 126412001-02-28 Benjamin Kosnik <bkoz@redhat.com>
31972771 12642 Alexandre Oliva <aoliva@redhat.com>
f9daa432 12643
41edef81 12644 * Makefile.in (check-c++): Use tabs, not spaces.
12645
8b6c1516 126462001-02-20 Laurynas Biveinis <lauras@softhome.net>
f9daa432 12647
8b6c1516 12648 * MAINTAINERS: add myself to Write After Approval list.
12649
66c4386e 126502001-02-19 Benjamin Kosnik <bkoz@redhat.com>
fd1a012c 12651
31972771 12652 * Makefile.in (check-c++): New rule.
f9daa432 12653
fd1a012c 12654 * configure.in (target_libs): Remove libg++.
12655 (noconfigdirs): Remove libg++.
12656 (noconfigdirs): Same.
12657 (noconfigdirs): Same.
12658 (noconfigdirs): Same.
12659
12660 * config-ml.in: Remove libg++ references.
12661
12662 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12663 (ALL_TARGET_MODULES): Same.
12664 (configure-target-libg++): Remove.
12665 (all-target-libg++): Remove.
12666 (configure-target-libio): Remove.
12667 (all-target-libio): Remove.
12668 (check-target-libio): Remove.
12669 (.PHONY): Remove.
12670 (libg++.tar.bz2): Remove.
12671 (all-target-cygmon): Remove libio.
12672 (all-target-libstdc++): Remove.
12673 (configure-target-libstdc++): Remove.
12674 (TARGET_LIB_PATH): Remove libstdc++.
12675 (ALL_GCC_CXX): Remove libstdc++.
12676 (all-target-gperf): Correct.
12677
8fb60dad 126782001-02-16 Nick Clifton <nickc@redhat.com>
12679
12680 * configure.in (noconfigdirs): Allow configuration of texinfo
12681 for Cygwin hosts.
12682
8611f330 126832001-02-15 Anthony Green <green@redhat.com>
12684
12685 * configure: Introduce GCJ_FOR_TARGET.
12686 * configure.in: Ditto.
12687 * Makefile.in: Ditto.
12688
863b470b 126892001-02-13 Andreas Schwab <schwab@suse.de>
12690
12691 * MAINTAINERS: Update mail address.
12692
9bfefeba 126932001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12694
12695 * config.guess: Add linux target for S/390.
12696 * config.sub: Likewise.
12697
dcde3c07 126982001-02-08 Chandrakala Chavva <cchavva@redhat.com>
737f6b8e 12699
12700 * configure.in: for *-chorusos, don't config target-newlib and
31972771 12701 target-libgloss.
737f6b8e 12702
60611395 127032001-02-06 Ben Elliston <bje@redhat.com>
12704
12705 * configure: Output host type to stdout, not stderr.
12706
2b05b516 127072001-02-05 Mark Mitchell <mark@codesourcery.com>
12708
da0c6982 12709 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
fda29981 12710 * ltcf-cxx.sh: Likewise.
12711
2b05b516 12712 * config.if: Assume enable_libstdcxx_v3 is defined.
12713
1030d23b 127142001-02-04 Mark Mitchell <mark@codesourcery.com>
12715
12716 Remove V2 C++ library.
12717 * configure.in: Remove --enable-libstdcxx_v3 support.
12718
1c1033dd 127192001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
12720
12721 * include/demangle.h: Add prototype for java_demangle_v3.
12722
3a2af5aa 127232001-01-29 Phil Edwards <pme@sources.redhat.com>
12724
12725 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
12726
f4763e9a 127272001-01-27 Richard Henderson <rth@redhat.com>
12728
12729 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12730
1e5173c2 127312001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12732
12733 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12734 Don't unset, it's non-portable and no longer necessary, set to empty
12735 instead.
12736
441075de 127372001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12738
12739 * ltconfig: Shell portability fix for the tagname validity check.
12740
21037ec8 127412001-01-27 Alexandre Oliva <aoliva@redhat.com>
12742
12743 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12744 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12745
db45c2a0 127462001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12747
12748 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12749
2c18c34e 127502001-01-26 Tom Tromey <tromey@redhat.com>
12751
12752 * configure.in: Allow libgcj to be built on Sparc Solaris.
12753
4b44c1a3 127542001-01-25 David Edelsohn <edelsohn@gnu.org>
12755
12756 * ltcf-c.sh: Add aix5 case.
12757 * ltcf-cxx.sh: Likewise.
12758 * ltconfig: Likewise.
12759
24f78d1b 127602001-01-24 Alexandre Oliva <aoliva@redhat.com>
12761
a7b0e06d 12762 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12763 keep at least one of build_libtool_libs or build_old_libs set to
12764 yes.
12765
24f78d1b 12766 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12767 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12768
ef1760c1 127692001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
12770
12771 * configure.in: Enable libgcj on several additional platforms.
12772
1986d3d9 127732001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
12774
12775 * configure.in: Enable libgcj for linux targets.
12776
7e1bb7bf 127772001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12778
12779 * MAINTAINERS (Write After Approval): Add myself.
12780
f3a027ae 127812001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
12782
12783 * MAINTAINERS: Add myself as vax port maintainer.
12784
5e7056b8 127852001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
12786
12787 * MAINTAINERS: Add myself as Mercury front-end maintainer.
12788
0d2271de 127892001-01-09 Mike Stump <mrs@wrs.com>
12790
12791 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12792 failures of subdirectories.
12793
cd003521 127942001-01-02 Laurynas Biveinis <lauras@softhome.net>
d76e21ba 12795
cd003521 12796 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
d76e21ba 12797 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
cd003521 12798 * ltcf-cxx.sh: Likewise.
12799 * ltcf-gcj.sh: Likewise.
12800 * ltconfig.sh: Fix typo.
d76e21ba 12801
95426b72 128022001-01-02 Laurynas Biveinis <lauras@softhome.net>
12803
12804 * configure: handle DOS-style absolute paths.
12805
bd55fdd4 128062001-01-02 Laurynas Biveinis <lauras@softhome.net>
12807
12808 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12809
66714311 128102000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12811
12812 * MAINTAINERS: Add myself as avr port co-maintainer.
12813
f4f04af5 128142000-12-28 Ben Elliston <bje@redhat.com>
12815
12816 * MAINTAINERS: Add myself under ``Write After Approval''.
12817
81875c45 128182000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12819
12820 * texinfo: Remove directory from GCC.
12821
35d9361d 128222000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12823
12824 * COPYING: Update to current
12825 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12826 to 19yy as example year in copyright notice).
12827
ac20ef2c 128282000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12829
f9daa432 12830 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
ac20ef2c 12831 (libstdcxx_incdir): Pass down.
12832 * config.if: Remove expired bits for cxx_interface, add stub.
12833 (libstdcxx_incdir): Add variable for g++ include directory.
12834 * configure.in (gxx_include_dir): Use it.
f9daa432 12835
d550dfb2 128362000-12-18 Alexandre Oliva <aoliva@redhat.com>
12837
12838 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12839 with old-email address from ``Write After Approval''.
12840
2353a84c 128412000-12-15 Andreas Jaeger <aj@suse.de>
12842
12843 * configure.in: Handle lang_dirs.
12844
128452000-12-14 Tom Tromey <tromey@redhat.com>
1bbd1888 12846
ad324c4e 12847 * MAINTAINERS: Removed brads.
12848
1bbd1888 12849 * MAINTAINERS: Added gcj developers.
12850
7756f182 128512000-12-13 Anthony Green <green@redhat.com>
f9daa432 12852
7756f182 12853 * configure.in: Disable libgcj for any target not specifically
4b695c23 12854 listed. Disable libgcj for x86 and Alpha Linux until compatible
12855 with g++ abi.
f9daa432 12856
1ef27c9d 128572000-12-13 Mike Stump <mrs@wrs.com>
12858
12859 * Makefile.in (local-distclean): Also remove fastjar.
12860
8c200666 128612000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12862
12863 * contrib/gcc_update: Add fastjar --touch entries.
12864
abc9907a 128652000-12-12 Alexandre Oliva <aoliva@redhat.com>
12866
12867 * configure.in: Disable language-specific target libraries for
12868 languages that aren't enabled.
12869
4d5a2476 128702000-12-10 Anthony Green <green@redhat.com>
12871
12872 * configure.in: Define libgcj. Disable libgcj target libraries for
12873 most targets.
12874
f30b13ba 128752000-12-10 Neil Booth <neilb@earthling.net>
12876
12877 * MAINTAINERS: Update mail address, remove from WAA list.
12878
da538d34 128792000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12880
12881 * libjava: Imported from /cvs/java.
12882 * libffi: Likewise.
12883 * Boehm-gc: Likewise.
12884
bb5f4242 128852000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12886
12887 * configure.in (target_libs): Revert 2000-12-08 patch.
12888 (noconfigdirs): Added target-libjava.
12889
f4f46f68 128902000-12-09 Laurynas Biveinis <lauras@softhome.net>
12891
12892 * djunpack.bat: removed.
12893
2adfe2a9 128942000-12-09 Laurynas Biveinis <lauras@softhome.net>
12895
12896 * Makefile.in: handle DOS-style absolute paths.
12897 * config-ml.in: likewise.
12898 * symlink-tree: likewise.
12899
7ce26751 129002000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12901
12902 * fastjar: Imported.
12903
68a758b6 129042000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12905
12906 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12907 libjava.
12908 * configure.in (target_libs): Removed `target-libjava'.
12909
0b3b9f3b 129102000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12911
12912 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12913 (ALL_MODULES): Added fastjar.
12914 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12915 (all-target-libjava): all-fastjar replaces all-zip.
12916 (all-fastjar): Added.
12917 (configure-target-fastjar, all-target-fastjar): Likewise.
12918 * configure.in (host_tools): Added fastjar.
12919
b9b564e0 129202000-12-07 Mike Stump <mrs@wrs.com>
12921
12922 * Makefile.in (local-distclean): Remove leftover built files.
12923
1a45dccf 129242000-11-24 Nick Clifton <nickc@redhat.com>
12925
12926 * configure.in (xscale-elf): Add target.
12927 (xscale-coff): Add target.
12928
b21e5977 129292000-11-22 Loren J. Rittle <ljrittle@acm.org>
12930
31972771 12931 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12932 recent versions of FreeBSD (release 3 or later).
12933 * ltconfig: On FreeBSD, -lc must not be provided when building
12934 a shared library or else the standard -pthread gcc option is
12935 rendered worthless to later users of the built library.
b21e5977 12936
d7ce037e 129372000-11-16 Fred Fish <fnf@be.com>
12938
12939 * configure.in (enable_libstdcxx_v3): Fix typo,
12940 libstd++ -> libstdc++.
12941
2c5d378d 129422000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12943
12944 * MAINTAINERS: Add self to Write After Approval list.
12945
ea4ec5d3 129462000-11-21 Bernd Schmidt <bernds@redhat.com>
12947
12948 * MAINTAINERS: Update my email address. Add myself to global write
12949 privs list.
12950
5cfbc08c 129512000-11-18 Alexandre Oliva <aoliva@redhat.com>
12952
f42cc732 12953 * Makefile.in: Merge with src and libgcj.
12954 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12955 configure-target-<library> when their configure scripts need the C
12956 or C++ library to have already been built to work properly.
12957 (do_proto_toplev): Set them to an empty string.
12958
5cfbc08c 12959 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12960 (REALLY_SET_LIB_PATH): Use them.
12961
f1433f3d 129622000-11-17 Stan Shebs <shebs@apple.com>
12963
12964 * MAINTAINERS: Add self to Write After Approval list.
12965
9371935c 129662000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12967
12968 * configure: Provide the original toplevel configure arguments
12969 (including $0) to subprocesses in the environment rather than
12970 through gcc/configargs.h.
12971
967ccfb6 129722000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12973
12974 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12975 C99. Alphabetise "Write After Approval" list.
12976
facb1a06 129772000-11-12 Mark Mitchell <mark@codesourcery.com>
12978
4ec87d68 12979 * configure: Turn on libstdc++ V3 by default.
12980
facb1a06 12981 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12982 if we've got GCC.
12983
0877e533 129842000-11-11 Philip Blundell <philb@gnu.org>
12985
12986 * MAINTAINERS: Add self to Write After Approval list.
12987
a6fdcbb2 129882000-11-09 David Edelsohn <edelsohn@gnu.org>
12989
12990 * ltcf-c.sh (aix4): Improve shared library configuration; require
12991 exporting symbols.
12992 * ltcf-cxx.sh (aix4): Define.
12993 * ltconfig (aix4): Define library and soname specs appropriate for
12994 AIX. Define command to create export symbols list.
12995
dcde3c07 12996Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
4fa12471 12997
12998 * config.sub: Add support for Sun Chorus
12999
cc849a38 130002000-10-31 Nick Clifton <nickc@redhat.com>
13001
13002 * MAINTAINERS: Rename <name>@cygnus.com addresses to
13003 <name>@redhat.com. Also installed new email address for Clint
13004 Popetz.
f9daa432 13005
3f23f60a 130062000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
13007
13008 * etc: Remove directory from GCC.
13009
3e9279ee 130102000-10-16 Michael Meissner <meissner@redhat.com>
13011
13012 * configure (gcc/configargs.h): Only create if there is a build GCC
13013 directory created.
13014
f9daa432 130152000-10-16 Matthias Klose <doko@debian.org>
13016
5c371a2c 13017 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13018 when configured for libstdc++-v3.
13019
4a0e2d42 130202000-10-05 Phil Edwards <pme@gcc.gnu.org>
13021
13022 * configure: Save configure arguments to gcc/configargs.h.
13023
f39aafc5 130242000-10-04 Philipp Thomas <pthomas@suse.de>
13025
13026 * config.guess: Import CVS version 1.157.
13027 * config.sub: Import CVS version 1.181.
13028
c884589e 130292000-10-04 Andris Pavenis <pavenis@latnet.lv>
13030
13031 * Makefile.in (bootstrap): avoid recursion if subdir missing
13032 (cross): ditto
13033 (do-proto-toplev): ditto
13034
c1a13da0 130352000-09-30 Alexandre Oliva <aoliva@redhat.com>
13036
e920d979 13037 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13038 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13039
c1a13da0 13040 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13041 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
13042 all affected `configure' scripts.
13043
81089fbf 13044Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
13045
13046 * MAINTAINERS: Add self as cpplib co-maintainer.
13047
c47eeef8 130482000-09-24 Aldy Hernandez <aldyh@redhat.com>
13049
13050 * MAINTAINERS: Add self to Write After Approval list.
13051
1f6ba023 130522000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13053
13054 * INSTALL/README: egcs -> GCC update.
13055
dcde3c07 13056Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
cf1f3b68 13057
13058 * MAINTAINERS: Add myself to Write After Approval list.
13059
eca133bc 130602000-09-15 Kazu Hirata <kazu@hxi.com>
13061
13062 * MAINTAINERS: Add myself to Write After Approval list.
13063
3a6d39fe 13064Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
13065
31972771 13066 * configure.in: Do not build byacc for hppa64. Provide paths to the
13067 X11 libraries for hppa64.
3a6d39fe 13068
5e4d941a 130692000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13070
13071 * MAINTAINERS: Add myself as 68hc11 port maintainer.
13072
fd7f3a57 130732000-09-06 Alexandre Oliva <aoliva@redhat.com>
13074
5fbdfc0f 13075 * Makefile.in (all-zlib): Added dummy target.
13076
fd7f3a57 13077 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13078 ltcf-gcj.sh: Updated from libtool multi-language branch.
13079
92b251ca 130802000-09-05 Alexandre Oliva <aoliva@redhat.com>
13081
13082 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13083 (bootstrap*): Depend on all-bootstrap.
13084
31ab897a 130852000-09-05 Philipp Thomas <pthomas@suse.de>
13086
13087 * config.guess: Import CVS version 1.156.
13088 * config.sub: Import CVS version 1.179.
13089
add841d2 130902000-09-02 Anthony Green <green@cygnus.com>
13091
13092 * Makefile.in (all-gcc): Depend on all-zlib.
13093 (CLEAN_MODULES): Add clean-zlib.
13094 (ALL_MODULES): Add all-zlib.
13095 * configure.in (host_libs): Add zlib.
13096
aff0af06 130972000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
e2bac683 13098
13099 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13100 crosses, but add gcc/include to the header search path for them.
13101
d6f4f260 131022000-08-04 David E. O'Brien <obrien@FreeBSD.org>
13103
13104 * MAINTAINERS: Add self to Write After Approval list.
13105
352d4040 131062000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13107
13108 * config.guess: Import CVS version 1.152.
13109 * config.sub: Import CVS version 1.177.
13110
a49a3523 131112000-08-25 Alexandre Oliva <aoliva@redhat.com>
13112
681dbe98 13113 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13114 $targargs to tell whether newlib is going to be built.
13115
a49a3523 13116 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13117 $$r/TARGET_SUBDIR/libio for _G_config.h.
13118
2fb10547 131192000-08-23 Alexandre Oliva <aoliva@redhat.com>
13120
13121 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13122
1554dae1 131232000-08-22 DJ Delorie <dj@redhat.com>
13124
13125 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13126
883e4a54 131272000-08-22 Alexandre Oliva <aoliva@redhat.com>
13128
13129 * config-ml.in (CC, CXX): Avoid trailing whitespace.
13130 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13131 sub-configures.
13132
47e1a34e 131332000-08-21 DJ Delorie <dj@redhat.com>
13134
13135 * MAINTAINERS: Add self as a libiberty maintainer
13136
f4fb1596 131372000-08-16 Alexandre Oliva <aoliva@redhat.com>
13138
13139 * configure.in (libstdcxx_flags): Use
13140 libstdc++-v3/src/libstdc++.INC.
13141
a4b68c89 131422000-08-15 Alexandre Oliva <aoliva@redhat.com>
13143
13144 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13145
e800dd2f 131462000-08-14 Zack Weinberg <zack@wolery.cumb.org>
13147
e5d5867a 13148 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13149
f9daa432 13150 * configure: Make enable_threads and enable_shared defaults
e800dd2f 13151 explicit. Substitute enable_threads into generated Makefiles.
13152 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13153 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13154
4a5bda50 131552000-08-13 Geoff Keating <geoffk@cygnus.com>
13156
13157 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13158
2968054b 131592000-08-12 Alexandre Oliva <aoliva@redhat.com>
13160
13161 * config-ml.in (CC): Remove bogus duplicate quotation mark from
13162 previous delta.
13163
cbf326ce 131642000-08-11 Jason Merrill <jason@redhat.com>
d793b7ed 13165
cbf326ce 13166 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13167 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13168 (FLAGS_FOR_TARGET): Not here.
13169 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
d793b7ed 13170
287d2cfb 131712000-08-11 Alexandre Oliva <aoliva@redhat.com>
13172
13173 * config-ml.in (CC, CXX): Don't introduce a leading space.
13174
9b573fd8 131752000-08-07 DJ Delorie <dj@delorie.com>
13176
13177 * MAINTAINERS: Add self as a DJGPP maintainer
13178
ede08f9f 131792000-08-07 DJ Delorie <dj@redhat.com>
13180
13181 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13182 "if we're also building gcc, and it's a gcc that will run on the
13183 build machine, we want to use its includes instead of the system's
13184 default includes".
13185
85895852 131862000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
13187
13188 * MAINTAINERS: Add self to Write After Approval list.
13189
454c751b 131902000-08-03 Alexandre Oliva <aoliva@redhat.com>
13191
feb7523c 13192 * configure.in (libstdcxx_flags): Don't use `"'.
13193
454c751b 13194 * config-ml.in: Adjust multilib search paths to the
13195 appropriate multilib tree.
13196
0a120c53 131972000-08-02 Alexandre Oliva <aoliva@redhat.com>
13198
13199 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13200 commas in $LANGUAGES.
13201
f3efc960 132022000-08-02 Manfred Hollstein <manfredh@redhat.com>
13203
13204 * configure.in: Re-enable all references to libg++ and librx.
13205
00c97451 132062000-08-01 Alexandre Oliva <aoliva@redhat.com>
13207
650713eb 13208 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13209 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
13210 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13211 * ltcf-cxx.sh (need_lc): Set based on postdeps.
13212
00c97451 13213 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13214
4d3fd3b7 132152000-07-31 Alexandre Oliva <aoliva@redhat.com>
13216
13217 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13218 CXX_FOR_TARGET for sed.
13219
32999451 132202000-07-30 Alexandre Oliva <aoliva@redhat.com>
13221
13222 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13223 Do not override if already set in the environment or in configure.
13224 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13225 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13226
c102b56d 132272000-07-28 Alexandre Oliva <aoliva@redhat.com>
13228
13229 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13230 the libtool CVS tree multi-language branch.
13231 * ltconfig, ltmain.sh: Updated.
f9daa432 13232
bc7af389 132332000-07-27 Alexandre Oliva <aoliva@redhat.com>
13234
ed2dfc92 13235 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13236 (clean-target): Depend on it.
13237
bc7af389 13238 * Makefile.in (FLAGS_FOR_TARGET): New macro.
13239 (GCC_FOR_TARGET): Use it.
13240 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13241 * configure.in: ... here.
13242 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
13243 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13244
aee16bda 132452000-07-24 Eric Christopher <echristo@cygnus.com>
13246
13247 * MAINTAINERS: Add self to Write After Approval list.
13248
bae203e7 132492000-07-24 Alexandre Oliva <aoliva@redhat.com>
13250
8ad0b02a 13251 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13252 (configure-target-libchill, configure-target-libobjc): Likewise.
13253
bae203e7 13254 * configure.in: Use the same cache file for all target libs.
13255 * config-ml.in: But different cache files per multilib variant.
13256
2dce220b 132572000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13258
13259 * configure (topsrcdir): Don't use dirname.
13260
84a55ca2 132612000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
13262
13263 * MAINTAINERS: Add self to Write After Approval list.
13264
151ad919 132652000-07-20 Jason Merrill <jason@redhat.com>
13266
13267 * configure.in: Remove all references to libg++ and librx.
13268
13269 * configure, configure.in, Makefile.in: Unify gcc and binutils.
13270
132712000-07-20 Hans-Peter Nilsson <hp@axis.com>
13272
13273 * config.sub: Update to subversions version 2000-07-06.
13274
99545576 132752000-07-12 Andrew Haley <aph@cygnus.com>
13276
13277 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13278 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13279
1ac432f1 132802000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
13281
13282 * symlink-tree: Check number of arguments.
13283
8d6dd244 132842000-07-05 Jim Wilson <wilson@cygnus.com>
13285
13286 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13287 search path for a g++ extracted from the build tree. This
13288 will allow link tests run by configure scripts in
13289 subdirectories to succeed.
13290
151ad919 132912000-07-01 Koundinya K <kk@ddeorg.soft.net>
13292
31972771 13293 * ltconfig: Add support for mips-dde-sysv4.2MP
aee16bda 13294
74c42694 132952000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13296
13297 * MAINTAINERS: Add myself as loop discovery maintainer.
13298
151ad919 132992000-06-28 Corinna Vinschen <vinschen@cygnus.com>
13300
13301 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13302 `os2'. Force ac_cv_exeext to be ".exe" in that case.
13303
133042000-06-19 Timothy Wall <twall@cygnus.com>
13305
13306 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13307 * config.sub: Add tic54x target.
13308
39d9b770 13309Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13310
13311 * MAINTAINERS: Add self as Fortran maintainer,
13312 remove Craig Burley.
13313
151ad919 13314Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
13645f53 13315
151ad919 13316 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13317 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13645f53 13318
a71aa125 13319Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
13320
13321 * MAINTAINERS: Add self as i18n maintainer
13322
151ad919 1332320000-05-21 H.J. Lu (hjl@gnu.org)
13324
31972771 13325 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13326 directory are used if they exist. Make sure
13327 $(build_tooldir)/include is searched for header files,
13328 $(build_tooldir)/lib/ for library files.
151ad919 13329 (GCC_FOR_TARGET): Likewise.
31972771 13330 (CXX_FOR_TARGET): Likewise.
151ad919 13331
1ef89cd1 13332Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
13333
13334 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13335
151ad919 13336Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
810e9e00 13337
13338 * Makefile.in (configure-target-libiberty): Depend on
13339 configure-target-newlib.
13340
ffee4df0 133412000-05-16 Alexandre Oliva <aoliva@cygnus.com>
13342
13343 * configure.in, Makefile.in: Merge all libffi-related
13344 configury stuff from the libgcj tree.
13345
151ad919 13346Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
13347
13348 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13349 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13350
13351Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
13352
13353 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13354 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
4b695c23 13355 current version information. Add to proto-toplev directory.
151ad919 13356 (gdb-taz): Build do-djunpack.
13357
677b224d 133582000-05-15 David Edelsohn <edelsohn@gnu.org>
13359
13360 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13361
36d84962 13362Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
13363
13364 * MAINTAINERS: Add self to Write After Approval list.
13365
151ad919 133662000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13367
13368 * ltmain.sh: Preserve in relink_command any environment
13369 variables that may affect the linker behavior.
13370
b4ae6e19 13371Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
13372
151ad919 13373 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13374
13375Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
13376
13377 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13378
133792000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13380
13381 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
31972771 13382 with the version name.
b4ae6e19 13383
9f8322d4 13384Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
13385
13386 * MAINTAINERS: Add self as bb-reorder maintainer.
13387
212276a1 133882000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
13389
13390 * config.if: Tweak.
13391
151ad919 133922000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
13393
13394 * djunpack.bat: New file.
13395
13396Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
13397
13398 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
4b695c23 13399 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13400 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13401 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
151ad919 13402
1e866de7 134032000-04-16 Dave Pitts <dpitts@cozx.com>
13404
31972771 13405 * config.sub (case $basic_machine): Change default for "ibm-*"
13406 to "openedition".
1e866de7 13407
c3d0c692 134082000-04-13 Andreas Jaeger <aj@suse.de>
13409
13410 * MAINTAINERS: Added myself.
13411
151ad919 13412Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
13413
13414 * Makefile.in (gdb-taz): New target. GDB specific archive.
13415 (do-md5sum): New target.
13416 (MD5PROG): Define.
13417 (PACKAGE): Default to TOOL.
13418 (VER): Default to a shell script.
13419 (taz): Rewrite target. Move real work to do-proto-toplev. Include
4b695c23 13420 md5 checksum generation.
151ad919 13421 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13422 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13423 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
4b695c23 13424 insight.tar.bz2): Use gdb-taz to create archive.
151ad919 13425
13426Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
13427
13428 * configure (warn_cflags): Delete.
13429
dd0ac352 13430Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
13431
13432 * MAINTAINERS: Added myself.
13433
84d8005c 134342000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
d3eff7bb 13435 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
84d8005c 13436
31972771 13437 * configure.in (enable_libstdcxx_v3): Add.
13438 (target_libs): Add bits here to switch between libstdc++-v2 and
13439 libstdc++-v3.
13440 * config.if: And this file too.
13441 * Makefile.in: Add libstdc++-v3 targets.
aee16bda 13442
a995bb42 134432000-04-05 Michael Meissner <meissner@redhat.com>
13444
13445 * config.sub (d30v): Add d30v as a basic machine type.
13446
c1d2a99e 134472000-03-29 Jason Merrill <jason@casey.cygnus.com>
13448
13449 * configure.in: -linux-gnu*, not -linux-gnu.
13450
6437c7c8 13451Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13452
13453 * MAINTAINERS: Add self in write-after-approval section.
13454
48ad86bd 13455Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
13456
13457 * MAINTAINERS: Add self as ia64 port maintainer.
13458
cb86f6e1 134592000-03-08 Neil Booth <NeilB@earthling.net>
13460
13461 * MAINTAINERS: Add self in write-after-approval section.
13462
151ad919 13463Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
3d94c7f0 13464
151ad919 13465 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13466 (do-tar-bz2): Replace TOOL with PACKAGE.
13467 (gdb.tar.bz2): Remove GDBTK from GDB package.
13468 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
4b695c23 13469 dejagnu.tar.bz2): New packages.
151ad919 13470
134712000-02-27 Andreas Jaeger <aj@suse.de>
13472
13473 * configure.in: Add entry for mips*-*-linux*, move catch all
13474 *-*-*linux* entry below this one.
13475
134762000-02-27 Ian Lance Taylor <ian@zembu.com>
13477
13478 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
3d94c7f0 13479
1872c686 134802000-02-24 Nick Clifton <nickc@cygnus.com>
13481
13482 * config.sub: Support an OS of "wince".
13483
151ad919 13484Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
13485
13486 * config.guess, config.sub: Updated to match config's 2000-02-15
4b695c23 13487 version.
151ad919 13488
dcde3c07 134892000-02-23 Linas Vepstas <linas@linas.org>
151ad919 13490
13491 * config.sub: Add support for Linux/IBM 370.
13492 * configure.in: Likewise.
13493
8027f1d6 134942000-02-22 Nick Clifton <nickc@cygnus.com>
13495
13496 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13497
dcde3c07 134982000-02-20 Christopher Faylor <cgf@cygnus.com>
d32a1334 13499
151ad919 13500 * config.guess: Guess "cygwin" rather than "cygwin32".
d32a1334 13501
4f5e65d7 135022000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13503
13504 * configure (gcc_version): When setting, narrow search to
13505 lines containing `version_string'.
13506
cb257c25 135072000-02-15 Denis Chertykov <denisc@overta.ru>
13508
13509 * config.sub: Add support for avr target.
13510
b1b2e339 135112000-02-14 Nick Clifton <nickc@cygnus.com>
13512
13513 * MAINTAINERS: Add maintainers for MCore port.
13514
def2c3fb 13515Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
13516
13517 * config.sub: Add mmix-knuth-mmixware.
13518
f0e58719 135192000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13520
13521 * MAINTAINERS: Pair cccp with cpplib maintainership.
13522
dcde3c07 135232000-01-27 Christopher Faylor <cgf@redhat.com>
151ad919 13524
13525 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13526 structure stuff to -L library search.
13527 (CXX_FOR_TARGET): Ditto.
13528 (CROSS_CHECK_MODULES): Fix spelling mistake.
13529
6ba3324d 135302000-01-24 Mark Mitchell <mark@codesourcery.com>
13531
13532 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13533 the C++ compiler.
13534
1532359f 135352000-01-12 Richard Henderson <rth@cygnus.com>
13536
13537 * configure.in: Don't build some bits for beos.
13538
75daeef1 135392000-01-12 Joel Sherrill (joel@OARcorp.com)
13540
13541 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13542 as include files.
13543
2774282e 135442000-01-11 Zack Weinberg <zack@wolery.cumb.org>
13545
13546 * Add self as cpplib maintainer, as requested by Jason
13547 Merrill. Correct my e-mail address.
13548
d08e2cf4 135492000-01-06 Geoff Keating <geoffk@cygnus.com>
13550
13551 * configure.in: Use mt-aix43 to handle *_TARGET defs,
13552 not mh-aix43.
13553
cee0655e 13554Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
13555
13556 * MAINTAINERS: Add myself to "write after approval" list.
13557
a23a249a 135581999-12-14 Richard Henderson <rth@cygnus.com>
13559
13560 * config.guess (alpha-osf, alpha-linux): Detect ev67.
13561 * config.sub: Accept alphaev[78], alphaev8.
13562
7f620b51 135631999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13564
13565 * config.guess, config.sub: Update from autoconf.
13566
76323487 135671999-11-29 Bruce Korb <autogen@linuxbox.com>
13568
3beb0b4d 13569 * MAINTAINERS: update my playtime e-address.
76323487 13570
5514758e 13571Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13572
13573 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13574 necessary libraries are missing.
13575
dcde3c07 13576Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
4e11cb65 13577
13578 * MAINTAINERS: Add new 'write after approval' maintainer.
13579
4a6db447 13580Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13581
13582 * MAINTAINERS: Add new Java maintainer.
13583
34834d2a 135841999-10-25 Andreas Schwab <schwab@suse.de>
13585
13586 * configure: Fix quoting inside arguments of eval.
13587
26186f46 135881999-10-21 Nick Clifton <nickc@cygnus.com>
13589
13590 * config-ml.in: Allow suppression of some ARM multilibs.
13591
b384fc18 13592Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13593
13594 * config.guess: Add OS/390 match pattern.
13595 * config.sub: Add mvs, openedition targets.
13596 * configure.in (i370-ibm-opened*): New.
13597
151ad919 135981999-09-04 Steve Chamberlain <sac@pobox.com>
13599
13600 * config.sub: Add support for configuring for pj.
13601
136021999-08-31 Nick Clifton <nickc@cygnus.com>
13603
13604 * config.sub (maybe_os): Add support for configuring for fr30.
13605
3e6b7981 136061999-08-25 Nick Clifton <nickc@cygnus.com>
13607
13608 * configure.in: Do not configure or build ld for AIX
13609 platforms. ld is known to be broken on these platforms.
13610
49c01ead 13611Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13612
13613 * config-ml.in: Pass compiler flag corresponding to multidirs to
13614 subdir configures.
13615
151ad919 136161999-08-09 Ian Lance Taylor <ian@zembu.com>
13617
13618 * Makefile.in (LDFLAGS): Define.
13619
136201999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13621
13622 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13623 noconfigdirs.
13624 (*-*-cygwin*): Likewise.
13625
136261999-08-08 Ian Lance Taylor <ian@zembu.com>
13627
13628 * mkdep: New file.
13629 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13630 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13631
13632 From Eli Zaretskii <eliz@is.elta.co.il>:
13633 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13634 long file name when using DJGPP on MS-DOS.
13635
90916687 13636Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13637
13638 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13639
151ad919 136401999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13641
13642 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13643 dependency as this causes "make check" to globally "make all"
13644
ed4e41d7 13645Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13646
13647 * configure.in (target_libs): Added target-zlib.
13648 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13649 (CONFIGURE_TARGET_MODULES): Likewise.
13650 (CHECK_TARGET_MODULES): Likewise.
13651 (INSTALL_TARGET_MODULES): Likewise.
13652 (CLEAN_TARGET_MODULES): Likewise.
13653 (configure-target-zlib): New target.
13654 (all-target-zlib): Likewise.
13655 (all-target-libjava): Depend on all-target-zlib.
13656 (configure-target-libjava): Depend on configure-target-zlib.
13657
13658 * Makefile.in (configure-target-libjava): Depend on
13659 configure-target-newlib.
13660 (configure-target-boehm-gc): New target.
13661 (configure-target-qthreads): New target.
13662
31972771 13663 * configure.in (target_libs): Added target-qthreads.
13664 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13665 (CONFIGURE_TARGET_MODULES): Likewise.
13666 (CHECK_TARGET_MODULES): Likewise.
13667 (INSTALL_TARGET_MODULES): Likewise.
13668 (CLEAN_TARGET_MODULES): Likewise.
13669 (all-target-qthreads): New target.
13670 (configure-target-libjava): Depend on configure-target-qthreads.
13671 (all-target-libjava): Depend on all-target-qthreads.
ed4e41d7 13672
13673 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13674 (CONFIGURE_TARGET_MODULES): Likewise.
13675 (CHECK_TARGET_MODULES): Likewise.
13676 (INSTALL_TARGET_MODULES): Likewise.
13677 (CLEAN_TARGET_MODULES): Likewise.
13678 (all-target-libjava): New target.
13679 (all-target-boehm-gc): Likewise.
13680 * configure.in (target_libs): Added libjava, boehm-gc.
13681
151ad919 136821999-07-22 Ian Lance Taylor <ian@zembu.com>
13683
13684 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13685 configure.bat in SUPPORT_FILES.
13686 (gas+binutils.tar.bz2): Likewise.
13687
13688 * makeall.bat: Remove; obsolete.
13689
136901999-07-21 Ian Lance Taylor <ian@zembu.com>
13691
13692 From Mark Elbrecht:
13693 * configure.bat: Remove; obsolete.
13694
136951999-07-11 Ian Lance Taylor <ian@zembu.com>
13696
13697 * configure: Add -W -Wall to the default CFLAGS when compiling with
13698 gcc.
13699
13700Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13701
13702 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13703
137041999-06-30 Mark Mitchell <mark@codesourcery.com>
13705
13706 * configure.in: Build ld on IRIX6.
13707
137081999-06-12 Ian Lance Taylor <ian@zembu.com>
13709
13710 * Makefile.in: Change distribution targets to use bzip2 instead of
13711 gzip.
13712 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13713 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13714
137151999-06-04 Nick Clifton <nickc@cygnus.com>
13716
13717 * config.sub: Add mcore target.
13718
4960e263 13719Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
13720
13721 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13722
fb873f96 13723Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
13724
13725 * config.guess (dummy): Changed to $dummy.
13726
f0d0ef7c 137271999-05-24 Nick Clifton <nickc@cygnus.com>
13728
13729 * config.sub: Tidied up case statements.
13730
0522f2f0 137311999-05-22 Ben Elliston <bje@cygnus.com>
13732
e571eca2 13733 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13734 <jiro@din.or.jp>.
13735
0522f2f0 13736 * config.guess: Merge with FSF version. Future changes will be
13737 more accurately recorded in this ChangeLog.
13738 * config.sub: Likewise.
13739
8566565c 13740Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
13741
13742 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13743
151ad919 137441999-04-30 Tom Tromey <tromey@cygnus.com>
13745
13746 * ltmain.sh: [mode link] Always use CC given by ltconfig.
13747
688d5631 137481999-04-23 Tom Tromey <tromey@cygnus.com>
13749
13750 * ltconfig, ltmain.sh: Update to libtool 1.2f.
13751
151ad919 137521999-04-20 Drew Moseley <dmoseley@cygnus.com>
13753
13754 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13755 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13756 Bad merge removed these two changes.
13757
e020fd98 13758Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
31972771 13759 Martin Heller (Ing.-Buero_Heller@t-online.de)
e020fd98 13760
13761 * config.guess (interix Alpha): Add.
13762
151ad919 137631999-04-11 Richard Henderson <rth@cygnus.com>
13764
13765 * configure.in (i?86-*-beos*): Do config gperf; don't config
13766 gdb, newlib, or libgloss.
13767
a48ef8ee 13768Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
aee16bda 13769
a48ef8ee 13770 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13771 link a trivial program with -mabi=64. If it fails, remove mabi=64
13772 from multidirs.
13773
c3a180dc 13774Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
13775
13776 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13777
151ad919 137781999-04-08 Nick Clifton <nickc@cygnus.com>
13779
13780 * config.sub: Add support for mcore targets.
13781
137821999-04-07 Michael Meissner <meissner@cygnus.com>
13783
13784 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13785 not mt-ospace, in order to shut up assembler warning about using
13786 symbols that are named the same as registers.
13787
137881999-04-07 Drew Moseley <dmoseley@cygnus.com>
13789
13790 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13791 dependency list for all-target-cygmon.
13792
137931999-04-05 Doug Evans <devans@casey.cygnus.com>
13794
13795 * config-ml.in: Check $host, not $target, for selective multilibs.
13796 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13797 thumb interworking, and underscore prefix multilibs.
13798
137991999-04-04 Ian Lance Taylor <ian@zembu.com>
13800
13801 * missing: Update to version from current automake.
13802
b7ba05c0 13803Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
13804
13805 * configure (gxx_include_dir): Removed.
13806
13807 * configure.in (gxx_include_dir): Handle it.
13808 * Makefile.in: Likewise.
13809
151ad919 138101999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13811
13812 * config.sub (mips64vr4111,mips64vr4111el) Add.
13813
138141999-03-21 Ben Elliston <bje@cygnus.com>
13815
31972771 13816 * config.guess: Correct typo for detecting ELF on FreeBSD.
151ad919 13817
9862eda4 13818Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13819
9862eda4 13820 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13821 config/mh-djgpp.
13822
151ad919 13823Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13824
13825 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13826 all-target-newlib to dependency list for all-target-bsp.
13827
26a1dadb 13828Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13829
13830 * config.sub: Add i386-uwin support.
13831 * config.guess: Likewise.
13832
fea0107e 13833Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13834
13835 * configure.in: cleanup, add mh-*pic handling for arm, special
13836 case powerpc*-*-aix*
13837
151ad919 13838Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13839
13840 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13841 can be built.
13842
13843Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13844
13845 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
4b695c23 13846 targets.
151ad919 13847
daa90679 138481999-03-02 Nick Clifton <nickc@cygnus.com>
13849
13850 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13851
f6a095e9 13852Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13853
13854 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13855
47d8eb1d 138561999-02-24 Nick Clifton <nickc@cygnus.com>
13857
13858 * config.sub: Fix typo in arm recognition.
13859
151ad919 13860Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13861
13862 * configure.in (noconfigdirs): Changed target_configdirs to
13863 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13864 rather than m68k-*-* since it is not known to work on
13865 m68k-aout. Ditto for arm-*-*oabi.
13866
13867Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13868
13869 * configure.in (*-*-windows*): Remove, no longer used.
151ad919 13870
138711999-02-19 Ben Elliston <bje@cygnus.com>
13872
13873 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13874 Smart and improved by Andrew Cagney.
13875
52b143d0 13876Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13877
13878 * config.guess: Recognize openbsd-*-hppa.
13879
c441c977 13880Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13881
13882 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13883 only if it is not empty.
13884
8faa2109 138851999-02-17 Nick Clifton <nickc@cygnus.com>
13886
13887 Patch from: Scott Bambrough <scottb@corelcomputer.com>
aee16bda 13888
151ad919 13889 * config.guess: Modified to recognize uname's armv* syntax.
8faa2109 13890
13891 * config.sub: Modified to recognize uname's armv* syntax.
13892
151ad919 138931999-02-17 Mark Salter <msalter@cygnus.com>
13894
13895 * configure.in: Added target-bsp for sparclite.
13896
13897Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13898
13899 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13900
139011999-02-08 Nick Clifton <nickc@cygnus.com>
13902
13903 * configure.in: Add support for strongarm port.
13904 * config.sub: Add support for strongarm target.
13905
654a22b1 13906Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
aee16bda 13907
654a22b1 13908 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13909 the old name config/mh-cygwin32.
13910 Enable texinfo.
13911
151ad919 13912Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13913
13914 * configure.in: Do build ld for ix86 Solaris.
13915
46fb7091 13916Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13917
13918 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13919 $AR_FOR_TARGET. Likewise for RANLIB.
13920
115ec39e 13921Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
aee16bda 13922
31972771 13923 * config.sub (oabi): Recognize.
13924 * configure.in (arm-*-oabi): Handle.
115ec39e 13925
5cca51e0 13926Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13927
13928 * config.guess: Improve detection of i686 on UnixWare 7.
13929
183a8abb 13930Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13931
13932 * config.guess: Add support for i386-pc-interix.
13933 * config.sub: Likewise.
13934 * configure.in: Likewise.
183a8abb 13935
151ad919 13936Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13937
13938 * Makefile.in: Remove unneeded all-target-libio from
13939 from all-target-winsup target since it is now unneeded.
13940 Add all-target-libtermcap in its place since it is now
13941 needed.
13942
13943Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13944
13945 * configure.in: makefile stub for cygwin target is probably
13946 unnecessary. Remove it for now.
151ad919 13947
13948Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13949
13950 * configure.in: libtermcap.a should be built when cygwin is the
13951 target as well as the host.
13952 * config.guess: Allow mixed case in cygwin uname output.
13953 * Makefile.in: Add libtermcap target.
151ad919 13954
0db75088 13955Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13956
13957 * config.sub: Clean up handling of hppa2.0.
13958
a30dcfee 13959Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13960
13961 * config.guess: Use C code to identify more HP machines.
13962
44cfa345 13963Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13964
13965 * config.sub: Handle hppa2.0.
13966
151ad919 13967Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13968
13969 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
4b695c23 13970 cygmon for all sparclite targets, regardless of object format.
151ad919 13971
139721998-12-15 Mark Salter <msalter@cygnus.com>
13973
13974 * configure.in: Added target-bsp for several target architectures.
13975
13976 * Makefile.in: Added rules for bsp.
13977
be0f7b24 13978Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13979
13980 * config.guess: Improve detection of hppa2.0 processors.
13981
13982Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13983
13984 * config.guess: Recognize FreeBSD using ELF automatically.
13985
76103b2c 139861998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13987
13988 * configure (skip-this-dir): Add handling for new shell script, which
13989 might be created by a sub-directory's configure to indicate, this particular
13990 directory is "unwanted".
13991 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13992
151ad919 13993Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13994
13995 * ltconfig: import from libtool, after changing libtool to
13996 account for the cygwin name change.
13997
13998Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13999
14000 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14001 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14002
14003Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
14004
14005 * configure.in: Add libtermcap to list of cygwin dependencies.
14006
14007Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
14008
31972771 14009 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14010 they include winsup/include when it's a cygwin target.
151ad919 14011
140121998-11-12 Tom Tromey <tromey@cygnus.com>
14013
14014 * configure.in (host_tools): Added zip.
14015 * Makefile.in (all-target-libjava): Depend on all-zip.
14016 (all-zip): New target.
14017 (ALL_MODULES): Added all-zip.
14018 (NATIVE_CHECK_MODULES): Added check-zip.
14019 (INSTALL_MODULES): Added install-zip.
14020 (CLEAN_MODULES): Added clean-zip.
14021
14022Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
14023
14024 * Makefile.in: lose "32" from comment about cygwin.
14025
14026Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
14027
14028 * configure.in: Use -Os to build target libraries for the fr30.
14029
14030Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
14031
14032 * config.sub: Add fr30.
14033
14034Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
14035
31972771 14036 * configure.in: drop "32" from config/mh-cygwin32. Check
151ad919 14037 cygwin* instead of cygwin32*.
14038 * config.sub: Check cygwin* instead of cygwin32*.
14039
39ebcbe1 14040Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
14041
14042 * config.guess: Match any version of Unixware7.
14043
151ad919 140441998-10-20 Syd Polk <spolk@cygnus.com>
14045
14046 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14047 if desired.
14048
de79e382 14049Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
14050
14051 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14052 these if the appropriate directories and files to not exist.
14053
e7104d38 14054Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
14055
14056 * Makefile.in (DEVO_SUPPORT): Add config.if.
14057
fb1c80df 14058Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
14059
14060 * configure: Add pattern to replace "build_tooldir"'s
14061 definition in the generated Makefile with "tooldir"'s
14062 actual value.
14063
46a4cc47 14064Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
14065
0ee69c06 14066 * config.sub: Bring back lost sparcv9.
14067
46a4cc47 14068 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14069
3a8c0cab 14070Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
14071
14072 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14073 CC_FOR_TARGET and friends.
14074
14075Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
aee16bda 14076
ea0cacfb 14077 * Makefile.in (build_tooldir): New variable, same as tooldir.
14078 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14079 -B$(build_tooldir)/bin/.
14080 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
3a8c0cab 14081
de7dcc81 14082Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14083
14084 * README: Remove installation instructions and refer to the
14085 INSTALL directory instead.
14086
67139a60 14087Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
151ad919 14088
67139a60 14089 * config.sub: Add support for i[34567]86-pc-udk.
14090 * configure.in: Likewise.
14091
ed37269d 14092Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
14093
14094 * Makefile.in: add bzip2 package building bits for user
14095 tools module
14096 * configure.in: ditto
14097
fc449a71 14098Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
14099
14100 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14101 (ALL_TARGET_MODULES): Add all-target-libobjc.
14102 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14103 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14104 (all-target-libchill): Add dependencies.
14105 * configure.in (target_libs): Add libchill.
aee16bda 14106
7bb9dd92 141071998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
14108
14109 * configure.in (target_subdir): Remove duplicate line.
14110
ed37269d 14111Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
14112
14113 * Makefile.in (all-automake): fix dependencies.
14114
a9ff8bf0 14115Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
14116
14117 * configure.in: Minor cleanups for building in the $(target_alias)
14118 subdir.
14119
5869bc6a 141201998-09-22 Jim Wilson <wilson@cygnus.com>
14121
14122 * Makefile.in (bootstrap): Set r and s before make all. Use
14123 BASE_FLAGS_TO_PASS in make all.
14124 (cross): Likewise.
14125
a5caa84c 141261998-09-20 Mark Mitchell <mark@markmitchell.com>
14127
14128 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14129
331d5855 14130Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
14131
14132 * config.sub: Fix typo in last change.
14133
4d004c41 141341998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14135
14136 * config.sub: Add support for C4x target.
14137 * configure.in: Likewise.
14138
0a2a3792 141391998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
14140
14141 * config.sub: Recognize sparcv9 just like sparc64.
14142
67e059d3 14143Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
14144
14145 * config.guess: Match "Pent II" or "PentII" for OpenServer.
14146
cd547500 14147Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
14148
7325e595 14149 * config.guess: Correctly identify Pentium II sco boxes.
14150
cd547500 14151 * config.guess: Fix "tr" code. From Weiwen Liu.
14152
0b632721 14153Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
14154
14155 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14156 stabs.
14157
ae568fff 14158Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
14159
14160 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14161 (ALL_TARGET_MODULES): Add all-target-libchill.
14162 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14163 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14164 (all-target-libchill): Add dependencies.
14165 * configure.in (target_libs): Add libchill.
14166
68da0d0a 14167Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14168
14169 * config.guess: Avoid assumptions about "tr" behaves when
14170 LANG is set to something other than English.
14171
d722107d 14172Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
14173
14174 * configure (gxx_include_dir): Changed to
14175 '${prefix}/include/g++'-${libstdcxx_interface}.
14176
14177 * config.if: New to determine the interfaces.
14178
5e6f60dc 14179Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
14180
14181 * config.guess: Detect and handle MPE/IX.
14182 * config.sub: Deal with MPE/IX.
14183
8a70d526 14184Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
14185
14186 * configure.in: Use mh-aix43.
14187
f890b212 141881998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
14189
14190 * configure: Fix --without/--disable cases for gxx-include-dir.
14191
ed37269d 14192Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
14193
14194 * mdata-sh: Imported. Needed for automake support.
14195
14196Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
14197
14198 * Makefile.in (taz): Try "chmod -R og=u ." before
14199 "chmod og=u `find . -print`".
14200
14201Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
14202
14203 * configure.in: Add arm-elf and thumb-elf support.
14204
14205Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
14206
14207 * Makefile.in: Undo previous patch.
14208
14209Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
14210
14211 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14212 to here ...
14213 (install-no-fixedincludes): and here
14214 (INSTALL_MODULES): ... from here.
14215
6d2063db 14216Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
14217
14218 * config.sub: Merge with FSF.
14219
2f7b048d 14220 * config.guess: Merge with FSF.
14221
151ad919 14222Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
14223
14224 * configure (extraconfigdirs): New variable.
14225 (SUBDIRS): Add extraconfigdirs and recurse on them too.
14226 * Makefile.in (all): Move higher in file.
14227 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14228 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14229 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14230 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14231 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14232
142331998-07-23 Brendan Kehoe <brendan@cygnus.com>
14234
14235 * Makefile.in (all-target-libjava): Depend on all-gcc and
14236 all-target-newlib.
14237 (configure-target-libjava): Depend on $(ALL_GCC).
14238
1c802742 14239Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
14240
14241 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14242 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14243
eb7921e4 14244Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
14245
14246 * INSTALL/README: Fix typo.
14247
a8071b4d 14248Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
14249
ed37269d 14250 * ylwrap: Change absolute path checks to check for DOS style path
14251 names.
a8071b4d 14252
ed37269d 14253 * ylwrap: Don't use a full path name if the source file is in the
14254 same directory. From hjl@lucon.org (H.J. Lu).
a8071b4d 14255
26d9569a 14256 * config-ml.in: Default to being verbose, to match Feb 18 change to
14257 configure.
14258
ed37269d 14259Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
14260
14261 Brought over from egcs:
14262
14263 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14264
14265 * configure.in (target_subdir): Set to ${target_alias} instead
14266 of "libraries".
14267
14268 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14269
14270 * configure.in (target_subdir): Set to libraries if enable_multilib.
14271
14272Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
14273
14274 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14275 multilibs, force reconfiguration the first time we create
14276 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14277
14278Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
14279
14280 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14281 avoid confusion with --no-recursion.
14282
14283Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
14284
14285 * configure.in: Win32 hosts shouldn't use install -x
14286 * install-sh: remove -x option, and special .exe-handling
14287 hack.
14288
151ad919 14289Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
14290
14291 * config.guess: Recognize i586-pc-beos.
14292 * configure.in: Don't build some bits for beos.
14293
81cf37ba 14294Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
14295
ed37269d 14296 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14297 CFLAGS default to -O2.
14298
81cf37ba 14299 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14300 when using GNU ld.
14301
14302Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
14303
14304 * ltmain.sh: Correct install when using a different shell.
14305
14306Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
14307
14308 * ltconfig, ltmain.sh: Update to libtool 1.2b.
14309
151ad919 14310Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
14311
14312 * makefile.vms: Update to build binutils/makefile.vms. Add install
14313 target.
81cf37ba 14314
14315Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
14316
14317 * ltconfig: Update to correct AIX handling.
14318
d6cf7517 14319Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14320
e98d756a 14321 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14322
d6cf7517 14323 * configure.in (target_subdir): Set to ${target_alias} instead
14324 of "libraries".
14325
eb85e8b7 143261998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
14327
14328 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14329 (Makefile): Depend on $(gcc_version_trigger).
14330
14331 * configure (gcc_version): Change default initializer to empty
14332 string.
14333 (gcc_version_trigger): New variable; pass this variable down
14334 to subdir configures to enable them checking gcc's version
14335 themselves. Emit make macros for both gcc_version vars.
14336 (topsrcdir): Initialize reliably.
14337 (recursion line): Remove --with-gcc-version=${gcc_version}.
14338
da421e40 143391998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14340
14341 * configure (enable_version_specific_runtime_libs): Implement new flag
eb85e8b7 14342 --enable-version-specific-runtime-libs which installs C++ runtime stuff
14343 in $(libsubdir); emit definition in each generated Makefile.
14344 (gxx_include_dir): Initialize depending on
14345 $enable_version_specific_runtime_libs.
da421e40 14346
d9f2c557 143471998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14348
14349 * configure (gcc_version): Initialize properly depending on
14350 how and where configure is started.
14351 (recursion line): Pass a --with-gcc-version=${gcc_version}
14352 to configures in subdirs.
14353
151ad919 14354Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
14355
14356 * configure.in (noconfigdirs): Add configure pattern for mips tx39
4b695c23 14357 cygmon
151ad919 14358
ed37269d 14359Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
14360
14361 * configure.in: Add cygmon and libstub support for mn10200.
14362
1ee34a17 143631998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
14364
14365 * configure (gcc_version): Add new variable describing the
14366 particular gcc version we're building.
14367 * Makefile.in (libsubdir): Add new macro for the directory
14368 in which the compiler finds executables, libraries, etc.
14369 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14370 and libsubdir.
14371
6c2f7b46 14372Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14373
ea0cacfb 14374 * Makefile.in (local-clean): Remove *.log.
14375 (warning.log): Built with warn_summary from build.log.
14376 (mail-report.log): Run test_summary.
14377 (mail-report-with-warnings.log): Run test_summary including
14378 warning.log in the report.
6c2f7b46 14379
c8d7e712 14380Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
14381
14382 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14383
ed37269d 14384Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
14385
14386 * Makefile.in (grep): Grep no longer depends on libiberty.
14387
14388Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
14389
14390 * Makefile.in: all-snavigator needs all-libgui.
14391
14392Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
14393
14394 * configure.in: Add cygmon and libstub support for mn10300.
14395
1b402317 14396Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
14397
14398 * missing: Update to version from automake 1.3.
14399
81cf37ba 14400 * ltmain.sh: On installation, don't get confused if the same name
14401 appears more than once in the list of library names.
14402
6d2063db 14403Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
14404
14405 * config.sub: Accept m68060 and m5200 as CPU names.
14406
ed37269d 14407Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
14408
14409 * configure: Use && rather than using -a in test, because odd
14410 strings can confuse test.
14411 * configure.in: Likewise.
14412
81cf37ba 14413Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
14414
14415 * ltconfig, ltmain.sh: Bring in Visual C++ support.
14416
5afc2f4d 14417Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14418
14419 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ea0cacfb 14420 bootstrap4-lean): New targets.
5afc2f4d 14421
c51cbc45 14422Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
14423
14424 * mpw-* Delete. Not used.
14425
ed37269d 14426Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
14427
14428 * COPYING.LIB: Update FSF address.
14429
c51cbc45 14430Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
14431
14432 * ltconfig, ltmain.sh: Update to libtool 1.2a.
14433
ed37269d 14434 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14435 GAS_SUPPORT_DIRS.
14436
c51cbc45 14437Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
14438
14439 * ltconfig, ltmain.sh: Avoid producing a version number if
14440 -version-info was not used.
14441
ed37269d 14442Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
14443
14444 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14445 building with newlib.
14446
144471998-04-30 Paul Eggert <eggert@twinsun.com>
14448
151ad919 14449 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
aee16bda 14450 Solaris `make' causes it to continue to next definition.
151ad919 14451
14452Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
14453
14454 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14455 the right GUI libraries and files are installed along with GDB.
ed37269d 14456
14457Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
14458
14459 * configure.in: Change alpha to alpha* in several places.
14460
151ad919 14461Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
14462
14463 * config.sub: Recognize sparc86x.
14464
803e9d57 14465Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
14466
14467 * configure.in (--enable-target-optspace): Remove debug echo.
14468
2aabe804 14469Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
14470
14471 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14472
c51cbc45 14473Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
14474
14475 * ltconfig: Update cygwin32 support.
14476
ed37269d 14477 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14478 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14479 (GDB_SUPPORT_DIRS): Likewise.
14480
650ebf2f 14481Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
14482
14483 * configure.in (target_makefile_frag): If --enable-target-optspace,
14484 use -Os to compile target libraries rather than -O2. Default to
151ad919 14485 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14486 not used.
14487 * configure.in (target_cflags): Ditto for d30v.
650ebf2f 14488
ed37269d 14489Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
14490
14491 * Makefile.in (all-bfd): Depend on all-intl.
14492 (all-binutils): Likewise.
14493 (all-gas): Likewise.
14494 (all-gprof): Likewise.
14495 (all-ld): Likewise.
14496
144971998-04-19 Brendan Kehoe <brendan@cygnus.com>
14498
14499 * configure.in (host_tools): Fix typo, lbtool -> libtool.
14500
c51cbc45 14501Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
14502
ed37269d 14503 * Makefile.in (all-bfd): Depend upon all-libiberty.
14504
c51cbc45 14505 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14506
ed37269d 14507Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
14508
14509 * Makefile.in: Add libstub.
14510
14511 * configure.in: Ditto. Build libstub for targets that have cygmon
14512 support.
14513
14514Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
14515
14516 * configure.in: Don't set PICFLAG on ix86-cygwin32.
14517
14518Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
14519
14520 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14521 use mh-sysv5 if specified. Support gprof on SCO Open Server.
14522
c7879c37 14523Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14524
14525 * configure: Define DEFAULT_M4 by searching PATH.
14526 * Makfile.in: Use DEFAULT_M4.
14527
c51cbc45 14528Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14529
14530 * ltconfig: Add cygwin32 support.
14531
ed37269d 14532 * Makefile.in, configure.in: Add libtool as a native only directory
14533 to configure and build.
14534
a79ac5e8 14535Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14536
14537 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14538
ed37269d 14539Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
151ad919 14540
ed37269d 14541 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14542
14543Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
14544
14545 * Makefile.in: add ash make rules
14546 * configure.in: add ash to native_only and host_tools lists
14547
14548Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
14549
14550 * Makefile.in (all-gettext, all-intl): New targets.
14551 (ALL_MODULES): Added all-gettext, all-intl.
14552 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14553 (INSTALL_MODULES): Added install-gettext, install-intl.
14554 (CLEAN_MODULES): Added clean-gettext, clean-intl.
14555
14556 * configure.in (host_tools): Added gettext.
14557 (native_only): Likewise.
14558 (noconfigdirs) [various cases]: Likewise.
14559 (host_libs): Added intl.
14560
151ad919 14561Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
14562
14563 * configure: Do not disable building gdbtk for cygwin32 hosts.
14564
0579e60e 14565Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
14566
14567 * configure.in: Add thumb-coff target.
14568 * config.sub: Add thumb-coff target.
14569
ed37269d 14570Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14571
14572 * Makefile.in: Revert yesterday's change.
14573 (all-target-winsup): all-target-librx stays out of here.
14574
14575Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14576
14577 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14578 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14579 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14580 Remove references to librx and libg++.
14581
14582Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14583
14584 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14585 recursive makes
14586
c51cbc45 14587Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14588
14589 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
151ad919 14590 for newlib directory.
c51cbc45 14591 (CXX_FOR_TARGET): Likewise.
14592
14593Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14594
14595 * ltconfig: Update after libtool/ltconfig.in change for
14596 hpux11.
14597
14598Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14599
14600 * ltconfig, ltmain.sh: Update to libtool 1.2.
14601
80a9e3eb 14602Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14603
14604 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14605 (install-gcc-cross): Instead, override LANGUAGES here.
14606
474d50b3 146071998-03-18 Dave Love <d.love@dl.ac.uk>
14608
14609 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14610 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14611
151ad919 14612Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14613
14614 * configure.in: Add Thumb-pe target.
14615
ed37269d 14616Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
151ad919 14617
ed37269d 14618 * Makefile.in - changed sn targets to snavigator
14619 * configure.in - changed sn targets to snavigator
14620
69d10d87 14621Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14622
14623 * config-ml.in: After building symlink tree call make distclean
14624 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14625 to be the case for libiberty.
14626
5628bc1c 14627Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14628
14629 * configure: When making link, also check the current
14630 directory. The configure scripts may create one.
14631
4d821bda 14632Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14633
14634 * config.sub: Accept alphapca56 and alphaev6 properly.
14635
263cd6a9 14636Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14637
14638 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14639
83536831 14640Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
eb7921e4 14641
31972771 14642 * config.sub (sco5): Fix typo.
83536831 14643
ed37269d 14644Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14645
14646 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14647 install-itcl.
14648 (install-itcl): Remove dependency on install-tcl.
14649
14650Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14651
14652 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14653
14654Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14655
14656 * configure.in: Don't build libgui for a cygwin32 target when not on
14657 a cygwin32 host.
14658
14659Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14660
14661 * configure (redirect): Set to null, so default behavior of
14662 configure is now --verbose.
14663
2590786c 146641998-02-16 Dave Love <d.love@dl.ac.uk>
14665
14666 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14667 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14668
dd5a56be 14669Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14670
14671 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14672 this change to sync Makefile.in with its ChangeLog entries.
14673
ed37269d 14674Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14675
14676 * ltmain.sh (mkdir): Check that the directory doesn't exist
14677 before we exit with error, so that we don't get races during
14678 parallel builds.
14679
c51cbc45 14680Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14681
14682 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14683
92424a17 14684Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14685
14686 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14687 PICFLAG_FOR_TARGET.
14688 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14689
14690 * configure: Emit a definition for the new macro enable_shared
14691 into each Makefile.
14692
ed37269d 14693Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14694
14695 * configure.in (host_tools, native_only): Add libtool.
14696
14697Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14698
14699 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14700 Fix typo in ming config comment.
14701
c51cbc45 14702Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14703
14704 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14705
ed37269d 14706Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14707
14708 * config.sub: Add tic30 cases, and map c30 to tic30.
14709
c495fa66 14710Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14711
14712 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14713 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14714 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14715 (CLEAN_TARGET_MODULES): Similarly
14716 (all-target-libf2c): Add dependences.
aee16bda 14717 * configure.in (target_libs): Add libf2c.
c495fa66 14718
ed37269d 14719Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
14720
14721 * configure.in: Remove expect from noconfigdirs when target
14722 is cygwin32. OK to build expect and dejagnu with Canadian
14723 Cross.
14724
6563ae0c 14725Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
14726
ed37269d 14727 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14728 host.
14729
6563ae0c 14730 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14731 and mingw32.
14732
87f6ff88 14733Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
14734
14735 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14736 here as it is not defined in the toplevel Makefile.
14737
3d2749bb 14738Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
14739
14740 * configure (package_makefile_rules_frag): New variable, which names
14741 a file with generic rules, ...
14742 Change comment to mention we now have FIVE parts.
14743 * configure: Undo last change.
14744
580bb6d9 14745Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
14746
14747 * config.guess: More accurate determination of HP processor types.
ed37269d 14748 * config.sub: More accurate determination of HP processor types.
580bb6d9 14749
72f9a66a 14750Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
14751
14752 * configure (package_makefile_frag): Move inserting the
14753 ${package_makefile_frag} to where it should be according
14754 to the comment.
14755
696f1132 14756Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
14757
14758 * config.guess: Add support for Linux/ARM.
14759
151ad919 14760Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
14761
14762 * .cvsignore: Remove *-info and *-install since they match
14763 release-info and mpw-install, which we don't want to just ignore.
14764
e29d857e 14765Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
14766
14767 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14768
ab426314 14769Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
14770
14771 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14772 local_prefix to sub-make invocations.
14773
fa6212f1 14774Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
14775
14776 * configure.in: Check makefile fragments in the source
14777 directory.
14778
99e98fcd 14779Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14780
ea0cacfb 14781 * configure.in: Check whether host and target makefile
14782 fragments exist before adding them to *_makefile_frag.
99e98fcd 14783
ed37269d 14784Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
14785
14786 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14787
14788Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
14789
14790 * configure.in: Make sure we only replace RPATH_ENVVAR on
14791 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14792 regexp to sed.
14793
14794 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14795 to sub-makes.
14796
c0a2f1ac 147971998-01-13 Lee Iverson (leei@ai.sri.com)
14798
14799 * config-ml.in (multi-do): LDFLAGS must include multilib
14800 designator.
14801
6eaa4c2d 14802Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
2668caae 14803
14804 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14805
ba7b87c8 14806Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
14807
14808 * config.sub: Add mingw32 support.
14809 * configure.in: Likewise.
ba7b87c8 14810
ebabad97 14811Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14812
14813 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14814
ed37269d 14815Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14816
14817 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14818 * configure (gxx_include_dir): Provide a definition for subdirs
14819 which do not use autoconf.
14820
14821Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14822
14823 * config.guess: Sync with egcs. Picks up new alpha support,
14824 BeOS & some additional linux support.
14825
e5af4166 14826Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14827
14828 * config.guess: HP 9000/803 is a PA1.1 machine.
14829
8c7cf808 14830Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14831
14832 * configure.in: It's alpha*-...
14833
b05392a6 14834Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14835
14836 * configure.in (host_makefile_frag, target_makefile_frag):
14837 Handle multiple config files.
14838 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14839 alpha-*-*.
14840
151ad919 14841Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14842
14843 * mkdep: New file.
14844
14845Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14846
14847 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14848
ed37269d 14849Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14850
14851 * Makefile.in: Add libgui directory.
14852 (GDB_TK): Add all-libgui.
14853 * configure.in: Add libgui directory.
14854 * configure: Add all-libgui to GDB_TK.
14855
14856Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14857
14858 * config-ml.in (multidirs): Add m32r to multilib list.
14859
14860Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14861
14862 * Makefile.in (all-target-gperf): Change dependency to
14863 all-target-libstdc++.
14864
e4182547 14865Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14866
14867 * config.guess: Add BeOS support.
14868
ed37269d 14869Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14870
14871 Source directory cvs renamed to cvssrc:
14872 * configure.in (host_tools): Change cvs to cvssrc.
14873 (native_only): Likewise.
14874 (noconfigdirs) [various cases]: Likewise.
14875 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14876 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14877 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14878 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14879 (all-cvssrc): Rename target from all-cvs.
14880
c0a49bd7 14881Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14882
14883 * configure (gxx_include_dir): Fix thinko.
14884
33148f33 14885Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14886
14887 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14888 (install-cross, install-gcc-cross): New targets.
14889
ed37269d 14890Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14891
14892 * configure.in (noconfigdirs): Add support for Thumb target.
14893
14894 * config.sub (maybe_os): Add support for Thumb target.
14895
14896Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14897
14898 * Makefile.in: Add rules for cygmon.
14899
14900 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14901
66e82180 14902Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14903
14904 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14905 * configure (gxx_include_dir): Provide a definition for subdirs
14906 which do not use autoconf.
151ad919 14907
14908Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14909
14910 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
aee16bda 14911 11/18/97 build
151ad919 14912
db8f5cfe 14913Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14914
14915 * From Franz Sirl.
14916 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14917 found on RedHat Linux systems.
66e82180 14918
b58ae2dc 14919Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14920
14921 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14922 guesses.
14923
db8f5cfe 14924Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14925
14926 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14927
ed37269d 14928Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14929
14930 * ltmain.sh: If mkdir fails, check whether the directory was created
14931 anyhow by some other process.
14932
151ad919 14933Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14934
14935 * configure.in (d30v-*-*): Configure all directories.
14936
14937Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14938
14939 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14940 for the D30V.
14941
14942Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14943
14944 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14945
ed37269d 14946Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14947
31972771 14948 * include/libiberty.h: Add extern "C" { so it can be used with C++
14949 progrms.
14950 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14951 programs.
ed37269d 14952
151ad919 14953Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14954
14955 * configure.in (d30v-*-*): Configure GCC now.
14956
ed37269d 14957Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14958
14959 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14960 is no longer needed.
14961
62a42df9 14962Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14963
14964 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14965
75a1ca82 14966Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14967
14968 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14969 targets using "$@" to provide support for similar but not identical
14970 targets without having to duplicate code.
14971
151ad919 14972Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14973
14974 * makefile.vms: Fix to work with DEC C.
14975
14976Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14977
14978 * config.sub: Add mips-tx39-elf to marketing names.
14979
14980Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14981
14982 * ltmain.sh: Handle symlinks in generated script.
14983
14984Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14985
14986 * configure: Handle autoconf style directory options: --bindir,
14987 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14988 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14989 --sysconfdir.
14990 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14991 (sharedstatedir, localstatedir, oldincludedir): New variables.
14992 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14993 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14994 sbindir, sharedstatedir, and sysconfdir.
14995
732395de 14996Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14997
14998 * Makefile.in (bootstrap-lean): New target.
14999
151ad919 15000Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
15001
15002 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
4b695c23 15003 sn, and gnuserv from noconfigdirs.
151ad919 15004
15005Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
15006
15007 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15008
20e61444 15009Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
15010
15011 * Makefile.in (cross): New target.
15012
53647f74 15013Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
15014 Jeff Law <law@cygnus.com>
15015
15016 * Makefile.in (bootstrap2, bootstrap3): New targets.
15017 (all-bootstrap): Remove outdated and confusing target.
c6d9586e 15018 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
53647f74 15019
151ad919 15020Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
15021
15022 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
4b695c23 15023 windows. Consistent with gdb/configure.
151ad919 15024
a6bb47e0 150251997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
15026
a6bb47e0 15027 * configure.in: Name Linux target fragment.
15028
15029 * configure: Rewrite so that project Makefile fragment is inserted
15030 first and appears last in the resulting Makefile.
15031
151ad919 15032Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
15033
15034 * Makefile.in (install-itcl): Install tcl first.
15035
ed37269d 15036Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
15037
15038 * configure.in: remove bison from noconfigdirs for Cygwin32 host
15039
2e678402 15040Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15041
15042 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15043
15044 * configure.in (skipdirs): Add target-librx for Linux.
15045 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15046
6b071baa 15047Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
15048
15049 * Makefile.in (bootstrap): New target.
15050
b496f822 15051Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
15052
fee90afd 15053 * config.sub: Accept 'amigados' for backward compatibility.
b496f822 15054
151ad919 15055Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
15056
15057 * config.guess: Merge with FSF.
15058
d99ec4a1 15059Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
15060
15061 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15062
151ad919 15063Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
15064
15065 * config.sub: Add "marketing-names" patch.
15066
952fead6 15067Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
15068
31972771 15069 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
952fead6 15070
9defe53a 15071Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
15072
15073 * config.sub: Handle v850-elf.
15074
9efeb2e1 15075Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
4c13bcbd 15076
15077 * .cvsignore (*-install): Remove.
15078
c51cbc45 15079Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
15080
15081 * ltconfig: Set CONFIG_SHELL in libtool.
15082 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15083
0dcb4a65 15084Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15085
15086 * configure.in (target_subdir): Set to libraries if enable_multilib.
15087
01a35b7f 15088Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
15089
15090 * config.guess: Update from gcc directory.
15091
151ad919 15092Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
15093
15094 * Makefile.in (all-sim): Depends on all-readline.
15095
28e9041c 15096Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
15097
15098 * Makefile.in (BISON, YACC): Use $$s.
15099 (all-bison): Depend on all-texinfo.
15100
15101Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
15102
15103 * Makefile.in (BISON): Add -L flag.
15104 (YACC): Likewise.
15105
151ad919 15106Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15107
aee16bda 15108 * configure.in (noconfigdirs): Add support for v850e target.
15109
151ad919 15110 * config.sub (maybe_os): Add support for v850e target.
15111
15112Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15113
aee16bda 15114 * configure.in (noconfigdirs): Add support for v850ea target.
15115
151ad919 15116 * config.sub (maybe_os): Add support for v850ea target.
15117
28e9041c 15118Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
15119
15120 * config.sub: Add mipstx39. Delete r3900.
15121
15122Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15123
15124 * Makefile.in (all-autoconf): Depends on all-texinfo.
15125
15126Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
15127
15128 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15129 eabi targets.
15130
15131Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
15132
15133 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15134
15135 * configure: When handling a Canadian Cross, handle YACC as well as
15136 BISON. Just set BISON to bison. When setting YACC, prefer bison.
31972771 15137 * Makefile.in (all-bison): Depend upon all-texinfo.
28e9041c 15138
15139Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
15140
15141 * Makefile.in (BISON): bison, not byacc or bison -y.
15142 (YACC): bison -y or byacc or yacc.
15143 (various): Add *-bison as appropriate.
15144 (taz): No need to mess with BISON anymore.
15145
15146Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
15147
15148 * configure: If OSTYPE matches *win32*, try to find a good value for
15149 CONFIG_SHELL.
15150
15151Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
15152
15153 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15154 configure.in if it is present.
15155
15156Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
15157
15158 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15159
15160Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
15161
15162 * config.sub: Recognize `arc' cpu.
15163 * configure.in: Likewise.
15164 * config-ml.in: Likewise.
15165
15166Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
15167
15168 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15169
15170Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
15171
15172 * configure: Changed sed delimiter from ':' to '|' when
15173 attempting to substitute ${config_shell} for SHELL. On
15174 NT ${config_shell} may contain a ':' in it.
15175
15176Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
15177
15178 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15179
15180Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
15181
15182 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15183
15184Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
15185
15186 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15187
15188 * ylwrap: If the program is a relative path, force it to be
15189 absolute.
15190
15191Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
15192
15193 * configure (tooldir): Set BISON to `bison -y' and not just bison.
15194
15195Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
15196
15197 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
4b695c23 15198 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15199 for libraries.
28e9041c 15200
15201Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
15202
15203 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
4b695c23 15204 separated by spaces.
28e9041c 15205
15206Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
15207
15208 * ylwrap: New file.
15209 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15210
15211 * ltmain.sh: Handle /bin/sh at start of install program.
15212
15213 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15214
15215 * ltconfig, ltmain.sh: New files, from libtool 1.0.
15216 * missing: New file, from automake 1.2.
15217
15218Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
15219
15220 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
15221 check-tk to CHECK_X11_MODULES.
15222
15223Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
15224
15225 * config.sub: Merge with FSF.
15226
15227Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
15228
15229 * config.guess: Merge with FSF.
15230
15231Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15232
15233 * configure: Treat msdosdjgpp like go32.
15234 * configure.in: Likewise. Don't remove gprof for go32.
15235
15236 * configure: Change Makefile.tem2 to Makefile.tm2.
15237
15238Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
15239
15240 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15241
15242Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15243
15244 * install-sh (chmodcmd): Set to null if the DST directory already
15245 exists. Same as Nov 11th change.
15246
15247Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
15248
aee16bda 15249 * configure (GDB_TK): Needs itcl and tix.
28e9041c 15250
15251Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
15252
15253 * config.guess: Update from FSF.
15254
15255Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
15256
15257 * Makefile.in (GDB_TK): Depend on itcl and tix.
15258
15259Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
15260
15261 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15262 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15263 (INSTALL_SCRIPT): New variable.
15264 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15265 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15266 to -x.
15267 * install-sh: Add support for -x option.
15268
15269Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
15270
15271 * configure.in, Makefile.in: Treat tix like itcl.
15272
15273Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
15274
15275 * Makefile.in (WINDRES): New variable.
15276 (WINDRES_FOR_TARGET): New variable.
15277 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15278 (EXTRA_HOST_FLAGS): Add WINDRES.
15279 (EXTRA_TARGET_FLAGS): Add WINDRES.
15280 (EXTRA_GCC_FLAGS): Add WINDRES.
15281 ($(DO_X)): Pass down WINDRES.
15282 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15283 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15284 DLLTOOL_FOR_TARGET.
15285
15286Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
15287
15288 * configure.in: configure sim before gdb for win32-x-ppc
15289
15290Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15291
15292 Move gperf into the toplevel, from libg++.
15293 * configure.in (target_tools): Add target-gperf.
15294 (native_only): Add target-gperf.
15295 * Makefile.in (all-target-gperf): New target, depend on
15296 all-target-libg++.
15297 (configure-target-gperf): Empty rule.
15298 (ALL_TARGET_MODULES): Add all-target-gperf.
15299 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15300 (CHECK_TARGET_MODULES): Add check-target-gperf.
15301 (INSTALL_TARGET_MODULES): Add install-target-gperf.
15302 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15303
15304Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
aee16bda 15305
28e9041c 15306 * config.sub (mn10200): Recognize new basic machine.
15307
15308Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15309
15310 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15311 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15312
15313Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15314
15315 * configure.in: If we're building mips-sgi-irix6* native, turn on
15316 ENABLE_MULTILIB and set TARGET_SUBDIR.
15317
15318Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
15319
15320 * Makefile.in (all-sn): Depend on all-grep.
15321
15322Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
15323
15324 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15325
15326 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15327 Makefile. From Jeff Makey <jeff@cts.com>.
15328 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15329
15330 * Makefile.in (DISTBISONFILES): Remove.
15331 (taz): Don't futz with DISTBISONFILES. Change BISON to use
15332 $(DEFAULT_YACC).
15333
15334 * configure.in: Build itl, db, sn, etc., when building for native
4b695c23 15335 cygwin32.
28e9041c 15336
15337 * Makefile.in (LD): New variable.
15338 (EXTRA_HOST_FLAGS): Pass down LD.
15339 ($(DO_X)): Likewise.
15340
15341Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
15342
15343 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15344
15345Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
15346
15347 * configure.in (targargs): Strip out any supplied --build argument
4b695c23 15348 before adding our own. Always add --build.
28e9041c 15349
15350Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
15351
15352 * configure.in (targargs): Pass --build if we're doing
15353 a cross-compile.
15354
15355Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
15356
ac6fd7b6 15357 * configure: Use '|' instead of ":" as the separator in
28e9041c 15358 sed. Otherwise sed chokes on NT path names with drive
15359 designators. Also look for "?:*" as the leading characters in an
15360 absolute pathname.
15361
15362Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
15363
15364 * config.sub: Support for r3900.
15365
15366Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
15367
15368 * configure.in: Use install-sh, not install.sh.
15369
15370Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
15371
15372 * Makefile.in (taz): Improve check for BISON so it doesn't try to
15373 apply it twice.
15374
15375Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
15376
15377 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15378 install-binutils.
15379
15380Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
15381
15382 * Makefile.in: Add automake targets.
15383 * configure.in (host_tools): Add automake.
15384
15385Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
15386
15387 * configure: Default CXX to c++, not gcc.
15388 * Makefile.in (CXX): Set to c++, not gcc.
15389 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15390
15391Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
15392
15393 * install-sh: try appending a .exe if source file doesn't
15394 exist
15395
15396Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
15397
15398 * configure.in: Turn on multilib by default.
15399 (cross_only): Remove target-libiberty.
15400
15401 * Makefile.in (all-gcc): Don't depend on libiberty.
15402
15403Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
15404
15405 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15406
15407Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
15408
15409 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15410 (DISTBISONFILES): Add ld/Makefile.in
15411
15412Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
15413
15414 * configure.in: if target is cygwin32 but host isn't cygwin32,
15415 don't configure gdb tcl tk expect, not just gdb.
15416
15417Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
15418
15419 * configure.in: Added gnuserv everywhere sn appears.
15420
15421 * Makefile.in (ALL_MODULES): Added all-gnuserv.
15422 (CROSS_CHECK_MODULES): Added check-gnuserv.
15423 (INSTALL_MODULES): Added install-gnuserv.
15424 (CLEAN_MODULES): Added clean-gnuserv.
15425 (all-gnuserv): New target.
15426
15427Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
15428
15429 * config.guess: Fixes for MIPS OpenBSD systems.
15430
15431Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
15432
15433 * Makefile.in (INSTALL_XFORM): Remove.
15434 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15435
15436 * mkinstalldirs: New file, copied from automake.
15437 * Makefile.in (installdirs): Rename from install-dirs. Use
15438 mkinstalldirs. Change all users.
15439 (DEVO_SUPPORT): Add mkinstalldirs.
15440
15441Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
15442
15443 * install-sh: Rename from install.sh.
15444 * Makefile.in (INSTALL): Change install.sh to install-sh.
15445 (DEVO_SUPPORT): Likewise.
15446
15447 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
15448 Graichen <graichen@rzpd.de>.
15449
15450Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
15451
15452 * config.guess: Recognize OpenBSD systems correctly.
15453
15454Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15455
15456 * README, Makefile.in (ETC_SUPPORT): Remove references to
15457 cfg-paper*, configure.{texi,man,info*}._
15458
15459Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
15460
15461 * Makefile.in (all.normal): Ensure that gcc is built after all
15462 the x11 - ie gdb - targets.
15463
15464Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
15465
15466 * makefile.vms: Don't run conf-a-gas.
15467
15468Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
15469
31972771 15470 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
28e9041c 15471
151ad919 15472Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
15473
15474 * configure.in: Remove noconfigdirs case since gdb also
15475 configures and builds for tic80-coff.
15476
28e9041c 15477Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
15478
15479 * configure: Set cache_file to config.cache.
15480 * Makefile.in (local-distclean): Remove config.cache.
15481
15482Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
15483
15484 * COPYING: Update FSF address.
15485
151ad919 15486Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
15487
15488 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15489 noconfigdirs.
15490
28e9041c 15491Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
15492
15493 * Makefile.in (install-dirs): Don't crash if prefix, and hence
15494 MAKEDIRS, is empty.
15495
15496Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
15497
15498 * config.sub: Tweak mn10300 entry.
15499
15500Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
15501
15502 * configure.in (host_tools): Put sim before gdb, so gdb's
15503 configure.tgt can determine if the simulator was configured.
15504
15505Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
15506
15507 * config.sub: Move BeOS $os case to be with other Cygnus
15508 local cases.
15509
15510Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
15511
15512 * config.sub: Remove misplaced comment that broke Linux.
15513
15514Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
15515
15516 * config.sub: Add BeOS support.
15517
15518Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
15519
15520 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15521
15522Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
15523
15524 * configure.in (noconfigdirs): Remove tcl and tk from
15525 noconfigdirs for cygwin32 builds.
15526
151ad919 15527Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15528
15529 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15530
28e9041c 15531Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15532
15533 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15534 make-all.com, use makefile.vms instead.
15535
15536Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15537
15538 * config.sub: Accept -lnews*.
15539
151ad919 15540Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
15541
15542 * configure.in (noconfigdirs): Disable target-newlib,
4b695c23 15543 target-examples and target-libiberty for d30v.
151ad919 15544
15545Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15546
15547 * configure.in (noconfigdirs): Enable ld for d30v.
15548
15549Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
15550
15551 * configure.in (tic80-*-*): Build compiler.
15552
15553Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
15554
15555 * configure.in (d30v-*): Remove sim directory from list of
4b695c23 15556 unsupported d30v directories
151ad919 15557
15558Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15559
aee16bda 15560 * config.sub, configure.in: Add d30v target cpu.
15561
28e9041c 15562Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
15563
15564 * makefile.vms: New file.
15565 * make-all.com: Remove.
15566
15567Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
15568
15569 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15570
15571Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15572
15573 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15574
15575Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15576
15577 * Makefile.in (ALL_MODULES): Added all-db.
15578 (CROSS_CHECK_MODULES): Addec check-db.
15579 (INSTALL_MODULES): Added install-db.
15580 (CLEAN_MODULES): Added clean-db.
15581
15582Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15583
15584 * config.guess: Merge with latest FSF sources.
15585
15586Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15587
15588 * Makefile.in (ALL_MODULES): Added all-itcl.
15589 (CROSS_CHECK_MODULES): Added check-itcl.
15590 (INSTALL_MODULES): Added install-itcl.
15591 (CLEAN_MODULES): Added clean-itcl.
15592
15593Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15594
15595 * configure.in: build gdb for mn10200
15596
15597Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15598
15599 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15600
151ad919 15601Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15602
15603 * configure.in (tic80-*-*): Turn off most targets right now.
15604
28e9041c 15605Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15606
15607 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15608 rather than the makeinfo program.
15609 (do-info): Depend upon all-texinfo.
15610
15611Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15612
15613 * configure.in: Remove uses of config/mh-linux.
15614
15615 * config.sub, config.guess: Merge with latest FSF sources.
15616
151ad919 15617Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15618
15619 * config.sub (case $basic_machine): Add tic80 entries.
15620
28e9041c 15621Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15622
15623 * config.sub, config.guess: Merge with latest FSF sources.
15624
15625Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15626
15627 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15628 * mpw-config.in: Test for NewFolderRecursive.
15629 * mpw-install: Use symbolic name for startup filename.
15630 * mpw-README: Add various additional details.
15631
15632Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15633
15634 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15635
15636Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15637
15638 * configure.in: Do build gcc and the target libraries for
15639 the mn10200.
15640
15641Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15642
15643 * configure.in: don't avoid building gdb for mn10300 any more
15644 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15645 instead of single-quoting it.
15646
15647Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15648
15649 * configure.in: Don't use --with-stabs on IRIX 6.
15650
15651Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15652
15653 * configure.in (m32r): Build gdb, libg++ now.
15654
15655Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15656
15657 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15658 directories from noconfigdirs.
15659
15660Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15661
15662 * config.sub (basic_machine): added mips16 configuration
15663
15664Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15665
15666 * config.sub: Handle d10v-unknown.
15667
151ad919 15668Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15669
15670 * config.sub: Handle v850-unknown.
15671
28e9041c 15672Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15673
15674 * Makefile.in: add findutils
15675 * configure.in: add findutils to list of host_tools
15676
15677Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15678
15679 * config.sub: Handle mn10200 and mn10300.
15680
15681Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15682
15683 * configure.in (d10v-*): Do not build librx.
15684
15685Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15686
15687 * configure.in (mn10300): Build everything except gdb & libgloss.
15688
15689Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15690
15691 * config.guess: Patch for Dansk Data Elektronik servers,
15692 from Niels Skou Olsen <nso@dde.dk>.
15693
15694 For ncr, use /bin/uname rather than uname, since GNU uname does not
15695 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15696
15697 Patch for MIPS R4000 running System V,
15698 from Eric S. Raymond <esr@snark.thyrsus.com>.
15699
15700 Fix thinko for nextstep.
15701
15702 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15703
15704 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15705 * config.guess: Guess mips-dec-mach_bsd4.3.
15706
15707 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15708 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15709 release numbers.
15710 * config.guess (mips-mips-riscos*): Emit just enough of the
15711 release number.
15712
15713 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15714 * config.guess (sparc-auspex-sunos*): Added.
15715 (f300-fujitsu-*): Added.
15716
15717 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
15718 * config.guess: Recognize a Tadpole as a sparc.
15719
15720Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15721
15722 * config.guess: Don't assume that NextStep version is either 2 or
15723 3. NextStep 4 (aka OpenStep 4) has come out now.
15724
15725Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15726
15727 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15728 From Rik Faith <faith@cs.unc.edu>.
15729
15730Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
15731
15732 * config.sub: Contributions from bug-gnu-utils to:
15733 Support plain "hppa" (no version given) architecture, reported by
15734 OpenStep.
15735 OpenBSD like NetBSD.
15736 LynxOs is not a hardware supplier.
15737
15738 * config.guess: Contributions from bug-gnu-utils to add support for:
4b695c23 15739 OpenBSD like NetBSD.
28e9041c 15740 Stratus systems.
15741 More Pyramid systems.
15742 i[n>4]86 Intel chips.
15743 M680[n>4]0 Motorola chips.
15744 Use unknown instead of lynx for hardware manufacturer.
15745
15746Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15747
15748 * install.sh (chmodcmd): Set to null if the DST directory already
15749 exists.
15750
15751Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15752
15753 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15754 not use mt-ppc target Makefile fragment any more.
15755
15756Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15757
15758 * configure.in (*-*-windows): Exclude everything but those dirs
15759 needed to build windows.
15760
15761Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
15762
15763 * Makefile.in (all-target-winsup): Depend on all-target-librx.
15764
15765Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15766
15767 * configure.in: Exclude mmalloc from i386-windows.
28e9041c 15768
15769Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15770
15771 * Undo my previous change.
15772
15773Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
15774
15775 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15776 unconditionally.
15777 (MAKEOVERRIDES): Define (revert this part of October 18 change).
15778
15779Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15780
15781 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
15782 host to add it's own flags.
28e9041c 15783
15784Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
15785
15786 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15787
15788Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
15789
15790 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15791 (CXX_FOR_TARGET): Likewise.
15792 (GCC_FOR_TARGET): Define.
15793 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15794 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15795 CC_FOR_TARGET was specified on the command line.
15796 (MAKEOVERRIDES): Don't define.
15797
15798Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
15799
15800 * configure.in (m32r): Fix spelling of libg++ libs.
15801
15802Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
15803
15804 * config.sub (-apple*): Remove, now redundant.
15805
15806Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
15807
15808 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15809
15810 * configure: Rework yesterday's sed script patch.
15811
15812 * config.sub: Merge with FSF.
15813
15814Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15815
15816 * config.guess: Merge from FSF.
15817
15818 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
31972771 15819 * config.guess: Use pc instead of unknown, for pc clone systems.
15820 Change linux to linux-gnu.
28e9041c 15821
15822 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
31972771 15823 * config.guess: Avoid non-portable tr syntax.
28e9041c 15824
15825Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15826
15827 * test-build.mk (HOLES): Add "xargs" for gdb.
15828
15829 * configure: Avoid hpux10.20 sed bug.
15830
15831Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15832
5309a301 15833 * configure.in: Add support for windows host
28e9041c 15834 (that is a build done under the Microsoft build environment).
15835
15836Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15837
15838 * Makefile.in: Replace all uses of srcroot with s, to shrink
15839 command line lengths.
15840
15841 Patches from Geoffrey Noer <noer@cygnus.com>:
15842 * configure.in: If configuring for newlib, pass --with-newlib to
15843 subdirectories.
15844 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15845 -Bnewlib/ and -Lwinsup to gcc.
15846 (CXX_FOR_TARGET): Likewise.
15847
15848Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15849
15850 * Makefile.in (ETC_SUPPORT): Add configure.
15851
15852Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15853
aee16bda 15854 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
28e9041c 15855 host configuration file.
15856
15857Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15858
15859 * configure.in: Break mn10x00 support into separate
15860 mn10200 and mn10300 configurations.
15861 * config.sub: Likewise.
15862
15863Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15864
15865 * configure.in: Add lots of stuff to noconfigdirs for
15866 the mn10x00 targets.
15867
15868 * config.sub, configure.in: Add mn10x00 support.
15869
15870Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15871
15872 * make-all.com: Call conf-a-gas, not config-a-gas.
15873
15874Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15875
15876 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
4b695c23 15877 targets.
28e9041c 15878
15879Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15880
15881 * mpw-README: Add much more detail for native PowerMac.
15882 * mpw-install: New file.
15883 * mpw-configure: Add --norecursion and --help options.
15884 * mpw-config.in: Translate readme and install files when
15885 copying to objdir.
15886 * mpw-build.in: Don't always depend on byacc and flex.
15887 (install-only-top): New action.
15888
151ad919 15889Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15890
15891 * configure.in: You can now configure GDB for the v850.
15892
28e9041c 15893Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15894
15895 * configure.in (noconfigdirs): Don't configure any C++ dirs
15896 if targeting D10V.
15897
15898Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15899
15900 * config.sub: Recognize mips64vr5000.
15901
15902Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15903
15904 * configure.in: Use a single line for host_tools and native_only.
15905
15906Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15907
15908 * config.sub, configure.in: Add entries for m32r.
15909
15910Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15911
15912 * Makefile.in (inet-install): Don't run install-gzip.
15913
15914Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15915
15916 * configure.in: Don't config lots of things for *-*-windows*.
15917
15918Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15919
15920 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15921 (host_libs, host_tools): Copy from configure.in.
15922 * mpw-configure: Don't complain about directories not found.
15923
15924Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15925
15926 * configure.in (i[345]86): Recognize i686 for pentium pro.
15927 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15928 file.
15929
15930 * config.guess (i[345]86): Ditto.
15931
15932Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15933
15934 * configure.in (noconfigdirs): Removed gdb for D10V.
15935
151ad919 15936Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
ed37269d 15937
151ad919 15938 * configure.in: Remove ld, target-libio, target-libg++, and
15939 target-libstdc++ from noconfigdirs.
ed37269d 15940
28e9041c 15941Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15942
15943 * configure: Fix three locations where shell scripts were
15944 being run directly rather than with config_shell.
15945
151ad919 15946Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15947
15948 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15949 * config.sub (basic_machine): Recognize v850.
15950
28e9041c 15951Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15952
15953 * mpw-configure: Handle multiple enable/disable options and
15954 pass them down recursively, handle -c and -s flags appropriately
15955 depending on choice of compiler, add escape mechanism for
15956 quoted arguments to gC.
15957
15958Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15959
15960 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15961 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15962 so that -mrelocatable-lib and -mno-eabi are used.
15963
15964 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15965 not support --print-multi-lib, don't abort.
15966
28e9041c 15967Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15968
15969 * make-all.com: Run config-a-gas.
15970 * setup.com: Don't copy subdirectory files around.
15971
15972Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15973
15974 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15975 target, it now compiles correctly.
15976
15977Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15978
15979 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15980
15981Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15982
aee16bda 15983 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
28e9041c 15984
15985Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15986
15987 * configure.in (native_only): Add prms.
15988
15989Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15990
15991 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15992 (BINUTILS_SUPPORT_DIRS): Likewise.
15993
15994Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15995
15996 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15997 d10v support is added.
15998
15999Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16000
16001 * configure.in (d10v-*-*): New target.
16002
16003Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
16004
16005 * config.guess (HP 9000/811): Recognize this as a PA1.1
16006 machine.
16007
16008Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
16009
16010 * Makefile.in (do-tar-gz): New target, split out from tail end of
16011 taz target. Run each command separately, don't use pipes.
16012 (taz): Use it.
16013
16014Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
16015
16016 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16017 * mpw-build.in: No builds should depend on building byacc or flex,
16018 they are assumed to be installed already.
16019
16020Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16021
16022 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16023 variable that CC_FOR_TARGET needs.
16024
16025Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16026
16027 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16028 options have changed since the last time the subdirectory was
16029 configured, and if it has, reconfigure.
16030 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16031 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16032
16033Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
16034
16035 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16036 CLEAN_MODULES): Add bash.
16037 (all-bash): New target.
16038
16039Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
16040
16041 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16042
16043Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16044
16045 * config.sub (basic_machine): Recognize d10v as a valid processor.
16046
16047Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
16048
16049 * mpw-configure: Add support for --bindir.
16050 * mpw-build.in: Use a GCC-specific build script for GCC actions.
16051
16052Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
16053
16054 * configure.in: add bash, time, gawk to list of hosttools and things
16055 to only build for native toolchains
16056
16057Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16058
16059 * Makefile.in (docdir): Remove.
16060
16061Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16062
16063 * Makefile.in (datadir): Set to $(prefix)/share.
16064
16065Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
16066
16067 * configure.in: build diff and patch for cygwin32-hosted
16068 toolchains.
16069
16070Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
16071
16072 * config.sub: Accept -rtems*.
16073
16074Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
16075
31972771 16076 * configure.in: enable dosrel for cygwin32-hosted builds,
16077 remove diff from the list of things not buildable
16078 via Canadian Cross
28e9041c 16079
16080Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
16081
16082 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
4b695c23 16083 don't get ". ".
28e9041c 16084
16085Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
16086
16087 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16088
16089Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
16090
16091 * Makefile.in (taz): Handle case where tex3patch didn't even get
16092 checked out. Also, if it was found, put the symlink in a new util
16093 subdirectory.
16094
16095Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16096
16097 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16098
16099Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
16100
16101 * config.sub: Recognize -openvms.
16102 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16103 * make-all.com, setup.com: New files.
16104
16105Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16106
16107 * Makefile.in (taz): tex3patch moved to texinfo/util.
16108
16109Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
16110
16111 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16112 * configure.in: remove make from disable-if-Can-Cross list
16113 enable gdb if ${host} and ${target} are cygwin32
16114
16115Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
16116
16117 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
16118 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16119
16120Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16121
16122 * config.guess: Combine mips-mips-riscos cases, and use cpp to
16123 distinguish sysv/svr4/bsd variants.
16124 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16125
16126Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
16127
16128 * configure.in: Added copyright notice.
16129 * move-if-change: Added copyright notice.
16130
16131Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16132
16133 * configure.in (powerpcle-*-solaris*): Until we get shared
16134 libraries working, don't build gdb, sim, make, tcl, tk, or
16135 expect.
16136
16137Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
16138
16139 * config.guess: Merge with FSF:
16140
16141 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16142 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16143
16144 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
16145 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16146
16147 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
16148 * config.guess: Combine two OSF1 rules.
16149 Also recognize field test versions. From mjr@zk3.dec.com.
16150 * config.guess (dgux): Use /usr/bin/uname rather than uname,
16151 because GNU uname does not support -p. From pmr@pajato.com.
16152
16153Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
16154
16155 * Makefile.in (MAKEDIRS): Removed $(tooldir).
16156
16157Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
16158
16159 * mpw-README: Document GCCIncludes.
16160
16161Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
16162
16163 * configure.in (alpha-*-linux*): Set enable_shared to yes.
16164
16165Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16166
16167 * mpw-configure: Handle --enable-FOO and --disable-FOO.
16168
16169Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
16170
16171 * configure.in (*-*-cygwin32): Configure make.
16172
16173Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
16174
16175 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16176
16177Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
16178
16179 * Makefile.in (all-inet): Depend on all-perl.
16180
16181 * Makefile.in (inet-install): New target.
16182
16183 * Makefile.in (all-inet): Depend on all-tcl.
16184 (all-inet): Depend on all-send-pr.
16185
16186Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16187
16188 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16189 temporarily.
16190
16191Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
16192
16193 * configure.in: Don't configure --with-gnu-ld on AIX.
16194
16195Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16196
16197 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16198
16199Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
16200
16201 * Makefile.in (ALL_MODULES): Added all-inet.
16202 (CROSS_CHECK_MODULES): Added check-inet.
16203 (INSTALL_MODULES): Added install-inet.
16204 (CLEAN_MODULES): Added clean-inet.
16205 (all-indent): New target.
16206
16207 * configure.in (host_tools): Added inet.
16208 (native_only): Added inet.
16209 (noconfigdirs): Added inet.
16210
16211Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
16212
16213 * configure.in: Don't configure libgloss if we are not configuring
16214 newlib.
16215
16216Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
16217
16218 * configure.in: Don't configure libgloss for unsupported
16219 architectures.
16220
16221Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16222
16223 * Makefile.in (CLEAN_MODULES): Add clean-apache.
16224
16225Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
16226
16227 * Makefile.in (ALL_MODULES): Include all-apache.
16228 (CROSS_CHECK_MODULES): Include check-apache.
16229 (INSTALL_MODULES): Include install-apache.
16230 (all-apache): New target.
16231
16232 * configure.in: Added apache everywhere perl is seen.
16233
16234Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16235
16236 * Makefile.in: Add support for clean-{module} and
16237 clean-target-{module} rules.
16238
16239Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
16240
16241 * configure.in (*-*-ose) do not build libgloss.
16242
16243Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16244
16245 * config.guess (prep*:SunOS:5.*:*): Turn into
16246 powerpele-unknown-solaris2.
16247
16248Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
16249
16250 * configure.in: Permit --enable-shared to specify a list of
16251 directories.
16252
16253Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16254
16255 * configure.in (host==solaris): Pass only the first word of $CC
16256 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16257
16258Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16259
16260 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16261
16262Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
16263
16264 * Makefile.in (ALL_MODULES): Include all-perl.
16265 (CROSS_CHECK_MODULES): Include check-perl.
16266 (INSTALL_MODULES): Include install-perl.
16267 (ALL_X11_MODULES): Include all-guile.
16268 (CHECK_X11_MODULES): Include check-guile.
16269 (INSTALL_X11_MODULES): Include install-guile.
16270 (all-perl): New target.
16271 (all-guile): New target.
16272
16273 * configure.in (host_tools): Include perl and guile.
16274 (native_only): Include perl and guile.
16275 (noconfigdirs): Don't build guile and perl; no ports have been
16276 done.
16277
16278Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
16279
31972771 16280 * configure (--enable-*): Handle quoted option lists such as
16281 --enable-sim-cflags='-g0 -O' better.
28e9041c 16282
16283Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16284
16285 * Makefile.in ({,inst}all-target): New rule so we can make and
16286 install all of the target directories easily.
16287
16288Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16289
16290 * configure.in: Add missing global flag in sed substitution when
16291 deleting `target-' from ${configdirs}.
16292
16293Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
16294
16295 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16296 option.
16297
16298 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16299 config/mh-necv4.
16300
16301 * install.sh: Correct misspelling of transformbasename.
16302
16303 * config.guess: Recognize mips-*-sysv*.
16304
16305Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
16306
16307 * config.sub: Recognize mon960.
16308
16309Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
16310
16311 * configure: Restore Canadian Cross handling of BISON and LEX,
16312 removed in Feb 20 change.
16313
16314Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
16315
16316 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16317 Mention make install. Remove the old copyright date as well the
16318 clumsy and rather pointless copyright on the README file.
16319
16320Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
16321
16322 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16323 Makefile after running symlink-tree, then run `make distclean' to
16324 avoid clobbering any generated files in srcdir.
16325
16326Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
16327
16328 * configure.in (m68k-*-netbsd*): Build everything now.
16329
16330Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16331
16332 * Makefile.in (taz): Fix quoting.
16333
16334Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
16335
16336 * configure.in (sparclet-*-*): Build everything now.
16337
16338Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16339
16340 * configure.in (m68k-*-linux*): New host.
16341
16342Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
16343
16344 * configure: Check for bison before byacc.
16345
16346Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
16347
16348 * Makefile.in configure: Change the way LEX and BISON/YACC are
16349 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
16350 searching PATH. These are used as fallbacks by Makefile.in if
16351 flex/bison/byacc aren't in objdir.
16352
16353Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
16354
16355 * Makefile.in: Make everything which depends upon all-bfd also
16356 depend upon all-opcodes, in case --with-commonbfdlib is used.
16357
16358Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16359
16360 * configure.in (host *-*-cygwin32): Don't build gdb if we are
16361 building NT native compilers on Unix.
16362
16363Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
16364
16365 * configure.in: Don't get CC from the host Makefile fragment if we
16366 can find gcc in PATH, or if this is a Canadian Cross. Move the
16367 Solaris test for /usr/ucb/cc to the post target script, just after
16368 the compiler sanity test.
16369
16370Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
16371
16372 * config.sub: Merge with FSF.
16373
16374Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
16375
16376 * Makefile.in (RPATH_ENVVAR): New variable.
16377 (REALLY_SET_LIB_PATH): Use it.
16378 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16379
16380Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
16381
16382 * config.sub, configure.in: Recognize sparclet cpu.
16383
16384Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16385
16386 * config.guess: Support m68k-cbm-sysv4.
16387
16388Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16389
16390 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16391 m68k-unknown-linuxaout from linker help string. Put quotes around
16392 $ld_help_string.
16393
16394Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
16395
16396 * config.guess (powerpc-harris-powerunix): Add guess for port
16397 to new target.
16398
16399Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16400
16401 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16402
16403Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
16404
16405 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16406 $(REALLY_SET_LIB_PATH) in Makefile.
16407 * Makefile.in (SET_LIB_PATH): New variable.
16408 (REALLY_SET_LIB_PATH): New variable.
16409 ($(DO_X)): Use $(SET_LIB_PATH).
16410 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16411 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16412 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16413 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16414 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16415 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16416 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16417 (install-dosrel): Likewise.
16418 (all-opcodes): Depend upon all-libiberty.
16419
16420Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
16421
16422 * config.guess (*:CYGWIN*): New
16423
16424Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16425
16426 * Makefile.in (all-target-winsup): All all-target-libiberty.
16427
16428Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16429
16430 * configure.in (noconfigdirs): Add missing # in front of comment.
16431
16432Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
16433
16434 * configure.in: add second pass to things added to noconfigdirs
16435 so *-gm-magic can exclude libgloss properly.
16436
16437Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
16438
16439 * mpw-configure (extralibs_name, rez_name): Set correctly
16440 for MWC68K compiler.
16441
16442 * mpw-README: Add more info on the necessary build tools.
16443
16444Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
16445
16446 * configure.in, config.sub: Recognize cygwin32.
16447
16448Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
16449
16450 * config.guess, config.sub: Recognize A/UX.
16451
16452Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
16453
16454 * config.sub: Merge with gcc/config.sub.
16455
16456Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
16457
16458 * mpw-build.in (do-binutils): Add build of stamps.
16459
16460Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
16461
16462 * config.sub: Add recognition for mips64vr4100*-* targets.
16463
16464Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16465
16466 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16467 Add creation of gconfigargs with `--enable-shared' turned on.
16468 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16469 ($(host)-stamp-stage3-configured): Likewise.
16470 (HOLES): Add chatr and ldd.
16471 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16472
16473Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
16474
16475 * configure: Pass --nfp to recursive configures.
16476
16477Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
16478
16479 * Makefile.in (DLLTOOL): New.
16480 (DLLTOOL_FOR_TARGET): New.
16481 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16482 (EXTRA_TARGET_FLAGS): Ditto.
16483 (EXTRA_GCC_FLAGS): Ditto.
16484 (CONFIGURE_TARGET_MODULES): Ditto.
16485 (DO_X): Ditto.
16486 * configure: Add DLLTOOL.
16487
16488Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
16489
16490 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16491 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16492 mh-sco, since old workarounds no longer needed, and don't
16493 build ld, since libraries have weak symbols in COFF.
16494
16495Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
16496
16497 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16498
16499Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
16500
16501 * configure.in: Make sure that ${CC} can be used to compile an
16502 executable.
16503
16504Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16505
16506 * Makefile.in (all-gdb): Depend on $(GDB_TK).
16507 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16508 nothing depending on whether gdbtk is being built.
16509
16510Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
16511
16512 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16513
16514Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
16515
16516 * configure.in (noconfigdirs): Put ld or gas in this early, if the
16517 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16518
16519Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
16520
16521 * config-ml.in: Add support for
16522 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16523 Simplify setting of multidirs from --disable-foo.
16524
16525Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16526
16527 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16528 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16529 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
4b695c23 16530 non-empty, pass them on to the GCC make.
28e9041c 16531 (all-bootstrap): New rule that is like all-gcc, except it executes
16532 the GCC bootstrap rule instead of the GCC all rule.
16533
16534Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16535
16536 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16537
16538Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16539
16540 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16541 DG/UX support.
16542
16543Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
16544
16545 * config.sub (i*86*) Change [345] to [3456]
16546
16547Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16548
16549 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16550 --with-gnu-ld=no.
16551
16552Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16553
16554 * config-ml.in (rs6000*, powerpc*): Add switches to control which
16555 AIX multilibs get built.
16556
16557Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16558
16559 * configure.in (i386-win32): Don't build expect if we're not
16560 building the tcl subdir.
16561
16562Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
16563
16564 * Makefile.in: (configure-target-examples, all-target-examples):
16565 New targets, configure and build example programs.
16566
16567Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16568
16569 * mpw-configure: If an mpw-config.in generated a file mk.sed,
16570 use it as input to sedit the generated MPW makefile.
16571 * mpw-README: Add a suggestion about Gestalt.h.
16572
16573Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16574
16575 * config.sub: Accept *-*-ieee*.
16576
16577Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16578
16579 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16580 Ronald F. Guilmette <rfg@monkeys.com>.
16581
16582Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16583
16584 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16585 for powerpc-pe native.
16586 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16587 (target==powerpc-pe): duplicate i386-win32 entry.
16588
16589Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16590
16591 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16592 of vxworks, not just vxworks5.1.
16593
16594Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16595
16596 * mpw-configure: Add support for exec-prefix.
16597
16598Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16599
16600 * config.guess: Recognize HP model 816 machines as having
16601 a PA1.1 processor.
16602
16603Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16604
16605 * configure: Ignore new autoconf configure options.
16606
28e9041c 16607Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16608
16609 * config.guess: Recognize Pentium under SCO.
16610 From Robert Lipe <robertl@arnet.com>.
16611
16612Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16613
16614 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
28e9041c 16615
16616Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16617
16618 * configure.in: Don't configure gas for alpha-dec-osf*.
16619
16620Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16621
16622 * configure.in: Default to --with-stabs for some targets for which
16623 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16624 i[345]86*-*-unixware*.
16625
16626Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16627
16628 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16629 rather than basing it on the target. Simplify handling of options
16630 controlling which directories to configure. Remove extraneous
16631 slash in multi-clean target.
16632
16633Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16634
16635 * config-ml.in: Prefix more variables with ml_ so they don't collide
16636 with configure's.
16637
16638Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16639
16640 * configure: Don't turn -v into --v.
16641
16642Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16643
16644 * configure.in (targargs): Fix typo.
16645
16646 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16647
16648Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16649
16650 * configure.in: Strip --host and --target options from
16651 CONFIG_ARGUMENTS, and always configure for --host only. Add
16652 --with-cross-host option when building with a cross-compiler.
16653 * configure: Canonicalize the arguments put into config.status by
16654 always using `=' for an option with an argument. Pass a presumed
16655 --host or --target explicitly.
16656
16657Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16658
16659 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16660 into general OS recognition case.
16661
16662Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16663
16664 * configure.in (target_configdirs): add target-winsup only
16665 for win32 target systems.
16666
16667Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16668
16669 * Makefile.in (all-target-libgloss): Depend upon
16670 configure-target-newlib, since when libgloss is built it looks to
16671 see if the newlib directory exists.
16672
16673Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16674
16675 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16676 cfg-ml-*.in.
16677
16678Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16679
16680 * configure: Handle LD and LD_FOR_TARGET when configuring a
16681 Canadian Cross.
16682
28e9041c 16683Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16684
16685 * configure.in (target_libs): add target-winsup.
16686 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16687 (target==ppcle-pe): remove ld from $noconfigdirs.
16688
16689Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16690
16691 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16692 Preserve relative path names in $srcdir. Build symlink tree if
16693 configuring cross target dir and srcdir=. (= no VPATH support).
16694 (configure-target-libg++): Depend on configure-target-librx.
16695 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16696 * config-ml.in: New file.
16697 * symlink-tree: New file.
16698 * configure: Ensure srcdir="." if that's what it is.
16699
16700Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16701
16702 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16703 includes and FLEX_SKELETON setting.
16704 * mpw-configure (--with-gnu-ld): New option, controls whether
16705 to use PPCLink or ld with PowerMac GCC.
16706 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16707 * mpw-config.in: Configure grez if targeting Mac.
16708
16709 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
4b695c23 16710 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16711 just macos.
28e9041c 16712 * configure.in: Configure grez resource compiler if targeting Mac.
16713 * Makefile.in (all-grez, install-grez): New targets.
16714
16715Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
16716
16717 * configure: CXX defaults to gcc, not g++. If we find
4b695c23 16718 gcc in the path, set CC to gcc -O2.
28e9041c 16719
16720Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
16721
16722 * configure: Default ${build} correctly. Avoid picking up extra
16723 spaces when reading CC and CXX from Makefile. When doing a
16724 Canadian Cross, use plausible default values for numerous
16725 variables.
16726 * configure.in: When doing a Canadian Cross, don't try to
16727 configure tools whose configure script can't handle it.
16728
16729Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16730
16731 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16732
16733Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
16734
16735 * configure: Remove dubious bug reporting address.
16736
16737Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
16738
16739 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
16740 configure script, run that instead of this directory's configure.
16741 In either case, print a message that we're configuring the sub-dir.
16742
16743Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
16744
16745 * configure.in: Before checking for the existence of various files,
16746 use sed to filter out "target-".
16747
16748Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
16749
16750 * Makefile.in (DO_X): Split rule to decrease command line length
16751 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
16752 (Philippe De Muyter).
16753
16754Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16755
16756 * Makefile.in (all-patch): depend on all-libiberty.
16757
16758Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
16759
16760 * configure.in: If the only directory in target_configdirs which
16761 actually exists is libiberty, then set target_configdirs to empty,
16762 to avoid trying to build a target libiberty in a gas or gdb
16763 distribution.
16764
16765Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
16766
16767 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
4b695c23 16768 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16769 systems.
28e9041c 16770
16771Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16772
16773 * configure.in (copy_dirs): Use sys-include instead of include
16774 for --with-headers option.
16775
16776Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
16777
16778 * Makefile.in, configure.in: Make winsup builds work with
16779 new scheme.
16780
16781Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
16782
16783 * configure.in: Build the linker on AIX.
16784
16785Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
16786
16787 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
16788 where needed.
16789
16790Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
16791
16792 * Makefile.in (all-gcc): Fix typo.
16793
16794Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
16795
16796 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
16797
16798Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
16799
16800 * configure.in: Rename libFOO to target-libFOO, and xiberty
16801 to target-xiberty, to provide more flexibility.
16802 (target_subdir): Define. Create if cross.
16803 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16804 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
16805 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16806 check-libFOO -> check-target-libFOO, etc.
16807 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16808 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16809 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16810 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16811 allow ALL_GCC="" to only configure.
16812 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16813 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16814 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16815
16816Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16817
16818 * Makefile.in (taz): Build "info" in etc explicitly.
16819
16820Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16821
16822 * configure.in: Make sure that CC is undefined (as opposed to
16823 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16824 problem with autoconf trying to configure on a host without GCC.
16825
16826Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16827
16828 * mpw-configure: Set host alias from choice of host compiler,
16829 only use generic MPW Makefile sed if present, edit a file
16830 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16831 * mpw-README: Add problem notes about CW6 and CW7.
16832
16833Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16834
16835 * Makefile.in (taz): Use ";" instead of ";;".
16836
16837Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16838
16839 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16840 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16841 DISTDOCDIRS.
16842 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16843 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16844
16845Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16846
16847 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16848 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16849 Move bfd to DISTSTUFFDIRS.
16850
16851Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16852
16853 * Makefile.in (X11_LIB): Removed.
16854 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16855
16856 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16857
16858Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16859
16860 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16861 names.
16862
16863Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16864
16865 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16866
16867Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16868
16869 * configure.in (i[345]86-*-win32): Always build newlib.
16870 Don't configure cvs, autoconf or texinfo.
16871 * Makefile.in (LD_FOR_TARGET): New.
16872 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16873 Pass down LD_FOR_TARGET.
16874
16875Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16876
16877 * winsup: New directory.
16878 * Makefile.in: Build winsup.
16879 * configure.in: Winsup is configured when target is win32.
16880 Can only build win32 target GDB when native.
aee16bda 16881
28e9041c 16882Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16883
16884 * config.guess: Recognize HP model 819 machines as having
16885 a PA 1.1 processor.
16886
16887Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16888
16889 * configure: Fix sed loop which substitutes for CC and CXX to
16890 avoid bug found in various sed implementations.
16891
16892Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16893
16894 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16895 simulator. Use standard powerpc-*-eabi*.
16896
16897Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16898
16899 * configure.in: Stop putting gas and binutils in noconfigdirs for
16900 powerpc-*-aix* and rs6000-*-*.
16901
16902Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16903
16904 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16905 -mcall-aixdesc libraries.
16906
16907Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16908
16909 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16910
16911 * config.sub (arm | armel | armeb): Fix shell syntax.
16912
16913Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16914
16915 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16916 -msoft-float and -mcpu=common support.
16917 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16918 libraries.
16919
16920Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16921
16922 * configure.in: Allow configuration and build of emacs19 for the alpha.
16923
16924Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16925
16926 * configure.in (CC): Get ^CC, not just any old CC, from
16927 ${host_makefile_frag}.
16928
16929Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16930
aee16bda 16931 * configure.in (CC): Try to get CC from
28e9041c 16932 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16933
16934Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16935
16936 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16937 only if it exists in $(srcdir).
16938
16939Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16940
16941 * configure: If CC and CXX are not set in the environment, set
16942 them, based on either an existing Makefile or on searching for gcc
16943 in PATH. Substitute for CC and CXX in Makefile.
16944 * configure.in: Remove libm from target_libs. Separate
16945 target_configdirs from configdirs. If CC is not set in
16946 environment, try to get it from a host Makefile fragment. Rewrite
16947 changes of configdirs to use skipdirs instead. A few minor
16948 tweaks. Take directories out of target_configdirs as they are
16949 taken out of configdirs. Remove existing Makefile files from
16950 subdirectories. Substitute for TARGET_CONFIGDIRS and
16951 CONFIG_ARGUMENTS in Makefile.
16952 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16953 by configure.in.
16954 (CONFIG_ARGUMENTS): Likewise.
16955 (CONFIGURE_TARGET_MODULES): New variable.
16956 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16957 ($(CONFIGURE_TARGET_MODULES)): New target.
16958 (configure-libg++, configure-libio): New targets.
16959 (all-libg++): Depend upon configure-libg++.
16960 (all-libio): Depend upon configure-libio.
16961 (configure-libgloss, all-libgloss): New targets.
16962 (configure-libstdc++): New target.
16963 (all-libstdc++): Depend upon configure-libstdc++.
16964 (configure-librx, all-librx): New targets.
16965 (configure-newlib): New target.
16966 (all-newlib): Depend upon configure-newlib
16967 (configure-xiberty): New target.
16968 (all-xiberty): Depend upon configure-xiberty.
16969
16970Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16971
16972 * configure.in (host i[345]86-*-win32): Expand the
16973 noconfigdirs again.
16974
16975Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16976
16977 * mpw-configure: Fix sed command file name.
16978
16979Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16980
aee16bda 16981 * configure.in (host i[345]86-*-win32): Reduce the
28e9041c 16982 noconfigdirs again.
16983
16984Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16985
16986 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16987 or powerpc*-*-pe*, since they are not yet supported.
16988
16989Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16990
16991 Add PowerMac support and many other enhancements.
16992 * mpw-configure: New option --cc to select compiler to use,
16993 paste options set according to --cc into the generated
16994 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16995 if mpw-make.sed is present.
16996 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16997 add forward includes for PowerPC include files.
16998 * mpw-build.in: Build using Makefile.PPC if present.
16999 (do-byacc, etc): Remove separate version resource builds.
17000 (do-gas): Build "stamps" before "all".
17001 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17002 * mpw-README: Update to reflect --cc option, PowerMac support,
17003 and recently-reported compatibility problems.
17004
17005Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
17006
17007 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17008 embedded m68k systems (-aout, -coff, -elf, -vxworks).
17009 (--with-multilib-top): Pass to recursive invocations.
17010
17011Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
17012
17013 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17014 v810-*-*.
17015
17016Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17017
17018 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17019 gdb, ld and opcodes on v810-*-*.
17020
28e9041c 17021Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
17022
17023 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17024 (local-maintainer-clean): New target.
17025 (maintainer-clean): New target.
17026 (realclean): Just depend upon maintainer-clean.
17027
17028Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17029
17030 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17031
17032Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
17033
17034 * configure.in: Build ld in mips*-*-bsd* case.
17035
17036Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
17037
17038 * config.sub: Accept -lites* OS. From Ian Dall.
17039
17040Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
17041
17042 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
4b695c23 17043 targets.
28e9041c 17044
17045Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17046
17047 * configure.in: treat i386-win32 canadian cross the same as
17048 i386-go32 canadian cross.
17049
17050Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17051
17052 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17053 running under the simulator to build a reduced set of libraries.
17054 (powerpc-*-eabiaix): Add fine grained multilib support added to
17055 other powerpc targets yesterday.
17056
17057Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17058
17059 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17060 -disable-softfloat, -disable-relocatable, -disable-aix, and
17061 -disable-sysv to control which multilib libraries get built.
17062
17063Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17064
17065 * configure: Add Makefile.tem to list of files to remove in trap
17066 handler.
17067
17068Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
17069
17070 * config.guess (*Linux*): Add missing "exit"s.
17071 Also, need specific check for alpha-unknown-linux (uses COFF).
17072
17073Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
17074
17075 * config.guess: Merge with FSF:
17076
17077 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
17078 * config.guess (AIX4): More robust release numbering discovery.
17079
17080 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
17081 * config.guess (i386-sequent-ptx): Properly get version number.
17082
17083 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
17084 * config.guess (mips:*:4*:UMIPS): New case.
17085
17086Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
17087
17088 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17089 (i386-win32 host): Likewise. Don't build readline.
17090
17091Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
17092
17093 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
17094 SUPPORT_FILES to submakes.
17095
17096Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
17097
17098 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17099 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17100 mpw-configure.
17101
17102Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
17103
17104 * configure.in (appdirs): Use =, not ==, in test expression when
17105 trying to build the text to print in the warning message for
17106 Solaris users.
17107
17108Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
17109
17110 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17111
17112Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17113
17114 * config.guess: Recognize lynx-2.3.
17115
17116Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
17117
17118 * config.sub (z8ksim): Deleted
17119 (z8k-*-coff): New, this is the one true name of the target.
17120
17121Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
17122
17123 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17124
17125Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
17126
17127 * config.guess (*:Linux:*:*): First try asking the linker what the
17128 default object file format is (elf, aout, or coff). Then if this
17129 fails, try previous methods.
17130
17131Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17132
17133 * configure.in: Don't build newlib for *-*-vxworks5.1.
17134
17135Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17136
17137 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17138 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17139
17140Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
17141
17142 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17143
17144Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
17145
17146 * cfg-ml-com.in: New file.
17147 * cfg-ml-pos.in: New file.
17148
17149Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17150
17151 * COPYING.NEWLIB: Add HP free copyright to list.
17152
17153Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17154
17155 * config.sub: Recognize -eabi* for the system, not just -eabi.
17156
17157Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
17158
17159 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17160 * config.sub, configure.in (win32): New target and host.
17161
17162Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
17163
17164 * configure.in: Add i386-pe configuration.
17165
17166Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
17167
17168 * mpw-build.in (install): Install GDB after LD.
17169
17170Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
17171
17172 * mpw-config.in (elf/mips.h): Always forward-include, needed
17173 for GDB to build.
17174
17175Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
17176
17177 * testsuite: New directory for customer acceptance and whole tool
17178 chain tests.
17179
17180Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17181
17182 * configure: If per-host line isn't found, but AC_OUTPUT is found
17183 and a configure script exists, run it instead.
17184
17185Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17186
17187 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
17188
17189Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
17190
17191 * configure: Set build_{cpu,vendor,os,alias} to host values when
17192 --build isn't specified.
17193
17194Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17195
17196 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17197 (FLAGS_TO_PASS): Pass them.
17198 (EXTRA_TARGET_FLAGS): Ditto.
17199
28e9041c 17200Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17201
17202 * Makefile.in (all-libg++): Depend on all-libstdc++.
17203
17204Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17205
17206 * configure.in (noconfigdirs): Enable all packages for
17207 i386-unknown-netbsd.
17208
17209Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
17210
17211 * configure.in (noconfigdirs): Don't configure tk for i386-go32
17212 hosted builds (DOS builds)
17213
17214Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17215
17216 Changes for ARM based on patches from Richard Earnshaw:
17217 * config.sub: Handle armeb and armel.
17218 * configure.in: Omit arm linker only for riscix.
17219
17220Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
17221
17222 * config.guess: Update from FSF.
17223
17224Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
17225
fee90afd 17226 * config.sub: Recognize powerpcle as the little endian variant of
28e9041c 17227 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
17228 powerpcle variant. Convert pentium into i586, not i486. Add p5
17229 alias for i586. Map new x86 variants p6, k5, nexgen into i586
17230 temporarily.
17231
17232Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
17233
17234 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17235
17236Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
17237
17238 * config.sub: Accept -lites* as a basic system type.
17239
17240Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
17241
17242 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17243 installed, and if so return linuxoldld as the system name.
17244
17245Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
17246
17247 * config.guess: Add hppa1.1-hp-lites support.
17248
17249Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
17250
17251 * configure.in: Don't build newlib for m68k-vxworks5.1.
17252
17253Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17254
17255 * configure.in (mips-sgi-irix6): Use mh-irix5.
17256
17257Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
17258
17259 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17260
17261Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17262
17263 * test-build.mk: Enable building of shared libraries on IRIX 5 and
31972771 17264 OSF/1. Fix compiler flags.
28e9041c 17265 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
17266
17267Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
17268
17269 * configure.in: Recognize --with-newlib.
17270 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17271
17272Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17273
151ad919 17274 * Makefile.in: move {all,check,install}-gdb from *_MODULES
28e9041c 17275 to *_X11_MODULES due to gdbtk needing X include files et al.
17276
17277Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
17278
17279 Merge in support for Mac MPW as a host.
17280 (Old change descriptions retained for informational value.)
17281
17282 * mpw-config.in: Add generic include forwards for cpu-specific
17283 include files in aout and elf directories.
17284
17285 * mpw-configure: Added copyright.
17286 * mpw-config.in: Check for presence of required build tools.
17287 (target_libs): Add newlib.
17288 (target_tools): Add examples.
17289 (Read Me): Generate as "Read Me for MPW" instead.
17290 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17291 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17292 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17293
17294 * mpw-configure: Remove subdir-specific makefile hackery,
17295 delete mk.tmp after using it.
17296
17297 * mpw-build.in (all): Display start and end times.
17298
17299 * mpw-configure (host_canonical): Set.
17300 (target_cpu): Always add to makefiles.
17301 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17302 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17303 (mpw-mh-mpw): Look for in srcdir and srcroot.
17304 Use sed instead of mpw-edit-prefix to edit prefix definitions.
17305
17306 * mpw-build.in: (install-only): New target.
17307
17308 * mpw-configure (host_alias, target_alias): Rename from hostalias
17309 and targetalias, add into generated Makefile.
17310 (mk.tmp): If present, add into generated Makefile.
17311 * mpw-build.in (all-gas): Build config.h first before gas proper.
17312
17313 * mpw-configure (config.status): Write only if changed.
17314 * mpw-config.in (readline): Configure it (not built, just used for
17315 definitions).
17316
17317 * mpw-config.in (elf/mips.h): Add a forward include.
17318
17319 * mpw-config.in: Forward-include most .h files in include into
17320 extra-include.
17321 (readline): Don't build.
17322 mpw-build.in (install): Install GDB.
17323
17324 * mpw-configure (prefix, mpw_prefix): Handle it.
17325 * mpw-config.in (mmalloc, readline): Don't configure.
17326 * mpw-build.in (thisscript): Rename to ThisScript.
17327 Use mpw-build instead of BuildProgram everywhere.
17328 (mmalloc, readline): Don't build.
17329 * mpw-README: New file, basic documentation about the MPW port.
17330
17331 * mpw-config.in: Use forward-include to create include files.
17332
17333 * mpw-configure: Add more things to the top of each configured
17334 Makefile, including contents of config/mpw-mh-mpw.
17335 * mpw-config.in (extra-include): Create this directory and fill it
17336 with Posix-like include files when configuring.
17337
17338 * config.sub (apple, mac, mpw): Add various aliases.
17339
17340 * mpw-build.in: New file, top-level build script fragment for MPW.
17341 * mpw-configure: New file, configure script for MPW.
17342 * mpw-config.in: New file, config fragment for MPW.
17343
17344Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17345
17346 * configure.in (host_libs): Remove glob, since it is gone from the
17347 sources.
17348
17349Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17350
17351 * Makefile.in: define empty GDB_NLM_DEPS var.
17352
17353 * configure.in(target_makefile_frag): use config/mt-netware
17354 for netware targets.
17355
17356Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
17357
17358 * config.sub: Merge in recent FSF changes. Remove linux special
17359 cases.
17360
17361Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17362
5309a301 17363 Revert this change:
28e9041c 17364
17365 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17366
17367 * build-all.mk: Use CC=cc -Xs on Solaris.
17368
28e9041c 17369Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17370
17371 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
17372 stop using it.
17373 * Makefile.in: Nuke all references to glob subdirectory.
17374
17375Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17376
17377 * configure.in: Fix --enable-shared logic in per-host.
17378
17379Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
17380
17381 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17382
17383Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17384
17385 * configure.in (noconfigdirs): Don't build gas on AIX, for
17386 powerpc*-*-aix* as well as for rs6000*-*-aix*.
17387
17388Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
17389
17390 * configure: Fix --cache-file to work if the file argument is a
17391 relative path.
17392
17393Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
17394
17395 * configure: If the --cache-file is used, pass it down to
17396 configure in subdirectories.
17397
17398Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
17399
17400 * config.sub: add vxworks29k configuration.
17401
17402Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17403
17404 * Makefile.in (taz): Do "diststuff" part quietly.
17405
17406Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
17407
17408 * config.sub: Mini-merge with gcc/config.sub.
17409
17410Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17411
17412 * config.guess (IRIX): Sed - to _.
17413
17414Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17415
17416 * Makefile.in (source-vault, binary-vault): New targets.
17417
17418Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
17419
17420 * config.sub: Recognize -eabi as a basic system type.
17421
17422Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17423
17424 * configure.in (enable_shared stuff): Fix typo.
17425
17426Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
17427
17428 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17429
17430Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17431
17432 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17433
17434Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17435
17436 * configure.in (rs6000-*-*): Don't build gas.
17437
17438Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
17439
17440 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17441 reduce command line length.
17442 (AS_FOR_TARGET): Check for as.new, not Makefile.
17443 (NM_FOR_TARGET): Check for nm.new, not Makefile.
17444
17445Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
17446
17447 * config.guess: Merge from FSF.
17448
17449Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17450
17451 * configure: Don't use $ when handling program_suffix.
17452
17453Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
17454
17455 * configure.in: Configure tk for hppa/hpux.
17456
17457Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
17458
17459 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
17460
17461Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17462
17463 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
17464 to LIBCXXFLAGS. Tests are better run without it.
17465
17466Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
17467
17468 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17469
17470Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
17471
17472 * configure.in (*-*-netware*): Don't configure xiberty.
17473
17474Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
17475
17476 * configure.in: Remove tk from native_only list.
17477
17478Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
17479
17480 * build-all.mk: Add mips-ncd-elf target to sun4 targets
17481 for special NCD build.
17482
17483Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17484
17485 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17486 makeall.bat, they're only useful for binutils snapshots.
17487 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17488 makeall.bat to specified SUPPORT_FILES.
17489
17490Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
17491
17492 * build-all.mk: Add Ericsson targets to sun4 and solaris
17493 hosts. Add BNR's sun4 target to solaris host, so their
17494 build-from-source will be tested in-house first.
17495
17496Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17497
17498 * Makefile.in (LIBCFLAGS): New variable.
17499 (CFLAGS_FOR_TARGET): Ditto.
17500 (LIBCFLAGS_FOR_TARGET): Ditto.
17501 (LIBCXXFLAGS): Ditto.
17502 (CXXFLAGS_FOR_TARGET): Ditto.
17503 (LIBCXXFLAGS_FOR_TARGET): Ditto.
17504 (BASE_FLAGS_TO_PASS): Pass them.
17505 (EXTRA_TARGET_FLAGS): Ditto.
17506
5309a301 17507 * configure.in: Support --enable-shared.
28e9041c 17508
17509Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
17510
17511 * configure.in (target_libs): Include libstdc++ again.
17512 * config.guess: Update from FSF (for FreeBSD).
17513
17514Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17515
17516 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17517 makeall.bat.
17518 (DISTDOCDIRS): Add `etc'.
17519 (ETC_SUPPORT_PFX): New variable.
17520 (taz): Include anything from etc starting with a word in
17521 ETC_SUPPORT_PFX.
17522
17523Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17524
17525 * config.sub: Update for recent FSF changes. Remove obsolete
17526 h8300hds entry. Add -windows* and -osx as basic os. Minor
17527 spacing changes.
17528
17529Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17530
17531 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17532
17533 * config.guess: Merge with FSF.
17534 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17535
17536Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17537
17538 * configure: Since the "trap 0" handler will override the exit
17539 status on many systems, only use it for "exit 1", and make it set
17540 a non-zero exit status; reset it before "exit 0". Also, check
17541 exit status of config.sub, and error out if it failed.
17542
17543Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
17544
17545 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17546 and install libgloss.
17547
17548Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17549
17550 * Makefile.in (all-binutils): Depend upon all-byacc.
17551
17552 * configure.in: Don't build emacs on Irix 5.
17553
17554Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17555
17556 * configure.in (*-*-netware*): Add libio.
17557
17558Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17559
17560 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17561 (CHECK_TARGET_MODULES): Ditto.
17562 (INSTALL_TARGET_MODULES): Ditto.
17563 (TARGET_LIBS): Ditto.
17564 (all-libstdc++): Note dependencies.
17565
17566Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17567
17568 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17569
17570Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17571
17572 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17573 -fexternal-templates.
17574
17575 * configure.in (target_libs): Add libstdc++.
17576 (noconfigdirs): Add libstdc++ as appropriate.
17577
17578Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17579
17580 * config.guess: Update from FSF.
17581
17582Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17583
17584 * configure: Use ${config_shell} when running ${configsub}.
17585
17586Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17587
17588 * config.sub: No longer recognize h8300h.
17589
17590Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17591
17592 * config.sub: Remove extraneous differences between config.sub and
17593 gcc/config.sub.
17594
17595Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17596
17597 * Makefile.in (DISTSTUFFDIRS): Add gas.
17598
17599Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17600
17601 * COPYING.NEWLIB: New file.
17602
17603Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17604
17605 * config.guess (HP-UX): Patch from Harlan Stenn
17606 <harlan@landmark.com> to also emit release level.
17607
17608Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17609
17610 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17611
17612Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17613
17614 * config.sub: Merge nextstep cleanup from FSF.
17615
17616Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17617
17618 * configure.in (arm-*-*): Don't configure ld for this target.
17619
17620Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17621
17622 * configure.in (*-*-netware): don't configure libg++, libio,
17623 librx, or newlib.
17624
17625Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17626
17627 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17628 configure ld--it works, but it doesn't support shared libraries.
17629
17630Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17631
17632 * config.guess (*-unknown-freebsd*): Get rid of possible
17633 trailing "(Release)" in version string.
17634 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17635
17636Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17637
17638 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17639 Fix type: *-next-neststep -> *-next-nextstep.
17640
17641 * config.guess: Merge from FSF:
17642
17643 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17644
17645 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17646
17647 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17648
17649 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17650 instead of UNIX_SV for UnixWare 1.0).
17651
17652Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17653
17654 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17655 to make gdb/nlm/* build after the compiler and linker.
17656
17657Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17658
17659 * config.guess (netbsd, freebsd, linux): Accept any machine,
17660 not just i[34]86.
17661 (m68k-atari-sysv4): Relocate to match FSF version.
17662
17663 * config.guess: More merges from the FSF:
17664
17665 Add a space before function call or macro invocation.
17666
17667 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17668
17669 * config.guess: Add trap cmd to remove dummy.c and dummy when
17670 interrupted.
17671
17672 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17673
17674 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17675 (dummy): Redirect stderr from compilation of dummy.c.
17676
17677 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17678
17679 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17680
17681Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17682
17683 * configure: Accept and ignore --cache*, for compatibility with
17684 new autoconf.
17685
17686Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17687
17688 * config.guess: Merge from FSF:
17689
17690 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17691
17692 * config.guess (Pyramid*:OSx*:*:*): New case.
31972771 17693 (PATH): Add /.attbin at end for finding uname.
17694 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
28e9041c 17695
17696 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17697
31972771 17698 * config.guess (M88*:DolphinOS:*:*): New case.
28e9041c 17699
17700 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17701
31972771 17702 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17703 to select whether to use ELF or COFF.
28e9041c 17704
17705 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17706
31972771 17707 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
28e9041c 17708
17709 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17710
17711 * config.guess: Guess the OS version for HPUX.
17712
17713 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17714
17715 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17716
17717Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17718
17719 * configure.in: Recognize --with-headers, --with-libs, and
17720 --without-newlib.
17721 * Makefile.in (all-xiberty): Depend upon all-ld.
17722
17723Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17724
17725 * configure.in: Change i[34]86 to i[345]86.
17726
17727Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17728
17729 * configure (version): A few more tweaks to help message.
17730
17731Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
17732
17733 * Makefile.in: Remove (for now) librx as a host library,
17734 now that we're building it for target.
17735
17736Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17737
17738 * configure: Fix up help message; from karl@owl.hq.ileaf.com
17739 (Karl Berry).
17740
17741Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
17742
17743 * configure.in: Also configure librx.
17744
17745Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17746
17747 * Makefile.in: Update various rules to reflect that librx
17748 is now needed for libg++.
17749
17750Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17751
17752 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17753
17754Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17755
17756 * configure.in: Configure the examples directory.
17757
17758Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17759
17760 * configure: Simplify Jun 2 1994 change.
17761
17762Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17763
17764 * change CC to /usr/latest/bin/gcc for lynx host builds, since
17765 /bin/gcc isn't good enough to build gcc.
17766
17767Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
17768
17769 * Makefile.in (GDB_SUPPORT_FILES): Remove
17770 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
17771 (gdb.tar.gz): Add new rule to use standard distribution building
17772 mechanism.
17773
17774Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17775
17776 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
17777 Bill Cox <bill@cygnus.com>.
17778
17779Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
17780
17781 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
17782
17783Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
17784
17785 * configure: Search current dir first in .gdbinit.
17786
17787Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
17788
17789 * config.sub: Recognize freebsd (merged from gcc config.sub).
17790
17791Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
17792
17793 * config.sub: Refer to NeXT's operating system as nextstep.
17794
17795 * config.sub (case $basic_machine): Re-order the cases, to match
17796 the order in the FSF version (which is mostly alphabethical).
17797 Merge in some additions and changes from the FSF.
17798
17799Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
17800
17801 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17802 * config.sub: Recognize cxux7.
17803 * configure.in: Use mh-cxux for m88k-harris-cxux*.
17804
17805Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17806
17807 * config.sub: Fix typo powerpc -> powerpc-*.
17808
17809Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17810
17811 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17812
17813 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17814 parallel with all-emacs and install-emacs). Top-level command
17815 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17816
17817Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17818
17819 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17820 $(relbindir)/make before doing ``make install'', and use
17821 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17822 installing over running make binary.
17823 ($(host)-stamp-stage3-installed): Likewise.
17824
17825Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17826
17827 * config.guess: Recognize Mach.
17828
17829Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17830
17831 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17832 see whether --exec-prefix was used.
17833
17834Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17835
17836 * README: Explicitly mention libg++/README. (Zoo's idea.)
17837
17838Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17839
17840 * Makefile.in: Add all-librx target similar to all-libproc.
17841
17842Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17843
17844 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17845 with post 1.2 uname bogosity.
17846
17847Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17848
17849 * configure: Remove temporary files on receipt of a signal.
17850
17851Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17852
17853 * configure: If there is a package_makefile_frag, remove
17854 ${subdir}/Makefile.tem after copying it in.
17855
17856Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17857
17858 * build_all.mk: support rs6000 lynx identifies itself as
17859 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17860 since /bin/gcc is too feeble to compile a modern gcc.
17861
17862Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17863
17864 * brought devo/test-build.mk update-to-date with progressive/
17865 test-build.mk. Add lynx targets and hppa flag info.
17866
17867Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17868
17869 * configure.in: Use mh-ncrsvr43. Patch from
17870 Tom McConnell <tmcconne@sedona.intel.com>.
17871
17872Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17873
17874 * config.guess (i386-unknown-bsdi): No longer need to
17875 check #if defined(__bsdi__) && defined(__i386__).
17876
17877Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17878
17879 * configure: Set program_transform_nameoption correctly.
17880
17881Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17882
17883 * brought build-all.mk update-to-date with progressive build-all.mk,
17884 added new targets and hppa info.
aee16bda 17885
28e9041c 17886Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17887
17888 * configure: If config.guess result is a prefix of the user
17889 specified target, assume a native build and use the user specified
17890 target as the host alias. Remove SunOS patch suffix removal hack.
17891 * configure.in: Remove SunOS patch suffix removal hack.
17892
17893 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17894 in NATIVE_CHECK_MODULES.
17895
17896Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17897
17898 * Makefile.in: Rename HOST_ONLY to NATIVE.
17899 * configure: Delete SunOs patch suffix from host_canonical
17900 and build_canonical variables that are prepended to Makefiles.
17901 * configure.in: Add comments for easier maintenance.
17902
17903Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17904
17905 * Makefile.in: Add all-libproc target similar to all-gui.
17906
17907Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17908
17909 * Makefile.in (CHECK_MODULES): split into
17910 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17911
17912Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17913
17914 * config.guess (i386-unknown-bsdi): New system to guess.
17915
17916Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17917
17918 * Makefile.in: Add all-gui target (but not yet build by "all").
17919
17920Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17921
17922 * config.sub: Move deletion of patch suffix from here...
17923 * configure.in: To here, at Ian's suggestion. The top-
17924 level scripts might need to know of a patch level.
17925
17926Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17927
17928 * config.sub: Strip off patch suffix so rtl is recognized
17929 as a sunos4.1.3 machine, even though it's been patched.
17930
17931Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17932
17933 * Makefile.in (INSTALL_LAST): Delete.
17934 (INSTALL_DOSREL): New.
17935
17936Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17937
17938 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17939 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17940 whether we pass down --with-gnu-ld anyhow.
17941
17942Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17943
17944 * Makefile.in (INSTALL_LAST): Change operation so it works
17945 on more flavors of make.
17946 * configure.in (go32): Don't build libg++ or libio.
17947
17948Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17949
17950 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17951 they can be overriden by templates.
17952
17953Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17954
17955 * configure.in (target==go32): Don't build gdb.
17956 * dosrel: New directory.
17957
17958Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17959
17960 * configure.in (host==go32): Configure dosrel too.
17961 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17962 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17963 be set by incoming names or templates.
17964 (INSTALL_LAST): New rule.
28e9041c 17965
17966Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17967
17968 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17969
17970Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17971
28e9041c 17972 * configure.in (appdirs): New variable. Currently empty, but will
17973 be used in gas distribution. If nonempty, lists a set of
17974 directories at least one of which must get configured, or top
17975 level configuration is considered to have failed.
17976 (rs6000-*-lynxos*): Use new file name.
17977
17978Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17979
17980 Eliminate XTRAFLAGS.
17981 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17982 newlib include files using -idirafter, and also use -nostdinc.
17983 (CXX_FOR_TARGET): Likewise.
17984 (XTRAFLAGS): Removed.
17985 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17986 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17987 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17988 ($(DO_X)): Don't pass down XTRAFLAGS.
17989
17990Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17991
17992 * configure.in (mips*-dec-bsd*): New target; do build linker.
17993 (mips*-*-bsd*): New target; don't build linker.
17994
17995Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17996
17997 * configure.in: support rs6000-*-lynxos* configuration.
17998 support sunos4 as a cross target.
17999
18000 * config.sub: look for lynx*, not lynx since the OS version may
18001 legitimately be part of the name.
18002
18003Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18004
18005 * configure.in (i[34]86-*-sco*): Move to be with other i386
18006 targets.
18007 (romp-*-*): New target. Skip various binary utilities.
18008 (vax-*-*): New target. Don't build newlib.
18009 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
18010
18011Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18012
18013 * configure.in: Only set host_makefile_frag if config
18014 directory exists.
18015
18016Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18017
18018 * install.sh: If $dstdir exists, don't check whether each
18019 component does.
18020
18021Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18022
18023 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18024
18025Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
18026
4b695c23 18027 * configure.in (*-*-lynxos*): Don't configure newlib for either
18028 native or cross Lynx.
28e9041c 18029
18030Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
18031
18032 * config.sub (sparc64-elf): Fix os.
18033 (z8k): Remove duplicate.
18034
18035Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18036
18037 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18038 gcc/stmp-fixproto, to try to prevent fixproto from being run.
18039
18040Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
18041
18042 * configure: Make file links cleanly even if Lynx fails on
31972771 18043 an NFS symlink (at least fail cleanly).
28e9041c 18044
18045Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18046
18047 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18048 -XNh2000.
18049
18050Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18051
18052 * configure: Unknown options are fatal again.
18053
18054Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
18055
18056 * configure: Ignore --x-includes and --x-libraries, for Autoconf
aee16bda 18057 compatibility.
28e9041c 18058
18059Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
18060
18061 * build-all.mk: Add `clean' target.
18062
18063Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18064
18065 * config.guess: Add SINIX support.
18066 * configure.in: Add mips-*-sysv4* support.
18067
18068Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
18069
18070 * build-all.mk: Document all useful targets.
18071 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18072 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18073
18074Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18075
18076 * configure: Support --silent, --quiet.
18077
18078Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18079
18080 * configure: Support --disable-FEATURE.
18081
18082Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18083
18084 * config.guess: Recognize NCR running SVR4.3.
18085
18086Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
18087
18088 * config.guess: Make BSDI generate i386-unknown-bsd386.
18089 Patch from Paul Eggert <eggert@twinsun.com>.
18090
18091Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18092
18093 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18094
18095Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18096
18097 * configure: Make unrecognized options give nonfatal warnings
18098 instead of fatal errors, and pass them to any subdirectory
18099 configures in case they recognize them.
18100 Make --x equivalent to --with-x.
18101
18102Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18103
18104 * configure: Add --enable-* options. Clean up usage message and
18105 some comments.
18106
18107Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
18108
18109 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18110
18111Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18112
18113 * configure.in (hppa*-*-*): Enable binutils.
18114
18115Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18116
18117 * config.sub: Recognize cisco.
18118
18119Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
18120
18121 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18122
18123Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18124
18125 * config.guess: about target *-hitachi-hiuxwe2, don't print more
18126 than one configuration name. Add comment.
18127
18128Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
18129
18130 * config.guess: about target *-hitachi-hiuxwe2, fixed
18131 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
18132 macro is incorrect.]
18133
18134Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18135
18136 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18137 than the "make ls" stuff which used to be here.
18138
18139Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18140
18141 * config.guess: Recognize i[34]86-unknown-freebsd.
18142 From Shawn M Carey <smcarey@rodan.syr.edu>.
18143
18144Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
18145
18146 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18147
18148Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18149
18150 * config.guess: Check for ptx.
18151
18152Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
18153
18154 * config.sub: Add os9k checking.
18155
18156Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18157
18158 * config.guess: Handle OSF1 running on HPPA processors
18159
18160Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18161
18162 * configure: If subdir configure fails, print out a message with
18163 subdirectory name, in case subdir's configure code didn't identify
18164 itself.
18165
18166Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
18167
18168 * configure.in: Remove embedded newlines from configdirs.
18169 Avoid mismatches of substrings. Fix matching strings at end
18170 of configdirs.
18171
18172Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
18173
18174 * config.guess: Add Lynx/rs6000 config support.
18175
18176Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18177
18178 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18179
18180Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
18181
18182 * configure.in (hppa*-*-osf*): Treat this just like most other
18183 PA configurations (eg no binutils or ld).
18184 (hppa*-*-*elf*): These configurations have binutils and ld.
18185
18186Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18187
18188 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
18189
18190Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18191
18192 * configure.in (rs6000-*-*): Build gas.
18193
18194Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18195
31972771 18196 * Makefile.in: Avoid bug in losing hpux sed.
28e9041c 18197
18198Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18199
18200 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18201 for GDB and GDB has been fixed to not need it.
18202
28e9041c 18203Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18204
18205 * config.guess: Recognize vax hosts.
18206
18207Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18208
18209 * configure (while loop): Don't use "break 2" inside case
18210 statement -- the case statement isn't an enclosing loop.
18211
18212Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
18213
18214 * config.guess: Clean up NeXT support, to allow nextstep
18215 on Intel machines. Make OS be nextstep.
18216
18217Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
18218
18219 * config.guess: Add alternate forms for Convex.
18220
18221Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
18222
18223 * configure: Completely rewrite option processing. Take
18224 advantage of pattern-matching to avoid invoking test frequently.
18225 Also clean up host and target defaulting logic.
18226
18227Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18228
18229 * Makefile.in: Replace all occurrances of "rootme" with "r" and
18230 "$${rootme}" with "$$r", to increase the likelihood that the do-*
18231 commands (plus user environment) will fit SCO limits.
18232
18233Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18234
18235 * configure.in: Don't issue warnings about directories which are
18236 not being configured if -norecursion is set. Correct test for
18237 --with-gnu-as and --with-gnu-ld to not get confused by substring
18238 matches.
18239
18240 * configure.in: Don't build gas for alpha-dec-osf1*.
18241
18242Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
18243
18244 * configure: Back out Per's change of 12/19/1993. It changes the
18245 behavior of configure in unexpected and confusing ways.
18246
18247 Also, use different delim char when calculating
18248 program_transform_name so that the name can contain slashes.
18249
18250Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
18251
18252 * configure.in, config.sub: Add support for VSTa micro-kernel.
18253
18254Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18255
18256 * configure.in: Nuke hacks which were used to get a special
18257 version of GAS for HPPA configurations.
18258
18259Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
18260
18261 * configure: If only ${target_alias} is given, use that
18262 as the default for ${host_alias}.
18263 * configure: Add missing back-slashes before nested quotes.
18264
18265Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18266
18267 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18268
18269Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
18270
18271 * config.guess: Recognize some Tektronix configurations.
18272 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18273
18274Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18275
18276 * config.sub: Match any flavor of SH.
18277
18278Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
18279
18280 * configure.in: Don't try to configure newlib for Alpha.
18281
18282Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18283
18284 * configure.in: Don't build ld for Irix 5. Don't build gas,
18285 libg++ or libio for any Alpha target.
18286
18287 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
28e9041c 18288
18289Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
18290
18291 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18292 default arguments -- so it tried to compress itself.
18293
18294Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18295
18296 * configure.in (notsupp): ensure that a space is always at the end
18297 of the configdirs list, since the grep checks for an explicit space
18298
18299Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18300
18301 * configure.in (target i386-sysv4.2): don't build ld, since static
18302 versions of many libraries are not available.
18303
18304Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18305
18306 * config.guess: Recognize Apollos (using environment variables).
18307 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18308
18309Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18310
18311 * config.guess: Recognize Sony news mips running newsos.
18312
18313Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
18314
18315 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18316 "fi ; else" for bash.
18317
18318Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
18319
18320 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18321
18322Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
18323
18324 * config.sub: accept unixware as an alias for svr4.2.
18325 Fix some inconsistancies with the gcc version.
18326
18327Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18328
18329 * Makefile.in (DISTDOCDIRS): Add gdb.
18330
18331Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
18332
18333 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
18334
18335Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18336
18337 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18338 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18339 this now.
18340
18341Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18342
18343 * config.sub: Accept hiux* as an OS name.
18344
18345 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18346 etc/make-stds.texi. The underscore came from gcc, and dje now
18347 agrees that RUNTESTFLAGS is the correct name.
18348
18349Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
18350
18351 * install.sh: Remove 'set -e'. It makes any conditionals
18352 in the script useless.
18353
18354 * config.guess: Automatically recognize arm-acorn-riscix
18355 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18356
18357Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
18358
18359 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18360
18361Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18362
18363 * Makefile.in (DISTDOCDIRS): New variable.
18364 (taz): Edit local Makefile.in sooner, instead of proto-toplev
aee16bda 18365 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
28e9041c 18366
18367Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18368
18369 * configure.in (hppa target): check the source directory for the
18370 pagas sub-directory
18371
18372Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
18373
18374 * config.sub: Allow -aout* and -elf*.
18375
18376Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18377
18378 * configure.in: Don't build ld on i386-solaris2, same as for
18379 sparc-solaris2.
18380
18381Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
18382
18383 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18384
18385Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18386
18387 * configure.in: Configure gdb for alpha.
18388
18389Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18390
18391 * Makefile.in (CXXFLAGS): Add -O.
18392
18393Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18394
18395 * config.guess: added support for DG Aviion
18396
18397Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18398
18399 * configure.in: Produce warning message for subdirectories not
18400 configurable for this host/target combination. Don't try to
18401 configure gdb for vms.
18402
18403Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18404
18405 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18406 appropriate files before making "diststuff".
18407 (DISTBISONFILES): New var: list of files to be edited.
18408 (DISTSTUFFDIRS): Add binutils.
18409
18410Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18411
18412 * config.sub: also handle mipsel and mips64el (for little endian mips)
18413
18414Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18415
18416 * configure.in: Add * to end of all OS names.
18417
18418Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
18419
18420 * configure.in: Build newlib for LynxOS native.
18421
18422Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18423
18424 * config.guess: Add support for delta 88k running SVR3.
18425
18426 * configure.in: Add comment about HP compiler vs. emacs.
18427
18428Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18429
18430 * configure.in: don't build ld on solaris2 (not a viable option
18431 due to bugs in getpwnam & getpwuid)
18432
18433Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18434
18435 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18436 config.guess will produce a full version number.
18437
18438Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18439
18440 * configure.in: Build linker and binutils for alpha-dec-osf1.
18441
18442Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18443
18444 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18445 and gdb/testsuite/Makefile.in.
18446
18447Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18448
18449 * configure.in: recognize mips*- instead of mips-
18450
18451Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
18452
18453 * config.sub: Accept linux*coff and linux*elf as operating
18454 systems.
18455
18456Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18457
18458 * config.sub: Recognize mips64, and mips3 as an alias for it.
18459
18460Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18461
18462 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18463 gdb knows how to handle OSF/1 shared libraries.
18464
18465Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18466
18467 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18468 * config.guess: Recognize Hitachi's HIUX.
18469 * config.sub: Recognize h3050r* and hppahitachi.
18470 Remove redundant cases for hp9k[23]*.
18471
18472Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18473
18474 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18475 if gas and ld are in the source tree and are in ${configdirs}.
18476 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
3398e91d 18477 --with options (but still pass them down on the command line,
28e9041c 18478 if they were explicitly specified).
18479
18480Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18481
18482 * configure: substitute SHELL value in Makefile.in with
18483 ${CONFIG_SHELL}
18484
18485Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18486
18487 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18488 *-*-solaris2* targets.
18489
18490Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18491
18492 * Makefile.in: define M4, and pass it down to sub-makes;
18493 all-autoconf now depends on all-m4
18494
18495Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18496
18497 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18498 presence of {ar,ranlib} instead of a configured directory
18499
18500Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18501
18502 * config.guess: Accept 34?? as well as 33?? for NCR.
18503
18504Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18505
18506 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18507 of 'gas' in sed commands, since 'gash' is now in the tree as well.
18508
18509Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18510
18511 * configure: grab values for $(CC) and $(CXX) from the
18512 environment, so that someone can do "CC=gcc configure; make" and
18513 have it work right (matching the way that autoconf works now)
18514
18515 * configure.in, Makefile.in: add support for gash, the tcl
18516 interface to Galaxy
18517
18518 * config.guess: add NetBSD variants (hp300, x86)
18519
18520Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
18521
18522 * install.sh: Support -d option (in the manner of SunOS 4 install,
18523 as it is more deterministic than that of GNU install)
18524 (chmodcmd): Set file to mode 755 by default (should also do default
18525 chgrp and chown, but I don't feel like dealing with that now)
18526
18527Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18528
18529 * config.sub: Remove h8300hhms alias.
18530
18531Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18532
18533 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18534
18535Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18536
18537 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18538 as stmp-fixinc
18539
18540Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18541
18542 * config.sub: recognize m88110-bug-coff.
18543
18544Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18545
18546 * Makefile.in (all-libio): all dependencies on the toolchain used
18547 to build this (gcc, gas, ld, etc)
18548
18549Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18550
18551 * config.guess: Deal with OSF/1 1.3 on alpha.
18552
18553Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18554
18555 * install.sh: add some 'else true' clauses for portability
18556
18557 * configure.in: don't build libio for h8[35]00-*-* targets
18558
18559Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
18560
18561 * Makefile.in: Add support for new libio.
18562
18563Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18564
18565 * install.sh: If one command fails, don't try the rest. Don't try
18566 to remove $dsttmp (via trap) unless we have already created it.
18567 If $src doesn't exist, detect it and exit with an error.
18568
18569 * config.guess: Recognize BSD on hp300.
18570
18571Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18572
18573 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18574 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18575
18576Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18577
18578 * Makefile.in (all-send-pr): depends on all-prms
18579
18580Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18581
18582 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18583
18584Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18585
18586 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18587 Added test for mips-mips-riscos5.
18588
18589Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18590
18591 * configure.in: use mh-hp300 for 68k HP hosts
18592
18593Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18594
18595 * configure: add support for CONFIG_SHELL, so that you can use
18596 some alternate shell for evaluating configure scripts
18597
18598Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18599
18600 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18601 in configure script to bug-gdb@prep.ai.mit.edu when building
18602 distribution archive.
18603 * Makefile.in (COMPRESS): Remove def.
18604 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18605 gdb.tar.Z and make-gdb.tar.Z respectively.
18606 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18607 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18608 to convergence with 'taz' target in Makefile.in.
18609
18610Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18611
18612 * install.sh (dsttmp): use trap to ensure that tmp files go
18613 away on error conditions
18614
18615Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18616
18617 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18618
18619Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18620
18621 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18622 its parent is '/' not ''.
18623
18624 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18625
18626Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18627
18628 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18629 that ${newsrcdir}/configure.in does.
18630
18631Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18632
18633 * test-build.mk: support for CONFIG_SHELL
18634
18635Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18636
18637 * config.sub (netware): Add as a basic system type.
18638
18639Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18640
18641 * Makefile.in (Makefile): depend on configure.in. Also drop the
18642 $(srcdir)/ from the dependency on Makefile.in.
18643
18644Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18645
18646 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18647 (h8300hhms is temporary until multi-libraries are implemented).
18648 * configure.in: Handle h8300h too.
18649
18650Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18651
18652 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18653
18654Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18655
18656 * configure: Remove extraneous output when guessing host type.
18657 * config.guess: Remove extraneous output when guessing using C
18658 compiler rather than uname, or when guessing fails.
18659
18660Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18661
18662 * Makefile.in: remove all.cross and install.cross targets
18663
18664 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18665 definitions
18666
18667Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18668
18669 * configure.in (target sh): Build gprof.
18670
18671Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18672
18673 * config.sub: change -solaris to -solaris2
18674
18675Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18676
18677 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18678
18679Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18680
18681 * configure: Correct error message for missing Makefile.in to
18682 print correct directory.
18683
18684Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18685
18686 * install.sh: kludge around 386BSD shell bug
18687
18688Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18689
18690 * config.guess: Recognize NeXT.
18691 * config.guess: Recognize i486-ncr-sysv4.
18692 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18693
18694Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18695
18696 * Makefile.in (MAKEINFOFLAGS): New variable.
18697 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18698 * build-all.mk, test-build.mk: Pass down --no-split as
18699 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18700
18701Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18702
18703 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18704
18705Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18706
18707 * Makefile.in (libg++.tar.z): New rule.
18708 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18709 * Makefile.in (taz): Only do a single chmod.
18710
18711Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18712
18713 * install.sh: don't use dirname anymore (replaced with sed usage)
18714
18715Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
18716
18717 * Makefile.in: Change extension for gzip'd files from '.z' to
18718 '.gz' per new FSF standard usage.
18719
18720Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18721
18722 * configure: put quotes around the final value of program_transform_name
18723
18724Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18725
18726 * Makefile.in: new install.sh support; update install-info rules
18727
18728Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
18729
18730 * configure.in: Build diff for crosses, but not for go32 host.
18731
18732 * configure.in: Build gprof only for native, and don't build it
18733 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18734
18735Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
18736
18737 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18738
18739Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18740
18741 * configure.in (host_tools): Add prms.
18742
18743Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18744
18745 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18746 with $(FLAGS_TO_PASS) on the command line
18747
18748 * config.sub: Recognize lynx and lynxos
18749
18750Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
18751
18752 * config.sub: Accept -ecoff*, not just -ecoff.
18753
18754Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18755
18756 * Makefile.in (taz): Use .gz suffix instead of .z.
18757 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18758 names.
18759
18760Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18761
18762 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18763
18764Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18765
18766 * Makefile.in (install-no-fixedincludes): install gcc last, so
18767 that rebuilds that might happen during 'make install' don't get
18768 bogus gcc include files
18769
18770Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18771
18772 Change from Utah for HPPA support:
18773 * config.guess: Recognize hppa1.x-hp-bsd.
18774
18775Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
18776
18777 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
18778 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18779
18780Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
18781
18782 * config.sub: Add support for rom68k and bug boot monitors.
18783
18784Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
18785
18786 * Makefile.in: Make all-opcodes depend on all-bfd.
18787
18788Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
18789
18790 * config.guess: Added special check for i[34]86-univel-sysv4*.
18791
18792Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
18793
18794 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18795 the processor rather than assuming i486.
18796
18797Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18798
18799 * config.guess: Recognize SunOS6 as Solaris3.
18800
18801Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
18802
18803 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
18804 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18805
18806Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
18807
18808 * build-all.mk (all-cross): New target for Canadian Cross.
18809 Added Q2 go32 targets.
18810 * test-build.mk: Configure go32 cross sparclite-aout and
18811 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18812 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18813
18814Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18815
18816 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18817 GO32 hosted toolchains
18818
18819Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18820
18821 * configure: change so "-exec-prefix" gets passed down rather
18822 than "-exec_prefix" so autoconf generated Makefiles get the
18823 exec_prefix set right.
18824
18825Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18826
18827 * config.guess: get the Solaris2 minor version number
18828
18829 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18830
18831Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18832
18833 * config.guess: Recognize some Sequent platforms.
18834
18835Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18836
18837 * Makefile.in: added the vault-install target
18838
18839 * configure.in: actually use the Sun3 makefile fragment that's in
18840 config, also added the release dir to configdirs
18841
18842Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18843
18844 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18845
18846Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18847
18848 * configure.in: remove some program from Alpha targetted toolchains
18849
18850Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18851
18852 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18853 gprof.
18854 (taz): Run "make diststuff" in those directories instead of "make
18855 proto-dir". Look for "VERSION=" only at start of line in subdir
18856 Makefile. Use "gzip -9" for compression.
18857 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18858 (binutils.tar.z): New target.
18859
18860Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18861
18862 * Makefile.in (taz): Include gpl.texinfo.
18863
18864Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18865
18866 * Makefile.in (setup-dirs): Merged into "taz" target.
18867 (taz): Only do `proto-dir' stuff if a directory is actually needed
18868 for this target.
18869
18870Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18871
18872 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18873 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18874 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18875 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18876 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18877
18878Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18879
18880 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18881 config.sub, and move-if-change to gdb testsuite distribution
18882 archive, so the testsuite can be extracted, configured, and
18883 run separately from the gdb distribution. Blow away the Chill
18884 tests that require a Chill compiled executable, since GNU Chill
18885 is not yet publically available.
18886
18887Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18888
18889 * test-build.mk: set environment variables in a single command,
18890 instead of a list of assignments and exports
18891
18892 * config.guess: recognize Alpha/OSF1 systems
18893
18894Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18895
18896 * configure: Change help message to prefer --options rather than
18897 -options.
18898
18899Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18900
18901 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18902 zippy@ecst.csuchico.edu.
18903 * config.guess: Recognize miniframe.
18904
18905Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18906
248deaff 18907 * Makefile.in: Use srcroot to find runtest rather than rootme.
18908 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
28e9041c 18909
18910Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18911
18912 * test-build.mk: Extensive additions to support building on a
18913 machine other than the host.
18914
18915Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18916
18917 * configure (tooldir): Fix for i386-aix again.
18918
18919Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18920
18921 * configure, Makefile.in: Change definition of $(tooldir)
18922 to match the FSF.
18923
18924Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18925
18926 * config.guess: Recognize i[34]86/SVR4.
18927
18928Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18929
18930 * Makefile.in (all-gdb): gdb depends on sim.
18931
18932Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18933
18934 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18935 at the same time we make the prototype gdb directory.
18936 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18937 files at the same time as the gdb base release distribution.
18938
18939Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18940
18941 * Makefile.in (check): Use individual check targets rather than
18942 DO_X rule.
18943 (check-gcc): Added.
18944
18945Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18946
18947 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18948 for System V release 3.2.
18949
18950Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18951
18952 * config.sub: Recognize hppaosf.
18953 * configure.in: Do configure ld/binutils/gas for it.
18954
18955Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18956
18957 * configure (tooldir): Alter syntax used to set this, for systems
18958 where "\$" isn't handled right, like i386-aix.
18959
18960Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18961
18962 * configure: Pass program-transform-name, not
18963 program_transform_name, to recursive configures.
18964
18965Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18966
18967 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18968 of gas+ld+binutils.
18969
18970Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18971
18972 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18973
18974Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18975
18976 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18977
28e9041c 18978Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18979
18980 * Makefile.in (PRMS): Set back to all-prms.
18981
18982Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18983
18984 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18985 targets, rather than for MIPS hosts.
18986
18987Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18988
18989 * configure.in: add comment for --with-x default values
18990
18991 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18992
18993 * Makefile.in: add check-* targets for each of the directories in
18994 the tree. Add a definition of RUNTEST that will use the one we
18995 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18996
18997Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18998
18999 * configure.in: Removed obsolete references to bfd_target and
19000 target_makefile_frag.
19001
19002 * build-all.mk: Set assorted targets for Q2.
19003 * config.sub: Recognize z8k-sim and h8300-hms.
19004 * test-build.mk: Really don't pass host to configure.
19005 (HOLES): Added uname.
19006
19007Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
19008
19009 * configure: Handle an empty program-prefix, program-suffix or
19010 program-transform-name correctly.
19011
19012Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
19013
19014 * build-all.mk: -G 8 no longer required for MIPS targets.
19015 * test-build.mk: Don't pass host argument to configure; make it
19016 guess.
19017
19018Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
19019
19020 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
19021 * Makefile.in (COMPRESS): New macro, like GZIP.
19022
19023Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
19024
19025 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19026
19027 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19028 with gas currently defaults to -G 0.
19029
19030Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
19031
19032 * Makefile.in (all-flex): flex depends on byacc.
19033
19034 * build-all.mk: If host not specified, use config.guess. Pass TAG
19035 to test-build.mk as RELEASE_TAG.
19036 * test-build.mk (configargs): New variable containing arguments to
19037 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
19038 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19039
19040 * config.guess: Use /bin/uname when checking -X argument on SCO,
19041 to avoid invoking GNU uname which doesn't understand -X.
19042
19043 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19044
19045 * configure.in: Build gas for mips-*-*.
19046
19047Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19048
19049 * Makefile.in (all.normal): insert missing backslash.
19050
19051Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
19052
5309a301 19053 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
28e9041c 19054
19055 * Makefile.in: Complete overhaul to merge many almost identical
19056 targets.
19057
19058Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19059
19060 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19061 (gdb.tar.Z): Adjusted.
19062
19063 * Makefile.in (setup-dirs, taz): New targets; should be general
19064 enough to adapt for gdb sometime. Build only .z file.
19065 (gas.tar.z): New target.
19066
19067Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19068
19069 * build-all.mk: Use CC=cc -Xs on Solaris.
19070
28e9041c 19071Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
19072
19073 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
19074 for handling BISON for FSF releases.
19075
19076Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19077
19078 * configure: Actually implement the change zoo just documented.
19079
19080Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19081
19082 * configure: when using config.guess, only set target_alias when
19083 it's not already been set (ie, on the command line)
19084
19085Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19086
19087 * Makefile.in: add installcheck target, set PRMS to install-prms
19088
19089Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19090
19091 * configure: add support for package_makefile_fragment, handle the
19092 case where a directory has a configure.in file but no Makefile.in
19093 more gracefully (with an actual understandable error message, even);
19094 add support for --without (and add this to the usage message); also
19095 explicitly add a --host=${host_alias} to the command line when
19096 config.guess is used
19097
19098Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19099
19100 * configure: Must use both --host and --target in recursive calls.
19101
19102Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
19103
19104 * Makefile.in: Change deja-gnu to dejagnu.
19105
19106Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
19107
19108 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19109
19110Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19111
19112 * configure.in: canonicalize all instances to *-*-solaris2*,
19113 also strip out a number of tools to not build for go32 host
19114
19115Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19116
19117 * config.guess: add GPL.
19118
19119 * Makefile.in, config.guess, config.sub, configure: bump
19120 copyrights to 93.
19121
19122Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
19123
19124 * Makefile.in (do-info): Removed obsolete check for existence of
19125 localenv file.
19126
19127 * Makefile.in (MAKEOVERRIDES): Define to be empty.
19128
19129Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19130
19131 * Makefile.in: a couple of 'else true' for decstation,
19132 support for TclX
19133
19134 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19135
19136Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
19137
19138 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19139
19140Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
19141
19142 * config.guess: Recognize i386-ibm-aix (PS/2).
19143 * configure.in: Use config/mh-aix386 file for it.
19144
19145Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
19146
19147 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19148 CC_FOR_TARGET instead.
19149 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19150
19151Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
19152
19153 * Makefile.in: Add sim to list of directories sent with gdb
19154
19155Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
19156
19157 * configure.in: Put back mips-dec-bsd* case.
19158
19159Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
19160
19161 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19162 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
19163 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
28e9041c 19164
19165Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19166
19167 * configure.in: remove no-op mips-dec-bsd* in "case $target"
19168
19169 * Makefile.in (dir.info): only run gen-info-dir if it exists,
19170 (install-info): install dir.info only if it exists,
19171 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19172
19173Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
19174
19175 * configure.in: For vms target, skip bfd, ld, binutils. Do build
19176 gas for mips-dec-bsd.
19177
19178Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
19179
19180 * configure (makesrcdir): If ${srcdir} is relative and not ".",
19181 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19182
19183Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
19184
19185 * configure.in: Added "dejagnu" to hosttools list.
19186
19187Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
19188
19189 * config.sub, configure.in, config.guess: Add support
19190 for Bosx, an AIX variant from Bull.
19191 Patches from F.Pierresteguy@frcl.bull.fr.
19192
19193Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
19194
19195 * devo/dejagnu: Initial creation of devo/dejagnu.
19196 Migrated dejagnu testcases and support files for testing software
19197 tools to reside as subdirectories, currently called "testsuite",
19198 within the directory of the software tool. Migrated all programs,
19199 support libraries, etc. beloging to dejagnu proper from
19200 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
19201 with no modifications. The changes to these files which will
19202 allow them to configure, build, and execute properly will be made
19203 in a future update.
19204
19205Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19206
19207 * Makefile.in: Change send_pr to send-pr.
19208 * configure.in: Likewise.
19209 * send_pr: Renamed directory to send-pr.
19210
19211Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
19212
19213 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
19214
19215Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
19216
19217 * README: Update for gdb-4.8 release.
19218 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
19219 gdb-xxx.tar.z (gzip'd) file also.
19220
19221Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19222
19223 * Makefile.in: make all-diff depend on all-libiberty
19224
19225Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
19226
19227 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19228
19229Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19230
19231 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19232
19233Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
19234
19235 * Makefile.in (DEVO_SUPPORT): Remove etc directory
19236 (ETC_SUPPORT): Only add the files GDB wants from etc/.
19237 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
19238
19239Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19240
19241 * Makefile.in: makeinfo binary is in a new location
19242
19243Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
19244
19245 * config.sub: Accept -ecoff as an OS.
19246
19247 * Makefile.in: Various changes to eliminate a level of make
19248 recursion and reduce the required command line length.
19249 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19250 sub-makes.
19251 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19252 variables holding settings for specific sub-makes.
19253 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19254 in terms of BASE_FLAGS_TO_PASS.
19255 (TARGET_LIBS): New variable listing directories which use
19256 TARGET_FLAGS_TO_PASS.
19257 (subdir_do): Eliminated.
19258 (do-*): New set of targets to replace subdir_do.
19259 (various): All targets which used subdir_do now depend on do-*.
19260 (local-clean): Renamed from do_clean.
19261 (local-distclean): New target, dependency of distclean and
19262 realclean.
19263 (install-info): Don't create directories. Depend on dir.info
19264 rather than calling make recursively.
19265 (install-dir.info): Eliminated.
19266 (install-info-dirs): Create all info directories here.
19267 (dir.info): Depend upon do-install-info.
19268
19269 * test-build.mk (HOLES): Added false.
19270
19271Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
19272
19273 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
19274
19275Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19276
19277 * Makefile.in (info): remove dependency on all-texinfo. The
19278 problem was really in texinfo/C, not at this level.
19279
19280Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
19281
19282 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19283
19284Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
19285
19286 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
19287 GDB releases.
19288
19289Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19290
19291 * configure: Include srcdir in message about target of link not
19292 being found. Don't convert `-' to `_' in `with' options being
19293 passed to subdirs.
19294
19295Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19296
19297 * configure.in: add uudecode to host_tools
19298
19299 * Makefile.in: added {all,install}-uudecode targets, added them to
19300 the appropriate lists
19301
19302Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
19303
19304 * Makefile.in (all-gcc): Added dependency on all-gas.
19305
19306 * configure.in (mips-*-*): Build ld and binutils.
19307
19308Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19309
19310 * configure: check return code from mkdir, print error message and
19311 exit on failure.
19312
19313Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
19314
19315 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
19316
19317Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
19318
19319 * test-build.mk (HOLES): Added tar, cpio and uudecode.
19320
19321Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19322
19323 * config.sub (h8500): Recognize this as a cpu type.
19324
19325Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19326
19327 * configure: source directory missing is no longer a warning
19328
19329 * configure.in: recognize irix[34]* instead of irix[34]
19330
19331 * Makefile.in: define and pass down X11_LIB
19332
28e9041c 19333Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
19334
19335 * guess-systype: Renamed to ...
19336 * config.guess: ... by popular request.
19337 * configure.in, Makefile.in: Update accordingly.
19338
19339Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
19340
19341 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
19342 + Add Convex, Cray/Unicos, and Encore/Multimax support.
19343 + Execute ./dummy instead of assuming . is in PATH.
19344
19345Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
19346
19347 * guess-systype: New shell script. Attempts to guess the
19348 canonical host name of the executing host.
19349 Only a few hosts are supported so far.
19350 * configure: Call guess-systype if no host is specified.
19351
19352Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
19353
19354 * Makefile.in (gcc-no-fixedincludes): Made to work with current
19355 gcc Makefile.
19356
28e9041c 19357Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
19358
19359 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19360 (all-gcc, install-gcc, subdir_do): Use it.
19361
19362Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19363
19364 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19365
19366Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
19367
19368 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19369 set exclusively by configure, using configure.in .
19370
19371Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19372
19373 * test-build.mk: set $PATH for all builds
19374
19375 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19376
19377Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
19378
19379 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
19380 the one used in gcc/Makefile.in, so that a null expansion doesn't
19381 override the one needed to build gcc with a native cc.
19382
28e9041c 19383Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19384
19385 * configure: Accept -with arguments.
19386
19387Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19388
19389 * Makefile.in: added h8300sim
19390
19391Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
19392
28e9041c 19393 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19394 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
19395 (all-cygnus, native, build-cygnus): Make
19396 $(canonhost)-stamp-3stage-done, not $(host)....
19397 * test-build.mk (stamp-3stage-compared): Use tail +10c for
19398 i386-sco3.2v4. Added else true to if command.
19399
19400Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
19401
19402 * config.sub: (from FSF) Sequent uses a BSD-like OS.
19403
19404Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
19405
19406 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19407
19408Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19409
19410 * configure.in: don't remove binutils from Solaris builds
19411
19412Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
19413
19414 * Makefile.in: get rid of earlier definitions for *clean,
19415 also handle the recursive info rule better
19416
19417Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
19418
19419 * Makefile.in (mostlyclean, distclean, realclean): Fix to
19420 do more-or-less the right thing.
19421
19422Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
19423
19424 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19425 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19426
19427Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19428
19429 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19430 $(host_canonical).
19431
19432 * configure.in: split the configdirs list into 4 categories (native
19433 v. cross, library v. tool) and handle the cross-only and native-
19434 only in more reasonable (and correct!) way.
19435
19436Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
19437
19438 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
19439 configdirs anymore.
19440
19441Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19442
19443 * Makefile.in: extensive cleanup:: removed all of the explicit
19444 clean-* targets, collapsed many wrappers around subdir_do into
19445 one, added additional targets to satisfy standards.texi, deleted
19446 some old targets, some changes for consistency
19447
19448Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19449
19450 * configure.in: handle some programs as cross-only, and others as
19451 native only
19452
19453 * test-build.mk: handle partial holes in a more generic manner
19454
19455 * Makefile.in: m4 depends on libiberty
19456
28e9041c 19457Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19458
19459 * configure.in: add m4, textutils, fileutils, sed, shellutils,
19460 time, wdiff, and find to configdirs
19461
19462 * Makefile.in: all, clean, and install rules for the new programs
19463 added to configure.in
19464
19465Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19466
19467 * configure.in: use mh-sun for all *-sun-* hosts
19468
28e9041c 19469Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19470
19471 * Makefile.in: define flags for X11 include files and library file
19472 locations, pass them down to the programs that need this info
19473
19474 * build-all.mk: added a 'native' target, to 3stage the native toolchain
19475
28e9041c 19476Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19477
19478 * configure.in: start building libg++ for HP-UX targets
19479
19480Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
19481
19482 * README: Update references to files moved into etc/.
19483
19484Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
19485
19486 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
19487 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
19488
19489Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
19490
19491 * configure: accept dash as well as underscore in long option
19492 names for FSF compatibility.
19493
19494Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
19495
19496 * config.sub: added -sco3.2v4 support from FSF.
19497
19498Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19499
19500 * configure.in: expand the section that adds or removes
19501 directories from the list of programs to build, to handle native
19502 vs. cross in addition to host v. native
19503
19504Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
19505
19506 * Makefile.in: Replace C++ in macro names with CXX.
19507 This is less likely to break ...
19508
19509Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19510
19511 * test-build.mk: add -w to GNU_MAKE
19512
19513Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19514
19515 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19516 add 'sparc' to list of recognized cpus. This needed to make
19517 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19518 Delete some redundant ose68 variants. Recognize -wrs as an os,
19519 then changes that into $CPU-wrs-vxworks.
19520
19521 * configure.in: remove most references to gdbtest, regularize
19522 target based program removal
19523
19524 * test-build.mk: import from p3 tree (many fixes and changes)
19525
19526Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19527
19528 * Makefile.in: added rules to handle tcl, tk, and expect
19529
19530 * configure.in: handle those directories if they exist
19531
19532Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19533
19534 * config.sub: removed bogus hppabsd and hppahpux names, since
19535 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19536
19537Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19538
19539 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
19540 depends upon all-xiberty
19541
19542 * Makefile.in: changes from p3, including:
19543
19544 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
19545
19546 * Makefile.in (XTRAFLAGS): include newlib directories if
19547 newlib/Makefile exists, rather than if host != target.
19548
19549 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
19550
19551 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19552 from the same source tree and not building a cross-compiler. This
19553 matters for the libg++ configuration if reconfiguring a tree that
19554 has already been installed.
19555
19556 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
19557
19558 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19559 pick up the machine and system specific header files.
19560
19561 * Makefile.in: added AS_FOR_TARGET, passed down in
19562 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19563 the C compiler to use to create programs which are run in the
19564 build environment, set it to default to $(CC), and passed it down
19565 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19566
19567 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
19568
19569 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19570 We need them for unusual native builds, like systems without
19571 ranlib.
19572
19573 * configure: also define $(host_canonical) and
31972771 19574 $(target_canonical), which are the full, canonical names for the
19575 given host and target
28e9041c 19576
19577Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19578
19579 * Makefile.in: Added separate definitions for C++.
19580
19581Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19582
19583 * configure.in (configdirs): Add deja-gnu.
19584
19585Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19586
19587 * README: Update for configure.texi and gdb-4.7 release.
19588
19589Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19590
19591 * Makefile.in: Move "all" target to top of file.
19592 Previously, first target was ".PHONY" which caused BSD4.4 make
19593 to build .PHONY when make was run without arguments.
19594
19595Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19596
19597 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19598 Library-copylefted code in libiberty.
19599
19600Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19601
19602 * config.sub: Replace m68kmote with plain old m68k.
19603
19604Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19605
19606 * Makefile.in: Remove space from blank line, avoid Make complaints.
19607
19608Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19609
19610 * config.sub: Complain if no argument is given. Added support for
19611 386bsd as OS and target alias.
19612
19613Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19614
19615 * Makefile.in (XTRAFLAGS): include newlib directories if
19616 newlib/Makefile exists, rather than if host != target.
19617
19618Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19619
19620 * config.sub: recognize sparclite-wrs-vxworks.
19621
19622 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19623 p3.) Added clean-xiberty to clean.
19624
19625Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19626
19627 * configure.in: use *-*-* instead of nested cases for host and target
19628
19629Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19630
19631 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19632 from the same source tree and not building a cross-compiler. This
19633 matters for the libg++ configuration if reconfiguring a tree that
19634 has already been installed.
19635
19636Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19637
19638 * config.sub (i486v/i486v4): Merge in from FSF version.
19639
19640Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19641
19642 * configure: only set PWD if it is already set.
19643
19644Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19645
19646 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19647 doesn't have unset and all success paths (and most error paths)
19648 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19649 to just ${PWD} to avoid confusion.)
19650
19651Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19652
19653 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19654 even for a native compilation.
19655
19656Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19657
19658 Changes to make the gdb.tar.Z rule work better.
19659
19660 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19661 (DEVO_SUPPORT): Add configure.texi.
19662 (bfd-ilrt.tar.Z): Remove ancient rule.
19663
19664Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19665
19666 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19667 pick up the machine and system specific header files.
19668
19669 * configure.in, config.sub: added new target m68010-adobe-scout,
19670 with alias of adobe68k. Changed configure.in to check for
19671 -scout before -sco* to avoid a false match.
19672
19673 * Makefile.in: added AS_FOR_TARGET, passed down in
19674 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19675 the C compiler to use to create programs which are run in the
19676 build environment, set it to default to $(CC), and passed it down
19677 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19678
19679Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19680
19681 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19682 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19683 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19684 FOR_TARGET variants, to newlib and libg++.
19685
19686Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19687
19688 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19689 first.
19690
19691Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19692
19693 * config.sub: Accept `elf' as an environment.
19694
19695Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19696
19697 * Makefile.in (all-opcodes): cd into the right directory
19698
19699Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19700
19701 * configure: added -program_transform_name option, used as
19702 argument to sed when installing programs.
19703 configure.texi: added documentation for -program_prefix,
19704 -program_suffix and -program_transform_name.
19705
19706Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19707
19708 * config.sub: Accept i486 where i386 ok.
19709
19710Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19711
19712 * config.sub: accept we32k
19713
19714Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19715
4b695c23 19716 * config.sub, configure.in: accept OSE68000 and OSE68k.
28e9041c 19717
19718 * Makefile.in: don't create all directories for ``make install'';
19719 let the subdirectories create the ones they need.
19720
19721Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19722
31972771 19723 * COPYING: new file, GPL v2
28e9041c 19724
19725Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19726
19727 * Makefile.in: use the new gen-info-dir, which needs a template
19728 argument (which also lives in texinfo)
19729
19730 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19731
28e9041c 19732Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
19733
19734 * config.sub (ncr3000): Change i386 to i486.
19735
19736Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19737
19738 * Makefile.in: add install-rcs, install-grep to
19739 install-no-fixedincludes, removed install-bison and install-libgcc
19740
19741Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
19742
19743 * configure.in: grab the HPUX makefile fragment if on HPUX
19744
19745Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19746
19747 * Makefile.in: eradicate bison spoor (ditto libgcc).
19748 configure.in: recognise m68{k,000}-ericsson-OSE.
19749 es1800 is alias for m68k-ericsson-OSE
19750
19751Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19752
19753 * configure.in: rearrange the parts that remove programs from
19754 configdirs, based now on HOST==TARGET or by canonical triple.
19755
19756Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19757
19758 * test-build.mk: recurse explicitly with -f test-build.mk when
19759 appropriate. predicate stage3 and comparison on the existence
19760 of gcc. That is, if gcc isn't around, we aren't three-staging.
19761 On very clean, also remove ...stamp-co. Build in-place before
19762 doing other builds.
19763
19764Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19765
19766 * Makefile.in, configure.in: add tgas
19767
19768Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19769
19770 * Makefile.in: a number of changes merged in from progressive.
19771
19772 * configure.in: add libm.
19773
19774 * .cvsignore: ignore some stuff that comes from test-build.mk.
19775
28e9041c 19776Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
19777
19778 * config.sub: Add es1800 (m68k-ericsson-es1800).
19779
19780Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19781
19782 * configure: Add program_suffix (parallel to program_prefix)
19783 * Makefile.in: adjust directory-creating script for losing decstation
19784
19785Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
19786
19787 * configure: Minor $subdir-related fixes.
19788
19789Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19790
19791 * configure: fix various problems with propogating
19792 makefile_target_frag in subdirs.
19793 * configure.in: config libgcc if its there
19794
19795Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
19796
19797 * config.sub: HPPA merge.
19798
28e9041c 19799Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
19800
19801 * Makefile.in: Replace all-bison with all-byacc in all
19802 dependency lines for other tools (which now use byacc).
19803
19804Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
19805
19806 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
19807
28e9041c 19808Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19809
19810 * Makefile.in: make gprof rules similar to byacc rules (instead of
19811 vestigal $(unsubdir) that didn't work...)
19812
19813Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19814
19815 * config.sub: Add support for Linux.
19816 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19817 (at least for libg++).
19818
19819Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19820
19821 * configure.texi: fix doc for the -nfp option to configure
19822
19823Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19824
19825 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19826
19827Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19828
19829 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19830 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19831 * configure.in: added solaris* host_makefile_frag hook.
19832
19833Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19834
19835 * config.sub: changed recognition of m68000 so that various
19836 m68k types can be specified via m680[01234]0
19837
19838Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19839
19840 * config.sub (basic_machine): fix sed so that '-foo' isn't
19841 completely substituted out while .+'-foo' loses the '-foo'
19842
19843Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19844
19845 * config.sub ($os): Add -aout.
19846
19847Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19848
19849 * configure: If host_makefile_frag is absolute, don't
19850 prefix ${invsubdir} (relevant to libg++ auto-configure).
19851
19852Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19853
19854 * Makefile.in (tooldir): Define it.
19855 (all-ld): Depend on all-flex.
19856
19857Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19858
19859 * Makefile.in (check): Fix libg++ special case.
19860
19861Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19862
19863 * configure: do not bury `pwd` into config.status, thus do fewer
19864 pwd's.
19865
19866 * configure: print the "Building in" message only when building in
19867 other than "." AND verbose.
19868
fee90afd 19869 * configure: remove -s, rework -v to better accommodate guested
28e9041c 19870 configures.
19871
19872 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19873
19874Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19875
19876 * Makefile.in: macroize flags passed on recursion. remove
19877 fileutils.
19878
19879Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19880
19881 * configure: get makesrcdir right for subdirs deeper than 1.
19882
19883 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19884 install.
19885
19886Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19887
19888 * Makefile.in: don't print subdir_do or recursion lines.
19889
19890Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19891
19892 * standards.texi: added menu item.
19893
19894 * Makefile.in: build and install standards.info.
19895
19896 * standards.texi: new file.
19897
19898Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19899
19900 * configure: test for and move config.status pieces from
19901 ${subdir}/.
19902
19903Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19904
28e9041c 19905 * configure: Test for existance of files before trying to mv
19906 them, to avoid numerous non-existance messages.
19907
19908Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19909
19910 * configure: correct final line of config.status.
19911
19912 * configure: patch from eggert. Avoids a protection problem if
19913 the original Makefile.in is read only.
19914
19915 * configure: use move-if-change from gcc to create config.status.
19916 Some makefiles depend on config.status to tell if a directory
19917 has been reconfigured for a different host. This change
19918 prevents those directories from remaking everything in the case
19919 where the reconfig was only intended to rebuild a Makefile.
19920
19921 * configure: test for config.sub with "config.sub sun4" rather
19922 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19923 host alias from a missing config.sub.
19924
19925Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19926
19927 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19928 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19929
19930Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19931
19932 * configure: mkdir ${subdir} as needed.
19933
19934Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19935
19936 * Makefile.in,configure.in: added autoconf.
19937
19938Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19939
19940 * Makefile.in: no longer pass against on recursion.
19941
19942 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19943 definitions are not inherited.
19944
19945 * configure: correct makesrcdir when subdir is .
19946
19947Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19948
19949 * configure: Add support for 'subdirs' variable, which is
19950 like 'configdirs', except that configure doesn't re-invoke
19951 itself for subdirs, it just creates a Makefile for each subdir.
19952 * configure.texi: Document subdirs.
19953
19954Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19955
19956 * configure.in: added flex to configdirs
19957
19958Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19959
19960 * Makefile.in: remove clean-stamps from clean.
19961
19962Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19963
19964 * configure.in: Add gdbtest to configdirs.
19965
19966Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19967
19968 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19969 to recursive makes.
19970 * configure.in: Recognize new ncr3000 config.
19971
19972Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19973
19974 * Makefile.in, configure.in: removed references to gdbm.
19975
19976Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19977
19978 * config.sub: Don't canonicalize os value
19979 newsos* to bsd (readline needs to check for newsos).
19980 (This fix was earlier made Jan 31, but got re-broken.)
19981
19982Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19983
19984 * configure.in: sco is an os, not a vendor!
19985
19986 * configure: Quote $( better. Keep various shells happy.
19987
19988Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19989
19990 * Makefile.in: eliminate stamp-files.
19991
19992Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19993
19994 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19995 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19996
19997Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19998
19999 * config.sub: fix iris/iris3.
20000
20001Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
20002
20003 * configure: re-add -rm.
20004
20005Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
20006
20007 * Maskefile.in: add .stmp-rcs to all.
20008
20009 * configure.in: remove gas from rs6000 build, use aix host fragment.
20010
20011Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
20012
20013 * configure: pass down site_option during recursion.
20014
20015Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
20016
20017 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
20018
20019Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
20020
20021 * configure: Change exec_prefix so that it really defaults to prefix.
20022
20023Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
20024
20025 * Makefile.in, configure.in: Add support for mmalloc library.
20026
20027Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
20028
20029 * Makefile.in: add stmp dependencies for a few more things.
20030
20031Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
20032
20033 * configure: adjusted error message on objdir/srcdir configure
20034 collision, per john's suggestion.
20035
20036 * Makefile.in: add libiberty stmp to all and all.cross.
20037
20038Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
20039
20040 * Makefile.in: remove force dependencies, add grep to all.
20041
20042Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
20043
20044 * Makefile.in: drop flex. make stamp files work.
20045
20046 * configure: added test for conflicting configuration in srcdir,
20047 remove trailing slashes from srcdir. Otherwise emacs gdb mode
20048 gets cranky. use relative paths for configure and srcdir
20049 whenever possible. Send some error messages to stderr that were
20050 going to stdout.
20051
20052Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
20053
20054 * Makefile.in: Fix libg++ rule to check for gcc directory
20055 before using gcc/gcc. Also pass XTRAFLAGS.
20056
20057Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
20058
20059 * Makefile.in: added stmp-files so that directories aren't polled
20060 when they are already built.
20061
20062 * configure.texi: fixed a node pointer problem.
20063
20064Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
20065
5309a301 20066 * config.sub configure.in gdb/configure.in
28e9041c 20067 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20068 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20069 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
20070
20071Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20072
20073 * configure: -recurring becomes -silent. corrected help message
20074 for -site= option.
20075
20076 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20077
20078Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20079
20080 * configure: when building Makefile for crosses, replace
20081 tooldir and program_prefix. default srcdir from location of
20082 config.sub. remove "for host in hosts" and "for target in
20083 targets" loops.
20084
20085Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20086
20087 * Makefile.in: Do not pass bindir or mandir to cvs.
20088
20089Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
20090
20091 * Makefile.in, configure.in: removed traces of namesubdir,
20092 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
20093 copyrights to '92, changed some from Cygnus to FSF.
20094
20095 * configure.texi: remove most references to multiple hosts,
20096 multiple targets, subdirs, etc.
20097
20098 * configure.man: removed rcsid. reference config.sub not
20099 config.subr.
20100
20101 * Makefile.in: mkdir $(infodir) on install-info.
20102
20103Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
20104
20105 * configure.texi: Explain better about .gdbinit and about
20106 the environment that configure.in sections run in.
20107
20108Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
20109
20110 * configure.in: Ultrix is only a decstation if it's a MIPS.
20111
20112Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
20113
20114 * README: DOC.configure => cfg-paper.texi.
20115
20116Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
20117
20118 * config.sub (near case $os): Don't convert newsos* to bsd!
20119
20120Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
20121
20122 * Makefile.in: Reinstall change from gdb-4.3 that reduces
20123 the number of copies of COPYING that go into the GDB tar file.
20124
20125Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
20126
5309a301 20127 * bfd/configure.in, gdb/config/mh-i386sco,
28e9041c 20128 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20129 Fix SCO configuration stuff.
20130
20131Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
20132
20133 * Makefile.in: For libg++, make sure the -I pointing
20134 to the gcc directory goes *after* all the libg++-local -I flags.
20135 Also, move just-gcc dependency from just-libg++ to all-libg++.
20136
20137Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
20138
20139 * configure: Change -x to -f to keep Ultrix /bin/test happy.
20140
20141Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
20142
20143 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
20144
20145Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
20146
20147 * config.sub: Add stratus configuration frags. Also
20148 submitted to FSF.
20149
20150Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
20151
20152 * Makefile.in (DEV_SUPPORT): add configure.man.
20153
20154 * config.sub(Decode manufacturer-specific): add -none*.
20155
20156Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
20157
20158 * Makefile.in: remove form feeds to make Sun's make happy.
20159 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
20160
20161Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
20162
20163 * Makefile.in (AR_FLAGS): Make quieter.
20164
20165Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
20166
20167 * configure.in: Add libg++.
20168 * configure: When verbose, don't output the command line at each
20169 level; it will be unremarkably the same as the previous version,
20170 which will be the same as what the user typed.
20171
20172Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
20173
20174 * configure.in, Makefile.in: fix clean-info, add flex. add
20175 fileutils.
20176
20177 * configure: be less sensitive to spaces in Makefile.in. Do not
20178 look for sources in "..". Doing so breaks subdirectories that
20179 might have their own configure. If a subdir has it's own
20180 configure script, use it.
20181
20182Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
20183
20184 * cfg-paper.texi: some changes suggested by rms.
20185
20186Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
20187
20188 * config.sub: Merge in some small additions from the FSF version,
20189 taken from the gcc distribution, to bring the Cygnus and FSF
20190 versions into closer sync.
20191
20192Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
20193
20194 * configure.in: Changed svr4 references to sysv4.
20195
20196Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
20197
20198 * configure: added -V for version number option.
20199
20200Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
20201
20202 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20203 renamed from DOC.configure to cfg-paper.texi.
20204
20205Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20206
20207 * configure, config.subr, config.sub: config.subr is now
20208 config.sub again.
20209
20210Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
20211
20212 * configure.texi: new file, in progress.
20213
20214 * Makefile.in: build info file and install the man page for
20215 configure.
20216
20217 * configure.man: new file, first cut.
20218
20219 * configure: find config.subr again now that configuration "none"
20220 has gone. removed all traces of the -ansi option. removed all
20221 traces of the -languages option.
20222
20223 * config.subr: resync from rms.
20224
20225Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20226
20227 * configure, config.sub, config.subr: merge config.sub into
20228 config.subr, call the result config.subr, remove config.sub, use
20229 config.subr.
20230
20231 * Makefile.in: revised install for dir.info.
20232
20233Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20234
20235 * configure.in: add decstation host makefile frag.
20236
20237 * Makefile.in: BISON now bison -y again. also install-gcc on
20238 install. clean-gdbm on clean. infodir belongs in datadir.
20239 Make directories for info install. Build dir.info here then
20240 install it.
20241
20242Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20243
20244 * Makefile.in: fix for bad directory tests.
20245
20246Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20247
20248 * configure: \{1,2\} appears to be a sysv'ism. Use a different
20249 regexp. -srcdir relative was being handled incorrectly.
20250
20251 * Makefile.in: unwrapped some for loops so that parallel makes
20252 work again and so one can focus one's attention on a particular
20253 package.
20254
20255Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20256
20257 * configure: added PWD as a stand in for `pwd` (for speed). use
20258 elif wherever possible. make -srcdir work without -objdir.
20259 -objdir= commented out.
20260
20261Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20262
20263 * configure: +options become --options. -subdirs commented out.
20264 added -host, -datadir. Renamed -destdir to -prefix. Comment in
20265 Makefile now at top of generated Makefile. Removed cvs log
20266 entries. added -srcdir. create .gdbinit only if there is one
20267 in ${srcdir}.
20268
20269 * Makefile.in: idestdir and ddestdir go away. Added copyrights
20270 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
20271 and mandir now keyed off datadir by default.
20272
20273Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20274
20275 * Freshly created ChangeLog.
20276
20277\f
20278Local Variables:
20279mode: change-log
20280left-margin: 8
20281fill-column: 76
20282version-control: never
20283End: