]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
re PR sanitizer/60636 (ubsan doesn't instrument signed integer ABS_EXPR)
[thirdparty/gcc.git] / ChangeLog
CommitLineData
beeda1d9
JJ
12014-03-21 Jakub Jelinek <jakub@redhat.com>
2
3 * configure.ac: Move BUILD_CONFIG set up earlier. Add
4 --enable-vtable-verify option parsing. Don't add
5 target-libsanitizer to bootstrap_target_libs unless
6 --with-build-config=bootstrap-asan or
7 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
8 to bootstrap_target_libs unless --enable-vtable-verify.
9 * configure: Regenerated.
10
e5dddc50
AS
112014-03-10 Anatoly Sokolov <aesok@post.ru>
12
13 * MAINTAINERS (Write After Approval): Add myself.
14
df5bc1cb
DC
152014-03-07 Denis Chertykov <chertykov@gmail.com>
16
17 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
18
3b9edeac
JJ
192014-03-07 Jakub Jelinek <jakub@redhat.com>
20
21 PR bootstrap/58572
22 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
23 -I for libstdc++-v3 includes if $(LEAN).
24 * Makefile.in: Regenerated.
25
c01a8548
JW
262014-03-04 Jonathan Wakely <jwakely@redhat.com>
27
28 * MAINTAINERS: Update my email address.
29
341c653c
WL
302014-02-24 Walter Lee <walt@tilera.com>
31
32 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
33 (tilegx-*-*): Change to tilegx*-*-*.
34 * configure: Regenerate.
35
37f2c4f0
LR
362014-02-17 Loren J. Rittle <ljrittle@acm.org>
37
38 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
39
6c01e96e
KV
402014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
41
42 * MAINTAINERS (Write After Approval): Add myself.
43
91da0481
RO
442014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
45
46 PR target/59788
47 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
48 *solaris2*.
49
dd35b84f
JDA
502014-01-21 John David Anglin <danglin@gcc.gnu.org>
51
52 * MAINTAINERS: Update my email address.
53
493b8af8
GP
542014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
55
56 * MAINTAINERS: Convert to UTF-8.
57 Properly sort Xinliang David Li's entry.
58
f121b81d
CLT
592013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
60 Sandra Loosemore <sandra@codesourcery.com>
61
62 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
63 nios2 port maintainers.
64
74f769b5
MT
652013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
66
67 * MAINTAINERS (Write After Approval): Add myself.
68
79e0604d
FXC
692013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
70
71 * configure.ac: Add user-friendly check for native x86_64-linux
72 multilibs.
73 * configure: Regenerate.
74
2220433c
OE
752013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
76
77 * MAINTAINERS: Add myself as sh maintainer.
78
6f52009c
BS
792013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
80
81 * MAINTAINERS: Add self as SLSR maintainer.
82
fba0d71e
JH
832013-11-18 Jan Hubicka <hubicka@ucw.cz>
84
85 * MAINTAINERS: Update my email address.
86
c4d1d6be
DE
872013-11-15 David Edelsohn <dje.gcc@gmail.com>
88
89 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
90
32e6ed92
TS
912013-11-07 Thomas Schwinge <thomas@codesourcery.com>
92
32e6ed92
TS
93 * Makefile.in: Regenerate.
94
76c79d33
TS
95 * Makefile.tpl: Fix typo.
96 * Makefile.in: Regenerate partially.
97
186bc287
BI
982013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
99
100 * configure.ac: Added libcilkrts to noconfig list when C++ is not
101 supported.
102 * configure: Regenerated.
103
3df8d54b
TS
1042013-11-01 Trevor Saunders <tsaunders@mozilla.com>
105
c4d1d6be 106 * MAINTAINERS (Write After Approval): Add myself.
3df8d54b 107
1652c6da
JM
1082013-10-30 Jason Merrill <jason@redhat.com>
109
110 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
111 --disable-build-format-warnings.
112
3038054c
BI
1132013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
114
115 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
116 depend on libstdc++ and libgcc.
117 * configure: Regenerate.
118 * configure.ac: Added libcilkrts to target binaries. Also, restrict
119 libcilkrts for POSIX and i*86, and x86_64 architectures.
120 * Makefile.in: Added libcilkrts related fields to support building it.
121
98906124
JL
1222013-10-26 Jeff Law <law@redhat.com>
123
124 * Makefile.def (target_modules): Remove libmudflap
125 (languages): Remove check-target-libmudflap).
126 * Makefile.in: Rebuilt.
127 * Makefile.tpl (check-target-libmudflap-c++): Remove.
128 * configure.ac (target_libraries): Remove target-libmudflap.
129 Remove checks which disabled libmudflap on some systems.
130 * configure: Rebuilt.
131 * libmudflap: Directory removed.
132
0a873daa
CH
1332013-10-21 Cong Hou <congh@google.com>
134
135 * MAINTAINERS (Write After Approval): Add myself.
136
93151914
MS
1372013-10-16 Mike Stump <mikestump@comcast.net>
138
139 * .dir-locals.el: Add.
140
459260ec
DM
1412013-10-15 David Malcolm <dmalcolm@redhat.com>
142
143 * configure.ac: Add --enable-host-shared
144 * configure: Regenerate.
145
2a3e690a
JR
1462013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
147
148 Import from savannah.gnu.org:
149 * config.guess: Update to 2013-06-10 version.
150 * config.sub: Update to 2013-10-01 version.
151
53426f6c
JR
1522013-10-01 Simon Cook <simon.cook@embecosm.com>
153
154 Changes to build configuration to allow big endian ARC ELF toolchain
155 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
156 * configure: Regenerate.
157
3cbe17f7
AM
1582013-09-20 Alan Modra <amodra@gmail.com>
159
160 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
161 ppc host match. Support little-endian powerpc linux hosts.
162
06c055fc
DS
1632013-09-19 Dodji Seketeli <dodji@redhat.com>
164
165 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
166 maintainer.
167
f6a83b4a
DD
1682013-09-12 DJ Delorie <dj@redhat.com>
169
170 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
171 maintainers.
172
84aafcc2
RB
1732013-09-03 Richard Biener <rguenther@suse.de>
174
175 * configure.ac: Also allow ISL 0.12.
176 * configure: Regenerated.
177
3ecee8f7
BE
1782013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
179
180 * MAINTAINERS (Write After Approval): Add myself.
181
8dce4dbc
DM
1822013-08-27 David Malcolm <dmalcolm@redhat.com>
183
184 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
185
1fd07dbc
CT
1862013-08-26 Caroline Tice <cmtice@google.com>
187
188 * MAINTAINERS: Correct earliers update: Move myself from libvtv
189 "Various Reviewers" to libvtv "Various Maintainers".
190
ddfee906
SB
1912013-08-20 Steven Bosscher <steven@gcc.gnu.org>
192
193 * MAINTAINERS: Add myself as RTL optimizers reviewer.
194
6a56e2dd
BDK
1952013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
196
197 * MAINTAINERS: Update name, email.
198
d445d18d
AB
1992013-08-13 Adam Butcher <adam@jessamine.co.uk>
200
201 * MAINTAINERS (Write After Approval): Add myself.
202
82ca21b5
CT
2032013-08-12 Caroline Tice <cmtice@google.com>
204
205 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
206 address in the Write After Approval section.
207
7d1d0560
CD
2082013-08-09 Carlos O'Donell <carlos@redhat.com>
209
210 * MAINTAINERS (Write After Approval): Update email.
211
b9bfa45a 2122013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1e74b850
BK
213
214 * configure.ac: Adjust to check VTV_SUPPORTED.
215 * configure: Regenerated.
216
2077db1b
CT
2172013-08-02 Caroline Tice <cmtice@google.com>
218
219 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
220 on non-linux systems; add target-libvtv to noconfigdirs; add
221 libsupc++/.libs to C++ library search paths.
222 * configure: Regenerated.
223 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
224 libstdc++ and libgcc.
225 * Makefile.in: Regenerated.
226
66a5502a
YR
2272013-07-19 Yvan Roux <yvan.roux@linaro.org>
228
229 * MAINTAINERS (Write After Approval): Add myself.
230
1545921d
CJW
2312013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
232 Shiva Chen <shiva0217@gmail.com>
233
234 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
235 nds32 port maintainers.
236
1b2d0112
TS
2372013-07-17 Tim Shen <timshen91@gmail.com>
238
239 * MAINTAINERS (Write After Approval): Add myself.
240
bc98bcc4
JBG
2412013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
242
243 * configure.ac: Sync from binutils.
244 * configure: Regenerate.
245
a96e949c
VP
2462013-06-14 Vidya Praveen <vidyapraveen@arm.com>
247
248 * MAINTAINERS (Write After Approval): Add myself.
249
4096c0c2
DT
2502013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
251
252 * MAINTAINERS (Write After Approval): Add myself.
253
6db9ce91
DM
2542013-05-17 David Malcolm <dmalcolm@redhat.com>
255
256 * MAINTAINERS (Write After Approval): Add myself.
257
dc4ea06f
BM
2582013-04-30 Brooks Moses <bmoses@google.com>
259
260 * MAINTAINERS: Update my email; move myself from Fortran
261 reviewer to Write After Approval.
262
eb7062cf
AS
2632013-04-16 Andreas Schwab <schwab@suse.de>
264
265 * configure.ac (aarch64-*-*): Don't disable java.
266 * configure: Regenerate.
267
4b1d4198
CJW
2682013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
269
270 * MAINTAINERS (Write After Approval): Add myself.
271
6ab7e76a
MK
2722013-03-30 Matthias Klose <doko@ubuntu.com>
273
274 * Makefile.def (target_modules): Don't install libffi.
275 * Makefile.in: Regenerate.
276
6790f448
TS
2772013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
278
279 * MAINTAINERS (Write After Approval): Add myself.
280
a4a66330
AS
2812013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
282
283 * MAINTAINERS (Write After Approval): Add myself.
284
4dddfc74
YZ
2852013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
286
287 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
288 * configure: Regenerated.
289
9ccd841a
DE
2902013-02-04 David Edelsohn <dje.gcc@gmail.com>
291
292 * MAINTAINERS: Explicitly add myself as AIX maintainer.
293 Remove Geoff Keating as rs6000 port maintainer, at his request.
294
9058217d
MK
2952013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
296
297 * MAINTAINERS: Update my email.
298
600613d7
SM
2992013-01-23 Shenghou Ma <minux.ma@gmail.com>
300
600613d7
SM
301 * configure: Re-generate.
302
2869f0ff
RB
3032013-01-15 Richard Biener <rguenther@suse.de>
304
305 PR other/55973
306 * configure: Re-generate.
307
197fa28c
MK
3082013-01-14 Matthias Klose <doko@ubuntu.com>
309
310 * Makefile.def (install-target-libsanitizer): Depend on
311 install-target-libstdc++-v3.
312 * Makefile.in: Regenerate.
313
d0ad394c
RB
3142013-01-14 Richard Biener <rguenther@suse.de>
315
316 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
317 * configure: Re-generate
318
969a00c7
JBG
3192013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
320
321 * config.sub: Update from config repo.
322
7cb9fd07
EB
3232013-01-11 Eric Botcazou <ebotcazou@adacore.com>
324
325 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
326 * Makefile.in: Regenerate.
327
f592bd45
JR
3282013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
329
330 * MAINTAINERS (arc): Add new port maintainership for myself.
331
7900ea7d
JM
3322013-01-09 Jason Merrill <jason@redhat.com>
333
334 * .gitignore: Import from gdb repository.
335
458752de
L
3362013-01-09 H.J. Lu <hongjiu.lu@intel.com>
337
338 * Makefile.def (configure-gcc): Depend on all-gmp.
339 (all-gcc): Remove dependency on all-gmp.
340 * Makefile.in: Regenerated.
341
24c4a93e
JBG
3422013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
343
344 * config.sub: Merge from config repo.
cb24ba82 345 * config.guess: Ditto.
24c4a93e 346
51c1ff0c
JBG
3472013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
348
349 * Makefile.def: Merge from binutils.
cb24ba82 350 * Makefile.in: Ditto.
51c1ff0c 351
e0d7fe6d
MK
3522013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
353
354 * MAINTAINERS: Update my email.
355
6c9c2cf2
BE
3562012-12-29 Ben Elliston <bje@gnu.org>
357
358 * config.guess: Update to 2012-12-29 version.
359 * config.sub: Likewise.
360
d89da9db
MK
3612012-12-20 Matthias Klose <doko@ubuntu.com>
362
363 * Makefile.def (install-target-libgfortran): Depend on
364 install-target-libquadmath, install-target-libgcc.
365 (install-target-libsanitizer): Depend on install-target-libgcc.
366 (install-target-libjava): Depend on install-target-libgcc.
367 (install-target-libitm): Depend on install-target-libgcc.
368 (install-target-libobjc): Depend on install-target-libgcc.
369 (install-target-libstdc++-v3): Depend on install-target-libgcc.
370 * Makefile.in: Regenerate.
371
6ce8fd9d
MK
3722012-12-19 Matthias Klose <doko@ubuntu.com>
373
374 * Makefile.def (install-target-libgo): Depend on
375 install-target-libatomic.
376 * Makefile.in: Regenerate.
377
0b8ca8fe
AS
3782012-12-18 Andreas Schwab <schwab@linux-m68k.org>
379
380 PR go/55201
381 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
382 * Makefile.in: Regenerate.
383
0e76460f
TS
3842012-12-16 Thomas Schwinge <thomas@codesourcery.com>
385
386 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
387 * configure: Regenerate.
388
f08bdd69
JBG
3892012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
390
391 * config.sub: Merge from config repo.
392
ac8701fe
L
3932012-12-11 H.J. Lu <hongjiu.lu@intel.com>
394
395 * Makefile.def (target_modules): Add bootstrap=true and
396 raw_cxx=true to libsanitizer.
397 * configure.ac (bootstrap_target_libs): Add libsanitizer.
398 * Makefile.in: Regenerated.
399 * configure: Likewise.
400
8d317164
RS
4012012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
402
403 * MAINTAINERS: Remove self as RTL optimization maintainer.
404
d7b30db8
KT
4052012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
406
407 * MAINTAINERS (Write After Approval): Add myself.
408
99319980
L
4092012-11-28 H.J. Lu <hongjiu.lu@intel.com>
410
411 * Makefile.def (target_modules): Remove bootstrap=true and
412 raw_cxx=true from libsanitizer.
413 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
414 * Makefile.in: Regenerated.
415 * configure: Likewise.
416
c3cc0031
L
4172012-11-28 H.J. Lu <hongjiu.lu@intel.com>
418
419 * Makefile.def (target_modules): Add bootstrap=true and
420 raw_cxx=true to libsanitizer.
421 * configure.ac (bootstrap_target_libs): Add libsanitizer.
422 * Makefile.in: Regenerated.
423 * configure: Likewise.
424
5d99894e
AP
4252012-11-28 Andrew Pinski <apinski@cavium.com>
426
427 PR bootstrap/54279
428 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
429 * configure: Regenerate.
430 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
431 * Makefile.in: Regenerate.
432
647545a5
SP
4332012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
434
435 * configure.ac: Disable libsanitizer if we're not building C++.
436 * configure: Regenerate.
437
2bf33cdb
RM
4382012-11-15 Roland McGrath <roland@hack.frob.com>
439
440 * MAINTAINERS (Write After Approval): Add myself.
441
f0e10e24
DV
4422012-11-15 Dmitry Vyukov <dvyukov@google.com>
443
444 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
445 Kostya Serebryany (kcc@google.com) and
446 Jakub Jelinek (jakub@redhat.com).
447 Rename area for Dodji Seketeli (dodji@redhat.com).
448
8b7ec423
DS
4492012-11-15 Dodji Seketeli <dodji@redhat.com>
450
451 * MAINTAINERS: (asan.c, related): Add myself.
452
ff4b7a7e
RM
4532012-11-14 Roland McGrath <mcgrathr@google.com>
454
455 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
456 * configure: Regenerate.
457
93bf5390
RH
4582012-11-13 Richard Henderson <rth@redhat.com>
459
460 * configure.ac: Move libsanitizer logic to subdirectory.
461 * configure: Regenerate.
462
d6531d83
DS
4632012-11-13 Dodji Seketeli <dodji@redhat.com>
464
465 * configure.ac: Enable libsanitizer just on x86 linux for now.
466 * configure: Re-generate.
467
e7fae550
DE
4682012-11-13 David Edelsohn <dje.gcc@gmail.com>
469
470 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
471 sections.
472 * configure: Regenerate.
473
3c31b9b4
HPN
4742012-11-13 Hans-Peter Nilsson <hp@axis.com>
475
476 * configure.ac: Add section for configdirs for libsanitizer.
477 Disable for cris-*-* and mmix-*-*.
478 * configure: Regenerate.
479
f35db108
WM
4802012-11-12 Wei Mi <wmi@google.com>
481
482 * configure.ac: Add libsanitizer to target_libraries.
483 * Makefile.def: Ditto.
484 * configure: Regenerate.
485 * Makefile.in: Regenerate.
486 * libsanitizer: New directory for asan runtime. Contains an empty
487 tsan directory.
488
443e6238
CV
4892012-11-03 Corinna Vinschen <corinna@vinschen.de>
490
491 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
492 against Mingw64 w32api.
493 * configure: Regenerate.
494
1873ec0c
L
4952012-11-03 H.J. Lu <hongjiu.lu@intel.com>
496
497 * configure: Regenerated.
498
2588b26e
RM
4992012-11-03 Robert Mason <rbmj@verizon.net>
500
501 * configure.ac: add --disable-libstdcxx configure option
502 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
503
ecdbd01a 5042012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
7e0575b0
GG
505
506 * MAINTAINERS (Write After Approval): Add myself.
507
29dd4e88
JG
5082012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
509
510 * MAINTAINERS (Write After Approval): Add myself.
511
45c29893
SS
5122012-10-24 Sharad Singhai <singhai@google.com>
513
514 * MAINTAINERS (Write After Approval): Add myself.
515
9d294e36
EC
5162012-10-24 Eric Christopher <echristo@gmail.com>
517
518 * MAINTAINERS: Update email address.
519
0d6414b2
EB
5202012-10-23 Eric Botcazou <ebotcazou@adacore.com>
521
522 PR bootstrap/54820
523 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
524 * configure: Regenerate.
525
a780583f
RE
5262012-10-23 Richard Earnshaw <rearnsha@arm.com>
527
528 * MAINTAINERS (aarch64): Add Marcus and myself.
529
0b21f5d3
EB
5302012-10-22 Eric Botcazou <ebotcazou@adacore.com>
531
532 PR bootstrap/54820
533 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
534 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
535 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
536 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
537 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
538 * Makefile.in: Regenerate.
539 * configure.ac (have_static_libs): New variable and associated check.
540 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
541 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
542 * configure: Regenerate.
543
c8855f2d
RB
5442012-10-10 Richard Biener <rguenther@suse.de>
545
0b21f5d3 546 * MAINTAINERS: Adjust for changed surname.
c8855f2d 547
b86cba2e
LC
5482012-10-04 Lawrence Crowl <crowl@google.com>
549
550 * MAINTAINERS (Write After Approval): Add myself.
551
6b391f49
CC
5522012-10-01 Cary Coutant <ccoutant@google.com>
553
554 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
555
0e56e590
ILT
5562012-09-28 Ian Lance Taylor <iant@google.com>
557
558 * Makefile.def: Make all-target-libgo depend on
559 all-target-libbacktrace.
560 * Makefile.in: Rebuild.
561
d83697f4
ILT
5622012-09-26 Ian Lance Taylor <iant@google.com>
563
564 * Makefile.def: Make all-gcc depend on all-libbacktrace.
565 * Makefile.in: Rebuild.
566
8750dfc5
WL
5672012-09-20 Walter Lee <walt@tilera.com>
568
569 * configure.ac: Add tilegx to list of targets that support gold.
570 * configure: Regenerate.
571
61e12aff
MP
5722012-09-20 Marek Polacek <polacek@redhat.com>
573
574 * MAINTAINERS (Write After Approval): Add myself.
575
d91491e5
SE
5762012-09-19 Steve Ellcey <sellcey@mips.com>
577
578 * configure.ac: Add mips*-mti-elf* target.
579 * configure: Regenerate.
580
eff02e4f
ILT
5812012-09-17 Ian Lance Taylor <iant@google.com>
582
583 * MAINTAINERS (Various Maintainers): Add libbacktrace.
584 * configure.ac (host_libs): Add libbacktrace.
585 (target_libraries): Add libbacktrace.
586 * Makefile.def (host_modules): Add libbacktrace.
587 (target_modules): Likewise.
588 * configure, Makefile.in: Rebuild.
589
d7a29167
DE
5902012-09-14 David Edelsohn <dje.gcc@gmail.com>
591
592 PR target/38607
593 Merge upstream change.
594 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
595
596 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
597 Add libgomp*.o to compare_exclusions for AIX.
598 * configure: Regenerate.
599
6002012-09-06 Diego Novillo <dnovillo@google.com>
385c0681
DN
601
602 * configure.ac: Bump minimum GMP version to 4.2.3.
603 * configure: Re-generate.
604
b588ae30
GJL
6052012-09-05 Georg-Johann Lay <avr@gjlay.de>
606
607 PR target/54461
608 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
609 target-libgloss if not configured --with-avrlibc=no.
610 * configure: Regenerate.
611
178f875a
JM
6122012-09-04 Jason Merrill <jason@redhat.com>
613
614 * configure.ac: Fix --enable-languages=all.
615
7c2f37eb
CL
6162012-09-04 Christophe Lyon <christophe.lyon@st.com>
617
618 * MAINTAINERS (Write After Approval): Add myself.
619
625afa23
RG
6202012-09-03 Richard Guenther <rguenther@suse.de>
621
622 PR bootstrap/54138
623 * configure.ac: Re-organize ISL / CLOOG checks to allow
624 disabling with either --without-isl or --without-cloog.
625 * configure: Regenerated.
626
a4cf6e46
GJL
6272012-09-03 Georg-Johann Lay <avr@gjlay.de>
628
629 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
630 * configure: Regenerate.
631
6c513d43
UD
6322012-08-27 Ulrich Drepper <drepper@gmail.com>
633
634 * MAINTAINERS: Fix my email address.
635
61171996
L
6362012-08-26 H.J. Lu <hongjiu.lu@intel.com>
637
638 PR binutils/4970
639 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
640 and opcodes.
641 * Makefile.in: Regenerated.
642
14fbeb6c
AH
6432012-08-26 Art Haas <ahaas@impactweather.com>
644
645 * configure: Regenerate.
646
c141b97e
6472012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
648
649 * INSTALL/README: Also refer to the online installation
650 instructions.
651
12d87607
HS
6522012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
653
654 * MAINTAINERS (Write After Approval): Add myself.
655 (Picochip port): Remove myself.
656
0823efed
DN
6572012-08-14 Diego Novillo <dnovillo@google.com>
658
659 Merge from cxx-conversion branch.
660
661 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
662 POSTSTAGE1_CONFIGURE_FLAGS.
663 * Makefile.in: Regenerate.
664 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
665 Force C++ when bootstrapping.
666 * configure: Regenerate.
667
a0b0a0c3
JBG
6682012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
669
670 * MAINTAINERS (Write After Approval): Add myself.
671
6d8b8153
JM
6722012-07-16 Joseph Myers <joseph@codesourcery.com>
673
674 * README: Document use of ranges of years in copyright notices.
675
81ef8878
RG
6762012-07-06 Richard Guenther <rguenther@suse.de>
677
678 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
679 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
680 --with-gmp=system.
681 * Makefile.in: Regenerated.
682 * configure: Likewise.
683
0ff2d841
RG
6842012-07-06 Richard Guenther <rguenther@suse.de>
685
686 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
687 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
688 supply V=1 as extra_make_flags.
689 * configure: Regenerated.
690 * Makefile.in: Likewise.
691
2b2d7c53
TG
6922012-07-04 Tristan Gingold <gingold@adacore.com>
693
694 * configure: Regenerate.
695
1fcd23ac
RG
6962012-07-03 Richard Guenther <rguenther@suse.de>
697
698 * Makfile.def (isl): Remove not necessary extra_exports and
699 extra_make_flags.
700 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
701 * Makefile.in: Regenerated.
702
32d024bf
RG
7032012-07-03 Richard Guenther <rguenther@suse.de>
704
705 * Makefile.def (cloog): Add V=1 to extra_make_flags.
706 * configure.ac: If either the ISL or the CLooG check failed
707 do not try to build in-tree versions.
708 * Makefile.in: Regenerated.
709 * configure: Regenerated.
710
90d4f233
RO
7112012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
712
713 * configure: Regenerate.
714
1116de1a
JJ
7152012-07-02 Janis Johnson <janisjo@codesourcery.com>
716
8153b03d 717 * MAINTAINERS (Various Maintainers): Add myself as testsuite
1116de1a
JJ
718 maintainer.
719
8247e8b2
RG
7202012-07-02 Richard Guenther <rguenther@suse.de>
721
722 * configure: Regenerated.
723
33ad93b9
RG
7242012-07-02 Richard Guenther <rguenther@suse.de>
725 Michael Matz <matz@suse.de>
726 Tobias Grosser <tobias@grosser.es>
727 Sebastian Pop <sebpop@gmail.com>
728
729 * Makefile.def: Add ISL host module, remove PPL host module.
730 Adjust ClooG host module to use the proper ISL.
731 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
732 * configure.ac: Include config/isl.m4. Add ISL host library,
733 remove PPL. Remove PPL configury, add ISL configury, adjust
734 ClooG configury.
735 * Makefile.in: Regenerated.
736 * configure: Likewise.
737
6886e444
RG
7382012-07-02 Richard Guenther <rguenther@suse.de>
739
740 Merge from graphite branch
741 2011-07-21 Tobias Grosser <tobias@grosser.es>
54b2365b 742
6886e444
RG
743 * configure: Regenerated.
744 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
745 both cloog.org and legacy versions. The only supported version will
746 be CLooG with the isl backend.
747
748 2011-07-21 Tobias Grosser <tobias@grosser.es>
54b2365b 749
6886e444
RG
750 * configure: Regenerated.
751 * configure.ac: Require cloog isl 0.17.0
752
753 2011-07-21 Tobias Grosser <tobias@grosser.es>
54b2365b 754
6886e444
RG
755 * configure: Regenerated.
756 * config/cloog.m4: Do not define CLOOG_ORG
757
d4a10d0a
SB
7582012-06-29 Steven Bosscher <steven@gcc.gnu.org>
759
760 * configure.ac: Skip C if explicitly selected.
761 * configure: Regenerate.
762
bd8e704f
CL
7632012-06-28 Christophe Lyon <christophe.lyon@st.com>
764
765 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
766 they contain -O2.
767 * configure: Regenerate.
768
0951ac86
RS
7692012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
770
771 PR debug/53740
772 * df.h, df-problems.c, dce.c: Revert last patch.
773
4679c9b3
IS
7742012-06-25 Iain Sandoe <iain@codesourcery.com>
775
776 * MAINTAINERS (Write After Approval): Update my email address.
777
0619103b
MI
7782012-06-21 Meador Inge <meadori@codesourcery.com>
779
780 * MAINTAINERS (Write After Approval): Add myself.
781
056d8580
JM
7822012-06-20 Jason Merrill <jason@redhat.com>
783
784 * Makefile.tpl (check-target-libgomp-c++): New.
785 (check-target-libitm-c++): New.
786 * Makefile.def (c++): Add them.
787 * Makefile.in: Regenerate.
788
556861b2
EW
7892012-05-29 Edmar Wienskoski <edmar@freescale.com>
790
9c78662a 791 * MAINTAINERS (Write After Approval): Add myself.
556861b2 792
8294b6fe
OH
7932012-05-16 Olivier Hainque <hainque@adacore.com>
794
795 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
796 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
797 (install-no-fixedincludes): Adjust accordingly.
798 * Makefile.in: Regenerate.
799
eb606595
L
8002012-05-15 H.J. Lu <hongjiu.lu@intel.com>
801
802 Merge upstream change
803 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
804
1c8196d9
MG
8052012-05-14 Marc Glisse <marc.glisse@inria.fr>
806
807 * MAINTAINERS (Write After Approval): Add myself.
808
5b0d38e4
NC
8092012-05-09 Nick Clifton <nickc@redhat.com>
810 Paul Smith <psmith@gnu.org>
811
812 PR bootstrap/50461
813 * configure.ac (mpfr-dir): When using in-tree MPFR sources
814 allow for the fact that from release v3.1.0 of MPFR the source
815 files were moved into a src sub-directory.
816 * configure: Regenerate.
817
f7d6bc01
JB
8182012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
819
820 * configure.ac: Bump minimum MPFR version to 2.4.0.
821 * configure: Regenerated.
822
48310492
RH
8232012-05-01 Richard Henderson <rth@redhat.com>
824
825 * Makefile.def (libatomic): New target_module.
826 * configure.ac (target_libraries): Add libatomic.
827 (noconfigdirs): Check if libatomic is supported.
828 * Makefile.in, configure: Rebuild.
829
77f496df
GY
8302012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
831
832 * MAINTAINERS (Write After Approval): Add myself.
833
95e5b9a4
JB
8342012-04-25 Joel Brobecker <brobecker@adacore.com>
835
836 * config.sub: Update to 2012-04-18 version from official repo.
837
86c8bb32
N
8382012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
839
840 * MAINTAINERS (Write After Approval): Add myself.
841
dcc73abf
SE
8422012-04-11 Steve Ellcey <sellcey@mips.com>
843
844 * MAINTAINERS: Changed email address.
845
7fd6378e
GJL
8462012-03-28 Georg-Johann Lay <avr@gjlay.de>
847
848 PR target/52737
849 * contrib/gcc_update (files_and_dependencies):
850 Remove gcc/config/avr/t-multilib from touch data.
851
b24513a1
RO
8522012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
853
854 * MAINTAINERS (OS Port Maintainers): Remove irix.
855 * configure.ac (enable_libgomp): Remove *-*-irix6*.
856 (unsupported_languages): Remove mips-sgi-irix6.*.
857 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
858 (with_stabs): Remove.
859 * configure: Regenerate.
860
5c30094f
RO
8612012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
862
863 * MAINTAINERS (OS Port Maintainers): Remove osf.
864 * configure.ac (enable_libgomp): Remove *-*-osf*.
865 (with_stabs): Remove alpha*-*-osf*.
866 * configure: Regenerate.
867
091fe9ca
TG
8682012-03-05 Tristan Gingold <gingold@adacore.com>
869
870 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
871 * configure: Regenerate.
872
51f894e6
WL
8732012-02-17 Walter Lee <walt@tilera.com>
874
875 * MAINTAINERS: (Write After Approval): Delete myself.
876
1982a383
WL
8772012-02-14 Walter Lee <walt@tilera.com>
878
dd552284
WL
879 * MAINTAINERS (tilegx port): Add myself.
880 (tilepro port): Add myself.
881 (Write After Approval): Add myself.
1982a383 882
98a5b2c9
GP
8832012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
884
9c78662a
UB
885 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
886 and Joseph Myers as docstring relicensing maintainers.
98a5b2c9 887
365e6b65
BC
8882012-02-09 Bin Cheng <bin.cheng@arm.com>
889
890 * MAINTAINERS (write-after-approval): Add myself.
891
9c9e39dd
IR
8922012-02-08 Ira Rosen <irar@il.ibm.com>
893
894 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
895 maintainer.
896
03548f7b
VK
8972012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
898
9c78662a
UB
899 * MAINTAINERS (Write After Approval): Move myself to
900 maintain alphabetical order.
03548f7b 901
3bc05470
VK
9022012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
903
904 * MAINTAINERS (Write After Approval): Add myself.
905
e5b8c090
JS
9062012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
907
908 * MAINTAINERS (Write After Approval): Add myself.
909
b25364a0
S
9102012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
911 Jayant R Sonar <jayant.sonar@kpitcummins.com>
912
913 * configure.ac (cr16-*-*): Remove nonconfigdirs.
914 * configure: Regenerate.
915
e5e45c68
HC
9162012-01-23 Harshit Chopra <harshit@google.com>
917
918 * MAINTAINERS (Write After Approval): Add myself.
919
daecebc8
DR
9202012-01-22 Douglas B Rupp <rupp@ngnat.com>
921
922 * configure.ac: Remove reference to mh-interix.
923 * configure: Regenerate.
924
99776ebd
RH
9252012-01-05 Richard Henderson <rth@redhat.com>
926
927 PR bootstrap/51072
928 * configure.ac: Disable libitm if c++ is not enabled.
929 * configure: Rebuild.
930
9696698a
RH
931 * configure.ac: Fix regexp for same.
932 * configure: Rebuild.
933
c40b2528
BI
9342012-01-02 Balaji V. Iyer <bviyer@gmail.com>
935
936 * MAINTAINERS (Write After Approval): Add myself.
937
d18ede37
RG
9382012-01-02 Richard Guenther <rguenther@suse.de>
939
940 PR bootstrap/51686
941 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
942 * Makefile.in: Regenerate.
943
ecdbd01a 9442011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
8d2fbf9b
OE
945
946 * MAINTAINERS (Write After Approval): Add myself.
947
7cb62ef1
EB
9482011-12-18 Eric Botcazou <ebotcazou@adacore.com>
949
950 * configure: Regenerate.
951
9522011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
e6f52784
HS
953
954 * MAINTAINERS (picochip): Changed email address.
955
0f14d442
MGD
9562011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
957
958 * MAINTAINERS (write-after-approval): Add self.
959
85b8555e
DD
9602011-11-29 DJ Delorie <dj@redhat.com>
961
962 * configure.ac (rl78-*-*) New case.
963 * configure: Regenerate.
964 * MAINTAINERS: Add myself as RL78 maintainer.
965
49f7dc9d
EB
9662011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
967
968 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
969
c6084f68
AT
9702011-11-21 Andreas Tobler <andreast@fgznet.ch>
971
bd67830a 972 * libtool.m4: Additional FreeBSD 10 fixes.
c6084f68 973
b3fb6108
JR
9742011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
975
976 * MAINTAINERS: Move myself from Write After Approval to CPU Port
977 Maintainers section, as Epiphany maintainer.
978
10eb188c
IS
9792011-11-18 Iain Sandoe <iains@gcc.gnu.org>
980
981 PR target/49992
982 * configure.ac: Remove ranlib special-casing for Darwin.
983 * configure: Regenerate.
984
bcf83e00
AB
9852011-11-12 Andrey Belevantsev <abel@ispras.ru>
986
987 * MAINTAINERS (Reviewers): Keep the list sorted.
988
3fec7f10
AB
9892011-11-11 Andrey Belevantsev <abel@ispras.ru>
990
991 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
992
e7a82751
RM
9932011-11-09 Roland McGrath <mcgrathr@google.com>
994
995 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
996 * configure: Rebuild.
997 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
998 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
999 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1000 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1001 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1002 Add READELF.
1003 * Makefile.in: Rebuild.
1004
e399136a
JM
10052011-11-09 Jason Merrill <jason@redhat.com>
1006
1007 * Makefile.def (language=c++): Remove check-c++0x.
1008 * Makefile.in (check-gcc-c++): Regenerate.
1009
01f3428c
RH
10102011-11-08 Richard Henderson <rth@redhat.com>
1011
e948157d
RH
1012 * configure.ac: Test for libitm directory present first.
1013
3d3b05ff
RH
1014 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1015
01f3428c
RH
1016 * configure.ac: Test libitm/configure.tgt to disable libitm.
1017 * configure: Rebuild.
1018
0a35513e
AH
10192011-11-07 Aldy Hernandez <aldyh@redhat.com>
1020 Richard Henderson <rth@redhat.com>
1021
1022 Merged from transactional-memory.
1023
1024 * Makefile.def (lang_env_dependencies): libitm is c++.
1025 Add libitm target module.
1026 * configure.ac: Likewise.
1027 * config/mmap.m4: New file.
1028 * contrib/gcc_update: Add libitm to touch data.
1029 * Makefile.in, configure: Rebuild.
1030
f9989b51
RO
10312011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1032
1033 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1034 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1035 * Makefile.in: Regenerate.
1036
753a0ad8
DD
10372011-11-01 DJ Delorie <dj@redhat.com>
1038
1039 * config.sub: Update to version 2011-10-29 (added rl78)
1040
e7a7929d
NC
10412011-10-27 Nick Clifton <nickc@redhat.com>
1042
1043 * config.sub: Import these changes from the config project:
1044
ecdbd01a 1045 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
e7a7929d
NC
1046 Ben Elliston <bje@gnu.org>
1047
1048 * config.sub (epiphany): New.
1049
1050 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1051 Ben Elliston <bje@gnu.org>
1052
9c78662a 1053 * config.sub (hexagon, hexagon-*): New.
e7a7929d
NC
1054
1055 2011-08-23 Roland McGrath <mcgrathr@google.com>
1056
1057 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1058 64eb to be64.
1059
1060 2011-08-16 Roland McGrath <mcgrathr@google.com>
1061
1062 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1063 (nacl): Grok as alias for 32el-unknown-nacl.
1064
4bc51432
KY
10652011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1066
1067 * MAINTAINERS (Write After Approval): Add myself.
1068
3c5bc77d
TJ
10692011-10-24 Teresa Johnson <tejohnson@google.com>
1070
1071 * MAINTAINERS (Write After Approval): Add myself.
1072
76bafb07
JJ
10732011-09-21 Jakub Jelinek <jakub@redhat.com>
1074
1075 * MAINTAINERS (sparc port): Remove myself.
1076
5699cf3d
TV
10772011-09-14 Tom de Vries <tom@codesourcery.com>
1078
1079 * MAINTAINERS (Write After Approval): Add myself.
1080
0d557ff8
YQ
10812011-08-14 Yao Qi <yao@codesourcery.com>
1082
1083 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1084 * configure: Regenerate.
1085
bf03b9ff
ILT
10862011-07-26 Ian Lance Taylor <iant@google.com>
1087
1088 * configure.ac: Set have_compiler based on whether gcc directory
1089 exists, rather than on whether gcc is in configdirs.
1090 * configure: Rebuild.
1091
b017c70a
JM
10922011-07-21 Joseph Myers <joseph@codesourcery.com>
1093
1094 * MAINTAINERS (Global Reviewers): Add self.
1095
242f5421
DE
10962011-07-20 David Edelsohn <dje.gcc@gmail.com>
1097
1098 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1099 link directories.
1100 * Makefile.in: Rebuild.
1101
ff3ac0f4
ILT
11022011-07-20 Ian Lance Taylor <iant@google.com>
1103
1104 PR bootstrap/49787
1105 * configure.ac: Move --enable-bootstrap handling earlier in file.
1106 If --enable-bootstrap and either --enable-build-with-cxx or
1107 --enable-build-poststage1-with-cxx, enable C++ automatically.
1108 * configure: Rebuild.
1109
78767fd9
ILT
11102011-07-19 Ian Lance Taylor <iant@google.com>
1111
1112 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1113 make C++ a boot_language. Set and substitute
1114 POSTSTAGE1_CONFIGURE_FLAGS.
1115 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1116 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1117 * configure, Makefile.in: Rebuild.
1118
9dafd063
VM
11192011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1120
1121 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1122 maintainers.
1123
eac8f5bd 11242011-07-18 Jakub Jelinek <jakub@redhat.com>
e44dbbe1 1125
eac8f5bd 1126 * MAINTAINERS (Global Reviewers): Add myself.
e44dbbe1 1127
eac8f5bd 11282011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1f90cc14 1129
eac8f5bd 1130 * configure: Regenerate.
1f90cc14 1131
32c87d63
JM
11322011-07-16 Jason Merrill <jason@redhat.com>
1133
1134 * Makefile.def (language=c++): Add check-c++0x and
1135 check-target-libmudflap-c++.
1136 * Makefile.tpl (check-target-libmudflap-c++): New.
1137 * Makefile.in: Regenerate.
1138
a4a2c37d
MK
11392011-07-16 Matthias Klose <doko@ubuntu.com>
1140
1141 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1142 * Makefile.def (target_modules/libjava): Pass
1143 $(EXTRA_CONFIGARGS_LIBJAVA).
1144 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1145 if not configured with --enable-static-libjava.
1146 * Makefile.in: Regenerate.
1147 * configure: Likewise.
1148
6feeed06
JM
11492011-07-15 Jason Merrill <jason@redhat.com>
1150
1151 * Makefile.in (check-c++): Move check-gcc-c++0x after
1152 check-target-libstdc++-v3.
1153
7c9f9795
BS
11542011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1155
1156 * MAINTAINERS (c6x port): New entry.
1157
e2995714
JM
11582011-07-13 Jason Merrill <jason@redhat.com>
1159
1160 * Makefile.in (check-gcc-c++0x): New.
1161 (check-c++): Depend on it.
1162
fbdd5d87
RO
11632011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1164
1165 PR target/39150
1166 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1167 x86_64-*-solaris2.1[0-9]*.
1168 * configure: Regenerate.
1169
875a6c6e
RS
11702011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1171
1172 * MAINTAINERS (RTL optimizers): Add self.
1173
18faf0ee
GC
11742011-06-27 Gabriel Charette <gchare@google.com>
1175
1176 * MAINTAINERS (Write After Approval): Add myself.
1177
8499116a
HPN
11782011-06-22 Hans-Peter Nilsson <hp@axis.com>
1179
6be80923
HPN
1180 PR regression/47836
1181 PR bootstrap/23656
1182 PR other/47733
1183 PR bootstrap/49247
5167b7cf 1184 PR c/48825
8499116a
HPN
1185 * configure.ac (target_libraries): Remove target-libiberty.
1186 Remove case-statement setting skipdirs=target-libiberty for
1187 multiple targets. Remove checking target_configdirs and
1188 removing target-libiberty but keeping target-libgcc if
1189 otherwise empty.
1190 * Makefile.def (target_modules): Don't add libiberty.
1191 (dependencies): Remove all traces of target-libiberty.
1192 * configure, Makefile.in: Regenerate.
1193
db1d217c
WL
11942011-06-13 Walter Lee <walt@tilera.com>
1195
1196 * configure.ac (tilepro-*-*) New case.
1197 (tilegx-*-*): Likewise.
1198 * configure: Regenerate.
1199
9a2fc6ad
JY
12002011-06-06 Jing Yu <jingyu@google.com>
1201
1202 * configure.ac: Skip target-libiberty for
1203 arm*-*-linux-androideabi.
1204 * configure: Regenerated.
1205
9baa43b6
NC
12062011-06-06 Nick Clifton <nickc@redhat.com>
1207
1208 * config.sub: Sync from upstream.
1209
5a9f48b4
NV
12102011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1211
1212 * MAINTAINERS (Write After Approval): Add myself.
1213
6c059f76
DJ
12142011-06-01 Daniel Jacobowitz <drow@false.org>
1215
1216 * MAINTAINERS: Update my email address.
1217
f97b516f
NF
12182011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1219
1220 * MAINTAINERS (Write After Approval): Update my email address.
1221
6e91d9d6
PP
12222011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1223
1224 * MAINTAINERS (Write After Approval): Add myself.
1225
6f57bdf6
DK
12262011-05-08 Doug Kwan <dougkwan@google.com>
1227
1228 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1229 * configure: Regenerated.
1230 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1231 value from configure.
1232 * Makefile.in: Regenerated.
1233
6a789d5e
JM
12342011-05-05 Joseph Myers <joseph@codesourcery.com>
1235
1236 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1237 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1238 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1239 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1240 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1241 *-*-vxworks*): Disable newlib and libgloss in separate case
1242 statement.
1243 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1244 to separate case statement.
1245 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1246 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1247 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1248 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1249 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1250 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1251 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1252 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1253 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1254 i[[3456789]]86-*-rdos*, m32r-*-*,
1255 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1256 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1257 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1258 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1259 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1260 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1261 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1262 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1263 and libgloss in main case over targets. Remove most empty cases
1264 in main case over targets.
1265 * configure: Regenerate.
1266
a78079c4
JJ
12672011-05-04 Janis Johnson <janisjo@codesourcery.com>
1268
1269 * MAINTAINERS (Write After Approval): Add myself.
1270
f1a0defe
JM
12712011-05-04 Joseph Myers <joseph@codesourcery.com>
1272
1273 * configure.ac: Remove code setting special library locations for
1274 hppa*64*-*-hpux11*. Remove code setting compiler for
1275 sparc-sun-solaris2*.
1276 * configure: Regenerate.
1277
fbcf0dca
JM
12782011-05-04 Joseph Myers <joseph@codesourcery.com>
1279
1280 * configure.ac: Separate libgloss_dir settings from general case
1281 over targets.
1282 * configure: Regenerate.
1283
fddf9ee7
JM
12842011-04-28 Joseph Myers <joseph@codesourcery.com>
1285
1286 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1287 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1288 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1289 cases in libgcj-disabling case statement.
1290 (hppa*64*-*-linux*): Set unsupported_languages instead of
1291 disabling target-zlib.
1292 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1293 to hppa*64*-*-hpux*.
1294 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1295 hppa*-*-hpux*.
1296 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1297 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1298 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1299 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1300 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1301 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1302 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1303 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1304 libgcj-disabling case statement.
1305 * configure: Regenerate.
1306
80f81134
JM
13072011-04-28 Joseph Myers <joseph@codesourcery.com>
1308
1309 * configure.ac: Disable Java for targets not supporting libffi.
1310 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1311 Remove cases in Java-disabling statement.
1312 (*arm-wince-pe): Change to arm-wince-pe.
1313 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1314 cases in Java-disabling statement.
1315 (bfin-*-*): Don't disable Java again.
1316 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1317 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1318 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1319 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1320 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1321 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1322 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1323 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1324 Java-disabling statement.
1325 (mmix-*-*): Don't disable Java again.
1326 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1327 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1328 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1329 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1330 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1331 statement.
1332 * configure: Regenerate.
1333
2909494b
JM
13342011-04-28 Joseph Myers <joseph@codesourcery.com>
1335
1336 * configure.ac: Separate cases disabling Java and Java libraries
1337 from general case over targets.
1338 * configure: Regenerate.
1339
98e2d934
JZ
13402011-04-21 Jie Zhang <jzhang918@gmail.com>
1341
1342 * MAINTAINERS: Update my email address.
1343
1809ba94
ER
13442011-04-20 Easwaran Raman <eraman@google.com>
1345
1346 * MAINTAINERS (Write After Approval): Add myself.
1347
2cd815e7
JH
13482011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1349
1350 PR lto/48086
1351 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1352 * configure: Regenerate.
1353
271d3f8d
JM
13542011-04-16 Jim Meyering <meyering@redhat.com>
1355
1356 * MAINTAINERS (Write After Approval): Add myself.
1357
848309ea
DS
13582011-04-15 Dodji Seketeli <dodji@redhat.com>
1359
1360 * MAINTAINERS: Update my email address.
1361
3a78d31f
GJL
13622011-04-13 Georg-Johann Lay <avr@gjlay.de>
1363
1364 * MAINTAINERS (Write After Approval): Add myself.
1365
fbfbde73
YZ
13662011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
1367
1368 * MAINTAINERS (Write After Approval): Add myself.
1369
8072c460
SH
13702011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
1371
1372 * MAINTAINERS (Write After Approval): Add myself.
1373
85bfb75e
JM
13742011-04-06 Joseph Myers <joseph@codesourcery.com>
1375
1376 * configure.ac (build_tools): Remove build-byacc.
1377 (host_libs): Remove mmalloc.
1378 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1379 autoconf automake libtool diff rcs fileutils shellutils time
1380 textutils wdiff find uudecode hello tar gzip indent recode release
1381 sed perl gawk findutils gettext zip.
1382 (libgcj): Remove target-qthreads.
1383 (target_tools): Remove target-examples target-gperf.
1384 (YACC): Don't handle building byacc.
1385 * configure: Regenerate.
1386 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1387 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1388 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1389 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1390 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1391 handle building components.
1392 * Makefile.in: Regenerate.
1393
bc8e4748
SA
13942011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
1395
1396 * MAINTAINERS: Update my email address as Xtensa maintainer.
1397
32827f18
RW
13982011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1399
1400 * config.sub: Sync from upstream.
1401
b318fb4b
JM
14022011-04-01 Joseph Myers <joseph@codesourcery.com>
1403
1404 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1405 (microblaze*): Don't disable libssp.
1406 * configure: Regenerate.
1407
72691ba6
JM
14082011-04-01 Joseph Myers <joseph@codesourcery.com>
1409
1410 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1411 moveifchange.
1412 * configure: Regenerate.
1413 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1414 * Makefile.in: Regenerate.
1415
6de66370
JM
14162011-04-01 Joseph Myers <joseph@codesourcery.com>
1417
1418 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1419 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1420 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1421 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1422 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1423 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1424 md_exec_prefix cases.
1425 * configure: Regenerate.
1426
1e9e0e23
JM
14272011-04-01 Joseph Myers <joseph@codesourcery.com>
1428
1429 * configure.ac: Separate cases disabling target-libssp,
1430 target-libiberty, target-libstdc++-v3 and Fortran from general
1431 case over targets.
1432 * configure: Regenerate.
1433
0036370f
JM
14342011-04-01 Joseph Myers <joseph@codesourcery.com>
1435
1436 * configure.ac (*-*-chorusos): Don't disable libgcj.
1437 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1438 Remove case.
1439 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1440 (arm-*-coff): Don't disable libgcj.
1441 (arm*-*-linux-gnueabi): Remove useless assignment.
1442 (arm-*-riscix*): Don't disable libgcj.
1443 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1444 configuration.
1445 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1446 (c54x*-*-*): Remove case.
1447 (tic54x-*-*): Don't disable GCC or GCC libraries.
1448 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1449 to *.
1450 (d10v-*-*): Don't disable GCC libraries.
1451 (d30v-*-*): Don't disable libgcj.
1452 (h8500-*-*): Don't disable GCC libraries.
1453 (i960-*-*): Don't disable libgcj.
1454 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1455 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1456 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1457 libgcj.
1458 (m68k-*-coff*): Remove case.
1459 (mmix-*-*): Don't disable libgloss on host.
1460 (mn10200-*-*, mn10300-*-*): Remove cases.
1461 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1462 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1463 Don't disable libgcj.
1464 (romp-*-*): Remove case.
1465 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1466 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1467 case.
1468 (v810-*-*): Don't disable GCC libraries.
1469 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1470 (ip2k-*-*): Don't disable GCC libraries.
1471 * configure: Regenerate.
1472
c9bdb152
JM
14732011-03-28 Joseph Myers <joseph@codesourcery.com>
1474
1475 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1476 libffi on host.
1477 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1478 on host.
1479 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1480 * configure: Regenerate.
1481
8c6d158a
JM
14822011-03-26 John Marino <binutils@marino.st>
1483
1484 * configure.ac: Add support for *-*-dragonfly*
1485 * configure: Regenerate.
1486
1bcce263
JM
14872011-03-25 Joseph Myers <joseph@codesourcery.com>
1488
1489 * configure.ac (native_only): Remove.
1490 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1491 send-pr uudecode guile gnuserv on host.
1492 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1493 send-pr rcs guile perl texinfo libtool on host.
1494 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1495 automake send-pr rcs guile perl texinfo libtool on host.
1496 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1497 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1498 (alpha*-dec-osf*): Don't disable fileutils on target.
1499 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1500 texinfo send-pr expect dejagnu on target.
1501 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1502 target-qthreads on target.
1503 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1504 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1505 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1506 x86_64-*-mingw*): Don't disable expect on target.
1507 (*-*-cygwin*): Don't disable target-gperf on target.
1508 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1509 gnuserv on target.
1510 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1511 target.
1512 * configure: Regenerate.
1513
8d4c5ac6
JM
15142011-03-25 Joseph Myers <joseph@codesourcery.com>
1515
1516 * configure.ac (target_tools): Remove target-groff.
1517 (native_only): Remove target-groff.
1518 (hppa*64*-*-*): Don't disable byacc.
1519 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1520 setting.
1521 (*-*-kaos*): Don't skip target-librx and target-groff.
1522 (*-*-netware*): Don't skip target-libmudflap.
1523 (*-*-tpf*): Don't skip target-libmudflap.
1524 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1525 directories on the host.
1526 (ia64*-*-*vms*): Don't skip tix.
1527 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1528 host.
1529 * configure: Regenerate.
1530
50e37333
PB
15312011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1532
1533 * configure.ac: Remove references to mt-mep, mt-netware,
1534 mt-wince.
1535 * Makefile.def: Add all-utils soft dependencies.
1536 * Makefile.tpl: Remove GDB_NLM_DEPS.
1537 * configure: Regenerate.
1538 * Makefile.in: Regenerate.
1539
7d77a768
PB
15402011-03-24 Paolo Bonzini <bonzini@gnu.org>
1541
1542 * configure.ac: Do not include mh-x86omitfp.
1543 * configure: Regenerate.
1544
3dc84509
PB
15452011-03-24 Paolo Bonzini <bonzini@gnu.org>
1546
1547 * configure.ac: Remove empty cases.
1548 * configure: Regenerate.
1549
1e2c3ec4
PB
15502011-03-24 Paolo Bonzini <bonzini@gnu.org>
1551
1552 * Makefile.def: Add dependency from termcap to gdb.
1553 * Makefile.in: Regenerate.
1554
73a817c4
PB
15552011-03-24 Paolo Bonzini <bonzini@gnu.org>
1556
1557 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1558 * configure: Regenerate.
1559 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1560 * Makefile.tpl: Likewise.
1561 * Makefile.in: Regenerate.
1562
43ecab84
PB
15632011-03-24 Paolo Bonzini <bonzini@gnu.org>
1564
1565 * configure.ac: Remove all mentions of tentative_cc.
1566 * configure: Regenerate.
1567
111eeb6e
JM
15682011-03-24 Joseph Myers <joseph@codesourcery.com>
1569
1570 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1571 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1572 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1573 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1574 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1575 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1576 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1577 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1578 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1579 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1580 *-*-rhapsody*): Remove host cases.
1581 * configure: Regenerate.
1582
4569f85e
JM
15832011-03-24 Joseph Myers <joseph@codesourcery.com>
1584
1585 * configure.ac (ppc*-*-pe): Remove host case.
1586 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1587 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1588 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1589 cases.
1590 * configure: Regenerate.
1591
f3e8ab19
JM
15922011-03-24 Joseph Myers <joseph@codesourcery.com>
1593
1594 * config.sub: Update to version 2011-03-23.
1595
56f8587a
JM
15962011-03-22 Joseph Myers <joseph@codesourcery.com>
1597
1598 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1599 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1600 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1601 * configure: Regenerate.
1602
ebb9f8b0
JM
16032011-03-22 Joseph Myers <joseph@codesourcery.com>
1604
1605 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
1606 to Write After Approval.
1607 * config-ml.in: Don't handle arc-*-elf*.
1608 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1609 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1610 handle GCC libraries.
1611 * configure: Regenerate.
1612
474ee908
RO
16132011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1614
1615 PR bootstrap/48120:
1616 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1617 Add -lstdc++ -lm to LIBS.
1618 * configure: Regenerate.
1619
41446fec
DE
16202011-03-18 David Edelsohn <dje.gcc@gmail.com>
1621
1622 * config.guess: Update to version 2011-02-02
1623 * config.sub: Update to version 2011-02-24
1624
51fd6b90
JH
16252011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1626
1627 PR lto/48086
1628 * configure.ac: Re-enable LTO on *-apple-darwin9.
1629 * configure: Regenerate.
1630
a6c71270
JH
16312011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1632
1633 PR lto/48086
1634 * configure.ac: Disable LTO on darwin due to an assembler change in
1635 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1636 under 256.
1637 * configure: Regenerate.
1638
fdc1806a
CL
16392011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1640
9c78662a
UB
1641 * MAINTAINERS: Update myself as score backend maintainer,
1642 update my e-mail address.
fdc1806a 1643
9b4166b2
XG
16442011-03-09 Xuepeng Guo <terry.guo@arm.com>
1645
1646 * MAINTAINERS: Update my e-mail address.
1647
fb72848b
JY
16482011-03-06 Joey Ye <joey.ye@arm.com>
1649
1650 * MAINTAINERS: Update my e-mail address.
1651
f158c8d0
SP
16522011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1653
1654 * configure.ac: Adjust test of with_ppl.
1655 * configure: Regenerated.
1656
97efdf21
KT
16572011-03-02 Kai Tietz <ktietz@redhat.com>
1658
1659 * MAINTAINERS: Adjust my e-mail address.
1660
7d32a440
SP
16612011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1662
1663 * configure.ac: Add -lpwl to ppllibs.
1664 * configure: Regenerated.
1665
3d2bc11b
SP
16662011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1667
1668 * config/cloog.m4: Add -lisl to clooglibs.
1669 * configure: Regenerated.
1670
e3d590af
RR
16712011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1672
1673 * MAINTAINERS (CPU Port maintainers): Add self.
1674
5037599a
RO
16752011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1676
1677 * MAINTAINERS: Add myself as testsuite maintainer.
1678
12a0ae3d
MS
16792011-02-15 Mike Stump <mikestump@comcast.net>
1680
1681 * MAINTAINERS: Add myself as testsuite maintainer.
1682
029c8f3e
RW
16832011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1684
1685 Import from Libtool and gnulib:
1686
1687 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1688
1689 Prepare for supporting FreeBSD 10.
1690 * config.rpath: Remove handling of freebsd1* which soon would
1691 match FreeBSD 10.0.
1692
1693 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1694
1695 Remove support for FreeBSD 1.x.
1696 * libtool.m4 (_LT_LINKER_SHLIBS)
1697 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1698 soon would incorrectly match FreeBSD 10.0.
1699
03b2a04d
RW
17002011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1701
1702 PR binutils/12283
1703 * move-if-change: Import version from gnulib.
1704
f3d533d3
AO
17052011-02-12 Alexandre Oliva <aoliva@redhat.com>
1706
1707 PR lto/47225
1708 * Makefile.def (lto-plugin): Double dash for enable-shared.
1709 (configure-gcc): Depend on all-lto-plugin.
1710 * Makefile.in: Rebuilt.
1711
f33d8408
RW
17122011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1713
1714 * configure.ac: Remove extra bracket.
1715 * configure: Regenerate.
1716
846cf392
TB
17172011-02-08 Tobias Burnus <burnus@net-b.de>
1718
1719 * MAINTAINERS: Add myself as libquadmath maintainer.
1720
f897ac2b
TS
17212011-02-08 Thomas Schwinge <thomas@schwinge.name>
1722
1723 * MAINTAINERS: Update my email address.
1724
0e048a16
JM
17252011-02-07 Joseph Myers <joseph@codesourcery.com>
1726
1727 * MAINTAINERS (option handling): Add self.
1728
b1b0c7e6
KT
17292011-02-06 Kai Tietz <kai.tietz@onevision.com>
1730
1731 PR lto/47225
1732 * Makefile.def: Add dependency for install-gcc
1733 on install-lto-plugin.
1734 * Makfile.in: Regenerated
1735
fdd3083a
SB
17362011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1737
1738 * MAINTAINERS (CPU Port Maintainers): Add myself.
1739
29a63921
AO
17402011-01-31 Alexandre Oliva <aoliva@redhat.com>
1741
1742 PR libgcj/44341
1743 * configure.ac: Discard --with-* flags for host when configuring
1744 target libraries for cross build.
1745 * configure: Rebuilt.
1746
b305e3da
SP
17472011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1748
1749 * MAINTAINERS (linear loop transforms): Removed.
1750
6be7b668
JJ
17512011-01-25 Jakub Jelinek <jakub@redhat.com>
1752
6be7b668
JJ
1753 * configure.ac: If with_ppl is no, move setting with_cloog=no
1754 after CLOOG_REQUESTED check.
1755 * configure: Regenerated.
1756
ab4173cf
SP
17572011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1758
1759 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1760 CLooG has been requested.
1761 * configure: Regenerated.
1762
0deada9e
SP
17632011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1764
1765 * configure: Regenerated.
1766 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1767
27b9aa80
TG
17682011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1769
1770 * configure: Regenerated.
1771 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1772
33e39b66
AS
17732011-01-21 Andreas Schwab <schwab@redhat.com>
1774
1775 * configure.ac: Use AS_HELP_STRING throughout.
1776 * configure: Regenerate.
1777
fb701687
JZ
17782011-01-18 Jie Zhang <jie.zhang@analog.com>
1779
1780 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1781 * configure: Regenerate.
1782
3752f75a
JDA
17832011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1784
1785 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1786
5a2931d1
JB
17872011-01-13 Joel Brobecker <brobecker@adacore.com>
1788
1789 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1790 for ia64-hpux.
1791 * configure: Regenerate.
3e76bf2c 1792
03ebe6c3
JH
17932011-01-07 Jan Hubicka <jh@suse.cz>
1794
1795 PR lto/47225
1796 * Makefile.in: Regenerate.
1797 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1798 configure.
1799
96bdf9b4
JH
18002011-01-07 Jan Hubicka <jh@suse.cz>
1801
1802 * Makefile.in: Regenerate.
1803 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1804 and configure dependency on lto-plugin configure.
1805 (lto-plugin module): Remove dependency on GCC; add dependency on
1806 liniberty.
1807
c12e816f
WS
18082011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1809
1810 * MAINTAINERS (Write After Approval): Add myself.
1811
539b4d11
HS
18122010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1813
1814 * configure: Regenerate.
1815
6e307056
HS
18162010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1817
1818 * configure.ac: (picochip): Disable libiberty.
1819
0c2e6904
KP
18202010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1821
1822 * MAINTAINERS (Write After Approval): Add myself.
1823
d479b128
ILT
18242010-12-10 Ian Lance Taylor <iant@google.com>
1825
1826 PR bootstrap/46819
1827 * configure.ac: For --disable-libgcj clear libgcj_saved.
1828 * configure: Rebuild.
1829
87e6d9dc
TB
18302010-12-10 Tobias Burnus <burnus@net-b.de>
1831
1832 PR fortran/46540
1833 * configure.ac: Add --disable-libquadmath and
1834 --disable-libquadmath-support.
1835 * configure: Regenerate.
1836
9ad64188
ILT
18372010-12-03 Ian Lance Taylor <iant@google.com>
1838
1839 * MAINTAINERS: Add myself as libgo maintainer.
1840
d062cd48
HPN
18412010-12-03 Hans-Peter Nilsson <hp@axis.com>
1842
1843 PR libffi/46792
1844 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1845 * configure: Regenerate.
1846
bec93d73
ILT
18472010-12-02 Ian Lance Taylor <iant@google.com>
1848
1849 * configure.ac: Always set default for poststage1_ldflags to
1850 -static-libstdc++ -static-libgcc.
1851
b3f122e0
AS
18522010-11-29 Andreas Schwab <schwab@redhat.com>
1853
1854 * configure.ac: Move comment to remove extra space in last argument
1855 of GCC_TARGET_TOOL.
1856
9aff220f
AO
18572010-11-26 Alexandre Oliva <aoliva@redhat.com>
1858
e7e9ce46 1859 PR other/46026
9aff220f
AO
1860 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1861 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1862 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1863 (BASE_FLAGS_TO_PASS): Use it.
1864 * configure: Rebuilt.
1865 * Makefile.in: Rebuilt.
1866
9580395f
L
18672010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1868
1869 PR binutils/12258
1870 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1871 Properly check default linker.
1872 * configure: Regnerated.
1873
21539e2e
MK
18742010-11-23 Matthias Klose <doko@ubuntu.com>
1875
1876 * configure.ac: For --enable-gold, handle value `default' instead of
9c78662a 1877 `both*'. New configure option --{en,dis}able-ld.
21539e2e
MK
1878 * configure: Regenerate.
1879
4da3b0f8
ILT
18802010-11-20 Ian Lance Taylor <iant@google.com>
1881
1882 * configure.ac: Only disable a language library if no language needs
1883 it. Don't let --disable-libgcj uncondtionally disable libffi.
1884 * configure: Rebuild.
1885
455c8f48
RW
18862010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1887
e655d2bf
RW
1888 * Makefile.in: Regenerate.
1889
455c8f48
RW
1890 PR other/46202
1891 * configure.ac: Fix just-built in-tree STRIP name to be
1892 binutils/strip-new.
1893 * configure: Regenerate.
1894 * Makefile.def (install-strip-gcc, install-strip-binutils)
1895 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1896 (install-strip-sid): Mirror dependencies on non-strip variants
1897 of these targets on the respective -strip prerequisites.
1898 * Makefile.tpl (install-strip, install-strip-host)
1899 (install-strip-target): New targets.
1900 (install-strip-[+module+], install-strip-target-[+module+]):
1901 New targets.
1902 * Makefile.in: Regenerate.
1903
632e2a07
ILT
19042010-11-19 Ian Lance Taylor <iant@google.com>
1905 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1906
1907 * configure.ac: Add target-libgo to target_libraries. Set
1908 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1909 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1910 (HOST_EXPORTS): Add GOC.
1911 (BASE_TARGET_EXPORTS): Add GOC.
1912 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1913 (GOCFLAGS_FOR_TARGET): New variable.
1914 (EXTRA_HOST_FLAGS): Add GOC.
1915 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1916 * Makefile.def (target_modules): Add libgo.
1917 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1918 (dependencies): Add dependency from configure-target-libgo to
1919 configure-target-libffi and all-target-libstdc++-v3. Add
1920 dependencies from all-target-libgo to all-target-libffi.
1921 (languages): Add go.
1922 * configure: Rebuild.
1923 * Makefile.in: Rebuild.
1924
ce59187e
ILT
19252010-11-19 Ian Lance Taylor <iant@google.com>
1926
1927 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1928 compiler/flag environment variables.
1929
69ecd18f
ILT
19302010-11-18 Ian Lance Taylor <iant@google.com>
1931
1932 * configure.ac: Check for lang_requires_boot_languages in
1933 config-lang.in files.
1934 * configure: Rebuild.
1935
1ec601bf
FXC
19362010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1937 Tobias Burnus <burnus@net-b.de>
1938
1939 PR fortran/32049
1940 * Makefile.def: Add libquadmath; build it with language=fortran.
1941 * configure.ac: Add libquadmath.
1942 * Makefile.tpl: Handle multiple libs in check-[+language+].
1943 * Makefile.in: Regenerate.
1944 * configure: Regenerate.
1945
b9b9d342
TT
19462010-11-16 Tom Tromey <tromey@redhat.com>
1947
1948 * MAINTAINERS: Moved myself to reviewers section.
1949
ecbfe87a
ZD
19502010-11-15 Zdenek Dvorak <ook@ucw.cz>
1951
1952 * MAINTAINERS: Moved myself to reviewers section.
1953
29a4f477
RW
19542010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1955
1956 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1957 (Write After Approval): Remove self.
1958
9965e3cd
AS
19592010-11-15 Andreas Schwab <schwab@redhat.com>
1960
1961 * configure.ac: Fix spelling in option names.
1962 * configure: Regenerated.
1963
0463992b
GJL
19642010-11-13 Georg-Johann Lay <georgjohann@web.de>
1965
1966 PR bootstrap/39622
1967 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1968 * configure: Regenerated.
1969
3df08734
KG
19702010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1971
1972 * MAINTAINERS: Update my email address.
1973
f16e2237
TG
19742010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1975
f16e2237
TG
1976 * configure: Regenerate.
1977
0bb52d68
TG
19782010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1979
1f980c25 1980 * configure: Regenerate.
0bb52d68 1981
aba2b02e
TG
19822010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1983
aba2b02e
TG
1984 * configure: Regenerate.
1985
27882098
TG
19862010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1987
27882098
TG
1988 * configure: Regenerate.
1989
d32ef397
AS
19902010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1991
1992 * configure.ac: Support official CLooG.org versions.
1993 * configure: Regenerate.
1994 * config/cloog.m4: New.
1995
5a4b6c0e
FD
19962010-11-10 François Dumont <francois.cppdevs@free.fr>
1997
1998 * MAINTAINERS (Write After Approval): Add myself.
1999
f2cea726
DE
20002010-11-09 David Edelsohn <dje.gcc@gmail.com>
2001
2002 * MAINTAINERS: Update my email address.
2003
d8ed14ce
IS
20042010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2005
2006 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2007 * configure: Regenerate.
d8ed14ce 2008
48215350
DK
20092010-11-03 Ian Lance Taylor <iant@google.com>
2010 Dave Korn <dave.korn.cygwin@gmail.com>
2011
2012 PR lto/46273
2013 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2014 and on other supported platforms whenever LTO is enabled.
2015 * configure: Rebuild.
2016
87841584
AM
20172010-11-02 Alan Modra <amodra@gmail.com>
2018
2019 PR binutils/12110
2020 * configure.ac: Error when source path contains spaces.
2021 * configure: Regenerate.
2022
fe12dfe1
JW
20232010-10-23 James E. Wilson <wilson@codesourcery.com>
2024
2025 * MAINTAINERS: Update my email address.
2026
66c92425
ILT
20272010-10-20 Ian Lance Taylor <iant@google.com>
2028
2029 * Makefile.def (target_modules): Set lib_path to src/.libs for
2030 libstdc++-v3 module.
2031 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2032 * Makefile.in: Rebuild.
2033
187d3518
LB
20342010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2035
2036 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2037 (Write After Approval): Remove myself.
2038
02db6bba
TG
20392010-10-15 Tristan Gingold <gingold@adacore.com>
2040
2041 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2042
c0103e74
DR
20432010-10-14 Douglas Rupp <rupp@gnat.com>
2044
2045 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2046
1cd0b716
DK
20472010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2048
2049 * configure.ac (build_lto_plugin): New shell variable.
2050 (--enable-lto): Turn on by default for all non-ELF platforms that
2051 have had LTO support added so far. Set build_lto_plugin appropriately
2052 for both ELF and non-ELF.
2053 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2054 * configure: Regenerate.
2055
d4c1abb3
RW
20562010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2057
2058 Sync from src:
2059 * configure.ac (v850 support): Remove target-libgloss from
2060 noconfigdirs.
2061 * configure: Regenerate.
2062
ffedf511
RW
20632010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2064
2065 PR bootstrap/45326
2066 PR bootstrap/45174
2067 * configure.ac: Honor initial values of $build_configargs,
2068 $host_configargs, $target_configargs. Mark the precious, so
2069 environment settings get recorded.
2070 * configure: Regenerate.
2071
e1826acc
RW
20722010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2073
2074 PR bootstrap/45796
2075 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2076 Depend on all-build-libiberty.
2077 * Makefile.in: Regenerate.
2078
80920132
ME
20792010-09-30 Michael Eager <eager@eagercon.com>
2080
2081 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2082 * configure: Regenerate.
2083
770a498a
ME
20842010-09-28 Michael Eager <eager@eagercon.com>
2085
2086 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2087
86dfbd58
RW
20882010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2089
2090 PR bootstrap/44621
2091 * configure.ac: Fix unportable shell quoting.
2092 * configure: Regenerate.
2093
db50fe7d
IS
20942010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2095
2096 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2097 targets and amend comment.
2098 * configure: Regenerate.
2099
0064e825
TB
21002010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2101
2102 * MAINTAINERS (Write After Approval): Add myself.
2103
bb79486c
JH
21042010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2105
2106 * configure.ac: Enable LTO by default on Darwin.
2107 * configure: Regenerate.
2108
9e0b22c3
MS
21092010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2110
bb79486c 2111 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 2112
2fabf1b7
IB
21132010-09-01 Ian Bolton <ian.bolton@arm.com>
2114
bb79486c 2115 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 2116
3a9abc98
DS
21172010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2118
2119 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2120 ports
2121
331a9a59
DY
21222010-07-28 David Yuste <david.yuste@gmail.com>
2123
2124 * MAINTAINERS (Write After Approval): Add myself.
2125
223a9d64
N
21262010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2127
2128 * configure.ac: Support all v850 targets.
2129 * configure: Regenerate.
2130
9183bdcf
MG
21312010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2132
2133 PR bootstrap/44455
2134 * configure.ac (extra_mpfr_configure_flags): Copy from
2135 extra_mpc_gmp_configure_flags.
2136 * configure: Re-generated.
2137
2e290598
AK
21382010-07-22 Andi Kleen <ak@linux.intel.com>
2139
2140 * MAINTAINERS (Write After Approval): Add myself.
2141
8d6cd388
CLT
21422010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2143
2144 * MAINTAINERS (Write After Approval): Add myself.
2145
b0b01eb0
JY
21462010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2147
2148 * MAINTAINERS (Write After Approval): Add myself.
2149
77198d71
JH
21502010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2151
2152 PR target/44862
2153 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2154 Provide -B option to allow for link spec %s substitutions for
2155 libstdc++.a on darwin.
2156 * Makefile.in: Regenerate.
2157
02fe70af
MM
21582010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2159
2160 * MAINTAINERS (Reviewers): Update my e-mail address
2161
c63a4676
AO
21622010-06-10 Alexandre Oliva <aoliva@redhat.com>
2163
2164 * Makefile.def (configure-gcc): Depend on all-libelf.
2165 * Makefile.in: Rebuild.
2166
e68edbf6
FC
21672010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2168
2169 * MAINTAINERS (Write After Approval): Add myself in the right place.
2170
dce2d8b2 21712010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
2172
2173 * MAINTAINERS (Write After Approval): Add myself.
2174
dce2d8b2 21752010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
2176
2177 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
2178
21792010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 2180
1ab55d69
MK
2181 * config.sub: Update to version 2010-05-21.
2182 * config.guess: Update to version 2010-04-03.
0c422e74 2183
02540df4
SB
21842010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2185
2186 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2187 * configure: Regenerate.
2188
dfe5f5b2
ST
21892010-05-12 Sriraman Tallam <tmsriram@google.com>
2190
2191 * MAINTAINERS (Write After Approval): Add myself.
2192
c082f9f3
SB
21932010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2194
2195 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2196 a platform that supports LTO.
2197 * configure: Regenerate.
2198
f1af9e5f
SP
21992010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2200
2201 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2202 * configure: Regenerated.
2203
38e3d868
RM
22042010-04-27 Roland McGrath <roland@redhat.com>
2205 H.J. Lu <hongjiu.lu@intel.com>
2206
2207 * configure.ac (--enable-gold): Support both, both/gold and
2208 both/bfd to add gold to configdirs without removing ld.
2209 * configure: Regenerated.
2210
2211 * Makefile.def: Add install-gold dependency to install-ld.
2212 * Makefile.in: Regenerated.
2213
3bec79c5
DK
22142010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2215
2216 PR lto/42776
2217 * configure.ac (--enable-lto): Refactor handling so libelf tests
2218 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2219 and allow LTO to be explicitly enabled on non-ELF platforms that
2220 are known to support it inside else-clause.
2221 * configure: Regenerate.
2222
615c8ffa
EB
22232010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2224
2225 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2226 * configure: Regenerate.
2227
e4522f78
RC
22282010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2229
2230 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2231 * configure: Regenerate.
2232
8ccb78f2
RO
22332010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2234
2235 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2236 separately.
2237 * configure: Regenerate.
2238
d5cc2ee3
KW
22392010-04-16 Kevin Williams <kevin.williams@inria.fr>
2240
2241 * MAINTAINERS (Write After Approval): Add myself.
2242
8406cb62
TG
22432010-04-14 Tristan Gingold <gingold@adacore.com>
2244
2245 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2246 * configure: Regenerate.
2247
3591b8e2
SE
22482010-04-13 Steve Ellcey <sje@cup.hp.com>
2249
2250 * configure: Regenerate after change to elf.m4.
2251
a82ecc7b
IS
22522010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2253
2254 * MAINTAINERS (Write After Approval): Add myself.
2255
1f0bf148
SP
22562010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2257
2258 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2259 * configure: Regenerated.
2260
22612010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2262
2263 * configure.ac: Print "buggy but acceptable" when CLooG
2264 revision is less than 9.
2265 * configure: Regenerated.
2266
ecd01dee
DN
22672010-04-01 Diego Novillo <dnovillo@google.com>
2268
2269 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2270
dc683a3f
RW
22712010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2272
2273 PR bootstrap/43615
2274 PR bootstrap/43328
2275
2276 Revert:
2277
2278 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2279
2280 * configure.ac: Do not pass --enable-multilib nor
2281 --disable-multilib in baseargs. Accept explicitly passed
2282 --enable_multilib.
2283 * configure: Regenerate.
2284
7527d83f
UW
22852010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2286
2287 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2288
895522b6
JJ
22892010-03-31 Janis Johnson <janis187@us.ibm.com>
2290
2291 * MAINTAINERS: Remove myself.
2292
9db4e878
RW
22932010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2294
2295 PR bootstrap/43328
2296 * configure.ac: Do not pass --enable-multilib nor
2297 --disable-multilib in baseargs. Accept explicitly passed
2298 --enable_multilib.
2299 * configure: Regenerate.
2300
acf6bf36
AP
23012010-03-28 Andrew Pinski <pinskia@gmail.com>
2302
2303 * MAINTAINERS (spu port): Remove me.
2304
b42f0d7e
JM
23052010-03-23 Joseph Myers <joseph@codesourcery.com>
2306
2307 * configure.ac (tic6x-*-*): New case.
2308 * configure: Regenerate.
2309
0d1152b1
JM
23102010-03-23 Joseph Myers <joseph@codesourcery.com>
2311
2312 * config.sub: Update to version 2010-03-22.
2313 * config.guess: Update to version 2009-12-30.
2314
dce2d8b2 23152010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
2316
2317 PR ada/42554
2318 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2319 * configure: Regenerate.
2320
5408fbe8
RR
23212010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2322
2323 * MAINTAINERS: Update my email address.
2324
3f55a3b3
SP
23252010-03-17 Sebastian Pop <sebastian.pop@amd.com>
2326
2327 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2328 (ghassan.shobaki@amd.com): Removed.
2329
3f08f7e8
AM
23302010-03-17 Alan Modra <amodra@gmail.com>
2331
2332 * MAINTAINERS: Update my email address.
2333
f3a9d094
DN
23342010-03-16 Diego Novillo <dnovillo@google.com>
2335
2336 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2337 Matthews.
2338
db5c4b8b
JM
23392010-03-16 Joseph Myers <joseph@codesourcery.com>
2340
2341 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2342 Gutson, Jeffrey D. Oldham and Mark Shinwell.
2343
b995570a
JM
23442010-03-16 Joseph Myers <joseph@codesourcery.com>
2345
2346 * MAINTAINERS: Update my email address.
2347
124cc66f
DJ
23482010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2349
2350 * MAINTAINERS: Update my email address.
2351
a4581668
BS
23522010-03-15 Bernd Schmidt <bernds@codesourcery.com>
2353
2354 * MAINTAINERS: Update my email address.
2355
49d78e29
JZ
23562010-03-09 Jie Zhang <jie@codesourcery.com>
2357
2358 * MAINTAINERS: Update my email address.
2359
8927b7c0
RO
23602010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2361
2362 PR libstdc++/32499
2363 * configure.ac (RANLIB): Default to true.
2364 (STRIP): Likewise.
2365 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2366 * configure: Regenerate.
2367
dce2d8b2 23682010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
2369
2370 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2371 (Write After Approval): Update my email address.
2372
bf646aaf
NC
23732010-02-17 Nick Clifton <nickc@redhat.com>
2374
2375 PR 11238
2376 * Makefile.tpl (local-distclean): Also remove config.cache files in
2377 sub-directories as there may not be Makefiles present in the
2378 sub-directories.
96e41f16
NC
2379 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2380 the config.cache files found by the find command.
2381
bf646aaf
NC
2382 * Makefile.in: Regenerate.
2383 * configure.ac: Revert previous delta.
2384 * configure: Regenerate.
2385
ff78880a
NC
23862010-02-15 Nick Clifton <nickc@redhat.com>
2387
2388 PR 11238
2389 * configure.ac: Delete config.cache files in sub-directories when
2390 deleting Makefiles.
2391 * configure: Regenerate.
2392
8150eadf
BE
23932010-02-12 Ben Elliston <bje@gnu.org>
2394
2395 * MAINTAINERS: Update my email address.
2396
a9e12bfd
AP
23972010-02-08 Andrew Pinski <pinskia@gmail.com>
2398
2399 * MAINTAINERS (spu port): Update my email address.
2400
95315086
JZ
24012010-02-08 Jie Zhang <jie.zhang@analog.com>
2402
2403 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2404
362c6d2f
KG
24052010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2406
2407 * configure.ac: Add "recommended" version checks for GMP/MPC.
2408 Update recommended GMP/MPFR/MPC versions.
2409 * configure: Regenerate.
2410
888c5ad2
JR
24112010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2412
2413 * MAINTAINERS: Move my Embecosm email address into the
2414 write-after-approval section.
2415
3bf714a7
ILT
24162010-01-26 Ian Lance Taylor <iant@google.com>
2417
2418 * MAINTAINERS: Add myself as Go frontend maintainer.
2419
ad1e5170
JR
24202010-01-25 Joern Rennecke <amylaar@spamcop.net>
2421
2422 PR libstdc++/36101, PR libstdc++/42813
2423 * configure.ac (bootstrap_target_libs): Make inclusion of
2424 target-libgomp conditional on libgomb being in target_configdirs.
2425 * configure: Regenerate.
2426
fb0553d1
JR
24272010-01-23 Joern Rennecke <amylaar@spamcop.net>
2428
2429 PR libstdc++/36101, PR libstdc++/42813
2430 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2431 * configure: Regenerate.
2432
aae29963
JR
24332010-01-22 Joern Rennecke <amylaar@spamcop.net>
2434
2435 PR libstdc++/36101, PR libstdc++/42813
2436 * configure.ac (target_configdirs): Substitute.
2437 * Makefile.def: Bootstrap target module libgomp.
2438 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2439 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2440 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2441 * configure, Makefile.in: Regenerate.
2442
d8fe8895
DK
24432010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2444
2445 * MAINTAINERS: Adjust my details.
2446
ebfe4897
EW
24472010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2448
2449 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2450
f7746c59
TL
24512010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2452
2453 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2454
306c7b5b
TL
24552010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2456
2457 * MAINTAINERS (Write After Approval): Add myself.
2458
1b8b9e19
KT
24592010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2460
2461 * MAINTAINERS (Write After Approval): Add myself.
2462
c164615b
RG
24632010-01-11 Richard Guenther <rguenther@suse.de>
2464
2465 PR lto/41569
2466 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2467 * Makefile.in: Regenerated.
2468
f3f623ae
AT
24692010-01-11 Andreas Tobler <andreast@fgznet.ch>
2470
2471 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2472 * configure: Regenerate.
2473
592c90ff 24742010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 2475 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
2476
2477 PR bootstrap/42424
2478 * configure.ac: Include libtool m4 files.
9c78662a 2479 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
2480 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2481 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 2482
592c90ff
KG
2483 * configure: Regenerate.
2484
60a2e213
RW
24852010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2486
2487 PR bootstrap/41818
2488 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2489 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2490 * Makefile.in: Regenerate.
2491
7413962d
RG
24922010-01-02 Richard Guenther <rguenther@suse.de>
2493
2494 PR lto/41529
2495 * configure.ac: Include config/elf.m4. Disable LTO if not
2496 builting for an elf target.
2497 * configure: Regenerate.
2498
f77f3945
CF
24992009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
2500
2501 * MAINTAINERS: Change my email address.
2502
4960e3f0
BE
25032009-12-18 Ben Elliston <bje@au.ibm.com>
2504
2505 * config.sub, config.guess: Update from upstream sources.
2506
d16a31da
SZ
25072009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
2508
2509 * MAINTAINERS (Write After Approval): Add myself.
2510
3a5729ea
KG
25112009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2512
2513 PR middle-end/30447
2514 PR middle-end/30789
2515 PR other/40302
2516
2517 * configure.ac: Require MPC.
2518 * configure: Regenerate.
2519
43e02a8a
RW
25202009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2521
2522 PR target/38384
2523 PR bootstrap/40972
2524 * libtool.m4: Sync from git Libtool.
2525 * ltoptions.m4: Likewise.
2526 * ltversion.m4: Likewise.
2527 * lt~obsolete.m4: Likewise.
2528 * ltmain.sh: Likewise.
2529
360d4522
KG
25302009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2531
2532 * configure.ac: Update minimum MPC version to 0.8.
2533 * configure: Regenerate.
2534
f264ed56
SP
25352009-11-21 Sebastian Pop <sebpop@gmail.com>
2536
2537 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2538 * configure: Regenerated.
2539
ed2eaa9f
ILT
25402009-11-21 Ian Lance Taylor <iant@google.com>
2541
2542 * configure.ac: Change default of poststage1_ldflags to be empty if
2543 poststage1_libs is set. When poststage1_libs is empty, and
2544 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2545 * configure: Rebuild.
2546
58346783
AN
25472009-11-21 Adam Nemet <adambnmet@gmail.com>
2548
2549 * MAINTAINERS (Write After Approval): Update my email address.
2550
5ca0106a
BE
25512009-11-20 Ben Elliston <bje@au.ibm.com>
2552
2553 * config.guess: Update from upstream sources.
2554
87213cd4
AO
25552009-11-16 Alexandre Oliva <aoliva@redhat.com>
2556
2557 * Makefile.def: Restore host and target settings for gmp.
2558 * Makefile.in: Rebuild.
2559
f61428ed
AO
25602009-11-16 Alexandre Oliva <aoliva@redhat.com>
2561
2562 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2563 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2564 Fix portability of test of C++ as bootstrap language. Add
2565 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2566 * configure: Rebuild.
2567 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2568 and cloog. Fix in-tree ppl configuration. Introduce libelf
2569 in-tree building.
2570 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2571 (POSTSTAGE1_HOST_EXPORTS): Use it.
2572 (STAGE[+id+]_CXXFLAGS): New.
2573 (BASE_FLAGS_TO_PASS): Pass it down.
2574 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2575 extra_exports.
2576 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2577 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2578 extra_exports.
2579 * Makefile.in: Rebuild.
2580
f6c56be6
BE
25812009-11-17 Ben Elliston <bje@au.ibm.com>
2582
2583 * config.sub, config.guess: Update from upstream sources.
2584
0ccb5970
JK
25852009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2586
2587 * MAINTAINERS (Write After Approval): Add myself.
2588
dce2d8b2 25892009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
2590
2591 * MAINTAINERS (Write After Approval): Add myself.
2592
5d571eaa
OS
25932009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2594
2595 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2596 paths for *-w64-mingw* and x86_64-*mingw*.
2597 * configure: Regenerated.
2598
dce2d8b2 25992009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
2600
2601 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2602
c393f559
BK
26032009-11-02 Benjamin Kosnik <bkoz@redhat.com>
2604
2605 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2606 Phil Edwards to Write-After Approval.
2607
ef4c4300
KT
26082009-10-30 Kai Tietz <kai.tietz@onevision.com>
2609
2610 * configure.ac: Disable target-winsup & co for
2611 x86_64-*-mingw* and *-w64-mingw* targets.
2612 * configure: Regenerated.
2613
65a324b4
NC
26142009-10-16 Nick Clifton <nickc@redhat.com>
2615
2616 * MAINTAINERS: Add myself as a maintainer for the RX port.
2617
dce2d8b2 26182009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 2619
9c78662a 2620 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 2621
17e72e5d
RO
26222009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2623
2624 * configure.ac (CLooG test): Use = with test.
2625 * configure: Regenerate.
2626
ed3a56f3
RG
26272009-10-22 Richard Guenther <rguenther@suse.de>
2628
2629 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2630 cloog if the ppl version check failed. Move flags saving
2631 before setting in libelf check.
2632 * configure: Regenerate.
2633
ad0abd3c
RG
26342009-10-21 Richard Guenther <rguenther@suse.de>
2635
2636 * configure.ac: Adjust the ppl and cloog configure to work as
2637 documented. Disable cloog if ppl was disabled. Omit the version
2638 checks if they were disabled.
2639 * configure: Re-generate.
2640
e4c5bd48
RW
26412009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2642
2643 * configure.ac: Add 'lto' to enable_languages, not
2644 new_enable_languages, and only if not already present.
2645 * configure: Regenerate.
2646
0ffd69c5
GP
26472009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2648
2649 * README: Refer to the various COPYING* files instead of just
2650 COPYING.
2651 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2652
dce2d8b2 26532009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
2654
2655 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 2656
58687768
RG
26572009-10-07 Richard Guenther <rguenther@suse.de>
2658
2659 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2660 and Richard Guenther as reviewers.
2661 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2662 as reviewers.
2663
49b0ca5c 26642009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 2665
49b0ca5c 2666 * config.sub: Update from upstream sources.
d2d9ce5e 2667
aeb94799
ILT
26682009-10-06 Ian Lance Taylor <iant@google.com>
2669
2670 * Makefile.def: check-gold depends upon all-gas.
2671 * Makefile.in: Rebuild.
2672
123651cd
PM
26732009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2674
2675 * MAINTAINERS (Write After Approval): Add myself.
2676
d7f09764
DN
26772009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2678
2679 * Makefile.def: all-lto-plugin depends on all-libiberty.
2680 set bootstrap=true for lto-plugin.
2681 Add lto-plugin.
2682 * Makefile.in: Regenerate.
2683 * configure.ac (host_libs): Add lto-plugin.
2684 * configure: Regenerate.
2685
d7f09764
DN
26862009-10-03 Diego Novillo <dnovillo@google.com>
2687
2688 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2689 (HOST_LIBELFLIBS): Define.
2690 (HOST_LIBELFINC): Define.
2691 * Makefile.in: Regenerate.
2692 * configure.ac: Add --enable-lto.
2693 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2694 If --enable-lto is used, add 'lto' to new_enable_languages.
2695 If --enable-lto is used and gold is enabled, add
2696 lto-plugin to configdirs.
2697 * configure: Regenerate.
2698
26992009-10-03 Simon Baldwin <simonb@google.com>
2700
2701 * configure.ac: If --with-system-zlib, suppress local zlib and
2702 pass --with-system-zlib to subdir configure scripts.
2703 * configure: Regenerate.
2704
dce2d8b2 27052009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
2706 Paolo Bonzini <bonzini@gnu.org>
2707
2708 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2709 $(srcdir).
2710 * Makefile.in: Rebuilt.
2711
dce2d8b2 27122009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
2713
2714 * MAINTAINERS (Write After Approval): Add myself.
2715
3e661154
KG
27162009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2717
2718 * configure.ac: Update minimum MPC version to 0.7.
2719 * configure: Regenerate.
2720
f1a036e4
NC
27212009-09-25 Nick Clifton <nickc@redhat.com>
2722
2723 * configure.ac: Pass any --cache-file=/dev/null option on to
2724 subconfigures.
2725 * configure: Regenerate.
2726
d4c74acc
NC
27272009-09-23 Nick Clifton <nickc@redhat.com>
2728
2729 * config.sub, config.guess: Update from upstream sources.
2730
dce2d8b2 27312009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
2732
2733 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2734 * Makefile.in: Rebuilt.
2735
0db770bd
RW
27362009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2737
2738 PR bootstrap/32272
2739 * configure.ac: Error out if $srcdir isn't '.' but contains
2740 host-${host_noncanonical}.
2741 * configure: Regenerate.
2742
71101870
RO
27432009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2744
2745 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2746 maintainer.
2747
ca6d0d62
RW
27482009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2749
79cd2b23
RW
2750 * configure.ac: If bootstrapping a combined tree with
2751 --enable-gold, require c++ in stage1_languages.
2752 * configure: Regenerate.
2753
ab9dcd0c
RW
2754 * configure.ac: Also add target_libs of stage1_languages to
2755 bootstrap_target_libs.
2756 * configure: Regenerate.
2757
ca6d0d62
RW
2758 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2759 with --enable-languages not containing c++.
2760 * configure: Regenerate.
2761
1c3c9f12
JZ
27622009-09-15 Jie Zhang <jie.zhang@analog.com>
2763
2764 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2765 * configure: Regenerate.
2766
dce2d8b2 27672009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 2768
6fb30a14
JR
2769 * MAINTAINERS (Write After Approval): Update my e-mail address,
2770 and move from from here...
2771 (Waiting for paperwork): To here.
0318772d 2772
4056c2c6
JM
27732009-09-09 Joseph Myers <joseph@codesourcery.com>
2774
2775 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2776
3e54529c
RW
27772009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2778
2779 * configure.ac: Do not use $extrasub for replacing @if/@endif
2780 parts in Makefile; instead, use additional arguments to
2781 AC_CONFIG_COMMANDS to do the replacement manually, with several
2782 sed invocations, to avoid HP-UX sed command limits.
2783 * configure: Regenerate.
2784
713e2ea6
AO
27852009-09-08 Alexandre Oliva <aoliva@redhat.com>
2786
2787 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2788 blank before -L.
2789
5646b7b9
AO
27902009-09-04 Alexandre Oliva <aoliva@redhat.com>
2791
2792 * configure.ac (with-build-config): Document. Handle without.
2793 Handle missing argument.
2794 * configure: Rebuilt.
2795
e12c4094
AO
27962009-09-03 Alexandre Oliva <aoliva@redhat.com>
2797
2798 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2799 Default to bootstrap-debug only if compare-debug works.
2800 * configure: Rebuilt.
2801 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2802 * Makefile.in: Rebuilt.
2803
75cb0057
RO
28042009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2805
2806 * MAINTAINERS (OS Port Maintainers): Update my email address.
2807
8fc68cba
AO
28082009-09-01 Alexandre Oliva <aoliva@redhat.com>
2809
2810 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2811 * Makefile.in: Rebuilt.
2812
44cb38cf
CD
28132009-09-01 Chris Demetriou <cgd@google.com>
2814
2815 * MAINTAINERS (Write After Approval): Add myself.
2816
f9329c35
DS
28172009-08-31 Dodji Seketeli <dodji@redhat.com>
2818
2819 PR debug/30161
2820 * include/dwarf2.h (enum dwarf_tag): Added
2821 DW_TAG_GNU_template_template_param
2822 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2823
f945e229
PB
28242009-08-30 Paolo Bonzini <bonzini@gnu.org>
2825
2826 * Makefile.tpl (AWK): Fix typo.
2827 * Makefile.in: Regenerate.
2828
87264276
PB
28292009-08-30 Paolo Bonzini <bonzini@gnu.org>
2830
2831 * configure.ac: Detect awk and sed.
2832 * Makefile.def (flags_to_pass): Add AWK and SED.
2833 * Makefile.tpl (AWK, SED): New.
2834 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2835 * configure: Regenerate.
2836 * Makefile.in: Regenerate.
2837
68ccd57c
DK
28382009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2839
2840 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2841 (collapseslashes): Likewise.
2842
df58e648
RW
28432009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2844
2845 * configure.ac (AC_PREREQ): Bump to 2.64.
2846
0539cb2c
RW
28472009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2848
70fa0efa
RW
2849 * configure.ac: Remove --with-datarootdir, --with-docdir,
2850 --with-pdfdir, --with-htmldir switches.
2851 * configure: Regenerate.
2852
5213506e
RW
2853 * configure: Regenerate.
2854
0539cb2c
RW
2855 * compile: Sync from Automake 1.11.
2856 * depcomp: Likewise.
2857 * install-sh: Likewise.
2858 * missing: Likewise.
2859 * mkinstalldirs: Likewise.
2860 * ylwrap: Likewise.
2861
197c68cc
DK
28622009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2863
2864 * ltmain.sh (func_normal_abspath): New function.
2865 (func_relative_path): Likewise.
2866 (func_mode_help): Document new -bindir option for link mode.
2867 (func_mode_link): Add new -bindir option, and use it to place
2868 output DLL if specified.
2869
58af276a
RW
28702009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2871
0115d4a3
RW
2872 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2873 (baseargs): Add --disable-option-checking.
2874 * configure: Regenerate.
2875
58af276a
RW
2876 * Makefile.def (configure-target-libiberty): Depend on
2877 all-binutils and all-ld.
2878 (configure-target-newlib): Likewise.
2879 * Makefile.in: Regenerate.
2880
e9d9afef
BE
28812009-08-17 Ben Elliston <bje@au.ibm.com>
2882
2883 * config.sub, config.guess: Update from upstream sources.
2884
354ebf88
RW
28852009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2886
2887 Sync from src, merge:
2888
2889 2009-07-02 Tristan Gingold <gingold@adacore.com>
2890
2891 * configure.ac: Do not exclude gas for i386-*-darwin.
2892 Add a case for x86_64-*-darwin.
2893 * configure: Regenerate.
2894
8375f7b2
NV
28952009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2896
2897 * MAINTAINERS: Add my name to Write After Approval list.
2898
dce2d8b2 28992009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
2900
2901 * configure.ac: Add Microblaze target.
2902 * configure: Regenerate.
2903
ea2002ba
CB
29042009-07-31 Christian Bruel <christian.bruel@st.com>
2905
2906 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2907 * configure: Regenerate.
2bf33cdb 2908
dce2d8b2 29092009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
2910
2911 * MAINTAINERS (Write After Approval): Update my e-mail address.
2912
e90e6bd7
ILT
29132009-07-06 Ian Lance Taylor <iant@google.com>
2914
2915 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2916 * configure: Rebuild.
2917
f6e0880a
TG
29182009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2919
2920 * MAINTAINERS: Move myself to the Graphite Reviewers.
2921
6d984927
WG
29222009-06-30 Wei Guozhi <carrot@google.com>
2923
2924 * MAINTAINERS: Add my name to Write After Approval list.
2925
f2689b09
SE
29262009-06-26 Steve Ellcey <sje@cup.hp.com>
2927
2928 PR bootstrap/40338
2929 * configure.ac (comparestring): Create new variable.
2930 * Makefile.tpl (comparestring): Use to skip some comparisions.
2931 * configure: Regenerate.
2932 * Makefile.in: Regenerate.
2933
f62c0ba4
DE
29342009-06-26 Doug Evans <dje@sebabeach.org>
2935
2936 * Makefile.def (host_modules): Add cgen.
2937 * Makefile.in: Regenerate.
2938 * configure.ac (host_tools): Add cgen.
2939 * configure: Regenerate.
2940
7acf4da6
DD
29412009-06-23 DJ Delorie <dj@redhat.com>
2942
2943 * MAINTAINERS: Add myself as mep maintainer.
2944
00020c16
ILT
29452009-06-23 Ian Lance Taylor <iant@google.com>
2946
2947 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2948 boot_languages. Only bootstrap target libraries listed in
2949 target_libs for some boot language. Add --with-stage1-ldflags,
2950 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2951 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2952 if not building with C++.
2953 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2954 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2955 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2956 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2957 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2958 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2959 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2960 * configure, Makefile.in: Rebuild.
2961
1da52d4a
LF
29622009-06-23 Li Feng <nemokingdom@gmail.com>
2963
2964 * MAINTAINERS: Added my name to write-after-approval list.
2965
144c9175
RM
29662009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2967
2968 * configure.ac: Define is_elf for QNX Neutrino targets.
2969 * configure: Regenerate.
2970
e5871e24
GS
29712009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2972
9c78662a 2973 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 2974
5f4a82c0
KG
29752009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2976
2977 * configure.ac: Detect MPC in default directory.
2978 * configure: Regenerate.
2979
394e9195
JG
29802009-06-03 Jerome Guitton <guitton@adacore.com>
2981 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2982
9c78662a
UB
2983 * Makefile.tpl (all): Avoid a trailing backslash.
2984 * Makefile.in: Regenerate.
394e9195 2985
47bca6aa
BE
29862009-06-03 Ben Elliston <bje@au.ibm.com>
2987
2988 * config.sub, config.guess: Update from upstream sources.
2989
a891a473
RS
29902009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2991
2992 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2993 to noconfdirs.
2994 * configure: Regenerate.
2995
70cb2d9f
AO
29962009-06-02 Alexandre Oliva <aoliva@redhat.com>
2997
2998 * Makefile.tpl ([+compare-target+]): Compare all stage
2999 directories, rather than just gcc.
3000 * Makefile.in: Rebuilt.
3001
7f1245df
DK
30022009-06-01 Doug Kwan <dougkwan@google.com>
3003
3004 * configure.ac: Support gold for target arm*-*-*.
3005 * configure: Regenerate.
394e9195 3006
acd26225
KG
30072009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3008
3009 * Makefile.def: Add MPC support and dependencies.
3010 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3011
3012 * Makefile.in, configure: Regenerate.
3013
a1fc946a
AO
30142009-05-27 Alexandre Oliva <aoliva@redhat.com>
3015
3016 * Makefile.tpl (all): Avoid harmless warning in make all when
3017 gcc-bootstrap is enabled but stage_last does not exist.
3018 * Makefile.in: Rebuilt.
3019
2e6a3c8d
NR
30202009-05-24 Nicolas Roche <roche@adacore.com>
3021
3022 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3023 * Makefile.in: Regenerate.
3024
63487d11
DC
30252009-05-21 Denis Chertykov <chertykov@gmail.com>
3026
3027 * MAINTAINERS: Update my e-mail address.
3028
449223af
DK
30292009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3030
3031 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3032 * configure: Regenerate.
3033
31c98f49
AO
30342009-05-18 Alexandre Oliva <aoliva@redhat.com>
3035
3036 PR other/40159
3037 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3038 gcc-no-bootstrap are mutually exclusive.
3039 * Makefile.in: Rebuilt.
3040
0f501837
AO
30412009-05-18 Alexandre Oliva <aoliva@redhat.com>
3042
3043 PR other/40159
3044 * Makefile.tpl (all): Don't end with unconditional success.
3045 * Makefile.in: Rebuilt.
3046
4a4a4e99
AO
30472009-05-12 Alexandre Oliva <aoliva@redhat.com>
3048
3049 PR target/37137
3050 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3051 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3052 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3053 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3054 stage_configureflags, stage_cflags and stage_libcflags into
3055 explicit Makefile macros.
3056 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3057 GFORTRAN.
3058 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3059 CC. Set CC_FOR_BUILD from CC.
3060 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3061 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3062 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3063 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3064 and GFORTRAN.
3065 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3066 (_LIBCFLAGS): Renamed to _TFLAGS.
3067 (do-compare-debug, do-compare3-debug): Drop.
3068 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3069 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3070 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3071 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3072 (XGCC_FLAGS_FOR_TARGET): New.
3073 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3074 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3075 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3076 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 3077 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
3078 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3079 TFLAGS.
3080 (BUILD_CONFIG): Include if requested.
3081 (all): Set TFLAGS on bootstrap.
3082 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3083 (all-stageid-prefixmodule): Likewise.
3084 (do-clean, distclean-stageid): Set TFLAGS.
3085 (restrap): Fix whitespace.
3086 * Makefile.in: Rebuilt.
3087
1cee3429
PB
30882009-05-07 Paolo Bonzini <bonzini@gnu.org>
3089
3090 * config.guess: Sync with src.
3091
0b70eafd
DK
30922009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3093
3094 * configure.ac ($with_ppl): Default to no if not supplied.
3095 ($with_cloog): Likewise.
3096 configure: Regenerate.
3097
5175f17c
JW
30982009-04-27 James E. Wilson <wilson@codesourcery.com>
3099
3100 * MAINTAINERS: Update my e-mail address.
3101
952fa153
NC
31022009-04-27 Nick Clifton <nickc@redhat.com>
3103
3104 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3105
a687f83c
EB
31062009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3107
3108 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3109 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3110 * Makefile.in: Regenerate.
3111
9e3eba15
KG
31122009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3113
3114 PR bootstrap/39739
3115 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3116 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3117
3118 * configure, Makefile.in: Regenerate.
3119
a687f83c 31202009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
3121
3122 * include/hashtab.h: Update GTY annotations to new syntax
3123 * include/splay-tree.h: Likewise
3124
070bdbd9
BE
31252009-04-17 Ben Elliston <bje@au.ibm.com>
3126
3127 * config.sub, config.guess: Update from upstream sources.
3128
55f2d967
AG
31292009-04-15 Anthony Green <green@moxielogic.com>
3130
3131 * configure.ac: Add moxie support.
3132 * configure: Rebuilt.
3133
309c24a9
JJ
31342009-04-14 Jakub Jelinek <jakub@redhat.com>
3135
3136 * configure.ac: Change copyright header to refer to version
3137 3 of the GNU General Public License and to point readers at the
3138 COPYING3 file and the FSF's license web page.
3139 * Makefile.def: Likewise.
3140 * Makefile.tpl: Likewise.
3141 * Makefile.in: Regenerate.
3142
b93133bc
JH
31432009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3144
3145 * configure.ac: Restore match for darwin9 or later. Use double
3146 brackets since regeneration eats one pair.
3147 * configure: Regenerate.
3148
d18ff35a
L
31492009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3150
3151 PR gas/10039
3152 * configure.ac: Require texinfo 4.7.
3153 * configure: Regenerated.
3154
748086b7
JJ
31552009-04-09 Nick Clifton <nickc@redhat.com>
3156
3157 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3158 the GCC Runtime Library Exception.
3159
a3337ea2
KG
31602009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3161
3162 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3163 * configure: Regenerate.
3164
60911f14
SE
31652009-04-01 Steve Ellcey <sje@cup.hp.com>
3166
3167 * Makefil.def (languages): New entries.
3168 * Makefile.tpl (check-gcc-*): New generic target.
3169 * Makefile.in: Regenerate.
60911f14 3170
dce2d8b2 31712009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 3172
d18ff35a 3173 * MAINTAINERS: Update my email address.
7369c1d0 3174
cfb1f59f
TT
31752009-03-18 Tom Tromey <tromey@redhat.com>
3176
d18ff35a
L
3177 * configure: Rebuild.
3178 * configure.ac (host_libs): Add libiconv.
3179 * Makefile.in: Rebuild.
3180 * Makefile.def (host_modules): Add libiconv.
3181 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 3182
75eeae1a
TG
31832009-03-16 Tristan Gingold <gingold@adacore.com>
3184
3185 * configure.ac: Treat gdb as supported on x86_64-darwin.
3186 * configure: Regenerate.
3187
f38095f3
JM
31882009-03-16 Joseph Myers <joseph@codesourcery.com>
3189
3190 * configure.ac (--with-host-libstdcxx): New option.
3191 * configure: Regenerate.
3192
dce2d8b2 31932009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
3194
3195 * MAINTAINERS: Move myself into the write after approval list.
3196
6d401294
NP
31972009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3198
3199 * MAINTAINERS: Update e-mail address.
2bf33cdb 3200
07c97076
DN
32012009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3202
3203 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3204
dce2d8b2 32052009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
3206
3207 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3208
7a9d3fe8
RW
32092009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3210
3211 Backport from git Libtool:
3212
3213 2009-01-19 Robert Millan <rmh@aybabtu.com>
3214 Support GNU/kOpenSolaris.
3215 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3216 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3217 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3218 GNU/kOpenSolaris.
3219
c9e9e11f
AS
32202009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3221
3222 * MAINTAINERS: Update e-mail address.
3223
5e8c1552 32242009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
3225
3226 * MAINTAINERS (Write After Approval): Add self.
3227
b0adb088
BM
32282009-02-18 Bingfeng Mei <bmei@broadcom.com>
3229
3230 * MAINTAINERS (Write After Approval): Add myself.
3231
ee04b574
AS
32322009-02-05 Andreas Schwab <schwab@suse.de>
3233
3234 * Makefile.tpl (stage_last): Define $r and $s before using
3235 $(RECURSE_FLAGS_TO_PASS).
3236 * Makefile.in: Regenerate
3237
907884c9
ILT
32382009-01-30 Ian Lance Taylor <iant@google.com>
3239
3240 * MAINTAINERS: Move myself to the Global Reviewers list.
3241
416ac4d4
RM
32422009-01-29 Robert Millan <rmh@aybabtu.com>
3243
3244 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3245 * configure: Regenerate.
3246
ee5decb3
GP
32472009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3248
3249 * MAINTAINERS: Make whitespace consistent.
19196f44 3250 Remove Robert Millan from Write After Approval.
ee5decb3 3251
36fbb0ec
AM
32522009-01-16 Alan Modra <amodra@bigpond.net.au>
3253
3254 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3255 (all-opcodes): Depend on all-libiberty.
3256 * Makefile.in: Regenerate.
3257
52535a64
DR
32582009-01-15 Douglas B Rupp <rupp@gnat.com>
3259
3260 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3261 * configure: Regenerate.
3262
e04a57df
RR
32632009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3264
3265 * MAINTAINERS (Write After Approval): Add myself.
3266
856c450b
SK
32672009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3268
3269 * MAINTAINERS: Add myself to reviewers (Fortran).
3270
dce2d8b2 32712009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
3272
3273 PR tree-optimization/38515
3274 * configure.ac (cloog-polylib): Removed.
3275 (with_ppl, with_cloog): Test for "no".
3276 * configure: Regenerated.
3277
1e5e8a59
DF
32782009-01-11 Daniel Franke <franke.daniel@gmail.com>
3279
3280 * MAINTAINERS: Moved myself to reviewers (Fortran).
3281
5e5debf6
TS
32822009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3283
3284 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3285 (Write After Approval): Remove myself.
3286
1c42acf1
DN
32872009-01-03 Diego Novillo <dnovillo@google.com>
3288
3289 * MAINTAINERS: Remove myself from alias maintainership.
3290
2fbbedaf
DA
32912009-01-02 David Ayers <ayers@fsfe.org>
3292
3293 * MAINTAINERS: Update e-mail address.
3294
17213821
GP
32952008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3296
3297 * MAINTAINERS: Make whitespace consistent.
3298
baafc534
RW
32992008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3300
3301 Backport from upstream Libtool:
3302 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3303 Add cache variables to tests that require the linker to work.
3304 For shlibpath_overrides_runpath, this also changes the semantics
3305 to let the result from the C compiler take precedence.
3306
18430d27
BE
33072008-12-02 Ben Elliston <bje@au.ibm.com>
3308
3309 * config.sub, config.guess: Update from upstream sources.
3310
dce2d8b2 33112008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
3312
3313 * configure.ac (ppllibs): Add by default the lib flags.
3314 * configure: Regenerate.
3315
41e9641b
LM
33162008-12-08 Luis Machado <luisgpm@br.ibm.com>
3317
3318 * MAINTAINERS: Add myself to the write after approval list.
3319
25783c30
JH
33202008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3321
ee04b574
AS
3322 * configure.ac: Add double brackets on darwin[912].
3323 * configure: Regenerate.
25783c30 3324
0e318fcc
DK
33252008-12-03 Daniel Kraft <d@domob.eu>
3326
3327 * MAINTAINERS: Moved myself and Mikael Morin from Write After
3328 Approval to Reviewer section (for Fortran front-end).
3329
7f171b95
JH
33302008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3331
3332 * configure.ac: Expand to darwin10 and later.
3333 * configure: Regenerate.
3334
09ce620e
AS
33352008-12-02 Andreas Schwab <schwab@suse.de>
3336
3337 * Makefile.def: configure-target-boehm-gc depends on
3338 all-target-libstdc++-v3.
3339 * Makefile.in: Regenerate.
3340
386c704d
KT
33412008-12-02 Kai Tietz <kai.tietz@onevision.com>
3342
3343 * MAINTAINERS: Add myself as mingw maintainer.
3344
e03dd84a
BE
33452008-12-02 Ben Elliston <bje@au.ibm.com>
3346
3347 * config.sub, config.guess: Update from upstream sources.
3348
3fa87964
GP
33492008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
3350
3351 * README.SCO: Remove.
3352
df72d7ed
FP
33532008-11-29 Fernando Pereira <pronesto@gmail.com>
3354
3355 * MAINTAINERS: Add myself to the write after approval list.
3356
b5646528
DK
33572008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
3358
3359 * MAINTAINERS: Update my email address in WAA section.
3360
dce2d8b2 33612008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
3362
3363 * MAINTAINERS: Update e-mail address.
3364
dce2d8b2 33652008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
3366
3367 * MAINTAINERS: Change e-mail address.
3368
0db3a858
TG
33692008-11-27 Tristan Gingold <gingold@adacore.com>
3370
3371 * configure.ac: Build gdb for i?86-*-darwin*
3372 * configure: Regenerated.
3373
dce2d8b2 33742008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
3375
3376 * MAINTAINERS: Added my full name.
3377
487e299b
DJ
33782008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3379
3380 PR bootstrap/38014
3381 PR bootstrap/37923
3382
3383 Revert:
3384
3385 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3386
3387 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3388 * Makefile.in: Regenerated.
3389
3390 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3391
3392 PR gdb/921
3393 PR gdb/1646
3394 PR gdb/2175
3395 PR gdb/2176
3396
3397 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3398 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3399 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3400 (HOST_EXPORTS): Pass CPPFLAGS.
3401 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3402 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3403 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3404 * Makefile.in, configure: Regenerated.
3405 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3406 and CPPFLAGS_FOR_BUILD.
3407
dce2d8b2 34082008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
3409
3410 * MAINTAINERS: Add myself as middle end maintainer.
3411
044fed69
AS
34122008-11-06 Andrew Stubbs <ams@codesourcery.com>
3413
3414 * MAINTAINERS (Write after approval): Add myself.
3415
caf6defe
DN
34162008-11-05 Diego Novillo <dnovillo@google.com>
3417
3418 * MAINTAINERS (Global Reviewers): Add myself.
3419 (Non-Algorithmic Maintainers): Remove myself.
3420
3e9899ac
TS
34212008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3422
09ce620e 3423 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 3424
ea99e36e
MM
34252008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3426
09ce620e 3427 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 3428
fb0d2684
BE
34292008-10-31 Ben Elliston <bje@au.ibm.com>
3430
3431 * configure.ac (spu-*-*): Remove special case.
3432 * configure: Regenerate.
3433
73c07a3e
CM
34342008-10-30 Catherine Moore <clm@codesourcery.com>
3435
3436 * MAINTAINERS (Write after approval): Update my email address.
3437
7310a2da
SSF
34382008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3439
3440 * configure.ac [spu-*-*]: Do not set skipdirs.
3441 * configure: Re-generate.
3442
7e51fe23
BS
34432008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3444
3445 * MAINTAINERS (Various Maintainers): Add myself to reload.
3446
ef20be93
RG
34472008-10-25 Richard Guenther <rguenther@suse.de>
3448
3449 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3450 maintainer. Remove myself as libgcc-math maintainer.
3451 (Non-Algorithmic Maintainers): Remove myself.
3452
03ffcfa0
DJ
34532008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3454
3455 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3456 * Makefile.in: Regenerated.
3457
dec014a9
CC
34582008-10-23 Cary Coutant <ccoutant@google.com>
3459
3460 * MAINTAINERS (Write after approval): Add myself.
3461
b36c386c
DJ
34622008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3463
3464 PR gdb/921
3465 PR gdb/1646
3466 PR gdb/2175
3467 PR gdb/2176
3468
3469 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3470 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3471 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3472 (HOST_EXPORTS): Pass CPPFLAGS.
3473 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3474 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3475 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3476 * Makefile.in, configure: Regenerated.
3477 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3478 and CPPFLAGS_FOR_BUILD.
3479
dce2d8b2 34802008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
3481
3482 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3483 Sebastian Pop.
3484
e0bda97e
AP
34852008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3486
3487 * MAINTAINERS (Write After Approval): Added myself.
3488
36c713e0
KG
34892008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3490
3491 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3492 recommended version to 2.3.2.
3493
3494 * configure: Regenerate.
3495
8fe005ee
MM
34962008-10-01 Mark Mitchell <mark@codesourcery.com>
3497
3498 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3499
be8f156f
DD
35002008-09-29 David Daney <david.daney@caviumnetworks.com>
3501
3502 * MAINTAINERS (Write After Approval): Update e-mail address.
3503
ae11dff4
PG
35042008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
3505
3506 * libtool.m4: Update to libtool 2.2.6.
3507 * lt~obsolete.m4: Update to libtool 2.2.6.
3508 * ltmain.sh: Update to libtool 2.2.6.
3509 * ltsugar.m4: Update to libtool 2.2.6.
3510 * ltversion.m4: Update to libtool 2.2.6.
3511 * ltoptions.m4: Update to libtool 2.2.6.
3512 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3513
441154b1
CF
35142008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
3515
3516 * MAINTAINERS (Write After Approval): Add myself.
3517
775b3b26
BRF
35182008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3519
3520 * MAINTAINERS (Write After Approval): Update my name.
3521
94538043
SB
35222008-09-20 Steven Bosscher <steven@gcc.gnu.org>
3523
09ce620e 3524 * MAINTAINERS: Add myself in "Write After Approval".
94538043 3525
52d1bfd8
SE
35262008-09-18 Steve Ellcey <sje@cup.hp.com>
3527
09ce620e 3528 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 3529
c5cc92f5
GP
35302008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
3531
3532 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3533 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3534 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3535 and Michael Tiemann from Write After Approval since they do not
3536 actually have access.
3537
23d9794a
RG
35382008-09-05 Richard Guenther <rguenther@suse.de>
3539
3540 * configure.ac: Initialize clooglibs to -lcloog.
3541 * configure: Re-generate.
3542
192a671e
LCW
35432008-09-04 Le-Chun Wu <lcwu@google.com>
3544
3545 * MAINTAINERS (Write After Approval): Add myself.
3546
d789184e
SP
35472008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3548
3549 * configure.ac (--with-cloog-polylib): New.
3550 (--disable-cloog-version-check): New.
3551 (--disable-ppl-version-check): New.
3552 * configure: Re-generate.
3553
36a881c7
RG
35542008-09-03 Richard Guenther <rguenther@suse.de>
3555
3556 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3557 cloog test.
3558 * configure: Re-generate.
3559
358da97e
HS
35602008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3561
3562 Add picoChip port.
3563 * MAINTAINERS: Add picoChip maintainers.
3564
f8bf9252
SP
35652008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3566 Tobias Grosser <grosser@fim.uni-passau.de>
3567 Jan Sjodin <jan.sjodin@amd.com>
3568 Harsha Jagasia <harsha.jagasia@amd.com>
3569 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3570 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3571 Adrien Eliche <aeliche@isty.uvsq.fr>
3572
3573 Merge from graphite branch.
3574 * configure: Regenerate.
3575 * Makefile.in: Regenerate.
3576 * configure.ac (host_libs): Add ppl and cloog.
3577 Add checks for PPL and CLooG.
3578 * Makefile.def (ppl, cloog): Added modules and dependences.
3579 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3580 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3581
d89f0ad6
AL
35822008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3583
3584 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3585 (GCC_SHLIB_SUBDIR): New.
3586 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3587 * configure: Regenerate.
3588 * Makefile.in: Regenerate.
3589
88a25817
GP
35902008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3591
3592 * MAINTAINERS: Consistently use tabs to separate columns.
3593
f873f15f
TG
35942008-08-29 Tristan Gingold <gingold@adacore.com>
3595
3596 * MAINTAINERS (Write after Approval): Add myself.
3597
e1514c3f
TG
35982008-08-28 Tristan Gingold <gingold@adacore.com>
3599
3600 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3601 Enable bfd, binutils and opcodes.
3602 * configure: Regenerate.
3603
4717882f
JDA
36042008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3605
3606 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
3607
28c9884c
TK
36082008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3609
3610 * MAINTAINERS: Use correct Umlaut for last name.
3611
ae96d86a
FXC
36122008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3613
3614 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3615
3ecc96e3
DE
36162008-08-16 David Edelsohn <edelsohn@gnu.org>
3617
3618 * MAINTAINERS: Update my email address.
3619
dd609cc1
EB
36202008-08-16 Nicolas Roche <roche@adacore.com>
3621
3622 * Makefile.tpl: Add BOOT_ADAFLAGS.
3623 * Makefile.in: Regenerate.
3624
08d0963a
RS
36252008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3626
3627 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3628 * configure: Regenerate.
3629
dce2d8b2 36302008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
3631
3632 * configure.ac: Add makefile fragments for hpux.
3633 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3634 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3635 * configure: Regenerate.
3636 * Makefile.in: Regenerate.
3637
dce2d8b2 36382008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
3639
3640 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3641
dce2d8b2 36422008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
3643
3644 * MAINTAINERS (Write after Approval): Add myself.
3645
78209f30
XG
36462008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3647
3648 * MAINTAINERS (Write After Approval): Add myself.
3649
5b5b098d
AJ
36502008-06-29 Andrew Jenner <andrew@codesourcery.com>
3651
3652 * MAINTAINERS (Write After Approval): Add myself.
3653
d812ec93
KW
36542008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3655
3656 * MAINTAINERS: Update my email address.
3657
99e78224
JY
36582008-06-25 Joey Ye <joey.ye@intel.com>
3659
3660 * MAINTAINERS (Write After Approval): Add myself.
3661
18c04407
RW
36622008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3663
3664 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3665 * Makefile.in: Regenerate.
3666 * configure: Regenerate.
3667
47aa9a31
DK
36682008-06-17 Daniel Kraft <d@domob.eu>
3669
3670 * MAINTAINERS (Write After Approval): Add myself.
3671
ad33ff57
RW
36722008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3673
3674 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3675 "$@" is still intact with both Autoconf 2.59 and 2.62.
3676 * configure: Regenerate.
3677
cdce5c41
RW
36782008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3679
3680 * Makefile.tpl: Fix comment errors.
3681 * Makefile.in: Regenerate.
3682
01b79d11
DM
36832008-06-12 David S. Miller <davem@davemloft.net>
3684 David Edelsohn <edelsohn@gnu.org>
3685
3686 * configure.ac: Add powerpc*-*-* to gold supported targets.
3687 * configure: Regenerate.
3688
f8c33439
JM
36892008-06-08 Joseph Myers <joseph@codesourcery.com>
3690
3691 PR tree-optimization/36218
3692 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3693 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3694 (all prefix="build-"): Pass them to build-system sub-makes.
3695 * Makefile.in: Regenerate.
3696
cd985f66
JM
36972008-06-07 Joseph Myers <joseph@codesourcery.com>
3698
3699 * MAINTAINERS (mt port): Remove.
3700 (sco5, unixware, sco udk): Remove.
3701 (Kean Johnston): Add to Write After Approval.
3702
3f6383d3
JB
37032008-05-30 Julian Brown <julian@codesourcery.com>
3704
3705 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3706 of libobjc for ARM EABI Linux.
3707 * configure: Regenerate.
30da41ed 3708
dce2d8b2 37092008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 3710
09ce620e 3711 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 3712
dce2d8b2 37132008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 3714
e29cc9b4 3715 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 3716
955410cb
JW
37172008-05-15 Janus Weil <janus@gcc.gnu.org>
3718
3719 * MAINTAINERS (Write After Approval): Add myself.
3720
719bb4e3 37212008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
3722
3723 * config-ml.in: don't handle --enable-shared and --enable-static.
3724
372b05fc
RS
37252008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3726
3727 * MAINTAINERS: Update my email address.
3728
f73e2200
PC
37292008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3730
3731 * MAINTAINERS: Update my email address.
09ce620e 3732
3e438e2b
KVH
37332008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3734
3735 * MAINTAINERS (Write After Approval): Add myself.
3736
177bf491
GS
37372008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3738
3739 * MAINTAINERS (Write After Approval): Add myself.
3740
dce2d8b2 37412008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
3742
3743 * MAINTAINERS (crx): Add myself.
3744
14a8726b
PB
37452008-04-18 Paolo Bonzini <bonzini@gnu.org>
3746
3747 Sync with src:
3748 2008-04-14 David S. Miller <davem@davemloft.net>
3749
09ce620e
AS
3750 * configure.ac: Add sparc*-*-* to gold supported targets.
3751 * configure: Regenerate.
14a8726b 3752
7142fb32
PB
37532008-04-18 Paolo Bonzini <bonzini@gnu.org>
3754
3755 PR bootstrap/35457
3756 * configure.ac: Include override.m4.
3757 * configure: Regenerate.
3758
c6b196de
PB
37592008-04-18 Paolo Bonzini <bonzini@gnu.org>
3760
09ce620e
AS
3761 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3762 * Makefile.in: Regenerate.
c6b196de 3763
dce2d8b2 37642008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 3765
09ce620e 3766 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 3767 as nonconfigurable directories list.
09ce620e 3768 * configure: Regenerate.
c993ae60 3769
8479b1b1
BE
37702008-04-14 Ben Elliston <bje@au.ibm.com>
3771
3772 * config.sub, config.guess: Update from upstream sources.
3773
295e261a
HPN
37742008-04-12 Hans-Peter Nilsson <hp@axis.com>
3775
3776 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3777 * Makefile.in: Regenerate.
3778
ac3949d9
EW
37792008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3780
3781 * configure.ac: Do not build libssp for the AVR.
3782 * configure: Regenerate.
3783
06407e30
ILT
37842008-04-07 Ian Lance Taylor <iant@google.com>
3785
3786 * Makefile.def: check-gold depends upon all-binutils.
3787 * Makefile.in: Regenerate.
3788
97db009c
AH
37892008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3790
3791 * MAINTAINERS (Write After Approval): Add myself.
3792
2a79c47f
NC
37932008-04-04 Nick Clifton <nickc@redhat.com>
3794
3795 PR binutils/4334
5f4bebbf 3796 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
3797 builds.
3798 * configure: Regenerate.
3799
c53a18d3
N
38002008-04-04 NightStrike <NightStrike@gmail.com>
3801
3802 PR other/35151
09ce620e
AS
3803 * configure.ac: Combine rules for mingw32 and mingw64.
3804 * configure: Regenerate.
c53a18d3 3805
d925aa70
KT
38062008-04-02 Kai Tietz <kai.tietz@onvision.com>
3807
3808 * MAINTAINERS (Write After Approval): Add myself.
3809
dce2d8b2 38102008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
3811
3812 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3813 * Makefile.in (.NOTPARALLEL): Ditto.
3814
4412a506
PG
38152008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3816
3817 * MAINTAINERS (Write After Approval): Add myself.
3818
dce2d8b2 38192008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
3820
3821 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3822 * Makefile.in (.NOTPARALLEL): Regenerate.
3823
639223bd
PB
38242008-03-27 Paolo Bonzini <bonzini@gnu.org>
3825
3826 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3827 * Makefile.in: Regenerate.
3828
b8ab1f4a
JS
38292008-03-26 Jakub Staszak <kuba@et.pl>
3830
3831 * MAINTAINERS (Write After Approval): Add myself.
3832
b45890a4
TK
38332008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3834
3835 * MAINTAINERS: Update e-mail address.
3836
5afab7ad
ILT
38372008-03-20 Ian Lance Taylor <iant@google.com>
3838
3839 * configure.ac: Add support for --enable-gold.
3840 * Makefile.def: Add gold as a directory like ld.
3841 * configure, Makefile.in: Regenerate.
3842
38d24731
RW
38432008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3844
3845 * configure.ac: m4_include config/proginstall.m4.
3846 * configure: Regenerate.
32bc4cf4
RW
3847
3848 Backport from upstream Libtool:
09ce620e 3849
32bc4cf4 3850 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 3851
32bc4cf4
RW
3852 Deal with Autoconf 2.62's semantic change in m4_append.
3853 * ltsugar.m4 (lt_append): Replace broken versions of
3854 m4_append.
3855 (lt_if_append_uniq): Don't require separator to be overquoted,
3856 and avoid broken m4_append.
3857 (lt_dict_add): Fix typo.
3858 * libtool.m4 (_LT_DECL): Don't overquote separator.
3859
9d3c50ea
DE
38602008-03-13 David Edelsohn <edelsohn@gnu.org>
3861
3862 * config.rpath: Add AIX 6 support.
3863
5d2edb29
PB
38642008-03-13 Paolo Bonzini <bonzini@gnu.org>
3865
3866 * Makefile.def (stageprofile). Remove -fprofile-generate
3867 from stage_libcflags.
3868 * Makefile.in: Regenerate.
3869
954910ef
BE
38702008-03-13 Ben Elliston <bje@au.ibm.com>
3871
3872 * config.sub, config.guess: Update from upstream sources.
3873
e8645a40
TT
38742008-03-06 Tom Tromey <tromey@redhat.com>
3875
3876 * MAINTAINERS: Update for treelang deletion.
3877
2c8e955e
JW
38782008-03-03 James E. Wilson <wilson@tuliptree.org>
3879
3880 * MAINTAINERS: Update my email address.
3881
54acd307
SS
38822008-03-03 Stan Shebs <stanshebs@earthlink.net>
3883
893ad2a1 3884 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
3885 (objective-c/c++): Add myself as a maintainer.
3886
4b52b516
VR
38872008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3888
3889 * MAINTAINERS (Write After Approval): Update my email address.
3890
e652b516
TB
38912008-02-25 Tomas Bily <tbily@suse.cz>
3892
3893 * MAINTAINERS (Write After Approval): Add myself.
3894
02d30740
JJ
38952008-02-23 Jakub Jelinek <jakub@redhat.com>
3896
3897 * MAINTAINERS (OpenMP): Add myself.
3898
1c8bd6a3
PB
38992008-02-20 Paolo Bonzini <bonzini@gnu.org>
3900
4b40b2a5
UB
3901 PR bootstrap/32009
3902 PR bootstrap/32161
1c8bd6a3 3903
4b40b2a5
UB
3904 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3905 * configure: Regenerate.
1c8bd6a3 3906
4b40b2a5
UB
3907 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3908 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3909 STAGE4_LIBCFLAGS): New.
3910 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3911 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3912 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3913 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3914 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3915 for target modules. Don't export LIBCFLAGS.
3916 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3917 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3918 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3919 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3920 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3921 * Makefile.in: Regenerate.
1c8bd6a3 3922
bb44c9d2
RW
39232008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3924
3925 PR libgcj/33085
3926 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3927 Do not use -DDLL_EXPORT. Backport from upstream.
3928
29a7754d
RW
39292008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3930
3931 * MAINTAINERS (Write After Approval): Add myself.
3932
9a212bb7
HPN
39332008-02-02 Hans-Peter Nilsson <hp@axis.com>
3934
3935 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3936 * configure: Regenerate.
3937
aa12a573
MG
39382008-01-31 Marc Gauthier <marc@tensilica.com>
3939
3940 * configure.ac (xtensa*-*-*): Recognize processor variants.
3941 * configure: Regenerate.
3942
ac9e6043
RW
39432008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3944
40049ccc
UB
3945 PR bootstrap/34922
3946 * configure.ac (PARSE_ARGS): Push suitable setting of
3947 ac_subdirs_all, for `./configure --help=recursive'.
3948 Handle `+' in generic toplevel directory disabling.
3949 * configure: Regenerate.
ac9e6043 3950
4288c86a
NC
39512008-01-28 Nick Clifton <nickc@redhat.com>
3952
3953 * MAINTAINERS (xstormy16): Take over maintainership.
3954
8d8da227
JM
39552008-01-25 Joseph Myers <joseph@codesourcery.com>
3956
3957 * MAINTAINERS (c4x port): Remove.
3958
349b60e7
DE
39592008-01-24 David Edelsohn <edelsohn@gnu.org>
3960
3961 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3962
3ca06a68
BE
39632008-01-23 Ben Elliston <bje@au.ibm.com>
3964
3965 * config.sub, config.guess: Update from upstream sources.
3966
3c631381
TG
39672008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3968
3969 * MAINTAINERS (Write After Approval): Add myself.
3970
20533ef1
L
39712008-01-17 H.J. Lu <hjl.tools@gmail.com>
3972
3973 * MAINTAINERS: Update my email address.
3974
39752008-01-09 Raksit Ashok <raksit@google.com>
3976
3977 * MAINTAINERS (Write After Approval): Add myself.
3978
684f4f6a
RA
39792008-01-09 Raksit Ashok <raksit@google.com>
3980
3981 * MAINTAINERS (Write After Approval): Add myself.
3982
9cb8756f
BE
39832008-01-08 Ben Elliston <bje@au.ibm.com>
3984
3985 * config.sub, config.guess: Update from upstream sources.
3986
94e1934d
KG
39872007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3988
3989 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 3990 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
3991 * configure: Regenerate.
3992
a2e51f77
SP
39932007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3994
3995 * MAINTAINERS: Update my email address.
3996
ffe3dcd9
BRF
39972007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3998
3999 * MAINTAINERS: Update my email address.
4000
aa4095c9
RS
40012007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4002
4003 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4004 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4005 * Makefile.in: Regenerate.
4006
dce2d8b2 40072007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
4008
4009 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4010 misplaced entries.
4011
0fe0f073
AT
40122007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4013
4014 * configure.ac: Enable libjava for x86_64-*-darwin9.
4015 * configure: Regenerate.
4016
dce2d8b2 40172007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
4018
4019 * MAINTAINERS (Write After Approval): Add myself.
4020
c3220d4c
BE
40212007-12-05 Ben Elliston <bje@au.ibm.com>
4022
4023 * config.sub, config.guess: Update from upstream sources.
4024
aba7501e
MK
40252007-12-02 Matthias Klose <doko@ubuntu.com>
4026
4027 * config-ml.in: Remove 64bit configure tests.
4028
d683ec81
PB
40292007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4030
4031 * config-ml.in: Robustify against white space in absolute file
4032 names.
4033
4034 * config-ml.in (multi-clean): Substitute ${Makefile}.
4035 Remove superfluous ${Makefile} in list.
4036
60f1711a
TS
40372007-11-19 Thiemo Seufer <ths@mips.com>
4038
4039 * config-ml.in: Don't hardcode the Makefile name.
4040
487f9d96
AM
40412007-11-08 Alexander Monakov <amonakov@ispras.ru>
4042
4043 * MAINTAINERS (Write After Approval): Add myself.
4044
fa3886fe
ST
40452007-11-07 Samuel Tardieu <sam@rfc1149.net>
4046
4047 * MAINTAINERS (Write After Approval): Add myself.
4048
dce2d8b2 40492007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
4050
4051 * MAINTAINERS (Write After Approval): Add myself.
4052
acc48927
BE
40532007-10-25 Ben Elliston <bje@au.ibm.com>
4054
4055 * MAINTAINERS (mercury): Remove entry.
4056 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4057
e00e9858
DJ
40582007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4059
4060 * Makefile.def (dependencies): Make configure-gdb depend on
4061 all-intl.
4062 * Makefile.in: Regenerated.
4063
def14a3c
SK
40642007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4065
4066 * MAINTAINERS (Fortran maintainer): Remove myself.
4067
dce2d8b2 40682007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
4069
4070 * Makefile.def: To avoid problems running with parallel makes,
4071 build newlib before libgloss so that target specific header
4072 files are availble.
4073 * Makefile.in: Regenerate
4074
bbfbfafc
DJ
40752007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4076
4077 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4078 * Makefile.in: Regenerate.
4079
c56abad5
VM
40802007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4081
4082 * MAINTAINERS (Register allocation reviewer): Add myself.
4083
f019adc1
MF
40842007-10-08 Mike Frysinger <vapier@gentoo.org>
4085
4086 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4087 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4088 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4089 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4090 * configure: Regenerate.
4091
dce2d8b2 40922006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
4093
4094 * MAINTAINERS (Register allocation reviewer): Add myself.
4095
0999159b
PB
40962007-10-01 Paolo Bonzini <bonzini@gnu.org>
4097
4098 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4099 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4100 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4101 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4102 * configure.ac: Default them to host tools for $host = $build.
4103 Subst them.
4104
4105 * configure: Regenerate.
4106 * Makefile.in: Regenerate.
4107
dce2d8b2 41082006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
4109
4110 * MAINTAINERS (Register allocation reviewer): Add myself.
4111
dce2d8b2 41122006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
4113
4114 * MAINTAINERS (Register allocation reviewer): Add myself.
4115
9d209c83
SP
41162007-09-21 Seongbae Park <seongbae.park@gmail.com>
4117
4118 * MAINTAINERS (Write After Approval): Fix typo.
4119
1ec3b87b
RS
41202007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4121
4122 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4123 * configure: Regenerate.
4124
19d5986d
PJ
41252007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4126
4127 PR bootstrap/31906
4128 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 4129 they're already prefixed.
19d5986d 4130
6d3b5aea
BK
41312007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4132
4133 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4134 libstdc++.
4135 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4136 * configure: Regenerate.
4137 * Makefile.in: Regenerate.
09ce620e 4138
4fe7e755
AS
41392007-09-17 Andreas Schwab <schwab@suse.de>
4140
4141 * configure.ac: Raise minimum makeinfo version to 4.6.
4142 * configure: Regenerate.
4143
dce2d8b2 41442007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 4145
ffe3dcd9 4146 * MAINTAINERS (write-after-approval) add myself
d483feaa 4147
fa9a3f31
AM
41482007-09-15 Alan Modra <amodra@bigpond.net.au>
4149
4150 * configure.ac: Correct makeinfo version check.
4151 * configure: Regenerate.
4152
6593a73e
RS
41532007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4154
4155 * MAINTAINERS: Update my email address.
4156
d9dced13
RS
41572007-09-14 Richard Sandiford <richard@codesourcery.com>
4158
4159 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4160 to $skipdirs and only disable gprof for newlib. Use the normal
4161 mips*-elf* handling in other respects.
4162 * configure: Regnerate.
4163
773c1467
DD
41642007-09-12 David Daney <ddaney@avtrex.com>
4165
4166 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4167 enabling libgcj.
4168 * configure: Regenerate.
4169
c03353e2
RIL
41702007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4171
4172 PR other/32154
4173 * configure.ac: For libgloss targets, point the linker to the linker
4174 script, startup code and simulator library.
4175 * configure: Regenerate.
4176
c4e9bf2b
AH
41772007-09-07 Andrew Haley <aph@redhat.com>
4178
4179 * configure.ac (noconfigdirs): Remove target-libffi and
4180 target-libjava.
4181 * configure: Regenerate.
4182
1f5a6b84
FXC
41832007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4184
4185 PR target/33281
4186 * configure.ac: Use config/mh-mingw on mingw.
4187 * configure: Regenerate.
1f5a6b84 4188
3951e521
PH
41892007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4190
9f349f63 4191 * MAINTAINERS (Write After Approval): Add myself.
3951e521 4192
e643dc23
RG
41932007-09-05 Richard Guenther <rguenther@suse.de>
4194
4195 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4196 nor --disable-checking is provided also turn on yes and types
4197 checking for stage1.
4198 * configure: Re-generate.
4199
039874df
KW
42002007-08-30 Krister Walfridsson <cato@df.lth.se>
4201
4202 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4203 (Write After Approval): Remove myself.
4204
c3f07bd6 42052007-08-29 Nick Clifton <nickc@redhat.com>
15098359 4206
c3f07bd6 4207 * config.sub, config.guess: Update from upstream sources.
15098359 4208
40049ccc 42092007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
4210
4211 * MAINTAINERS (Write After Approval): Added myself.
4212 * MAINTAINERS (Reviewers): Removed myself.
4213
c8aea42c 42142007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 4215 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
4216
4217 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4218 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4219 * Makefile.in: Regenerate.
4220 * configure.ac (--with-debug-prefix-map): New.
4221 * configure: Regenerate.
4222
4bf6c438
RS
42232007-08-17 Richard Sandiford <richard@codesourcery.com>
4224 Nigel Stephens <nigel@mips.com>
4225
4bf6c438
RS
4226 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4227 as target_makefile_frag.
4228 * configure: Regenerate.
4229
bb286d71
AO
42302007-08-16 Alexandre Oliva <aoliva@redhat.com>
4231
4232 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4233 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4234 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4235 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4236 (do-compare, do-compare3, do-compare-debug): New.
4237 ([+compare-target+]): Use them.
4238
a4630417
MK
42392007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4240
4241 * MAINTAINERS (Write After Approval): Change my email address.
4242
d9acb717
RW
42432007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4244 Ben Elliston <bje@au.ibm.com>
4245
4246 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4247 --silent if $silent.
4248 * configure: Regenerate.
4249
96876681
ZD
42502003-08-12 Zdenek Dvorak <ook@ucw.cz>
4251
4252 * MAINTAINERS (Various Maintainers): Add myself as
4253 loop infrastructure maintainer. Update my e-mail
4254 address.
4255
1c1d80ee
DN
42562007-07-31 Diego Novillo <dnovillo@google.com>
4257
4258 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4259 Adjust description.
4260
7e98624c
RG
42612007-07-26 Richard Guenther <rguenther@suse.de>
4262
4263 * configure.ac: Add types checking to stage1 checking flags.
4264 * configure: Regenerate.
4265
4c85af60
NC
42662007-07-17 Nick Clifton <nickc@redhat.com>
4267
4268 * COPYING3: New file. Contains version 3 of the GNU General
4269 Public License.
4270 * COPYING3.LIB: New file. Contains version 3 of the GNU
4271 Lesser General Public License.
4272
19ddfd3a
AK
42732007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4274
4275 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4276
2a064545
AK
42772007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4278
4279 * MAINTAINERS (S/390 co-maintainer): Add myself.
4280 (Write After Approval): Remove myself.
4281
f861f54d
DH
42822007-07-13 Dan Hipschman <dsh@google.com>
4283
4284 * MAINTAINERS (Write After Approval): Add myself.
4285
0136f2f7
NC
42862007-07-11 Nick Clifton <nickc@redhat.com>
4287
4288 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4289 WINDRES export.
4290 * Makefile.in: Regenerate.
4291
6e29b5a4
RO
42922007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4293
4294 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4295 maintainer.
4296
159a4b02
L
42972007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4298
4299 * lt~obsolete.m4: New. Import from 20070318 libtool.
4300
6ba67283
JB
43012007-07-03 Julian Brown <julian@codesourcery.com>
4302
4303 * MAINTAINERS (Write After Approval): Add myself.
4304
30b74385
RW
43052007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4306
4307 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4308 * configure: Regenerate.
4309
43102007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4311
4312 * configure.ac: Add some missing m4 quotation.
4313 * configure: Regenerate.
4314
943c54ce
SB
43152007-07-02 Simon Baldwin <simonb@google.com>
4316
4317 * MAINTAINERS (Write After Approval): Add myself.
4318
1c00b503
PB
43192007-07-02 Paolo Bonzini <bonzini@gnu.org>
4320
4321 * configure: Regenerate.
4322
901119ae
KT
43232007-07-02 Kai Tietz <kai.tietz@onevision.com>
4324
4325 * Makefile.def: Add windmc tool to build.
4326 * Makefile.tpl: Likewise.
4327 * configure.ac: Likewise.
4328 * Makefile.in: Regenerate.
4329 * configure: Regenerate.
09ce620e 4330
83f4c19f
DD
43312007-06-28 DJ Delorie <dj@redhat.com>
4332
4333 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4334 not building newlib.
4335 * configure: Regenerated.
09ce620e 4336
5346c75c
JS
43372007-06-28 Jan Sjodin <jan.sjodin@amd.com>
4338
4339 * MAINTAINERS (Write After Approval): Add myself.
4340
aacfb86b
MM
43412007-06-25 Martin Michlmayr <tbm@cyrius.com>
4342
4343 * MAINTAINERS (Write After Approval): Add myself.
4344
590bf0d3
CM
43452007-06-19 Chris Matthews <chrismatthews@google.com>
4346
4347 * MAINTAINERS (Write After Approval): Add myself.
4348
cdbbee7a
RIL
43492007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
4350
4351 * MAINTAINERS (Write After Approval): Add myself.
4352
b8afffc1
DJ
43532007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4354
4355 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4356 * Makefile.in: Regenerated.
4357
3fcfad76
BS
43582007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
4359
4360 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4361 bfin*-*-uclinux* targets.
4362 * configure: Regenerate.
4363
3f5a2b7f
ILT
43642007-06-14 Ian Lance Taylor <iant@google.com>
4365
4366 * MAINTAINERS: Add myself as non-algorithmic global write
4367 maintainer.
4368
4c46daee
DN
43692007-06-14 Diego Novillo <dnovillo@google.com>
4370
4371 * MAINTAINERS: Add self as middle-end maintainer and
4372 non-algorithmic global write maintainer.
4373
a3bb222a
FXC
43742007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4375
4376 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4377 Move all Fortran maintainers except Paul Brook into the
4378 Non-Autopoiesis section.
4379
a19e8f64
PB
43802007-06-14 Paolo Bonzini <bonzini@gnu.org>
4381
4382 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4383 (distclean-stage[+id+]): Possibly delete stage_last.
4384 * Makefile.in: Regenerate.
4385
1c2abe5e
SP
43862007-06-12 Seongbae Park <seongbae.park@gmail.com>
4387
4388 * MAINTAINERS (Various Maintainer): Fix typo.
4389
abca4739
PB
43902007-06-11 Paolo Bonzini <bonzini@gnu.org>
4391
4392 * MAINTAINERS (Various Maintainer): Add myself as
4393 dataflow maintainer.
4394
a894d2c3
BE
43952007-06-07 Ben Elliston <bje@au.ibm.com>
4396
4397 * config.sub, config.guess: Update from upstream sources.
4398
8024d75e
BE
43992007-06-07 Ben Elliston <bje@au.ibm.com>
4400
4401 * Makefile.tpl: Fix spelling error.
4402 * Makefile.in: Regenerate.
4403
973a9a5e
SE
44042007-06-01 Steve Ellcey <sje@cup.hp.com>
4405
96598938
L
4406 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4407 lt_cv_sys_max_cmd_len.
973a9a5e 4408
ccb4d26b
DN
44092007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4410
4411 * MAINTAINERS (Various Maintainers): Add myself as
4412 auto-vectorizer maintainer.
4413
eecb7461
PB
44142003-05-31 Paolo Bonzini <bonzini@gnu.org>
4415
4416 PR libjava/32098
4417 * libtool.m4: Revert previous change.
4418 * ltgcc.m4: Put it here.
4419
89d28202
ZD
44202003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4421
4422 * MAINTAINERS (Various Maintainers): Add myself as
4423 auto-vectorizer maintainer.
4424
60c7a11a
L
44252007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4426
4427 PR libjava/32098
4428 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4429
9dd3cc81
RG
44302007-05-30 Richard Guenther <rguenther@suse.de>
4431
4432 * MAINTAINERS (Various Maintainers): Add myself as
4433 auto-vectorizer maintainer.
4434
9cc1244e
JJ
44352007-05-30 Jakub Jelinek <jakub@redhat.com>
4436
4437 PR bootstrap/29382
4438 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4439 * configure: Rebuilt.
4440
6124296b
RC
44412007-05-28 Roberto Costa <robsettantasei@gmail.com>
4442
4443 * MAINTAINERS (Write After Approval): Removed my name.
4444
6b757a0d
SB
44452007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4446
4447 * MAINTAINERS (Write After Approval): Remove myself.
4448
86ef8528
AT
44492007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4450
4451 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4452
1cf3d07d
SE
44532007-05-23 Steve Ellcey <sje@cup.hp.com>
4454
4455 * ltmain.sh: Update from ToT Libtool.
4456 * libtool.m4: Update from ToT Libtool.
4457 * ltsugar.m4: New. Update from ToT Libtool.
4458 * ltversion.m4: New. Update from ToT Libtool.
4459 * ltoptions.m4: New. Update from ToT Libtool.
4460 * ltconfig: Remove.
4461 * ltcf-c.sh: Remove.
4462 * ltcf-cxx.sh: Remove.
4463 * ltcf-gcj.sh: Remove.
4464
ce3fcf8c
OW
44652007-05-22 Ollie Wild <aaw@google.com>
4466
4467 * MAINTAINERS (Write After Approval): Add myself.
4468
342b9200
PB
44692007-05-16 Paolo Bonzini <bonzini@gnu.org>
4470
4471 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4472 stage_cflags.
4473 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4474 Remove CFLAGS/LIBCFLAGS.
4475 (configure-stage[+id+]-[+prefix+][+module+],
4476 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4477 * Makefile.in: Regenerate.
4478
cea17285
DN
44792007-05-15 Diego Novillo <dnovillo@google.com>
4480
4481 * MAINTAINERS: Update e-mail address.
4482
11c004e7
RE
44832007-05-15 Revital Eres <eres@il.ibm.com>
4484
4485 * MAINTAINERS (Write After Approval): Add myself.
4486
ab6bd693
RC
44872007-05-14 Roberto Costa <robsettantasei@gmail.com>
4488
4489 * MAINTAINERS (Write After Approval): Updated my address.
4490
388cdf07
TN
44912007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4492
4493 * MAINTAINERS (Write After Approval): Add myself.
4494
23f24034
SR
44952007-05-11 Silvius Rus <rus@google.com>
4496
4497 * MAINTAINERS (Write After Approval): Add myself.
4498
34a7526e
TT
44992007-04-23 Tom Tromey <tromey@redhat.com>
4500
4501 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4502
51da21be
MM
45032007-04-22 Mark Mitchell <mark@codesourcery.com>
4504
4505 * MAINTAINERS (cpplib): Rename to ...
4506 (libcpp): ... this. Add C/C++ front end maintainers.
4507
70070387
SE
45082007-04-14 Steve Ellcey <sje@cup.hp.com>
4509
4510 * config-ml.in: Pass ${ml_config_env} to configure calls.
4511
df1a0dbb
CB
45122007-04-04 Christian Bruel <christian.bruel@st.com>
4513
4514 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 4515
9daff147
DK
45162007-04-02 Dave Korn <dave.korn@artimi.com>
4517
4518 * MAINTAINERS (Write After Approval): Add myself.
4519
374eadb2
TB
45202007-03-31 Tobias Burnus <burnus@net-b.de>
4521
4522 * MAINTAINERS (fortran 95 front end): Add myself.
4523
8eced3a2
DR
45242007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4525
4526 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 4527
653de3e3
AZ
45282007-03-24 Ayal Zaks <zaks@il.ibm.com>
4529
4530 * MAINTAINERS (Modulo Scheduler): Add myself.
4531
b737d953
BM
45322007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
4533
4534 * MAINTAINERS (fortran 95 front end): Add myself.
4535 (c++ front end): whitespace fix.
4536
a584cdf2
NF
45372007-03-22 Nathan Froyd <froydnj@codesourcery.com>
4538
4539 * MAINTAINERS (Write After Approval): Add myself.
4540
8c79f3c4
RS
45412007-03-21 Richard Sandiford <richard@codesourcery.com>
4542
4543 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4544 of glob. Quote arguments with single quotes too.
4545 * configure: Regenerate.
4546
07f1ac6d
BM
45472007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4548
4549 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4550 * Makefile.in: Regenerate
4551
172e41aa
AS
45522007-03-07 Andreas Schwab <schwab@suse.de>
4553
4554 * configure: Regenerate.
4555
9c4d2493
BM
45562007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4557
4558 * configure.ac: Add "--with-pdfdir" configure option,
4559 which defines pdfdir variable.
4560 * Makefile.def (target=fixincludes): Add install-pdf to
4561 missing targets.
4562 (recursive_targets): Add install-pdf target.
4563 (flags_to_pass): Add pdfdir.
4564 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4565 target.
4566 * configure: Regenerate
4567 * Makefile.in: Regenerate
4568
e14e622e
EC
45692007-02-28 Eric Christopher <echristo@apple.com>
4570
4571 Revert:
4572 2006-12-07 Mike Stump <mrs@apple.com>
4573
4574 * Makefile.def (dependencies): Add dependency for
4575 install-target-libssp and install-target-libgomp on
4576 install-gcc.
4577 * Makefile.in: Regenerate.
4578
54e433bc
MK
45792007-02-27 Matt Kraai <kraai@ftbfs.org>
4580
4581 * configure: Regenerate.
4582 * configure.ac: Move statements after variable declarations.
4583
6c8d3d8f
KK
45842007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4585
4586 * MAINTAINERS: Add myself as sh maintainer.
4587
9f8c6739
JM
45882007-02-19 Joseph Myers <joseph@codesourcery.com>
4589
4590 * configure.ac: Adjust for loop syntax.
4591 * configure: Regenerate.
4592
278a7a38
AO
45932007-02-18 Alexandre Oliva <aoliva@redhat.com>
4594
4595 * configure: Rebuilt.
4596
b2eaac4a
AO
45972007-02-18 Alexandre Oliva <aoliva@redhat.com>
4598
4599 * configure.ac: Drop multiple occurrences of --enable-languages,
4600 and fix its quoting.
4601 * configure: Rebuilt.
4602
beeaf216 46032007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
4604 Nathan Sidwell <nathan@codesourcery.com>
4605 Vladimir Prus <vladimir@codesourcery.com>
4606 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
4607
4608 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4609 * configure: Regenerate.
4610
09201a09
GP
46112007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4612
4613 * ltconfig (freebsd*): Default to elf.
4614
291f172e
DJ
46152007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4616
4617 * configure.ac (target_libraries): Move libgcc before libiberty.
4618 * configure: Regenerated.
4619
c3a86da9
DJ
46202007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4621 Paolo Bonzini <bonzini@gnu.org>
4622
4623 PR bootstrap/30753
4624 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4625 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4626 * configure: Regenerated.
4627
88e1e72a
FXC
46282007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4629
4630 * MAINTAINERS (Language Front End Maintainers): Update my mail
4631 address.
4632
44bfc3ac
DJ
46332007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4634
4635 PR bootstrap/30748
4636 * configure.ac: Correct syntax for Solaris ksh.
4637 * configure: Regenerated.
4638
3e19841a
PB
46392007-02-09 Paolo Bonzini <bonzini@gnu.org>
4640
4641 * configure.ac: Sync with src.
4642 * configure: Regenerate.
4643
74a48762
PB
46442007-02-09 Paolo Bonzini <bonzini@gnu.org>
4645
4646 * Makefile.in: Regenerate.
4647
d846e52e
PB
46482007-02-09 Paolo Bonzini <bonzini@gnu.org>
4649
4650 * config.sub: Sync with src.
4651
1c710c3c
DJ
46522007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4653
4654 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4655 noncanonical equivalents.
4656 * configure.in: Rename to...
4657 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4658 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4659 target_noncanonical. Use them. Rewrite removal of configure
4660 arguments for autoconf 2.59. Discard variable settings. Force
4661 program_transform_name for native tools.
4662
4663 * Makefile.in: Regenerated.
4664 * configure: Regenerated with autoconf 2.59.
4665
dce2d8b2 46662007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 4667
3de8da2a 4668 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 4669
f6671c93
AS
46702007-01-31 Andreas Schwab <schwab@suse.de>
4671
4672 * Makefile.tpl (LDFLAGS): Substitute it.
4673 * Makefile.in: Regenerate.
4674
dce2d8b2 46752007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 4676
3de8da2a 4677 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 4678
2472200d
DE
46792007-01-28 David Edelsohn <edelsohn@gnu.org>
4680
3de8da2a 4681 * MAINTAINERS (spu port): Add myself.
2472200d 4682
5305be7e
RG
46832007-01-23 Richard Guenther <rguenther@suse.de>
4684
4685 PR bootstrap/30541
4686 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4687 * Makefile.tpl (GNATBIND): Substitute it.
4688 (GNATMAKE): Likewise.
4689 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4690 of STAGE_PREFIX.
4691 * Makefile.in: Regenerate.
4692 * configure: Regenerate.
4693
416cfb5e
MS
46942007-01-18 Mike Stump <mrs@apple.com>
4695
4696 * configure.in: Re-enable -Werror for gcc builds.
4697
3de8da2a 46982007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 4699
3de8da2a 4700 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 4701
d943d7c4
PB
47022007-01-11 Paolo Bonzini <bonzini@gnu.org>
4703
4704 * configure.in: Change == to = in test command.
3de8da2a 4705 * configure: Regenerate.
d943d7c4 4706
e69bf64b 47072007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
4708 Nick Clifton <nickc@redhat.com>
4709 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4710
4711 * configure.in (build_configargs, host_configargs, target_configargs):
4712 Remove build/host/target parameters.
4713 (host_libs): Add gmp and mpfr.
4714 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4715 * Makefile.def (gmp, mpfr): New.
4716 (gcc): Remove target.
4717 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4718 target_os, target_vendor): New.
dce2d8b2 4719 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
4720 * configure: Regenerate.
4721 * Makefile.in: Regenerate.
e69bf64b
PB
4722
47232007-01-11 Matt Fago <fago@earthlink.net>
4724
4725 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 4726 to improve robustness of configure tests.
e69bf64b 4727 * configure: Regenerate.
e14e622e 4728
a42f3b80
UB
47292007-01-09 Uros Bizjak <ubizjak@gmail.com>
4730
4731 * MAINTAINERS: Add myself as i386 maintainer.
4732
a36aee1a
JH
47332007-01-08 Jan Hubicka <jh@suse.cz>
4734
61fcaeef 4735 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 4736
738a52d3
KT
47372007-01-08 Kai Tietz <kai.tietz@onevision.com>
4738
4739 * configure.in: Add support for an x86_64-mingw* target.
95af8923 4740 * configure: Regenerate.
738a52d3 4741
54fdc474
DJ
47422007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4743
4744 * Makefile.tpl (all-target): Correct @if conditional for target
4745 modules.
4746 * configure.in: Omit libiberty if building only target libgcc.
4747 * configure, Makefile.in: Regenerated.
4748
3dd71726
PB
47492007-01-04 Paolo Bonzini <bonzini@gnu.org>
4750
dce2d8b2 4751 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
4752 * configure: Regenerate.
4753
fa958513
DJ
47542007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4755
4756 * Makefile.def (target_modules): Add libgcc.
4757 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4758 * Makefile.tpl (clean-target-libgcc): Delete.
4759 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4760 on gcc even for bootstrapped modules. Rewrite handling of
4761 lang_env_dependencies to loop over target_modules.
4762 * configure.in (target_libraries): Add target-libgcc.
4763 * Makefile.in, configure: Regenerated.
4764
e1888513
PB
47652006-12-29 Paolo Bonzini <bonzini@gnu.org>
4766
4767 * configure.in: Reorganize recognition of languages. Add
4768 --enable-stage1-languages. Show supported languages for the chosen
4769 target rather than all recognized languages.
4770 * configure: Regenerate.
4771
53b88b73
PB
47722006-12-29 Paolo Bonzini <bonzini@gnu.org>
4773
4774 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4775 * Makefile.in: Regenerate.
4776
a3993f33
KG
47772006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4778
4779 * configure.in: Warn that MPFR 2.2.0 is buggy.
4780 * configure: Regenerate.
4781
f063a9ed
ILT
47822006-12-27 Ian Lance Taylor <iant@google.com>
4783
4784 * configure.in: When removing Makefiles to force a reconfigure, also
4785 remove prev-DIR*/Makefile.
4786 * configure: Regenerate.
4787
af71363e
AS
47882006-12-22 Andreas Schwab <schwab@suse.de>
4789
4790 * configure: Regenerate with correct autoconf version.
4791
0b0dc272
AM
47922006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4793
3de8da2a
UB
4794 * configure.in: add AC_SUBST for *_FOR_TARGET.
4795 * configure: Regenerate.
0b0dc272 4796
53b88b73
PB
47972006-12-19 Paolo Bonzini <bonzini@gnu.org>
4798
4799 * configure.in: Simplify logic for rejecting languages that cannot
4800 be built. Separate the case when a language is unsupported,
4801 from the case when the user chooses not to build a language.
4802
400ebff4
PB
48032006-12-19 Paolo Bonzini <bonzini@gnu.org>
4804
4805 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4806 it only affects bootstrap and could be tested on "$host" as well.
4807 * configure: Regenerate.
4808 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4809
8efea775
PB
48102006-12-19 Paolo Bonzini <bonzini@gnu.org>
4811
4812 PR bootstrap/29544
4813 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4814 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4815 move here comment from Makefile.tpl.
4816 * Makefile.tpl: Move some definitions higher in the file.
4817 (STAGE1_CHECKING): New.
4818 * configure.in: Add --enable-stage1-checking.
4819 * configure: Regenerate.
4820 * Makefile.in: Regenerate.
4821
ed88a7ed
PB
48222006-12-19 Paolo Bonzini <bonzini@gnu.org>
4823
4824 * MAINTAINERS: Add myself as build system maintainer.
4825
b65151d3
SM
48262006-12-15 Simon Martin <simartin@users.sourceforge.net>
4827
4828 * MAINTAINERS (Write After Approval): Add myself.
4829
7e050830
EC
48302006-12-13 Eric Christopher <echristo@apple.com>
4831
4832 * MAINTAINERS: Add myself as darwin maintainer.
4833
8b494895
ILT
48342006-12-11 Ian Lance Taylor <ian@airs.com>
4835
4836 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4837
dce2d8b2 48382006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
4839
4840 MAINTAINERS: Update my entry.
4841
58e24147
AM
48422006-12-11 Alan Modra <amodra@bigpond.net.au>
4843
4844 * configure.in: Handle spu makefile frag.
58e24147
AM
4845 * Makefile.tpl (MAINT): Define
4846 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4847 * configure: Regenerate.
4848 * Makefile.in: Regenerate.
4849
9b6f37a0
BE
48502006-12-11 Ben Elliston <bje@au.ibm.com>
4851
4852 * config.guess: Import latest version.
4853 * config.sub: Likewise.
4854
ea6f5c57
BE
48552006-12-11 Ben Elliston <bje@au.ibm.com>
4856
4857 * configure.in (spu-*-*): Don't skip target-libiberty.
4858 * configure: Regenerate.
4859
42c1cd8a
AT
48602006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4861
4862 PR bootstrap/30134
4863 * configure.in: Correct x86 darwin support for libjava to powerpc
4864 and i?86 only.
4865 * configure: Regenerate.
4866
55eb837d
ST
48672006-12-08 Sandro Tolaini <tolaini@libero.it>
4868
4869 * configure.in: Add x86 darwin support for libjava.
4870 * configure: Regenerate.
4871
5bdacbc7
MS
48722006-12-07 Mike Stump <mrs@apple.com>
4873
4874 * Makefile.def (dependencies): Add dependency for
4875 install-target-libssp and install-target-libgomp on
4876 install-gcc.
4877 * Makefile.in: Regenerate.
4878
477d851c
RG
48792006-12-04 Richard Guenther <rguenther@suse.de>
4880
4881 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4882 (Non-Algorithmic Maintainers): Move over non-algorithmic
4883 loop optimizer maintainers, add myself as a non-algorithmic
4884 middle-end maintainer.
4885
5d33d367
DF
48862006-12-04 Daniel Franke <franke.daniel@gmail.com>
4887
4888 * MAINTAINERS (Write After Approval): Add myself.
4889
dbee1fb3
KG
48902006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4891
4892 * configure.in: Update error message for missing GMP/MPFR.
4893
4894 * configure: Regenerate.
4895
b5147de7
KG
48962006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4897
4898 * configure.in: Update MPFR version in error message.
4899
4900 * configure: Regenerate.
4901
f019376c
KG
49022006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4903
4904 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4905 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4906 --with-gmp-lib): New flags.
4907
4908 * configure: Regenerate.
4909
91ed95ae
BM
49102006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4911
4912 * MAINTAINERS (Write After Approval): Change my email address.
4913
3a971f15
MLI
49142006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4915
05170031 4916 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 4917
dce2d8b2 49182006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
4919
4920 * MAINTAINERS (i18n): Update e-mail address.
4921
df5487ee
TS
49222006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4923
4924 * MAINTAINERS (spu port): Add myself as maintainer.
4925 (Write After Approval): Remove myself.
4926
92c2f0ee
BE
49272006-11-22 Ben Elliston <bje@au.ibm.com>
4928
4929 * configure.in (skipdirs): Don't build libssp for SPU.
4930 * configure: Regenerate.
4931
a3b97199
AP
49322006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4933
4934 * MAINTAINERS (spu port): Add myself as maintainer.
4935 (libobjc): Update my email address.
4936
0eb97064
AB
49372006-11-21 Andrea Bona <andrea.bona@st.com>
4938
4939 * MAINTAINERS (Write After Approval): Add myself.
4940
dce2d8b2 49412006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
4942
4943 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4944 * configure : Rebuilt.
4945
dce2d8b2 49462006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
4947
4948 * MAINTAINERS (Write After Approval): Add myself.
4949
d58542ea
AO
49502006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4951
4952 * MAINTAINERS (Write After Approval): Add myself.
4953
a357b5ae
KG
49542006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4955
4956 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4957 libmpfr.a.
4958 * configure: Regenerate.
4959
9bd6112c
PB
49602006-11-16 Paolo Bonzini <bonzini@gnu.org>
4961
4962 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4963 (unstage): Test for stage_last presence.
4964
4965 PR bootstrap/29802
dce2d8b2
EB
4966 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4967 STAGE_PREFIX.
9bd6112c
PB
4968 * Makefile.in: Regenerate.
4969
c8cf9f0f
ZD
49702003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4971
4972 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4973 maintainers.
4974
467b1fc6
ER
49752006-11-14 Erven Rohou <erven.rohou@st.com>
4976
4977 * MAINTAINERS (Write After Approval): Add myself.
4978
995a5697
PB
49792006-11-14 Paolo Bonzini <bonzini@gnu.org>
4980
4981 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4982 and stageN-package/Makefile.
4983 * Makefile.in: Regenerated.
4984
c8d6d53e
JZ
49852006-11-14 Jie Zhang <jie.zhang@analog.com>
4986
4987 * configure.in: Remove target-libgloss from noconfigdirs for
4988 bfin-*-*.
4989 * configure: Regenerated.
4990
dffb147d
KG
49912006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4992
4993 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 4994
dffb147d
KG
4995 * configure: Regenerate.
4996
ca558912
KG
49972006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4998
4999 * configure.in: Robustify error message for missing GMP/MPFR.
5000
5001 * configure: Regenerate.
5002
dce2d8b2 50032006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
5004
5005 * MAINTAINERS (Write After Approval): Add myself.
5006
dce2d8b2 50072006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
5008
5009 * MAINTAINERS: Change email address.
5010
91de1527
VP
50112006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5012
5013 * MAINTAINERS (Write After Approval): Add myself.
5014
a3867703
PB
50152006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5016
5017 * MAINTAINERS (Write After Approval): Add myself.
5018
b4364fa2
CL
50192006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5020
7e050830 5021 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 5022 Write After Approval section.
b4364fa2 5023
70ec446f
KG
50242006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5025
5026 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5027 need_gmp anymore.
5028 * configure: Regenerate.
5029
018c8d88
TB
50302006-10-16 Tobias Burnus <burnus@net-b.de>
5031
5032 * MAINTAINERS (Write After Approval): Add myself.
5033
f6a1687e
BE
50342006-10-16 Ben Elliston <bje@au.ibm.com>
5035
5036 * config.guess: Import latest version.
5037 * config.sub: Likewise.
5038
b5422ad7
BM
50392006-10-10 Brooks Moses <bmoses@stanford.edu>
5040
5041 * Makefile.def: Added pdf target handling.
5042 * Makefile.tpl: Added pdf target handling.
5043 * Makefile.in: Regenerated.
5044
bdcee471
CL
50452006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5046
5047 * MAINTAINERS: Add self as score port maintainer.
5048
7d610414
BM
50492006-10-04 Brooks Moses <bmoses@stanford.edu>
5050
5051 * MAINTAINERS (Write After Approval): Add myself.
5052
e48d66a9
SK
50532006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5054
7e050830 5055 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
5056 or newer.
5057 * configure: Regenerated.
5058
c394e891
DB
50592006-09-27 Dave Brolley <brolley@redhat.com>
5060
dce2d8b2
EB
5061 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5062 using $s instead of $r.
c394e891
DB
5063 * configure: Regenerated.
5064
1ee4c5a0
TS
50652006-09-26 Thiemo Seufer <ths@mips.com>
5066
5067 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5068 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5069 * configure: Regenerate.
5070
dce2d8b2 50712006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
5072
5073 * MAINTAINERS (Write After Approval): Remove myself.
5074
0c502898
CF
50752006-09-22 Chao-ying Fu <fu@mips.com>
5076
5077 * MAINTAINERS (Write After Approval): Add myself.
5078
a7819e42
JM
50792006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5080
5081 * MAINTAINERS: Add self as soft-fp maintainer.
5082
dce2d8b2 50832006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
5084
5085 * MAINTAINERS: Add myself as avr maintainer.
5086 Remove Marek Michalkiewicz as avr maintainer.
827d0991 5087
e8288489
RC
50882006-09-07 Roberto Costa <roberto.costa@st.com>
5089
5090 * MAINTAINERS (Write After Approval): Add myself.
5091
b91f0a41
CV
50922006-08-30 Corinna Vinschen <corinna@vinschen.de>
5093
5094 * configure.in: Never build newlib for a Mingw host.
5095 Never build newlib as Mingw target library.
5096 Test the existence of winsup/cygwin for building a Cygwin newlib,
5097 rather than just winsup.
5098 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5099 building a Mingw target.
5100 * configure: Regenerate.
5101
094c07a0
EB
51022006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5103
5104 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5105
8d1171cb
PB
51062006-07-25 Paolo Bonzini <bonzini@gnu.org>
5107
5108 * config.guess: Import from src (was more updated).
5109 * config.sub: Likewise.
5110
2e9e6f68
DJ
51112006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5112
5113 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5114 * configure: Regenerated.
5115
57255173
PB
51162006-07-18 Paolo Bonzini <bonzini@gnu.org>
5117
cc6010cd
AP
5118 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5119 for stages after the first.
57255173 5120
9fbe6585
JJ
51212006-07-17 Jakub Jelinek <jakub@redhat.com>
5122
5123 * Makefile.def: Add dependencies for configure-opcodes
5124 on configure-intl and all-opcodes on all-intl.
5125 * Makefile.in: Regenerated.
5126
18c3f977
BE
51272006-07-13 Ben Elliston <bje@au.ibm.com>
5128
5129 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5130
27b56ba6
PE
51312006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5132
5133 Port to hosts whose 'sort' and 'tail' implementations
5134 treat operands with leading '+' as file names, as POSIX
5135 has required since 2001. However, make sure the code still
5136 works on pre-POSIX hosts.
5137 * ltmain.sh: Don't assume "sort +2" is equivalent to
5138 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5139
ad6d4e43
UW
51402006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5141
5142 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5143
706601d9
PG
51442006-07-04 Peter O'Gorman <peter@pogma.com>
5145
5146 * ltconfig: chmod 644 before ranlib during install.
5147
0b50988a
EB
51482006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5149
5150 PR bootstrap/18058
5151 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5152 if the bootstrap compiler is a GCC version that supports it.
5153 * configure: Regenerate.
5154
b6348cb3
PB
51552006-07-03 Paolo Bonzini <bonzini@gnu.org>
5156
95695ad3 5157 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
5158 * configure: Regenerate.
5159
1546bb64
PB
51602006-07-03 Paolo Bonzini <bonzini@gnu.org>
5161
5162 PR other/27063
5163 * configure.in: Test subdir_requires and give an appropriate
5164 error message.
5165 * configure: Regenerate.
5166
5cb6c629
AJH
51672006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5168
5169 * MAINTAINERS (Write After Approval): Add myself.
5170
f4d8cdf8
JDA
51712006-06-22 John David Anglin <dave.anglin@nrc.ca>
5172
5173 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5174
4fe5abb7
SE
51752006-06-22 Steve Ellcey <sje@cup.hp.com>
5176
5177 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5178
2a79fd67
DA
51792006-06-20 David Ayers <d.ayers@inode.at>
5180
5181 PR bootstrap/28072
5182 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5183 whether target-libjava is being configured instead of whether the
5184 java front end is enabled.
5185 * configure: Regenerate.
7e050830 5186
04879af3
RO
51872006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5188
5189 PR target/27540
5190 * configure.in: Only enable libgomp on IRIX 6.
5191 * configure: Regenerate.
5192
ec6c7392
PB
51932006-06-15 Paolo Bonzini <bonzini@gnu.org>
5194
5195 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5196 too.
5197 * Makefile.in: Regenerate.
5198
12973d7a
DD
51992006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5200
5201 * config-ml.in: Alter CCASFLAGS to include special
5202 multilib options the same as is done for CFLAGS.
5203
c67ed86a
JDA
52042006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5205
5206 * configure.in: Don't enable libgomp on hpux10.
5207 * configure: Rebuilt.
5208
cb253473
DA
52092006-06-12 David Ayers <d.ayers@inode.at>
5210
5211 PR bootstrap/27963
5212 PR target/19970
7e050830 5213 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
5214 ${libgcj} is specified.
5215 * configure: Regenerate.
7e050830 5216
dce2d8b2 52172006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
5218
5219 Sync from src:
7e050830
EC
5220
5221 * configure.in: Sync.
32845532 5222 * configure: Regenerated.
7e050830 5223
32845532
CD
5224 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5225
5226 * Makefile.def: Added dependencies from sim and gdb on intl, and
5227 added configure dependencies to everything with an all dependency
5228 on intl.
5229 * Makefile.in: Regenerated.
5230
7cd0cf9c
DA
52312006-06-06 David Ayers <d.ayers@inode.at>
5232
5233 PR libobjc/13946
5234 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5235 * Makefile.in: Regenerate.
5236 * configure.in: Add --enable-objc-gc at toplevel and have it
5237 enable boehm-gc for Objective-C.
5238 Remove target-boehm-gc from libgcj.
5239 Add target-boehm-gc to target_libraries.
5240 Add target-boehm-gc to noconfigdirs where ${libgcj}
5241 is specified.
5242 Assert that boehm-gc is supported when requested for Objective-C.
5243 Only build boehm-gc if needed either for Java or Objective-C.
5244 * configure: Regenerate.
7e050830 5245
3ff3adad
PB
52462006-06-05 Paolo Bonzini <bonzini@gnu.org>
5247
5248 PR 27674
5249 * Makefile.tpl (configure-[+prefix+][+module+],
5250 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5251 Remove rule to unstage bootstrapped modules.
5252 (stage_current): New.
5253 * Makefile.in: Regenerate.
5254
898e551d
LB
52552006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5256
5257 * MAINTAINERS (Write After Approval): Update my e-mail address.
5258
ea60341e
MS
52592006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5260
5261 * include/libiberty.h: Declare pex_run_in_environment.
5262
222ae291
AL
52632006-05-31 Asher Langton <langton2@llnl.gov>
5264
5265 * MAINTAINERS (Write After Approval): Add myself.
898e551d 5266
e9a54b07
PB
52672006-05-25 Paolo Bonzini <bonzini@gnu.org>
5268
5269 * Makefile.def (bfd, opcodes): Fix lib_path.
5270 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5271 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5272 * Makefile.in: Regenerate.
5273
03e67131
CD
52742006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5275
5276 * Makefile.in: Regenerate.
5277
65d6e994
CD
52782006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5279
5280 * Makefile.def: Add install-html target. Add datarootdir
5281 docdir and htmldir to flags_to_pass.
5282 * Makefile.tpl: Add install-html target.
5283 * Makefile.in: Regenerate.
5284 * configure.in: Add --with-datarootdir, --with-docdir, and
5285 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5286 * configure: Regenerate.
5287
9e299237
MS
52882006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5289
5290 * configure.in: Enable gprof for cross builds.
5291 * configure: Regenerate.
5292
c31202cd
RG
52932006-05-22 Richard Guenther <rguenther@suse.de>
5294
5295 Revert
5296 2006-01-31 Richard Guenther <rguenther@suse.de>
5297 Paolo Bonzini <bonzini@gnu.org>
5298
5299 * Makefile.def (target_modules): Add libgcc-math target module.
5300 * configure.in (target_libraries): Add libgcc-math target library.
5301 (--enable-libgcc-math): New configure switch.
5302 * Makefile.in: Re-generate.
5303 * configure: Re-generate.
5304 * libgcc-math: New toplevel directory.
5305
2a332582
JDA
53062006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5307 Andreas Tobler <a.tobler@schweiz.ch>
5308
5309 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5310 * configure: Rebuilt.
5311
dce2d8b2 53122006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 5313
ccce6917
SL
5314 * MAINTAINERS (Write After Approval): Add myself.
5315
ed606bc0
DD
53162006-05-01 DJ Delorie <dj@redhat.com>
5317
3d8f47a0 5318 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
5319 * configure: Regenerate.
5320
9386bd20
RG
53212006-05-01 Richard Guenther <rguenther@suse.de>
5322
5323 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5324 maintainer.
5325
dce2d8b2 53262006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
5327
5328 * MAINTAINERS (Write After Approval): Add myself.
5329
87ceee72
JB
53302006-04-28 Jan Beulich <jbeulich@novell.com>
5331
5332 * MAINTAINERS (Write After Approval): Add myself.
5333
e88a2c09
DD
53342006-04-18 DJ Delorie <dj@redhat.com>
5335
5336 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5337 reference libgloss so that libssp can be built in a combined
5338 tree.
5339 * configure: Regenerate.
5340
675f0a8a
RM
53412006-04-08 Robert Millan <rmh@gcc.gnu.org>
5342
5343 * MAINTAINERS (Write After Approval): Add myself.
5344
27b6c940
BE
53452006-04-05 Ben Elliston <bje@au.ibm.com>
5346
5347 * configure.in: Require makeinfo 4.4 or higher.
5348 * configure: Regenerate.
5349
687b17d4
GP
53502006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
5351
5352 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5353 Rearrange the entries of other libraries to have them in one place.
5354
906ac235
JB
53552006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
5356
7e050830 5357 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
5358 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5359
fb0103e5
RG
53602006-03-14 Richard Guenther <rguenther@suse.de>
5361
5362 * configure: Regenerate with autoconf 2.13.
5363
17237f6b
JB
53642006-03-13 Jim Blandy <jimb@codesourcery.com>
5365
5366 * MAINTAINERS: Use my work address.
bed31434
JB
5367
5368 * MAINTAINERS: Update my E-mail address.
5369
27079765
AH
53702006-03-10 Aldy Hernandez <aldyh@redhat.com>
5371
5372 * configure.in: Handle --disable-<component> generically.
5373 * configure: Regenerate.
5374
54a17039
L
53752006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5376
5377 PR libgcj/17311
5378 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5379
b9bd11ca
EE
53802006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
5381
5382 * MAINTAINERS (Write After Approval): Remove myself.
5383 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5384
dce2d8b2 53852006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 5386
072b06f2
RE
5387 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5388 (TARGET_CONFIGDIRS): Remove.
5389 * configure.in: Remove AC_SUBST(target_configdirs).
5390 * Makefile.in, configure: Regenerated.
ee2312f3 5391
936e1a35
SK
53922006-02-20 Steven G. Kargl <kargls@comcast.net>
5393
5394 * MAINTAINERS (Write After Approval): Remove myself.
5395 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5396
cc11cc9b
PB
53972006-02-20 Paolo Bonzini <bonzini@gnu.org>
5398
5399 PR bootstrap/25670
5400
5401 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5402
5403 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5404 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5405 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5406 BUILD_PREFIX, BUILD_PREFIX_1.
5407 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5408
5409 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5410 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5411
5412 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5413 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5414 of `cat stage_current`. Always provide the `r' and `s' variables.
5415 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5416 a single shell execution.
5417 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5418 bootstrapped modules, make the stage1 module if the build was not
5419 started yet, else build the current stage.
5420 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5421 (all-build, all-host, all-target, [+make_target+]-host,
5422 [+make_target+]-target): Do not use \-continued lines.
5423 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5424 (current_stage, restrap, stage_last): New.
5425
5426 * Makefile.in: Regenerate.
5427 * configure: Regenerate.
5428
63a7c9ef
BD
54292006-02-19 Bud Davis <jmdavis@link.com>
5430
5431 * MAINTAINERS (Write After Approval): Remove myself.
5432 (Language Front End Maintainers): Add myself as fortran 95
5433 maintainer and update e-mail address.
5434
a3543e3a
FXC
54352006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5436
5437 * MAINTAINERS (Write After Approval): Remove myself.
5438 (Language Front End Maintainers): Add myself as fortran 95
5439 maintainer.
5440
ca5b1d2c
VK
54412006-02-16 Victor Kaplansky <victork@il.ibm.com>
5442
5443 * MAINTAINERS (Write After Approval): Add myself.
5444
0499513f
TK
54452006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5446
5447 * MAINTAINERS (Write After Approval): Remove myself.
5448 (Language Front End Maintainers): Add myself as
5449 fortran 95 maintainer.
5450
d1f8db0c
PB
54512006-02-14 Paolo Bonzini <bonzini@gnu.org>
5452
5453 Sync from src:
5454
5455 2005-12-27 Leif Ekblad <leif@rdos.net>
5456
cc6010cd
AP
5457 * configure.in: Add support for RDOS target.
5458 * configure: Regenerate.
d1f8db0c
PB
5459
54602006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 5461 Andreas Schwab <schwab@suse.de>
d1f8db0c 5462
cc6010cd 5463 * configure: Regenerate.
d1f8db0c 5464
cac90078
DE
54652006-02-12 David Edelsohn <edelsohn@gnu.org>
5466
5467 * configure.in (enable_libgomp): Add AIX.
5468 * configure: Regenerate.
5469
bd37fbf5
MK
54702006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5471
5472 * MAINTAINERS (Write After Approval): Add myself.
7e050830 5473
23027b7a
LM
54742006-02-03 Lee Millward <lee.millward@gmail.com>
5475
5476 * MAINTAINERS (Write After Approval): Add myself.
7e050830 5477
0058967b
RG
54782006-01-31 Richard Guenther <rguenther@suse.de>
5479 Paolo Bonzini <bonzini@gnu.org>
5480
5481 * Makefile.def (target_modules): Add libgcc-math target module.
5482 * configure.in (target_libraries): Add libgcc-math target library.
5483 (--enable-libgcc-math): New configure switch.
5484 * Makefile.in: Re-generate.
5485 * configure: Re-generate.
5486 * libgcc-math: New toplevel directory.
5487
e8b05380
PB
54882006-01-26 Paolo Bonzini <bonzini@gnu.org>
5489
5490 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5491 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5492 the assembler, linker and binutils.
5493 * configure: Regenerate.
5494
d54d5437
DM
54952006-01-22 Dirk Mueller <dmueller@suse.de>
5496
5497 * MAINTAINERS (Write After Approval): Add myself.
5498
670cbfcf
DN
54992006-01-20 Diego Novillo <dnovillo@redhat.com>
5500
5501 * configure: Regenerate.
5502
953ff289
DN
55032006-01-18 Richard Henderson <rth@redhat.com>
5504 Jakub Jelinek <jakub@redhat.com>
5505 Diego Novillo <dnovillo@redhat.com>
5506
5507 * libgomp: New directory.
5508 * Makefile.def: Add target_module libgomp.
5509 * Makefile.in: Regenerate.
5510 * configure.in (target_libraries): Add target-libgomp.
5511 * configure: Regenerate.
5512
32ce4048
AO
55132006-01-05 Alexandre Oliva <aoliva@redhat.com>
5514
5515 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5516 @ from continuation.
5517 * Makefile.in: Rebuilt.
5518
0eaf8e17 55192006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 5520
c76c0c83
CL
5521 * MAINTAINERS (Write After Approval): Add myself.
5522
2d309510
PB
55232006-01-04 Paolo Bonzini <bonzini@gnu.org>
5524
5525 PR bootstrap/24252
5526
5527 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5528 * Makefile.tpl (OBJDUMP): New.
5529 (EXTRA_HOST_FLAGS): Add it.
5530 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5531
953ff289
DN
5532 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5533 to use symbolic links between directories. Avoid race conditions
5534 or make them harmless.
5535 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
5536
5537 * Makefile.def (LEAN): Pass.
5538 * Makefile.tpl (LEAN): Define.
5539 (stage[+id+]-start): Accept that the previous directory does not
5540 exist, if the bootstrap is lean.
5541 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5542 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5543 configure substitution.
5544 ([+compare-target+]): Likewise.
5545 ([+bootstrap-target+]-lean): New.
5546 * configure.in: Remove lean bootstrap support from here.
5547
953ff289
DN
5548 * Makefile.in: Regenerate.
5549 * configure: Regenerate.
2d309510 5550
368872c3
BE
55512006-01-04 Ben Elliston <bje@au.ibm.com>
5552
5553 * MAINTAINERS (libdecnumber): Add myself.
5554
d79e6356
MM
55552006-01-02 Mark Mitchell <mark@codesourcery.com>
5556
5557 * libtool-ldflags: New script.
5558
a6fbc1e2
AS
55592006-01-02 Andreas Schwab <schwab@suse.de>
5560
5561 * configure.in: When reconfiguring remove Makefile in
5562 all stage directories.
5563 * configure: Regenerate.
5564
103a4b39
SB
55652005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
5566
5567 * MAINTAINERS: Update my email address.
5568
212f829c
PB
55692005-12-20 Paolo Bonzini <bonzini@gnu.org>
5570
5571 Revert Ada-related part of the previous change.
5572
5573 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5574 Do not pass.
5575 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5576 * Makefile.in: Regenerate.
5577 * configure.in: Do not include mt-ppc-aix target fragment.
5578 * configure: Regenerate.
5579
8ef1f2df
PB
55802005-12-19 Paolo Bonzini <bonzini@gnu.org>
5581
5582 * configure.in: Select appropriate fragments for PowerPC/AIX.
5583 * configure: Regenerate.
5584
5585 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5586 BOOT_CFLAGS, BOOT_LDFLAGS.
5587 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5588 BOOT_CFLAGS, BOOT_LDFLAGS.
5589 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5590 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5591 (stage): Fail if we cannot complete the work.
5592 * Makefile.in: Regenerate.
5593
ab34901f
NS
55942005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5595
5596 * configure.in: Replace ms1 with mt.
5597 * configure: Rebuilt.
5598
cbe82f21
BM
55992005-12-15 Bryce McKinlay <mckinlay@redhat.com>
5600
5601 * MAINTAINERS: Update my email address.
5602
19843472
PB
56032005-12-15 Paolo Bonzini <bonzini@gnu.org>
5604
5605 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5606 install-host-nogcc): Don't invoke $(stage) at the end.
5607 * Makefile.in: Regenerate.
5608
1ca26cd2
PB
56092005-12-14 Paolo Bonzini <bonzini@gnu.org>
5610
5611 * configure.in: Flip the top-level bootstrap switch.
5612 * configure: Regenerate.
5613
f41d6665
DJ
56142005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5615
5616 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5617 $(stage) and $(unstage).
5618 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5619 (all): Remove stray semicolon.
5620 (local-distclean): Don't handle multilib.tmp and multilib.out.
5621 (install.all): Set $s for consistency.
5622 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5623 check_multilibs setting. Always make the install directory.
5624 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5625 Correct @if/@endif.
5626 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5627 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5628 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5629 (multilib.out): Remove.
5630 * Makefile.in: Regenerated.
5631
dce2d8b2 56322005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
5633
5634 * MAINTAINERS (Write After Approval): Add myself.
5635
64f182bd
NS
56362005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5637
121b2cee
NS
5638 * MAINTAINERS: Add myself as mt maintainer.
5639
64f182bd
NS
5640 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5641
a6d63770
AN
56422005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5643
5644 * MAINTAINERS: Change email address.
5645
2abefe3d
PB
56462005-12-05 Paolo Bonzini <bonzini@gnu.org>
5647
5648 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5649 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5650 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5651 Find in-tree tools if available.
5652 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5653 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5654 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5655 (COMPILER_*_FOR_TARGET): New.
5656 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5657 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5658 (CONFIGURED_*, USUAL_*): Remove.
5659 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5660 STRIP): Use autoconf substitutions.
5661 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5662 COMPILER_NM_FOR_TARGET): New.
5663 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5664
5665 (all): Make all-host and all-target in parallel.
5666 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5667 that $$r and $$s are set before invoking a recursive make.
5668 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5669 ([+bootstrap-target+]): Inline most of the `all' target.
5670
2f3bdde7
BE
56712005-11-29 Ben Elliston <bje@au.ibm.com>
5672
5673 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5674 from the gcc build directory.
5675 * Makefile.in: Regenerate.
5676
a4b6c45a
BE
56772005-11-29 Ben Elliston <bje@au.ibm.com>
5678
5679 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5680 depend on all-libdecnumber.
5681 * configure.in (host_libs): Include libdecnumber.
5682 * Makefile.in: Regenerate.
5683 * configure: Likewise.
5684
473a74b9
BE
56852005-11-29 Ben Elliston <bje@au.ibm.com>
5686
5687 * libdecnumber: Import decNumber sources from the dfp-branch.
5688
b4623110
KJ
56892005-11-21 Kean Johnston <jkj@sco.com>
5690
5691 * config.sub, config.guess: Sync from upstream sources.
5692
67dc1785
BE
56932005-11-21 Ben Elliston <bje@au.ibm.com>
5694
5695 Import from Autoconf sources:
5696
5697 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5698 * config/move-if-change: Don't output "$2 is unchanged";
5699 suggested by Ben Elliston. Handle weird characters correctly.
5700
186abafe
AT
57012005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5702
5703 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5704 to match upstream libtool for darwin.
5705
ef9db8d5
DJ
57062005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5707
5708 * Makefile.def: Remove gdb dependencies for gdbtk.
5709 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5710 (configure-gdb, install-gdb): New rules.
5711 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5712 * Makefile.in, configure: Regenerated.
5713
9c5141ab
JB
57142005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5715
5716 * MAINTAINERS (Write After Approval): Add myself.
5717
4523d51b
EE
57182005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5719
5720 * MAINTAINERS (Write After Approval): Add myself.
5721
086b011c
DN
57222005-10-24 Diego Novillo <dnovillo@redhat.com>
5723
5724 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5725 Diego Novillo.
5726
e7c84bf8
PB
57272005-10-22 Paolo Bonzini <bonzini@gnu.org>
5728
5729 PR bootstrap/24297
5730 * Makefile.tpl (do-[+make-target+], do-check, install,
5731 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5732 are set before recursing.
5733 * Makefile.in: Regenerate.
5734
b88a7564
EB
57352005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5736
5737 PR bootstrap/18939
5738 * Makefile.def (gcc) <target>: Fix thinko.
5739 * Makefile.in: Regenerate.
5740
61efc800
BS
57412005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5742
5743 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5744 * configure: Regenerate.
5745
f53d2869
JZ
57462005-10-15 Jie Zhang <jie.zhang@analog.com>
5747
5748 * MAINTAINERS (Write After Approval): Add self.
5749
077fc835
KH
57502005-10-08 Kazu Hirata <kazu@codesourcery.com>
5751
5752 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5753 target-libffi, target-qthreads, target-libjava, and
5754 targetlibobjc.
5755 * configure: Regenerate.
5756
d739199a
DJ
57572005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5758
5759 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5760 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5761 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5762 (USUAL_OBJDUMP_FOR_TARGET): New.
5763 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5764 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 5765 * configure, Makefile.in: Regenerated.
d739199a 5766
db38c6bb
PB
57672005-10-05 Paolo Bonzini <bonzini@gnu.org>
5768
5769 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5770 before other host packages.
5771
3015564c
KK
57722005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5773
5774 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5775
1061f99e
PB
57762005-10-05 Paolo Bonzini <bonzini@gnu.org>
5777
5778 PR bootstrap/22340
5779
5780 * configure.in (default_target): Remove.
5781 * Makefile.tpl (all): Do not use prerequisites as subroutines
5782 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5783 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5784 use prerequisites as subroutines.
5785 (check-host, check-target): New.
5786 (bootstrap configure & all targets): Do not use stage*-start
5787 if the directory layout is already ok.
5788 (non-bootstrap configure & all targets): Prepend a $(unstage).
5789 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5790 (NOTPARALLEL): Remove.
5791 (unstage, stage variables): New variables.
5792 (unstage, stage targets): Simply expand to those variables.
5793
5794 * configure: Regenerate.
5795 * Makefile.in: Regenerate.
5796
4a9c436f
JW
57972005-10-04 James E Wilson <wilson@specifix.com>
5798
5799 * Makefile.def (lang_env_dependencies): Add libmudflap.
5800 * Makefile.in: Regenerate.
5801
37150080
AS
58022005-10-03 Andreas Schwab <schwab@suse.de>
5803
5804 Backport from libtool CVS:
5805 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5806
5807 * ltmain.sh: add support for installing into temporary
5808 staging area (e.g. 'make install DESTDIR=...')
5809
39d16468
L
58102005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5811
5812 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5813 * configure: Regenerated.
5814
72a7ab82
AP
58152005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5816
5817 * configure: Regenerate with the correct
5818 autoconf version.
5819
6b65a26d
CM
58202005-09-30 Catherine Moore <clm@cm00re.com>
5821
5822 * configure.in (bfin-*-*): New.
5823 * configure: Regenerated.
5824
040b1c5a
GK
58252005-09-28 Geoffrey Keating <geoffk@apple.com>
5826
5827 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5828 (LIPO_FOR_TARGET): New.
5829 (CONFIGURED_LIPO_FOR_TARGET): New.
5830 (USUAL_LIPO_FOR_TARGET): New.
5831 (STRIP_FOR_TARGET): New.
5832 (CONFIGURED_STRIP_FOR_TARGET): New.
5833 (USUAL_STRIP_FOR_TARGET): New.
5834 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5835 STRIP_FOR_TARGET.
5836 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5837 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5838 * Makefile.in: Regenerate.
5839 * configure: Regenerate.
7e050830 5840
3a3c28db
DE
58412005-09-19 David Edelsohn <edelsohn@gnu.org>
5842
5843 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5844 (rs6000-*-aix*): Same.
5845 * configure: Regenerate.
5846
2749a921
TT
58472005-09-16 Tom Tromey <tromey@redhat.com>
5848
5849 * MAINTAINERS: Add self as java maintainer.
5850
7f26dfa3
FXC
58512005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5852
5853 * configure.in: Recognize f95 in the --enable-languages option,
5854 and substitute it for fortran, issuing a warning.
5855 * configure: Regenerate.
5856
d8852c4f
PE
58572005-08-30 Phil Edwards <phil@codesourcery.com>
5858
5859 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5860 * configure: Regenerated.
5861
ad685e81
AH
58622005-08-22 Aldy Hernandez <aldyh@redhat.com>
5863
5864 * MAINTAINERS: Add self as ms1 maintainer.
5865
b00d752c
RE
58662005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5867
5868 * Makefile.def (libssp): Add to lang_env_dependencies.
5869 * Makefile.in: Regenerate.
5870
9ed8fb9b
ILT
58712005-08-18 Ian Lance Taylor <ian@airs.com>
5872
5873 * MAINTAINERS: Add myself as middle-end maintainer.
5874
0f029d39
CG
58752005-08-17 Christian Groessler <chris@groessler.org>
5876
5877 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5878 * Makefile.in: Regenerate.
5879
81087874
AK
58802005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5881
5882 * MAINTAINERS (write after approval): Added myself.
5883
6a134f1c
MR
58842005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5885
5886 * MAINTAINERS (Write After Approval): Add myself.
5887
2693c0b0
PB
58882005-08-12 Paolo Bonzini <bonzini@gnu.org>
5889
5890 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5891 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5892 Look for alternate names of the target cc and c++
5893 * configure: Regenerate.
5894
4de997d1
PB
58952005-08-08 Paolo Bonzini <bonzini@gnu.org>
5896
5897 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5898 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5899 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5900 tools; remove code to manually set them.
5901 (Target tools): Look in the environment for them.
5902 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5903 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5904 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5905 build directory.
5906 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5907 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5908 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5909 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5910 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5911 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5912 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5913 * configure: Regenerate.
5914 * Makefile.in: Regenerate.
5915
b089e33a
BE
59162005-07-28 Ben Elliston <bje@au.ibm.com>
5917
5918 * MAINTAINERS: Update for removed CPU targets.
5919
e3791243
MM
59202005-07-27 Mark Mitchell <mark@codesourcery.com>
5921
5922 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 5923 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
5924 * Makefile.in: Regenerated.
5925
526635cb
MM
59262005-07-26 Mark Mitchell <mark@codesourcery.com>
5927
5928 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5929 (CFLAGS_FOR_TARGET): Use it.
5930 (CXXFLAGS_FOR_TARGET): Likewise.
5931 * Makefile.in: Regenerated.
5932 * configure.in (--with-build-sysroot): New option.
5933 * configure: Regenerated.
5934
19791f70
PB
59352005-07-24 Paolo Bonzini <bonzini@gnu.org>
5936
5937 * Makefile.tpl: Wrap install between unstage and stage
5938 * Makefile.in: Regenerate.
5939
35f5a23f
EC
59402005-07-21 Eric Christopher <echristo@apple.com>
5941
5942 * MAINTAINERS: Update affiliation.
5943
ff3ddf15
PW
59442005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5945
5946 * MAINTAINERS: Add self as crx port maintainer.
5947
3a664c1c
DD
59482005-07-20 DJ Delorie <dj@redhat.com>
5949
5950 * MAINTAINERS: Add self as m32c maintainer.
5951
539df155
KC
59522005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5953
5954 * all files: Update FSF address.
5955
be9c593a
EC
59562005-07-15 Eric Christopher <echristo@redhat.com>
5957
5958 * MAINTAINERS: Change affiliation.
5959
fd7ea4ab
JB
59602005-07-14 Jim Blandy <jimb@redhat.com>
5961
5962 * configure.in: Add cases for Renesas m32c.
5963 * configure: Regenerated.
7e050830 5964
0063a823
KC
59652005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5966
d0ca130a
KC
5967 * COPYING.LIB: Update from fsf.org.
5968
59692005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5970
5971 * COPYING, compile, config.guess,
0063a823
KC
5972 config.sub, install-sh, missing, mkinstalldirs,
5973 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 5974 * config-ml.in: Update FSF address.
0063a823 5975
a8ba31f2
EC
59762005-07-13 Eric Christopher <echristo@redhat.com>
5977
5978 * configure.in: Add toplevel noconfigdir support for tpf.
5979 * configure: Regenerate.
5980
5bea4a03
PB
59812005-07-11 Paolo Bonzini <bonzini@gnu.org>
5982
5983 PR ada/22340
5984
5985 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5986 * Makefile.in: Regenerate.
5987
284bdbbd
MM
59882005-07-07 Mark Mitchell <mark@codesourcery.com>
5989
5990 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 5991 Brolley to write-after-approval.
284bdbbd 5992
452190fb
AS
59932005-07-07 Andreas Schwab <schwab@suse.de>
5994
5995 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5996 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5997 * Makefile.in: Regenerated.
5998
9c8f9ec2
GK
59992005-07-06 Geoffrey Keating <geoffk@apple.com>
6000
6001 * configure.in: Don't build sim or rda when targetting darwin.
6002 * configure: Regenerate.
6003
ef0087a7
KH
60042005-07-06 Kazu Hirata <kazu@codesourcery.com>
6005
6006 * configure.in: Add --enable-libssp and --disable-libssp.
6007 * configure: Regenerate with autoconf-2.13.
6008
77008252
JJ
60092005-07-02 Jakub Jelinek <jakub@redhat.com>
6010
6011 * Makefile.def (target_modules): Add libssp.
6012 * configure.in (target_libraries): Add target-libssp.
6013 * configure: Rebuilt.
6014 * Makefile.in: Rebuilt.
6015
a04eae1b
ZW
60162005-07-01 Zack Weinberg <zackw@panix.com>
6017
6018 * MAINTAINERS: Change email address. Resign from maintainership.
6019
948884cd
RG
60202005-07-01 Richard Guenther <rguenther@suse.de>
6021
6022 * MAINTAINERS: Change my e-mail address and affiliation.
6023
c7870f5d
PB
60242005-06-22 Paolo Bonzini <bonzini@gnu.org>
6025
6026 * Makefile.def (stagefeedback): Come after profile.
6027 Define profiledbootstrap target.
6028 * Makefile.tpl (profiledbootstrap): Remove.
6029 (stageprofile-end): Zap stagefeedback.
6030 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6031 * Makefile.in: Regenerate.
6032
ab99519a
RS
60332005-06-13 Richard Sandiford <richard@codesourcery.com>
6034
6035 * MAINTAINERS: Update my email address.
6036
f610dd5f
ZW
60372005-06-13 Zack Weinberg <zack@codesourcery.com>
6038
6039 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6040 In 'cpp' stanza, support '#line' as well as '# '.
6041
71bc2a83
AS
60422005-06-08 Andreas Schwab <schwab@suse.de>
6043
6044 * MAINTAINERS: Move myself from 'Write After Approval' to
6045 'CPU Port Maintainers' section as m68k maintainer.
6046
4fab7234
HPN
60472005-06-07 Hans-Peter Nilsson <hp@axis.com>
6048
6049 * configure.in (unsupported_languages): New macro.
6050 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6051 non-ported target libraries in noconfigdirs.
6052 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6053 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 6054 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
6055 unsupported_languages.
6056 * configure: Regenerate.
6057
68193f9b
TS
60582005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6059
6060 * configure.in: Fix typo in handling of --with-mpfr-dir.
6061 * configure: Regenerate.
6062
f26f6b8d
RS
60632005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6064
6065 * MAINTAINERS: Update my email address.
6066
ba4853f8
JB
60672005-06-02 Jim Blandy <jimb@redhat.com>
6068
6069 * config.sub: Add cases for the Renesas m32c. (This patch has been
6070 accepted into the master sources.)
6071
79dd769c 60722005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
6073 Michael Snyder <msnyder@redhat.com>
6074 Stan Cox <scox@redhat.com>
79dd769c 6075
f610dd5f 6076 * configure.in: Set noconfigdirs for ms1.
79dd769c 6077
f610dd5f 6078 * configure: Regenerate.
79dd769c 6079
d29e107f
JD
60802005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6081
6082 * MAINTAINERS (Write After Approval): Add self.
6083
e93196c3
JC
60842005-06-01 Josh Conner <jconner@apple.com>
6085
6086 * MAINTAINERS (Write After Approval): Add self.
6087
ae263c7a
KH
60882005-06-01 Kazu Hirata <kazu@codesourcery.com>
6089
6090 * MAINTAINERS: Update my email address.
6091
585b3aa3
ZM
60922005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6093
6094 * MAINTAINERS (Write After Approval): Add self.
6095
4930c50b
CD
60962005-05-26 Chris Demetriou <cgd@broadcom.com>
6097
6098 * MAINTAINERS (Write After Approval): Remove self.
6099
2dfbef6d
PB
61002005-05-25 Paolo Bonzini <bonzini@gnu.org>
6101
6102 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6103 (Dependencies): Consider target modules for bootstrap dependencies.
6104 Make target bootstrap modules depend on each stage's gcc.
6105 * Makefile.in: Regenerate.
6106
bcb28cf5
PB
61072005-05-20 Paolo Bonzini <bonzini@gnu.org>
6108
6109 * Makefile.def (configure-gcc): Depend on binutils having been built.
6110 (all-gcc): No need to do it here.
6111 * Makefile.in: Regenerate.
6112
0cf085e4
PB
61132005-05-19 Paul Brook <paul@codesourcery.com>
6114
f610dd5f 6115 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
6116 language cannot be built.
6117 * configure: Regenerate.
6118
dfb2c39a
DJ
61192005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6120
6121 * ylwrap: Import from Automake 1.9.5.
6122
771aaa92
DU
61232005-05-13 David Ung <davidu@mips.com>
6124
6125 * MAINTAINERS (Write After Approval): Add self.
6126
3ac9bd58
MS
61272005-05-09 Mike Stump <mrs@apple.com>
6128
6129 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6130 lt_cv_sys_max_cmd_len for now.
f610dd5f 6131
f77a5578
SC
61322005-05-09 Stan Cox <scox@redhat.com>
6133
6134 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6135
795e36e5
MK
61362005-05-08 Matt Kraai <kraai@ftbfs.org>
6137
6138 * README.SCO: Update the URL.
6139
c9392a2b
DE
61402005-05-05 David Edelsohn <edelsohn@gnu.org>
6141
6142 * ltconfig: Define file_list_spec. Pass file_list_spec and
6143 with_gnu_ld to libtool.
6144 * ltcf-c.sh (aix[45]): Define file_list_spec.
6145 * ltcf-cxx.sh (aix[45]): Same.
6146 * ltcf-gcj.sh (aix[45]): Same.
6147 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6148 exists, write list of input files to temporary file.
6149
bebcd931
MS
61502005-05-04 Mike Stump <mrs@apple.com>
6151
6152 * configure.in: Always pass --target to target configures as
6153 otherwise rebuilds that do --recheck will fail.
6154 * confiugure: Rebuilt.
6155
ce406537
PB
61562005-05-04 Paolo Bonzini <bonzini@gnu.org>
6157
6158 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6159 STAGE_HOST_EXPORTS.
6160 (configure, all): Add bootstrap support.
6161 (Host modules, target modules): Pass post-stage1 flags and exports.
6162 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6163 * Makefile.in: Regenerate.
6164
aa9dcfc4
PB
61652005-04-29 Paolo Bonzini <bonzini@gnu.org>
6166
6167 * configure: Regenerate.
6168
b6f9abcf
MS
61692005-04-27 Mike Stump <mrs@apple.com>
6170
6171 * MAINTAINERS: Add self as darwin maintainer.
6172
acb217cb
BS
61732005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6174
6175 * config.sub: Update from master copy.
6176
b6dae270
MS
61772005-04-21 Mike Stump <mrs@apple.com>
6178
6179 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6180 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6181
c2e0d3a9
HPN
61822005-04-19 Hans-Peter Nilsson <hp@axis.com>
6183
6184 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6185 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6186 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6187 "*-*-elf" and "*-*-linux*".
6188 * configure: Regenerate.
6189
871ae772
JM
61902005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6191
6192 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6193
bf070c29
MS
61942005-04-12 Mike Stump <mrs@apple.com>
6195
6196 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6197
e865b6f7
TK
61982005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6199
6200 * MAINTAINERS (Write After Approval): Add myself.
6201
7b71ad7f
BS
62022005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6203
6204 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6205
25b42232
PB
62062005-04-06 Paolo Bonzini <bonzini@gnu.org>
6207
f610dd5f 6208 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
6209 (TARGET_CONFIGARGS): Include --with-target-subdir.
6210 (configure, all): New macros. Use them throughout.
6211 * Makefile.in: Regenerate.
6212
d727c624
JG
62132005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6214
6215 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 6216
fff72cc4
ZD
62172005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6218
6219 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6220
86472dc3
GP
62212005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6222
6223 * MAINTAINERS: Move John Carr to Write After Approval.
6224
dce2d8b2 62252005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
6226
6227 * config/mh-mingw32: Delete.
6228 * configure.in: Don't use it.
6229 * configure: Regenerate.
6230
33da42bc
PB
62312005-03-31 Paolo Bonzini <bonzini@gnu.org>
6232
6233 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6234 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 6235 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
6236 (HOST_LIB_PATH): Generate from Makefile.def.
6237 (TARGET_LIB_PATH): Likewise.
6238 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6239 * Makefile.in: Regenerate.
6240 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6241 (RPATH_ENVVAR): Include Darwin case.
6242 * configure: Regenerate.
6243
15cc1841
TF
62442005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6245
6246 * MAINTAINERS (Various Maintainers): Remove self.
6247 (Write After Approval): Add self.
6248
6a8c79d5
TF
62492005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6250
6251 * MAINTAINERS (Various Maintainers): Add self.
6252
256f7136
PB
62532005-03-25 Paolo Bonzini <bonzini@gnu.org>
6254
6255 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6256 * configure: Regenerate.
6257
191dd2c9
ZW
62582005-03-21 Zack Weinberg <zack@codesourcery.com>
6259
6260 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6261 gcc_version, and gcc_version_trigger from set of flags to pass.
6262 * Makefile.tpl: Remove definitions of above variables.
6263 (config.status): Remove dependency on $(gcc_version_trigger).
6264 * Makefile.in: Regenerate.
6265 * configure.in: Do not reference config/gcc-version.m4 nor
6266 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6267 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6268 * configure: Regenerate.
6269
ef6e9bc0 62702005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 6271 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
6272
6273 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6274 * Makefile.in: Regenerate.
6275
009bbd5a
FW
62762005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6277
6278 * MAINTAINERS (Write After Approval): Add myself.
6279
09f8755b
DA
62802005-03-03 David Ayers <d.ayers@inode.at>
6281
6282 * MAINTAINERS (Write After Approval): Add myself.
6283
e73ed25c
AO
62842005-03-01 Alexandre Oliva <aoliva@redhat.com>
6285
6286 PR libgcj/20160
6287 * ltmain.sh: Avoid creating archives with components that have
6288 duplicate basenames.
6289
ace9ac7b
AP
62902005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6291
6292 PR bootstrap/20250
6293 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6294 instead of check.
6295 * Makefile.in: Regenerate.
6296
c9db9354
PB
62972005-02-28 Paolo Bonzini <bonzini@gnu.org>
6298
6299 * Makefile.in: Regenerate to fix conflict between the previous two
6300 patches.
6301
215c351a
PB
63022005-02-28 Paolo Bonzini <bonzini@gnu.org>
6303
6304 PR bootstrap/17383
6305 * Makefile.def (target_modules): Remove "stage", now unnecessary.
6306 * Makefile.tpl (HOST_SUBDIR): New substitution.
6307 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6308 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6309 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6310 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6311 (Host modules, Bootstrapped modules): Use it.
6312 (Build modules, Target modules): Do not create symlink trees,
6313 always configure out-of-srcdir.
6314 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6315 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6316 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6317 $(HOST_SUBDIR). Create a symlink for host_subdir.
6318
6319 * Makefile.in: Regenerate.
6320 * configure: Regenerate.
6321
5395b47b
NN
63222005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6323
6324 Merged from libada-gnattools-branch:
6325 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
6326
6327 * gnattools: New directory.
6328 * Makefile.def: Add gnattools as a module, depending on target-libada.
6329 * Makefile.in: Regenerate.
6330 * configure.in: Include gnattools in host_tools; disable it if ada
6331 is disabled.
6332 * configure: Regenerate.
6333
ca2cc05c
JM
63342005-02-24 James A. Morrison <phython@gcc.gnu.org>
6335
6336 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6337 treelang maintainer.
6338 (Write After Approval): Remove myself.
6339
d2f3024f
PS
63402005-02-23 Paul Schlie <schlie@comcast.net>
6341
6342 * configure.in: Allow darwin targeted ports to build tk, itcl and
6343 libgui.
6344 * configure: Regenerate.
6345
bba5e0ca
EB
63462005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
6347
6348 PR libgcj/10353
6349 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6350 * configure: Regenerate.
6351
70132ce7
SK
63522005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
6353
6354 * MAINTAINERS (Write After Approval): Add myself.
6355
20f0edca
ILT
63562005-02-10 Ian Lance Taylor <ian@airs.com>
6357
6358 * MAINTAINERS: Update my e-mail address.
6359
e64e5109
RG
63602005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
6361
6362 * MAINTAINERS (Write After Approval): Add myself.
6363
40d64b5a
HPN
63642005-01-29 Hans-Peter Nilsson <hp@axis.com>
6365
6366 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6367 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6368 target-libgloss when not *-*-elf and *-*-aout.
6369 * configure: Regenerate.
6370
54a12711
KH
63712005-01-23 Kazu Hirata <kazu@cs.umass.edu>
6372
6373 * MAINTAINERS: Remove obsolete entries.
6374
0aa99dbb
KH
6375 * MAINTAINERS (Write After Approval): Add Michael Matz.
6376
2b009f5f
NB
63772005-01-19 Neil Booth <neil@daikokuya.co.uk>
6378
6379 * MAINTAINERS: Remove self as cpplib maintainer.
6380
385870f5
KC
63812005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6382
6383 * install-sh, config.sub: Import from upstream.
6384
e7daab31
KC
63852005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6386
6387 PR bootstrap/18222
6388 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6389 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6390 * Makefile.in: Regenerate.
6391
e6003f4d
JT
63922005-01-16 Jason Thorpe <thorpej@netbsd.org>
6393
6394 * MAINTAINERS: Update my email address.
6395
145e2972 63962005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 6397 Andreas Schwab <schwab@suse.de>
145e2972
DE
6398
6399 PR bootstrap/18033
6400 * config-ml.in: Eval option if surrounded by single quotes.
6401
86c7e0da
PB
64022005-01-03 Paolo Bonzini <bonzini@gnu.org>
6403
6404 Revert 2004-12-28 Makefile changes, a better fix will be
6405 applied to mainline and src after GCC 4.0 branches.
6406
3224a22f
PB
64072004-12-28 Paolo Bonzini <bonzini@gnu.org>
6408
6409 PR bootstrap/17383
6410
6411 * Makefile.def (target_modules): Remove stage parameter,
6412 it is always true now.
6413 * Makefile.tpl (configure-build-[+module+],
6414 configure-target-[+module+]): Always build symlink tree
6415 for the directory and for include. BUILD_SUBDIR and
6416 TARGET_SUBDIR cannot be . anymore.
6417 * Makefile.in: Regenerate.
6418
aaf51ca2
DE
64192004-12-25 David Edelsohn <edelsohn@gnu.org>
6420
6421 Revert 2004-12-08 Makefile changes.
6422
4e32e454
DS
64232004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6424
6425 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6426 cygwin, mingw.
6427
669f01d8
AS
64282004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6429
6430 * configure.in (sh64-*-*): Reenable gprof.
6431 * configure: Regenerate.
6432
1b227ee0
DE
64332004-12-08 David Edelsohn <edelsohn@gnu.org>
6434
6435 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6436 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6437 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6438 * Makefile.in: Regenerate.
6439
ce5e944c
CF
64402004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6441
6442 * MAINTAINERS: Update my email address.
6443
893f1e87
MK
64442004-12-07 Matt Kraai <kraai@ftbfs.org>
6445
6446 * Makefile.tpl: Generate normal dependencies if the LHS module is
6447 not bootstrapped.
6448 * Makefile.in: Regenerate.
6449
bb59c339
RS
64502004-12-03 Richard Sandiford <rsandifo@redhat.com>
6451
6452 * configure.in: Include config/gxx-include-dir.m4. Use
6453 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6454 * configure: Regenerate.
6455
4982adbe
RS
64562004-12-03 Richard Sandiford <rsandifo@redhat.com>
6457
6458 * config.if: Delete.
6459 * configure.in: Set libstdcxx_incdir directly.
6460 * configure: Regenerate.
6461
05750653
EC
64622004-12-02 Eric Christopher <echristo@redhat.com>
6463
6464 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6465 * Makefile.in: Regenerate.
6466
5fef1dbd
RS
64672004-12-02 Richard Sandiford <rsandifo@redhat.com>
6468
6469 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6470 * configure: Regenerate.
6471
afabd8e6
RS
64722004-12-02 Richard Sandiford <rsandifo@redhat.com>
6473
6474 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6475 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6476 * configure: Regenerate.
6477
78716e86
EC
64782004-12-01 Eric Christopher <echristo@redhat.com>
6479
6480 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6481 of things to remove.
6482
57ab8ba9
MK
64832004-11-29 Matt Kraai <kraai@ftbfs.org>
6484
6485 * MAINTAINERS (Write After Approval): Update my e-mail address.
6486
2539bffe
KC
64872004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6488
6489 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6490 from CVS libtool to always pass_all.
6491
3e732ba0
JDA
64922004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6493
6494 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6495 (hppa*64*-*-*): Delete incorrect comment.
6496 * configure: Rebuilt.
6497
767f726e
KC
64982004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6499
6500 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6501
2c92e90f
KC
65022004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6503
6504 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6505 from CVS libtool to always pass_all.
6506
32f84e48
KC
65072004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6508
6509 * install-sh, compile: Import from automake.
6510
9587be8a
KC
65112004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6512
6513 * config.guess, config.sub: Import from savannnah.
6514
04e81808 65152004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
6516
6517 * MAINTAINERS (Write After Approval): Add myself
6518
f87a2b2e
MS
65192004-11-12 Mike Stump <mrs@apple.com>
6520
6521 * Makefile.def: Add html support.
6522 * Makefile.tpl: Likewise.
6523 * Makefile.in: Regenerate.
6524
848556c2
GK
65252004-11-11 Geoffrey Keating <geoffk@apple.com>
6526
556f03c4
GK
6527 PR 18423
6528 * configure.in: Remove all instances of build-fixincludes from
6529 noconfigdirs.
6530 (build_configargs): Supply --target to subdirectories.
6531 * configure: Regenerate.
6532
848556c2
GK
6533 * Makefile.def: Make gcc install depend on fixincludes install.
6534 * Makefile.in: Regenerate.
6535
9e5712a5
JJ
65362004-11-10 Janis Johnson <janis187@us.ibm.com>
6537
6538 * MAINTAINERS: Add myself as gcc testsuite maintainer.
6539
4ef509c0
PB
65402004-11-11 Paul Brook <paul@codesourcery.com>
6541
6542 * MAINTAINERS: Add self as arm maintainer. Update email address.
6543
20d11df6
HPN
65442004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6545
6546 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6547 target-libgfortran.
79fd8592 6548 * configure: Regenerate.
20d11df6 6549
68c70f15
DE
65502004-11-07 David Edelsohn <edelsohn@gnu.org>
6551
6552 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6553 like CC.
6554
54f88091
PB
65552004-11-05 Paolo Bonzini <bonzini@gnu.org>
6556
6557 * Makefile.def (host fixincludes): Specify missing targets.
6558 * Makefile.in: Regenerate.
6559
6866abb8
RC
65602004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
6561
6562 * MAINTAINERS: Add myself
6563
83f62578
GL
65642004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
6565
6566 * MAINTAINERS (Write After Approval): Add myself.
6567
53c7ffe7
GK
65682004-11-04 Geoffrey Keating <geoffk@apple.com>
6569
6570 * Makefile.def: Build fixincludes for the host, too.
6571 * Makefile.in: Regenerate.
6572 * configure.in (host_tools): Add fixincludes.
6573 * configure: Regenerate.
6574
ac8b3d9d
DJ
65752004-11-04 Daniel Jacobowitz <dan@debian.org>
6576
6577 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6578 * configure: Regenerated.
6579
bab37580
L
65802004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6581
6582 PR other/17783
6583 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6584 * configure: Regenerated.
6585
db1de713
MM
65862004-10-31 Mark Mitchell <mark@codesourcery.com>
6587
6588 * README.SCO: Update per FSF instructions.
6589
a827e21a
EW
65902004-10-28 Eric B. Weddington <ericw@evcohs.com>
6591
6592 PR target/18151
6593 * configure.in (case ${target}): Do not build fixincludes for avr.
6594 * configure: Regenerated.
6595
9d069a4f
PB
65962004-10-26 Paolo Bonzini <bonzini@gnu.org>
6597
6598 * configure.in (case ${target}): Do not build fixincludes
6599 on platforms where it is not used.
6600 * configure: Regenerated.
6601
fc45f3fe
DJ
66022004-10-23 Daniel Jacobowitz <dan@debian.org>
6603
6604 * configure.in: Use an absolute path to install-sh.
6605 * configure: Regenerated.
6606
36554b92
AL
66072004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6608
6609 * MAINTAINERS (Write After Approval): Add myself.
6610
88e9994a
KH
66112004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6612
6613 * MAINTAINERS: Remove from Write After Approval those that are
6614 already maintainers.
6615
ad02a944
SP
66162004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6617
6618 * MAINTAINERS: Update my email address.
6619
c8e6cd41
KC
66202004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6621
6622 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6623 * configure: Regenerate.
6624
dce2d8b2 66252004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
6626
6627 * MAINTAINERS: Update my email address.
6628
a8b0957e
KH
66292004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6630
6631 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6632 entries belonging to this category.
6633
96836f61
JZ
66342004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6635
6636 * MAINTAINERS: Update my e-mail address.
6637
7e0b5752
PB
66382004-10-06 Paolo Bonzini <bonzini@gnu.org>
6639
6640 Fix wrong conflict resolution in:
6641
6642 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6643
6644 * Makefile.in: Regenerate.
6645 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6646 in the recursive `make', instead of hardwiring `all'.
6647 (Autogenerated TARGET-* variables): New.
6648
370f7a47
TL
66492004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6650
6651 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 6652 * configure: Regenerate.
370f7a47 6653
13e5d623
KH
66542004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6655
6656 * MAINTAINERS (Various Maintainers): Move the "windows,
6657 cygwin, mingw" maintainer to ...
6658 (OS Port Maintainers): ... here.
6659
a6497c1b
KH
66602004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6661
6662 * MAINTAINERS (Write After Approval): Remove those that are
6663 maintainers of some subsystem.
6664
1abb828a
D
66652004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6666
6667 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6668 * ltcf-cxx.sh (tpf*): Likewise.
6669 * ltconfig (tpf*): Add TPF OS configuration support.
6670
16d1338d
BS
66712004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6672
6673 * MAINTAINERS: Change my email address to my new work account.
6674
9082a750
MR
66752004-09-24 Michael Roth <mroth@nessie.de>
6676
6677 * configure.in (--without-headers): Add missing double quotes.
6678 * configure: Regenerate.
6679
dce2d8b2 66802004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
6681
6682 * ylwrap: Revert to previous version.
6683
4c4a5bbc
L
66842004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6685
6686 PR bootstrap/17369
6687 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6688 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6689 SET_GCC_LIB_PATH_CMD.
6690 (BASE_TARGET_EXPORTS): Likewise.
6691 * Makefile.in: Regenerated.
6692
6693 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6694 * configure: Regenerated.
6695
85f59630
KC
66962004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6697
6698 * config.guess: New upstream version
6699 * compile, depcomp, install-sh, ylwrap: Likewise.
6700
95c53c62
RS
67012004-09-19 Roger Sayle <roger@eyesopen.com>
6702
6703 * config/mh-x86omitfp: New host makefile fragment. Add
6704 -fomit-frame-pointer to the default BOOT_CFLAGS.
6705 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6706 * configure: Regenerate.
6707
0a1c093b
AP
67082004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6709
6710 PR target/11572
6711 * configure.in (*-*-darwin*): Renable libobjc.
6712 * configure: Regenerate.
6713
315fcf97
NS
67142004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6715
6716 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6717
0a050485 67182004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 6719
0a050485
DB
6720 * Makefile.def: Remove libbanshee.
6721 * Makefile.tpl: Ditto.
6722 * configure.in: Ditto.
6723 * Makefile.in: Regen.
6724 * configure: Ditto.
6725
5f4a098e
DE
67262004-09-08 David Edelsohn <edelsohn@gnu.org>
6727
6728 * ltmain.sh: Use $pic_object as $non_pic_object if
6729 $non_pic_object=none.
6730
32b2511f
PB
67312004-09-07 Paolo Bonzini <bonzini@gnu.org>
6732
6733 * missing: Import latest version from master repository.
6734
fc4d0e82
NC
67352004-09-06 Nick Clifton <nickc@redhat.com>
6736
6737 * config.sub: Import latest version from master repository.
6738 * config.guess: Likewise.
6739 This includes these changes:
78716e86 6740
fc4d0e82
NC
6741 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6742
6743 * config.sub: Handle crisv32, alias etraxfs.
6744 * config.guess (crisv32:Linux:*:*): Handle.
6745
6746 2004-08-13 Brad Smith <brad@comstyle.com>
6747
6748 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6749 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6750
6751 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6752
6753 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6754 assume the processor is a powerpc. This is because coreutils
6755 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6756 in this case, due to a MacOS X bug that causes
6757 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6758 to return a negative number.
6759 Problem reported by Petter Reinholdtsen in:
6760 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6761
6762 2004-07-19 Ben Elliston <bje@gnu.org>
6763
6764 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6765
6766 2004-06-24 Ben Elliston <bje@gnu.org>
6767
6768 * config.guess: Update copyright years.
6769 * config.sub: Likewise.
6770
6771 2004-06-22 Robert Millan <robertmh@gnu.org>
6772
6773 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6774 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6775
6776 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6777
6778 * config.guess (*:*VMS:*:*): New entry. Replaces
6779 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6780 manufacturer.
6781
6782 2004-06-22 Ben Elliston <bje@gnu.org>
6783
6784 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6785 * config.sub: Likewise.
6786
6787 2004-06-22 Ben Elliston <bje@gnu.org>
6788
6789 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6790 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6791
6792 2004-06-11 Ben Elliston <bje@gnu.org>
6793
6794 * config.guess (pegasos:OpenBSD:*:*): Remove.
6795
6796 2004-06-11 Ben Elliston <bje@gnu.org>
6797
6798 From Wouter Verhelst <wouter@grep.be>:
6799 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6800
6801 2004-06-11 Ben Elliston <bje@gnu.org>
6802
6803 * config.guess (luna88k:OpenBSD:*:*): New.
6804
6805 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6806
6807 * config.guess (m32r*:Linux:*:*): New case.
6808 * config.sub: Handle m32rle.
6809
6810 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6811
6812 From Jens Petersen <petersen@redhat.com>:
6813 * config.sub: Handle sparcv8.
6814
6815 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6816
6817 From Tom Smith <smith@cag.lkg.hp.com>:
6818 * config.guess: Version suffixes are equally significant on Tru64
6819 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6820 prefix of "P" (patched kernel).
6821
6822 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6823
6824 * config.sub: Add support for National Semiconductor CRX target.
6825
2f4cc6bf
JJ
68262004-09-03 Janis Johnson <janis187@us.ibm.com>
6827
6828 * MAINTAINERS (Various Maintainers): Remove myself as web page
6829 maintainer, add myself as maintainer of build status lists.
6830
61fec9ff
JB
68312004-09-03 Jan Beulich <jbeulich@novell.com>
6832
6833 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6834 *-*-netware, but add target-libmudflap.
6835 Consolidate *-*-netware targets (of which really only i?86 exists)
6836 into a single entry.
6837 * configure: Likewise.
6838
45f366ab
PB
68392004-09-01 Paolo Bonzini <bonzini@gnu.org>
6840
6841 * Makefile.tpl (sorry): Remove.
6842 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6843 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6844 (do-clean): Clean per-stage directories too.
6845 (do-distclean): Run distclean-stage1 too.
6846 (.NOTPARALLEL): Enable during toplevel bootstrap.
6847 (stage[+id+]-bubble): Enable parallel execution during
6848 the recursive invocation.
6849 * Makefile.in: Regenerate.
6850
6851 Fix previous checkin:
6852
6853 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6854 include.
6855 * configure.in: Fix indentation.
6856 * configure: Regenerate.
6857
dce2d8b2 68582004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 6859
45f366ab
PB
6860 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6861 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6862 * configure: regenerate
78716e86 6863 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 6864 -mdynamic-no-pic
be8fff81 6865
71b5d516
PB
68662004-08-31 Paolo Bonzini <bonzini@gnu.org>
6867
6868 * Makefile.def (build_modules): Add fixincludes.
6869 (dependencies): Make gcc depend on fixincludes.
6870 * configure.in (build_tools): Add fixincludes.
6871 (build_configdirs): Always include build_libs.
6872 * Makefile.in: Regenerate.
6873 * configure: Regenerate.
6874
68752004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
6876
6877 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6878 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6879 phony targets; do not generate timestamp files.
6880 (distclean-stageN): Remove references to their timestamp files.
6881 (restageN, touch-stageN): Remove.
6882 (stageN-bubble): Rewritten.
6883 (compare): Support lean bootstraps.
6884 * Makefile.in: Regenerate.
6885
6886 * configure.in: Only warn when bootstrapping but
6887 build != host or build != target. Support lean bootstraps.
6888 * configure: Regenerate.
6889
ce7cbbb0
PE
68902004-08-26 Phil Edwards <phil@codesourcery.com>
6891
6892 * configure.in: Give a better error message if GMP/MPFR are missing
6893 and a language needing them has been requested.
6894 * configure: Regenerated.
6895
9c71a529
PE
68962004-08-25 Phil Edwards <phil@codesourcery.com>
6897
6898 * configure.in: Print a list of available language front-ends if
6899 a requested one is missing. Tidy stray tab characters.
6900 * configure: Regenerated.
6901
e3f92d3b
MK
69022004-08-19 Michael Koch <konqueror@gmx.de>
6903
6904 * gcc/doc/install.texi: Update entry about automake for libjava.
6905
c3f84f61
RM
69062004-08-17 Robert Millan <robertmh@gnu.org>
6907
6908 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6909 (instead of FreeBSD).
6910 * configure: Regenerate.
6911
7c27e184
PB
69122004-08-16 Paolo Bonzini <bonzini@gnu.org>
6913
6914 * Makefile.in: Regenerate.
6915 * configure: Regenerate.
6916
6917 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6918 stage_*_flags.
6919 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6920 for bootstrapped modules if toplevel bootstrap is going.
6921 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6922 modules. Adjust for changes in Makefile.def. Enable several
6923 rules even in non-bootstrap mode, just to avoid peppering the
6924 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6925 (stage-[+prev+]-bubble): Remove.
6926
6927 * Makefile.def (Dependencies): Depend on all-build-bison,
6928 all-build-flex, all-build-byacc, all-build-texinfo, rather
6929 than the host variations.
6930 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6931 with BUILD_SUBDIR.
6932 (BISON): Update for recent Bisons.
6933 (YACC): Fix typo.
6934 (cross): Depend on all-build.
6935 (all): Do not depend on all-build.
6936 (prebootstrap): Remove.
6937 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6938 (Prebootstrap dependencies): Add them to the per-stage targets
6939 and to all-prebootstrap.
6940 * configure.in (build_configdirs): Always enable build_tools.
6941 (BUILD_DIR_PREFIX): Remove.
6942
6943 * Makefile.def (gcc): Add target variable.
6944 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6945 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6946 in the recursive `make', instead of hardwiring `all'.
6947 (Autogenerated TARGET-* variables): New.
6948
20f3bb80
BB
69492004-08-13 Brian Booth <bbooth@redhat.com>
6950
6951 * MAINTAINERS: Remove myself from write-after-approval.
6952
b5be499d
NN
69532004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6954
6955 * src-release: Stop distributing mmalloc with gdb (which doesn't
6956 use it).
6957 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6958 * Makefile.in: Regenerate.
6959
b3f8d95d
MM
69602004-08-09 Mark Mitchell <mark@codesourcery.com>
6961
6962 * configure.in (arm*-*-eabi*): New target.
6963 * configure: Regenerate.
6964
3589b69e
PB
69652004-08-06 Paolo Bonzini <bonzini@gnu.org>
6966
6967 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6968 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6969 (Dependencies): New section.
6970 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6971 (configure-target-[+module+]): Depend on maybe-all-gcc
6972 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6973 (toplevel profiledbootstrap): Fix dependencies.
6974 * Makefile.in: Regenerate.
6975
972974fc
MM
69762004-08-03 Mark Mitchell <mark@codesourcery.com>
6977
6978 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6979 target-libiberty to noconfigdirs.
6980 * configure: Regenerate.
6981
bebf829d
PB
69822004-08-03 Paul Brook <paul@codesourcery.com>
6983
6984 * configure.in: Check for MPFR as well as GMP.
6985 * configure: Regenerate.
6986
98a5bb3b
RM
69872004-08-01 Robert Millan <robertmh@gnu.org>
6988
6989 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6990 libmudflap for all GNU-based systems (with Glibc).
6991 * configure: Regenerate.
6992
dce2d8b2 69932004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
6994
6995 * Makefile.def (host-modules): Add gcc.
6996 * Makefile.in: Regenerate.
6997 * Makefile.tpl (sorry): New rule.
6998 (configure-host, all-host, [+make_target+]-host, do-check,
6999 install-host): Do not add gcc as a special case.
7000 (host modules): Add a small special-casing for gcc. Export
7001 extra_make_flags through the environment.
7002 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7003 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7004 other recursive targets for gcc): Remove.
7005
7006 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7007 (stage, unstage): New rules.
7008 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7009 distclean-stage[+id+]): Use stage_current.
7010 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7011 the stage*-start rules.
7012
aeb732c1
GK
70132004-08-02 Geoffrey Keating <geoffk@apple.com>
7014
7015 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7016 use -all_load flag.
7017
25b656e7
PB
70182004-08-02 Paolo Bonzini <bonzini@gnu.org>
7019
7020 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7021 * configure: Regenerate.
7022
cc440d71
TM
70232004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7024
7025 * maintainer-scripts/gcc_release: Revert yesterday's change.
7026
270e140b
SB
70272004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7028
7029 * MAINTAINERS: Add myself to write-after-approval.
7030
3e4035f8
TM
70312004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7032
7033 * libf2c: Removed.
7034 * gcc/gccbug.in: Updated because of libf2c removal.
7035 * maintainer-scripts/gcc_release: Ditto.
7036
dce2d8b2 70372004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
7038
7039 * configure.in: Build libmudflap by default on FreeBSD.
7040 * configure: Regenerated.
7041
dfcada9a
MM
70422004-07-09 Mark Mitchell <mark@codesourcery.com>
7043
7044 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7045 systems.
7046 * configure: Regenerated.
7047
dce2d8b2 70482004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
7049
7050 PR target/16344
7051 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7052 feedback based compiler.
7053 * Makefile.in: Rebuilt.
7054
95bcca47
AO
70552004-07-08 Alexandre Oliva <aoliva@redhat.com>
7056
7057 * Makefile.def (host_modules): Set bootstrap=true for flex.
7058 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7059 * Makefile.in: Rebuilt.
7060
051822f6
JH
70612004-07-07 Jan Hubicka <jh@suse.cz>
7062
7063 * MAINTAINERS: Add self as a profile feedback maintainer.
7064
7b61653a
PE
70652004-07-05 Phil Edwards <phil@codesourcery.com>
7066
7067 * configure.in: Do not prepend $srcdir to /dev/null in
7068 makefile fragments.
7069 * configure: Regenerate.
7070
23f6b2f9
PB
70712004-07-01 Paolo Bonzini <bonzini@gnu.org>
7072
7073 * Makefile.def (build_modules): Add bison, byacc, flex,
7074 m4, texinfo.
7075 (flags_to_pass): Add FLEX.
7076 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7077 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7078 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7079 DEFAULT_MAKEINFO): Remove.
7080 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7081 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7082 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7083 objdir or else use configured tool.
7084 (all-build): New.
7085 (all): Depend on it.
7086 (Build module dependencies): Add.
7087 * Makefile.in: Regenerate.
7088 * configure.in: Better support for multiple build modules,
7089 matching what is done for host/target modules. Do not look
7090 for "plausible" locations of build tools if Canadian cross.
7091 Use autoconf's AC_PROG_CC to find a C compiler. Define
7092 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7093 * configure: Regenerate.
78716e86 7094
1c020272
PB
70952004-06-22 Paolo Bonzini <bonzini@gnu.org>
7096
7097 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7098 * Makefile.in: Regenerate.
7099
a52a0a7f
PB
71002004-06-22 Paolo Bonzini <bonzini@gnu.org>
7101
7102 * Makefile.tpl (configure-build-[+module+],
7103 configure-[+module+], configure-target-[+module+]): Pass
7104 [+extra_configure_args+].
7105 (all-build-[+module+], all-[+module+], check-[+module+],
7106 install-[+module+], [+make_target+]-[+module+],
7107 all-target-[+module+], check-target-[+module+],
7108 install-target-[+module+], [+make_target+]-target-[+module+]):
7109 Pass [+extra_make_args+].
7110 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7111 (GCC_HOST_EXPORTS): Remove.
7112 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7113 cross, check-gcc, check-gcc-c++, install-gcc,
7114 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7115 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7116 * Makefile.in: Regenerate.
7117
ccde3f1a
MS
71182004-06-21 Matthew Sachs <msachs@apple.com>
7119
7120 * MAINTAINERS: Added self to write-after-approval.
7121
6264b0a6
CF
71222004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7123
7124 * configure.in: Check for srcdir/winsup rather than build directory
7125 winsup.
7126 * configure: Regenerate.
7127
801e2270
CV
71282004-06-17 Corinna Vinschen <vinschen@redhat.com>
7129
7130 * configure.in: Don't build Cygwin native newlib if winsup
7131 directory is missing. Emit warning instead.
7132 * configure: Regenerate.
7133
ad6717df
PB
71342004-06-09 Paolo Bonzini <bonzini@gnu.org>
7135
7136 * Makefile.tpl (touch-stage[+id+]): New.
7137 (restage[+prev+]): Depend on touch-stage[+id+].
7138
7139 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7140 Use it throughout.
7141
7142 * Makefile.def: Add profile and feedback bootstrap stages.
7143 Remove next field from bootstrap stages.
7144 * Makefile.tpl (LN, LN_S): Substitute.
7145 (stageN-start, stageN-end): Use double-colon rules, to
7146 provide a hook for additional setup commands.
7147 (distclean-stageN-gcc, restageN): Create dependencies from
7148 [+prev+], not from [+next+].
7149 (stageN-bubble): Add commands for successive stages from
7150 [+prev+], using double-colon rules.
7151 (all-stageN-gcc): Fix typo.
7152 (stagefeedback-start, profiledbootstrap): New.
7153 * Makefile.in: Regenerate.
7154 * configure.in: Call ACX_PROG_LN.
7155 * configure: Regenerate.
7156
5bbb9680
CY
71572004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7158
7159 * MAINTAINERS (Write After Approval): Add myself.
7160
e18be1d4
MA
71612004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7162
7163 * MAINTAINERS (Write After Approval): Add myself.
7164
5607edfd
PB
71652004-06-03 Paolo Bonzini <bonzini@gnu.org>
7166
7167 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7168 without gcc.
7169 * configure: Regenerate.
7170
1ec4e9c3
PB
71712004-06-01 Paolo Bonzini <bonzini@gnu.org>
7172
7173 * Makefile.tpl: Fix typo.
7174 * Makefile.in: Regenerate.
7175
dce2d8b2 71762004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
7177
7178 * configure.in: Remove new- prefix from toplevel
7179 bootstrap targets.
7180 * configure: Regenerate.
7181
f516a7da
PB
71822004-06-01 Paolo Bonzini <bonzini@gnu.org>
7183
7184 * Makefile.tpl (all.normal): Rename to all.
7185 (all): Replace with a rule to pick the default
7186 target from configure.
7187 (all-gcc, configure-gcc): Use conditionals to
7188 do nothing when toplevel bootstrap is going on.
7189 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7190 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7191 * configure.in: Support --enable-bootstrap.
7192
7193 * Makefile.def: Remove new- prefix from toplevel
7194 bootstrap targets.
7195 * Makefile.tpl: Likewise.
7196
7197 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7198 target.
7199
7200 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7201 $(RECURSE_FLAGS) to recursive invocation of make.
7202
7203 * Makefile.in: Regenerate.
7204 * configure: Regenerate.
7205
78dd5e36 72062004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 7207 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
7208
7209 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7210 like CC.
7211
30f1bddc
DJ
72122004-05-27 Daniel Jacobowitz <dan@debian.org>
7213
7214 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7215 * configure: Regenerate.
7216
4fc4dd12
DJ
72172004-05-25 Daniel Jacobowitz <drow@false.org>
7218
7219 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7220 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7221 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7222 targets.
7223 * Makefile.in: Regenerate.
7224
dce2d8b2 72252004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
7226
7227 * configure.in: Test the ability to symlink directories.
7228 * configure: Regenerate.
7229
7230 * Makefile.def (bootstrap-stage): New definitions.
7231 * Makefile.tpl (configure-stage1-gcc,
7232 configure-stage2-gcc, configure-stage3-gcc,
7233 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7234 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7235 new-restage3, compare): Autogenerate, see Makefile.in
7236 entry for behavioral changes.
7237 (distclean-stage1, new-stage1-start, new-stage1-end,
7238 new-stage1-bubble, distclean-stage2, new-stage2-start,
7239 new-stage2-end, new-stage2-bubble, distclean-stage3,
7240 new-stage3-start, new-stage3-end): New autogenerated targets.
7241 (objext, prebootstrap, BOOT_CFLAGS,
7242 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7243 targets.
7244
7245 * Makefile.in: Regenerate.
7246 (distclean-stage1, new-stage1-start, new-stage1-end,
7247 new-stage1-bubble, distclean-stage2, new-stage2-start,
7248 new-stage2-end, new-stage2-bubble, distclean-stage3,
7249 new-stage3-start, new-stage3-end): New targets.
7250 (all-stage1-gcc): Move prebootstrap dependency from here...
7251 (configure-stage1-gcc): ...to here.
7252 (new-bootstrap): Use bubble targets.
7253 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7254 Use per-stage distclean targets.
7255 (configure-stage1-gcc, configure-stage2-gcc,
7256 configure-stage3-gcc, all-stage1-gcc,
7257 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7258 Use new-stageN-start to prepare the tree.
7259
4f4e53dd
PB
72602004-05-23 Paolo Bonzini <bonzini@gnu.org>
7261
7262 * Makefile.def (host_modules): add libcpp.
7263 * Makefile.tpl: Add dependencies on and for libcpp.
7264 * Makefile.in: Regenerate.
7265 * configure.in: Add libcpp host module.
7266 * configure: Regenerate.
7267
60975492
PB
72682004-05-21 Paolo Bonzini <bonzini@gnu.org>
7269
7270 * Makefile.tpl: Whenever a recursive target is defined, wrap
7271 it in a special @if/@endif block, and prepare its maybe
7272 dependency in the @if/@endif block
7273 * configure.in: Instead of writing maybe dependencies, remove
7274 the @if/@endif statements, and remove the @if/@endif blocks
7275 that remain.
7276 * configure: Regenerate.
7277 * Makefile.in: Regenerate.
7278
5ce7d75d
JJ
72792004-05-20 Janis Johnson <janis187@us.ibm.com>
7280
7281 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7282
c779c42f
KK
72832004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7284
7285 PR bootstrap/15120
7286 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7287 * */configure: Rebuilt.
7288
b4117c30
ZW
72892004-05-17 Zack Weinberg <zack@codesourcery.com>
7290
7291 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7292 of libf2c.
7293 * configure, Makefile.in: Regenerate.
7294
719bb4e3 72952004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
7296
7297 * MAINTAINERS (Write After Approval): Add myself.
7298
6de9cd9a
DN
72992004-05-13 Diego Novillo <dnovillo@redhat.com>
7300
7301 Merge from tree-ssa-20020619-branch.
7302
7303 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7304 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7305 (HOST_GMPLIBS): Define.
7306 (HOST_GMPINC): Define.
7307 (TARGET_LIB_PATH): Add libmudflap.
7308 (GFORTRAN_FOR_TARGET): Define.
7309 (configure-build*): Export GFORTRAN.
7310 (configure-gcc): Export GMPLIBS and GMPINC.
7311 (all-gcc): Add maybe-all-libbanshee.
7312 (configure-target-libgfortran): Define.
7313 * Makefile.in: Regenerate.
7314 * configure.in (host_libs): Add libbanshee.
7315 (target_libraries): Add target-libmudflap and target-libgfortran.
7316 Add --with-libbanshee.
7317 Handle --disable-libmudflap.
7318 (*-*-freebsd*): Use with_gmp.
7319 Add $(libgcj) to noconfigdirs.
7320 * configure: Regenerate.
7321 * depcomp: New file.
7322 * MAINTAINERS: Add tree-ssa maintainers.
7323
8f1b790f
VM
73242004-05-04 Vladimir Makarov <vmakarov@redhat.com>
7325
b4117c30 7326 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 7327
693446fc
BF
73282004-04-30 Brian Ford <ford@vss.fsi.com>
7329
b4117c30 7330 * MAINTAINERS (Write After Approval): Add myself.
693446fc 7331
d1bb666c
UB
73322004-04-29 Uros Bizjak <uros@kss-loka.si>
7333
b4117c30 7334 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 7335
6cf1ac42
PB
73362004-04-28 Paolo Bonzini <bonzini@gnu.org>
7337
7338 * config/acx.m4: Fix fastcompare support for new-bootstrap.
7339 * configure: Regenerate.
7340
632933d5
PB
73412004-04-27 Paolo Bonzini <bonzini@gnu.org>
7342
7343 Revert:
7344 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7345
7346 * Makefile.def (flags_to_pass): Remove *dir variables that
7347 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7348 as well as prefix and exec_prefix.
7349 * Makefile.in: Regenerate.
7350
80dc6aa0
RM
73512004-04-26 Robert Millan <robertmh@gnu.org>
7352
7353 Add patches from libtool CVS.
7354 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7355 * ltconfig: Likewise.
7356 * ltcf-c.sh: Likewise.
7357 * ltcf-cxx.sh: Likewise.
7358 * ltcf-gcj.sh: Likewise.
7359
e11283f1
PB
73602004-04-26 Paolo Bonzini <bonzini@gnu.org>
7361
7362 * Makefile.def (host_modules): Mark with the bootstrap
7363 flag packages on which gcc depends.
7364 * Makefile.tpl (all-bootstrap): Use it.
7365 * Makefile.in: Regenerate.
7366
8546950c
PB
73672004-04-26 Paolo Bonzini <bonzini@gnu.org>
7368
7369 * Makefile.def (flags_to_pass): Remove *dir variables that
7370 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7371 as well as prefix and exec_prefix.
7372 * Makefile.in: Regenerate.
7373
a76494aa
PB
73742004-04-26 Paolo Bonzini <bonzini@gnu.org>
7375
b4117c30
ZW
7376 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7377 * configure: Regenerate.
7378 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7379 * gcc/Makefile.tpl (compare): Use the result of the test.
7380 * gcc/Makefile.in: Regenerate.
a76494aa 7381
03a91701
PB
73822004-04-23 Paolo Bonzini <bonzini@gnu.org>
7383
7384 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7385 Always relocate gcc and prev-gcc to the original names, even
7386 if the build fails.
7387 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7388 New targets.
7389
082a6351
LG
73902004-04-23 Laurent GUERBY <laurent@guerby.net>
7391
7392 * MAINTAINERS: Update my email address.
b4117c30 7393
1f1d584b
RO
73942004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7395
7396 * configure.in (mips*-*-irix5*): Enable ld.
7397 * configure: Regenerate.
082a6351 7398
1db673ca
RO
73992004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7400
7401 * configure: Regenerate.
7402
ce4ea44e
JW
74032004-04-15 James E Wilson <wilson@specifixinc.com>
7404
7405 * Makefile.tpl (configure-[+module+], configure-gcc,
7406 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7407 Set and export LDFLAGS.
7408 * Makefile.in: Regenerate.
7409
611f62ad
MC
74102004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7411
b4117c30 7412 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 7413
be912515
NN
74142004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7415
7416 PR bootstrap/14871
7417 * Makefile.tpl: If we don't have built-in-tree target tools,
7418 use the ones found by configure rather than hacking around with
7419 program_transform_name.
7420 * configure.in: Give Makefile.tpl the information necessary
7421 to do that.
7422 * Makefile.in: Regenerate.
7423 * configure: Regenerate.
7424
9104315a
NN
74252004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7426
7427 PR bootstrap/14760
7428 * configure.in: When computing baseargs, strip *all* copies of
7429 offending options. Also, don't match/substitute the trailing space,
7430 so that this actually works when two similar options are separated by
7431 only one space.
7432 * configure: Regenerate.
7433
bef1d700
DE
74342004-04-06 David Edelsohn <edelsohn@gnu.org>
7435
b4117c30
ZW
7436 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7437 (rs6000-*-aix*): Same.
7438 * configure: Regenerate.
bef1d700 7439
54bcf05e 74402004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
7441
7442 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 7443
369a832c 74442004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
7445
7446 * MAINTAINERS: Add myself to write-after-approval.
369a832c 7447
09a9c095
NN
74482004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7449
7caf53cb
NN
7450 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7451 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7452 * Makefile.in: Regenerate.
7453
09a9c095
NN
7454 * configure.in (top level bootstrap support): Rework --enable-werror
7455 to set @stage2_werror_flag@.
7456 * configure: Regenerate.
7457 * Makefile.tpl (top level bootstrap support): Pass
7458 @stage2_werror_flag@ down to configure in stages 2 and 3.
7459 * Makefile.in: Regenerate.
7460
5595a2bd
NN
74612004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7462
cbfd7e06
NN
7463 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7464 for stages 2 and 3 as well as in make. As a consequence, remove
7465 OUTPUT_OPTION (now detected by configure) from the flags passed down
7466 to make.
7467 * Makefile.in: Regenerate.
7468
5595a2bd
NN
7469 * Makefile.tpl (new-bootstrap): Fix typo.
7470 * Makefile.in: Regenerate.
7471
ca3b3e20
NN
74722004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7473
295f4e42
NN
7474 * Makefile.tpl: Rearrange by moving recursive_targets rules
7475 into their proper sections.
7476 * Makefile.tpl (top level bootstrap support): Move disabling
7477 of coverage flags from 'make' to 'configure'; improve comments.
7478 * Makefile.in: Regenerate.
7479
340de83f
NN
7480 * Makefile.tpl (experimental top level bootstrap) Move stage1
7481 language setting from all- target to configure- target; disable
7482 intermodule optimization in stage 1; prevent gratuitous rebuilds
7483 of stage 1.
7484 * Makefile.in: Regenerate.
7485 * configure.in: Comma-separate stage 1 language list for top
7486 level bootstrap.
7487 * configure: Regenerate.
7488
ca3b3e20
NN
7489 * Makefile.tpl: Clean up experimental top level bootstrap support:
7490 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7491 prev-gcc in configure- targets as well as all- targets.
7492 * Makefile.in: Regenerate.
7493
4d038073
KC
74942004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7495
7496 * compile: New file imported from automake.
7497
ab3533d6
PB
74982004-03-17 Paolo Bonzini <bonzini@gnu.org>
7499
7500 * configure.in: Remove symbolic link section.
7501 * configure: Regenerate.
7502 * Makefile.tpl (links): Remove.
7503 * Makefile.in: Regenerate.
7504
1e0f07d3 75052004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 7506 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
7507
7508 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 7509 Set with AC_CHECK_PROGS.
1e0f07d3
PB
7510 * configure.in: Fix comment typo from last patch.
7511 * configure: Regenerate.
7512
2805b53a
NN
75132004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
7514
7515 * Makefile.tpl: Introduce experimental top level bootstrap support.
7516 * Makefile.in: Regenerate.
7517 * configure.in: Introduce support for top level bootstrap.
7518 * configure: Regenerate.
7519
79b4b7d2 75202004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 7521 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
7522
7523 PR bootstrap/14522
7524 * configure.in: Cope with shells that do not support unquoted ^
7525 * configure: Regenerate.
7526
6bbec498 75272004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 7528 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
7529
7530 PR bootstrap/14522
79b4b7d2 7531 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
7532 quotes inside quoted backquote substitutions.
7533 * configure: Regenerate.
7534
83c15dfc
AP
75352004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
7536
7537 PR bootstrap/14522
f2bd98d4 7538 * configure.in: Fix escaping of $.
83c15dfc
AP
7539 * configure: Regenerate.
7540
55ffb5ed
NN
75412004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
7542
7543 * configure: Regenerate, since I forgot to while committing Paolo's
7544 changes.
7545
e4c9c075
PB
75462004-03-08 Paolo Bonzini <bonzini@gnu.org>
7547
7548 PR ada/14131
7549 Move language detection to the top level.
7550 * configure.in: Find default values for the tools as
7551 soon as possible. Disable ada if GNAT is not found.
7552 Emit error message about missing languages. Expand
7553 --enable-languages=all for the gcc subdirectory.
7554
5199e2c6
BE
75552004-03-10 Ben Elliston <bje@gnu.org>
7556
7557 * MAINTAINERS: Update my email address.
7558
c18b95e5
DE
75592004-03-05 David Edelsohn <edelsohn@gnu.org>
7560
7561 * ltconfig: Disable building static libraries if building shared
7562 libraries on AIX 5L.
7563
d0fe5ad3
RS
75642004-03-01 Richard Sandiford <rsandifo@redhat.com>
7565
7566 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7567 and disable libgcj.
7568 * configure: Regenerated.
7569
e6f71f9d
BB
75702004-03-01 Brian Booth <bbooth@redhat.com>
7571
7572 * MAINTAINERS: Add myself to write-after-approval.
7573
8983e50e
PB
75742004-03-01 Paolo Bonzini <bonzini@gnu.org>
7575
7576 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 7577
d4cd9d81
NN
75782004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7579
7580 PR bootstrap/7087
7581 * Makefile.tpl: Guard XFOO sed statements better.
7582 * Makefile.tpl: Add dependency for configure-target-libada.
7583 * Makefile.in: Regenerate (incidentally fixes broken
7584 commit when libada-branch was merged).
7585
0ea0229e
KC
75862004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7587
7588 * MAINTAINERS: Add myself to write-after-approval.
7589
bad93735
AP
75902004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7591
7592 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7593 maintainers.
7594
a7ca14fc
AC
75952004-02-20 Andrew Cagney <cagney@redhat.com>
7596
7597 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7598 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7599
51592782
NN
76002004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7601
7602 PR bootstrap/11932
7603 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7604
6a30854a
JQ
76052004-02-14 Jerry Quinn <jlquinn@optonline.net>
7606
7607 * MAINTAINERS: Added myself to write-after-approval.
7608
be8b2bee
MK
76092004-02-14 Michael Koch <konqueror@gmx.de>
7610
7611 * MAINTAINERS: Added myself to write-after-approval.
7612
972760b7
JM
76132004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7614
7615 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7616 some OS port maintainers to OS port maintainers section.
7617
b0281654
FCE
76182004-02-13 Frank Ch. Eigler <fche@redhat.com>
7619
7620 * MAINTAINERS: Add self.
7621
3c419fd6
KH
76222004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7623
7624 * MAINTAINERS: Alphabetize.
7625
e88e9aee
PB
76262004-02-12 Paolo Bonzini <bonzini@gnu.org>
7627
7628 * MAINTAINERS: Remove myself.
b4117c30 7629
1915e422
DE
76302004-02-11 David Edelsohn <edelsohn@gnu.org>
7631
7632 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7633 (rs6000-*-aix*): Same.
7634 * configure: Regenerate.
7635
a22c2d8d
KC
76362004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7637
7638 * configure.in (host): Add in missing $noconfigdirs to defines.
7639 * configure: Regenerate.
7640
d9cdb878
AC
76412004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7642 Nathanael Nerode <neroden@gcc.gnu.org>
7643
7644 PR ada/6637, PR ada/5911
b4117c30 7645 Merge with libada-branch:
d9cdb878
AC
7646 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7647 with appropriate dependencies. Add --enable-libada configure switch.
7648 * configure, Makefile.in: Regenerate.
7649
8bd92821
PB
76502004-02-09 Paolo Bonzini <bonzini@gnu.org>
7651
7652 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 7653
89a95129
RO
76542004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7655
7656 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7657 * configure: Regenerate.
7658
892629bc
GK
76592004-02-04 Geoffrey Keating <geoffk@apple.com>
7660
7661 Merge from upstream:
7662
7663 * ltmain.in: When setting IFS to '~', be careful about user
7664 arguments that contain '~'.
7665
7666 2004-02-04 Peter O'Gorman <peter@pogma.com>
7667
7668 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7669 Also test $base_compile against $CC with escaped arguments. Bug
7670 reported by Geoff Keating <geoffk@apple.com>.
7671
6b402165
KH
76722004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7673
7674 * MAINTAINERS: Remove i960 port.
7675
fa2f0306
DD
76762004-01-23 DJ Delorie <dj@redhat.com>
7677
7678 * Makefile.def (target_modules) [libiberty]: Don't stage.
7679 * Makefile.in: Rebuilt.
7680
9feb20aa
CT
76812004-01-20 Caroline Tice <ctice@apple.com>
7682
7683 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 7684
7aed2ccc
PC
76852004-01-19 Paolo Carlini <pcarlini@suse.de>
7686
7687 * MAINTAINERS: Update my email address.
7688
f25bebe1
JM
76892004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7690
7691 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 7692
28083580
VR
76932004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7694
7695 * MAINTAINERS: Remove entries without email address.
7696
c0f4b5e4
DJ
76972004-01-15 Daniel Jacobowitz <drow@mvista.com>
7698
7699 * MAINTAINERS: Add myself to write-after-approval.
7700
b5eb5a5e
SB
77012004-01-15 Steven Bosscher <stevenb@suse.de>
7702
7703 * MAINTAINERS: Update my email address.
7704
dce2d8b2 77052004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
7706
7707 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7708 * Makefile.tpl (configure-target-[+module+]): Support stage.
7709 * Makefile.in: Rebuilt.
7710
74c0b320
ILT
77112004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7712
7713 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7714
2560344b
RS
77152004-01-10 Richard Sandiford <rsandifo@redhat.com>
7716
7717 * MAINTAINERS: Add myself as a MIPS maintainer.
7718
8b21cda6
NN
77192004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7720
2b6c260d
NN
7721 * configure.in: Use ./config.cache, not config.cache.
7722 * configure: Regenerate.
7723 * Makefile.tpl: Special-casing not needed for GCC any more.
7724 * Makefile.in: Regenerate.
7725
09438bde
NN
7726 * configure.in: Don't share a cache file for host dirs.
7727 * configure: Regenerate.
7728
8b21cda6
NN
7729 * config-ml.in: Don't mess with the cache file.
7730
e42870df
EB
77312004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7732
7733 * MAINTAINERS: Move myself from 'Write After Approval' to
7734 'CPU Port Maintainers' section as SPARC maintainer.
7735
6b9eb62c
NN
77362004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7737
78a816a6
NN
7738 * Makefile.tpl: Make GCC use a separate config.cache.
7739 * Makefile.in: Regenerate.
7740
6b9eb62c
NN
7741 PR bootstrap/11932, PR bootstrap/11933
7742 (I don't know if it will fix either of them, but it relates
7743 to them.)
7744 * configure.in: Don't use shared config.cache for target
7745 directories.
7746 * configure: Regenerate.
7747
86d7b562
DN
77482004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7749
7750 * MAINTAINERS: Add myself to 'Write After Approval' section.
7751
07d0a605
RS
77522003-12-31 Roger Sayle <roger@eyesopen.com>
7753
7754 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7755 * configure: Regenerated.
7756
459ac19f
KH
77572003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7758
7759 * MAINTAINERS: Remove the mn10200 maintainer.
7760
5785c0ed 77612003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 7762
cc6010cd
AP
7763 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7764 * configure: Regenerated.
5785c0ed 7765
a268eff9
JH
77662003-12-16 Jan Hubicka <jh@suse.cz>
7767
7768 * MAINTAINERS: Add myself as callgraph maintainer.
7769
9d465b12
TF
77702003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7771
7772 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7773 * configure: Regenerate.
7774
a68a270a
GB
77752003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7776
7777 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7778 'Write After Approval' section. Update email.
7779
dce2d8b2 77802003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
7781
7782 * MAINTAINERS (Write After Approval): Add myself.
7783
8c052da4
MT
77842003-11-20 Matt Thomas <matt@3am-software.com>
7785
7786 * MAINTAINERS: Add myself as a vax port maintainer.
7787
e75f9147
KC
77882003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7789
7790 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7791 (configure-build-[+module+], configure-[+module+]): Likewise.
7792 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7793 * Makefile.in: Regenerate.
7794
43d8d958
AT
77952003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7796
7797 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7798 shared/dylibed libraries.
7799 * ltmain.sh: Likewise.
7800 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7801 * ltcf-cxx.sh: Likewise.
7802 * ltcf-gcj.sh: Likewise.
7803 * ltconfig: Likewise.
7804
638dcaa0
SC
78052003-11-17 Stan Cox <scox@redhat.com>
7806
7807 * MAINTAINERS: Add myself as iq2000 port maintainer.
7808
15cc172b
AC
78092003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7810
b4117c30
ZW
7811 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7812 * Makefile.in: Regenerate.
15cc172b 7813
20af77cd
UW
78142003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7815
7816 * config.sub: Update to 2003-11-03 version.
7817
4dd01c5c
PE
78182003-10-20 Phil Edwards <phil@codesourcery.com>
7819
7820 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7821 * configure: Regenerate.
7822
dce2d8b2 78232003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
7824
7825 * MAINTAINERS: Add myself to 'Write After Approval' section.
7826
8b7ebc31
AC
78272003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7828
7829 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7830
afe1910c
JM
78312003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7832
7833 * MAINTAINERS: Update my email address.
7834
05dcec66
RO
78352003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7836
7837 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7838
dce2d8b2 78392003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
7840
7841 * MAINTAINERS: Add myself to 'Write After Approval' section.
7842
507ec745
BI
78432003-10-16 Bernardo Innocenti <bernie@develer.com>
7844
7845 * config.guess: Update to 2003-10-16 version.
7846 * config.sub: Update to 2003-10-16 version.
7847
dce2d8b2 78482003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
7849
7850 * MAINTAINERS: Added myself to 'Write After Approval' section.
7851
0c9b16bc
FH
78522003-10-15 Falk Hueffner <falk@debian.org>
7853
7854 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7855 'Write After Approval' section. Update email.
7856
74d57d15
RS
78572003-10-14 Roger Sayle <roger@eyesopen.com>
7858
7859 * MAINTAINERS: Move myself from 'Write After Approval' to
7860 'Various Maintainers' section as middle-end maintainer.
7861
d29b8ad8
NN
78622003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7863
7864 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7865 HOST_FLAGS_TO_PASS.
7866 * Makefile.in: Regenerate.
7867
26db814a
BI
78682003-10-11 Bernardo Innocenti <bernie@develer.com>
7869
7870 * config.guess: Update to 2003-10-07 version.
7871 * config.sub: Update to 2003-10-07 version.
7872
fffeb871
RO
78732003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7874
7875 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7876 * ltconfig (irix5*, irix6*): Don't override version_type.
7877
6691a79e
ME
78782003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7879
7880 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7881 * configure: Rebuilt
7882 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7883 * Makefile.in: Rebuilt
7884
62cdd71e
L
78852003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7886
7887 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7888
6fe2eacc
CW
78892003-09-30 Carlo Wood <carlo@alinoe.com>
7890
cc6010cd 7891 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 7892
ea57e5ad
PK
78932003-09-29 Paul Koning <ni1d@arrl.net>
7894
7895 * MAINTAINERS: Move myself from "Write After Approval"
7896 to CPU platform maintainers for pdp11 platform.
7897
e070672a
AT
78982003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7899
7900 * MAINTAINERS: Move myself from 'Write After Approval' to
7901 'Various Maintainers' section as libffi testsuite maintainer.
7902
43bb47c2
DJ
79032003-09-21 Daniel Jacobowitz <drow@mvista.com>
7904
7905 * configure.in: Pass a computed --program-transform-name
7906 to subconfigures.
7907 * configure: Regenerated.
7908
da9d3b37
NN
79092003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7910
94322beb
NN
7911 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7912 * Makefile.in: Regenerate.
7913
da9d3b37
NN
7914 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7915 * Makefile.in: Regenerate.
7916
ffd9060b
ZL
79172003-09-19 Ziemowit Laski <zlaski@apple.com>
7918
7919 * MAINTAINERS: Move myself from 'Write After Approval'
7920 to 'Various Maintainers' (objective-c) section.
7921
eeae7b41
DJ
79222003-09-17 Daniel Jacobowitz <drow@mvista.com>
7923
7924 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7925 quoting.
7926 * configure: Regenerated.
7927
a080d12b
JB
79282003-09-16 Joel Brobecker <brobecker@gnat.com>
7929
7930 * MAINTAINERS (Write After Approval): Add myself to write after
7931 approval list.
7932
6cd2fc59
DN
79332003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7934
cc6010cd 7935 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 7936
dcbdd9cc
ILT
79372003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7938
7939 * MAINTAINERS: Update my e-mail address.
7940
e517f636
AM
79412003-09-09 Alan Modra <amodra@bigpond.net.au>
7942
7943 * libtool.m4 (LD): Correct powerpc64 host match.
7944
bc49924b
JW
79452003-09-06 James E Wilson <wilson@tuliptree.org>
7946
7947 * MAINTAINTERS: Update my affiliation and email address.
7948
082124f5
ZD
79492003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7950
7951 * MAINTAINERS (Write After Approval): Add myself.
7952
dc94d89e
DD
79532003-09-04 DJ Delorie <dj@redhat.com>
7954
7955 * configure: Regenerate.
7956
79572003-09-04 Robert Millan <robertmh@gnu.org>
7958
7959 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 7960
7a0f2d4e
KG
79612003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7962
7963 * configure.in: Ensure arguments to sed are properly spaced.
7964 * configure: Regenerate.
7965
88d032eb
GP
79662003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7967
7968 * MAINTAINERS: Update my e-mail address.
7969
0b3f3d22
ME
79702003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7971
7972 * MAINTAINERS (Write After Approval): Add myself.
7973
d253f9ba
DJ
79742003-08-27 Daniel Jacobowitz <drow@mvista.com>
7975
7976 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7977 * configure: Regenerated.
7978
066ec9c9
MM
79792003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7980
7981 * MAINTAINERS: Update my email address.
7982
415d7ef9
PE
79832003-08-23 Phil Edwards <pme@gcc.gnu.org>
7984
7985 * configure.in: Use newline instead of semicolon when assuming
7986 shell arguments in a for loop.
7987 * configure: Regenerated.
7988
e1567352
JE
79892003-08-22 Jason Eckhardt <jle@rice.edu>
7990
7991 * MAINTAINERS: Resurrect the i860 maintainer.
7992
b348267b
GK
79932003-08-20 Geoffrey Keating <geoffk@apple.com>
7994
e50084fa
GK
7995 PR 8180
7996 * configure.in: When testing with_libs and with_headers, treat
7997 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7998 * configure: Regenerate.
b4117c30 7999
b348267b
GK
8000 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8001 make, shell, etc.
8002 (baseargs): Likewise.
8003 * configure: Regenerate.
8004
ca26ffe0
BI
80052003-08-20 Bernardo Innocenti <bernie@develer.com>
8006
8007 * MAINTAINERS (Write After Approval): Add myself.
8008
940cde4d
GK
80092003-08-19 Geoffrey Keating <geoffk@apple.com>
8010
8011 * configure.in: Disable libgcj for darwin not on powerpc.
8012 * configure: Rebuild.
8013
74bed51b
ADL
80142003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8015
8016 * config-ml.in, symlink-tree: Add license.
8017
b4117c30
ZW
80182003-08-03 Richard Stallman <rms@gnu.org>
8019 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
8020
8021 * README.SCO: New file.
8022
333a28b4
MK
80232003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8024
8025 * Makefile.tpl (check, check-c++): Express dependencies using
8026 dependencies rather than commands.
8027 * Makefile.in: Regenerate.
8028
c197e306
AC
80292003-08-01 Andrew Cagney <cagney@redhat.com>
8030
8031 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8032 * configure: Ditto.
8033
a8ee6e2d
GK
80342003-07-31 Geoffrey Keating <geoffk@apple.com>
8035
8036 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 8037 * Makefile.in: Update.
a8ee6e2d 8038
8d9b3f2e
AT
80392003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8040
8041 * configure.in: Enable libgcj for darwin.
8042 * configure: Rebuild.
8043
52c0c542
PE
80442003-07-29 Phil Edwards <pme@gcc.gnu.org>
8045
8046 * config-ml.in: Use ac_configure_args directly instead of
8047 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8048 actually seen.
8049
b4acb5ef
NN
80502003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8051
8052 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8053 creating target and build subdirs to build all parent dirs as needed.
8054 * Makefile.in: Rebuild.
8055 * configure.in: Don't build dirs explicitly here.
8056 * configure: Rebuild.
8057
a51d71d0
PB
80582003-07-26 Paul Brook <paul@nowt.org>
8059
8060 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8061
f43e12ce
AO
80622003-07-22 Alexandre Oliva <aoliva@redhat.com>
8063
8064 * Makefile.tpl (all-make): Depend on intl.
8065 * Makefile.in: Rebuilt.
8066
8a199ff6
PE
80672003-07-20 Phil Edwards <pme@gcc.gnu.org>
8068
8069 * install-sh: Update to newer upstream versions (associated with
8070 aclocal 1.7).
8071 * mkinstalldirs: Likewise.
8072 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8073
e6a8c803
AP
80742003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8075
8076 * MAINTAINERS: Move self from Bug database only accounts
8077 to write-after-approval.
8078
9f13608f
NN
80792003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8080
8081 * config.if: Remove unused libc_interface determination.
8082
c7864714
NN
80832003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8084
8085 * MAINTAINERS: Move self from write-after-approval to
8086 build machinery (*.in).
8087
775956d0
NN
80882003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8089
8090 PR bootstrap/11273
8091 PR bootstrap/11408
8092 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8093 unused INSTALL_PROGRAM_ARGS.
8094 * configure.in: Use AC_PROG_INSTALL.
8095 * Makefile.in: Regenerate.
8096 * configure: Regenerate.
8097
c7f67a6e
KH
80982003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8099
8100 * MAINTAINERS: Alphabetize.
8101
33952f6f
AO
81022003-07-10 Alexandre Oliva <aoliva@redhat.com>
8103
8104 * configure: Rebuilt.
8105 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8106 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8107 newlib nor libgloss.
8108 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8109 * configure.in (am33_2.0-*-linux*): Added.
8110
0d4f1b4e
BW
81112003-07-09 Bob Wilson <bob.wilson@acm.org>
8112
8113 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8114 * configure: Regenerate.
8115
56694dd9
ZW
81162003-07-07 Zack Weinberg <zack@codesourcery.com>
8117
8118 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8119 * Makefile.in: Regenerate.
8120
21607eb4
ZW
81212003-07-04 Zack Weinberg <zack@codesourcery.com>
8122
8123 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8124 * Makefile.in: Regenerate.
8125
dce2d8b2 81262003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
8127
8128 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8129 * Makefile.in: Regenerated.
8130
5d42f90e
L
8131 * config-ml.in: Replace PWD with PWD_COMMAND.
8132
6eb95e99
ZW
81332003-07-04 Zack Weinberg <zack@codesourcery.com>
8134
8135 * intl: New directory; see intl/ChangeLog for details.
8136 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8137 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8138 * Makefile.in: Regenerate.
8139
07d1940e
NN
81402003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8141
8142 * configure.in: Clean up config-lang.in handling. Delete
8143 useless assignment to "subdirs".
8144 * configure: Regenerate.
8145
4dbda6f0
NN
81462003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8147
8148 * configure.in: Rename 'target_libs' to 'target_libraries'.
8149 Remove useless reference to 'target_libs'.
8150 * configure: Regenerate.
8151
2c30ab71
KS
81522003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8153
8154 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8155 * Makefile.in: Regenerate.
8156
11405c93
NN
81572003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8158
8159 * Makefile.def: Introduce flags_to_pass.
8160 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8161 * Makefile.in: Regenerate.
8162
fb87ad5d
HPN
81632003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8164
8165 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8166 and target-libgloss.
8167 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8168 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8169 * configure: Regenerate.
8170
a7956a48
BK
81712003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8172
8173 * configure.in: Update testsuite_flags to new location.
8174 * configure. Regenerate.
6eb95e99 8175
eaf9f3b2
NN
81762003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8177
8178 * Makefile.tpl: Remove BUILD_CC stuff.
8179 * Makefile.in: Regenerate.
8180
2d89ffef
KH
81812003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8182
8183 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8184
dce2d8b2 81852003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
8186
8187 * MAINTAINERS (Write After Approval): Add myself.
8188
dce2d8b2 81892003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 8190
b951c91c
L
8191 * config.guess: Update to 2003-06-12 version.
8192 * config.sub: Update to 2003-06-13 version.
8193
dce2d8b2 81942003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
8195
8196 * config.guess: Update to 2003-06-06 version.
8197 * config.sub: Update to 2003-06-06 version.
8198
655b7166
RO
81992003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8200
8201 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8202 * configure. Regenerate.
8203
01b759aa
NN
82042003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8205
bf1d3e81
NN
8206 * configure.in: Disable serial configure by default.
8207 * configure: Regenerate.
8208 * Makefile.tpl: Abolish .NOTPARALLEL.
8209 * Makefile.in: Regenerate.
8210
e89fbdfe
NN
8211 * Makefile.tpl: Replace {build,host,target}_canonical by
8212 {build,host,target}.
8213 * Makefile.in: Regenerate.
8214
01b759aa
NN
8215 * Makefile.tpl: Fix stupid pasto.
8216 * Makefile.in: Regenerate.
8217
f7dae026
NN
82182003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8219
8220 * Makefile.tpl: Remove bogus conditional.
8221 * Makefile.in: Regenerate.
8222
82232003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
8224
8225 * Makefile.tpl (profiledbootstrap): New target.
8226 * Makefile.in (profiledbootstrap): New target.
8227
2ffc3e73 82282003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
8229
8230 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8231 Pinski. Remove user names from other bugzilla-only maintainers.
8232
1a1e6b96
NN
82332003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8234
1358ccea
NN
8235 * Makefile.tpl: Make 'recursive targets' using autogen rather
8236 than shell loop. Remove duplicate 'clean' targets and false
8237 comments.
8238 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8239 Add systematic method of specifying missing targets in subdirs.
8240 Add copyright boilerplate.
8241 * Makefile.in: Regenerate.
8242 * configure.in: Add 'recursive targets' to maybe list.
8243 * configure: Regenerate.
8244
ae74ed1f
NN
8245 * MAINTAINERS: "GNATS only" -> "Bug database only".
8246
1a1e6b96
NN
8247 * Makefile.tpl: Rename [+target+] to [+make_target+].
8248 * Makefile.def: Rename 'target' to 'make_target'.
8249
c79af3fa
NB
82502003-05-31 Neil Booth <neil@daikokuya.co.uk>
8251
8252 * MAINTAINERS: Add self as options handling maintainer.
8253
39d85b61
MM
82542003-05-28 Michael Meissner <gnu@the-meissners.org>
8255
8256 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8257 been too long since I touched those ports.
8258
afc2b62d
DD
82592003-05-28 DJ Delorie <dj@redhat.com>
8260
8261 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8262 * Makefile.in: Regenerate.
8263
df445104
MR
82642003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8265
8266 * configure.in: Use curly braces in the definition of tooldir.
8267 * configure: Regenerate.
8268
2eb98e5d 82692003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 8270
2eb98e5d
DD
8271 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8272 newlib or libgloss.
8273 * Makefile.in: Regenerate.
8274
862fced8
DD
82752003-05-21 DJ Delorie <dj@redhat.com>
8276
8277 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8278 * Makefile.in: Regenerate.
8279
fc351800
ILT
82802003-05-20 Ian Lance Taylor <ian@airs.com>
8281
8282 * MAINTAINERS: Update my e-mail address.
8283
7e2dbcef
NN
82842003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8285
8286 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 8287 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
8288 Factor out common code from autogen IF statements.
8289 * configure: Regenerate.
8290 * Makefile.in: Regenerate.
8291
f2a0e225
KC
82922003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8293
8294 * configure.in: Accept i[3456789]86 for machine type.
8295 * configure: Regenerate.
8296
8b87bb96
NN
82972003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8298
8299 * configure.in: Switch more things to use maybe dependencies.
8300 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
8301 * configure: Regenerate.
8302 * Makefile.tpl: Switch more things to use maybe dependencies.
8303 * Makefile.in: Regenerate.
8304
fdb882bc 83052003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
8306
8307 * Makefile.tpl (install-opcodes): Define.
8308 * Makefile.in: Rebuild.
8309
f7c50032
AJ
83102003-05-13 Andreas Jaeger <aj@suse.de>
8311
8312 * config.guess: Update to 2003-05-09 version.
8313 * config.sub: Update to 2003-05-09 version.
8314
dce2d8b2 83152003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
8316
8317 * configure.in: Correct sed script so that options in quotes are not
8318 deleted.
8319 * configure: Rebuild.
8320
aa8f1f57
CV
83212003-05-12 Corinna Vinschen <corinna@vinschen.de>
8322
8323 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8324 and $$s/newlib/libc/sys/cygwin32 include paths.
8325 * configure: Ditto.
8326
0c130f81
MM
83272003-05-12 Michael Meissner <gnu@the-meissners.org>
8328
8329 * MAINTAINERS: Update my email addresses.
8330
aa1a100b
EB
83312003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
8332
8333 * config-ml.in: Propagate INSTALL variables.
f7c50032 8334
87861833
GP
83352003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8336
8337 * MAINTAINERS: Remove duplicate entries in Write After Approval.
8338
de722255
CD
83392003-05-02 Chris Demetriou <cgd@broadcom.com>
8340
6eb95e99
ZW
8341 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8342 * Makefile.in: Regenerate.
de722255 8343
96c4a002
WB
83442003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
8345
8346 * MAINTAINERS (GNATS only): Add Falk Hueffner.
8347
55b15a11
WB
83482003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
8349
8350 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8351
0c227849
DJ
83522003-04-27 Daniel Jacobowitz <drow@mvista.com>
8353
8354 * Makefile.tpl: Clean $(BUILD_SUBDIR).
8355 * Makefile.in: Regenerated.
8356
d45148c1
WB
83572003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
8358
8359 * MAINTAINERS (Write After Approval): Upgrade myself from
8360 GNATS only to write-after-approval. Update my mail address.
8361
dce2d8b2 83622003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
8363
8364 (OS Port Maintainers: freebsd): Add myself.
8365
438f50c3
MM
83662003-04-22 Mark Mitchell <mark@codesourcery.com>
8367
8368 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8369
9074e169
KJ
83702003-04-22 Kean Johnston <jkj@sco.com>
8371
8372 * MAINTAINERS (SCO ports): Added myself.
8373
dfd39a2e
NS
83742003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8375
8376 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8377
ccbae82a
KJ
83782003-04-19 Kean Johnston <jkj@sco.com>
8379
8380 * MAINTAINERS (Write After Approval): Add myself.
8381
2f50999f
GP
83822003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8383
8384 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8385 * Makefile.in: Regenerate.
8386
e9b84181
JJ
83872003-04-18 Jakub Jelinek <jakub@redhat.com>
8388
8389 * configure.in (powerpc64*-*-linux*): Remove.
8390 * configure: Rebuilt.
8391
1ca4c6e1
PE
83922003-04-17 Phil Edwards <pme@gcc.gnu.org>
8393
8394 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
8395 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8396 and restrap.
8397 * Makefile.in: Regenerate.
8398
0590b963
RE
83992003-04-16 Richard Earnshaw <rearnsha@arm.com>
8400
8401 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8402 * configure: Regenerated.
8403
ff41a56f
DD
84042003-04-15 DJ Delorie <dj@redhat.com>
8405
8406 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8407
50d440bc
NC
84082003-04-13 Nick Clifton <nickc@redhat.com>
8409
8410 * config-ml.in: Remove support for --disable-aix removing
8411 call-aix multilibs.
8412
b1e0a93e
AO
84132003-04-10 Alexandre Oliva <aoliva@redhat.com>
8414
8415 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8416 * */configure: Rebuilt.
8417
71fb704d
JS
84182003-04-08 Joel Sherrill <joel@oarcorp.com>
8419
8420 * MAINTAINERS: Add my email address.
8421
3897ea90
OH
84222003-03-17 Olivier Hainque <hainque@act-europe.fr>
8423
8424 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 8425
93c834b7
NN
84262003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8427
8428 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8429 * Makefile.in: Regenerate.
8430
82c34dcb
MC
84312003-03-14 Michael Chastain <mec@shout.net>
8432
8433 * Makefile.in: Regenerate with correct Makefile.def.
8434
73458fb7
NN
84352003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8436
8437 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8438 Make macro.
8439 * Makefile.in: Regenerate.
8440 * configure.in: Clean up gxx_include_dir logic.
8441 * configure: Regenerate.
8442
32cf27e5
AE
84432003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8444
8445 * MAINTAINERS (Write After Approval): Add myself.
8446
c727e7a0
BE
84472003-03-10 Ben Elliston <bje@wasabisystems.com>
8448
8449 * MAINTAINERS: Update my mail address.
8450
9a27ac7a
FS
84512003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8452
8453 * configure.in (gxx_include_dir): Fix typo.
8454 * configure: Regenerated.
8455
3aa83176
NN
84562003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8457
8458 * Makefile.tpl: Reindent.
8459 * Makefile.in: Regenerate.
8460 * configure.in: Reindent. Don't set unused variables.
8461 * configure: Regenerate.
8462
9124bc53
DJ
84632003-03-04 Daniel Jacobowitz <drow@mvista.com>
8464
8465 * configure.in: Include $(build_tooldir)/sys-include in
8466 FLAGS_FOR_TARGET.
8467 * configure: Regenerated.
8468
cb543528
NN
84692003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8470
c858bf1e
NN
8471 * Makefile.tpl: Always pass down RANLIB.
8472 * Makefile.in: Regenerate.
8473
aa9c3ab4
NN
8474 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8475 * Makefile.in: Regenerate.
8476 * configure.in: Remove unused logic relating to --enable-shared
8477 and --enable-threads. Remove bogus comments. Remove redundant
8478 noconfigdirs.
8479 * configure: Regenerate.
8480
cb543528
NN
8481 * configure.in: Replace ${libstdcxx_version} by its value.
8482 Remove reference to mh-dgux.
8483 * configure: Regenerate.
8484
53f70c1b
KB
84852003-03-03 Kevin Buettner <kevinb@redhat.com>
8486
8487 * MAINTAINERS (Write After Approval): Add myself.
8488
df0f0674
NN
84892003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8490
8491 * Makefile.tpl: Rearrange.
8492 * Makefile.in: Regenerate.
8493
dce2d8b2 84942003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
8495
8496 * configure.in: Add support for kaOS as cross build target system.
8497 * configure: Regenerated.
8498
a7a287eb
SB
84992003-02-24 Steven Bosscher <steven@gcc.gnu.org>
8500
8501 * MAINTAINERS (Write after approval): Add myself.
8502
ff00c8a2
JW
85032003-02-21 James E Wilson <wilson@tuliptree.org>
8504
8505 * MAINTAINERS: Update my email address.
8506
abb2db7a
ZW
85072003-02-21 Zack Weinberg <zack@codesourcery.com>
8508
8509 * MAINTAINERS: Add self to blanket write privs. section.
8510
e9f2dc3b
SM
85112003-02-20 Sean McNeil <sean@blue.mcneil.com>
8512
8513 * Makefile.tpl: Add definition of CPPFLAGS to pass into
8514 configure-target-* as some target builds may require additional
8515 flags for preprocessor tests.
8516 * Makefile.in: Regenerated.
8517
ee03dc5e
AO
85182003-02-19 Alexandre Oliva <aoliva@redhat.com>
8519
11856278
AO
8520 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8521 * ltconfig: Handle it.
8522 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8523 auto-detecting it.
8524
274aef32
AO
8525 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8526 it is used as argument to $CC.
8527 * ltcf-gcj.sh: Likewise.
8528
ee03dc5e
AO
8529 * configure.in: Introduce --enable-maintainer-mode.
8530 * configure: Rebuilt.
8531 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8532 for maintainer mode.
8533 * Makefile.in: Rebuilt.
8534
30db8e17
JM
85352003-02-18 Jason Merrill <jason@redhat.com>
8536
8537 * Makefile.tpl (check-c++): Allow parallelism.
8538
cab60ac6
GP
85392003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8540
8541 * MAINTAINERS: Remove John Carr (who never actually had access to
8542 gcc.gnu.org).
8543
c8e5d1af
GK
85442003-02-15 Geoffrey Keating <geoffk@apple.com>
8545
8546 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8547 don't configure target-libobjc.
8548 * configure: Regenerate.
8549
70f91f50
RO
85502003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8551
8552 * Makefile.tpl (RANLIB): Define.
8553 * Makefile.in: Regenerate.
8554
669e9062
LB
85552003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
8556
8557 * MAINTAINERS: Update my email.
abb2db7a 8558
61b56b2e
KS
85592003-02-06 Keith R Seitz <keiths@redhat.com>
8560
8561 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8562 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8563 * Makefile.in: Regenerated.
8564 * configure.in: Remove all traces of snavigator, db, and grep.
8565 * configure: Regenerated.
8566
a1ba6e15
GP
85672003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8568
8569 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8570 After Approval.
8571
f5f2cce5
CC
85722003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8573
8574 * MAINTAINERS (Write after approval): Add myself.
8575
ba49f6f1
FCE
85762003-01-31 Frank Ch. Eigler <fche@redhat.com>
8577
8578 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8579 * Makefile.in: Regenerated.
8580
ccf9f10c
RS
85812003-01-30 Roger Sayle <roger@eyesopen.com>
8582
8583 * config.guess: Updated to 2003-01-30's version.
8584 * config.sub: Updated to 2003-01-28's version.
8585
a693735b
AO
85862003-01-30 Alexandre Oliva <aoliva@redhat.com>
8587
8588 * config.if: If gcc_version is already set, just use it. Don't set
8589 gcc_version_trigger if it's already set, otherwise set it to
8590 gcc/version.c, but only if the file exists. If it is not set and
8591 gcc/version.c does not exist, try to extract the version number from
8592 $CC.
8593
204c43d6
AT
85942003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8595
abb2db7a 8596 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 8597
842e91ec
PE
85982003-01-27 Phil Edwards <pme@gcc.gnu.org>
8599
8600 * configure.in: Revert 24Jan change.
8601 * configure: Regenerate.
8602
6b99984e
GP
86032003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8604
8605 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
8606 entry of HJ Lu.
8607
806e0935
NN
86082003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8609
8610 * configure.in: Revert previous change.
8611 * configure: Regenerate.
8612
307a9864
NN
86132003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8614
8615 * configure.in: Make rda native-only.
8616 * configure: Regenerate.
8617
02ba6302
VR
86182003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8619
8620 * MAINTAINERS: Move myself from GNATS-only-accounts to
8621 write-after-approval.
8622
77d187bc
NN
86232003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8624
8625 * configure.in: Add missing \.
8626 * configure: Rebuilt.
8627
a94a2d4c
JJ
86282003-01-17 Jakub Jelinek <jakub@redhat.com>
8629
8630 * configure.in (baseargs): Avoid using \| in sed regular
8631 expressions.
8632 * configure: Rebuilt.
8633
73f84924
JJ
86342003-01-16 Jakub Jelinek <jakub@redhat.com>
8635
8636 * configure.in (baseargs): Remove all supported forms of
8637 --cache-file, --srcdir, --host, --build and --target options
8638 from argument lists.
8639 * configure: Rebuilt.
8640
8c12fc63
JZ
86412003-01-15 Josef Zlomek <zlomekj@suse.cz>
8642
8643 * MAINTAINERS: Add myself to write-after-approval list.
8644
7c005a3a
AO
86452003-01-15 Alexandre Oliva <aoliva@redhat.com>
8646
8647 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8648 * configure: Rebuilt.
8649
3dfabf63
NN
86502003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8651
8652 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8653 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8654 * Makefile.in: Regenerate.
8655 * configure: Regenerate.
8656
cf53ae10
AO
86572003-01-09 Alexandre Oliva <aoliva@redhat.com>
8658
8659 * configure.in: Remove Makefile in build, host and target modules
8660 unless configure was run with --no-recursion.
8661 * configure: Rebuilt.
8662
3fbe8e4a
CC
86632003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8664
8665 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8666 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8667 * Makefile.in: Regenerate.
8668
66e2aa7d
CD
86692003-01-08 Chris Demetriou <cgd@broadcom.com>
8670
8671 * config.guess: Update to 2003-01-03 version.
8672 * config.sub: Update to 2003-01-03 version.
8673
b5038cfb
CF
86742003-01-07 Christopher Faylor <cgf@redhat.com>
8675
8676 * configure: Regenerate with proper autoconf 2.13.
8677
d02c69be
CF
86782003-01-07 Christopher Faylor <cgf@redhat.com>
8679
8680 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 8681 * configure: Regenerate.
d02c69be 8682
e914a571
AC
86832003-01-06 Andrew Cagney <ac131313@redhat.com>
8684
8685 * configure.in (GDB_TK): Add tcl directories conditional on
8686 gdb/gdbtk directory being present.
8687 * configure: Regenerate.
abb2db7a 8688
dce2d8b2 86892003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 8690
dce2d8b2
EB
8691 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8692 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
8693 * configure: Rebuilt.
8694
89a7012a
TT
86952002-12-31 Tom Tromey <tromey@redhat.com>
8696
8697 * Makefile.in: Rebuilt.
8698 * Makefile.def (target_modules) [libffi]: Allow installation.
8699
3f4f56e2
AS
87002002-12-31 Andreas Schwab <schwab@suse.de>
8701
8702 * configure.in: Fix use of $program_transform_name.
8703 * configure: Regenerated.
8704
6c1b8d0a
DJ
87052002-12-30 Daniel Jacobowitz <drow@mvista.com>
8706
8707 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 8708 * configure: Regenerated.
6c1b8d0a 8709
c5120911
AO
87102002-12-29 Alexandre Oliva <aoliva@redhat.com>
8711
8712 * Makefile.tpl (local-distclean): Don't remove...
8713 (multilib.ts): ... this. Moved into...
8714 (multilib.out): ... this. Don't use sub-make.
8715 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8716 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8717 (configure-build-[+module+], configure-[+module+],
8718 configure-target-[+module+], configure-gcc): ... these. Test
8719 for Makefile existence. Drop config.status from dependencies.
8720 * Makefile.in: Rebuilt.
8721 * configure.in: Move gcc-version-trigger to the end of
8722 ac_configure_args. Add comments to maybedep.tmp and
8723 serdep.tmp. Introduce --disable-serial-configure. Remove
8724 nonopt from baseargs, matching and removing corresponding
8725 whitespace while at it.
8726 * configure: Rebuilt.
8727
e245b0ea
AO
87282002-12-28 Alexandre Oliva <aoliva@redhat.com>
8729
903de295
AO
8730 * configure.in (host_configargs): Replace reference to
8731 no-longer-defined buildopts with --build=${build_alias}.
8732 * configure: Rebuilt.
8733
e245b0ea
AO
8734 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8735 program_transform_name to standard idiom.
8736 (AUTOGEN, AUTOCONF): Define.
8737 (Makefile.in): Use $(AUTOGEN).
8738 (Makefile): Depend on config.status, and use autoconf-style rule to
8739 build it. Move original commands to...
8740 (config.status): ... this new target.
8741 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8742 $(AUTOCONF).
8743 * Makefile.in: Rebuilt.
8744
671aa708
NN
87452002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8746
53fbfb58
NN
8747 * Makefile.tpl: Fix dramatic bustage due to change in
8748 program_transform_name.
8749 * Makefile.in: Regenerate.
8750
8751 * configure.in: Remove unnecessary PATH setting.
8752 * configure: Regnerate.
8753
8754 * configure.in: Don't default to unprefixed tools unless
8755 the native tools will work.
8756 * configure: Regenerate.
8757
671aa708
NN
8758 * configure.in: Convert to autoconf script. Blow away lots
8759 of now-redundant Makefile fragments.
8760 * configure: Generate using Autoconf.
8761 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8762 * Makefile.in: Regenerate.
8763
57f40826
NN
87642002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8765
3fedb745
NN
8766 * configure: Fix stupid bug where RANLIB was mistakenly included.
8767
abb2db7a 8768 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
8769 (build_configargs, host_configargs, target_configargs).
8770
8771 * configure.in: Move logic out of sed statement.
8772
abb2db7a 8773 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
8774 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8775
315fa0f4
SS
87762002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8777
8778 * config.sub: Import from master repository
8779 * config.guess: Ditto
8780
45aff44f
AS
87812002-12-24 Andreas Schwab <schwab@suse.de>
8782
8783 * Makefile.tpl (multilib.out): Fix missing space.
8784 * Makefile.in: Regenerate.
8785
88b5521b
NN
87862002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8787
8788 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8789 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8790 * Makefile.in: Regenerate.
8791 * configure.in: Remove unnecessary leftovers.
8792
2a726918
GK
87932002-12-21 Geoffrey Keating <geoffk@apple.com>
8794
8795 * configure.in (extra_ranlibflags_for_target): New variable.
8796 (*-*-darwin): Add -c to ranlib commands.
8797 * configure (tooldir): Handle extra_ranlibflags_for_target.
8798
aace3269 87992002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
8800
8801 * Makefile.tpl: Revert HJL's change.
8802 * Makefile.in: Regenerated.
8803 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8804 always.
8805
f0895142
AS
88062002-12-19 Andreas Schwab <schwab@suse.de>
8807
8808 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8809 * Makefile.in: Regenerate.
8810
dce2d8b2 88112002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
8812
8813 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8814 * Makefile.in: Regenerated.
8815
8816 * configure.in (build_prefix): New. Substitute.
8817
212f6dd0
NN
88182002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8819
79308c5d
NN
8820 * Makefile.tpl: Don't let real targets depend on phony targets.
8821 * Makefile.in: Regenerate.
8822
212f6dd0
NN
8823 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8824 * Makefile.in: Regenerate.
8825
ab17919f
SS
88262002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8827
8828 * config.sub: Import from master repository
8829 * config.guess: Ditto
8830
5ecf91d1
JM
88312002-12-16 Jason Merrill <jason@redhat.com>
8832
8833 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8834 previous 'make bootstrap'.
8835 * Makefile.in: Regenerate.
8836
d8437e1b
HPN
88372002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8838
8839 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8840
4977bab6
ZW
88412002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8842
8843 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8844 * Makefile.in: Regenerate.
8845
0edcfdcb
JM
88462002-12-13 Jason Merrill <jason@redhat.com>
8847
6248218a 8848 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
8849 library tests.
8850 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
8851 * Makefile.in: Regenerate.
8852
4977bab6
ZW
88532002-12-12 Alexandre Oliva <aoliva@redhat.com>
8854
8855 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8856 * Makefile.in: Rebuilt.
8857
f87505dd
AO
88582002-12-12 Alexandre Oliva <aoliva@redhat.com>
8859
8860 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8861
4977bab6
ZW
88622002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8863
8864 * configure: Fix bug put in by gremlins.
8865
8866 * Makefile.tpl: Substitute more autoconfily.
8867 * configure: Substitute more autoconfily.
8868 * Makefile.in: Regenerate.
8869
7f0db92a
SS
88702002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8871
8872 * config.sub: Import from master repository
8873 * config.guess: Ditto
8874 * MAINTAINERS: Added Svein Seldal under write after approval
8875
4977bab6
ZW
88762002-12-08 Andrew Cagney <ac131313@redhat.com>
8877
8878 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8879 * Makefile.in (all-sim): Ditto.
8880
88812002-12-06 DJ Delorie <dj@redhat.com>
8882
8883 * Makefile.tpl: Change configure dependencies to not have real
8884 targets depend on phony targets.
8885
88862002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8887
8888 * configure.in: Revert unintentional change.
8889
8890 * Makefile.tpl: Change dependency for */multilib.out so that
8891 it works when gcc isn't in the tree.
8892
8893 * configure.in: Substitute more.
8894 * configure: Run subconfigures from the Makefile.
8895 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8896 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8897
67f1b906
GP
88982002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8899
8900 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8901
4977bab6
ZW
89022002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8903
8904 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8905 and corresponding dependencies.
8906 * Makefile.in: Regenerate.
8907
8908 * configure.in (host_tools): Order binutils, gas and ld for
8909 convenience in running the testsuites.
8910
8911 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8912 * Makefile.in: Regenerate.
8913 * configure.in: Introduce rules to serialize subconfigure runs.
8914
8915 * configure.in: Introduce BASE_CC_FOR_TARGET.
8916 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8917 Realize configure-build-* targets. Realize configure-target-* targets.
8918 * Makefile.in: Regenerate.
8919
89202002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8921
8922 * configure: Move gcc_version_trigger stuff from here...
8923 * configure.in: ...to here.
8924
8925 * configure.in: Separate subconfigure options added by this file from
8926 options given by the user. Add machinery to put args for host
8927 subconfigures into the Makefile.
8928
8929 * Makefile.tpl: Remove 'vault' targets.
8930 * Makefile.tpl: Reorder and comment dependencies.
8931 * Makefile.in: Regenerate.
8932
89332002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8934 * configure.in: Fix my broken commit of previous patch. (sigh)
8935
743f054e
GK
89362002-11-28 Geoffrey Keating <geoffk@apple.com>
8937
8938 * configure.in: Move host-specific darwin noconfigdirs into
8939 the host-specific section.
8940
4977bab6
ZW
89412002-11-28 Geoffrey Keating <geoffk@apple.com>
8942
8943 * configure.in: Move host-specific darwin noconfigdirs into
8944 the host-specific section.
8945
89462002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8947
8948 * configure: Remove skip-this-dir support.
8949 * Makefile.tpl: Remove skip-this-dir support.
8950
8951 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8952 subdirectories.
8953 * Makefile.in: Regenerate.
8954
8955 * Makefile.tpl: Strip out useless setting of 'dir'.
8956 * Makefile.in: Regenerate.
8957
89582002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8959
8960 * configure.in: Fix deeply stupid bug.
8961
8962 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8963 shell code in CXX_FOR_TARGET
8964 * Makefile.def: Introduce raw_cxx.
8965 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8966 RAW_CXX_FOR_TARGET.
8967 * Makefile.in: Regenerate.
8968
89692002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8970
8971 * Makefile.tpl: Remove unnecessary ifs.
8972 * Makefile.in: Regenerate.
8973
8974 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8975 dependencies. Maybe-ize build-libiberty. Create dummy install
8976 targets for 'no_install' modules.
8977 * configure: Move GDB_TK substitution to configure.in. Move
8978 build_modules stuff to configure.in.
8979 * configure.in: Implement soft dependency machinery. Maybe-ize
8980 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8981 * Makefile.in: Regenerate.
8982
89832002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8984
8985 * Makefile.tpl: Make all-target, install-target behave similarly
8986 to all, install (only hitting configured targets). Eliminate
8987 unused macro defintions.
8988
8989 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8990 build != host.
8991
8992 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8993
8994 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8995
8996 * configure.in: Produce lists of subdir targets we're actually
8997 configuring. Remove references to "dosrel".
8998 * Makefile.tpl: Let configure set which subdir targets are hit.
8999 Remove install-cross; clean up install; remove ALL. Remove
9000 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9001 Autogenerate host module targets. Remove empty dependency lines
9002 and redundant dependency; rearrange slightly.
9003 * Makefile.def: Add host-side libtermcap, utils.
9004
9005 * Makefile.in: Regenerate.
9006
e6226a2f
RO
90072002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9008
9009 * ltconfig (osf[345]): Append $major to soname_spec.
9010 Reflect this in library_names_spec.
9011 * ltmain.sh (osf): Prefix $major with . for use as extension.
9012
3b75d237
AJ
90132002-11-19 Andreas Jaeger <aj@suse.de>
9014
9015 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9016 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9017 and sparc64 GNU/Linux systems.
9018
809108de
NS
90192002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9020
9021 * MAINTAINERS: Update email.
9022
e7e0de7e
GP
90232002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9024
9025 * MAINTAINERS: Complete James Dennett's entry.
9026
f7109dea
EB
90272002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9028
9029 * MAINTAINERS (Write After Approval): Add myself.
9030
d3ac17c9
BK
90312002-11-13 Bruce Korb <bkorb@gnu.org>
9032
9033 * Makefile.tpl: syntactic cleanup
9034
dce2d8b2 90352002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
9036
9037 * MAINTAINERS: Add myself to write-after-approval list.
9038
4977bab6
ZW
90392002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9040
9041 * Makefile.def: Add list of recursive targets to autogenerate.
9042 Add build_modules.
9043 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9044 targets. Autogenerate *-build-* targets.
9045 * Makefile.in: Regenerate.
9046
90472002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9048
9049 * configure: More autoconf-style substitutions.
9050 * Makefile.tpl: More autoconf-style substitutions.
9051 * Makefile.in: Regenerate.
9052
90532002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9054
9055 * configure: Substitute more variables in a more autoconf-friendly
9056 way. Simplify slightly.
9057 * Makefile.tpl: Make more variables substitutable in an
9058 autoconf-friendly way.
9059 * Makefile.in: Regenerate.
9060
d4783999
JW
90612002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9062
9063 * MAINTAINERS (Write After Approval): Add myself.
9064
4977bab6
ZW
90652002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9066
9067 * configure.in (v810*): Remove special setting of tools.
9068
9069 * configure: Add support for extra required flags for ar or nm.
9070 * configure.in (aix4.3+): Use above support for target-specific
9071 issues, rather than using config/mt-aix43.
9072
90732002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9074
9075 * configure: Remove 'removing', which doesn't work. Replace $subdir
9076 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9077 with $srcdir. Reformat indentation. Substitute some variables
9078 formerly hard-coded in the Makefile for build=host.
9079 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9080 * Makefile.def: Autogenerate more.
9081 * Makefile.in: Regenerate.
9082
1c9c903e
AN
90832002-11-04 Adam Nemet <anemet@lnxw.com>
9084
9085 * MAINTAINERS (Write After Approval): Add myself.
9086
40673d2b
KB
90872002-11-04 Kevin Buettner <kevinb@redhat.com>
9088
9089 * Makefile.def (host_modules): Add rda.
9090 * Makefile.in: Regenerate.
9091 * configure.in (target_tool): Add target-rda to list.
9092
42e650ae
GP
90932002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9094
9095 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9096
e004b81f
PE
90972002-10-25 Phil Edwards <pme@gcc.gnu.org>
9098
9099 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9100 and restrap targets to this rule.
9101 * Makefile.in: Regenerate.
9102
06bd49b1
GP
91032002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9104
9105 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9106 GNATS only accounts.
9107
d0af82b0
HPN
91082002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9109
9110 * configure.in (i[3456]86-*-linux*): Add check to disable
9111 ${libgcj} for glibc1.
9112
10782654
DC
91132002-10-24 Denis Chertykov <denisc@overta.ru>
9114
9115 * MAINTAINERS: Add myself as ip2k port maintainer.
9116
a5a438f5
SS
91172002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9118
9119 * configure.in: Add tic4x target.
9120
fe3d5b7f
NN
91212002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9122
aba8a494
NN
9123 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9124 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9125 * Makefile.in: Regenerate.
9126
fe3d5b7f
NN
9127 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9128 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9129 * Makefile.in: Regenerate.
9130
a6ad79e7
JJ
91312002-10-02 Janis Johnson <janis187@us.ibm.com>
9132
9133 * MAINTAINERS: Add myself as web pages co-maintainer.
9134
6a8a9058
NN
91352002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9136
9137 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9138 * Makefile.in: Regenerate.
9139
327d975a
ZW
91402002-10-02 Zack Weinberg <zack@codesourcery.com>
9141
9142 * MAINTAINERS: Add myself and Nathan Sidwell
9143 <nathan@codesourcery.com> as VxWorks maintainers.
9144
a5ae8f19 91452002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
9146
9147 * Makefile.def: Remove order dependency comments.
9148 * Makefile.tpl: Add explicit install-install dependencies.
9149 * Makefile.in: Regenerate.
d0f6c823 9150
34c6040c 9151 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 9152 * Makefile.in: Regenerate.
34c6040c 9153
d0f6c823
NN
9154 * Makefile.tpl: Add configure-target (for src-release in src)
9155 * Makefile.in: Regenerate.
9156
50bd210b
NC
91572002-09-30 Nick Clifton <nickc@redhat.com>
9158
9159 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9160
ca25149e
UW
91612002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9162
9163 * configure.in (s390*-*-linux*): Enable libgcj.
9164
dd30b57d
NN
91652002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9166
9e60a678
NN
9167 * configure: Revert accidentally applied changes.
9168
dd30b57d
NN
9169 * Makefile.tpl: Make more autoconf-friendly.
9170 * Makefile.in: Regenerate.
9171 * configure: Make substitution more autoconf-like.
9172
5831424e
RE
91732002-09-28 Richard Earnshaw <rearnsha@arm.com>
9174
9175 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9176 single entry to handle all these.
9177 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9178 libjava on arm-*-elf.
9179
b7f3b15b
GK
91802002-09-27 Geoffrey Keating <geoffk@apple.com>
9181
9182 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9183 things that depend on them.
9184
0dffceed
NN
91852002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9186
9187 * Makefile.tpl: Make subsituted variables more autoconfy.
9188 * Makefile.in: Regenerate.
9189 * configure: Make seds more autoconfy.
9190
1db75a86 91912002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
9192
9193 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9194 * Makefile.in: Regenerate.
9195 * configure.in: Rewrite sed statements to look autoconfy.
9196
1db75a86
NN
9197 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9198 all-target-foo on configure-target-foo.
9199 * Makefile.def: Ditto.
9200 * Makefile.in: Rebuild.
9201
741a4e89
AH
92022002-09-25 Andrew Haley <aph@redhat.com>
9203
9204 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9205
95ddd785
NN
92062002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9207
9208 * Makefile.def: New file.
9209 * Makefile.tpl: New file.
9210 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9211 * contrib/gcc_update: Note that Makefile.in is a generated file.
9212
9213 * configure.in: Minor rearrangement. Simplify tests.
9214
65a824f6
JT
92152002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9216
9217 * configure.in (with_headers): Skip copy if value is "yes".
9218 (with_libs): Likewise.
9219
51270f0a 92202002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
9221
9222 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9223 * configure.in (sh*-*-pe*): Ditto.
9224 * configure.in (mips*-*-pe*): Ditto.
9225 * configure.in (*arm-wince-pe): Ditto.
9226
8f89dbf4
NN
9227 * configure.in: Rearrange.
9228
c1b8db3f
KH
92292002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9230
9231 * MAINTAINERS: Update my email address.
9232
341f0575
PK
92332002-08-30 Paul Koning <pkoning@equallogic.com>
9234
9235 * MAINTAINERS: (Write After Approval): Add myself.
9236
d2e06980
GK
92372002-08-29 Geoffrey Keating <geoffk@redhat.com>
9238
9239 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9240
4906d5d8
GK
92412002-08-24 Geoffrey Keating <geoffk@redhat.com>
9242
9243 * MAINTAINERS: Change my mailing address.
9244
e9a25cc8
PC
92452002-08-21 Paolo Carlini <pcarlini@unitus.it>
9246
9247 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 9248 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 9249
dce2d8b2 92502002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
9251
9252 * MAINTAINERS (Write After Approval): Remove myself.
9253 (Various Maintainers: c++ runtime libs): Add myself.
9254
5ce6f47b
EC
92552002-08-15 Eric Christopher <echristo@redhat.com>
9256
9257 * config.sub: Import from master repository.
9258 * config.guess: Ditto.
9259
7f9317f0
AO
92602002-08-19 Alexandre Oliva <aoliva@redhat.com>
9261
9262 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9263 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9264 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9265
7aecca3d
AH
92662002-08-16 Aldy Hernandez <aldyh@redhat.com>
9267
9268 * MAINTAINERS: Add self to rs6000 vector extensions.
9269
8ea4b195
AO
92702002-08-15 Alexandre Oliva <aoliva@redhat.com>
9271
9272 * libiberty/configure: Reverted unintended yesterday's check in.
9273
f5cc59a7
AO
92742002-08-14 Alexandre Oliva <aoliva@redhat.com>
9275
9276 * boehm-gc/configure, libf2c/configure: Rebuilt.
9277 * libffi/configure, libiberty/configure: Ditto.
9278 * libjava/configure, libobjc/configure: Ditto.
9279 * libstdc++-v3/configure, zlib/configure: Ditto.
9280 Merged from binutils:
9281 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9282 From Steve Ellcey <sje@cup.hp.com>:
9283 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9284 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9285 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9286 IA64.
9287 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9288 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9289 soname_spec, sys_lib_search_path_spec): Ditto.
9290
dce2d8b2 92912002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
9292
9293 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9294
2ff34870
L
92952002-08-04 H.J. Lu (hjl@gnu.org)
9296
9297 * configure.in (mips*-*-linux*): Don't skip target-libffi.
9298
a014f2fe
KW
92992002-08-02 Krister Walfridsson <cato@df.lth.se>
9300
9301 * MAINTAINERS (Write After Approval): Add myself.
9302
c01d477a
AM
93032002-07-31 Alan Modra <amodra@bigpond.net.au>
9304
9305 * configure.in: Move generic linux case to end. Copy generic
9306 linux noconfigdirs to mips*-*-linux* entry and new
9307 powerpc64*-*-linux* entry. Add target-libffi for the latter.
9308
68cd2524
MM
93092002-07-19 Michael Matz <matz@suse.de>
9310
9311 * MAINTAINERS: Add myself as ra* maintainer.
9312
e2d83b8c
CD
93132002-07-16 Chris Demetriou <cgd@broadcom.com>
9314
9315 * config.guess: Update to 2002-07-09 version.
9316 * config.sub: Update to 2002-07-03 version.
9317
cece4f1d
HPN
93182002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
9319
9320 * MAINTAINERS: Fix typo in a maintainer email address.
9321
bb654703
NN
93222002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
9323
9324 * configure.in: Remove two redundant tests.
9325
789b7de5
RO
93262002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9327
9328 * configure.in (mips*-*-irix6*o32): Enable stabs.
9329
e1da1089
NN
93302002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
9331
f3970bba
NN
9332 * configure.in: Don't build grez.
9333 * Makefile.in: Ditto.
9334
e1da1089
NN
9335 * Makefile.in: Remove references to bsp, cygmon, libstub.
9336 * configure.in: Ditto.
9337
9338 * configure.in: Remove leftover reference to gdbtest.
9339
57c905fa
PE
93402002-07-08 Phil Edwards <pme@gcc.gnu.org>
9341
9342 * configure.in (gxx_include_dir): Change to match versioned
9343 C++ headers if --enable-version-specific-runtime-libs is used.
9344
a0af94a7 93452002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 9346
a0af94a7
SE
9347 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9348
423ce3eb
NN
93492002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
9350
9351 * configure.in: Make --without-x work.
9352
98186934
NN
93532002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
9354
c3b7d169
NN
9355 * configure.in: Rearrange target Makefile fragment collection.
9356
98186934
NN
9357 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9358 cvs[src].
9359 * configure.in: Ditto.
9360
eebd288a
MK
93612002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
9362
9363 * MAINTAINERS (Write After Approval): Update my e-mail address.
9364
3ab36f05
NN
93652002-06-24 Ben Elliston <bje@redhat.com>
9366
9367 * configure.in (host_tools): Remove cgen.
9368
9369 * Makefile.in (all-cgen): Remove; runs from its source directory.
9370 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 9371 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
9372 (all-sim): Likewise.
9373
dce2d8b2 93742002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
9375
9376 * Makefile.in: Eliminate 'apache' targets.
9377 * configure.in: Eliminate 'apache' targets.
9378
55380b08
NN
9379 * configure.in: Eliminate redundant tests. Reorganize.
9380
9a5c1b9d
NN
9381 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9382
5fd3853a
NN
9383 * config-ml.in: Eliminate references to Cygnus configure.
9384
cfefc434
NN
9385 * Makefile.in: Eliminate references to building emacs.
9386
2fe93885
GS
93872002-06-28 Graham Stott <graham.stott@btinternet.com>
9388
9389 * MAINTAINERS: Update my email address.
9390
53c40185
BK
93912002-06-26 Benjamin Kosnik <bkoz@redhat.com>
9392
9393 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 9394 (cxx_incdir): Remove.
53c40185 9395
97679694
NN
93962002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
9397
9398 * MAINTAINERS (Write After Approval): Add self.
9399
b03bcd37
DC
9400Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9401
9402 * configure.in: Add support for ip2k.
9403
6bd12129
NN
94042002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9405
9406 * configure.in: Fix AIX configury bug.
9407
e0d98a92
SE
94082002-06-20 Steve Ellcey <sje@cup.hp.com>
9409
9410 * MAINTAINERS (Write After Approval): Add self.
9411
ba3292db
NN
94122002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9413
ef40bc65
NN
9414 * configure.in: replace ${topsrcdir} with ${srcdir}
9415
7a0be465
NN
9416 * configure.in: Move definition of libstdcxx_flags
9417 right above usage, rather than waaay earlier.
9418
e1848dde
NN
9419 * configure.in: Pull definition of is_cross_compiler earlier.
9420
8bc2fff1
NN
9421 * configure.in: Rearrange a little.
9422
ba3292db
NN
9423 * configure.in: Remove references to librx.
9424 * Makefile.in: Remove references to librx.
9425
11d8b408
DC
9426Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9427
9428 * config.sub: Add support for avr target.
9429 Import from master sources, rev 1.255
5ce6f47b 9430
93da8339
PE
94312002-06-19 Phil Edwards <pme@gcc.gnu.org>
9432
9433 * configure, .cvsignore: Revert previous change...
9434 * Makefile: ...delete.
9435
b4caab5c
NN
94362002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9437
9438 * configure.in: Eliminate ${gasdir} variable.
9439
ee777171
DB
94402002-06-18 Dave Brolley <brolley@redhat.com>
9441
9442 * configure.in: Add support for frv.
9443 * config.sub: Add support for frv.
9444
26e4af54
PE
94452002-06-18 Phil Edwards <pme@gcc.gnu.org>
9446
9447 * configure: Remove garbage from previous commit.
9448
bb20b7da
PE
94492002-06-18 Phil Edwards <pme@gcc.gnu.org>
9450
9451 * configure: For in-source builds, make a subdir and re-exec there.
9452 * Makefile: New file. Pass targets through to build directory.
9453 * .cvsignore: No longer ignore "Makefile".
9454
9d321f6c
DR
94552002-06-16 Douglas Rupp <rupp@gnat.com>
9456
9457 * MAINTAINERS (Write After Approval): Add self.
9458
c8eb2bc0
KG
94592002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9460
9461 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9462
f210d239
JT
94632002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9464
9465 * configure.in (vax-*-netbsd*): Re-enable gas.
9466
e9667b3c
NN
94672002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9468
efe1f357
NN
9469 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9470 BUILD_PREFIX_1, to correct nomenclature.
9471 * configure: Likewise.
9472
e9667b3c
NN
9473 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9474 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9475
fe2fe497
OH
94762002-05-31 Olaf Hering <olh@suse.de>
9477
9478 * config-ml.in: Propogate DESTDIR also.
9479
dcf7f0dd
JT
94802002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9481
9482 * configure.in (vax-*-netbsd*): Don't build gas for this
9483 platform.
9484
6ff14f32
MM
94852002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9486
9487 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9488 and libgcj for AVR.
9489
397de1ff
KK
94902002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9491
9492 * MAINTAINERS (Write After Approval): Add myself.
9493
ac30211c
JT
94942002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9495
9496 * config.guess: Update to 2002-05-22 version.
9497 * config.sub: Likewise.
9498
1e6347d8
RO
94992002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9500
9501 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9502 * config-ml.in: Likewise.
9503 * configure: Likewise.
9504 * configure.in: Likewise.
9505
e5ce1d6d
SC
95062002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9507
9508 * MAINTAINERS: Update my email address.
9509
6cdef75d
NN
95102002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
9511
4a87f061
NN
9512 * configure.in: Simplify makefile fragment collection.
9513
9514 * configure.in: Remove code to build emacs.
603606e7 9515
e254d6b5
NN
9516 * configure.in : Remove --srcdir argument from targargs and buildargs
9517 (it's always overridden in the Makefile anyway). Rearrange a bit.
9518
9519 * configure: Move some logic to configure.in.
9520 * configure.in: Move some logic from configure.
6cdef75d 9521
1d6006fe
TT
95222002-05-11 Tom Tromey <tromey@redhat.com>
9523
9524 * MAINTAINERS: Reflect libgcj reality.
9525
b70b3534
FS
95262002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
9527
9528 * Makefile.in: Honour DESTDIR.
9529
4434687a
MM
95302002-05-08 Mark Mitchell <mark@codesourcery.com>
9531
9532 * config.guess: Import 2002-03-20 version.
9533 * config.sub: Import 2002-04-26 version.
9534
a89e49c7
RO
95352002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9536
9537 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9538
44e55536
TJ
95392002-05-07 Tim Josling <tej@melbpc.org.au>
9540
9541 * MAINTAINERS: Add self.
9542
dce2d8b2 95432002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
9544
9545 * ltmain.sh: Detect and handle object name conflicts
9546 while piecewise linking a static library.
9547
b7c13625
AO
95482002-05-05 Alexandre Oliva <aoliva@redhat.com>
9549
9550 * configure.in (noconfigdirs): Don't disable libgcj on
9551 sparc64-*-solaris* and sparcv9-*-solaris*.
9552
4182d9fa
AO
95532002-05-03 Alexandre Oliva <aoliva@redhat.com>
9554
9555 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9556
7bebf279
TF
95572002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
9558
9559 * configure.in (FLAGS_FOR_TARGET): Do not add
9560 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9561 on i[3456]86-*-linux*.
9562
9a06dc7d
TF
95632002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
9564
9565 * configure.in (noconfigdirs): Replace [ ] with test.
9566
9567 * configure.in (noconfigdirs): Do not add target-newlib if
9568 target == i[3456]86-*-linux*, and host == target.
9569
a51a07fa
NN
95702002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
9571
9e7facd6
DD
9572 * configure.in: delete reference to absent file
9573
aeaa0f2f
NN
9574 * configure.in: replace '[' with 'test'
9575
4bb98828
NN
9576 * configure.in: Eliminate references to gash.
9577 * Makefile.in: Eliminate references to gash.
9578
64791664
NN
9579 * configure.in: remove useless references to 'pic' makefile fragments.
9580
3ed57cf4
NN
9581 * configure.in: (*-*-windows*) Finish removing.
9582
a51a07fa
NN
9583 * configure.in: Eliminate redundant test for libgui.
9584
8552f6f1
RS
95852002-04-29 Roger Sayle <roger@eyesopen.com>
9586
9587 * MAINTAINERS: Add self and realphabetize. Update entries
9588 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9589 entry for a29k port maintainer.
9590
dce2d8b2 95912002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
9592
9593 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9594 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9595
704c9a14
NN
95962002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9597
9598 * configure.in: remove references to dead files
9599
7bff5059
MM
96002002-04-19 Mark Mitchell <mark@codesourcery.com>
9601
9602 * MAINTAINERS: Add information about purpose of this file.
9603
0c7c67f0
TT
96042002-04-18 Tom Tromey <tromey@redhat.com>
9605
9606 * configure.in: Disallow configuring libgcj when it is already
9607 installed and we're using Solaris 2.8 linker. Do enable libgcj on
9608 Solaris 2.8 by default. For PR libgcj/6158.
9609
63501e91
NN
96102002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9611
9612 * configure.in: Move default CC setting out of config/mh-* fragments
9613 directly into here.
9614
701afd4d
NN
96152002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9616
9617 * configure.in: don't even try to configure or make a subdirectory
9618 if there's no configure script for it.
9619
07cdae91
MM
96202002-04-15 Mark Mitchell <mark@codesourcery.com>
9621
9622 * MAINTAINERS: Remove chill maintainers.
9623 * Makefile.in (CHILLFLAGS): Remove.
9624 (CHILL_LIB): Remove.
9625 (TARGET_CONFIGDIRS): Remove libchill.
9626 (CHILL_FOR_TARGET): Remove.
9627 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9628 CHILL_LIB.
9629 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9630 (CHECK_TARGET_MODULES): Likewise.
9631 (INSTALL_TARGET_MODULES): Likewise.
9632 (CLEAN_TARGET_MODULES): Likewise.
9633 (configure-target-libchill): Remove.
9634 (all-target-libchill): Remove.
9635 * configure.in (target_libs): Remove target-libchill.
9636 Do not compute CHILL_FOR_TARGET.
9637 * libchill: Remove directory.
5ce6f47b 9638
ab50d72b
DD
96392002-04-11 DJ Delorie <dj@redhat.com>
9640
9641 * Makefile.in, configure.in: Sync with binutils, entries
9642 follow...
9643
0a1e123a
DD
96442002-04-07 Andrew Cagney <ac131313@redhat.com>
9645
9646 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9647 (do-tar, do-bz2): New rules.
9648 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9649 (gdb-tar): New rule.
9650 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9651 (insight_dejagnu.tar): New rule.
9652 (insight.tar): New rule.
9653 (gdb+dejagnu.tar): New rule.
9654 (gdb.tar): New rule.
9655
ab50d72b
DD
96562002-02-01 Mo DeJong <supermo@bayarea.net>
9657
9658 * Makefile.in: Add all-tix to deps for all-snavigator
9659 so that tix is built when building snavigator.
9660
96612002-01-11 Steve Ellcey <sje@cup.hp.com>
9662
9663 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9664 ld and gdb are not supported.
9665
96662002-01-07 Mark Salter <msalter@redhat.com>
9667
9668 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9669 Allow target-libgloss to be built for arm, strongarm, and xscale.
9670
96712001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9672
9673 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9674 options for i[3456]86-pc-linux* native builds.
9675
96762001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9677
9678 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9679 files from .po files for a distribution.
9680
96812001-09-03 Jeff Holcomb <jeffh@redhat.com>
9682
9683 * configure.in: Enable libstdc++-v3 for h8300 targets.
9684
96852001-06-19 Alan Modra <amodra@bigpond.net.au>
9686
9687 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9688 version from bfd/.
9689
9690Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9691
9692 * Makefile.in (VER): When present, extract the version number from
9693 the file version.in.
9694
dce2d8b2 96952001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
9696
9697 * configure.in : enable ld for aix
9698
96992001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9700
9701 * config.guess: Add linux target for S/390.
9702
97032000-11-07 Philip Blundell <pb@futuretv.com>
9704
9705 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9706
97072000-11-03 Philip Blundell <pb@futuretv.com>
9708
9709 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9710 files.
9711
97122001-01-15 Ben Elliston <bje@redhat.com>
9713
9714 * configure.in (host_tools): Add sid.
9715 Always configure cgen.
9716
97172000-11-24 Nick Clifton <nickc@redhat.com>
9718
9719 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9720
9721
97222000-08-20 Doug Evans <dje@casey.transmeta.com>
9723
9724 * Makefile.in (ALL_MODULES): Add all-cgen.
9725 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9726 (all-cgen): New target.
9727 (all-opcodes,all-sim): Depend on all-cgen.
9728 * configure.in (host_tools): Add cgen.
9729 Only configure cgen if --enable-cgen-maint.
9730
dce2d8b2 97312002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
9732
9733 * configure.in: Add *-*-freebsd* configurations.
9734
90def2b2
TT
97352002-04-08 Tom Tromey <tromey@redhat.com>
9736
9737 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9738 Fixes PR libgcj/6068.
9739
320d7e7a
KW
97402002-03-30 Krister Walfridsson <cato@df.lth.se>
9741
9742 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9743
18b467f1
RO
97442002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9745
9746 * configure.in (alpha*-dec-osf*): Enable libgcj.
9747
dce2d8b2 97482003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
9749
9750 * MAINTAINERS (Write After Approval): Add myself.
9751
56ae9405
NC
97522002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9753
9754 Fix for: PR bootstrap/3591, target/5676
9755 * configure.in (mcore-pe): Disable the configuration of
9756 libstdc++-v3 since exceptions are not supported.
9757
f18d9a0c
AG
97582002-03-20 Anthony Green <green@redhat.com>
9759
9760 * configure.in: Enable libgcj for xscale-elf target.
9761
dce2d8b2 9762Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
9763
9764 * MAINTAINERS: Update my email address.
9765
28eca9e8
AO
97662002-03-16 Alexandre Oliva <aoliva@redhat.com>
9767
9768 * ltmain.sh (relink_command): Fix typo in previous change.
9769
e67e72c7
AO
97702002-03-15 Alexandre Oliva <aoliva@redhat.com>
9771
9772 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9773 (relink_command): Added --tag flags.
9774 (mode=install): If relinking fails; error out.
9775
c2273204
RH
97762002-03-12 Richard Henderson <rth@redhat.com>
9777
9778 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9779 .NOTPARALLEL tag.
9780 (do-check): Rename from check.
9781 (check): Allow parallel check.
9782
bcb64245
BW
97832002-03-12 Bob Wilson <bob.wilson@acm.org>
9784
9785 * MAINTAINERS: Add myself as maintainer for xtensa port.
9786 Fix alphabetical order in CPU port maintainer list.
9787 Remove myself from Write After Approval list.
9788
63adb4ff
RH
97892002-03-11 Richard Henderson <rth@redhat.com>
9790
9791 * Makefile.in (.NOTPARALLEL): Add fake tag.
9792
9bec4bf0
L
97932002-03-07 H.J. Lu (hjl@gnu.org)
9794
9795 * configure.in: Enable gprof for mips*-*-linux*.
9796
c7fc1f84
DS
97972002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9798
9799 * MAINTAINERS (Write After Approval): Add myself.
9800
6bff33fb
AO
98012002-02-28 Alexandre Oliva <aoliva@redhat.com>
9802
9803 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9804 libjava.
9805 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9806
0210b33b
AO
98072002-02-23 Alexandre Oliva <aoliva@redhat.com>
9808
9809 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9810 because its Makefile is there; test for the executable instead.
9811
fcc0a3ef
AO
98122002-02-22 Alexandre Oliva <aoliva@redhat.com>
9813
9814 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9815 libstdc++-v3 and libjava.
9816
dce2d8b2 98172002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
9818
9819 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9820 boehm-gc
5ce6f47b 9821
40fe0ec3
AO
98222002-02-09 Alexandre Oliva <aoliva@redhat.com>
9823
9824 * config.guess: Updated to 2002-01-30's version.
9825 * config.sub: Updated to 2002-02-01's version.
9826 Contribute sh64-elf.
9827 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9828 * configure.in: Added sh64-*-*.
9829
694d53ee
CD
98302002-02-08 Chris Demetriou <cgd@broadcom.com>
9831
9832 * MAINTAINERS: Belatedly add myself to write after approval list.
9833
a9ca50b1
JH
9834Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9835
9836 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9837 Remove self as Write After Approval.
9838
5ffc3500
GK
98392002-01-31 Geoffrey Keating <geoffk@redhat.com>
9840
9841 * MAINTAINERS: Put self in as maintainer for contrib/regression
9842 directory.
9843
4ceaf7fb
PE
98442002-01-28 Phil Edwards <pme@gcc.gnu.org>
9845
9846 * MAINTAINERS: Update my email address.
9847
51584787
JT
98482002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9849
5ce6f47b
EC
9850 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9851 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
9852 libraries if not supported for NetBSD on target CPU.
9853
5701d273
DR
98542002-01-25 Douglas B Rupp <rupp@gnat.com>
9855
9856 * install-sh: Use _inst.$$_ for temp file name.
9857
b299a075
JT
98582002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9859
9860 * MAINTAINERS (Write After Approval): Move my contact info
9861 from here...
9862 (OS Port Maintainers): ...to here (netbsd).
9863
51fe14b5
BW
98642002-01-22 Bob Wilson <bob.wilson@acm.org>
9865
9866 * MAINTAINERS (Write After Approval): Add myself.
9867
dce2d8b2 98682002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
9869
9870 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9871 (all-target-fastjar): Also depend on all-target-libiberty.
9872
3cd87679
L
98732002-01-16 H.J. Lu (hjl@gnu.org)
9874
9875 * config.guess: Import from master sources, rev 1.225.
9876 * config.sub: Import from master sources, rev 1.238.
9877
969a6d8f
KH
98782002-01-16 Kazu Hirata <kazu@hxi.com>
9879
9880 * MAINTAINERS (Write After Approval): Remove myself.
9881
366f6a52
FW
98822001-12-19 Florian Weimer <fw@deneb.enyo.de>
9883
9884 * MAINTAINERS (Write After Approval): Add myself.
9885
f02240b6
JM
98862001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9887
9888 * MAINTAINERS: Add self as docs co-maintainer.
9889
5d08dc39
MK
98902001-12-11 Matthias Klose <doko@debian.org>
9891
9892 * MAINTAINERS (Write After Approval): Add myself.
9893
39e790d5
ZW
98942001-12-09 Zack Weinberg <zack@codesourcery.com>
9895
9896 * MAINTAINERS: Update my email address.
9897
4519d6a3
TC
98982001-12-07 Turly O'Connor <turly@apple.com>
9899 * MAINTAINERS (Write After Approval): Add myself.
9900 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9901 (rs6000_initialize_trampoline): Call __trampoline_setup for
9902 ABI_DARWIN too.
9903 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 9904 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 9905
21cf0a73
PC
99062001-12-07 Paolo Carlini <pcarlini@unitus.it>
9907
9908 * MAINTAINERS (Write After Approval): Add myself.
9909
4ee43206
DR
9910Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9911
9912 * configure, configure.in: Use temp file for long sed commands.
9913
251931f3
LG
99142001-12-03 Laurent Guerby <guerby@acm.org>
9915
9916 * config.sub: Update to version 1.232 on subversion.
9917
03777dd7
BE
99182001-12-03 Ben Elliston <bje@redhat.com>
9919
9920 * MAINTAINERS: Update mail address for config.* patches.
9921
dce2d8b2 99222001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
9923 Zack Weinberg <zack@codesourcery.com>
9924
9925 When build != host, create libiberty for the build machine.
9926
9927 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9928 CONFIG_ARGUMENTS.
9929 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9930 New variables.
9931 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9932 and rules.
9933 (all.normal): Depend on ALL_BUILD_MODULES.
9934 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9935 (all-build-libiberty): Depend on configure-build-libiberty.
9936
9937 * configure: Calculate and substitute proper value for
9938 ALL_BUILD_MODULES.
9939 * configure.in: Create the build subdirectory.
9940 Calculate and substitute TARGET_CONFIGARGS (formerly
9941 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9942
04075e8f
ZL
99432001-11-26 Ziemowit Laski <zlaski@apple.com>
9944
9945 * MAINTAINERS (write-after-approval): Add self.
9946
ed19322d
CR
99472001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9948
9949 * MAINTAINERS (GNATS only accounts): Remove self.
9950
90a12988
HPN
99512001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9952
9953 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9954 libf2c.
9955
77e653ad
CR
99562001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9957
9958 * MAINTAINERS (Write After Approval): Add self.
9959
64adad99
DB
99602001-11-12 David O'Brien <obrien@FreeBSD.org>
9961
9962 * MAINTAINERS: mips and s390 are also CPU ports.
9963
834a28c7
DB
99642001-11-12 David O'Brien <obrien@FreeBSD.org>
9965
9966 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9967
ef94239f
DB
99682001-11-11 David O'Brien <obrien@FreeBSD.org>
9969
9970 * MAINTAINERS: Alphabetize.
9971
beda0427
KH
99722001-11-09 Kazu Hirata <kazu@hxi.com>
9973
9974 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9975
6ca224d3
JDA
99762001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9977
9978 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9979
132e4bd7
PE
99802001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9981
9982 * configure.in (--enable-languages): Be more permissive about
9983 syntax. Check for empty lists better. Warn about $LANGUAGES.
9984
c6243b4c
GK
99852001-11-08 Geoffrey Keating <geoffk@redhat.com>
9986
9987 * config.sub: Import from master sources, rev. 1.230.
9988 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9989
abbb9e76
LG
99902001-11-07 Laurent Guerby <guerby@acm.org>
9991
9992 * MAINTAINERS (Write After Approval): Add self.
9993
53cdb27a
HPN
99942001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9995
9996 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9997
dd3a88c9
HPN
99982001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9999
10000 * config.sub: Import from master sources, rev 1.226.
10001 * config.guess: Import from master sources, rev 1.216.
10002
d344dce9
HPN
100032001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10004
10005 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10006 * MAINTAINERS: Add self as maintainer of MMIX port.
10007 Remove old after-approval entry.
10008
63f6bcd7
JM
100092001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10010
10011 * ChangeLog, configure: Fix spelling errors.
10012
84f92638
BK
100132001-10-20 Brendan Kehoe <brendan@zen.org>
10014
10015 * MAINTAINERS: Tweak my address.
10016
dce2d8b2 10017Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
10018
10019 * MAINTAINERS: Update my email address.
10020
1567080c 100212001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 10022
f48a3b5c 10023 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 10024 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 10025
30106886
GB
100262001-10-10 Geert Bosch <bosch@gnat.com>
10027
e490616e 10028 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
10029 Added Robert Dewar.
10030
dce2d8b2 100312001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
10032
10033 * MAINTAINERS (Write After Approval): Added self
10034
d1c3e709
GB
100352001-10-02 Geert Bosch <bosch@gnat.com>
10036
10037 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10038
50f5f793
JM
100392001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10040
10041 * configure: Handle temporary files securely using mkdir.
10042
7fddf9a9
AO
100432001-09-29 Alexandre Oliva <aoliva@redhat.com>
10044
10045 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10046
dce2d8b2 100472001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
10048
10049 * configure.in (*-*-linux*): Disable configuration of target-newlib
10050 and target-libgloss.
e490616e 10051
0c055e34
AO
100522001-09-26 Alexandre Oliva <aoliva@redhat.com>
10053
10054 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10055 RANLIB.
10056
759bfa90
AO
100572001-09-21 Alexandre Oliva <aoliva@redhat.com>
10058
10059 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10060 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10061 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10062 avoid quotes nesting problems.
10063 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10064 (DO_X): Export only variables that are set.
10065
1dc4a750
BE
100662001-09-19 Ben Elliston <bje@redhat.com>
10067
10068 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10069 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10070 semantics. Use the shell built-in "type" command instead.
10071
898c7238
AO
100722001-08-31 Alexandre Oliva <aoliva@redhat.com>
10073
10074 Merged from gcc-3_0-branch:
10075 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10076 * ltcf-c.sh: Use $objext, not $ac_objext.
10077 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10078 * ltcf-cxx.sh: Add support for GNU.
10079 2001-07-22 Timothy Wall <twall@redhat.com>
10080 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10081 default settings if using GNU tools with that configuration.
10082 * ltcf-cxx.sh: Ditto.
10083 * ltcf-gcj.sh: Ditto.
10084 2001-07-21 Michael Chastain <chastain@redhat.com>
10085 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10086 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10087 * ltmain.sh: Mark as gcc-local.
10088
8fa0a32e
EC
100892001-08-30 Eric Christopher <echristo@redhat.com>
10090 Jason Eckhardt <jle@redhat.com>
10091
10092 * config.guess: Merge from master sources.
10093 * config.sub: Merge from master sources, add support for mipsisa32.
10094
32f30f91 100952001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
10096 * config.sub: Merge from master sources, rev 1.219.
10097 * MAINTAINERS: Add self as contact for stormy16 port.
10098
f6084f99
ZW
100992001-08-14 Zack Weinberg <zackw@panix.com>
10100
10101 * config.sub: Merge from master sources, rev 1.218.
10102 * config.guess: Merge from master sources, rev 1.209.
10103
91b54f7f
GS
101042001-08-11 Graham Stott <grahams@redhat.com>
10105
10106 * Makefile.in (check-c++): Add missing semicolon.
10107
e5b3941e
JH
10108Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10109
32f30f91 10110 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 10111
6387a56e
EC
101122001-07-30 Eric Christopher <echristo@redhat.com>
10113
10114 * MAINTAINERS (Various maintainers: mips port): Added myself.
10115
53b475f0
AH
101162001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10117
e490616e 10118 * configure.in (sh-*-linux*): New.
53b475f0 10119
2a08c780
RH
101202001-07-27 Richard Henderson <rth@redhat.com>
10121
10122 * .cvsignore: Add LAST_UPDATED.
10123
bfa79422
UW
101242001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10125
10126 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10127
0ae85492
AH
101282001-07-16 Aldy Hernandez <aldyh@redhat.com>
10129
e490616e 10130 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 10131
8e1ab0fe
NP
10132Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10133
10134 * MAINTAINERS (Write After Approval): Added myself.
10135
2b997990
SC
101362001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10137
10138 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10139 and libgcj on m68hc11/m68hc12.
10140
d920e825
L
101412001-06-27 H.J. Lu (hjl@gnu.org)
10142
10143 * Makefile (CFLAGS_FOR_BUILD): New.
10144 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10145
d425a1e0
JM
101462001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10147
10148 * README: Remove version number.
10149
5b5b4207
GP
101502001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10151
10152 * INSTALL/README: Update wrt. to the installation instructions now
10153 residing in gcc/doc/install.texi.
10154
be839b69
JM
101552001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10156
10157 * README: Replace with a cut-down and updated version of gcc/README.
10158
fe2ee7c4
DE
101592001-06-12 David Edelsohn <edelsohn@gnu.org>
10160
10161 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10162 multilibs to be disabled.
10163
4f5d646c
DB
101642001-06-11 Daniel Berlin <dan@cgsoftware.com>
10165
10166 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 10167
818f0c85
AO
101682001-06-09 Alexandre Oliva <aoliva@redhat.com>
10169
10170 * config.guess: Import CVS version 1.195.
10171 * config.sub: Import CVS version 1.212.
10172
e9a8af10
AO
101732001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10174
10175 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10176 gcc/xgcc is built, use -print-prog-name to find out the program
10177 name to use.
10178
ae3ca0a9
PE
101792001-06-04 Phil Edwards <pme@sources.redhat.com>
10180
10181 * config.guess: Import CVS version 1.194. All gcc-local changes
10182 appear to also be in the master copy.
10183 * config.sub: Import CVS version 1.211.
10184
066bd40d
MM
10185Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10186
10187 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10188 with_gcc]: Use `gcc -shared' to build a shared library.
10189
4aef4f33
JDA
10190Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10191
10192 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10193 archives.
10194
c386f00f
RO
10195Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10196
10197 * MAINTAINERS (Write After Approval): Add myself.
10198
2ae5cea5
HPN
101992001-06-01 Hans-Peter Nilsson <hp@axis.com>
10200
10201 * configure.in (libstdcxx_flags): Do not try to execute
10202 libstdc++-v3/testsuite_flags until it exists.
10203
c3766183
AM
102042001-06-01 Alan Modra <amodra@bigpond.net.au>
10205
10206 * MAINTAINERS: Update my email address.
10207
9b337833
GS
102082001-05-31 Graham Stott <grahams@redhat.com>
10209
10210 * MAINTAINERS (Write After Approval): Add myself.
10211
dce2d8b2 102122001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
10213
10214 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10215 libraries when using g++ with native linker.
10216
5f7de4b8
AO
102172001-05-28 Alexandre Oliva <aoliva@redhat.com>
10218
10219 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10220
a7bc0fbb
AO
102212001-05-22 Alexandre Oliva <aoliva@redhat.com>
10222
10223 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10224 [aix4*|aix5*]: Prepend blank.
10225
33456445
AO
102262001-05-20 Alexandre Oliva <aoliva@redhat.com>
10227
10228 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10229 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10230 of subdir/configure scripts to use the new libtool.m4.
10231
e48d3d00
MK
102322001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10233
10234 * MAINTAINERS (Write After Approval): Add myself.
10235
9e0e191b
BK
102362001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10237
10238 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10239
3f19b439
BE
102402001-05-11 Ben Elliston <bje@redhat.com>
10241
10242 * Makefile.in (all-sid): New target.
10243 (check-sid, clean-sid, install-sid): Likewise.
10244
6ebe3121
JO
102452001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10246
10247 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10248
ca3667c4
AO
102492001-05-03 Alexandre Oliva <aoliva@redhat.com>
10250
10251 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10252 libgcj.
10253
102542001-05-03 Alexandre Oliva <aoliva@redhat.com>
10255
10256 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10257 gcc/xgcc is built, use -print-prog-name to find out the program
10258 name to use.
10259
b2964d63
AO
102602001-04-26 Alexandre Oliva <aoliva@redhat.com>
10261
b1bb2302
AO
10262 * configure.in (noconfigdirs): Don't reset it from scratch in the
10263 target case; only append to it.
6387a56e 10264
b2964d63
AO
10265 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10266 sparc-*-solaris2.8]: Disable ${libgcj}.
10267
8343765d
AO
102682001-04-25 Alexandre Oliva <aoliva@redhat.com>
10269
10270 * configure.in (libgcj_saved): Copy from $libgcj.
10271 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10272 --disable-libgcj.
10273
ddbb6d43
GRK
102742001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10275
10276 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 10277 C front end maintainer.
ddbb6d43 10278
3fa03ff9
AG
10279Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10280
10281 * configure.in: Move *-chorusos target case to the proper switch.
10282 Disable libgcj.
10283
99ffe40f
AO
102842001-04-12 Alexandre Oliva <aoliva@redhat.com>
10285
10286 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10287 1.641.2.228.
10288
78faa32d
FS
102892001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10290
10291 * Makefile.in (STAGE1_CFLAGS): Pass down.
10292
cdbff0ab
AM
102932001-04-13 Alan Modra <amodra@one.net.au>
10294
10295 * config.guess: Add hppa64-linux support. Note for next import that
10296 this is already in the master file.
10297 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
10298
75b9074c
AO
102992001-04-12 Alexandre Oliva <aoliva@redhat.com>
10300
10301 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10302 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10303
125404c5
SS
103042001-04-11 Stan Shebs <shebs@apple.com>
10305
10306 * MAINTAINERS: Add self as Darwin port maintainer.
10307
876684fe
AM
103082001-04-11 Alan Modra <amodra@one.net.au>
10309
10310 * MAINTAINERS: Update my email address.
10311
06729913
LR
103122001-04-10 Loren J. Rittle <ljrittle@acm.org>
10313
10314 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10315 recent versions of FreeBSD (release 3 or later).
10316 * ltconfig: On FreeBSD, -lc must not be provided when building
10317 a shared library or else the standard -pthread gcc option is
10318 rendered worthless to later users of the built library.
10319
67916302
JM
103202001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
10321
10322 * MAINTAINERS: Add self and RTH as C front end maintainers.
10323
d2bc0628
AO
103242001-04-05 Alexandre Oliva <aoliva@redhat.com>
10325
e490616e
ZW
10326 * config.sub: Make sure to match an already-canonicalized
10327 machine name (eg. mn10300-unknown-elf).
d2bc0628 10328
a3406c06
AO
103292001-04-01 Alexandre Oliva <aoliva@redhat.com>
10330
10331 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10332 New macros.
10333 (bootstrap, cross): Use RECURSE_FLAGS.
10334 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10335
a076f6a4
AO
103362001-03-27 Alexandre Oliva <aoliva@redhat.com>
10337
10338 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10339
e9f4fa71
CH
103402001-03-22 Colin Howell <chowell@redhat.com>
10341
7238de5c
CH
10342 * Makefile.in (DO_X): Do not backslash single-quotes in
10343 backquotes (two places).
e9f4fa71 10344
b6b14b1b
AO
103452001-03-22 Alexandre Oliva <aoliva@redhat.com>
10346
10347 Re-installed:
10348 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10349 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10350 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10351 * ltcf-cxx.sh: Likewise.
10352 * ltcf-gcj.sh: Likewise.
10353
1eb0b89d
GP
103542001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10355
10356 * MAINTAINERS: Add myself as "documentation co-maintainer".
10357
82e23236
AO
103582001-03-22 Alexandre Oliva <aoliva@redhat.com>
10359
10360 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10361 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10362
64ec27c3
TT
103632001-03-19 Tom Tromey <tromey@redhat.com>
10364
10365 * config-ml.in: Handle GCJ and GCJFLAGS.
10366
191de407
MC
103672001-03-21 Michael Chastain <chastain@redhat.com>
10368
10369 * Makefile.in: all-m4 depends on all-texinfo.
10370
fed4dede
LR
103712001-03-20 Loren J. Rittle <ljrittle@acm.org>
10372
10373 * MAINTAINERS: Add myself to write after approval list.
10374
085072bb
LB
103752001-03-18 Laurynas Biveinis <lauras@softhome.net>
10376
10377 * Makefile.in (DO_X): Quote nested quotes.
10378
5af8ea3f
AM
103792001-03-18 Alan Modra <alan@linuxcare.com.au>
10380
10381 * MAINTAINERS: Add myself to write after approval list.
10382
69e23037
LB
103832001-03-15 Laurynas Biveinis <lauras@softhome.net>
10384
10385 * Makefile.in (DO_X): Use double quotes for quoting
10386 "RANLIB=$${RANLIB}".
10387
2b9650f4
OP
103882001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
10389
10390 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10391
dce2d8b2 103922001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
10393
10394 * configure.in: Only use `lang_requires' for languages athat are
10395 actually enabled.
10396
f6646274
PE
103972001-03-08 Phil Edwards <pme@sources.redhat.com>
10398
10399 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10400
c9a54638
AO
104012001-03-08 Alexandre Oliva <aoliva@redhat.com>
10402
10403 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10404
6a556ad6
TT
104052001-03-07 Tom Tromey <tromey@redhat.com>
10406
10407 * configure.in: Allow config-lang.in to set `lang_requires' to list
10408 of other required languages.
10409
6822468a
LB
104102001-03-06 Laurynas Biveinis <lauras@softhome.net>
10411
10412 * Makefile.in: Remove RANLIB definition. Use RANLIB
10413 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10414 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 10415
f04885d3 104162001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 10417 Alexandre Oliva <aoliva@redhat.com>
6387a56e 10418
f04885d3
BK
10419 * Makefile.in (check-c++): Use tabs, not spaces.
10420
288edf47 104212001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 10422
288edf47
LB
10423 * MAINTAINERS: add myself to Write After Approval list.
10424
3d55d2f8 104252001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 10426
e490616e 10427 * Makefile.in (check-c++): New rule.
6387a56e 10428
4d88a68a
BK
10429 * configure.in (target_libs): Remove libg++.
10430 (noconfigdirs): Remove libg++.
10431 (noconfigdirs): Same.
10432 (noconfigdirs): Same.
10433 (noconfigdirs): Same.
10434
10435 * config-ml.in: Remove libg++ references.
10436
10437 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10438 (ALL_TARGET_MODULES): Same.
10439 (configure-target-libg++): Remove.
10440 (all-target-libg++): Remove.
10441 (configure-target-libio): Remove.
10442 (all-target-libio): Remove.
10443 (check-target-libio): Remove.
10444 (.PHONY): Remove.
10445 (libg++.tar.bz2): Remove.
10446 (all-target-cygmon): Remove libio.
10447 (all-target-libstdc++): Remove.
10448 (configure-target-libstdc++): Remove.
10449 (TARGET_LIB_PATH): Remove libstdc++.
10450 (ALL_GCC_CXX): Remove libstdc++.
10451 (all-target-gperf): Correct.
10452
2437d4ed
NC
104532001-02-16 Nick Clifton <nickc@redhat.com>
10454
10455 * configure.in (noconfigdirs): Allow configuration of texinfo
10456 for Cygwin hosts.
10457
85b99cbe
AG
104582001-02-15 Anthony Green <green@redhat.com>
10459
10460 * configure: Introduce GCJ_FOR_TARGET.
10461 * configure.in: Ditto.
10462 * Makefile.in: Ditto.
10463
7b18790c
AS
104642001-02-13 Andreas Schwab <schwab@suse.de>
10465
10466 * MAINTAINERS: Update mail address.
10467
c4880c99
MS
104682001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10469
10470 * config.guess: Add linux target for S/390.
10471 * config.sub: Likewise.
10472
dce2d8b2 104732001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
10474
10475 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 10476 target-libgloss.
e31ae6db 10477
7739adfb
BE
104782001-02-06 Ben Elliston <bje@redhat.com>
10479
10480 * configure: Output host type to stdout, not stderr.
10481
36ca672c
MM
104822001-02-05 Mark Mitchell <mark@codesourcery.com>
10483
e40f2829 10484 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
10485 * ltcf-cxx.sh: Likewise.
10486
36ca672c
MM
10487 * config.if: Assume enable_libstdcxx_v3 is defined.
10488
22fdd65e
MM
104892001-02-04 Mark Mitchell <mark@codesourcery.com>
10490
10491 Remove V2 C++ library.
10492 * configure.in: Remove --enable-libstdcxx_v3 support.
10493
3b60dd8e
BM
104942001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10495
10496 * include/demangle.h: Add prototype for java_demangle_v3.
10497
42c0c80a
PE
104982001-01-29 Phil Edwards <pme@sources.redhat.com>
10499
10500 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
10501
0be25992
RH
105022001-01-27 Richard Henderson <rth@redhat.com>
10503
10504 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10505
8a8de62d
MS
105062001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10507
10508 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10509 Don't unset, it's non-portable and no longer necessary, set to empty
10510 instead.
10511
92769744
MS
105122001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10513
10514 * ltconfig: Shell portability fix for the tagname validity check.
10515
88a1c0ab
AO
105162001-01-27 Alexandre Oliva <aoliva@redhat.com>
10517
10518 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10519 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10520
45291dd5
MS
105212001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10522
10523 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10524
1ace7e15
TT
105252001-01-26 Tom Tromey <tromey@redhat.com>
10526
10527 * configure.in: Allow libgcj to be built on Sparc Solaris.
10528
0ef8b11b
DE
105292001-01-25 David Edelsohn <edelsohn@gnu.org>
10530
10531 * ltcf-c.sh: Add aix5 case.
10532 * ltcf-cxx.sh: Likewise.
10533 * ltconfig: Likewise.
10534
0006091e
AO
105352001-01-24 Alexandre Oliva <aoliva@redhat.com>
10536
9bad11e1
AO
10537 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10538 keep at least one of build_libtool_libs or build_old_libs set to
10539 yes.
10540
0006091e
AO
10541 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10542 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10543
7c01b2b5
BM
105442001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
10545
10546 * configure.in: Enable libgcj on several additional platforms.
10547
d340e0ac
BM
105482001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
10549
10550 * configure.in: Enable libgcj for linux targets.
10551
5baf8c37
MS
105522001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10553
10554 * MAINTAINERS (Write After Approval): Add myself.
10555
10a0ba84
JDA
105562001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
10557
10558 * MAINTAINERS: Add myself as vax port maintainer.
10559
357c6a4b
FH
105602001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
10561
10562 * MAINTAINERS: Add myself as Mercury front-end maintainer.
10563
6e2d9a7a
MS
105642001-01-09 Mike Stump <mrs@wrs.com>
10565
10566 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10567 failures of subdirectories.
10568
b6b14b1b 105692001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 10570
b6b14b1b 10571 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 10572 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
10573 * ltcf-cxx.sh: Likewise.
10574 * ltcf-gcj.sh: Likewise.
10575 * ltconfig.sh: Fix typo.
976b230d 10576
07109110
LB
105772001-01-02 Laurynas Biveinis <lauras@softhome.net>
10578
10579 * configure: handle DOS-style absolute paths.
10580
1da5b8fc
LB
105812001-01-02 Laurynas Biveinis <lauras@softhome.net>
10582
10583 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10584
4c2f5b4f
MM
105852000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10586
10587 * MAINTAINERS: Add myself as avr port co-maintainer.
10588
bc53668e
BE
105892000-12-28 Ben Elliston <bje@redhat.com>
10590
10591 * MAINTAINERS: Add myself under ``Write After Approval''.
10592
c387606f
JM
105932000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10594
10595 * texinfo: Remove directory from GCC.
10596
2cb5082c
JM
105972000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10598
10599 * COPYING: Update to current
10600 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10601 to 19yy as example year in copyright notice).
10602
cc330df9
BK
106032000-12-18 Benjamin Kosnik <bkoz@redhat.com>
10604
6387a56e 10605 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
10606 (libstdcxx_incdir): Pass down.
10607 * config.if: Remove expired bits for cxx_interface, add stub.
10608 (libstdcxx_incdir): Add variable for g++ include directory.
10609 * configure.in (gxx_include_dir): Use it.
6387a56e 10610
4c6b2835
AO
106112000-12-18 Alexandre Oliva <aoliva@redhat.com>
10612
10613 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10614 with old-email address from ``Write After Approval''.
10615
3896f13e
AJ
106162000-12-15 Andreas Jaeger <aj@suse.de>
10617
10618 * configure.in: Handle lang_dirs.
10619
106202000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 10621
ad46e881
TT
10622 * MAINTAINERS: Removed brads.
10623
90a10418
TT
10624 * MAINTAINERS: Added gcj developers.
10625
41dfe3a2 106262000-12-13 Anthony Green <green@redhat.com>
6387a56e 10627
41dfe3a2 10628 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
10629 listed. Disable libgcj for x86 and Alpha Linux until compatible
10630 with g++ abi.
6387a56e 10631
e2f601da
MS
106322000-12-13 Mike Stump <mrs@wrs.com>
10633
10634 * Makefile.in (local-distclean): Also remove fastjar.
10635
70030c01
RB
106362000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10637
10638 * contrib/gcc_update: Add fastjar --touch entries.
10639
2a50f859
AO
106402000-12-12 Alexandre Oliva <aoliva@redhat.com>
10641
10642 * configure.in: Disable language-specific target libraries for
10643 languages that aren't enabled.
10644
7743113b
AG
106452000-12-10 Anthony Green <green@redhat.com>
10646
10647 * configure.in: Define libgcj. Disable libgcj target libraries for
10648 most targets.
10649
92e061a6
NB
106502000-12-10 Neil Booth <neilb@earthling.net>
10651
10652 * MAINTAINERS: Update mail address, remove from WAA list.
10653
f34ff6d6
APB
106542000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10655
10656 * libjava: Imported from /cvs/java.
10657 * libffi: Likewise.
10658 * Boehm-gc: Likewise.
10659
d82a33c6
APB
106602000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10661
10662 * configure.in (target_libs): Revert 2000-12-08 patch.
10663 (noconfigdirs): Added target-libjava.
10664
e14f8e28
LB
106652000-12-09 Laurynas Biveinis <lauras@softhome.net>
10666
10667 * djunpack.bat: removed.
10668
fc26516b
LB
106692000-12-09 Laurynas Biveinis <lauras@softhome.net>
10670
10671 * Makefile.in: handle DOS-style absolute paths.
10672 * config-ml.in: likewise.
10673 * symlink-tree: likewise.
10674
bd8757b3
APB
106752000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10676
10677 * fastjar: Imported.
10678
81522a1f
APB
106792000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10680
10681 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10682 libjava.
10683 * configure.in (target_libs): Removed `target-libjava'.
10684
5db1f7ed
APB
106852000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10686
10687 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10688 (ALL_MODULES): Added fastjar.
10689 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10690 (all-target-libjava): all-fastjar replaces all-zip.
10691 (all-fastjar): Added.
10692 (configure-target-fastjar, all-target-fastjar): Likewise.
10693 * configure.in (host_tools): Added fastjar.
10694
5e59997c
MS
106952000-12-07 Mike Stump <mrs@wrs.com>
10696
10697 * Makefile.in (local-distclean): Remove leftover built files.
10698
0a534f40
NC
106992000-11-24 Nick Clifton <nickc@redhat.com>
10700
10701 * configure.in (xscale-elf): Add target.
10702 (xscale-coff): Add target.
10703
7686cadf
LR
107042000-11-22 Loren J. Rittle <ljrittle@acm.org>
10705
e490616e
ZW
10706 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10707 recent versions of FreeBSD (release 3 or later).
10708 * ltconfig: On FreeBSD, -lc must not be provided when building
10709 a shared library or else the standard -pthread gcc option is
10710 rendered worthless to later users of the built library.
7686cadf 10711
fff01699
FF
107122000-11-16 Fred Fish <fnf@be.com>
10713
10714 * configure.in (enable_libstdcxx_v3): Fix typo,
10715 libstd++ -> libstdc++.
10716
4dc16355
KL
107172000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10718
10719 * MAINTAINERS: Add self to Write After Approval list.
10720
bf6fc7b2
BS
107212000-11-21 Bernd Schmidt <bernds@redhat.com>
10722
10723 * MAINTAINERS: Update my email address. Add myself to global write
10724 privs list.
10725
ce8e06b1
AO
107262000-11-18 Alexandre Oliva <aoliva@redhat.com>
10727
6e2a4843
AO
10728 * Makefile.in: Merge with src and libgcj.
10729 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10730 configure-target-<library> when their configure scripts need the C
10731 or C++ library to have already been built to work properly.
10732 (do_proto_toplev): Set them to an empty string.
10733
ce8e06b1
AO
10734 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10735 (REALLY_SET_LIB_PATH): Use them.
10736
c003f378
SS
107372000-11-17 Stan Shebs <shebs@apple.com>
10738
10739 * MAINTAINERS: Add self to Write After Approval list.
10740
cc1e60ea
JM
107412000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10742
10743 * configure: Provide the original toplevel configure arguments
10744 (including $0) to subprocesses in the environment rather than
10745 through gcc/configargs.h.
10746
1173593d
JM
107472000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10748
10749 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10750 C99. Alphabetise "Write After Approval" list.
10751
520907ee
MM
107522000-11-12 Mark Mitchell <mark@codesourcery.com>
10753
34f6fbdb
MM
10754 * configure: Turn on libstdc++ V3 by default.
10755
520907ee
MM
10756 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10757 if we've got GCC.
10758
0bbd37ed
PB
107592000-11-11 Philip Blundell <philb@gnu.org>
10760
10761 * MAINTAINERS: Add self to Write After Approval list.
10762
7ca0e6d9
DE
107632000-11-09 David Edelsohn <edelsohn@gnu.org>
10764
10765 * ltcf-c.sh (aix4): Improve shared library configuration; require
10766 exporting symbols.
10767 * ltcf-cxx.sh (aix4): Define.
10768 * ltconfig (aix4): Define library and soname specs appropriate for
10769 AIX. Define command to create export symbols list.
10770
dce2d8b2 10771Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
10772
10773 * config.sub: Add support for Sun Chorus
10774
fc05d516
NC
107752000-10-31 Nick Clifton <nickc@redhat.com>
10776
10777 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10778 <name>@redhat.com. Also installed new email address for Clint
10779 Popetz.
6387a56e 10780
90a0e73f
JM
107812000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10782
10783 * etc: Remove directory from GCC.
10784
a5e1b548
MM
107852000-10-16 Michael Meissner <meissner@redhat.com>
10786
10787 * configure (gcc/configargs.h): Only create if there is a build GCC
10788 directory created.
10789
6387a56e
EC
107902000-10-16 Matthias Klose <doko@debian.org>
10791
be1db873
MK
10792 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10793 when configured for libstdc++-v3.
10794
f5fa9a5b
PE
107952000-10-05 Phil Edwards <pme@gcc.gnu.org>
10796
10797 * configure: Save configure arguments to gcc/configargs.h.
10798
61a77fea
PT
107992000-10-04 Philipp Thomas <pthomas@suse.de>
10800
10801 * config.guess: Import CVS version 1.157.
10802 * config.sub: Import CVS version 1.181.
10803
3a4fee66
AP
108042000-10-04 Andris Pavenis <pavenis@latnet.lv>
10805
10806 * Makefile.in (bootstrap): avoid recursion if subdir missing
10807 (cross): ditto
10808 (do-proto-toplev): ditto
10809
3dd7094e
AO
108102000-09-30 Alexandre Oliva <aoliva@redhat.com>
10811
de710532
AO
10812 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10813 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10814
3dd7094e
AO
10815 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10816 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10817 all affected `configure' scripts.
10818
e592386f
NB
10819Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10820
10821 * MAINTAINERS: Add self as cpplib co-maintainer.
10822
fba54939
AH
108232000-09-24 Aldy Hernandez <aldyh@redhat.com>
10824
10825 * MAINTAINERS: Add self to Write After Approval list.
10826
2bd429f4
GP
108272000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10828
10829 * INSTALL/README: egcs -> GCC update.
10830
dce2d8b2 10831Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
10832
10833 * MAINTAINERS: Add myself to Write After Approval list.
10834
d7ce9a83
KH
108352000-09-15 Kazu Hirata <kazu@hxi.com>
10836
10837 * MAINTAINERS: Add myself to Write After Approval list.
10838
18a53ffe
JL
10839Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10840
e490616e
ZW
10841 * configure.in: Do not build byacc for hppa64. Provide paths to the
10842 X11 libraries for hppa64.
18a53ffe 10843
f246ff23
SC
108442000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10845
10846 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10847
06298abd
AO
108482000-09-06 Alexandre Oliva <aoliva@redhat.com>
10849
4b92758a
AO
10850 * Makefile.in (all-zlib): Added dummy target.
10851
06298abd
AO
10852 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10853 ltcf-gcj.sh: Updated from libtool multi-language branch.
10854
4d73d07a
AO
108552000-09-05 Alexandre Oliva <aoliva@redhat.com>
10856
10857 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10858 (bootstrap*): Depend on all-bootstrap.
10859
05d52d78
PT
108602000-09-05 Philipp Thomas <pthomas@suse.de>
10861
10862 * config.guess: Import CVS version 1.156.
10863 * config.sub: Import CVS version 1.179.
10864
3c809ba4
AG
108652000-09-02 Anthony Green <green@cygnus.com>
10866
10867 * Makefile.in (all-gcc): Depend on all-zlib.
10868 (CLEAN_MODULES): Add clean-zlib.
10869 (ALL_MODULES): Add all-zlib.
10870 * configure.in (host_libs): Add zlib.
10871
10ad78a0 108722000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
10873
10874 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10875 crosses, but add gcc/include to the header search path for them.
10876
b36a9ce3
DB
108772000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10878
10879 * MAINTAINERS: Add self to Write After Approval list.
10880
cb011248
FS
108812000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10882
10883 * config.guess: Import CVS version 1.152.
10884 * config.sub: Import CVS version 1.177.
10885
db310af0
AO
108862000-08-25 Alexandre Oliva <aoliva@redhat.com>
10887
7965440a
AO
10888 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10889 $targargs to tell whether newlib is going to be built.
10890
db310af0
AO
10891 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10892 $$r/TARGET_SUBDIR/libio for _G_config.h.
10893
e7977565
AO
108942000-08-23 Alexandre Oliva <aoliva@redhat.com>
10895
10896 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10897
126bb9ed
DD
108982000-08-22 DJ Delorie <dj@redhat.com>
10899
10900 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10901
5b0e9d29
AO
109022000-08-22 Alexandre Oliva <aoliva@redhat.com>
10903
10904 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10905 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10906 sub-configures.
10907
4f3e904e
DD
109082000-08-21 DJ Delorie <dj@redhat.com>
10909
10910 * MAINTAINERS: Add self as a libiberty maintainer
10911
c9635443
AO
109122000-08-16 Alexandre Oliva <aoliva@redhat.com>
10913
10914 * configure.in (libstdcxx_flags): Use
10915 libstdc++-v3/src/libstdc++.INC.
10916
8b2100ba
AO
109172000-08-15 Alexandre Oliva <aoliva@redhat.com>
10918
10919 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10920
57119aa9
ZW
109212000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10922
eeb943b0
ZW
10923 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10924
6387a56e 10925 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
10926 explicit. Substitute enable_threads into generated Makefiles.
10927 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10928 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10929
acffa7c4
GK
109302000-08-13 Geoff Keating <geoffk@cygnus.com>
10931
10932 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10933
808d8c41
AO
109342000-08-12 Alexandre Oliva <aoliva@redhat.com>
10935
10936 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10937 previous delta.
10938
1fc8c51c 109392000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 10940
1fc8c51c
JM
10941 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10942 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10943 (FLAGS_FOR_TARGET): Not here.
10944 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 10945
25698887
AO
109462000-08-11 Alexandre Oliva <aoliva@redhat.com>
10947
10948 * config-ml.in (CC, CXX): Don't introduce a leading space.
10949
10120687
DD
109502000-08-07 DJ Delorie <dj@delorie.com>
10951
10952 * MAINTAINERS: Add self as a DJGPP maintainer
10953
15c758e9
DD
109542000-08-07 DJ Delorie <dj@redhat.com>
10955
10956 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10957 "if we're also building gcc, and it's a gcc that will run on the
10958 build machine, we want to use its includes instead of the system's
10959 default includes".
10960
2d0de245
JM
109612000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10962
10963 * MAINTAINERS: Add self to Write After Approval list.
10964
e81b330a
AO
109652000-08-03 Alexandre Oliva <aoliva@redhat.com>
10966
83440c1e
AO
10967 * configure.in (libstdcxx_flags): Don't use `"'.
10968
e81b330a
AO
10969 * config-ml.in: Adjust multilib search paths to the
10970 appropriate multilib tree.
10971
cf95c847
AO
109722000-08-02 Alexandre Oliva <aoliva@redhat.com>
10973
10974 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10975 commas in $LANGUAGES.
10976
9e9af119
MH
109772000-08-02 Manfred Hollstein <manfredh@redhat.com>
10978
10979 * configure.in: Re-enable all references to libg++ and librx.
10980
606ce391
AO
109812000-08-01 Alexandre Oliva <aoliva@redhat.com>
10982
89820b43
AO
10983 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10984 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10985 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10986 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10987
606ce391
AO
10988 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10989
04179d4a
AO
109902000-07-31 Alexandre Oliva <aoliva@redhat.com>
10991
10992 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10993 CXX_FOR_TARGET for sed.
10994
d4eb109c
AO
109952000-07-30 Alexandre Oliva <aoliva@redhat.com>
10996
10997 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10998 Do not override if already set in the environment or in configure.
10999 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11000 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11001
4f4caf92
AO
110022000-07-28 Alexandre Oliva <aoliva@redhat.com>
11003
11004 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11005 the libtool CVS tree multi-language branch.
11006 * ltconfig, ltmain.sh: Updated.
6387a56e 11007
b87487b6
AO
110082000-07-27 Alexandre Oliva <aoliva@redhat.com>
11009
1670d1ea
AO
11010 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11011 (clean-target): Depend on it.
11012
b87487b6
AO
11013 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11014 (GCC_FOR_TARGET): Use it.
11015 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11016 * configure.in: ... here.
11017 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11018 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11019
4e81ae98
EC
110202000-07-24 Eric Christopher <echristo@cygnus.com>
11021
11022 * MAINTAINERS: Add self to Write After Approval list.
11023
059ae32c
AO
110242000-07-24 Alexandre Oliva <aoliva@redhat.com>
11025
5b28edd4
AO
11026 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11027 (configure-target-libchill, configure-target-libobjc): Likewise.
11028
059ae32c
AO
11029 * configure.in: Use the same cache file for all target libs.
11030 * config-ml.in: But different cache files per multilib variant.
11031
1adcd149
MS
110322000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11033
11034 * configure (topsrcdir): Don't use dirname.
11035
2d573dff
JO
110362000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11037
11038 * MAINTAINERS: Add self to Write After Approval list.
11039
d207ebef
JM
110402000-07-20 Jason Merrill <jason@redhat.com>
11041
11042 * configure.in: Remove all references to libg++ and librx.
11043
11044 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11045
110462000-07-20 Hans-Peter Nilsson <hp@axis.com>
11047
11048 * config.sub: Update to subversions version 2000-07-06.
11049
7b7792d5
AH
110502000-07-12 Andrew Haley <aph@cygnus.com>
11051
11052 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11053 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11054
3abaac67
PE
110552000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11056
11057 * symlink-tree: Check number of arguments.
11058
34be2b36
JW
110592000-07-05 Jim Wilson <wilson@cygnus.com>
11060
11061 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11062 search path for a g++ extracted from the build tree. This
11063 will allow link tests run by configure scripts in
11064 subdirectories to succeed.
11065
d207ebef
JM
110662000-07-01 Koundinya K <kk@ddeorg.soft.net>
11067
e490616e 11068 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 11069
0900331b
MH
110702000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11071
11072 * MAINTAINERS: Add myself as loop discovery maintainer.
11073
d207ebef
JM
110742000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11075
11076 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11077 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11078
110792000-06-19 Timothy Wall <twall@cygnus.com>
11080
11081 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11082 * config.sub: Add tic54x target.
11083
11a27a76
TM
11084Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11085
11086 * MAINTAINERS: Add self as Fortran maintainer,
11087 remove Craig Burley.
11088
d207ebef 11089Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 11090
d207ebef
JM
11091 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11092 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 11093
7758b73f
PT
11094Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11095
11096 * MAINTAINERS: Add self as i18n maintainer
11097
d207ebef
JM
1109820000-05-21 H.J. Lu (hjl@gnu.org)
11099
e490616e
ZW
11100 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11101 directory are used if they exist. Make sure
11102 $(build_tooldir)/include is searched for header files,
11103 $(build_tooldir)/lib/ for library files.
d207ebef 11104 (GCC_FOR_TARGET): Likewise.
e490616e 11105 (CXX_FOR_TARGET): Likewise.
d207ebef 11106
bae29210
JL
11107Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11108
11109 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11110
d207ebef 11111Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
11112
11113 * Makefile.in (configure-target-libiberty): Depend on
11114 configure-target-newlib.
11115
aab0d19d
AO
111162000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11117
11118 * configure.in, Makefile.in: Merge all libffi-related
11119 configury stuff from the libgcj tree.
11120
d207ebef
JM
11121Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11122
11123 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11124 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11125
11126Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11127
11128 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11129 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 11130 current version information. Add to proto-toplev directory.
d207ebef
JM
11131 (gdb-taz): Build do-djunpack.
11132
758c7bd4
DE
111332000-05-15 David Edelsohn <edelsohn@gnu.org>
11134
11135 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11136
1888228d
AC
11137Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11138
11139 * MAINTAINERS: Add self to Write After Approval list.
11140
d207ebef
JM
111412000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11142
11143 * ltmain.sh: Preserve in relink_command any environment
11144 variables that may affect the linker behavior.
11145
2d7cc2fe
JL
11146Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11147
d207ebef
JM
11148 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11149
11150Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11151
11152 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11153
111542000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11155
11156 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 11157 with the version name.
2d7cc2fe 11158
ee455968
JE
11159Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11160
11161 * MAINTAINERS: Add self as bb-reorder maintainer.
11162
73b97e5c
BK
111632000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11164
11165 * config.if: Tweak.
11166
d207ebef
JM
111672000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11168
11169 * djunpack.bat: New file.
11170
11171Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11172
11173 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
11174 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11175 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11176 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 11177
954869eb
DP
111782000-04-16 Dave Pitts <dpitts@cozx.com>
11179
e490616e
ZW
11180 * config.sub (case $basic_machine): Change default for "ibm-*"
11181 to "openedition".
954869eb 11182
eaabe541
AJ
111832000-04-13 Andreas Jaeger <aj@suse.de>
11184
11185 * MAINTAINERS: Added myself.
11186
d207ebef
JM
11187Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11188
11189 * Makefile.in (gdb-taz): New target. GDB specific archive.
11190 (do-md5sum): New target.
11191 (MD5PROG): Define.
11192 (PACKAGE): Default to TOOL.
11193 (VER): Default to a shell script.
11194 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 11195 md5 checksum generation.
d207ebef
JM
11196 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11197 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11198 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 11199 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
11200
11201Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11202
11203 * configure (warn_cflags): Delete.
11204
0ea6d60c
PDM
11205Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11206
11207 * MAINTAINERS: Added myself.
11208
17090313 112092000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 11210 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 11211
e490616e
ZW
11212 * configure.in (enable_libstdcxx_v3): Add.
11213 (target_libs): Add bits here to switch between libstdc++-v2 and
11214 libstdc++-v3.
11215 * config.if: And this file too.
11216 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 11217
76b78517
MM
112182000-04-05 Michael Meissner <meissner@redhat.com>
11219
11220 * config.sub (d30v): Add d30v as a basic machine type.
11221
ad242caf
JM
112222000-03-29 Jason Merrill <jason@casey.cygnus.com>
11223
11224 * configure.in: -linux-gnu*, not -linux-gnu.
11225
d4537148
TM
11226Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11227
11228 * MAINTAINERS: Add self in write-after-approval section.
11229
f152e9d4
JW
11230Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11231
11232 * MAINTAINERS: Add self as ia64 port maintainer.
11233
6a5fcef1
NB
112342000-03-08 Neil Booth <NeilB@earthling.net>
11235
11236 * MAINTAINERS: Add self in write-after-approval section.
11237
d207ebef 11238Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 11239
d207ebef
JM
11240 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11241 (do-tar-bz2): Replace TOOL with PACKAGE.
11242 (gdb.tar.bz2): Remove GDBTK from GDB package.
11243 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 11244 dejagnu.tar.bz2): New packages.
d207ebef
JM
11245
112462000-02-27 Andreas Jaeger <aj@suse.de>
11247
11248 * configure.in: Add entry for mips*-*-linux*, move catch all
11249 *-*-*linux* entry below this one.
11250
112512000-02-27 Ian Lance Taylor <ian@zembu.com>
11252
11253 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 11254
521fe9d0
NC
112552000-02-24 Nick Clifton <nickc@cygnus.com>
11256
11257 * config.sub: Support an OS of "wince".
11258
d207ebef
JM
11259Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11260
11261 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 11262 version.
d207ebef 11263
dce2d8b2 112642000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
11265
11266 * config.sub: Add support for Linux/IBM 370.
11267 * configure.in: Likewise.
11268
3a685f6f
NC
112692000-02-22 Nick Clifton <nickc@cygnus.com>
11270
11271 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11272
dce2d8b2 112732000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 11274
d207ebef 11275 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 11276
4746ee26
KG
112772000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11278
11279 * configure (gcc_version): When setting, narrow search to
11280 lines containing `version_string'.
11281
ba96c72d
DC
112822000-02-15 Denis Chertykov <denisc@overta.ru>
11283
11284 * config.sub: Add support for avr target.
11285
77f16a66
NC
112862000-02-14 Nick Clifton <nickc@cygnus.com>
11287
11288 * MAINTAINERS: Add maintainers for MCore port.
11289
784a3a80
HPN
11290Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11291
11292 * config.sub: Add mmix-knuth-mmixware.
11293
719dd4fa
KG
112942000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11295
11296 * MAINTAINERS: Pair cccp with cpplib maintainership.
11297
dce2d8b2 112982000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
11299
11300 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11301 structure stuff to -L library search.
11302 (CXX_FOR_TARGET): Ditto.
11303 (CROSS_CHECK_MODULES): Fix spelling mistake.
11304
7a53e94b
MM
113052000-01-24 Mark Mitchell <mark@codesourcery.com>
11306
11307 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11308 the C++ compiler.
11309
0da3b5a7
RH
113102000-01-12 Richard Henderson <rth@cygnus.com>
11311
11312 * configure.in: Don't build some bits for beos.
11313
02368d6d
JS
113142000-01-12 Joel Sherrill (joel@OARcorp.com)
11315
11316 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11317 as include files.
11318
2e76d35c
ZW
113192000-01-11 Zack Weinberg <zack@wolery.cumb.org>
11320
11321 * Add self as cpplib maintainer, as requested by Jason
11322 Merrill. Correct my e-mail address.
11323
4c25fdcf
GK
113242000-01-06 Geoff Keating <geoffk@cygnus.com>
11325
11326 * configure.in: Use mt-aix43 to handle *_TARGET defs,
11327 not mh-aix43.
11328
188e3966
HPN
11329Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
11330
11331 * MAINTAINERS: Add myself to "write after approval" list.
11332
c2f5d030
RH
113331999-12-14 Richard Henderson <rth@cygnus.com>
11334
11335 * config.guess (alpha-osf, alpha-linux): Detect ev67.
11336 * config.sub: Accept alphaev[78], alphaev8.
11337
eeda916a
AO
113381999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11339
11340 * config.guess, config.sub: Update from autoconf.
11341
b3bd7820
BK
113421999-11-29 Bruce Korb <autogen@linuxbox.com>
11343
2c290989 11344 * MAINTAINERS: update my playtime e-address.
b3bd7820 11345
1882b2b1
RO
11346Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11347
11348 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11349 necessary libraries are missing.
11350
dce2d8b2 11351Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
11352
11353 * MAINTAINERS: Add new 'write after approval' maintainer.
11354
1e25de97
APB
11355Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
11356
11357 * MAINTAINERS: Add new Java maintainer.
11358
1722c704
AS
113591999-10-25 Andreas Schwab <schwab@suse.de>
11360
11361 * configure: Fix quoting inside arguments of eval.
11362
8141abe8
NC
113631999-10-21 Nick Clifton <nickc@cygnus.com>
11364
11365 * config-ml.in: Allow suppression of some ARM multilibs.
11366
0b77644a
LV
11367Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
11368
11369 * config.guess: Add OS/390 match pattern.
11370 * config.sub: Add mvs, openedition targets.
11371 * configure.in (i370-ibm-opened*): New.
11372
d207ebef
JM
113731999-09-04 Steve Chamberlain <sac@pobox.com>
11374
11375 * config.sub: Add support for configuring for pj.
11376
113771999-08-31 Nick Clifton <nickc@cygnus.com>
11378
11379 * config.sub (maybe_os): Add support for configuring for fr30.
11380
af13ebe9
NC
113811999-08-25 Nick Clifton <nickc@cygnus.com>
11382
11383 * configure.in: Do not configure or build ld for AIX
11384 platforms. ld is known to be broken on these platforms.
11385
1250c760
RO
11386Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11387
11388 * config-ml.in: Pass compiler flag corresponding to multidirs to
11389 subdir configures.
11390
d207ebef
JM
113911999-08-09 Ian Lance Taylor <ian@zembu.com>
11392
11393 * Makefile.in (LDFLAGS): Define.
11394
113951999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
11396
11397 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11398 noconfigdirs.
11399 (*-*-cygwin*): Likewise.
11400
114011999-08-08 Ian Lance Taylor <ian@zembu.com>
11402
11403 * mkdep: New file.
11404 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11405 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11406
11407 From Eli Zaretskii <eliz@is.elta.co.il>:
11408 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11409 long file name when using DJGPP on MS-DOS.
11410
dbd83e11
JL
11411Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11412
11413 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11414
d207ebef
JM
114151999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11416
11417 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11418 dependency as this causes "make check" to globally "make all"
11419
cd1f4c2c
TT
11420Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11421
11422 * configure.in (target_libs): Added target-zlib.
11423 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11424 (CONFIGURE_TARGET_MODULES): Likewise.
11425 (CHECK_TARGET_MODULES): Likewise.
11426 (INSTALL_TARGET_MODULES): Likewise.
11427 (CLEAN_TARGET_MODULES): Likewise.
11428 (configure-target-zlib): New target.
11429 (all-target-zlib): Likewise.
11430 (all-target-libjava): Depend on all-target-zlib.
11431 (configure-target-libjava): Depend on configure-target-zlib.
11432
11433 * Makefile.in (configure-target-libjava): Depend on
11434 configure-target-newlib.
11435 (configure-target-boehm-gc): New target.
11436 (configure-target-qthreads): New target.
11437
e490616e
ZW
11438 * configure.in (target_libs): Added target-qthreads.
11439 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11440 (CONFIGURE_TARGET_MODULES): Likewise.
11441 (CHECK_TARGET_MODULES): Likewise.
11442 (INSTALL_TARGET_MODULES): Likewise.
11443 (CLEAN_TARGET_MODULES): Likewise.
11444 (all-target-qthreads): New target.
11445 (configure-target-libjava): Depend on configure-target-qthreads.
11446 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
11447
11448 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11449 (CONFIGURE_TARGET_MODULES): Likewise.
11450 (CHECK_TARGET_MODULES): Likewise.
11451 (INSTALL_TARGET_MODULES): Likewise.
11452 (CLEAN_TARGET_MODULES): Likewise.
11453 (all-target-libjava): New target.
11454 (all-target-boehm-gc): Likewise.
11455 * configure.in (target_libs): Added libjava, boehm-gc.
11456
d207ebef
JM
114571999-07-22 Ian Lance Taylor <ian@zembu.com>
11458
11459 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11460 configure.bat in SUPPORT_FILES.
11461 (gas+binutils.tar.bz2): Likewise.
11462
11463 * makeall.bat: Remove; obsolete.
11464
114651999-07-21 Ian Lance Taylor <ian@zembu.com>
11466
11467 From Mark Elbrecht:
11468 * configure.bat: Remove; obsolete.
11469
114701999-07-11 Ian Lance Taylor <ian@zembu.com>
11471
11472 * configure: Add -W -Wall to the default CFLAGS when compiling with
11473 gcc.
11474
11475Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11476
11477 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11478
114791999-06-30 Mark Mitchell <mark@codesourcery.com>
11480
11481 * configure.in: Build ld on IRIX6.
11482
114831999-06-12 Ian Lance Taylor <ian@zembu.com>
11484
11485 * Makefile.in: Change distribution targets to use bzip2 instead of
11486 gzip.
11487 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11488 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11489
114901999-06-04 Nick Clifton <nickc@cygnus.com>
11491
11492 * config.sub: Add mcore target.
11493
26d088fa
CD
11494Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11495
11496 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11497
c2c08b29
L
11498Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
11499
11500 * config.guess (dummy): Changed to $dummy.
11501
671d0648
NC
115021999-05-24 Nick Clifton <nickc@cygnus.com>
11503
11504 * config.sub: Tidied up case statements.
11505
b1345c72
BE
115061999-05-22 Ben Elliston <bje@cygnus.com>
11507
51ccbd8d
BE
11508 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11509 <jiro@din.or.jp>.
11510
b1345c72
BE
11511 * config.guess: Merge with FSF version. Future changes will be
11512 more accurately recorded in this ChangeLog.
11513 * config.sub: Likewise.
11514
2caf864f
SM
11515Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
11516
11517 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11518
d207ebef
JM
115191999-04-30 Tom Tromey <tromey@cygnus.com>
11520
11521 * ltmain.sh: [mode link] Always use CC given by ltconfig.
11522
90fb0c24
TT
115231999-04-23 Tom Tromey <tromey@cygnus.com>
11524
11525 * ltconfig, ltmain.sh: Update to libtool 1.2f.
11526
d207ebef
JM
115271999-04-20 Drew Moseley <dmoseley@cygnus.com>
11528
11529 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11530 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11531 Bad merge removed these two changes.
11532
3516940d 11533Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 11534 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
11535
11536 * config.guess (interix Alpha): Add.
11537
d207ebef
JM
115381999-04-11 Richard Henderson <rth@cygnus.com>
11539
11540 * configure.in (i?86-*-beos*): Do config gperf; don't config
11541 gdb, newlib, or libgloss.
11542
e891fbfe 11543Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 11544
e891fbfe
AO
11545 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11546 link a trivial program with -mabi=64. If it fails, remove mabi=64
11547 from multidirs.
11548
f9ae47d6
PT
11549Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
11550
11551 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11552
d207ebef
JM
115531999-04-08 Nick Clifton <nickc@cygnus.com>
11554
11555 * config.sub: Add support for mcore targets.
11556
115571999-04-07 Michael Meissner <meissner@cygnus.com>
11558
11559 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11560 not mt-ospace, in order to shut up assembler warning about using
11561 symbols that are named the same as registers.
11562
115631999-04-07 Drew Moseley <dmoseley@cygnus.com>
11564
11565 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11566 dependency list for all-target-cygmon.
11567
115681999-04-05 Doug Evans <devans@casey.cygnus.com>
11569
11570 * config-ml.in: Check $host, not $target, for selective multilibs.
11571 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11572 thumb interworking, and underscore prefix multilibs.
11573
115741999-04-04 Ian Lance Taylor <ian@zembu.com>
11575
11576 * missing: Update to version from current automake.
11577
88101ab9
L
11578Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
11579
11580 * configure (gxx_include_dir): Removed.
11581
11582 * configure.in (gxx_include_dir): Handle it.
11583 * Makefile.in: Likewise.
11584
d207ebef
JM
115851999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11586
11587 * config.sub (mips64vr4111,mips64vr4111el) Add.
11588
115891999-03-21 Ben Elliston <bje@cygnus.com>
11590
e490616e 11591 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 11592
8dc91cbe
ME
11593Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11594
8dc91cbe
ME
11595 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11596 config/mh-djgpp.
11597
d207ebef
JM
11598Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11599
11600 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11601 all-target-newlib to dependency list for all-target-bsp.
11602
926bb5ed
MK
11603Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
11604
11605 * config.sub: Add i386-uwin support.
11606 * config.guess: Likewise.
11607
4a6e3000
FS
11608Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11609
11610 * configure.in: cleanup, add mh-*pic handling for arm, special
11611 case powerpc*-*-aix*
11612
d207ebef
JM
11613Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11614
11615 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11616 can be built.
11617
11618Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11619
11620 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 11621 targets.
d207ebef 11622
71c91078
NC
116231999-03-02 Nick Clifton <nickc@cygnus.com>
11624
11625 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11626
282e5df8
GN
11627Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11628
11629 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11630
1de558ee
NC
116311999-02-24 Nick Clifton <nickc@cygnus.com>
11632
11633 * config.sub: Fix typo in arm recognition.
11634
d207ebef
JM
11635Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11636
11637 * configure.in (noconfigdirs): Changed target_configdirs to
11638 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11639 rather than m68k-*-* since it is not known to work on
11640 m68k-aout. Ditto for arm-*-*oabi.
11641
11642Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11643
11644 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
11645
116461999-02-19 Ben Elliston <bje@cygnus.com>
11647
11648 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11649 Smart and improved by Andrew Cagney.
11650
fab7445a
ME
11651Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11652
11653 * config.guess: Recognize openbsd-*-hppa.
11654
8ccdc228
L
11655Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11656
11657 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11658 only if it is not empty.
11659
3b7265ff
NC
116601999-02-17 Nick Clifton <nickc@cygnus.com>
11661
11662 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 11663
d207ebef 11664 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
11665
11666 * config.sub: Modified to recognize uname's armv* syntax.
11667
d207ebef
JM
116681999-02-17 Mark Salter <msalter@cygnus.com>
11669
11670 * configure.in: Added target-bsp for sparclite.
11671
11672Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11673
11674 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11675
116761999-02-08 Nick Clifton <nickc@cygnus.com>
11677
11678 * configure.in: Add support for strongarm port.
11679 * config.sub: Add support for strongarm target.
11680
c48dd3f5 11681Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 11682
c48dd3f5
MK
11683 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11684 the old name config/mh-cygwin32.
11685 Enable texinfo.
11686
d207ebef
JM
11687Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11688
11689 * configure.in: Do build ld for ix86 Solaris.
11690
ecd62820
JW
11691Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11692
11693 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11694 $AR_FOR_TARGET. Likewise for RANLIB.
11695
bbd8fa7f 11696Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 11697
e490616e
ZW
11698 * config.sub (oabi): Recognize.
11699 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 11700
0397442c
RL
11701Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11702
11703 * config.guess: Improve detection of i686 on UnixWare 7.
11704
c9ffaa63
MK
11705Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11706
11707 * config.guess: Add support for i386-pc-interix.
11708 * config.sub: Likewise.
11709 * configure.in: Likewise.
c9ffaa63 11710
d207ebef
JM
11711Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11712
11713 * Makefile.in: Remove unneeded all-target-libio from
11714 from all-target-winsup target since it is now unneeded.
11715 Add all-target-libtermcap in its place since it is now
11716 needed.
11717
11718Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11719
11720 * configure.in: makefile stub for cygwin target is probably
11721 unnecessary. Remove it for now.
d207ebef
JM
11722
11723Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11724
11725 * configure.in: libtermcap.a should be built when cygwin is the
11726 target as well as the host.
11727 * config.guess: Allow mixed case in cygwin uname output.
11728 * Makefile.in: Add libtermcap target.
d207ebef 11729
ebe12325
JL
11730Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11731
11732 * config.sub: Clean up handling of hppa2.0.
11733
57057b67
RB
11734Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11735
11736 * config.guess: Use C code to identify more HP machines.
11737
f8670be1
JL
11738Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11739
11740 * config.sub: Handle hppa2.0.
11741
d207ebef
JM
11742Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11743
11744 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 11745 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
11746
117471998-12-15 Mark Salter <msalter@cygnus.com>
11748
11749 * configure.in: Added target-bsp for several target architectures.
11750
11751 * Makefile.in: Added rules for bsp.
11752
d1a09590
JL
11753Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11754
11755 * config.guess: Improve detection of hppa2.0 processors.
11756
11757Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11758
11759 * config.guess: Recognize FreeBSD using ELF automatically.
11760
71205e0b
MH
117611998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11762
11763 * configure (skip-this-dir): Add handling for new shell script, which
11764 might be created by a sub-directory's configure to indicate, this particular
11765 directory is "unwanted".
11766 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11767
d207ebef
JM
11768Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11769
11770 * ltconfig: import from libtool, after changing libtool to
11771 account for the cygwin name change.
11772
11773Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11774
11775 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11776 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11777
11778Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11779
11780 * configure.in: Add libtermcap to list of cygwin dependencies.
11781
11782Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11783
e490616e
ZW
11784 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11785 they include winsup/include when it's a cygwin target.
d207ebef
JM
11786
117871998-11-12 Tom Tromey <tromey@cygnus.com>
11788
11789 * configure.in (host_tools): Added zip.
11790 * Makefile.in (all-target-libjava): Depend on all-zip.
11791 (all-zip): New target.
11792 (ALL_MODULES): Added all-zip.
11793 (NATIVE_CHECK_MODULES): Added check-zip.
11794 (INSTALL_MODULES): Added install-zip.
11795 (CLEAN_MODULES): Added clean-zip.
11796
11797Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11798
11799 * Makefile.in: lose "32" from comment about cygwin.
11800
11801Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11802
11803 * configure.in: Use -Os to build target libraries for the fr30.
11804
11805Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11806
11807 * config.sub: Add fr30.
11808
11809Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11810
e490616e 11811 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
11812 cygwin* instead of cygwin32*.
11813 * config.sub: Check cygwin* instead of cygwin32*.
11814
d2ec8b39
RL
11815Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11816
11817 * config.guess: Match any version of Unixware7.
11818
d207ebef
JM
118191998-10-20 Syd Polk <spolk@cygnus.com>
11820
11821 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11822 if desired.
11823
35cd2565
JL
11824Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11825
11826 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11827 these if the appropriate directories and files to not exist.
11828
52d4e5b7
JL
11829Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11830
11831 * Makefile.in (DEVO_SUPPORT): Add config.if.
11832
38ada91e
MH
11833Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11834
11835 * configure: Add pattern to replace "build_tooldir"'s
11836 definition in the generated Makefile with "tooldir"'s
11837 actual value.
11838
e44e84da
JL
11839Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11840
56a8387f
JL
11841 * config.sub: Bring back lost sparcv9.
11842
e44e84da
JL
11843 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11844
5cb95c7a
JL
11845Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11846
11847 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11848 CC_FOR_TARGET and friends.
11849
11850Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 11851
ceff9b14
AO
11852 * Makefile.in (build_tooldir): New variable, same as tooldir.
11853 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11854 -B$(build_tooldir)/bin/.
11855 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 11856
f2d11dcd
GP
11857Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11858
11859 * README: Remove installation instructions and refer to the
11860 INSTALL directory instead.
11861
73a6d2e7 11862Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 11863
73a6d2e7
RL
11864 * config.sub: Add support for i[34567]86-pc-udk.
11865 * configure.in: Likewise.
11866
5d4a5ee6
JL
11867Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11868
11869 * Makefile.in: add bzip2 package building bits for user
11870 tools module
11871 * configure.in: ditto
11872
6fc19d6d
JL
11873Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11874
11875 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11876 (ALL_TARGET_MODULES): Add all-target-libobjc.
11877 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11878 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11879 (all-target-libchill): Add dependencies.
11880 * configure.in (target_libs): Add libchill.
4e81ae98 11881
f653f0ab
MH
118821998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11883
11884 * configure.in (target_subdir): Remove duplicate line.
11885
5d4a5ee6
JL
11886Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11887
11888 * Makefile.in (all-automake): fix dependencies.
11889
494933e4
JL
11890Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11891
11892 * configure.in: Minor cleanups for building in the $(target_alias)
11893 subdir.
11894
f6b58262
JW
118951998-09-22 Jim Wilson <wilson@cygnus.com>
11896
11897 * Makefile.in (bootstrap): Set r and s before make all. Use
11898 BASE_FLAGS_TO_PASS in make all.
11899 (cross): Likewise.
11900
27c7a08d
MM
119011998-09-20 Mark Mitchell <mark@markmitchell.com>
11902
11903 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11904
e67afd1e
RH
11905Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11906
11907 * config.sub: Fix typo in last change.
11908
8e44ac71
MH
119091998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11910
11911 * config.sub: Add support for C4x target.
11912 * configure.in: Likewise.
11913
d7496fbb
DM
119141998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11915
11916 * config.sub: Recognize sparcv9 just like sparc64.
11917
22097bd1
RL
11918Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11919
11920 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11921
4b877abd
JL
11922Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11923
2c8ec9a2
JL
11924 * config.guess: Correctly identify Pentium II sco boxes.
11925
4b877abd
JL
11926 * config.guess: Fix "tr" code. From Weiwen Liu.
11927
ab03db52
JH
11928Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11929
11930 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11931 stabs.
11932
b54db294
JL
11933Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11934
11935 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11936 (ALL_TARGET_MODULES): Add all-target-libchill.
11937 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11938 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11939 (all-target-libchill): Add dependencies.
11940 * configure.in (target_libs): Add libchill.
11941
bf48dd73
LW
11942Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11943
11944 * config.guess: Avoid assumptions about "tr" behaves when
11945 LANG is set to something other than English.
11946
a3cbd105
L
11947Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11948
11949 * configure (gxx_include_dir): Changed to
11950 '${prefix}/include/g++'-${libstdcxx_interface}.
11951
11952 * config.if: New to determine the interfaces.
11953
c4acd909
MK
11954Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11955
11956 * config.guess: Detect and handle MPE/IX.
11957 * config.sub: Deal with MPE/IX.
11958
9ea97665
DE
11959Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11960
11961 * configure.in: Use mh-aix43.
11962
0ce065bd
MH
119631998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11964
11965 * configure: Fix --without/--disable cases for gxx-include-dir.
11966
5d4a5ee6
JL
11967Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11968
11969 * mdata-sh: Imported. Needed for automake support.
11970
11971Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11972
11973 * Makefile.in (taz): Try "chmod -R og=u ." before
11974 "chmod og=u `find . -print`".
11975
11976Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11977
11978 * configure.in: Add arm-elf and thumb-elf support.
11979
11980Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11981
11982 * Makefile.in: Undo previous patch.
11983
11984Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11985
11986 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11987 to here ...
11988 (install-no-fixedincludes): and here
11989 (INSTALL_MODULES): ... from here.
11990
466456d9
ILT
11991Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11992
11993 * config.sub: Merge with FSF.
11994
1b409d25
ILT
11995 * config.guess: Merge with FSF.
11996
d207ebef
JM
11997Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11998
11999 * configure (extraconfigdirs): New variable.
12000 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12001 * Makefile.in (all): Move higher in file.
12002 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12003 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12004 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12005 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12006 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12007
120081998-07-23 Brendan Kehoe <brendan@cygnus.com>
12009
12010 * Makefile.in (all-target-libjava): Depend on all-gcc and
12011 all-target-newlib.
12012 (configure-target-libjava): Depend on $(ALL_GCC).
12013
7f1937c1
RL
12014Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12015
12016 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12017 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12018
2ada2bd6
ML
12019Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12020
12021 * INSTALL/README: Fix typo.
12022
1e025bde
ML
12023Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12024
5d4a5ee6
JL
12025 * ylwrap: Change absolute path checks to check for DOS style path
12026 names.
1e025bde 12027
5d4a5ee6
JL
12028 * ylwrap: Don't use a full path name if the source file is in the
12029 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 12030
6755ff73
ILT
12031 * config-ml.in: Default to being verbose, to match Feb 18 change to
12032 configure.
12033
5d4a5ee6
JL
12034Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12035
12036 Brought over from egcs:
12037
12038 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12039
12040 * configure.in (target_subdir): Set to ${target_alias} instead
12041 of "libraries".
12042
12043 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12044
12045 * configure.in (target_subdir): Set to libraries if enable_multilib.
12046
12047Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12048
12049 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12050 multilibs, force reconfiguration the first time we create
12051 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12052
12053Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12054
12055 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12056 avoid confusion with --no-recursion.
12057
12058Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12059
12060 * configure.in: Win32 hosts shouldn't use install -x
12061 * install-sh: remove -x option, and special .exe-handling
12062 hack.
12063
d207ebef
JM
12064Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12065
12066 * config.guess: Recognize i586-pc-beos.
12067 * configure.in: Don't build some bits for beos.
12068
fbd836fc
ILT
12069Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12070
5d4a5ee6
JL
12071 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12072 CFLAGS default to -O2.
12073
fbd836fc
ILT
12074 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12075 when using GNU ld.
12076
12077Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12078
12079 * ltmain.sh: Correct install when using a different shell.
12080
12081Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12082
12083 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12084
d207ebef
JM
12085Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12086
12087 * makefile.vms: Update to build binutils/makefile.vms. Add install
12088 target.
fbd836fc
ILT
12089
12090Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12091
12092 * ltconfig: Update to correct AIX handling.
12093
69b471bc
JL
12094Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12095
81241b5e
JL
12096 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12097
69b471bc
JL
12098 * configure.in (target_subdir): Set to ${target_alias} instead
12099 of "libraries".
12100
bedf82df
MH
121011998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12102
12103 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12104 (Makefile): Depend on $(gcc_version_trigger).
12105
12106 * configure (gcc_version): Change default initializer to empty
12107 string.
12108 (gcc_version_trigger): New variable; pass this variable down
12109 to subdir configures to enable them checking gcc's version
12110 themselves. Emit make macros for both gcc_version vars.
12111 (topsrcdir): Initialize reliably.
12112 (recursion line): Remove --with-gcc-version=${gcc_version}.
12113
28e449d8
MH
121141998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12115
12116 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
12117 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12118 in $(libsubdir); emit definition in each generated Makefile.
12119 (gxx_include_dir): Initialize depending on
12120 $enable_version_specific_runtime_libs.
28e449d8 12121
50c4c9f7
MH
121221998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12123
12124 * configure (gcc_version): Initialize properly depending on
12125 how and where configure is started.
12126 (recursion line): Pass a --with-gcc-version=${gcc_version}
12127 to configures in subdirs.
12128
d207ebef
JM
12129Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12130
12131 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 12132 cygmon
d207ebef 12133
5d4a5ee6
JL
12134Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12135
12136 * configure.in: Add cygmon and libstub support for mn10200.
12137
2f96399b
MH
121381998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12139
12140 * configure (gcc_version): Add new variable describing the
12141 particular gcc version we're building.
12142 * Makefile.in (libsubdir): Add new macro for the directory
12143 in which the compiler finds executables, libraries, etc.
12144 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12145 and libsubdir.
12146
c4137c50
AO
12147Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12148
ceff9b14
AO
12149 * Makefile.in (local-clean): Remove *.log.
12150 (warning.log): Built with warn_summary from build.log.
12151 (mail-report.log): Run test_summary.
12152 (mail-report-with-warnings.log): Run test_summary including
12153 warning.log in the report.
c4137c50 12154
276d5ee0
RL
12155Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12156
12157 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12158
5d4a5ee6
JL
12159Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12160
12161 * Makefile.in (grep): Grep no longer depends on libiberty.
12162
12163Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12164
12165 * Makefile.in: all-snavigator needs all-libgui.
12166
12167Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12168
12169 * configure.in: Add cygmon and libstub support for mn10300.
12170
8af14275
ILT
12171Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12172
12173 * missing: Update to version from automake 1.3.
12174
fbd836fc
ILT
12175 * ltmain.sh: On installation, don't get confused if the same name
12176 appears more than once in the list of library names.
12177
466456d9
ILT
12178Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12179
12180 * config.sub: Accept m68060 and m5200 as CPU names.
12181
5d4a5ee6
JL
12182Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12183
12184 * configure: Use && rather than using -a in test, because odd
12185 strings can confuse test.
12186 * configure.in: Likewise.
12187
fbd836fc
ILT
12188Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12189
12190 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12191
f0983958
AO
12192Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12193
12194 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 12195 bootstrap4-lean): New targets.
f0983958 12196
bfed1ea0
JL
12197Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12198
12199 * mpw-* Delete. Not used.
12200
5d4a5ee6
JL
12201Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12202
12203 * COPYING.LIB: Update FSF address.
12204
bfed1ea0
JL
12205Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12206
12207 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12208
5d4a5ee6
JL
12209 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12210 GAS_SUPPORT_DIRS.
12211
bfed1ea0
JL
12212Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12213
12214 * ltconfig, ltmain.sh: Avoid producing a version number if
12215 -version-info was not used.
12216
5d4a5ee6
JL
12217Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12218
12219 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12220 building with newlib.
12221
122221998-04-30 Paul Eggert <eggert@twinsun.com>
12223
d207ebef 12224 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 12225 Solaris `make' causes it to continue to next definition.
d207ebef
JM
12226
12227Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12228
12229 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12230 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
12231
12232Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12233
12234 * configure.in: Change alpha to alpha* in several places.
12235
d207ebef
JM
12236Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12237
12238 * config.sub: Recognize sparc86x.
12239
77be0cab
MM
12240Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12241
12242 * configure.in (--enable-target-optspace): Remove debug echo.
12243
62441128
JW
12244Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12245
12246 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12247
bfed1ea0
JL
12248Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12249
12250 * ltconfig: Update cygwin32 support.
12251
5d4a5ee6
JL
12252 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12253 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12254 (GDB_SUPPORT_DIRS): Likewise.
12255
3f4ea1de
MM
12256Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12257
12258 * configure.in (target_makefile_frag): If --enable-target-optspace,
12259 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
12260 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12261 not used.
12262 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 12263
5d4a5ee6
JL
12264Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12265
12266 * Makefile.in (all-bfd): Depend on all-intl.
12267 (all-binutils): Likewise.
12268 (all-gas): Likewise.
12269 (all-gprof): Likewise.
12270 (all-ld): Likewise.
12271
122721998-04-19 Brendan Kehoe <brendan@cygnus.com>
12273
12274 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12275
bfed1ea0
JL
12276Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12277
5d4a5ee6
JL
12278 * Makefile.in (all-bfd): Depend upon all-libiberty.
12279
bfed1ea0
JL
12280 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12281
5d4a5ee6
JL
12282Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12283
12284 * Makefile.in: Add libstub.
12285
12286 * configure.in: Ditto. Build libstub for targets that have cygmon
12287 support.
12288
12289Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12290
12291 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12292
12293Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12294
12295 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12296 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12297
ec8d6ddc
KW
12298Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
12299
12300 * configure: Define DEFAULT_M4 by searching PATH.
12301 * Makfile.in: Use DEFAULT_M4.
12302
bfed1ea0
JL
12303Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
12304
12305 * ltconfig: Add cygwin32 support.
12306
5d4a5ee6
JL
12307 * Makefile.in, configure.in: Add libtool as a native only directory
12308 to configure and build.
12309
547a6183
JL
12310Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
12311
12312 * Makefile.in (INSTALL_MODULES): Remove texinfo.
12313
5d4a5ee6 12314Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 12315
5d4a5ee6
JL
12316 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12317
12318Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
12319
12320 * Makefile.in: add ash make rules
12321 * configure.in: add ash to native_only and host_tools lists
12322
12323Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
12324
12325 * Makefile.in (all-gettext, all-intl): New targets.
12326 (ALL_MODULES): Added all-gettext, all-intl.
12327 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12328 (INSTALL_MODULES): Added install-gettext, install-intl.
12329 (CLEAN_MODULES): Added clean-gettext, clean-intl.
12330
12331 * configure.in (host_tools): Added gettext.
12332 (native_only): Likewise.
12333 (noconfigdirs) [various cases]: Likewise.
12334 (host_libs): Added intl.
12335
d207ebef
JM
12336Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
12337
12338 * configure: Do not disable building gdbtk for cygwin32 hosts.
12339
e98e406f
NC
12340Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
12341
12342 * configure.in: Add thumb-coff target.
12343 * config.sub: Add thumb-coff target.
12344
5d4a5ee6
JL
12345Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12346
12347 * Makefile.in: Revert yesterday's change.
12348 (all-target-winsup): all-target-librx stays out of here.
12349
12350Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
12351
12352 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12353 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12354 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12355 Remove references to librx and libg++.
12356
12357Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
12358
12359 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12360 recursive makes
12361
bfed1ea0
JL
12362Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
12363
12364 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 12365 for newlib directory.
bfed1ea0
JL
12366 (CXX_FOR_TARGET): Likewise.
12367
12368Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
12369
12370 * ltconfig: Update after libtool/ltconfig.in change for
12371 hpux11.
12372
12373Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
12374
12375 * ltconfig, ltmain.sh: Update to libtool 1.2.
12376
3cd730af
MH
12377Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
12378
12379 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12380 (install-gcc-cross): Instead, override LANGUAGES here.
12381
80564603
DL
123821998-03-18 Dave Love <d.love@dl.ac.uk>
12383
12384 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12385 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12386
d207ebef
JM
12387Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
12388
12389 * configure.in: Add Thumb-pe target.
12390
5d4a5ee6 12391Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 12392
5d4a5ee6
JL
12393 * Makefile.in - changed sn targets to snavigator
12394 * configure.in - changed sn targets to snavigator
12395
2d4a0558
MH
12396Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
12397
12398 * config-ml.in: After building symlink tree call make distclean
12399 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12400 to be the case for libiberty.
12401
04b93567
L
12402Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12403
12404 * configure: When making link, also check the current
12405 directory. The configure scripts may create one.
12406
9a06b842
RH
12407Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12408
12409 * config.sub: Accept alphapca56 and alphaev6 properly.
12410
217fc4e6
FS
12411Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12412
12413 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12414
3e07bdbd 12415Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 12416
e490616e 12417 * config.sub (sco5): Fix typo.
3e07bdbd 12418
5d4a5ee6
JL
12419Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12420
12421 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12422 install-itcl.
12423 (install-itcl): Remove dependency on install-tcl.
12424
12425Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12426
12427 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12428
12429Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12430
12431 * configure.in: Don't build libgui for a cygwin32 target when not on
12432 a cygwin32 host.
12433
12434Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12435
12436 * configure (redirect): Set to null, so default behavior of
12437 configure is now --verbose.
12438
ce0d965c
DL
124391998-02-16 Dave Love <d.love@dl.ac.uk>
12440
12441 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12442 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12443
3acd1fd0
MH
12444Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12445
12446 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12447 this change to sync Makefile.in with its ChangeLog entries.
12448
5d4a5ee6
JL
12449Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12450
12451 * ltmain.sh (mkdir): Check that the directory doesn't exist
12452 before we exit with error, so that we don't get races during
12453 parallel builds.
12454
bfed1ea0
JL
12455Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12456
12457 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12458
4e77e8f1
MH
12459Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12460
12461 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12462 PICFLAG_FOR_TARGET.
12463 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12464
12465 * configure: Emit a definition for the new macro enable_shared
12466 into each Makefile.
12467
5d4a5ee6
JL
12468Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12469
12470 * configure.in (host_tools, native_only): Add libtool.
12471
12472Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12473
12474 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12475 Fix typo in ming config comment.
12476
bfed1ea0
JL
12477Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12478
12479 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12480
5d4a5ee6
JL
12481Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12482
12483 * config.sub: Add tic30 cases, and map c30 to tic30.
12484
8821a725
RH
12485Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12486
12487 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12488 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12489 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12490 (CLEAN_TARGET_MODULES): Similarly
12491 (all-target-libf2c): Add dependences.
4e81ae98 12492 * configure.in (target_libs): Add libf2c.
8821a725 12493
5d4a5ee6
JL
12494Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12495
12496 * configure.in: Remove expect from noconfigdirs when target
12497 is cygwin32. OK to build expect and dejagnu with Canadian
12498 Cross.
12499
0aadd657
ILT
12500Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
12501
5d4a5ee6
JL
12502 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12503 host.
12504
0aadd657
ILT
12505 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12506 and mingw32.
12507
d0a8352c
MH
12508Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
12509
12510 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12511 here as it is not defined in the toplevel Makefile.
12512
59739e3c
MH
12513Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
12514
12515 * configure (package_makefile_rules_frag): New variable, which names
12516 a file with generic rules, ...
12517 Change comment to mention we now have FIVE parts.
12518 * configure: Undo last change.
12519
228197ee
LT
12520Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
12521
12522 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 12523 * config.sub: More accurate determination of HP processor types.
228197ee 12524
efd4c0ba
MH
12525Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
12526
12527 * configure (package_makefile_frag): Move inserting the
12528 ${package_makefile_frag} to where it should be according
12529 to the comment.
12530
6eef3189
PB
12531Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
12532
12533 * config.guess: Add support for Linux/ARM.
12534
d207ebef
JM
12535Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
12536
12537 * .cvsignore: Remove *-info and *-install since they match
12538 release-info and mpw-install, which we don't want to just ignore.
12539
48464ebf
RH
12540Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
12541
12542 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12543
803462a7
PN
12544Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
12545
12546 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12547 local_prefix to sub-make invocations.
12548
520ab477
L
12549Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
12550
12551 * configure.in: Check makefile fragments in the source
12552 directory.
12553
4bcdb76d
AO
12554Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12555
ceff9b14
AO
12556 * configure.in: Check whether host and target makefile
12557 fragments exist before adding them to *_makefile_frag.
4bcdb76d 12558
5d4a5ee6
JL
12559Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
12560
12561 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12562
12563Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
12564
12565 * configure.in: Make sure we only replace RPATH_ENVVAR on
12566 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12567 regexp to sed.
12568
12569 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12570 to sub-makes.
12571
0d3e11a5
LI
125721998-01-13 Lee Iverson (leei@ai.sri.com)
12573
12574 * config-ml.in (multi-do): LDFLAGS must include multilib
12575 designator.
12576
d45b3d87 12577Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
12578
12579 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12580
d39cd7a1
MK
12581Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12582
12583 * config.sub: Add mingw32 support.
12584 * configure.in: Likewise.
d39cd7a1 12585
6decbc24
FS
12586Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12587
12588 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12589
5d4a5ee6
JL
12590Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12591
12592 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12593 * configure (gxx_include_dir): Provide a definition for subdirs
12594 which do not use autoconf.
12595
12596Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12597
12598 * config.guess: Sync with egcs. Picks up new alpha support,
12599 BeOS & some additional linux support.
12600
d3d1907a
JL
12601Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
12602
12603 * config.guess: HP 9000/803 is a PA1.1 machine.
12604
b104e095
RH
12605Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
12606
12607 * configure.in: It's alpha*-...
12608
aca823c1
L
12609Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12610
12611 * configure.in (host_makefile_frag, target_makefile_frag):
12612 Handle multiple config files.
12613 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12614 alpha-*-*.
12615
d207ebef
JM
12616Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12617
12618 * mkdep: New file.
12619
12620Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12621
12622 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12623
5d4a5ee6
JL
12624Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12625
12626 * Makefile.in: Add libgui directory.
12627 (GDB_TK): Add all-libgui.
12628 * configure.in: Add libgui directory.
12629 * configure: Add all-libgui to GDB_TK.
12630
12631Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12632
12633 * config-ml.in (multidirs): Add m32r to multilib list.
12634
12635Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12636
12637 * Makefile.in (all-target-gperf): Change dependency to
12638 all-target-libstdc++.
12639
baf55877
FF
12640Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12641
12642 * config.guess: Add BeOS support.
12643
5d4a5ee6
JL
12644Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12645
12646 Source directory cvs renamed to cvssrc:
12647 * configure.in (host_tools): Change cvs to cvssrc.
12648 (native_only): Likewise.
12649 (noconfigdirs) [various cases]: Likewise.
12650 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12651 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12652 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12653 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12654 (all-cvssrc): Rename target from all-cvs.
12655
f2d76545
JL
12656Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12657
12658 * configure (gxx_include_dir): Fix thinko.
12659
205cba53
JL
12660Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12661
12662 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12663 (install-cross, install-gcc-cross): New targets.
12664
5d4a5ee6
JL
12665Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12666
12667 * configure.in (noconfigdirs): Add support for Thumb target.
12668
12669 * config.sub (maybe_os): Add support for Thumb target.
12670
12671Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12672
12673 * Makefile.in: Add rules for cygmon.
12674
12675 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12676
96b0f1fc
JL
12677Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12678
12679 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12680 * configure (gxx_include_dir): Provide a definition for subdirs
12681 which do not use autoconf.
d207ebef
JM
12682
12683Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12684
12685 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 12686 11/18/97 build
d207ebef 12687
7dfef6ed
JL
12688Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12689
12690 * From Franz Sirl.
12691 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12692 found on RedHat Linux systems.
96b0f1fc 12693
83cfe7c0
JL
12694Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12695
12696 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12697 guesses.
12698
7dfef6ed
JL
12699Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12700
12701 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12702
5d4a5ee6
JL
12703Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12704
12705 * ltmain.sh: If mkdir fails, check whether the directory was created
12706 anyhow by some other process.
12707
d207ebef
JM
12708Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12709
12710 * configure.in (d30v-*-*): Configure all directories.
12711
12712Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12713
12714 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12715 for the D30V.
12716
12717Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12718
12719 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12720
5d4a5ee6
JL
12721Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12722
e490616e
ZW
12723 * include/libiberty.h: Add extern "C" { so it can be used with C++
12724 progrms.
12725 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12726 programs.
5d4a5ee6 12727
d207ebef
JM
12728Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12729
12730 * configure.in (d30v-*-*): Configure GCC now.
12731
5d4a5ee6
JL
12732Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12733
12734 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12735 is no longer needed.
12736
c9670e62
JM
12737Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12738
12739 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12740
cc71c0ca
MH
12741Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12742
12743 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12744 targets using "$@" to provide support for similar but not identical
12745 targets without having to duplicate code.
12746
d207ebef
JM
12747Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12748
12749 * makefile.vms: Fix to work with DEC C.
12750
12751Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12752
12753 * config.sub: Add mips-tx39-elf to marketing names.
12754
12755Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12756
12757 * ltmain.sh: Handle symlinks in generated script.
12758
12759Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12760
12761 * configure: Handle autoconf style directory options: --bindir,
12762 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12763 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12764 --sysconfdir.
12765 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12766 (sharedstatedir, localstatedir, oldincludedir): New variables.
12767 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12768 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12769 sbindir, sharedstatedir, and sysconfdir.
12770
b1e3ddfd
AJ
12771Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12772
12773 * Makefile.in (bootstrap-lean): New target.
12774
d207ebef
JM
12775Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12776
12777 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 12778 sn, and gnuserv from noconfigdirs.
d207ebef
JM
12779
12780Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12781
12782 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12783
09f97c1e
JL
12784Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12785
12786 * Makefile.in (cross): New target.
12787
335d0ab2
AO
12788Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12789 Jeff Law <law@cygnus.com>
12790
12791 * Makefile.in (bootstrap2, bootstrap3): New targets.
12792 (all-bootstrap): Remove outdated and confusing target.
339c9b00 12793 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 12794
d207ebef
JM
12795Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12796
12797 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 12798 windows. Consistent with gdb/configure.
d207ebef 12799
e693cc28
UD
128001997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12801
e693cc28
UD
12802 * configure.in: Name Linux target fragment.
12803
12804 * configure: Rewrite so that project Makefile fragment is inserted
12805 first and appears last in the resulting Makefile.
12806
d207ebef
JM
12807Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12808
12809 * Makefile.in (install-itcl): Install tcl first.
12810
5d4a5ee6
JL
12811Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12812
12813 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12814
f401679e
JW
12815Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12816
12817 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12818
12819 * configure.in (skipdirs): Add target-librx for Linux.
12820 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12821
ec20b1b9
JL
12822Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12823
12824 * Makefile.in (bootstrap): New target.
12825
becdcf6d
JL
12826Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12827
63f6bcd7 12828 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 12829
d207ebef
JM
12830Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12831
12832 * config.guess: Merge with FSF.
12833
0c82f6bf
FF
12834Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12835
12836 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12837
d207ebef
JM
12838Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12839
12840 * config.sub: Add "marketing-names" patch.
12841
3fbc0b70
JS
12842Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12843
e490616e 12844 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 12845
e20d4801
JL
12846Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12847
12848 * config.sub: Handle v850-elf.
12849
fe181f78 12850Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
12851
12852 * .cvsignore (*-install): Remove.
12853
bfed1ea0
JL
12854Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12855
12856 * ltconfig: Set CONFIG_SHELL in libtool.
12857 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12858
558a1e7c
JW
12859Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12860
12861 * configure.in (target_subdir): Set to libraries if enable_multilib.
12862
7818d6fc
JW
12863Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12864
12865 * config.guess: Update from gcc directory.
12866
d207ebef
JM
12867Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12868
12869 * Makefile.in (all-sim): Depends on all-readline.
12870
6599da04
JM
12871Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12872
12873 * Makefile.in (BISON, YACC): Use $$s.
12874 (all-bison): Depend on all-texinfo.
12875
12876Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12877
12878 * Makefile.in (BISON): Add -L flag.
12879 (YACC): Likewise.
12880
d207ebef
JM
12881Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12882
4e81ae98
EC
12883 * configure.in (noconfigdirs): Add support for v850e target.
12884
d207ebef
JM
12885 * config.sub (maybe_os): Add support for v850e target.
12886
12887Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12888
4e81ae98
EC
12889 * configure.in (noconfigdirs): Add support for v850ea target.
12890
d207ebef
JM
12891 * config.sub (maybe_os): Add support for v850ea target.
12892
6599da04
JM
12893Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12894
12895 * config.sub: Add mipstx39. Delete r3900.
12896
12897Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12898
12899 * Makefile.in (all-autoconf): Depends on all-texinfo.
12900
12901Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12902
12903 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12904 eabi targets.
12905
12906Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12907
12908 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12909
12910 * configure: When handling a Canadian Cross, handle YACC as well as
12911 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 12912 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
12913
12914Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12915
12916 * Makefile.in (BISON): bison, not byacc or bison -y.
12917 (YACC): bison -y or byacc or yacc.
12918 (various): Add *-bison as appropriate.
12919 (taz): No need to mess with BISON anymore.
12920
12921Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12922
12923 * configure: If OSTYPE matches *win32*, try to find a good value for
12924 CONFIG_SHELL.
12925
12926Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12927
12928 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12929 configure.in if it is present.
12930
12931Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12932
12933 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12934
12935Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12936
12937 * config.sub: Recognize `arc' cpu.
12938 * configure.in: Likewise.
12939 * config-ml.in: Likewise.
12940
12941Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12942
12943 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12944
12945Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12946
12947 * configure: Changed sed delimiter from ':' to '|' when
12948 attempting to substitute ${config_shell} for SHELL. On
12949 NT ${config_shell} may contain a ':' in it.
12950
12951Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12952
12953 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12954
12955Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12956
12957 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12958
12959Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12960
12961 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12962
12963 * ylwrap: If the program is a relative path, force it to be
12964 absolute.
12965
12966Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12967
12968 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12969
12970Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12971
12972 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
12973 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12974 for libraries.
6599da04
JM
12975
12976Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12977
12978 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 12979 separated by spaces.
6599da04
JM
12980
12981Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12982
12983 * ylwrap: New file.
12984 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12985
12986 * ltmain.sh: Handle /bin/sh at start of install program.
12987
12988 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12989
12990 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12991 * missing: New file, from automake 1.2.
12992
12993Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12994
12995 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12996 check-tk to CHECK_X11_MODULES.
12997
12998Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12999
13000 * config.sub: Merge with FSF.
13001
13002Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13003
13004 * config.guess: Merge with FSF.
13005
13006Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13007
13008 * configure: Treat msdosdjgpp like go32.
13009 * configure.in: Likewise. Don't remove gprof for go32.
13010
13011 * configure: Change Makefile.tem2 to Makefile.tm2.
13012
13013Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13014
13015 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13016
13017Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13018
13019 * install-sh (chmodcmd): Set to null if the DST directory already
13020 exists. Same as Nov 11th change.
13021
13022Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13023
4e81ae98 13024 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
13025
13026Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13027
13028 * config.guess: Update from FSF.
13029
13030Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13031
13032 * Makefile.in (GDB_TK): Depend on itcl and tix.
13033
13034Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13035
13036 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13037 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13038 (INSTALL_SCRIPT): New variable.
13039 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13040 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13041 to -x.
13042 * install-sh: Add support for -x option.
13043
13044Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13045
13046 * configure.in, Makefile.in: Treat tix like itcl.
13047
13048Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13049
13050 * Makefile.in (WINDRES): New variable.
13051 (WINDRES_FOR_TARGET): New variable.
13052 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13053 (EXTRA_HOST_FLAGS): Add WINDRES.
13054 (EXTRA_TARGET_FLAGS): Add WINDRES.
13055 (EXTRA_GCC_FLAGS): Add WINDRES.
13056 ($(DO_X)): Pass down WINDRES.
13057 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13058 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13059 DLLTOOL_FOR_TARGET.
13060
13061Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13062
13063 * configure.in: configure sim before gdb for win32-x-ppc
13064
13065Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13066
13067 Move gperf into the toplevel, from libg++.
13068 * configure.in (target_tools): Add target-gperf.
13069 (native_only): Add target-gperf.
13070 * Makefile.in (all-target-gperf): New target, depend on
13071 all-target-libg++.
13072 (configure-target-gperf): Empty rule.
13073 (ALL_TARGET_MODULES): Add all-target-gperf.
13074 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13075 (CHECK_TARGET_MODULES): Add check-target-gperf.
13076 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13077 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13078
13079Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 13080
6599da04
JM
13081 * config.sub (mn10200): Recognize new basic machine.
13082
13083Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13084
13085 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13086 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13087
13088Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13089
13090 * configure.in: If we're building mips-sgi-irix6* native, turn on
13091 ENABLE_MULTILIB and set TARGET_SUBDIR.
13092
13093Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13094
13095 * Makefile.in (all-sn): Depend on all-grep.
13096
13097Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13098
13099 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13100
13101 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13102 Makefile. From Jeff Makey <jeff@cts.com>.
13103 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13104
13105 * Makefile.in (DISTBISONFILES): Remove.
13106 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13107 $(DEFAULT_YACC).
13108
13109 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 13110 cygwin32.
6599da04
JM
13111
13112 * Makefile.in (LD): New variable.
13113 (EXTRA_HOST_FLAGS): Pass down LD.
13114 ($(DO_X)): Likewise.
13115
13116Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13117
13118 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13119
13120Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13121
13122 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 13123 before adding our own. Always add --build.
6599da04
JM
13124
13125Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13126
13127 * configure.in (targargs): Pass --build if we're doing
13128 a cross-compile.
13129
13130Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13131
ca236658 13132 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
13133 sed. Otherwise sed chokes on NT path names with drive
13134 designators. Also look for "?:*" as the leading characters in an
13135 absolute pathname.
13136
13137Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13138
13139 * config.sub: Support for r3900.
13140
13141Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13142
13143 * configure.in: Use install-sh, not install.sh.
13144
13145Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13146
13147 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13148 apply it twice.
13149
13150Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13151
13152 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13153 install-binutils.
13154
13155Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13156
13157 * Makefile.in: Add automake targets.
13158 * configure.in (host_tools): Add automake.
13159
13160Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13161
13162 * configure: Default CXX to c++, not gcc.
13163 * Makefile.in (CXX): Set to c++, not gcc.
13164 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13165
13166Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13167
13168 * install-sh: try appending a .exe if source file doesn't
13169 exist
13170
13171Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13172
13173 * configure.in: Turn on multilib by default.
13174 (cross_only): Remove target-libiberty.
13175
13176 * Makefile.in (all-gcc): Don't depend on libiberty.
13177
13178Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13179
13180 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13181
13182Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13183
13184 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13185 (DISTBISONFILES): Add ld/Makefile.in
13186
13187Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13188
13189 * configure.in: if target is cygwin32 but host isn't cygwin32,
13190 don't configure gdb tcl tk expect, not just gdb.
13191
13192Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13193
13194 * configure.in: Added gnuserv everywhere sn appears.
13195
13196 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13197 (CROSS_CHECK_MODULES): Added check-gnuserv.
13198 (INSTALL_MODULES): Added install-gnuserv.
13199 (CLEAN_MODULES): Added clean-gnuserv.
13200 (all-gnuserv): New target.
13201
13202Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13203
13204 * config.guess: Fixes for MIPS OpenBSD systems.
13205
13206Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13207
13208 * Makefile.in (INSTALL_XFORM): Remove.
13209 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13210
13211 * mkinstalldirs: New file, copied from automake.
13212 * Makefile.in (installdirs): Rename from install-dirs. Use
13213 mkinstalldirs. Change all users.
13214 (DEVO_SUPPORT): Add mkinstalldirs.
13215
13216Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13217
13218 * install-sh: Rename from install.sh.
13219 * Makefile.in (INSTALL): Change install.sh to install-sh.
13220 (DEVO_SUPPORT): Likewise.
13221
13222 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13223 Graichen <graichen@rzpd.de>.
13224
13225Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13226
13227 * config.guess: Recognize OpenBSD systems correctly.
13228
13229Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13230
13231 * README, Makefile.in (ETC_SUPPORT): Remove references to
13232 cfg-paper*, configure.{texi,man,info*}._
13233
13234Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13235
13236 * Makefile.in (all.normal): Ensure that gcc is built after all
13237 the x11 - ie gdb - targets.
13238
13239Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13240
13241 * makefile.vms: Don't run conf-a-gas.
13242
13243Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13244
e490616e 13245 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 13246
d207ebef
JM
13247Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13248
13249 * configure.in: Remove noconfigdirs case since gdb also
13250 configures and builds for tic80-coff.
13251
6599da04
JM
13252Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13253
13254 * configure: Set cache_file to config.cache.
13255 * Makefile.in (local-distclean): Remove config.cache.
13256
13257Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13258
13259 * COPYING: Update FSF address.
13260
d207ebef
JM
13261Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13262
13263 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13264 noconfigdirs.
13265
6599da04
JM
13266Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13267
13268 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13269 MAKEDIRS, is empty.
13270
13271Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13272
13273 * config.sub: Tweak mn10300 entry.
13274
13275Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13276
13277 * configure.in (host_tools): Put sim before gdb, so gdb's
13278 configure.tgt can determine if the simulator was configured.
13279
13280Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13281
13282 * config.sub: Move BeOS $os case to be with other Cygnus
13283 local cases.
13284
13285Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13286
13287 * config.sub: Remove misplaced comment that broke Linux.
13288
13289Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13290
13291 * config.sub: Add BeOS support.
13292
13293Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13294
13295 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13296
13297Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
13298
13299 * configure.in (noconfigdirs): Remove tcl and tk from
13300 noconfigdirs for cygwin32 builds.
13301
d207ebef
JM
13302Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
13303
13304 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13305
6599da04
JM
13306Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
13307
13308 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13309 make-all.com, use makefile.vms instead.
13310
13311Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
13312
13313 * config.sub: Accept -lnews*.
13314
d207ebef
JM
13315Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
13316
13317 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 13318 target-examples and target-libiberty for d30v.
d207ebef
JM
13319
13320Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13321
13322 * configure.in (noconfigdirs): Enable ld for d30v.
13323
13324Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
13325
13326 * configure.in (tic80-*-*): Build compiler.
13327
13328Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
13329
13330 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 13331 unsupported d30v directories
d207ebef
JM
13332
13333Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13334
4e81ae98
EC
13335 * config.sub, configure.in: Add d30v target cpu.
13336
6599da04
JM
13337Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
13338
13339 * makefile.vms: New file.
13340 * make-all.com: Remove.
13341
13342Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
13343
13344 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13345
13346Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
13347
13348 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13349
13350Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
13351
13352 * Makefile.in (ALL_MODULES): Added all-db.
13353 (CROSS_CHECK_MODULES): Addec check-db.
13354 (INSTALL_MODULES): Added install-db.
13355 (CLEAN_MODULES): Added clean-db.
13356
13357Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
13358
13359 * config.guess: Merge with latest FSF sources.
13360
13361Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
13362
13363 * Makefile.in (ALL_MODULES): Added all-itcl.
13364 (CROSS_CHECK_MODULES): Added check-itcl.
13365 (INSTALL_MODULES): Added install-itcl.
13366 (CLEAN_MODULES): Added clean-itcl.
13367
13368Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
13369
13370 * configure.in: build gdb for mn10200
13371
13372Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
13373
13374 * Makefile.in (all-target-winsup): Depend on all-target-libio.
13375
d207ebef
JM
13376Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
13377
13378 * configure.in (tic80-*-*): Turn off most targets right now.
13379
6599da04
JM
13380Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
13381
13382 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13383 rather than the makeinfo program.
13384 (do-info): Depend upon all-texinfo.
13385
13386Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
13387
13388 * configure.in: Remove uses of config/mh-linux.
13389
13390 * config.sub, config.guess: Merge with latest FSF sources.
13391
d207ebef
JM
13392Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
13393
13394 * config.sub (case $basic_machine): Add tic80 entries.
13395
6599da04
JM
13396Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
13397
13398 * config.sub, config.guess: Merge with latest FSF sources.
13399
13400Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13401
13402 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13403 * mpw-config.in: Test for NewFolderRecursive.
13404 * mpw-install: Use symbolic name for startup filename.
13405 * mpw-README: Add various additional details.
13406
13407Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13408
13409 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13410
13411Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13412
13413 * configure.in: Do build gcc and the target libraries for
13414 the mn10200.
13415
13416Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13417
13418 * configure.in: don't avoid building gdb for mn10300 any more
13419 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13420 instead of single-quoting it.
13421
13422Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13423
13424 * configure.in: Don't use --with-stabs on IRIX 6.
13425
13426Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13427
13428 * configure.in (m32r): Build gdb, libg++ now.
13429
13430Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13431
13432 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13433 directories from noconfigdirs.
13434
13435Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13436
13437 * config.sub (basic_machine): added mips16 configuration
13438
13439Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13440
13441 * config.sub: Handle d10v-unknown.
13442
d207ebef
JM
13443Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13444
13445 * config.sub: Handle v850-unknown.
13446
6599da04
JM
13447Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13448
13449 * Makefile.in: add findutils
13450 * configure.in: add findutils to list of host_tools
13451
13452Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13453
13454 * config.sub: Handle mn10200 and mn10300.
13455
13456Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13457
13458 * configure.in (d10v-*): Do not build librx.
13459
13460Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13461
13462 * configure.in (mn10300): Build everything except gdb & libgloss.
13463
13464Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13465
13466 * config.guess: Patch for Dansk Data Elektronik servers,
13467 from Niels Skou Olsen <nso@dde.dk>.
13468
13469 For ncr, use /bin/uname rather than uname, since GNU uname does not
13470 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13471
13472 Patch for MIPS R4000 running System V,
13473 from Eric S. Raymond <esr@snark.thyrsus.com>.
13474
13475 Fix thinko for nextstep.
13476
13477 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13478
13479 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13480 * config.guess: Guess mips-dec-mach_bsd4.3.
13481
13482 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13483 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13484 release numbers.
13485 * config.guess (mips-mips-riscos*): Emit just enough of the
13486 release number.
13487
13488 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13489 * config.guess (sparc-auspex-sunos*): Added.
13490 (f300-fujitsu-*): Added.
13491
13492 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13493 * config.guess: Recognize a Tadpole as a sparc.
13494
13495Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13496
13497 * config.guess: Don't assume that NextStep version is either 2 or
13498 3. NextStep 4 (aka OpenStep 4) has come out now.
13499
13500Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13501
13502 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13503 From Rik Faith <faith@cs.unc.edu>.
13504
13505Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
13506
13507 * config.sub: Contributions from bug-gnu-utils to:
13508 Support plain "hppa" (no version given) architecture, reported by
13509 OpenStep.
13510 OpenBSD like NetBSD.
13511 LynxOs is not a hardware supplier.
13512
13513 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 13514 OpenBSD like NetBSD.
6599da04
JM
13515 Stratus systems.
13516 More Pyramid systems.
13517 i[n>4]86 Intel chips.
13518 M680[n>4]0 Motorola chips.
13519 Use unknown instead of lynx for hardware manufacturer.
13520
13521Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13522
13523 * install.sh (chmodcmd): Set to null if the DST directory already
13524 exists.
13525
13526Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13527
13528 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13529 not use mt-ppc target Makefile fragment any more.
13530
13531Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13532
13533 * configure.in (*-*-windows): Exclude everything but those dirs
13534 needed to build windows.
13535
13536Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
13537
13538 * Makefile.in (all-target-winsup): Depend on all-target-librx.
13539
13540Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13541
13542 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
13543
13544Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13545
13546 * Undo my previous change.
13547
13548Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
13549
13550 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13551 unconditionally.
13552 (MAKEOVERRIDES): Define (revert this part of October 18 change).
13553
13554Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13555
13556 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
13557 host to add it's own flags.
6599da04
JM
13558
13559Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
13560
13561 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13562
13563Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
13564
13565 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13566 (CXX_FOR_TARGET): Likewise.
13567 (GCC_FOR_TARGET): Define.
13568 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13569 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13570 CC_FOR_TARGET was specified on the command line.
13571 (MAKEOVERRIDES): Don't define.
13572
13573Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
13574
13575 * configure.in (m32r): Fix spelling of libg++ libs.
13576
13577Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
13578
13579 * config.sub (-apple*): Remove, now redundant.
13580
13581Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13582
13583 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13584
13585 * configure: Rework yesterday's sed script patch.
13586
13587 * config.sub: Merge with FSF.
13588
13589Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13590
13591 * config.guess: Merge from FSF.
13592
13593 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
13594 * config.guess: Use pc instead of unknown, for pc clone systems.
13595 Change linux to linux-gnu.
6599da04
JM
13596
13597 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 13598 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
13599
13600Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
13601
13602 * test-build.mk (HOLES): Add "xargs" for gdb.
13603
13604 * configure: Avoid hpux10.20 sed bug.
13605
13606Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
13607
731a8127 13608 * configure.in: Add support for windows host
6599da04
JM
13609 (that is a build done under the Microsoft build environment).
13610
13611Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13612
13613 * Makefile.in: Replace all uses of srcroot with s, to shrink
13614 command line lengths.
13615
13616 Patches from Geoffrey Noer <noer@cygnus.com>:
13617 * configure.in: If configuring for newlib, pass --with-newlib to
13618 subdirectories.
13619 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13620 -Bnewlib/ and -Lwinsup to gcc.
13621 (CXX_FOR_TARGET): Likewise.
13622
13623Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13624
13625 * Makefile.in (ETC_SUPPORT): Add configure.
13626
13627Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13628
4e81ae98 13629 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
13630 host configuration file.
13631
13632Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13633
13634 * configure.in: Break mn10x00 support into separate
13635 mn10200 and mn10300 configurations.
13636 * config.sub: Likewise.
13637
13638Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13639
13640 * configure.in: Add lots of stuff to noconfigdirs for
13641 the mn10x00 targets.
13642
13643 * config.sub, configure.in: Add mn10x00 support.
13644
13645Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13646
13647 * make-all.com: Call conf-a-gas, not config-a-gas.
13648
13649Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13650
13651 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 13652 targets.
6599da04
JM
13653
13654Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13655
13656 * mpw-README: Add much more detail for native PowerMac.
13657 * mpw-install: New file.
13658 * mpw-configure: Add --norecursion and --help options.
13659 * mpw-config.in: Translate readme and install files when
13660 copying to objdir.
13661 * mpw-build.in: Don't always depend on byacc and flex.
13662 (install-only-top): New action.
13663
d207ebef
JM
13664Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13665
13666 * configure.in: You can now configure GDB for the v850.
13667
6599da04
JM
13668Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13669
13670 * configure.in (noconfigdirs): Don't configure any C++ dirs
13671 if targeting D10V.
13672
13673Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13674
13675 * config.sub: Recognize mips64vr5000.
13676
13677Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13678
13679 * configure.in: Use a single line for host_tools and native_only.
13680
13681Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13682
13683 * config.sub, configure.in: Add entries for m32r.
13684
13685Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13686
13687 * Makefile.in (inet-install): Don't run install-gzip.
13688
13689Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13690
13691 * configure.in: Don't config lots of things for *-*-windows*.
13692
13693Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13694
13695 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13696 (host_libs, host_tools): Copy from configure.in.
13697 * mpw-configure: Don't complain about directories not found.
13698
13699Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13700
13701 * configure.in (i[345]86): Recognize i686 for pentium pro.
13702 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13703 file.
13704
13705 * config.guess (i[345]86): Ditto.
13706
13707Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13708
13709 * configure.in (noconfigdirs): Removed gdb for D10V.
13710
d207ebef 13711Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 13712
d207ebef
JM
13713 * configure.in: Remove ld, target-libio, target-libg++, and
13714 target-libstdc++ from noconfigdirs.
5d4a5ee6 13715
6599da04
JM
13716Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13717
13718 * configure: Fix three locations where shell scripts were
13719 being run directly rather than with config_shell.
13720
d207ebef
JM
13721Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13722
13723 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13724 * config.sub (basic_machine): Recognize v850.
13725
6599da04
JM
13726Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13727
13728 * mpw-configure: Handle multiple enable/disable options and
13729 pass them down recursively, handle -c and -s flags appropriately
13730 depending on choice of compiler, add escape mechanism for
13731 quoted arguments to gC.
13732
13733Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13734
13735 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13736 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13737 so that -mrelocatable-lib and -mno-eabi are used.
13738
13739 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13740 not support --print-multi-lib, don't abort.
13741
6599da04
JM
13742Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13743
13744 * make-all.com: Run config-a-gas.
13745 * setup.com: Don't copy subdirectory files around.
13746
13747Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13748
13749 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13750 target, it now compiles correctly.
13751
13752Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13753
13754 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13755
13756Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13757
4e81ae98 13758 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
13759
13760Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13761
13762 * configure.in (native_only): Add prms.
13763
13764Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13765
13766 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13767 (BINUTILS_SUPPORT_DIRS): Likewise.
13768
13769Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13770
13771 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13772 d10v support is added.
13773
13774Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13775
13776 * configure.in (d10v-*-*): New target.
13777
13778Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13779
13780 * config.guess (HP 9000/811): Recognize this as a PA1.1
13781 machine.
13782
13783Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13784
13785 * Makefile.in (do-tar-gz): New target, split out from tail end of
13786 taz target. Run each command separately, don't use pipes.
13787 (taz): Use it.
13788
13789Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13790
13791 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13792 * mpw-build.in: No builds should depend on building byacc or flex,
13793 they are assumed to be installed already.
13794
13795Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13796
13797 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13798 variable that CC_FOR_TARGET needs.
13799
13800Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13801
13802 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13803 options have changed since the last time the subdirectory was
13804 configured, and if it has, reconfigure.
13805 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13806 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13807
13808Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13809
13810 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13811 CLEAN_MODULES): Add bash.
13812 (all-bash): New target.
13813
13814Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13815
13816 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13817
13818Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13819
13820 * config.sub (basic_machine): Recognize d10v as a valid processor.
13821
13822Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13823
13824 * mpw-configure: Add support for --bindir.
13825 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13826
13827Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13828
13829 * configure.in: add bash, time, gawk to list of hosttools and things
13830 to only build for native toolchains
13831
13832Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13833
13834 * Makefile.in (docdir): Remove.
13835
13836Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13837
13838 * Makefile.in (datadir): Set to $(prefix)/share.
13839
13840Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13841
13842 * configure.in: build diff and patch for cygwin32-hosted
13843 toolchains.
13844
13845Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13846
13847 * config.sub: Accept -rtems*.
13848
13849Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13850
e490616e
ZW
13851 * configure.in: enable dosrel for cygwin32-hosted builds,
13852 remove diff from the list of things not buildable
13853 via Canadian Cross
6599da04
JM
13854
13855Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13856
13857 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 13858 don't get ". ".
6599da04
JM
13859
13860Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13861
13862 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13863
13864Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13865
13866 * Makefile.in (taz): Handle case where tex3patch didn't even get
13867 checked out. Also, if it was found, put the symlink in a new util
13868 subdirectory.
13869
13870Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13871
13872 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13873
13874Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13875
13876 * config.sub: Recognize -openvms.
13877 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13878 * make-all.com, setup.com: New files.
13879
13880Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13881
13882 * Makefile.in (taz): tex3patch moved to texinfo/util.
13883
13884Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13885
13886 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13887 * configure.in: remove make from disable-if-Can-Cross list
13888 enable gdb if ${host} and ${target} are cygwin32
13889
13890Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13891
13892 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13893 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13894
13895Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13896
13897 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13898 distinguish sysv/svr4/bsd variants.
13899 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13900
13901Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13902
13903 * configure.in: Added copyright notice.
13904 * move-if-change: Added copyright notice.
13905
13906Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13907
13908 * configure.in (powerpcle-*-solaris*): Until we get shared
13909 libraries working, don't build gdb, sim, make, tcl, tk, or
13910 expect.
13911
13912Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13913
13914 * config.guess: Merge with FSF:
13915
13916 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13917 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13918
13919 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13920 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13921
13922 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13923 * config.guess: Combine two OSF1 rules.
13924 Also recognize field test versions. From mjr@zk3.dec.com.
13925 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13926 because GNU uname does not support -p. From pmr@pajato.com.
13927
13928Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13929
13930 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13931
13932Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13933
13934 * mpw-README: Document GCCIncludes.
13935
13936Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13937
13938 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13939
13940Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13941
13942 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13943
13944Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13945
13946 * configure.in (*-*-cygwin32): Configure make.
13947
13948Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13949
13950 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13951
13952Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13953
13954 * Makefile.in (all-inet): Depend on all-perl.
13955
13956 * Makefile.in (inet-install): New target.
13957
13958 * Makefile.in (all-inet): Depend on all-tcl.
13959 (all-inet): Depend on all-send-pr.
13960
13961Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13962
13963 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13964 temporarily.
13965
13966Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13967
13968 * configure.in: Don't configure --with-gnu-ld on AIX.
13969
13970Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13971
13972 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13973
13974Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13975
13976 * Makefile.in (ALL_MODULES): Added all-inet.
13977 (CROSS_CHECK_MODULES): Added check-inet.
13978 (INSTALL_MODULES): Added install-inet.
13979 (CLEAN_MODULES): Added clean-inet.
13980 (all-indent): New target.
13981
13982 * configure.in (host_tools): Added inet.
13983 (native_only): Added inet.
13984 (noconfigdirs): Added inet.
13985
13986Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13987
13988 * configure.in: Don't configure libgloss if we are not configuring
13989 newlib.
13990
13991Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13992
13993 * configure.in: Don't configure libgloss for unsupported
13994 architectures.
13995
13996Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13997
13998 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13999
14000Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14001
14002 * Makefile.in (ALL_MODULES): Include all-apache.
14003 (CROSS_CHECK_MODULES): Include check-apache.
14004 (INSTALL_MODULES): Include install-apache.
14005 (all-apache): New target.
14006
14007 * configure.in: Added apache everywhere perl is seen.
14008
14009Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14010
14011 * Makefile.in: Add support for clean-{module} and
14012 clean-target-{module} rules.
14013
14014Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14015
14016 * configure.in (*-*-ose) do not build libgloss.
14017
14018Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14019
14020 * config.guess (prep*:SunOS:5.*:*): Turn into
14021 powerpele-unknown-solaris2.
14022
14023Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14024
14025 * configure.in: Permit --enable-shared to specify a list of
14026 directories.
14027
14028Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14029
14030 * configure.in (host==solaris): Pass only the first word of $CC
14031 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14032
14033Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14034
14035 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14036
14037Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14038
14039 * Makefile.in (ALL_MODULES): Include all-perl.
14040 (CROSS_CHECK_MODULES): Include check-perl.
14041 (INSTALL_MODULES): Include install-perl.
14042 (ALL_X11_MODULES): Include all-guile.
14043 (CHECK_X11_MODULES): Include check-guile.
14044 (INSTALL_X11_MODULES): Include install-guile.
14045 (all-perl): New target.
14046 (all-guile): New target.
14047
14048 * configure.in (host_tools): Include perl and guile.
14049 (native_only): Include perl and guile.
14050 (noconfigdirs): Don't build guile and perl; no ports have been
14051 done.
14052
14053Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14054
e490616e
ZW
14055 * configure (--enable-*): Handle quoted option lists such as
14056 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
14057
14058Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14059
14060 * Makefile.in ({,inst}all-target): New rule so we can make and
14061 install all of the target directories easily.
14062
14063Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14064
14065 * configure.in: Add missing global flag in sed substitution when
14066 deleting `target-' from ${configdirs}.
14067
14068Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14069
14070 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14071 option.
14072
14073 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14074 config/mh-necv4.
14075
14076 * install.sh: Correct misspelling of transformbasename.
14077
14078 * config.guess: Recognize mips-*-sysv*.
14079
14080Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14081
14082 * config.sub: Recognize mon960.
14083
14084Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14085
14086 * configure: Restore Canadian Cross handling of BISON and LEX,
14087 removed in Feb 20 change.
14088
14089Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14090
14091 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14092 Mention make install. Remove the old copyright date as well the
14093 clumsy and rather pointless copyright on the README file.
14094
14095Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14096
14097 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14098 Makefile after running symlink-tree, then run `make distclean' to
14099 avoid clobbering any generated files in srcdir.
14100
14101Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14102
14103 * configure.in (m68k-*-netbsd*): Build everything now.
14104
14105Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14106
14107 * Makefile.in (taz): Fix quoting.
14108
14109Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14110
14111 * configure.in (sparclet-*-*): Build everything now.
14112
14113Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14114
14115 * configure.in (m68k-*-linux*): New host.
14116
14117Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14118
14119 * configure: Check for bison before byacc.
14120
14121Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14122
14123 * Makefile.in configure: Change the way LEX and BISON/YACC are
14124 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14125 searching PATH. These are used as fallbacks by Makefile.in if
14126 flex/bison/byacc aren't in objdir.
14127
14128Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14129
14130 * Makefile.in: Make everything which depends upon all-bfd also
14131 depend upon all-opcodes, in case --with-commonbfdlib is used.
14132
14133Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14134
14135 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14136 building NT native compilers on Unix.
14137
14138Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14139
14140 * configure.in: Don't get CC from the host Makefile fragment if we
14141 can find gcc in PATH, or if this is a Canadian Cross. Move the
14142 Solaris test for /usr/ucb/cc to the post target script, just after
14143 the compiler sanity test.
14144
14145Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14146
14147 * config.sub: Merge with FSF.
14148
14149Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14150
14151 * Makefile.in (RPATH_ENVVAR): New variable.
14152 (REALLY_SET_LIB_PATH): Use it.
14153 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14154
14155Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14156
14157 * config.sub, configure.in: Recognize sparclet cpu.
14158
14159Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14160
14161 * config.guess: Support m68k-cbm-sysv4.
14162
14163Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14164
14165 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14166 m68k-unknown-linuxaout from linker help string. Put quotes around
14167 $ld_help_string.
14168
14169Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14170
14171 * config.guess (powerpc-harris-powerunix): Add guess for port
14172 to new target.
14173
14174Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14175
14176 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14177
14178Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14179
14180 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14181 $(REALLY_SET_LIB_PATH) in Makefile.
14182 * Makefile.in (SET_LIB_PATH): New variable.
14183 (REALLY_SET_LIB_PATH): New variable.
14184 ($(DO_X)): Use $(SET_LIB_PATH).
14185 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14186 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14187 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14188 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14189 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14190 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14191 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14192 (install-dosrel): Likewise.
14193 (all-opcodes): Depend upon all-libiberty.
14194
14195Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14196
14197 * config.guess (*:CYGWIN*): New
14198
14199Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14200
14201 * Makefile.in (all-target-winsup): All all-target-libiberty.
14202
14203Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14204
14205 * configure.in (noconfigdirs): Add missing # in front of comment.
14206
14207Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14208
14209 * configure.in: add second pass to things added to noconfigdirs
14210 so *-gm-magic can exclude libgloss properly.
14211
14212Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14213
14214 * mpw-configure (extralibs_name, rez_name): Set correctly
14215 for MWC68K compiler.
14216
14217 * mpw-README: Add more info on the necessary build tools.
14218
14219Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14220
14221 * configure.in, config.sub: Recognize cygwin32.
14222
14223Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14224
14225 * config.guess, config.sub: Recognize A/UX.
14226
14227Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14228
14229 * config.sub: Merge with gcc/config.sub.
14230
14231Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14232
14233 * mpw-build.in (do-binutils): Add build of stamps.
14234
14235Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14236
14237 * config.sub: Add recognition for mips64vr4100*-* targets.
14238
14239Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14240
14241 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14242 Add creation of gconfigargs with `--enable-shared' turned on.
14243 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14244 ($(host)-stamp-stage3-configured): Likewise.
14245 (HOLES): Add chatr and ldd.
14246 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14247
14248Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14249
14250 * configure: Pass --nfp to recursive configures.
14251
14252Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14253
14254 * Makefile.in (DLLTOOL): New.
14255 (DLLTOOL_FOR_TARGET): New.
14256 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14257 (EXTRA_TARGET_FLAGS): Ditto.
14258 (EXTRA_GCC_FLAGS): Ditto.
14259 (CONFIGURE_TARGET_MODULES): Ditto.
14260 (DO_X): Ditto.
14261 * configure: Add DLLTOOL.
14262
14263Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14264
14265 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14266 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14267 mh-sco, since old workarounds no longer needed, and don't
14268 build ld, since libraries have weak symbols in COFF.
14269
14270Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14271
14272 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14273
14274Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14275
14276 * configure.in: Make sure that ${CC} can be used to compile an
14277 executable.
14278
14279Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14280
14281 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14282 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14283 nothing depending on whether gdbtk is being built.
14284
14285Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14286
14287 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14288
14289Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14290
14291 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14292 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14293
14294Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14295
14296 * config-ml.in: Add support for
14297 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14298 Simplify setting of multidirs from --disable-foo.
14299
14300Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14301
14302 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14303 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14304 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 14305 non-empty, pass them on to the GCC make.
6599da04
JM
14306 (all-bootstrap): New rule that is like all-gcc, except it executes
14307 the GCC bootstrap rule instead of the GCC all rule.
14308
14309Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
14310
14311 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14312
14313Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14314
14315 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14316 DG/UX support.
14317
14318Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
14319
14320 * config.sub (i*86*) Change [345] to [3456]
14321
14322Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14323
14324 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14325 --with-gnu-ld=no.
14326
14327Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14328
14329 * config-ml.in (rs6000*, powerpc*): Add switches to control which
14330 AIX multilibs get built.
14331
14332Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14333
14334 * configure.in (i386-win32): Don't build expect if we're not
14335 building the tcl subdir.
14336
14337Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
14338
14339 * Makefile.in: (configure-target-examples, all-target-examples):
14340 New targets, configure and build example programs.
14341
14342Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14343
14344 * mpw-configure: If an mpw-config.in generated a file mk.sed,
14345 use it as input to sedit the generated MPW makefile.
14346 * mpw-README: Add a suggestion about Gestalt.h.
14347
14348Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
14349
14350 * config.sub: Accept *-*-ieee*.
14351
14352Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
14353
14354 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
14355 Ronald F. Guilmette <rfg@monkeys.com>.
14356
14357Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14358
14359 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14360 for powerpc-pe native.
14361 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14362 (target==powerpc-pe): duplicate i386-win32 entry.
14363
14364Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14365
14366 * configure.in (noconfigdirs): Exclude target-newlib for all versions
14367 of vxworks, not just vxworks5.1.
14368
14369Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
14370
14371 * mpw-configure: Add support for exec-prefix.
14372
14373Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14374
14375 * config.guess: Recognize HP model 816 machines as having
14376 a PA1.1 processor.
14377
14378Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
14379
14380 * configure: Ignore new autoconf configure options.
14381
6599da04
JM
14382Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14383
14384 * config.guess: Recognize Pentium under SCO.
14385 From Robert Lipe <robertl@arnet.com>.
14386
14387Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14388
14389 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
14390
14391Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
14392
14393 * configure.in: Don't configure gas for alpha-dec-osf*.
14394
14395Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
14396
14397 * configure.in: Default to --with-stabs for some targets for which
14398 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14399 i[345]86*-*-unixware*.
14400
14401Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14402
14403 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14404 rather than basing it on the target. Simplify handling of options
14405 controlling which directories to configure. Remove extraneous
14406 slash in multi-clean target.
14407
14408Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14409
14410 * config-ml.in: Prefix more variables with ml_ so they don't collide
14411 with configure's.
14412
14413Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14414
14415 * configure: Don't turn -v into --v.
14416
14417Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14418
14419 * configure.in (targargs): Fix typo.
14420
14421 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14422
14423Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14424
14425 * configure.in: Strip --host and --target options from
14426 CONFIG_ARGUMENTS, and always configure for --host only. Add
14427 --with-cross-host option when building with a cross-compiler.
14428 * configure: Canonicalize the arguments put into config.status by
14429 always using `=' for an option with an argument. Pass a presumed
14430 --host or --target explicitly.
14431
14432Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14433
14434 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14435 into general OS recognition case.
14436
14437Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14438
14439 * configure.in (target_configdirs): add target-winsup only
14440 for win32 target systems.
14441
14442Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14443
14444 * Makefile.in (all-target-libgloss): Depend upon
14445 configure-target-newlib, since when libgloss is built it looks to
14446 see if the newlib directory exists.
14447
14448Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14449
14450 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14451 cfg-ml-*.in.
14452
14453Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14454
14455 * configure: Handle LD and LD_FOR_TARGET when configuring a
14456 Canadian Cross.
14457
6599da04
JM
14458Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14459
14460 * configure.in (target_libs): add target-winsup.
14461 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14462 (target==ppcle-pe): remove ld from $noconfigdirs.
14463
14464Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14465
14466 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14467 Preserve relative path names in $srcdir. Build symlink tree if
14468 configuring cross target dir and srcdir=. (= no VPATH support).
14469 (configure-target-libg++): Depend on configure-target-librx.
14470 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14471 * config-ml.in: New file.
14472 * symlink-tree: New file.
14473 * configure: Ensure srcdir="." if that's what it is.
14474
14475Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14476
14477 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14478 includes and FLEX_SKELETON setting.
14479 * mpw-configure (--with-gnu-ld): New option, controls whether
14480 to use PPCLink or ld with PowerMac GCC.
14481 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14482 * mpw-config.in: Configure grez if targeting Mac.
14483
14484 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
14485 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14486 just macos.
6599da04
JM
14487 * configure.in: Configure grez resource compiler if targeting Mac.
14488 * Makefile.in (all-grez, install-grez): New targets.
14489
14490Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14491
14492 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 14493 gcc in the path, set CC to gcc -O2.
6599da04
JM
14494
14495Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14496
14497 * configure: Default ${build} correctly. Avoid picking up extra
14498 spaces when reading CC and CXX from Makefile. When doing a
14499 Canadian Cross, use plausible default values for numerous
14500 variables.
14501 * configure.in: When doing a Canadian Cross, don't try to
14502 configure tools whose configure script can't handle it.
14503
14504Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14505
14506 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14507
14508Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
14509
14510 * configure: Remove dubious bug reporting address.
14511
14512Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
14513
14514 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
14515 configure script, run that instead of this directory's configure.
14516 In either case, print a message that we're configuring the sub-dir.
14517
14518Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
14519
14520 * configure.in: Before checking for the existence of various files,
14521 use sed to filter out "target-".
14522
14523Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
14524
14525 * Makefile.in (DO_X): Split rule to decrease command line length
14526 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
14527 (Philippe De Muyter).
14528
14529Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14530
14531 * Makefile.in (all-patch): depend on all-libiberty.
14532
14533Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
14534
14535 * configure.in: If the only directory in target_configdirs which
14536 actually exists is libiberty, then set target_configdirs to empty,
14537 to avoid trying to build a target libiberty in a gas or gdb
14538 distribution.
14539
14540Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
14541
14542 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
14543 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14544 systems.
6599da04
JM
14545
14546Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14547
14548 * configure.in (copy_dirs): Use sys-include instead of include
14549 for --with-headers option.
14550
14551Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
14552
14553 * Makefile.in, configure.in: Make winsup builds work with
14554 new scheme.
14555
14556Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
14557
14558 * configure.in: Build the linker on AIX.
14559
14560Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
14561
14562 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
14563 where needed.
14564
14565Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
14566
14567 * Makefile.in (all-gcc): Fix typo.
14568
14569Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
14570
14571 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
14572
14573Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
14574
14575 * configure.in: Rename libFOO to target-libFOO, and xiberty
14576 to target-xiberty, to provide more flexibility.
14577 (target_subdir): Define. Create if cross.
14578 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14579 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14580 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14581 check-libFOO -> check-target-libFOO, etc.
14582 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14583 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14584 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14585 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14586 allow ALL_GCC="" to only configure.
14587 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14588 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14589 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14590
14591Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14592
14593 * Makefile.in (taz): Build "info" in etc explicitly.
14594
14595Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14596
14597 * configure.in: Make sure that CC is undefined (as opposed to
14598 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14599 problem with autoconf trying to configure on a host without GCC.
14600
14601Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14602
14603 * mpw-configure: Set host alias from choice of host compiler,
14604 only use generic MPW Makefile sed if present, edit a file
14605 named "hacked_Makefile.in" instead of "Makefile.in" if present.
14606 * mpw-README: Add problem notes about CW6 and CW7.
14607
14608Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
14609
14610 * Makefile.in (taz): Use ";" instead of ";;".
14611
14612Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14613
14614 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14615 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14616 DISTDOCDIRS.
14617 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14618 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14619
14620Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14621
14622 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14623 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14624 Move bfd to DISTSTUFFDIRS.
14625
14626Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14627
14628 * Makefile.in (X11_LIB): Removed.
14629 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14630
14631 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14632
14633Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14634
14635 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14636 names.
14637
14638Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14639
14640 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14641
14642Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14643
14644 * configure.in (i[345]86-*-win32): Always build newlib.
14645 Don't configure cvs, autoconf or texinfo.
14646 * Makefile.in (LD_FOR_TARGET): New.
14647 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14648 Pass down LD_FOR_TARGET.
14649
14650Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14651
14652 * winsup: New directory.
14653 * Makefile.in: Build winsup.
14654 * configure.in: Winsup is configured when target is win32.
14655 Can only build win32 target GDB when native.
4e81ae98 14656
6599da04
JM
14657Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14658
14659 * config.guess: Recognize HP model 819 machines as having
14660 a PA 1.1 processor.
14661
14662Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14663
14664 * configure: Fix sed loop which substitutes for CC and CXX to
14665 avoid bug found in various sed implementations.
14666
14667Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14668
14669 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14670 simulator. Use standard powerpc-*-eabi*.
14671
14672Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14673
14674 * configure.in: Stop putting gas and binutils in noconfigdirs for
14675 powerpc-*-aix* and rs6000-*-*.
14676
14677Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14678
14679 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14680 -mcall-aixdesc libraries.
14681
14682Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14683
14684 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14685
14686 * config.sub (arm | armel | armeb): Fix shell syntax.
14687
14688Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14689
14690 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14691 -msoft-float and -mcpu=common support.
14692 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14693 libraries.
14694
14695Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14696
14697 * configure.in: Allow configuration and build of emacs19 for the alpha.
14698
14699Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14700
14701 * configure.in (CC): Get ^CC, not just any old CC, from
14702 ${host_makefile_frag}.
14703
14704Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14705
4e81ae98 14706 * configure.in (CC): Try to get CC from
6599da04
JM
14707 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14708
14709Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14710
14711 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14712 only if it exists in $(srcdir).
14713
14714Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14715
14716 * configure: If CC and CXX are not set in the environment, set
14717 them, based on either an existing Makefile or on searching for gcc
14718 in PATH. Substitute for CC and CXX in Makefile.
14719 * configure.in: Remove libm from target_libs. Separate
14720 target_configdirs from configdirs. If CC is not set in
14721 environment, try to get it from a host Makefile fragment. Rewrite
14722 changes of configdirs to use skipdirs instead. A few minor
14723 tweaks. Take directories out of target_configdirs as they are
14724 taken out of configdirs. Remove existing Makefile files from
14725 subdirectories. Substitute for TARGET_CONFIGDIRS and
14726 CONFIG_ARGUMENTS in Makefile.
14727 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14728 by configure.in.
14729 (CONFIG_ARGUMENTS): Likewise.
14730 (CONFIGURE_TARGET_MODULES): New variable.
14731 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14732 ($(CONFIGURE_TARGET_MODULES)): New target.
14733 (configure-libg++, configure-libio): New targets.
14734 (all-libg++): Depend upon configure-libg++.
14735 (all-libio): Depend upon configure-libio.
14736 (configure-libgloss, all-libgloss): New targets.
14737 (configure-libstdc++): New target.
14738 (all-libstdc++): Depend upon configure-libstdc++.
14739 (configure-librx, all-librx): New targets.
14740 (configure-newlib): New target.
14741 (all-newlib): Depend upon configure-newlib
14742 (configure-xiberty): New target.
14743 (all-xiberty): Depend upon configure-xiberty.
14744
14745Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14746
14747 * configure.in (host i[345]86-*-win32): Expand the
14748 noconfigdirs again.
14749
14750Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14751
14752 * mpw-configure: Fix sed command file name.
14753
14754Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14755
4e81ae98 14756 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
14757 noconfigdirs again.
14758
14759Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14760
14761 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14762 or powerpc*-*-pe*, since they are not yet supported.
14763
14764Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14765
14766 Add PowerMac support and many other enhancements.
14767 * mpw-configure: New option --cc to select compiler to use,
14768 paste options set according to --cc into the generated
14769 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14770 if mpw-make.sed is present.
14771 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14772 add forward includes for PowerPC include files.
14773 * mpw-build.in: Build using Makefile.PPC if present.
14774 (do-byacc, etc): Remove separate version resource builds.
14775 (do-gas): Build "stamps" before "all".
14776 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14777 * mpw-README: Update to reflect --cc option, PowerMac support,
14778 and recently-reported compatibility problems.
14779
14780Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14781
14782 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14783 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14784 (--with-multilib-top): Pass to recursive invocations.
14785
14786Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14787
14788 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14789 v810-*-*.
14790
14791Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14792
14793 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14794 gdb, ld and opcodes on v810-*-*.
14795
6599da04
JM
14796Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14797
14798 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14799 (local-maintainer-clean): New target.
14800 (maintainer-clean): New target.
14801 (realclean): Just depend upon maintainer-clean.
14802
14803Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14804
14805 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14806
14807Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14808
14809 * configure.in: Build ld in mips*-*-bsd* case.
14810
14811Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14812
14813 * config.sub: Accept -lites* OS. From Ian Dall.
14814
14815Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14816
14817 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 14818 targets.
6599da04
JM
14819
14820Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14821
14822 * configure.in: treat i386-win32 canadian cross the same as
14823 i386-go32 canadian cross.
14824
14825Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14826
14827 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14828 running under the simulator to build a reduced set of libraries.
14829 (powerpc-*-eabiaix): Add fine grained multilib support added to
14830 other powerpc targets yesterday.
14831
14832Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14833
14834 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14835 -disable-softfloat, -disable-relocatable, -disable-aix, and
14836 -disable-sysv to control which multilib libraries get built.
14837
14838Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14839
14840 * configure: Add Makefile.tem to list of files to remove in trap
14841 handler.
14842
14843Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14844
14845 * config.guess (*Linux*): Add missing "exit"s.
14846 Also, need specific check for alpha-unknown-linux (uses COFF).
14847
14848Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14849
14850 * config.guess: Merge with FSF:
14851
14852 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14853 * config.guess (AIX4): More robust release numbering discovery.
14854
14855 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14856 * config.guess (i386-sequent-ptx): Properly get version number.
14857
14858 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14859 * config.guess (mips:*:4*:UMIPS): New case.
14860
14861Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14862
14863 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14864 (i386-win32 host): Likewise. Don't build readline.
14865
14866Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14867
14868 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14869 SUPPORT_FILES to submakes.
14870
14871Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14872
14873 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14874 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14875 mpw-configure.
14876
14877Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14878
14879 * configure.in (appdirs): Use =, not ==, in test expression when
14880 trying to build the text to print in the warning message for
14881 Solaris users.
14882
14883Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14884
14885 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14886
14887Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14888
14889 * config.guess: Recognize lynx-2.3.
14890
14891Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14892
14893 * config.sub (z8ksim): Deleted
14894 (z8k-*-coff): New, this is the one true name of the target.
14895
14896Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14897
14898 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14899
14900Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14901
14902 * config.guess (*:Linux:*:*): First try asking the linker what the
14903 default object file format is (elf, aout, or coff). Then if this
14904 fails, try previous methods.
14905
14906Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14907
14908 * configure.in: Don't build newlib for *-*-vxworks5.1.
14909
14910Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14911
14912 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14913 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14914
14915Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14916
14917 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14918
14919Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14920
14921 * cfg-ml-com.in: New file.
14922 * cfg-ml-pos.in: New file.
14923
14924Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14925
14926 * COPYING.NEWLIB: Add HP free copyright to list.
14927
14928Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14929
14930 * config.sub: Recognize -eabi* for the system, not just -eabi.
14931
14932Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14933
14934 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14935 * config.sub, configure.in (win32): New target and host.
14936
14937Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14938
14939 * configure.in: Add i386-pe configuration.
14940
14941Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14942
14943 * mpw-build.in (install): Install GDB after LD.
14944
14945Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14946
14947 * mpw-config.in (elf/mips.h): Always forward-include, needed
14948 for GDB to build.
14949
14950Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14951
14952 * testsuite: New directory for customer acceptance and whole tool
14953 chain tests.
14954
14955Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14956
14957 * configure: If per-host line isn't found, but AC_OUTPUT is found
14958 and a configure script exists, run it instead.
14959
14960Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14961
14962 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14963
14964Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14965
14966 * configure: Set build_{cpu,vendor,os,alias} to host values when
14967 --build isn't specified.
14968
14969Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14970
14971 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14972 (FLAGS_TO_PASS): Pass them.
14973 (EXTRA_TARGET_FLAGS): Ditto.
14974
6599da04
JM
14975Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14976
14977 * Makefile.in (all-libg++): Depend on all-libstdc++.
14978
14979Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14980
14981 * configure.in (noconfigdirs): Enable all packages for
14982 i386-unknown-netbsd.
14983
14984Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14985
14986 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14987 hosted builds (DOS builds)
14988
14989Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14990
14991 Changes for ARM based on patches from Richard Earnshaw:
14992 * config.sub: Handle armeb and armel.
14993 * configure.in: Omit arm linker only for riscix.
14994
14995Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14996
14997 * config.guess: Update from FSF.
14998
14999Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15000
63f6bcd7 15001 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
15002 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15003 powerpcle variant. Convert pentium into i586, not i486. Add p5
15004 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15005 temporarily.
15006
15007Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15008
15009 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15010
15011Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15012
15013 * config.sub: Accept -lites* as a basic system type.
15014
15015Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15016
15017 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15018 installed, and if so return linuxoldld as the system name.
15019
15020Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15021
15022 * config.guess: Add hppa1.1-hp-lites support.
15023
15024Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15025
15026 * configure.in: Don't build newlib for m68k-vxworks5.1.
15027
15028Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15029
15030 * configure.in (mips-sgi-irix6): Use mh-irix5.
15031
15032Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15033
15034 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15035
15036Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15037
15038 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 15039 OSF/1. Fix compiler flags.
6599da04
JM
15040 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15041
15042Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15043
15044 * configure.in: Recognize --with-newlib.
15045 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15046
15047Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15048
d207ebef 15049 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
15050 to *_X11_MODULES due to gdbtk needing X include files et al.
15051
15052Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15053
15054 Merge in support for Mac MPW as a host.
15055 (Old change descriptions retained for informational value.)
15056
15057 * mpw-config.in: Add generic include forwards for cpu-specific
15058 include files in aout and elf directories.
15059
15060 * mpw-configure: Added copyright.
15061 * mpw-config.in: Check for presence of required build tools.
15062 (target_libs): Add newlib.
15063 (target_tools): Add examples.
15064 (Read Me): Generate as "Read Me for MPW" instead.
15065 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15066 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15067 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15068
15069 * mpw-configure: Remove subdir-specific makefile hackery,
15070 delete mk.tmp after using it.
15071
15072 * mpw-build.in (all): Display start and end times.
15073
15074 * mpw-configure (host_canonical): Set.
15075 (target_cpu): Always add to makefiles.
15076 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15077 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15078 (mpw-mh-mpw): Look for in srcdir and srcroot.
15079 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15080
15081 * mpw-build.in: (install-only): New target.
15082
15083 * mpw-configure (host_alias, target_alias): Rename from hostalias
15084 and targetalias, add into generated Makefile.
15085 (mk.tmp): If present, add into generated Makefile.
15086 * mpw-build.in (all-gas): Build config.h first before gas proper.
15087
15088 * mpw-configure (config.status): Write only if changed.
15089 * mpw-config.in (readline): Configure it (not built, just used for
15090 definitions).
15091
15092 * mpw-config.in (elf/mips.h): Add a forward include.
15093
15094 * mpw-config.in: Forward-include most .h files in include into
15095 extra-include.
15096 (readline): Don't build.
15097 mpw-build.in (install): Install GDB.
15098
15099 * mpw-configure (prefix, mpw_prefix): Handle it.
15100 * mpw-config.in (mmalloc, readline): Don't configure.
15101 * mpw-build.in (thisscript): Rename to ThisScript.
15102 Use mpw-build instead of BuildProgram everywhere.
15103 (mmalloc, readline): Don't build.
15104 * mpw-README: New file, basic documentation about the MPW port.
15105
15106 * mpw-config.in: Use forward-include to create include files.
15107
15108 * mpw-configure: Add more things to the top of each configured
15109 Makefile, including contents of config/mpw-mh-mpw.
15110 * mpw-config.in (extra-include): Create this directory and fill it
15111 with Posix-like include files when configuring.
15112
15113 * config.sub (apple, mac, mpw): Add various aliases.
15114
15115 * mpw-build.in: New file, top-level build script fragment for MPW.
15116 * mpw-configure: New file, configure script for MPW.
15117 * mpw-config.in: New file, config fragment for MPW.
15118
15119Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15120
15121 * configure.in (host_libs): Remove glob, since it is gone from the
15122 sources.
15123
15124Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15125
15126 * Makefile.in: define empty GDB_NLM_DEPS var.
15127
15128 * configure.in(target_makefile_frag): use config/mt-netware
15129 for netware targets.
15130
15131Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15132
15133 * config.sub: Merge in recent FSF changes. Remove linux special
15134 cases.
15135
15136Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15137
731a8127 15138 Revert this change:
6599da04
JM
15139
15140 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15141
15142 * build-all.mk: Use CC=cc -Xs on Solaris.
15143
6599da04
JM
15144Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15145
15146 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15147 stop using it.
15148 * Makefile.in: Nuke all references to glob subdirectory.
15149
15150Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15151
15152 * configure.in: Fix --enable-shared logic in per-host.
15153
15154Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15155
15156 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15157
15158Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15159
15160 * configure.in (noconfigdirs): Don't build gas on AIX, for
15161 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15162
15163Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15164
15165 * configure: Fix --cache-file to work if the file argument is a
15166 relative path.
15167
15168Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15169
15170 * configure: If the --cache-file is used, pass it down to
15171 configure in subdirectories.
15172
15173Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15174
15175 * config.sub: add vxworks29k configuration.
15176
15177Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15178
15179 * Makefile.in (taz): Do "diststuff" part quietly.
15180
15181Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15182
15183 * config.sub: Mini-merge with gcc/config.sub.
15184
15185Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15186
15187 * config.guess (IRIX): Sed - to _.
15188
15189Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15190
15191 * Makefile.in (source-vault, binary-vault): New targets.
15192
15193Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15194
15195 * config.sub: Recognize -eabi as a basic system type.
15196
15197Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15198
15199 * configure.in (enable_shared stuff): Fix typo.
15200
15201Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15202
15203 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15204
15205Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15206
15207 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15208
15209Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15210
15211 * configure.in (rs6000-*-*): Don't build gas.
15212
15213Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15214
15215 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15216 reduce command line length.
15217 (AS_FOR_TARGET): Check for as.new, not Makefile.
15218 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15219
15220Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15221
15222 * config.guess: Merge from FSF.
15223
15224Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15225
15226 * configure: Don't use $ when handling program_suffix.
15227
15228Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15229
15230 * configure.in: Configure tk for hppa/hpux.
15231
15232Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15233
15234 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15235
15236Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15237
15238 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15239 to LIBCXXFLAGS. Tests are better run without it.
15240
15241Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15242
15243 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15244
15245Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15246
15247 * configure.in (*-*-netware*): Don't configure xiberty.
15248
15249Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15250
15251 * configure.in: Remove tk from native_only list.
15252
15253Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15254
15255 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15256 for special NCD build.
15257
15258Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15259
15260 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15261 makeall.bat, they're only useful for binutils snapshots.
15262 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15263 makeall.bat to specified SUPPORT_FILES.
15264
15265Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15266
15267 * build-all.mk: Add Ericsson targets to sun4 and solaris
15268 hosts. Add BNR's sun4 target to solaris host, so their
15269 build-from-source will be tested in-house first.
15270
15271Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15272
15273 * Makefile.in (LIBCFLAGS): New variable.
15274 (CFLAGS_FOR_TARGET): Ditto.
15275 (LIBCFLAGS_FOR_TARGET): Ditto.
15276 (LIBCXXFLAGS): Ditto.
15277 (CXXFLAGS_FOR_TARGET): Ditto.
15278 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15279 (BASE_FLAGS_TO_PASS): Pass them.
15280 (EXTRA_TARGET_FLAGS): Ditto.
15281
731a8127 15282 * configure.in: Support --enable-shared.
6599da04
JM
15283
15284Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15285
15286 * configure.in (target_libs): Include libstdc++ again.
15287 * config.guess: Update from FSF (for FreeBSD).
15288
15289Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15290
15291 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15292 makeall.bat.
15293 (DISTDOCDIRS): Add `etc'.
15294 (ETC_SUPPORT_PFX): New variable.
15295 (taz): Include anything from etc starting with a word in
15296 ETC_SUPPORT_PFX.
15297
15298Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15299
15300 * config.sub: Update for recent FSF changes. Remove obsolete
15301 h8300hds entry. Add -windows* and -osx as basic os. Minor
15302 spacing changes.
15303
15304Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15305
15306 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
15307
15308 * config.guess: Merge with FSF.
15309 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15310
15311Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15312
15313 * configure: Since the "trap 0" handler will override the exit
15314 status on many systems, only use it for "exit 1", and make it set
15315 a non-zero exit status; reset it before "exit 0". Also, check
15316 exit status of config.sub, and error out if it failed.
15317
15318Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
15319
15320 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15321 and install libgloss.
15322
15323Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15324
15325 * Makefile.in (all-binutils): Depend upon all-byacc.
15326
15327 * configure.in: Don't build emacs on Irix 5.
15328
15329Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15330
15331 * configure.in (*-*-netware*): Add libio.
15332
15333Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15334
15335 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15336 (CHECK_TARGET_MODULES): Ditto.
15337 (INSTALL_TARGET_MODULES): Ditto.
15338 (TARGET_LIBS): Ditto.
15339 (all-libstdc++): Note dependencies.
15340
15341Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15342
15343 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15344
15345Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15346
15347 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15348 -fexternal-templates.
15349
15350 * configure.in (target_libs): Add libstdc++.
15351 (noconfigdirs): Add libstdc++ as appropriate.
15352
15353Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15354
15355 * config.guess: Update from FSF.
15356
15357Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15358
15359 * configure: Use ${config_shell} when running ${configsub}.
15360
15361Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
15362
15363 * config.sub: No longer recognize h8300h.
15364
15365Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15366
15367 * config.sub: Remove extraneous differences between config.sub and
15368 gcc/config.sub.
15369
15370Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15371
15372 * Makefile.in (DISTSTUFFDIRS): Add gas.
15373
15374Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
15375
15376 * COPYING.NEWLIB: New file.
15377
15378Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
15379
15380 * config.guess (HP-UX): Patch from Harlan Stenn
15381 <harlan@landmark.com> to also emit release level.
15382
15383Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15384
15385 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15386
15387Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
15388
15389 * config.sub: Merge nextstep cleanup from FSF.
15390
15391Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15392
15393 * configure.in (arm-*-*): Don't configure ld for this target.
15394
15395Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15396
15397 * configure.in (*-*-netware): don't configure libg++, libio,
15398 librx, or newlib.
15399
15400Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15401
15402 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15403 configure ld--it works, but it doesn't support shared libraries.
15404
15405Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15406
15407 * config.guess (*-unknown-freebsd*): Get rid of possible
15408 trailing "(Release)" in version string.
15409 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15410
15411Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15412
15413 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15414 Fix type: *-next-neststep -> *-next-nextstep.
15415
15416 * config.guess: Merge from FSF:
15417
15418 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15419
15420 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15421
15422 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15423
15424 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15425 instead of UNIX_SV for UnixWare 1.0).
15426
15427Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15428
15429 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15430 to make gdb/nlm/* build after the compiler and linker.
15431
15432Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15433
15434 * config.guess (netbsd, freebsd, linux): Accept any machine,
15435 not just i[34]86.
15436 (m68k-atari-sysv4): Relocate to match FSF version.
15437
15438 * config.guess: More merges from the FSF:
15439
15440 Add a space before function call or macro invocation.
15441
15442 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15443
15444 * config.guess: Add trap cmd to remove dummy.c and dummy when
15445 interrupted.
15446
15447 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15448
15449 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15450 (dummy): Redirect stderr from compilation of dummy.c.
15451
15452 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15453
15454 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15455
15456Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15457
15458 * configure: Accept and ignore --cache*, for compatibility with
15459 new autoconf.
15460
15461Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15462
15463 * config.guess: Merge from FSF:
15464
15465 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15466
15467 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
15468 (PATH): Add /.attbin at end for finding uname.
15469 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
15470
15471 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15472
e490616e 15473 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
15474
15475 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15476
e490616e
ZW
15477 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15478 to select whether to use ELF or COFF.
6599da04
JM
15479
15480 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15481
e490616e 15482 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
15483
15484 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15485
15486 * config.guess: Guess the OS version for HPUX.
15487
15488 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15489
15490 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15491
15492Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15493
15494 * configure.in: Recognize --with-headers, --with-libs, and
15495 --without-newlib.
15496 * Makefile.in (all-xiberty): Depend upon all-ld.
15497
15498Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15499
15500 * configure.in: Change i[34]86 to i[345]86.
15501
15502Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15503
15504 * configure (version): A few more tweaks to help message.
15505
15506Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
15507
15508 * Makefile.in: Remove (for now) librx as a host library,
15509 now that we're building it for target.
15510
15511Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15512
15513 * configure: Fix up help message; from karl@owl.hq.ileaf.com
15514 (Karl Berry).
15515
15516Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
15517
15518 * configure.in: Also configure librx.
15519
15520Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15521
15522 * Makefile.in: Update various rules to reflect that librx
15523 is now needed for libg++.
15524
15525Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15526
15527 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15528
15529Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15530
15531 * configure.in: Configure the examples directory.
15532
15533Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15534
15535 * configure: Simplify Jun 2 1994 change.
15536
15537Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15538
15539 * change CC to /usr/latest/bin/gcc for lynx host builds, since
15540 /bin/gcc isn't good enough to build gcc.
15541
15542Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
15543
15544 * Makefile.in (GDB_SUPPORT_FILES): Remove
15545 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
15546 (gdb.tar.gz): Add new rule to use standard distribution building
15547 mechanism.
15548
15549Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15550
15551 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
15552 Bill Cox <bill@cygnus.com>.
15553
15554Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
15555
15556 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
15557
15558Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
15559
15560 * configure: Search current dir first in .gdbinit.
15561
15562Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
15563
15564 * config.sub: Recognize freebsd (merged from gcc config.sub).
15565
15566Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
15567
15568 * config.sub: Refer to NeXT's operating system as nextstep.
15569
15570 * config.sub (case $basic_machine): Re-order the cases, to match
15571 the order in the FSF version (which is mostly alphabethical).
15572 Merge in some additions and changes from the FSF.
15573
15574Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
15575
15576 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15577 * config.sub: Recognize cxux7.
15578 * configure.in: Use mh-cxux for m88k-harris-cxux*.
15579
15580Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15581
15582 * config.sub: Fix typo powerpc -> powerpc-*.
15583
15584Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15585
15586 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15587
15588 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15589 parallel with all-emacs and install-emacs). Top-level command
15590 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15591
15592Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15593
15594 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15595 $(relbindir)/make before doing ``make install'', and use
15596 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15597 installing over running make binary.
15598 ($(host)-stamp-stage3-installed): Likewise.
15599
15600Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15601
15602 * config.guess: Recognize Mach.
15603
15604Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15605
15606 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15607 see whether --exec-prefix was used.
15608
15609Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15610
15611 * README: Explicitly mention libg++/README. (Zoo's idea.)
15612
15613Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15614
15615 * Makefile.in: Add all-librx target similar to all-libproc.
15616
15617Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15618
15619 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15620 with post 1.2 uname bogosity.
15621
15622Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15623
15624 * configure: Remove temporary files on receipt of a signal.
15625
15626Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15627
15628 * configure: If there is a package_makefile_frag, remove
15629 ${subdir}/Makefile.tem after copying it in.
15630
15631Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15632
15633 * build_all.mk: support rs6000 lynx identifies itself as
15634 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15635 since /bin/gcc is too feeble to compile a modern gcc.
15636
15637Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15638
15639 * brought devo/test-build.mk update-to-date with progressive/
15640 test-build.mk. Add lynx targets and hppa flag info.
15641
15642Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15643
15644 * configure.in: Use mh-ncrsvr43. Patch from
15645 Tom McConnell <tmcconne@sedona.intel.com>.
15646
15647Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15648
15649 * config.guess (i386-unknown-bsdi): No longer need to
15650 check #if defined(__bsdi__) && defined(__i386__).
15651
15652Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15653
15654 * configure: Set program_transform_nameoption correctly.
15655
15656Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15657
15658 * brought build-all.mk update-to-date with progressive build-all.mk,
15659 added new targets and hppa info.
4e81ae98 15660
6599da04
JM
15661Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15662
15663 * configure: If config.guess result is a prefix of the user
15664 specified target, assume a native build and use the user specified
15665 target as the host alias. Remove SunOS patch suffix removal hack.
15666 * configure.in: Remove SunOS patch suffix removal hack.
15667
15668 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15669 in NATIVE_CHECK_MODULES.
15670
15671Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15672
15673 * Makefile.in: Rename HOST_ONLY to NATIVE.
15674 * configure: Delete SunOs patch suffix from host_canonical
15675 and build_canonical variables that are prepended to Makefiles.
15676 * configure.in: Add comments for easier maintenance.
15677
15678Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15679
15680 * Makefile.in: Add all-libproc target similar to all-gui.
15681
15682Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15683
15684 * Makefile.in (CHECK_MODULES): split into
15685 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15686
15687Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15688
15689 * config.guess (i386-unknown-bsdi): New system to guess.
15690
15691Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15692
15693 * Makefile.in: Add all-gui target (but not yet build by "all").
15694
15695Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15696
15697 * config.sub: Move deletion of patch suffix from here...
15698 * configure.in: To here, at Ian's suggestion. The top-
15699 level scripts might need to know of a patch level.
15700
15701Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15702
15703 * config.sub: Strip off patch suffix so rtl is recognized
15704 as a sunos4.1.3 machine, even though it's been patched.
15705
15706Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15707
15708 * Makefile.in (INSTALL_LAST): Delete.
15709 (INSTALL_DOSREL): New.
15710
15711Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15712
15713 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15714 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15715 whether we pass down --with-gnu-ld anyhow.
15716
15717Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15718
15719 * Makefile.in (INSTALL_LAST): Change operation so it works
15720 on more flavors of make.
15721 * configure.in (go32): Don't build libg++ or libio.
15722
15723Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15724
15725 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15726 they can be overriden by templates.
15727
15728Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15729
15730 * configure.in (target==go32): Don't build gdb.
15731 * dosrel: New directory.
15732
15733Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15734
15735 * configure.in (host==go32): Configure dosrel too.
15736 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15737 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15738 be set by incoming names or templates.
15739 (INSTALL_LAST): New rule.
6599da04
JM
15740
15741Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15742
15743 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15744
15745Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15746
6599da04
JM
15747 * configure.in (appdirs): New variable. Currently empty, but will
15748 be used in gas distribution. If nonempty, lists a set of
15749 directories at least one of which must get configured, or top
15750 level configuration is considered to have failed.
15751 (rs6000-*-lynxos*): Use new file name.
15752
15753Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15754
15755 Eliminate XTRAFLAGS.
15756 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15757 newlib include files using -idirafter, and also use -nostdinc.
15758 (CXX_FOR_TARGET): Likewise.
15759 (XTRAFLAGS): Removed.
15760 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15761 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15762 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15763 ($(DO_X)): Don't pass down XTRAFLAGS.
15764
15765Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15766
15767 * configure.in (mips*-dec-bsd*): New target; do build linker.
15768 (mips*-*-bsd*): New target; don't build linker.
15769
15770Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15771
15772 * configure.in: support rs6000-*-lynxos* configuration.
15773 support sunos4 as a cross target.
15774
15775 * config.sub: look for lynx*, not lynx since the OS version may
15776 legitimately be part of the name.
15777
15778Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15779
15780 * configure.in (i[34]86-*-sco*): Move to be with other i386
15781 targets.
15782 (romp-*-*): New target. Skip various binary utilities.
15783 (vax-*-*): New target. Don't build newlib.
15784 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15785
15786Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15787
15788 * configure.in: Only set host_makefile_frag if config
15789 directory exists.
15790
15791Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15792
15793 * install.sh: If $dstdir exists, don't check whether each
15794 component does.
15795
15796Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15797
15798 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15799
15800Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15801
3b75d237
AJ
15802 * configure.in (*-*-lynxos*): Don't configure newlib for either
15803 native or cross Lynx.
6599da04
JM
15804
15805Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15806
15807 * config.sub (sparc64-elf): Fix os.
15808 (z8k): Remove duplicate.
15809
15810Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15811
15812 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15813 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15814
15815Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15816
15817 * configure: Make file links cleanly even if Lynx fails on
e490616e 15818 an NFS symlink (at least fail cleanly).
6599da04
JM
15819
15820Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15821
15822 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15823 -XNh2000.
15824
15825Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15826
15827 * configure: Unknown options are fatal again.
15828
15829Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15830
15831 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 15832 compatibility.
6599da04
JM
15833
15834Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15835
15836 * build-all.mk: Add `clean' target.
15837
15838Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15839
15840 * config.guess: Add SINIX support.
15841 * configure.in: Add mips-*-sysv4* support.
15842
15843Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15844
15845 * build-all.mk: Document all useful targets.
15846 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15847 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15848
15849Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15850
15851 * configure: Support --silent, --quiet.
15852
15853Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15854
15855 * configure: Support --disable-FEATURE.
15856
15857Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15858
15859 * config.guess: Recognize NCR running SVR4.3.
15860
15861Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15862
15863 * config.guess: Make BSDI generate i386-unknown-bsd386.
15864 Patch from Paul Eggert <eggert@twinsun.com>.
15865
15866Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15867
15868 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15869
15870Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15871
15872 * configure: Make unrecognized options give nonfatal warnings
15873 instead of fatal errors, and pass them to any subdirectory
15874 configures in case they recognize them.
15875 Make --x equivalent to --with-x.
15876
15877Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15878
15879 * configure: Add --enable-* options. Clean up usage message and
15880 some comments.
15881
15882Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15883
15884 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15885
15886Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15887
15888 * configure.in (hppa*-*-*): Enable binutils.
15889
15890Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15891
15892 * config.sub: Recognize cisco.
15893
15894Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15895
15896 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15897
15898Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15899
15900 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15901 than one configuration name. Add comment.
15902
15903Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15904
15905 * config.guess: about target *-hitachi-hiuxwe2, fixed
15906 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15907 macro is incorrect.]
15908
15909Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15910
15911 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15912 than the "make ls" stuff which used to be here.
15913
15914Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15915
15916 * config.guess: Recognize i[34]86-unknown-freebsd.
15917 From Shawn M Carey <smcarey@rodan.syr.edu>.
15918
15919Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15920
15921 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15922
15923Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15924
15925 * config.guess: Check for ptx.
15926
15927Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15928
15929 * config.sub: Add os9k checking.
15930
15931Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15932
15933 * config.guess: Handle OSF1 running on HPPA processors
15934
15935Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15936
15937 * configure: If subdir configure fails, print out a message with
15938 subdirectory name, in case subdir's configure code didn't identify
15939 itself.
15940
15941Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15942
15943 * configure.in: Remove embedded newlines from configdirs.
15944 Avoid mismatches of substrings. Fix matching strings at end
15945 of configdirs.
15946
15947Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15948
15949 * config.guess: Add Lynx/rs6000 config support.
15950
15951Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15952
15953 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15954
15955Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15956
15957 * configure.in (hppa*-*-osf*): Treat this just like most other
15958 PA configurations (eg no binutils or ld).
15959 (hppa*-*-*elf*): These configurations have binutils and ld.
15960
15961Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15962
15963 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15964
15965Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15966
15967 * configure.in (rs6000-*-*): Build gas.
15968
15969Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15970
e490616e 15971 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
15972
15973Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15974
15975 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15976 for GDB and GDB has been fixed to not need it.
15977
6599da04
JM
15978Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15979
15980 * config.guess: Recognize vax hosts.
15981
15982Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15983
15984 * configure (while loop): Don't use "break 2" inside case
15985 statement -- the case statement isn't an enclosing loop.
15986
15987Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15988
15989 * config.guess: Clean up NeXT support, to allow nextstep
15990 on Intel machines. Make OS be nextstep.
15991
15992Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15993
15994 * config.guess: Add alternate forms for Convex.
15995
15996Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15997
15998 * configure: Completely rewrite option processing. Take
15999 advantage of pattern-matching to avoid invoking test frequently.
16000 Also clean up host and target defaulting logic.
16001
16002Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16003
16004 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16005 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16006 commands (plus user environment) will fit SCO limits.
16007
16008Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16009
16010 * configure.in: Don't issue warnings about directories which are
16011 not being configured if -norecursion is set. Correct test for
16012 --with-gnu-as and --with-gnu-ld to not get confused by substring
16013 matches.
16014
16015 * configure.in: Don't build gas for alpha-dec-osf1*.
16016
16017Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16018
16019 * configure: Back out Per's change of 12/19/1993. It changes the
16020 behavior of configure in unexpected and confusing ways.
16021
16022 Also, use different delim char when calculating
16023 program_transform_name so that the name can contain slashes.
16024
16025Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16026
16027 * configure.in, config.sub: Add support for VSTa micro-kernel.
16028
16029Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16030
16031 * configure.in: Nuke hacks which were used to get a special
16032 version of GAS for HPPA configurations.
16033
16034Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16035
16036 * configure: If only ${target_alias} is given, use that
16037 as the default for ${host_alias}.
16038 * configure: Add missing back-slashes before nested quotes.
16039
16040Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16041
16042 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16043
16044Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16045
16046 * config.guess: Recognize some Tektronix configurations.
16047 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16048
16049Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16050
16051 * config.sub: Match any flavor of SH.
16052
16053Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16054
16055 * configure.in: Don't try to configure newlib for Alpha.
16056
16057Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16058
16059 * configure.in: Don't build ld for Irix 5. Don't build gas,
16060 libg++ or libio for any Alpha target.
16061
16062 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
16063
16064Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16065
16066 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16067 default arguments -- so it tried to compress itself.
16068
16069Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16070
16071 * configure.in (notsupp): ensure that a space is always at the end
16072 of the configdirs list, since the grep checks for an explicit space
16073
16074Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16075
16076 * configure.in (target i386-sysv4.2): don't build ld, since static
16077 versions of many libraries are not available.
16078
16079Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16080
16081 * config.guess: Recognize Apollos (using environment variables).
16082 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16083
16084Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16085
16086 * config.guess: Recognize Sony news mips running newsos.
16087
16088Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16089
16090 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16091 "fi ; else" for bash.
16092
16093Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16094
16095 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16096
16097Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16098
16099 * config.sub: accept unixware as an alias for svr4.2.
16100 Fix some inconsistancies with the gcc version.
16101
16102Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16103
16104 * Makefile.in (DISTDOCDIRS): Add gdb.
16105
16106Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16107
16108 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16109
16110Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16111
16112 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16113 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16114 this now.
16115
16116Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16117
16118 * config.sub: Accept hiux* as an OS name.
16119
16120 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16121 etc/make-stds.texi. The underscore came from gcc, and dje now
16122 agrees that RUNTESTFLAGS is the correct name.
16123
16124Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16125
16126 * install.sh: Remove 'set -e'. It makes any conditionals
16127 in the script useless.
16128
16129 * config.guess: Automatically recognize arm-acorn-riscix
16130 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16131
16132Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16133
16134 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16135
16136Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16137
16138 * Makefile.in (DISTDOCDIRS): New variable.
16139 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 16140 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
16141
16142Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16143
16144 * configure.in (hppa target): check the source directory for the
16145 pagas sub-directory
16146
16147Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16148
16149 * config.sub: Allow -aout* and -elf*.
16150
16151Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16152
16153 * configure.in: Don't build ld on i386-solaris2, same as for
16154 sparc-solaris2.
16155
16156Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16157
16158 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16159
16160Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16161
16162 * configure.in: Configure gdb for alpha.
16163
16164Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16165
16166 * Makefile.in (CXXFLAGS): Add -O.
16167
16168Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16169
16170 * config.guess: added support for DG Aviion
16171
16172Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16173
16174 * configure.in: Produce warning message for subdirectories not
16175 configurable for this host/target combination. Don't try to
16176 configure gdb for vms.
16177
16178Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16179
16180 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16181 appropriate files before making "diststuff".
16182 (DISTBISONFILES): New var: list of files to be edited.
16183 (DISTSTUFFDIRS): Add binutils.
16184
16185Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16186
16187 * config.sub: also handle mipsel and mips64el (for little endian mips)
16188
16189Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16190
16191 * configure.in: Add * to end of all OS names.
16192
16193Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16194
16195 * configure.in: Build newlib for LynxOS native.
16196
16197Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16198
16199 * config.guess: Add support for delta 88k running SVR3.
16200
16201 * configure.in: Add comment about HP compiler vs. emacs.
16202
16203Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16204
16205 * configure.in: don't build ld on solaris2 (not a viable option
16206 due to bugs in getpwnam & getpwuid)
16207
16208Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16209
16210 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16211 config.guess will produce a full version number.
16212
16213Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16214
16215 * configure.in: Build linker and binutils for alpha-dec-osf1.
16216
16217Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16218
16219 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16220 and gdb/testsuite/Makefile.in.
16221
16222Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16223
16224 * configure.in: recognize mips*- instead of mips-
16225
16226Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16227
16228 * config.sub: Accept linux*coff and linux*elf as operating
16229 systems.
16230
16231Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16232
16233 * config.sub: Recognize mips64, and mips3 as an alias for it.
16234
16235Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16236
16237 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16238 gdb knows how to handle OSF/1 shared libraries.
16239
16240Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16241
16242 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16243 * config.guess: Recognize Hitachi's HIUX.
16244 * config.sub: Recognize h3050r* and hppahitachi.
16245 Remove redundant cases for hp9k[23]*.
16246
16247Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16248
16249 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16250 if gas and ld are in the source tree and are in ${configdirs}.
16251 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 16252 --with options (but still pass them down on the command line,
6599da04
JM
16253 if they were explicitly specified).
16254
16255Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16256
16257 * configure: substitute SHELL value in Makefile.in with
16258 ${CONFIG_SHELL}
16259
16260Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16261
16262 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16263 *-*-solaris2* targets.
16264
16265Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16266
16267 * Makefile.in: define M4, and pass it down to sub-makes;
16268 all-autoconf now depends on all-m4
16269
16270Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16271
16272 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16273 presence of {ar,ranlib} instead of a configured directory
16274
16275Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16276
16277 * config.guess: Accept 34?? as well as 33?? for NCR.
16278
16279Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16280
16281 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16282 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16283
16284Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16285
16286 * configure: grab values for $(CC) and $(CXX) from the
16287 environment, so that someone can do "CC=gcc configure; make" and
16288 have it work right (matching the way that autoconf works now)
16289
16290 * configure.in, Makefile.in: add support for gash, the tcl
16291 interface to Galaxy
16292
16293 * config.guess: add NetBSD variants (hp300, x86)
16294
16295Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16296
16297 * install.sh: Support -d option (in the manner of SunOS 4 install,
16298 as it is more deterministic than that of GNU install)
16299 (chmodcmd): Set file to mode 755 by default (should also do default
16300 chgrp and chown, but I don't feel like dealing with that now)
16301
16302Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
16303
16304 * config.sub: Remove h8300hhms alias.
16305
16306Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16307
16308 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16309
16310Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16311
16312 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16313 as stmp-fixinc
16314
16315Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16316
16317 * config.sub: recognize m88110-bug-coff.
16318
16319Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16320
16321 * Makefile.in (all-libio): all dependencies on the toolchain used
16322 to build this (gcc, gas, ld, etc)
16323
16324Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16325
16326 * config.guess: Deal with OSF/1 1.3 on alpha.
16327
16328Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16329
16330 * install.sh: add some 'else true' clauses for portability
16331
16332 * configure.in: don't build libio for h8[35]00-*-* targets
16333
16334Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
16335
16336 * Makefile.in: Add support for new libio.
16337
16338Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16339
16340 * install.sh: If one command fails, don't try the rest. Don't try
16341 to remove $dsttmp (via trap) unless we have already created it.
16342 If $src doesn't exist, detect it and exit with an error.
16343
16344 * config.guess: Recognize BSD on hp300.
16345
16346Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
16347
16348 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16349 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16350
16351Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
16352
16353 * Makefile.in (all-send-pr): depends on all-prms
16354
16355Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16356
16357 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16358
16359Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16360
16361 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16362 Added test for mips-mips-riscos5.
16363
16364Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16365
16366 * configure.in: use mh-hp300 for 68k HP hosts
16367
16368Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16369
16370 * configure: add support for CONFIG_SHELL, so that you can use
16371 some alternate shell for evaluating configure scripts
16372
16373Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
16374
16375 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
16376 in configure script to bug-gdb@prep.ai.mit.edu when building
16377 distribution archive.
16378 * Makefile.in (COMPRESS): Remove def.
16379 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
16380 gdb.tar.Z and make-gdb.tar.Z respectively.
16381 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
16382 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
16383 to convergence with 'taz' target in Makefile.in.
16384
16385Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16386
16387 * install.sh (dsttmp): use trap to ensure that tmp files go
16388 away on error conditions
16389
16390Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16391
16392 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16393
16394Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16395
16396 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16397 its parent is '/' not ''.
16398
16399 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16400
16401Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16402
16403 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16404 that ${newsrcdir}/configure.in does.
16405
16406Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16407
16408 * test-build.mk: support for CONFIG_SHELL
16409
16410Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16411
16412 * config.sub (netware): Add as a basic system type.
16413
16414Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16415
16416 * Makefile.in (Makefile): depend on configure.in. Also drop the
16417 $(srcdir)/ from the dependency on Makefile.in.
16418
16419Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16420
16421 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16422 (h8300hhms is temporary until multi-libraries are implemented).
16423 * configure.in: Handle h8300h too.
16424
16425Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16426
16427 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16428
16429Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16430
16431 * configure: Remove extraneous output when guessing host type.
16432 * config.guess: Remove extraneous output when guessing using C
16433 compiler rather than uname, or when guessing fails.
16434
16435Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16436
16437 * Makefile.in: remove all.cross and install.cross targets
16438
16439 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16440 definitions
16441
16442Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16443
16444 * configure.in (target sh): Build gprof.
16445
16446Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16447
16448 * config.sub: change -solaris to -solaris2
16449
16450Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16451
16452 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16453
16454Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16455
16456 * configure: Correct error message for missing Makefile.in to
16457 print correct directory.
16458
16459Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16460
16461 * install.sh: kludge around 386BSD shell bug
16462
16463Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16464
16465 * config.guess: Recognize NeXT.
16466 * config.guess: Recognize i486-ncr-sysv4.
16467 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16468
16469Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16470
16471 * Makefile.in (MAKEINFOFLAGS): New variable.
16472 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16473 * build-all.mk, test-build.mk: Pass down --no-split as
16474 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16475
16476Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16477
16478 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16479
16480Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16481
16482 * Makefile.in (libg++.tar.z): New rule.
16483 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16484 * Makefile.in (taz): Only do a single chmod.
16485
16486Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16487
16488 * install.sh: don't use dirname anymore (replaced with sed usage)
16489
16490Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16491
16492 * Makefile.in: Change extension for gzip'd files from '.z' to
16493 '.gz' per new FSF standard usage.
16494
16495Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16496
16497 * configure: put quotes around the final value of program_transform_name
16498
16499Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16500
16501 * Makefile.in: new install.sh support; update install-info rules
16502
16503Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
16504
16505 * configure.in: Build diff for crosses, but not for go32 host.
16506
16507 * configure.in: Build gprof only for native, and don't build it
16508 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16509
16510Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
16511
16512 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16513
16514Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16515
16516 * configure.in (host_tools): Add prms.
16517
16518Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16519
16520 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16521 with $(FLAGS_TO_PASS) on the command line
16522
16523 * config.sub: Recognize lynx and lynxos
16524
16525Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
16526
16527 * config.sub: Accept -ecoff*, not just -ecoff.
16528
16529Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16530
16531 * Makefile.in (taz): Use .gz suffix instead of .z.
16532 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16533 names.
16534
16535Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16536
16537 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16538
16539Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16540
16541 * Makefile.in (install-no-fixedincludes): install gcc last, so
16542 that rebuilds that might happen during 'make install' don't get
16543 bogus gcc include files
16544
16545Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16546
16547 Change from Utah for HPPA support:
16548 * config.guess: Recognize hppa1.x-hp-bsd.
16549
16550Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
16551
16552 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
16553 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16554
16555Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
16556
16557 * config.sub: Add support for rom68k and bug boot monitors.
16558
16559Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
16560
16561 * Makefile.in: Make all-opcodes depend on all-bfd.
16562
16563Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
16564
16565 * config.guess: Added special check for i[34]86-univel-sysv4*.
16566
16567Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
16568
16569 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16570 the processor rather than assuming i486.
16571
16572Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16573
16574 * config.guess: Recognize SunOS6 as Solaris3.
16575
16576Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
16577
16578 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
16579 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16580
16581Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16582
16583 * build-all.mk (all-cross): New target for Canadian Cross.
16584 Added Q2 go32 targets.
16585 * test-build.mk: Configure go32 cross sparclite-aout and
16586 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16587 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16588
16589Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16590
16591 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16592 GO32 hosted toolchains
16593
16594Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16595
16596 * configure: change so "-exec-prefix" gets passed down rather
16597 than "-exec_prefix" so autoconf generated Makefiles get the
16598 exec_prefix set right.
16599
16600Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16601
16602 * config.guess: get the Solaris2 minor version number
16603
16604 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16605
16606Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16607
16608 * config.guess: Recognize some Sequent platforms.
16609
16610Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16611
16612 * Makefile.in: added the vault-install target
16613
16614 * configure.in: actually use the Sun3 makefile fragment that's in
16615 config, also added the release dir to configdirs
16616
16617Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16618
16619 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16620
16621Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16622
16623 * configure.in: remove some program from Alpha targetted toolchains
16624
16625Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16626
16627 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16628 gprof.
16629 (taz): Run "make diststuff" in those directories instead of "make
16630 proto-dir". Look for "VERSION=" only at start of line in subdir
16631 Makefile. Use "gzip -9" for compression.
16632 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16633 (binutils.tar.z): New target.
16634
16635Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16636
16637 * Makefile.in (taz): Include gpl.texinfo.
16638
16639Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16640
16641 * Makefile.in (setup-dirs): Merged into "taz" target.
16642 (taz): Only do `proto-dir' stuff if a directory is actually needed
16643 for this target.
16644
16645Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16646
16647 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16648 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16649 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16650 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16651 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16652
16653Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16654
16655 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16656 config.sub, and move-if-change to gdb testsuite distribution
16657 archive, so the testsuite can be extracted, configured, and
16658 run separately from the gdb distribution. Blow away the Chill
16659 tests that require a Chill compiled executable, since GNU Chill
16660 is not yet publically available.
16661
16662Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16663
16664 * test-build.mk: set environment variables in a single command,
16665 instead of a list of assignments and exports
16666
16667 * config.guess: recognize Alpha/OSF1 systems
16668
16669Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16670
16671 * configure: Change help message to prefer --options rather than
16672 -options.
16673
16674Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16675
16676 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16677 zippy@ecst.csuchico.edu.
16678 * config.guess: Recognize miniframe.
16679
16680Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16681
cc6010cd
AP
16682 * Makefile.in: Use srcroot to find runtest rather than rootme.
16683 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
16684
16685Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16686
16687 * test-build.mk: Extensive additions to support building on a
16688 machine other than the host.
16689
16690Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16691
16692 * configure (tooldir): Fix for i386-aix again.
16693
16694Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16695
16696 * configure, Makefile.in: Change definition of $(tooldir)
16697 to match the FSF.
16698
16699Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16700
16701 * config.guess: Recognize i[34]86/SVR4.
16702
16703Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16704
16705 * Makefile.in (all-gdb): gdb depends on sim.
16706
16707Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16708
16709 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16710 at the same time we make the prototype gdb directory.
16711 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16712 files at the same time as the gdb base release distribution.
16713
16714Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16715
16716 * Makefile.in (check): Use individual check targets rather than
16717 DO_X rule.
16718 (check-gcc): Added.
16719
16720Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16721
16722 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16723 for System V release 3.2.
16724
16725Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16726
16727 * config.sub: Recognize hppaosf.
16728 * configure.in: Do configure ld/binutils/gas for it.
16729
16730Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16731
16732 * configure (tooldir): Alter syntax used to set this, for systems
16733 where "\$" isn't handled right, like i386-aix.
16734
16735Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16736
16737 * configure: Pass program-transform-name, not
16738 program_transform_name, to recursive configures.
16739
16740Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16741
16742 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16743 of gas+ld+binutils.
16744
16745Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16746
16747 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16748
16749Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16750
16751 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16752
6599da04
JM
16753Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16754
16755 * Makefile.in (PRMS): Set back to all-prms.
16756
16757Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16758
16759 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16760 targets, rather than for MIPS hosts.
16761
16762Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16763
16764 * configure.in: add comment for --with-x default values
16765
16766 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16767
16768 * Makefile.in: add check-* targets for each of the directories in
16769 the tree. Add a definition of RUNTEST that will use the one we
16770 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16771
16772Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16773
16774 * configure.in: Removed obsolete references to bfd_target and
16775 target_makefile_frag.
16776
16777 * build-all.mk: Set assorted targets for Q2.
16778 * config.sub: Recognize z8k-sim and h8300-hms.
16779 * test-build.mk: Really don't pass host to configure.
16780 (HOLES): Added uname.
16781
16782Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16783
16784 * configure: Handle an empty program-prefix, program-suffix or
16785 program-transform-name correctly.
16786
16787Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16788
16789 * build-all.mk: -G 8 no longer required for MIPS targets.
16790 * test-build.mk: Don't pass host argument to configure; make it
16791 guess.
16792
16793Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16794
16795 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16796 * Makefile.in (COMPRESS): New macro, like GZIP.
16797
16798Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16799
16800 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16801
16802 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16803 with gas currently defaults to -G 0.
16804
16805Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16806
16807 * Makefile.in (all-flex): flex depends on byacc.
16808
16809 * build-all.mk: If host not specified, use config.guess. Pass TAG
16810 to test-build.mk as RELEASE_TAG.
16811 * test-build.mk (configargs): New variable containing arguments to
16812 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16813 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16814
16815 * config.guess: Use /bin/uname when checking -X argument on SCO,
16816 to avoid invoking GNU uname which doesn't understand -X.
16817
16818 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16819
16820 * configure.in: Build gas for mips-*-*.
16821
16822Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16823
16824 * Makefile.in (all.normal): insert missing backslash.
16825
16826Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16827
731a8127 16828 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
16829
16830 * Makefile.in: Complete overhaul to merge many almost identical
16831 targets.
16832
16833Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16834
16835 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16836 (gdb.tar.Z): Adjusted.
16837
16838 * Makefile.in (setup-dirs, taz): New targets; should be general
16839 enough to adapt for gdb sometime. Build only .z file.
16840 (gas.tar.z): New target.
16841
16842Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16843
16844 * build-all.mk: Use CC=cc -Xs on Solaris.
16845
6599da04
JM
16846Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16847
16848 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16849 for handling BISON for FSF releases.
16850
16851Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16852
16853 * configure: Actually implement the change zoo just documented.
16854
16855Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16856
16857 * configure: when using config.guess, only set target_alias when
16858 it's not already been set (ie, on the command line)
16859
16860Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16861
16862 * Makefile.in: add installcheck target, set PRMS to install-prms
16863
16864Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16865
16866 * configure: add support for package_makefile_fragment, handle the
16867 case where a directory has a configure.in file but no Makefile.in
16868 more gracefully (with an actual understandable error message, even);
16869 add support for --without (and add this to the usage message); also
16870 explicitly add a --host=${host_alias} to the command line when
16871 config.guess is used
16872
16873Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16874
16875 * configure: Must use both --host and --target in recursive calls.
16876
16877Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16878
16879 * Makefile.in: Change deja-gnu to dejagnu.
16880
16881Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16882
16883 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16884
16885Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16886
16887 * configure.in: canonicalize all instances to *-*-solaris2*,
16888 also strip out a number of tools to not build for go32 host
16889
16890Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16891
16892 * config.guess: add GPL.
16893
16894 * Makefile.in, config.guess, config.sub, configure: bump
16895 copyrights to 93.
16896
16897Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16898
16899 * Makefile.in (do-info): Removed obsolete check for existence of
16900 localenv file.
16901
16902 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16903
16904Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16905
16906 * Makefile.in: a couple of 'else true' for decstation,
16907 support for TclX
16908
16909 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16910
16911Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16912
16913 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16914
16915Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16916
16917 * config.guess: Recognize i386-ibm-aix (PS/2).
16918 * configure.in: Use config/mh-aix386 file for it.
16919
16920Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16921
16922 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16923 CC_FOR_TARGET instead.
16924 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16925
16926Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16927
16928 * Makefile.in: Add sim to list of directories sent with gdb
16929
16930Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16931
16932 * configure.in: Put back mips-dec-bsd* case.
16933
16934Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16935
16936 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16937 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16938 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
16939
16940Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16941
16942 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16943
16944 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16945 (install-info): install dir.info only if it exists,
16946 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16947
16948Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16949
16950 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16951 gas for mips-dec-bsd.
16952
16953Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16954
16955 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16956 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16957
16958Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16959
16960 * configure.in: Added "dejagnu" to hosttools list.
16961
16962Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16963
16964 * config.sub, configure.in, config.guess: Add support
16965 for Bosx, an AIX variant from Bull.
16966 Patches from F.Pierresteguy@frcl.bull.fr.
16967
16968Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16969
16970 * devo/dejagnu: Initial creation of devo/dejagnu.
16971 Migrated dejagnu testcases and support files for testing software
16972 tools to reside as subdirectories, currently called "testsuite",
16973 within the directory of the software tool. Migrated all programs,
16974 support libraries, etc. beloging to dejagnu proper from
16975 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16976 with no modifications. The changes to these files which will
16977 allow them to configure, build, and execute properly will be made
16978 in a future update.
16979
16980Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16981
16982 * Makefile.in: Change send_pr to send-pr.
16983 * configure.in: Likewise.
16984 * send_pr: Renamed directory to send-pr.
16985
16986Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16987
16988 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16989
16990Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16991
16992 * README: Update for gdb-4.8 release.
16993 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16994 gdb-xxx.tar.z (gzip'd) file also.
16995
16996Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16997
16998 * Makefile.in: make all-diff depend on all-libiberty
16999
17000Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17001
17002 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17003
17004Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17005
17006 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17007
17008Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17009
17010 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17011 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17012 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17013
17014Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17015
17016 * Makefile.in: makeinfo binary is in a new location
17017
17018Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17019
17020 * config.sub: Accept -ecoff as an OS.
17021
17022 * Makefile.in: Various changes to eliminate a level of make
17023 recursion and reduce the required command line length.
17024 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17025 sub-makes.
17026 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17027 variables holding settings for specific sub-makes.
17028 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17029 in terms of BASE_FLAGS_TO_PASS.
17030 (TARGET_LIBS): New variable listing directories which use
17031 TARGET_FLAGS_TO_PASS.
17032 (subdir_do): Eliminated.
17033 (do-*): New set of targets to replace subdir_do.
17034 (various): All targets which used subdir_do now depend on do-*.
17035 (local-clean): Renamed from do_clean.
17036 (local-distclean): New target, dependency of distclean and
17037 realclean.
17038 (install-info): Don't create directories. Depend on dir.info
17039 rather than calling make recursively.
17040 (install-dir.info): Eliminated.
17041 (install-info-dirs): Create all info directories here.
17042 (dir.info): Depend upon do-install-info.
17043
17044 * test-build.mk (HOLES): Added false.
17045
17046Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17047
17048 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17049
17050Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17051
17052 * Makefile.in (info): remove dependency on all-texinfo. The
17053 problem was really in texinfo/C, not at this level.
17054
17055Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17056
17057 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17058
17059Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17060
17061 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17062 GDB releases.
17063
17064Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17065
17066 * configure: Include srcdir in message about target of link not
17067 being found. Don't convert `-' to `_' in `with' options being
17068 passed to subdirs.
17069
17070Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17071
17072 * configure.in: add uudecode to host_tools
17073
17074 * Makefile.in: added {all,install}-uudecode targets, added them to
17075 the appropriate lists
17076
17077Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17078
17079 * Makefile.in (all-gcc): Added dependency on all-gas.
17080
17081 * configure.in (mips-*-*): Build ld and binutils.
17082
17083Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17084
17085 * configure: check return code from mkdir, print error message and
17086 exit on failure.
17087
17088Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17089
17090 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17091
17092Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17093
17094 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17095
17096Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17097
17098 * config.sub (h8500): Recognize this as a cpu type.
17099
17100Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17101
17102 * configure: source directory missing is no longer a warning
17103
17104 * configure.in: recognize irix[34]* instead of irix[34]
17105
17106 * Makefile.in: define and pass down X11_LIB
17107
6599da04
JM
17108Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17109
17110 * guess-systype: Renamed to ...
17111 * config.guess: ... by popular request.
17112 * configure.in, Makefile.in: Update accordingly.
17113
17114Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17115
17116 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17117 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17118 + Execute ./dummy instead of assuming . is in PATH.
17119
17120Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17121
17122 * guess-systype: New shell script. Attempts to guess the
17123 canonical host name of the executing host.
17124 Only a few hosts are supported so far.
17125 * configure: Call guess-systype if no host is specified.
17126
17127Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17128
17129 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17130 gcc Makefile.
17131
17132
17133Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17134
17135 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17136 (all-gcc, install-gcc, subdir_do): Use it.
17137
17138Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17139
17140 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17141
17142Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17143
17144 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17145 set exclusively by configure, using configure.in .
17146
17147Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17148
17149 * test-build.mk: set $PATH for all builds
17150
17151 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17152
17153Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17154
17155 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17156 the one used in gcc/Makefile.in, so that a null expansion doesn't
17157 override the one needed to build gcc with a native cc.
17158
17159
17160Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17161
17162 * configure: Accept -with arguments.
17163
17164Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17165
17166 * Makefile.in: added h8300sim
17167
17168Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17169
6599da04
JM
17170 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17171 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17172 (all-cygnus, native, build-cygnus): Make
17173 $(canonhost)-stamp-3stage-done, not $(host)....
17174 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17175 i386-sco3.2v4. Added else true to if command.
17176
17177Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17178
17179 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17180
17181Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17182
17183 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17184
17185Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17186
17187 * configure.in: don't remove binutils from Solaris builds
17188
17189Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17190
17191 * Makefile.in: get rid of earlier definitions for *clean,
17192 also handle the recursive info rule better
17193
17194Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17195
17196 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17197 do more-or-less the right thing.
17198
17199Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17200
17201 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17202 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17203
17204Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17205
17206 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17207 $(host_canonical).
17208
17209 * configure.in: split the configdirs list into 4 categories (native
17210 v. cross, library v. tool) and handle the cross-only and native-
17211 only in more reasonable (and correct!) way.
17212
17213Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17214
17215 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17216 configdirs anymore.
17217
17218Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17219
17220 * Makefile.in: extensive cleanup:: removed all of the explicit
17221 clean-* targets, collapsed many wrappers around subdir_do into
17222 one, added additional targets to satisfy standards.texi, deleted
17223 some old targets, some changes for consistency
17224
17225Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17226
17227 * configure.in: handle some programs as cross-only, and others as
17228 native only
17229
17230 * test-build.mk: handle partial holes in a more generic manner
17231
17232 * Makefile.in: m4 depends on libiberty
17233
6599da04
JM
17234Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17235
17236 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17237 time, wdiff, and find to configdirs
17238
17239 * Makefile.in: all, clean, and install rules for the new programs
17240 added to configure.in
17241
17242Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17243
17244 * configure.in: use mh-sun for all *-sun-* hosts
17245
6599da04
JM
17246Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17247
17248 * Makefile.in: define flags for X11 include files and library file
17249 locations, pass them down to the programs that need this info
17250
17251 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17252
6599da04
JM
17253Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17254
17255 * configure.in: start building libg++ for HP-UX targets
17256
17257Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17258
17259 * README: Update references to files moved into etc/.
17260
17261Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17262
17263 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17264 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17265
17266Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17267
17268 * configure: accept dash as well as underscore in long option
17269 names for FSF compatibility.
17270
17271Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17272
17273 * config.sub: added -sco3.2v4 support from FSF.
17274
17275Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17276
17277 * configure.in: expand the section that adds or removes
17278 directories from the list of programs to build, to handle native
17279 vs. cross in addition to host v. native
17280
17281Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17282
17283 * Makefile.in: Replace C++ in macro names with CXX.
17284 This is less likely to break ...
17285
17286Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17287
17288 * test-build.mk: add -w to GNU_MAKE
17289
17290Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17291
17292 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17293 add 'sparc' to list of recognized cpus. This needed to make
17294 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17295 Delete some redundant ose68 variants. Recognize -wrs as an os,
17296 then changes that into $CPU-wrs-vxworks.
17297
17298 * configure.in: remove most references to gdbtest, regularize
17299 target based program removal
17300
17301 * test-build.mk: import from p3 tree (many fixes and changes)
17302
17303Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17304
17305 * Makefile.in: added rules to handle tcl, tk, and expect
17306
17307 * configure.in: handle those directories if they exist
17308
17309Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17310
17311 * config.sub: removed bogus hppabsd and hppahpux names, since
17312 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17313
17314Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17315
17316 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
17317 depends upon all-xiberty
17318
17319 * Makefile.in: changes from p3, including:
17320
17321 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
17322
17323 * Makefile.in (XTRAFLAGS): include newlib directories if
17324 newlib/Makefile exists, rather than if host != target.
17325
17326 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
17327
17328 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17329 from the same source tree and not building a cross-compiler. This
17330 matters for the libg++ configuration if reconfiguring a tree that
17331 has already been installed.
17332
17333 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
17334
17335 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17336 pick up the machine and system specific header files.
17337
17338 * Makefile.in: added AS_FOR_TARGET, passed down in
17339 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17340 the C compiler to use to create programs which are run in the
17341 build environment, set it to default to $(CC), and passed it down
17342 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17343
17344 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
17345
17346 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17347 We need them for unusual native builds, like systems without
17348 ranlib.
17349
17350 * configure: also define $(host_canonical) and
e490616e
ZW
17351 $(target_canonical), which are the full, canonical names for the
17352 given host and target
6599da04
JM
17353
17354Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
17355
17356 * Makefile.in: Added separate definitions for C++.
17357
17358Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
17359
17360 * configure.in (configdirs): Add deja-gnu.
17361
17362Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
17363
17364 * README: Update for configure.texi and gdb-4.7 release.
17365
17366Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
17367
17368 * Makefile.in: Move "all" target to top of file.
17369 Previously, first target was ".PHONY" which caused BSD4.4 make
17370 to build .PHONY when make was run without arguments.
17371
17372Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
17373
17374 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
17375 Library-copylefted code in libiberty.
17376
17377Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
17378
17379 * config.sub: Replace m68kmote with plain old m68k.
17380
17381Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
17382
17383 * Makefile.in: Remove space from blank line, avoid Make complaints.
17384
17385Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
17386
17387 * config.sub: Complain if no argument is given. Added support for
17388 386bsd as OS and target alias.
17389
17390Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
17391
17392 * Makefile.in (XTRAFLAGS): include newlib directories if
17393 newlib/Makefile exists, rather than if host != target.
17394
17395Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17396
17397 * config.sub: recognize sparclite-wrs-vxworks.
17398
17399 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17400 p3.) Added clean-xiberty to clean.
17401
17402Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17403
17404 * configure.in: use *-*-* instead of nested cases for host and target
17405
17406Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17407
17408 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17409 from the same source tree and not building a cross-compiler. This
17410 matters for the libg++ configuration if reconfiguring a tree that
17411 has already been installed.
17412
17413Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17414
17415 * config.sub (i486v/i486v4): Merge in from FSF version.
17416
17417Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17418
17419 * configure: only set PWD if it is already set.
17420
17421Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17422
17423 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17424 doesn't have unset and all success paths (and most error paths)
17425 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17426 to just ${PWD} to avoid confusion.)
17427
17428Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17429
17430 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17431 even for a native compilation.
17432
17433Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17434
17435 Changes to make the gdb.tar.Z rule work better.
17436
17437 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17438 (DEVO_SUPPORT): Add configure.texi.
17439 (bfd-ilrt.tar.Z): Remove ancient rule.
17440
17441Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17442
17443 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17444 pick up the machine and system specific header files.
17445
17446 * configure.in, config.sub: added new target m68010-adobe-scout,
17447 with alias of adobe68k. Changed configure.in to check for
17448 -scout before -sco* to avoid a false match.
17449
17450 * Makefile.in: added AS_FOR_TARGET, passed down in
17451 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17452 the C compiler to use to create programs which are run in the
17453 build environment, set it to default to $(CC), and passed it down
17454 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17455
17456Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17457
17458 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17459 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17460 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17461 FOR_TARGET variants, to newlib and libg++.
17462
17463Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17464
17465 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17466 first.
17467
17468Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17469
17470 * config.sub: Accept `elf' as an environment.
17471
17472Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17473
17474 * Makefile.in (all-opcodes): cd into the right directory
17475
17476Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17477
17478 * configure: added -program_transform_name option, used as
17479 argument to sed when installing programs.
17480 configure.texi: added documentation for -program_prefix,
17481 -program_suffix and -program_transform_name.
17482
17483Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17484
17485 * config.sub: Accept i486 where i386 ok.
17486
17487Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17488
17489 * config.sub: accept we32k
17490
17491Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17492
3b75d237 17493 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
17494
17495 * Makefile.in: don't create all directories for ``make install'';
17496 let the subdirectories create the ones they need.
17497
17498Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17499
e490616e 17500 * COPYING: new file, GPL v2
6599da04
JM
17501
17502Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17503
17504 * Makefile.in: use the new gen-info-dir, which needs a template
17505 argument (which also lives in texinfo)
17506
17507 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17508
6599da04
JM
17509Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
17510
17511 * config.sub (ncr3000): Change i386 to i486.
17512
17513Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17514
17515 * Makefile.in: add install-rcs, install-grep to
17516 install-no-fixedincludes, removed install-bison and install-libgcc
17517
17518Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
17519
17520 * configure.in: grab the HPUX makefile fragment if on HPUX
17521
17522Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17523
17524 * Makefile.in: eradicate bison spoor (ditto libgcc).
17525 configure.in: recognise m68{k,000}-ericsson-OSE.
17526 es1800 is alias for m68k-ericsson-OSE
17527
17528Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17529
17530 * configure.in: rearrange the parts that remove programs from
17531 configdirs, based now on HOST==TARGET or by canonical triple.
17532
17533Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17534
17535 * test-build.mk: recurse explicitly with -f test-build.mk when
17536 appropriate. predicate stage3 and comparison on the existence
17537 of gcc. That is, if gcc isn't around, we aren't three-staging.
17538 On very clean, also remove ...stamp-co. Build in-place before
17539 doing other builds.
17540
17541Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17542
17543 * Makefile.in, configure.in: add tgas
17544
17545Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17546
17547 * Makefile.in: a number of changes merged in from progressive.
17548
17549 * configure.in: add libm.
17550
17551 * .cvsignore: ignore some stuff that comes from test-build.mk.
17552
6599da04
JM
17553Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
17554
17555 * config.sub: Add es1800 (m68k-ericsson-es1800).
17556
17557Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17558
17559 * configure: Add program_suffix (parallel to program_prefix)
17560 * Makefile.in: adjust directory-creating script for losing decstation
17561
17562Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
17563
17564 * configure: Minor $subdir-related fixes.
17565
17566Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17567
17568 * configure: fix various problems with propogating
17569 makefile_target_frag in subdirs.
17570 * configure.in: config libgcc if its there
17571
17572Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
17573
17574 * config.sub: HPPA merge.
17575
6599da04
JM
17576Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
17577
17578 * Makefile.in: Replace all-bison with all-byacc in all
17579 dependency lines for other tools (which now use byacc).
17580
17581Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17582
17583 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17584
6599da04
JM
17585Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17586
17587 * Makefile.in: make gprof rules similar to byacc rules (instead of
17588 vestigal $(unsubdir) that didn't work...)
17589
17590Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17591
17592 * config.sub: Add support for Linux.
17593 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17594 (at least for libg++).
17595
17596Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17597
17598 * configure.texi: fix doc for the -nfp option to configure
17599
17600Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
17601
17602 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17603
17604Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
17605
17606 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17607 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17608 * configure.in: added solaris* host_makefile_frag hook.
17609
17610Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17611
17612 * config.sub: changed recognition of m68000 so that various
17613 m68k types can be specified via m680[01234]0
17614
17615Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17616
17617 * config.sub (basic_machine): fix sed so that '-foo' isn't
17618 completely substituted out while .+'-foo' loses the '-foo'
17619
17620Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17621
17622 * config.sub ($os): Add -aout.
17623
17624Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17625
17626 * configure: If host_makefile_frag is absolute, don't
17627 prefix ${invsubdir} (relevant to libg++ auto-configure).
17628
17629Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17630
17631 * Makefile.in (tooldir): Define it.
17632 (all-ld): Depend on all-flex.
17633
17634Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17635
17636 * Makefile.in (check): Fix libg++ special case.
17637
17638Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17639
17640 * configure: do not bury `pwd` into config.status, thus do fewer
17641 pwd's.
17642
17643 * configure: print the "Building in" message only when building in
17644 other than "." AND verbose.
17645
63f6bcd7 17646 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
17647 configures.
17648
17649 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17650
17651Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17652
17653 * Makefile.in: macroize flags passed on recursion. remove
17654 fileutils.
17655
17656Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17657
17658 * configure: get makesrcdir right for subdirs deeper than 1.
17659
17660 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17661 install.
17662
17663Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17664
17665 * Makefile.in: don't print subdir_do or recursion lines.
17666
17667Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17668
17669 * standards.texi: added menu item.
17670
17671 * Makefile.in: build and install standards.info.
17672
17673 * standards.texi: new file.
17674
17675Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17676
17677 * configure: test for and move config.status pieces from
17678 ${subdir}/.
17679
17680Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17681
6599da04
JM
17682 * configure: Test for existance of files before trying to mv
17683 them, to avoid numerous non-existance messages.
17684
17685Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17686
17687 * configure: correct final line of config.status.
17688
17689 * configure: patch from eggert. Avoids a protection problem if
17690 the original Makefile.in is read only.
17691
17692 * configure: use move-if-change from gcc to create config.status.
17693 Some makefiles depend on config.status to tell if a directory
17694 has been reconfigured for a different host. This change
17695 prevents those directories from remaking everything in the case
17696 where the reconfig was only intended to rebuild a Makefile.
17697
17698 * configure: test for config.sub with "config.sub sun4" rather
17699 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17700 host alias from a missing config.sub.
17701
17702Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17703
17704 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17705 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17706
17707Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17708
17709 * configure: mkdir ${subdir} as needed.
17710
17711Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17712
17713 * Makefile.in,configure.in: added autoconf.
17714
17715Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17716
17717 * Makefile.in: no longer pass against on recursion.
17718
17719 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17720 definitions are not inherited.
17721
17722 * configure: correct makesrcdir when subdir is .
17723
17724Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17725
17726 * configure: Add support for 'subdirs' variable, which is
17727 like 'configdirs', except that configure doesn't re-invoke
17728 itself for subdirs, it just creates a Makefile for each subdir.
17729 * configure.texi: Document subdirs.
17730
17731Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17732
17733 * configure.in: added flex to configdirs
17734
17735Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17736
17737 * Makefile.in: remove clean-stamps from clean.
17738
17739Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17740
17741 * configure.in: Add gdbtest to configdirs.
17742
17743Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17744
17745 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17746 to recursive makes.
17747 * configure.in: Recognize new ncr3000 config.
17748
17749Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17750
17751 * Makefile.in, configure.in: removed references to gdbm.
17752
17753Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17754
17755 * config.sub: Don't canonicalize os value
17756 newsos* to bsd (readline needs to check for newsos).
17757 (This fix was earlier made Jan 31, but got re-broken.)
17758
17759Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17760
17761 * configure.in: sco is an os, not a vendor!
17762
17763 * configure: Quote $( better. Keep various shells happy.
17764
17765Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17766
17767 * Makefile.in: eliminate stamp-files.
17768
17769Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17770
17771 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17772 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17773
17774Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17775
17776 * config.sub: fix iris/iris3.
17777
17778Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17779
17780 * configure: re-add -rm.
17781
17782Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17783
17784 * Maskefile.in: add .stmp-rcs to all.
17785
17786 * configure.in: remove gas from rs6000 build, use aix host fragment.
17787
17788Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17789
17790 * configure: pass down site_option during recursion.
17791
17792Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17793
17794 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17795
17796Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17797
17798 * configure: Change exec_prefix so that it really defaults to prefix.
17799
17800Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17801
17802 * Makefile.in, configure.in: Add support for mmalloc library.
17803
17804Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17805
17806 * Makefile.in: add stmp dependencies for a few more things.
17807
17808Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17809
17810 * configure: adjusted error message on objdir/srcdir configure
17811 collision, per john's suggestion.
17812
17813 * Makefile.in: add libiberty stmp to all and all.cross.
17814
17815Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17816
17817 * Makefile.in: remove force dependencies, add grep to all.
17818
17819Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17820
17821 * Makefile.in: drop flex. make stamp files work.
17822
17823 * configure: added test for conflicting configuration in srcdir,
17824 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17825 gets cranky. use relative paths for configure and srcdir
17826 whenever possible. Send some error messages to stderr that were
17827 going to stdout.
17828
17829Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17830
17831 * Makefile.in: Fix libg++ rule to check for gcc directory
17832 before using gcc/gcc. Also pass XTRAFLAGS.
17833
17834Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17835
17836 * Makefile.in: added stmp-files so that directories aren't polled
17837 when they are already built.
17838
17839 * configure.texi: fixed a node pointer problem.
17840
17841Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17842
731a8127 17843 * config.sub configure.in gdb/configure.in
6599da04
JM
17844 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17845 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17846 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17847
17848Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17849
17850 * configure: -recurring becomes -silent. corrected help message
17851 for -site= option.
17852
17853 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17854
17855Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17856
17857 * configure: when building Makefile for crosses, replace
17858 tooldir and program_prefix. default srcdir from location of
17859 config.sub. remove "for host in hosts" and "for target in
17860 targets" loops.
17861
17862Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17863
17864 * Makefile.in: Do not pass bindir or mandir to cvs.
17865
17866Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17867
17868 * Makefile.in, configure.in: removed traces of namesubdir,
17869 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17870 copyrights to '92, changed some from Cygnus to FSF.
17871
17872 * configure.texi: remove most references to multiple hosts,
17873 multiple targets, subdirs, etc.
17874
17875 * configure.man: removed rcsid. reference config.sub not
17876 config.subr.
17877
17878 * Makefile.in: mkdir $(infodir) on install-info.
17879
17880Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17881
17882 * configure.texi: Explain better about .gdbinit and about
17883 the environment that configure.in sections run in.
17884
17885Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17886
17887 * configure.in: Ultrix is only a decstation if it's a MIPS.
17888
17889Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17890
17891 * README: DOC.configure => cfg-paper.texi.
17892
17893Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17894
17895 * config.sub (near case $os): Don't convert newsos* to bsd!
17896
17897Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17898
17899 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17900 the number of copies of COPYING that go into the GDB tar file.
17901
17902Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17903
731a8127 17904 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
17905 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17906 Fix SCO configuration stuff.
17907
17908Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17909
17910 * Makefile.in: For libg++, make sure the -I pointing
17911 to the gcc directory goes *after* all the libg++-local -I flags.
17912 Also, move just-gcc dependency from just-libg++ to all-libg++.
17913
17914Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17915
17916 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17917
17918Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17919
17920 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17921
17922Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17923
17924 * config.sub: Add stratus configuration frags. Also
17925 submitted to FSF.
17926
17927Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17928
17929 * Makefile.in (DEV_SUPPORT): add configure.man.
17930
17931 * config.sub(Decode manufacturer-specific): add -none*.
17932
17933Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17934
17935 * Makefile.in: remove form feeds to make Sun's make happy.
17936 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17937
17938Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17939
17940 * Makefile.in (AR_FLAGS): Make quieter.
17941
17942Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17943
17944 * configure.in: Add libg++.
17945 * configure: When verbose, don't output the command line at each
17946 level; it will be unremarkably the same as the previous version,
17947 which will be the same as what the user typed.
17948
17949Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17950
17951 * configure.in, Makefile.in: fix clean-info, add flex. add
17952 fileutils.
17953
17954 * configure: be less sensitive to spaces in Makefile.in. Do not
17955 look for sources in "..". Doing so breaks subdirectories that
17956 might have their own configure. If a subdir has it's own
17957 configure script, use it.
17958
17959Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17960
17961 * cfg-paper.texi: some changes suggested by rms.
17962
17963Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17964
17965 * config.sub: Merge in some small additions from the FSF version,
17966 taken from the gcc distribution, to bring the Cygnus and FSF
17967 versions into closer sync.
17968
17969Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17970
17971 * configure.in: Changed svr4 references to sysv4.
17972
17973Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17974
17975 * configure: added -V for version number option.
17976
17977Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17978
17979 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17980 renamed from DOC.configure to cfg-paper.texi.
17981
17982Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17983
17984 * configure, config.subr, config.sub: config.subr is now
17985 config.sub again.
17986
17987Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17988
17989 * configure.texi: new file, in progress.
17990
17991 * Makefile.in: build info file and install the man page for
17992 configure.
17993
17994 * configure.man: new file, first cut.
17995
17996 * configure: find config.subr again now that configuration "none"
17997 has gone. removed all traces of the -ansi option. removed all
17998 traces of the -languages option.
17999
18000 * config.subr: resync from rms.
18001
18002Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18003
18004 * configure, config.sub, config.subr: merge config.sub into
18005 config.subr, call the result config.subr, remove config.sub, use
18006 config.subr.
18007
18008 * Makefile.in: revised install for dir.info.
18009
18010Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18011
18012 * configure.in: add decstation host makefile frag.
18013
18014 * Makefile.in: BISON now bison -y again. also install-gcc on
18015 install. clean-gdbm on clean. infodir belongs in datadir.
18016 Make directories for info install. Build dir.info here then
18017 install it.
18018
18019Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18020
18021 * Makefile.in: fix for bad directory tests.
18022
18023Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18024
18025 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18026 regexp. -srcdir relative was being handled incorrectly.
18027
18028 * Makefile.in: unwrapped some for loops so that parallel makes
18029 work again and so one can focus one's attention on a particular
18030 package.
18031
18032Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18033
18034 * configure: added PWD as a stand in for `pwd` (for speed). use
18035 elif wherever possible. make -srcdir work without -objdir.
18036 -objdir= commented out.
18037
18038Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18039
18040 * configure: +options become --options. -subdirs commented out.
18041 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18042 Makefile now at top of generated Makefile. Removed cvs log
18043 entries. added -srcdir. create .gdbinit only if there is one
18044 in ${srcdir}.
18045
18046 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18047 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18048 and mandir now keyed off datadir by default.
18049
18050Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18051
18052 * Freshly created ChangeLog.
18053
18054\f
18055Local Variables:
18056mode: change-log
18057left-margin: 8
18058fill-column: 76
18059version-control: never
18060End: