]> git.ipfire.org Git - thirdparty/gcc.git/blob - ChangeLog
Adding GCC port for National Semicondutor's CR16 architecture
[thirdparty/gcc.git] / ChangeLog
1 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3
4 * configure.ac (cr16-*-*): Remove nonconfigdirs.
5 * configure: Regenerate.
6
7 2012-01-23 Harshit Chopra <harshit@google.com>
8
9 * MAINTAINERS (Write After Approval): Add myself.
10
11 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
12
13 * configure.ac: Remove reference to mh-interix.
14 * configure: Regenerate.
15
16 2012-01-05 Richard Henderson <rth@redhat.com>
17
18 PR bootstrap/51072
19 * configure.ac: Disable libitm if c++ is not enabled.
20 * configure: Rebuild.
21
22 * configure.ac: Fix regexp for same.
23 * configure: Rebuild.
24
25 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
26
27 * MAINTAINERS (Write After Approval): Add myself.
28
29 2012-01-02 Richard Guenther <rguenther@suse.de>
30
31 PR bootstrap/51686
32 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
33 * Makefile.in: Regenerate.
34
35 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
36
37 * MAINTAINERS (Write After Approval): Add myself.
38
39 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
40
41 * configure: Regenerate.
42
43 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
44
45 * MAINTAINERS (picochip): Changed email address.
46
47 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
48
49 * MAINTAINERS (write-after-approval): Add self.
50
51 2011-11-29 DJ Delorie <dj@redhat.com>
52
53 * configure.ac (rl78-*-*) New case.
54 * configure: Regenerate.
55 * MAINTAINERS: Add myself as RL78 maintainer.
56
57 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
58
59 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
60
61 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
62
63 * libtool.m4: dditional FreeBSD 10 fixes.
64
65 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
66
67 * MAINTAINERS: Move myself from Write After Approval to CPU Port
68 Maintainers section, as Epiphany maintainer.
69
70 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
71
72 PR target/49992
73 * configure.ac: Remove ranlib special-casing for Darwin.
74 * configure: Regenerate.
75
76 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
77
78 * MAINTAINERS (Reviewers): Keep the list sorted.
79
80 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
81
82 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
83
84 2011-11-09 Roland McGrath <mcgrathr@google.com>
85
86 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
87 * configure: Rebuild.
88 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
89 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
90 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
91 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
92 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
93 Add READELF.
94 * Makefile.in: Rebuild.
95
96 2011-11-09 Jason Merrill <jason@redhat.com>
97
98 * Makefile.def (language=c++): Remove check-c++0x.
99 * Makefile.in (check-gcc-c++): Regenerate.
100
101 2011-11-08 Richard Henderson <rth@redhat.com>
102
103 * configure.ac: Test for libitm directory present first.
104
105 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
106
107 * configure.ac: Test libitm/configure.tgt to disable libitm.
108 * configure: Rebuild.
109
110 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
111 Richard Henderson <rth@redhat.com>
112
113 Merged from transactional-memory.
114
115 * Makefile.def (lang_env_dependencies): libitm is c++.
116 Add libitm target module.
117 * configure.ac: Likewise.
118 * config/mmap.m4: New file.
119 * contrib/gcc_update: Add libitm to touch data.
120 * Makefile.in, configure: Rebuild.
121
122 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
123
124 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
125 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
126 * Makefile.in: Regenerate.
127
128 2011-11-01 DJ Delorie <dj@redhat.com>
129
130 * config.sub: Update to version 2011-10-29 (added rl78)
131
132 2011-10-27 Nick Clifton <nickc@redhat.com>
133
134 * config.sub: Import these changes from the config project:
135
136 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
137 Ben Elliston <bje@gnu.org>
138
139 * config.sub (epiphany): New.
140
141 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
142 Ben Elliston <bje@gnu.org>
143
144 * config.sub (hexagon, hexagon-*): New.
145
146 2011-08-23 Roland McGrath <mcgrathr@google.com>
147
148 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
149 64eb to be64.
150
151 2011-08-16 Roland McGrath <mcgrathr@google.com>
152
153 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
154 (nacl): Grok as alias for 32el-unknown-nacl.
155
156 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
157
158 * MAINTAINERS (Write After Approval): Add myself.
159
160 2011-10-24 Teresa Johnson <tejohnson@google.com>
161
162 * MAINTAINERS (Write After Approval): Add myself.
163
164 2011-09-21 Jakub Jelinek <jakub@redhat.com>
165
166 * MAINTAINERS (sparc port): Remove myself.
167
168 2011-09-14 Tom de Vries <tom@codesourcery.com>
169
170 * MAINTAINERS (Write After Approval): Add myself.
171
172 2011-08-14 Yao Qi <yao@codesourcery.com>
173
174 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
175 * configure: Regenerate.
176
177 2011-07-26 Ian Lance Taylor <iant@google.com>
178
179 * configure.ac: Set have_compiler based on whether gcc directory
180 exists, rather than on whether gcc is in configdirs.
181 * configure: Rebuild.
182
183 2011-07-21 Joseph Myers <joseph@codesourcery.com>
184
185 * MAINTAINERS (Global Reviewers): Add self.
186
187 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
188
189 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
190 link directories.
191 * Makefile.in: Rebuild.
192
193 2011-07-20 Ian Lance Taylor <iant@google.com>
194
195 PR bootstrap/49787
196 * configure.ac: Move --enable-bootstrap handling earlier in file.
197 If --enable-bootstrap and either --enable-build-with-cxx or
198 --enable-build-poststage1-with-cxx, enable C++ automatically.
199 * configure: Rebuild.
200
201 2011-07-19 Ian Lance Taylor <iant@google.com>
202
203 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
204 make C++ a boot_language. Set and substitute
205 POSTSTAGE1_CONFIGURE_FLAGS.
206 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
207 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
208 * configure, Makefile.in: Rebuild.
209
210 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
211
212 * MAINTAINERS (Register Allocation): Move myself from reviewers to
213 maintainers.
214
215 2011-07-18 Jakub Jelinek <jakub@redhat.com>
216
217 * MAINTAINERS (Global Reviewers): Add myself.
218
219 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
220
221 * configure: Regenerate.
222
223 2011-07-16 Jason Merrill <jason@redhat.com>
224
225 * Makefile.def (language=c++): Add check-c++0x and
226 check-target-libmudflap-c++.
227 * Makefile.tpl (check-target-libmudflap-c++): New.
228 * Makefile.in: Regenerate.
229
230 2011-07-16 Matthias Klose <doko@ubuntu.com>
231
232 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
233 * Makefile.def (target_modules/libjava): Pass
234 $(EXTRA_CONFIGARGS_LIBJAVA).
235 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
236 if not configured with --enable-static-libjava.
237 * Makefile.in: Regenerate.
238 * configure: Likewise.
239
240 2011-07-15 Jason Merrill <jason@redhat.com>
241
242 * Makefile.in (check-c++): Move check-gcc-c++0x after
243 check-target-libstdc++-v3.
244
245 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
246
247 * MAINTAINERS (c6x port): New entry.
248
249 2011-07-13 Jason Merrill <jason@redhat.com>
250
251 * Makefile.in (check-gcc-c++0x): New.
252 (check-c++): Depend on it.
253
254 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
255
256 PR target/39150
257 * configure.ac (i[3456789]86-*-solaris2*): Also accept
258 x86_64-*-solaris2.1[0-9]*.
259 * configure: Regenerate.
260
261 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
262
263 * MAINTAINERS (RTL optimizers): Add self.
264
265 2011-06-27 Gabriel Charette <gchare@google.com>
266
267 * MAINTAINERS (Write After Approval): Add myself.
268
269 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
270
271 PR regression/47836
272 PR bootstrap/23656
273 PR other/47733
274 PR bootstrap/49247
275 PR c/48825
276 * configure.ac (target_libraries): Remove target-libiberty.
277 Remove case-statement setting skipdirs=target-libiberty for
278 multiple targets. Remove checking target_configdirs and
279 removing target-libiberty but keeping target-libgcc if
280 otherwise empty.
281 * Makefile.def (target_modules): Don't add libiberty.
282 (dependencies): Remove all traces of target-libiberty.
283 * configure, Makefile.in: Regenerate.
284
285 2011-06-13 Walter Lee <walt@tilera.com>
286
287 * configure.ac (tilepro-*-*) New case.
288 (tilegx-*-*): Likewise.
289 * configure: Regenerate.
290
291 2011-06-06 Jing Yu <jingyu@google.com>
292
293 * configure.ac: Skip target-libiberty for
294 arm*-*-linux-androideabi.
295 * configure: Regenerated.
296
297 2011-06-06 Nick Clifton <nickc@redhat.com>
298
299 * config.sub: Sync from upstream.
300
301 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
302
303 * MAINTAINERS (Write After Approval): Add myself.
304
305 2011-06-01 Daniel Jacobowitz <drow@false.org>
306
307 * MAINTAINERS: Update my email address.
308
309 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
310
311 * MAINTAINERS (Write After Approval): Update my email address.
312
313 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
314
315 * MAINTAINERS (Write After Approval): Add myself.
316
317 2011-05-08 Doug Kwan <dougkwan@google.com>
318
319 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
320 * configure: Regenerated.
321 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
322 value from configure.
323 * Makefile.in: Regenerated.
324
325 2011-05-05 Joseph Myers <joseph@codesourcery.com>
326
327 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
328 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
329 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
330 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
331 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
332 *-*-vxworks*): Disable newlib and libgloss in separate case
333 statement.
334 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
335 to separate case statement.
336 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
337 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
338 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
339 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
340 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
341 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
342 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
343 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
344 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
345 i[[3456789]]86-*-rdos*, m32r-*-*,
346 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
347 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
348 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
349 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
350 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
351 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
352 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
353 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
354 and libgloss in main case over targets. Remove most empty cases
355 in main case over targets.
356 * configure: Regenerate.
357
358 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
359
360 * MAINTAINERS (Write After Approval): Add myself.
361
362 2011-05-04 Joseph Myers <joseph@codesourcery.com>
363
364 * configure.ac: Remove code setting special library locations for
365 hppa*64*-*-hpux11*. Remove code setting compiler for
366 sparc-sun-solaris2*.
367 * configure: Regenerate.
368
369 2011-05-04 Joseph Myers <joseph@codesourcery.com>
370
371 * configure.ac: Separate libgloss_dir settings from general case
372 over targets.
373 * configure: Regenerate.
374
375 2011-04-28 Joseph Myers <joseph@codesourcery.com>
376
377 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
378 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
379 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
380 cases in libgcj-disabling case statement.
381 (hppa*64*-*-linux*): Set unsupported_languages instead of
382 disabling target-zlib.
383 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
384 to hppa*64*-*-hpux*.
385 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
386 hppa*-*-hpux*.
387 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
388 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
389 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
390 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
391 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
392 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
393 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
394 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
395 libgcj-disabling case statement.
396 * configure: Regenerate.
397
398 2011-04-28 Joseph Myers <joseph@codesourcery.com>
399
400 * configure.ac: Disable Java for targets not supporting libffi.
401 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
402 Remove cases in Java-disabling statement.
403 (*arm-wince-pe): Change to arm-wince-pe.
404 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
405 cases in Java-disabling statement.
406 (bfin-*-*): Don't disable Java again.
407 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
408 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
409 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
410 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
411 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
412 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
413 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
414 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
415 Java-disabling statement.
416 (mmix-*-*): Don't disable Java again.
417 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
418 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
419 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
420 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
421 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
422 statement.
423 * configure: Regenerate.
424
425 2011-04-28 Joseph Myers <joseph@codesourcery.com>
426
427 * configure.ac: Separate cases disabling Java and Java libraries
428 from general case over targets.
429 * configure: Regenerate.
430
431 2011-04-21 Jie Zhang <jzhang918@gmail.com>
432
433 * MAINTAINERS: Update my email address.
434
435 2011-04-20 Easwaran Raman <eraman@google.com>
436
437 * MAINTAINERS (Write After Approval): Add myself.
438
439 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
440
441 PR lto/48086
442 * configure.ac: Re-enable LTO on *-apple-darwin9*.
443 * configure: Regenerate.
444
445 2011-04-16 Jim Meyering <meyering@redhat.com>
446
447 * MAINTAINERS (Write After Approval): Add myself.
448
449 2011-04-15 Dodji Seketeli <dodji@redhat.com>
450
451 * MAINTAINERS: Update my email address.
452
453 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
454
455 * MAINTAINERS (Write After Approval): Add myself.
456
457 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
458
459 * MAINTAINERS (Write After Approval): Add myself.
460
461 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
462
463 * MAINTAINERS (Write After Approval): Add myself.
464
465 2011-04-06 Joseph Myers <joseph@codesourcery.com>
466
467 * configure.ac (build_tools): Remove build-byacc.
468 (host_libs): Remove mmalloc.
469 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
470 autoconf automake libtool diff rcs fileutils shellutils time
471 textutils wdiff find uudecode hello tar gzip indent recode release
472 sed perl gawk findutils gettext zip.
473 (libgcj): Remove target-qthreads.
474 (target_tools): Remove target-examples target-gperf.
475 (YACC): Don't handle building byacc.
476 * configure: Regenerate.
477 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
478 dosutils, examples, fileutils, find, findutils, gawk, gettext,
479 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
480 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
481 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
482 handle building components.
483 * Makefile.in: Regenerate.
484
485 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
486
487 * MAINTAINERS: Update my email address as Xtensa maintainer.
488
489 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
490
491 * config.sub: Sync from upstream.
492
493 2011-04-01 Joseph Myers <joseph@codesourcery.com>
494
495 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
496 (microblaze*): Don't disable libssp.
497 * configure: Regenerate.
498
499 2011-04-01 Joseph Myers <joseph@codesourcery.com>
500
501 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
502 moveifchange.
503 * configure: Regenerate.
504 * Makefile.tpl: Use @SHELL@ not @config_shell@.
505 * Makefile.in: Regenerate.
506
507 2011-04-01 Joseph Myers <joseph@codesourcery.com>
508
509 * configure.ac (*-*-sysv4*): Don't enable libgomp.
510 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
511 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
512 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
513 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
514 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
515 md_exec_prefix cases.
516 * configure: Regenerate.
517
518 2011-04-01 Joseph Myers <joseph@codesourcery.com>
519
520 * configure.ac: Separate cases disabling target-libssp,
521 target-libiberty, target-libstdc++-v3 and Fortran from general
522 case over targets.
523 * configure: Regenerate.
524
525 2011-04-01 Joseph Myers <joseph@codesourcery.com>
526
527 * configure.ac (*-*-chorusos): Don't disable libgcj.
528 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
529 Remove case.
530 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
531 (arm-*-coff): Don't disable libgcj.
532 (arm*-*-linux-gnueabi): Remove useless assignment.
533 (arm-*-riscix*): Don't disable libgcj.
534 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
535 configuration.
536 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
537 (c54x*-*-*): Remove case.
538 (tic54x-*-*): Don't disable GCC or GCC libraries.
539 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
540 to *.
541 (d10v-*-*): Don't disable GCC libraries.
542 (d30v-*-*): Don't disable libgcj.
543 (h8500-*-*): Don't disable GCC libraries.
544 (i960-*-*): Don't disable libgcj.
545 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
546 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
547 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
548 libgcj.
549 (m68k-*-coff*): Remove case.
550 (mmix-*-*): Don't disable libgloss on host.
551 (mn10200-*-*, mn10300-*-*): Remove cases.
552 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
553 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
554 Don't disable libgcj.
555 (romp-*-*): Remove case.
556 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
557 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
558 case.
559 (v810-*-*): Don't disable GCC libraries.
560 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
561 (ip2k-*-*): Don't disable GCC libraries.
562 * configure: Regenerate.
563
564 2011-03-28 Joseph Myers <joseph@codesourcery.com>
565
566 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
567 libffi on host.
568 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
569 on host.
570 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
571 * configure: Regenerate.
572
573 2011-03-26 John Marino <binutils@marino.st>
574
575 * configure.ac: Add support for *-*-dragonfly*
576 * configure: Regenerate.
577
578 2011-03-25 Joseph Myers <joseph@codesourcery.com>
579
580 * configure.ac (native_only): Remove.
581 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
582 send-pr uudecode guile gnuserv on host.
583 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
584 send-pr rcs guile perl texinfo libtool on host.
585 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
586 automake send-pr rcs guile perl texinfo libtool on host.
587 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
588 (*-*-kaos*): Don't disable target-examples target-gperf on target.
589 (alpha*-dec-osf*): Don't disable fileutils on target.
590 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
591 texinfo send-pr expect dejagnu on target.
592 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
593 target-qthreads on target.
594 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
595 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
596 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
597 x86_64-*-mingw*): Don't disable expect on target.
598 (*-*-cygwin*): Don't disable target-gperf on target.
599 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
600 gnuserv on target.
601 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
602 target.
603 * configure: Regenerate.
604
605 2011-03-25 Joseph Myers <joseph@codesourcery.com>
606
607 * configure.ac (target_tools): Remove target-groff.
608 (native_only): Remove target-groff.
609 (hppa*64*-*-*): Don't disable byacc.
610 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
611 setting.
612 (*-*-kaos*): Don't skip target-librx and target-groff.
613 (*-*-netware*): Don't skip target-libmudflap.
614 (*-*-tpf*): Don't skip target-libmudflap.
615 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
616 directories on the host.
617 (ia64*-*-*vms*): Don't skip tix.
618 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
619 host.
620 * configure: Regenerate.
621
622 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
623
624 * configure.ac: Remove references to mt-mep, mt-netware,
625 mt-wince.
626 * Makefile.def: Add all-utils soft dependencies.
627 * Makefile.tpl: Remove GDB_NLM_DEPS.
628 * configure: Regenerate.
629 * Makefile.in: Regenerate.
630
631 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
632
633 * configure.ac: Do not include mh-x86omitfp.
634 * configure: Regenerate.
635
636 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
637
638 * configure.ac: Remove empty cases.
639 * configure: Regenerate.
640
641 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
642
643 * Makefile.def: Add dependency from termcap to gdb.
644 * Makefile.in: Regenerate.
645
646 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
647
648 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
649 * configure: Regenerate.
650 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
651 * Makefile.tpl: Likewise.
652 * Makefile.in: Regenerate.
653
654 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
655
656 * configure.ac: Remove all mentions of tentative_cc.
657 * configure: Regenerate.
658
659 2011-03-24 Joseph Myers <joseph@codesourcery.com>
660
661 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
662 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
663 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
664 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
665 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
666 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
667 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
668 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
669 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
670 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
671 *-*-rhapsody*): Remove host cases.
672 * configure: Regenerate.
673
674 2011-03-24 Joseph Myers <joseph@codesourcery.com>
675
676 * configure.ac (ppc*-*-pe): Remove host case.
677 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
678 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
679 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
680 cases.
681 * configure: Regenerate.
682
683 2011-03-24 Joseph Myers <joseph@codesourcery.com>
684
685 * config.sub: Update to version 2011-03-23.
686
687 2011-03-22 Joseph Myers <joseph@codesourcery.com>
688
689 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
690 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
691 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
692 * configure: Regenerate.
693
694 2011-03-22 Joseph Myers <joseph@codesourcery.com>
695
696 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
697 to Write After Approval.
698 * config-ml.in: Don't handle arc-*-elf*.
699 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
700 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
701 handle GCC libraries.
702 * configure: Regenerate.
703
704 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
705
706 PR bootstrap/48120:
707 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
708 Add -lstdc++ -lm to LIBS.
709 * configure: Regenerate.
710
711 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
712
713 * config.guess: Update to version 2011-02-02
714 * config.sub: Update to version 2011-02-24
715
716 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
717
718 PR lto/48086
719 * configure.ac: Re-enable LTO on *-apple-darwin9.
720 * configure: Regenerate.
721
722 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
723
724 PR lto/48086
725 * configure.ac: Disable LTO on darwin due to an assembler change in
726 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
727 under 256.
728 * configure: Regenerate.
729
730 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
731
732 * MAINTAINERS: Update myself as score backend maintainer, update my e-mail address.
733
734 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
735
736 * MAINTAINERS: Update my e-mail address.
737
738 2011-03-06 Joey Ye <joey.ye@arm.com>
739
740 * MAINTAINERS: Update my e-mail address.
741
742 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
743
744 * configure.ac: Adjust test of with_ppl.
745 * configure: Regenerated.
746
747 2011-03-02 Kai Tietz <ktietz@redhat.com>
748
749 * MAINTAINERS: Adjust my e-mail address.
750
751 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
752
753 * configure.ac: Add -lpwl to ppllibs.
754 * configure: Regenerated.
755
756 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
757
758 * config/cloog.m4: Add -lisl to clooglibs.
759 * configure: Regenerated.
760
761 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
762
763 * MAINTAINERS (CPU Port maintainers): Add self.
764
765 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
766
767 * MAINTAINERS: Add myself as testsuite maintainer.
768
769 2011-02-15 Mike Stump <mikestump@comcast.net>
770
771 * MAINTAINERS: Add myself as testsuite maintainer.
772
773 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
774
775 Import from Libtool and gnulib:
776
777 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
778
779 Prepare for supporting FreeBSD 10.
780 * config.rpath: Remove handling of freebsd1* which soon would
781 match FreeBSD 10.0.
782
783 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
784
785 Remove support for FreeBSD 1.x.
786 * libtool.m4 (_LT_LINKER_SHLIBS)
787 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
788 soon would incorrectly match FreeBSD 10.0.
789
790 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
791
792 PR binutils/12283
793 * move-if-change: Import version from gnulib.
794
795 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
796
797 PR lto/47225
798 * Makefile.def (lto-plugin): Double dash for enable-shared.
799 (configure-gcc): Depend on all-lto-plugin.
800 * Makefile.in: Rebuilt.
801
802 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
803
804 * configure.ac: Remove extra bracket.
805 * configure: Regenerate.
806
807 2011-02-08 Tobias Burnus <burnus@net-b.de>
808
809 * MAINTAINERS: Add myself as libquadmath maintainer.
810
811 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
812
813 * MAINTAINERS: Update my email address.
814
815 2011-02-07 Joseph Myers <joseph@codesourcery.com>
816
817 * MAINTAINERS (option handling): Add self.
818
819 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
820
821 PR lto/47225
822 * Makefile.def: Add dependency for install-gcc
823 on install-lto-plugin.
824 * Makfile.in: Regenerated
825
826 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
827
828 * MAINTAINERS (CPU Port Maintainers): Add myself.
829
830 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
831
832 PR libgcj/44341
833 * configure.ac: Discard --with-* flags for host when configuring
834 target libraries for cross build.
835 * configure: Rebuilt.
836
837 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
838
839 * MAINTAINERS (linear loop transforms): Removed.
840
841 2011-01-25 Jakub Jelinek <jakub@redhat.com>
842
843 * configure.ac: If with_ppl is no, move setting with_cloog=no
844 after CLOOG_REQUESTED check.
845 * configure: Regenerated.
846
847 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
848
849 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
850 CLooG has been requested.
851 * configure: Regenerated.
852
853 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
854
855 * configure: Regenerated.
856 * configure.ac: Check for version 0.11 (or later revision) of PPL.
857
858 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
859
860 * configure: Regenerated.
861 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
862
863 2011-01-21 Andreas Schwab <schwab@redhat.com>
864
865 * configure.ac: Use AS_HELP_STRING throughout.
866 * configure: Regenerate.
867
868 2011-01-18 Jie Zhang <jie.zhang@analog.com>
869
870 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
871 * configure: Regenerate.
872
873 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
874
875 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
876
877 2011-01-13 Joel Brobecker <brobecker@adacore.com>
878
879 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
880 for ia64-hpux.
881 * configure: Regenerate.
882
883 2011-01-07 Jan Hubicka <jh@suse.cz>
884
885 PR lto/47225
886 * Makefile.in: Regenerate.
887 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
888 configure.
889
890 2011-01-07 Jan Hubicka <jh@suse.cz>
891
892 * Makefile.in: Regenerate.
893 * Makefile.def (gcc host module) and soft dependency on lto-plugin
894 and configure dependency on lto-plugin configure.
895 (lto-plugin module): Remove dependency on GCC; add dependency on
896 liniberty.
897
898 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
899
900 * MAINTAINERS (Write After Approval): Add myself.
901
902 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
903
904 * configure: Regenerate.
905
906 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
907
908 * configure.ac: (picochip): Disable libiberty.
909
910 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
911
912 * MAINTAINERS (Write After Approval): Add myself.
913
914 2010-12-10 Ian Lance Taylor <iant@google.com>
915
916 PR bootstrap/46819
917 * configure.ac: For --disable-libgcj clear libgcj_saved.
918 * configure: Rebuild.
919
920 2010-12-10 Tobias Burnus <burnus@net-b.de>
921
922 PR fortran/46540
923 * configure.ac: Add --disable-libquadmath and
924 --disable-libquadmath-support.
925 * configure: Regenerate.
926
927 2010-12-03 Ian Lance Taylor <iant@google.com>
928
929 * MAINTAINERS: Add myself as libgo maintainer.
930
931 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
932
933 PR libffi/46792
934 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
935 * configure: Regenerate.
936
937 2010-12-02 Ian Lance Taylor <iant@google.com>
938
939 * configure.ac: Always set default for poststage1_ldflags to
940 -static-libstdc++ -static-libgcc.
941
942 2010-11-29 Andreas Schwab <schwab@redhat.com>
943
944 * configure.ac: Move comment to remove extra space in last argument
945 of GCC_TARGET_TOOL.
946
947 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
948
949 PR other/46026
950 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
951 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
952 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
953 (BASE_FLAGS_TO_PASS): Use it.
954 * configure: Rebuilt.
955 * Makefile.in: Rebuilt.
956
957 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
958
959 PR binutils/12258
960 * configure.ac: Correct comments for --enable-gold/--enable-ld.
961 Properly check default linker.
962 * configure: Regnerated.
963
964 2010-11-23 Matthias Klose <doko@ubuntu.com>
965
966 * configure.ac: For --enable-gold, handle value `default' instead of
967 `both*'. New configure option --{en,dis}able-ld.
968 * configure: Regenerate.
969
970 2010-11-20 Ian Lance Taylor <iant@google.com>
971
972 * configure.ac: Only disable a language library if no language needs
973 it. Don't let --disable-libgcj uncondtionally disable libffi.
974 * configure: Rebuild.
975
976 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
977
978 * Makefile.in: Regenerate.
979
980 PR other/46202
981 * configure.ac: Fix just-built in-tree STRIP name to be
982 binutils/strip-new.
983 * configure: Regenerate.
984 * Makefile.def (install-strip-gcc, install-strip-binutils)
985 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
986 (install-strip-sid): Mirror dependencies on non-strip variants
987 of these targets on the respective -strip prerequisites.
988 * Makefile.tpl (install-strip, install-strip-host)
989 (install-strip-target): New targets.
990 (install-strip-[+module+], install-strip-target-[+module+]):
991 New targets.
992 * Makefile.in: Regenerate.
993
994 2010-11-19 Ian Lance Taylor <iant@google.com>
995 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
996
997 * configure.ac: Add target-libgo to target_libraries. Set
998 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
999 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1000 (HOST_EXPORTS): Add GOC.
1001 (BASE_TARGET_EXPORTS): Add GOC.
1002 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1003 (GOCFLAGS_FOR_TARGET): New variable.
1004 (EXTRA_HOST_FLAGS): Add GOC.
1005 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1006 * Makefile.def (target_modules): Add libgo.
1007 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1008 (dependencies): Add dependency from configure-target-libgo to
1009 configure-target-libffi and all-target-libstdc++-v3. Add
1010 dependencies from all-target-libgo to all-target-libffi.
1011 (languages): Add go.
1012 * configure: Rebuild.
1013 * Makefile.in: Rebuild.
1014
1015 2010-11-19 Ian Lance Taylor <iant@google.com>
1016
1017 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1018 compiler/flag environment variables.
1019
1020 2010-11-18 Ian Lance Taylor <iant@google.com>
1021
1022 * configure.ac: Check for lang_requires_boot_languages in
1023 config-lang.in files.
1024 * configure: Rebuild.
1025
1026 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1027 Tobias Burnus <burnus@net-b.de>
1028
1029 PR fortran/32049
1030 * Makefile.def: Add libquadmath; build it with language=fortran.
1031 * configure.ac: Add libquadmath.
1032 * Makefile.tpl: Handle multiple libs in check-[+language+].
1033 * Makefile.in: Regenerate.
1034 * configure: Regenerate.
1035
1036 2010-11-16 Tom Tromey <tromey@redhat.com>
1037
1038 * MAINTAINERS: Moved myself to reviewers section.
1039
1040 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1041
1042 * MAINTAINERS: Moved myself to reviewers section.
1043
1044 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1045
1046 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1047 (Write After Approval): Remove self.
1048
1049 2010-11-15 Andreas Schwab <schwab@redhat.com>
1050
1051 * configure.ac: Fix spelling in option names.
1052 * configure: Regenerated.
1053
1054 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1055
1056 PR bootstrap/39622
1057 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1058 * configure: Regenerated.
1059
1060 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1061
1062 * MAINTAINERS: Update my email address.
1063
1064 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1065
1066 * configure: Regenerate.
1067
1068 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1069
1070 * configure: Regenerate.
1071
1072 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1073
1074 * configure: Regenerate.
1075
1076 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1077
1078 * configure: Regenerate.
1079
1080 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1081
1082 * configure.ac: Support official CLooG.org versions.
1083 * configure: Regenerate.
1084 * config/cloog.m4: New.
1085
1086 2010-11-10 François Dumont <francois.cppdevs@free.fr>
1087
1088 * MAINTAINERS (Write After Approval): Add myself.
1089
1090 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
1091
1092 * MAINTAINERS: Update my email address.
1093
1094 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1095
1096 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1097 * configure: Regenerate.
1098
1099 2010-11-03 Ian Lance Taylor <iant@google.com>
1100 Dave Korn <dave.korn.cygwin@gmail.com>
1101
1102 PR lto/46273
1103 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1104 and on other supported platforms whenever LTO is enabled.
1105 * configure: Rebuild.
1106
1107 2010-11-02 Alan Modra <amodra@gmail.com>
1108
1109 PR binutils/12110
1110 * configure.ac: Error when source path contains spaces.
1111 * configure: Regenerate.
1112
1113 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1114
1115 * MAINTAINERS: Update my email address.
1116
1117 2010-10-20 Ian Lance Taylor <iant@google.com>
1118
1119 * Makefile.def (target_modules): Set lib_path to src/.libs for
1120 libstdc++-v3 module.
1121 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1122 * Makefile.in: Rebuild.
1123
1124 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1125
1126 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1127 (Write After Approval): Remove myself.
1128
1129 2010-10-15 Tristan Gingold <gingold@adacore.com>
1130
1131 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1132
1133 2010-10-14 Douglas Rupp <rupp@gnat.com>
1134
1135 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1136
1137 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1138
1139 * configure.ac (build_lto_plugin): New shell variable.
1140 (--enable-lto): Turn on by default for all non-ELF platforms that
1141 have had LTO support added so far. Set build_lto_plugin appropriately
1142 for both ELF and non-ELF.
1143 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1144 * configure: Regenerate.
1145
1146 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1147
1148 Sync from src:
1149 * configure.ac (v850 support): Remove target-libgloss from
1150 noconfigdirs.
1151 * configure: Regenerate.
1152
1153 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1154
1155 PR bootstrap/45326
1156 PR bootstrap/45174
1157 * configure.ac: Honor initial values of $build_configargs,
1158 $host_configargs, $target_configargs. Mark the precious, so
1159 environment settings get recorded.
1160 * configure: Regenerate.
1161
1162 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1163
1164 PR bootstrap/45796
1165 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1166 Depend on all-build-libiberty.
1167 * Makefile.in: Regenerate.
1168
1169 2010-09-30 Michael Eager <eager@eagercon.com>
1170
1171 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1172 * configure: Regenerate.
1173
1174 2010-09-28 Michael Eager <eager@eagercon.com>
1175
1176 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1177
1178 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1179
1180 PR bootstrap/44621
1181 * configure.ac: Fix unportable shell quoting.
1182 * configure: Regenerate.
1183
1184 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1185
1186 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1187 targets and amend comment.
1188 * configure: Regenerate.
1189
1190 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1191
1192 * MAINTAINERS (Write After Approval): Add myself.
1193
1194 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1195
1196 * configure.ac: Enable LTO by default on Darwin.
1197 * configure: Regenerate.
1198
1199 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1200
1201 * MAINTAINERS (Write After Approval): Add myself.
1202
1203 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1204
1205 * MAINTAINERS (Write After Approval): Add myself.
1206
1207 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1208
1209 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1210 ports
1211
1212 2010-07-28 David Yuste <david.yuste@gmail.com>
1213
1214 * MAINTAINERS (Write After Approval): Add myself.
1215
1216 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1217
1218 * configure.ac: Support all v850 targets.
1219 * configure: Regenerate.
1220
1221 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1222
1223 PR bootstrap/44455
1224 * configure.ac (extra_mpfr_configure_flags): Copy from
1225 extra_mpc_gmp_configure_flags.
1226 * configure: Re-generated.
1227
1228 2010-07-22 Andi Kleen <ak@linux.intel.com>
1229
1230 * MAINTAINERS (Write After Approval): Add myself.
1231
1232 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1233
1234 * MAINTAINERS (Write After Approval): Add myself.
1235
1236 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1237
1238 * MAINTAINERS (Write After Approval): Add myself.
1239
1240 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1241
1242 PR target/44862
1243 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1244 Provide -B option to allow for link spec %s substitutions for
1245 libstdc++.a on darwin.
1246 * Makefile.in: Regenerate.
1247
1248 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1249
1250 * MAINTAINERS (Reviewers): Update my e-mail address
1251
1252 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1253
1254 * Makefile.def (configure-gcc): Depend on all-libelf.
1255 * Makefile.in: Rebuild.
1256
1257 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1258
1259 * MAINTAINERS (Write After Approval): Add myself in the right place.
1260
1261 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1262
1263 * MAINTAINERS (Write After Approval): Add myself.
1264
1265 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1266
1267 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1268
1269 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1270
1271 * config.sub: Update to version 2010-05-21.
1272 * config.guess: Update to version 2010-04-03.
1273
1274 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1275
1276 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1277 * configure: Regenerate.
1278
1279 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1280
1281 * MAINTAINERS (Write After Approval): Add myself.
1282
1283 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1284
1285 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1286 a platform that supports LTO.
1287 * configure: Regenerate.
1288
1289 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1290
1291 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1292 * configure: Regenerated.
1293
1294 2010-04-27 Roland McGrath <roland@redhat.com>
1295 H.J. Lu <hongjiu.lu@intel.com>
1296
1297 * configure.ac (--enable-gold): Support both, both/gold and
1298 both/bfd to add gold to configdirs without removing ld.
1299 * configure: Regenerated.
1300
1301 * Makefile.def: Add install-gold dependency to install-ld.
1302 * Makefile.in: Regenerated.
1303
1304 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1305
1306 PR lto/42776
1307 * configure.ac (--enable-lto): Refactor handling so libelf tests
1308 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1309 and allow LTO to be explicitly enabled on non-ELF platforms that
1310 are known to support it inside else-clause.
1311 * configure: Regenerate.
1312
1313 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1314
1315 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1316 * configure: Regenerate.
1317
1318 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1319
1320 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1321 * configure: Regenerate.
1322
1323 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1324
1325 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1326 separately.
1327 * configure: Regenerate.
1328
1329 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1330
1331 * MAINTAINERS (Write After Approval): Add myself.
1332
1333 2010-04-14 Tristan Gingold <gingold@adacore.com>
1334
1335 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1336 * configure: Regenerate.
1337
1338 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1339
1340 * configure: Regenerate after change to elf.m4.
1341
1342 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1343
1344 * MAINTAINERS (Write After Approval): Add myself.
1345
1346 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1347
1348 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1349 * configure: Regenerated.
1350
1351 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1352
1353 * configure.ac: Print "buggy but acceptable" when CLooG
1354 revision is less than 9.
1355 * configure: Regenerated.
1356
1357 2010-04-01 Diego Novillo <dnovillo@google.com>
1358
1359 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1360
1361 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1362
1363 PR bootstrap/43615
1364 PR bootstrap/43328
1365
1366 Revert:
1367
1368 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1369
1370 * configure.ac: Do not pass --enable-multilib nor
1371 --disable-multilib in baseargs. Accept explicitly passed
1372 --enable_multilib.
1373 * configure: Regenerate.
1374
1375 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1376
1377 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1378
1379 2010-03-31 Janis Johnson <janis187@us.ibm.com>
1380
1381 * MAINTAINERS: Remove myself.
1382
1383 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1384
1385 PR bootstrap/43328
1386 * configure.ac: Do not pass --enable-multilib nor
1387 --disable-multilib in baseargs. Accept explicitly passed
1388 --enable_multilib.
1389 * configure: Regenerate.
1390
1391 2010-03-28 Andrew Pinski <pinskia@gmail.com>
1392
1393 * MAINTAINERS (spu port): Remove me.
1394
1395 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1396
1397 * configure.ac (tic6x-*-*): New case.
1398 * configure: Regenerate.
1399
1400 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1401
1402 * config.sub: Update to version 2010-03-22.
1403 * config.guess: Update to version 2009-12-30.
1404
1405 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1406
1407 PR ada/42554
1408 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1409 * configure: Regenerate.
1410
1411 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1412
1413 * MAINTAINERS: Update my email address.
1414
1415 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1416
1417 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1418 (ghassan.shobaki@amd.com): Removed.
1419
1420 2010-03-17 Alan Modra <amodra@gmail.com>
1421
1422 * MAINTAINERS: Update my email address.
1423
1424 2010-03-16 Diego Novillo <dnovillo@google.com>
1425
1426 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1427 Matthews.
1428
1429 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1430
1431 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1432 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1433
1434 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1435
1436 * MAINTAINERS: Update my email address.
1437
1438 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1439
1440 * MAINTAINERS: Update my email address.
1441
1442 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1443
1444 * MAINTAINERS: Update my email address.
1445
1446 2010-03-09 Jie Zhang <jie@codesourcery.com>
1447
1448 * MAINTAINERS: Update my email address.
1449
1450 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1451
1452 PR libstdc++/32499
1453 * configure.ac (RANLIB): Default to true.
1454 (STRIP): Likewise.
1455 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1456 * configure: Regenerate.
1457
1458 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
1459
1460 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1461 (Write After Approval): Update my email address.
1462
1463 2010-02-17 Nick Clifton <nickc@redhat.com>
1464
1465 PR 11238
1466 * Makefile.tpl (local-distclean): Also remove config.cache files in
1467 sub-directories as there may not be Makefiles present in the
1468 sub-directories.
1469 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1470 the config.cache files found by the find command.
1471
1472 * Makefile.in: Regenerate.
1473 * configure.ac: Revert previous delta.
1474 * configure: Regenerate.
1475
1476 2010-02-15 Nick Clifton <nickc@redhat.com>
1477
1478 PR 11238
1479 * configure.ac: Delete config.cache files in sub-directories when
1480 deleting Makefiles.
1481 * configure: Regenerate.
1482
1483 2010-02-12 Ben Elliston <bje@gnu.org>
1484
1485 * MAINTAINERS: Update my email address.
1486
1487 2010-02-08 Andrew Pinski <pinskia@gmail.com>
1488
1489 * MAINTAINERS (spu port): Update my email address.
1490
1491 2010-02-08 Jie Zhang <jie.zhang@analog.com>
1492
1493 * MAINTAINERS: Add myself as a maintainer for the bfin port.
1494
1495 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1496
1497 * configure.ac: Add "recommended" version checks for GMP/MPC.
1498 Update recommended GMP/MPFR/MPC versions.
1499 * configure: Regenerate.
1500
1501 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
1502
1503 * MAINTAINERS: Move my Embecosm email address into the
1504 write-after-approval section.
1505
1506 2010-01-26 Ian Lance Taylor <iant@google.com>
1507
1508 * MAINTAINERS: Add myself as Go frontend maintainer.
1509
1510 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1511
1512 PR libstdc++/36101, PR libstdc++/42813
1513 * configure.ac (bootstrap_target_libs): Make inclusion of
1514 target-libgomp conditional on libgomb being in target_configdirs.
1515 * configure: Regenerate.
1516
1517 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1518
1519 PR libstdc++/36101, PR libstdc++/42813
1520 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1521 * configure: Regenerate.
1522
1523 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1524
1525 PR libstdc++/36101, PR libstdc++/42813
1526 * configure.ac (target_configdirs): Substitute.
1527 * Makefile.def: Bootstrap target module libgomp.
1528 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1529 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1530 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1531 * configure, Makefile.in: Regenerate.
1532
1533 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
1534
1535 * MAINTAINERS: Adjust my details.
1536
1537 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
1538
1539 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1540
1541 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
1542
1543 * MAINTAINERS: reindented my entry with tabs instead of spaces.
1544
1545 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
1546
1547 * MAINTAINERS (Write After Approval): Add myself.
1548
1549 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1550
1551 * MAINTAINERS (Write After Approval): Add myself.
1552
1553 2010-01-11 Richard Guenther <rguenther@suse.de>
1554
1555 PR lto/41569
1556 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1557 * Makefile.in: Regenerated.
1558
1559 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
1560
1561 * configure.ac: Enable libjava build on x86_64-*freebsd*.
1562 * configure: Regenerate.
1563
1564 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1565 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1566
1567 PR bootstrap/42424
1568 * configure.ac: Include libtool m4 files.
1569 (_LT_CHECK_OBJDIR): Call it.
1570 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1571 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1572
1573 * configure: Regenerate.
1574
1575 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1576
1577 PR bootstrap/41818
1578 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1579 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1580 * Makefile.in: Regenerate.
1581
1582 2010-01-02 Richard Guenther <rguenther@suse.de>
1583
1584 PR lto/41529
1585 * configure.ac: Include config/elf.m4. Disable LTO if not
1586 builting for an elf target.
1587 * configure: Regenerate.
1588
1589 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
1590
1591 * MAINTAINERS: Change my email address.
1592
1593 2009-12-18 Ben Elliston <bje@au.ibm.com>
1594
1595 * config.sub, config.guess: Update from upstream sources.
1596
1597 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
1598
1599 * MAINTAINERS (Write After Approval): Add myself.
1600
1601 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1602
1603 PR middle-end/30447
1604 PR middle-end/30789
1605 PR other/40302
1606
1607 * configure.ac: Require MPC.
1608 * configure: Regenerate.
1609
1610 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1611
1612 PR target/38384
1613 PR bootstrap/40972
1614 * libtool.m4: Sync from git Libtool.
1615 * ltoptions.m4: Likewise.
1616 * ltversion.m4: Likewise.
1617 * lt~obsolete.m4: Likewise.
1618 * ltmain.sh: Likewise.
1619
1620 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1621
1622 * configure.ac: Update minimum MPC version to 0.8.
1623 * configure: Regenerate.
1624
1625 2009-11-21 Sebastian Pop <sebpop@gmail.com>
1626
1627 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1628 * configure: Regenerated.
1629
1630 2009-11-21 Ian Lance Taylor <iant@google.com>
1631
1632 * configure.ac: Change default of poststage1_ldflags to be empty if
1633 poststage1_libs is set. When poststage1_libs is empty, and
1634 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1635 * configure: Rebuild.
1636
1637 2009-11-21 Adam Nemet <adambnmet@gmail.com>
1638
1639 * MAINTAINERS (Write After Approval): Update my email address.
1640
1641 2009-11-20 Ben Elliston <bje@au.ibm.com>
1642
1643 * config.guess: Update from upstream sources.
1644
1645 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1646
1647 * Makefile.def: Restore host and target settings for gmp.
1648 * Makefile.in: Rebuild.
1649
1650 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1651
1652 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1653 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1654 Fix portability of test of C++ as bootstrap language. Add
1655 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1656 * configure: Rebuild.
1657 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1658 and cloog. Fix in-tree ppl configuration. Introduce libelf
1659 in-tree building.
1660 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1661 (POSTSTAGE1_HOST_EXPORTS): Use it.
1662 (STAGE[+id+]_CXXFLAGS): New.
1663 (BASE_FLAGS_TO_PASS): Pass it down.
1664 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1665 extra_exports.
1666 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1667 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1668 extra_exports.
1669 * Makefile.in: Rebuild.
1670
1671 2009-11-17 Ben Elliston <bje@au.ibm.com>
1672
1673 * config.sub, config.guess: Update from upstream sources.
1674
1675 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1676
1677 * MAINTAINERS (Write After Approval): Add myself.
1678
1679 2009-11-09 Jon Beniston <jon@beniston.com>
1680
1681 * MAINTAINERS (Write After Approval): Add myself.
1682
1683 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1684
1685 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1686 paths for *-w64-mingw* and x86_64-*mingw*.
1687 * configure: Regenerated.
1688
1689 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
1690
1691 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1692
1693 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
1694
1695 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1696 Phil Edwards to Write-After Approval.
1697
1698 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
1699
1700 * configure.ac: Disable target-winsup & co for
1701 x86_64-*-mingw* and *-w64-mingw* targets.
1702 * configure: Regenerated.
1703
1704 2009-10-16 Nick Clifton <nickc@redhat.com>
1705
1706 * MAINTAINERS: Add myself as a maintainer for the RX port.
1707
1708 2009-10-26 Johannes Singler <singler@kit.edu>
1709
1710 * MAINTAINERS (Write After Approval): Update my e-mail address.
1711
1712 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1713
1714 * configure.ac (CLooG test): Use = with test.
1715 * configure: Regenerate.
1716
1717 2009-10-22 Richard Guenther <rguenther@suse.de>
1718
1719 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
1720 cloog if the ppl version check failed. Move flags saving
1721 before setting in libelf check.
1722 * configure: Regenerate.
1723
1724 2009-10-21 Richard Guenther <rguenther@suse.de>
1725
1726 * configure.ac: Adjust the ppl and cloog configure to work as
1727 documented. Disable cloog if ppl was disabled. Omit the version
1728 checks if they were disabled.
1729 * configure: Re-generate.
1730
1731 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1732
1733 * configure.ac: Add 'lto' to enable_languages, not
1734 new_enable_languages, and only if not already present.
1735 * configure: Regenerate.
1736
1737 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
1738
1739 * README: Refer to the various COPYING* files instead of just
1740 COPYING.
1741 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
1742
1743 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
1744
1745 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
1746
1747 2009-10-07 Richard Guenther <rguenther@suse.de>
1748
1749 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
1750 and Richard Guenther as reviewers.
1751 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
1752 as reviewers.
1753
1754 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
1755
1756 * config.sub: Update from upstream sources.
1757
1758 2009-10-06 Ian Lance Taylor <iant@google.com>
1759
1760 * Makefile.def: check-gold depends upon all-gas.
1761 * Makefile.in: Rebuild.
1762
1763 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
1764
1765 * MAINTAINERS (Write After Approval): Add myself.
1766
1767 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
1768
1769 * Makefile.def: all-lto-plugin depends on all-libiberty.
1770 set bootstrap=true for lto-plugin.
1771 Add lto-plugin.
1772 * Makefile.in: Regenerate.
1773 * configure.ac (host_libs): Add lto-plugin.
1774 * configure: Regenerate.
1775
1776 2009-10-03 Diego Novillo <dnovillo@google.com>
1777
1778 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
1779 (HOST_LIBELFLIBS): Define.
1780 (HOST_LIBELFINC): Define.
1781 * Makefile.in: Regenerate.
1782 * configure.ac: Add --enable-lto.
1783 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
1784 If --enable-lto is used, add 'lto' to new_enable_languages.
1785 If --enable-lto is used and gold is enabled, add
1786 lto-plugin to configdirs.
1787 * configure: Regenerate.
1788
1789 2009-10-03 Simon Baldwin <simonb@google.com>
1790
1791 * configure.ac: If --with-system-zlib, suppress local zlib and
1792 pass --with-system-zlib to subdir configure scripts.
1793 * configure: Regenerate.
1794
1795 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
1796 Paolo Bonzini <bonzini@gnu.org>
1797
1798 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
1799 $(srcdir).
1800 * Makefile.in: Rebuilt.
1801
1802 2009-09-26 Gary Funck <gary@intrepid.com>
1803
1804 * MAINTAINERS (Write After Approval): Add myself.
1805
1806 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1807
1808 * configure.ac: Update minimum MPC version to 0.7.
1809 * configure: Regenerate.
1810
1811 2009-09-25 Nick Clifton <nickc@redhat.com>
1812
1813 * configure.ac: Pass any --cache-file=/dev/null option on to
1814 subconfigures.
1815 * configure: Regenerate.
1816
1817 2009-09-23 Nick Clifton <nickc@redhat.com>
1818
1819 * config.sub, config.guess: Update from upstream sources.
1820
1821 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
1822
1823 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
1824 * Makefile.in: Rebuilt.
1825
1826 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1827
1828 PR bootstrap/32272
1829 * configure.ac: Error out if $srcdir isn't '.' but contains
1830 host-${host_noncanonical}.
1831 * configure: Regenerate.
1832
1833 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1834
1835 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
1836 maintainer.
1837
1838 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1839
1840 * configure.ac: If bootstrapping a combined tree with
1841 --enable-gold, require c++ in stage1_languages.
1842 * configure: Regenerate.
1843
1844 * configure.ac: Also add target_libs of stage1_languages to
1845 bootstrap_target_libs.
1846 * configure: Regenerate.
1847
1848 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
1849 with --enable-languages not containing c++.
1850 * configure: Regenerate.
1851
1852 2009-09-15 Jie Zhang <jie.zhang@analog.com>
1853
1854 * configure.ac: Disable java and boehm-gc for bfin-*-*.
1855 * configure: Regenerate.
1856
1857 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
1858
1859 * MAINTAINERS (Write After Approval): Update my e-mail address,
1860 and move from from here...
1861 (Waiting for paperwork): To here.
1862
1863 2009-09-09 Joseph Myers <joseph@codesourcery.com>
1864
1865 * MAINTAINERS (Reviewers): Add self as driver reviewer.
1866
1867 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1868
1869 * configure.ac: Do not use $extrasub for replacing @if/@endif
1870 parts in Makefile; instead, use additional arguments to
1871 AC_CONFIG_COMMANDS to do the replacement manually, with several
1872 sed invocations, to avoid HP-UX sed command limits.
1873 * configure: Regenerate.
1874
1875 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
1876
1877 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
1878 blank before -L.
1879
1880 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
1881
1882 * configure.ac (with-build-config): Document. Handle without.
1883 Handle missing argument.
1884 * configure: Rebuilt.
1885
1886 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
1887
1888 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
1889 Default to bootstrap-debug only if compare-debug works.
1890 * configure: Rebuilt.
1891 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
1892 * Makefile.in: Rebuilt.
1893
1894 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1895
1896 * MAINTAINERS (OS Port Maintainers): Update my email address.
1897
1898 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
1899
1900 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
1901 * Makefile.in: Rebuilt.
1902
1903 2009-09-01 Chris Demetriou <cgd@google.com>
1904
1905 * MAINTAINERS (Write After Approval): Add myself.
1906
1907 2009-08-31 Dodji Seketeli <dodji@redhat.com>
1908
1909 PR debug/30161
1910 * include/dwarf2.h (enum dwarf_tag): Added
1911 DW_TAG_GNU_template_template_param
1912 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
1913
1914 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
1915
1916 * Makefile.tpl (AWK): Fix typo.
1917 * Makefile.in: Regenerate.
1918
1919 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
1920
1921 * configure.ac: Detect awk and sed.
1922 * Makefile.def (flags_to_pass): Add AWK and SED.
1923 * Makefile.tpl (AWK, SED): New.
1924 (BASE_FLAGS_TO_PASS): Add AWK and SED.
1925 * configure: Regenerate.
1926 * Makefile.in: Regenerate.
1927
1928 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
1929
1930 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
1931 (collapseslashes): Likewise.
1932
1933 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1934
1935 * configure.ac (AC_PREREQ): Bump to 2.64.
1936
1937 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1938
1939 * configure.ac: Remove --with-datarootdir, --with-docdir,
1940 --with-pdfdir, --with-htmldir switches.
1941 * configure: Regenerate.
1942
1943 * configure: Regenerate.
1944
1945 * compile: Sync from Automake 1.11.
1946 * depcomp: Likewise.
1947 * install-sh: Likewise.
1948 * missing: Likewise.
1949 * mkinstalldirs: Likewise.
1950 * ylwrap: Likewise.
1951
1952 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
1953
1954 * ltmain.sh (func_normal_abspath): New function.
1955 (func_relative_path): Likewise.
1956 (func_mode_help): Document new -bindir option for link mode.
1957 (func_mode_link): Add new -bindir option, and use it to place
1958 output DLL if specified.
1959
1960 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1961
1962 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
1963 (baseargs): Add --disable-option-checking.
1964 * configure: Regenerate.
1965
1966 * Makefile.def (configure-target-libiberty): Depend on
1967 all-binutils and all-ld.
1968 (configure-target-newlib): Likewise.
1969 * Makefile.in: Regenerate.
1970
1971 2009-08-17 Ben Elliston <bje@au.ibm.com>
1972
1973 * config.sub, config.guess: Update from upstream sources.
1974
1975 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1976
1977 Sync from src, merge:
1978
1979 2009-07-02 Tristan Gingold <gingold@adacore.com>
1980
1981 * configure.ac: Do not exclude gas for i386-*-darwin.
1982 Add a case for x86_64-*-darwin.
1983 * configure: Regenerate.
1984
1985 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
1986
1987 * MAINTAINERS: Add my name to Write After Approval list.
1988
1989 2009-08-06 Michael Eager <eager@eagercon.com>
1990
1991 * configure.ac: Add Microblaze target.
1992 * configure: Regenerate.
1993
1994 2009-07-31 Christian Bruel <christian.bruel@st.com>
1995
1996 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1997 * configure: Regenerate.
1998
1999 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2000
2001 * MAINTAINERS (Write After Approval): Update my e-mail address.
2002
2003 2009-07-06 Ian Lance Taylor <iant@google.com>
2004
2005 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2006 * configure: Rebuild.
2007
2008 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2009
2010 * MAINTAINERS: Move myself to the Graphite Reviewers.
2011
2012 2009-06-30 Wei Guozhi <carrot@google.com>
2013
2014 * MAINTAINERS: Add my name to Write After Approval list.
2015
2016 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2017
2018 PR bootstrap/40338
2019 * configure.ac (comparestring): Create new variable.
2020 * Makefile.tpl (comparestring): Use to skip some comparisions.
2021 * configure: Regenerate.
2022 * Makefile.in: Regenerate.
2023
2024 2009-06-26 Doug Evans <dje@sebabeach.org>
2025
2026 * Makefile.def (host_modules): Add cgen.
2027 * Makefile.in: Regenerate.
2028 * configure.ac (host_tools): Add cgen.
2029 * configure: Regenerate.
2030
2031 2009-06-23 DJ Delorie <dj@redhat.com>
2032
2033 * MAINTAINERS: Add myself as mep maintainer.
2034
2035 2009-06-23 Ian Lance Taylor <iant@google.com>
2036
2037 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2038 boot_languages. Only bootstrap target libraries listed in
2039 target_libs for some boot language. Add --with-stage1-ldflags,
2040 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2041 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2042 if not building with C++.
2043 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2044 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2045 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2046 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2047 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2048 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2049 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2050 * configure, Makefile.in: Rebuild.
2051
2052 2009-06-23 Li Feng <nemokingdom@gmail.com>
2053
2054 * MAINTAINERS: Added my name to write-after-approval list.
2055
2056 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2057
2058 * configure.ac: Define is_elf for QNX Neutrino targets.
2059 * configure: Regenerate.
2060
2061 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2062
2063 * MAINTAINERS: Added my name to the write-after-approval list
2064
2065 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2066
2067 * configure.ac: Detect MPC in default directory.
2068 * configure: Regenerate.
2069
2070 2009-06-03 Jerome Guitton <guitton@adacore.com>
2071 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2072
2073 * Makefile.tpl (all): Avoid a trailing backslash.
2074 * Makefile.in: Regenerate.
2075
2076 2009-06-03 Ben Elliston <bje@au.ibm.com>
2077
2078 * config.sub, config.guess: Update from upstream sources.
2079
2080 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2081
2082 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2083 to noconfdirs.
2084 * configure: Regenerate.
2085
2086 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2087
2088 * Makefile.tpl ([+compare-target+]): Compare all stage
2089 directories, rather than just gcc.
2090 * Makefile.in: Rebuilt.
2091
2092 2009-06-01 Doug Kwan <dougkwan@google.com>
2093
2094 * configure.ac: Support gold for target arm*-*-*.
2095 * configure: Regenerate.
2096
2097 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2098
2099 * Makefile.def: Add MPC support and dependencies.
2100 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2101
2102 * Makefile.in, configure: Regenerate.
2103
2104 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2105
2106 * Makefile.tpl (all): Avoid harmless warning in make all when
2107 gcc-bootstrap is enabled but stage_last does not exist.
2108 * Makefile.in: Rebuilt.
2109
2110 2009-05-24 Nicolas Roche <roche@adacore.com>
2111
2112 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2113 * Makefile.in: Regenerate.
2114
2115 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2116
2117 * MAINTAINERS: Update my e-mail address.
2118
2119 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2120
2121 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2122 * configure: Regenerate.
2123
2124 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2125
2126 PR other/40159
2127 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2128 gcc-no-bootstrap are mutually exclusive.
2129 * Makefile.in: Rebuilt.
2130
2131 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2132
2133 PR other/40159
2134 * Makefile.tpl (all): Don't end with unconditional success.
2135 * Makefile.in: Rebuilt.
2136
2137 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2138
2139 PR target/37137
2140 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2141 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2142 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2143 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2144 stage_configureflags, stage_cflags and stage_libcflags into
2145 explicit Makefile macros.
2146 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2147 GFORTRAN.
2148 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2149 CC. Set CC_FOR_BUILD from CC.
2150 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2151 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2152 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2153 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2154 and GFORTRAN.
2155 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2156 (_LIBCFLAGS): Renamed to _TFLAGS.
2157 (do-compare-debug, do-compare3-debug): Drop.
2158 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2159 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2160 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2161 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2162 (XGCC_FLAGS_FOR_TARGET): New.
2163 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2164 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2165 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2166 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2167 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2168 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2169 TFLAGS.
2170 (BUILD_CONFIG): Include if requested.
2171 (all): Set TFLAGS on bootstrap.
2172 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2173 (all-stageid-prefixmodule): Likewise.
2174 (do-clean, distclean-stageid): Set TFLAGS.
2175 (restrap): Fix whitespace.
2176 * Makefile.in: Rebuilt.
2177
2178 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2179
2180 * config.guess: Sync with src.
2181
2182 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2183
2184 * configure.ac ($with_ppl): Default to no if not supplied.
2185 ($with_cloog): Likewise.
2186 configure: Regenerate.
2187
2188 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2189
2190 * MAINTAINERS: Update my e-mail address.
2191
2192 2009-04-27 Nick Clifton <nickc@redhat.com>
2193
2194 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2195
2196 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2197
2198 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2199 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2200 * Makefile.in: Regenerate.
2201
2202 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2203
2204 PR bootstrap/39739
2205 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2206 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2207
2208 * configure, Makefile.in: Regenerate.
2209
2210 2009-04-21 Taras Glek <tglek@mozilla.com>
2211
2212 * include/hashtab.h: Update GTY annotations to new syntax
2213 * include/splay-tree.h: Likewise
2214
2215 2009-04-17 Ben Elliston <bje@au.ibm.com>
2216
2217 * config.sub, config.guess: Update from upstream sources.
2218
2219 2009-04-15 Anthony Green <green@moxielogic.com>
2220
2221 * configure.ac: Add moxie support.
2222 * configure: Rebuilt.
2223
2224 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2225
2226 * configure.ac: Change copyright header to refer to version
2227 3 of the GNU General Public License and to point readers at the
2228 COPYING3 file and the FSF's license web page.
2229 * Makefile.def: Likewise.
2230 * Makefile.tpl: Likewise.
2231 * Makefile.in: Regenerate.
2232
2233 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2234
2235 * configure.ac: Restore match for darwin9 or later. Use double
2236 brackets since regeneration eats one pair.
2237 * configure: Regenerate.
2238
2239 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2240
2241 PR gas/10039
2242 * configure.ac: Require texinfo 4.7.
2243 * configure: Regenerated.
2244
2245 2009-04-09 Nick Clifton <nickc@redhat.com>
2246
2247 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2248 the GCC Runtime Library Exception.
2249
2250 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2251
2252 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2253 * configure: Regenerate.
2254
2255 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2256
2257 * Makefil.def (languages): New entries.
2258 * Makefile.tpl (check-gcc-*): New generic target.
2259 * Makefile.in: Regenerate.
2260
2261 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2262
2263 * MAINTAINERS: Update my email address.
2264
2265 2009-03-18 Tom Tromey <tromey@redhat.com>
2266
2267 * configure: Rebuild.
2268 * configure.ac (host_libs): Add libiconv.
2269 * Makefile.in: Rebuild.
2270 * Makefile.def (host_modules): Add libiconv.
2271 (configure-gdb, all-gdb): Depend on libiconv.
2272
2273 2009-03-16 Tristan Gingold <gingold@adacore.com>
2274
2275 * configure.ac: Treat gdb as supported on x86_64-darwin.
2276 * configure: Regenerate.
2277
2278 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2279
2280 * configure.ac (--with-host-libstdcxx): New option.
2281 * configure: Regenerate.
2282
2283 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2284
2285 * MAINTAINERS: Move myself into the write after approval list.
2286
2287 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2288
2289 * MAINTAINERS: Update e-mail address.
2290
2291 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2292
2293 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2294
2295 2009-03-10 Ira Rosen <irar@il.ibm.com>
2296
2297 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2298
2299 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2300
2301 Backport from git Libtool:
2302
2303 2009-01-19 Robert Millan <rmh@aybabtu.com>
2304 Support GNU/kOpenSolaris.
2305 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2306 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2307 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2308 GNU/kOpenSolaris.
2309
2310 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2311
2312 * MAINTAINERS: Update e-mail address.
2313
2314 2009-02-24 Michael Eager <eager@eagercon.com>
2315
2316 * MAINTAINERS (Write After Approval): Add self.
2317
2318 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2319
2320 * MAINTAINERS (Write After Approval): Add myself.
2321
2322 2009-02-05 Andreas Schwab <schwab@suse.de>
2323
2324 * Makefile.tpl (stage_last): Define $r and $s before using
2325 $(RECURSE_FLAGS_TO_PASS).
2326 * Makefile.in: Regenerate
2327
2328 2009-01-30 Ian Lance Taylor <iant@google.com>
2329
2330 * MAINTAINERS: Move myself to the Global Reviewers list.
2331
2332 2009-01-29 Robert Millan <rmh@aybabtu.com>
2333
2334 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2335 * configure: Regenerate.
2336
2337 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2338
2339 * MAINTAINERS: Make whitespace consistent.
2340 Remove Robert Millan from Write After Approval.
2341
2342 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2343
2344 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2345 (all-opcodes): Depend on all-libiberty.
2346 * Makefile.in: Regenerate.
2347
2348 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2349
2350 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2351 * configure: Regenerate.
2352
2353 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2354
2355 * MAINTAINERS (Write After Approval): Add myself.
2356
2357 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2358
2359 * MAINTAINERS: Add myself to reviewers (Fortran).
2360
2361 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2362
2363 PR tree-optimization/38515
2364 * configure.ac (cloog-polylib): Removed.
2365 (with_ppl, with_cloog): Test for "no".
2366 * configure: Regenerated.
2367
2368 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
2369
2370 * MAINTAINERS: Moved myself to reviewers (Fortran).
2371
2372 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2373
2374 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2375 (Write After Approval): Remove myself.
2376
2377 2009-01-03 Diego Novillo <dnovillo@google.com>
2378
2379 * MAINTAINERS: Remove myself from alias maintainership.
2380
2381 2009-01-02 David Ayers <ayers@fsfe.org>
2382
2383 * MAINTAINERS: Update e-mail address.
2384
2385 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2386
2387 * MAINTAINERS: Make whitespace consistent.
2388
2389 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2390
2391 Backport from upstream Libtool:
2392 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2393 Add cache variables to tests that require the linker to work.
2394 For shlibpath_overrides_runpath, this also changes the semantics
2395 to let the result from the C compiler take precedence.
2396
2397 2008-12-02 Ben Elliston <bje@au.ibm.com>
2398
2399 * config.sub, config.guess: Update from upstream sources.
2400
2401 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2402
2403 * configure.ac (ppllibs): Add by default the lib flags.
2404 * configure: Regenerate.
2405
2406 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
2407
2408 * MAINTAINERS: Add myself to the write after approval list.
2409
2410 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2411
2412 * configure.ac: Add double brackets on darwin[912].
2413 * configure: Regenerate.
2414
2415 2008-12-03 Daniel Kraft <d@domob.eu>
2416
2417 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2418 Approval to Reviewer section (for Fortran front-end).
2419
2420 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2421
2422 * configure.ac: Expand to darwin10 and later.
2423 * configure: Regenerate.
2424
2425 2008-12-02 Andreas Schwab <schwab@suse.de>
2426
2427 * Makefile.def: configure-target-boehm-gc depends on
2428 all-target-libstdc++-v3.
2429 * Makefile.in: Regenerate.
2430
2431 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
2432
2433 * MAINTAINERS: Add myself as mingw maintainer.
2434
2435 2008-12-02 Ben Elliston <bje@au.ibm.com>
2436
2437 * config.sub, config.guess: Update from upstream sources.
2438
2439 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2440
2441 * README.SCO: Remove.
2442
2443 2008-11-29 Fernando Pereira <pronesto@gmail.com>
2444
2445 * MAINTAINERS: Add myself to the write after approval list.
2446
2447 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2448
2449 * MAINTAINERS: Update my email address in WAA section.
2450
2451 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
2452
2453 * MAINTAINERS: Update e-mail address.
2454
2455 2008-11-27 Toon Moene <toon@moene.org>
2456
2457 * MAINTAINERS: Change e-mail address.
2458
2459 2008-11-27 Tristan Gingold <gingold@adacore.com>
2460
2461 * configure.ac: Build gdb for i?86-*-darwin*
2462 * configure: Regenerated.
2463
2464 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
2465
2466 * MAINTAINERS: Added my full name.
2467
2468 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2469
2470 PR bootstrap/38014
2471 PR bootstrap/37923
2472
2473 Revert:
2474
2475 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2476
2477 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2478 * Makefile.in: Regenerated.
2479
2480 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2481
2482 PR gdb/921
2483 PR gdb/1646
2484 PR gdb/2175
2485 PR gdb/2176
2486
2487 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2488 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2489 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2490 (HOST_EXPORTS): Pass CPPFLAGS.
2491 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2492 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2493 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2494 * Makefile.in, configure: Regenerated.
2495 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2496 and CPPFLAGS_FOR_BUILD.
2497
2498 2008-11-06 Jeff Law <law@redhat.com>
2499
2500 * MAINTAINERS: Add myself as middle end maintainer.
2501
2502 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
2503
2504 * MAINTAINERS (Write after approval): Add myself.
2505
2506 2008-11-05 Diego Novillo <dnovillo@google.com>
2507
2508 * MAINTAINERS (Global Reviewers): Add myself.
2509 (Non-Algorithmic Maintainers): Remove myself.
2510
2511 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
2512
2513 * MAINTAINERS (Write after approval): Add myself.
2514
2515 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
2516
2517 * MAINTAINERS (Write after approval): Add myself.
2518
2519 2008-10-31 Ben Elliston <bje@au.ibm.com>
2520
2521 * configure.ac (spu-*-*): Remove special case.
2522 * configure: Regenerate.
2523
2524 2008-10-30 Catherine Moore <clm@codesourcery.com>
2525
2526 * MAINTAINERS (Write after approval): Update my email address.
2527
2528 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2529
2530 * configure.ac [spu-*-*]: Do not set skipdirs.
2531 * configure: Re-generate.
2532
2533 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
2534
2535 * MAINTAINERS (Various Maintainers): Add myself to reload.
2536
2537 2008-10-25 Richard Guenther <rguenther@suse.de>
2538
2539 * MAINTAINERS (Various Maintainers): Add myself as middle-end
2540 maintainer. Remove myself as libgcc-math maintainer.
2541 (Non-Algorithmic Maintainers): Remove myself.
2542
2543 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2544
2545 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2546 * Makefile.in: Regenerated.
2547
2548 2008-10-23 Cary Coutant <ccoutant@google.com>
2549
2550 * MAINTAINERS (Write after approval): Add myself.
2551
2552 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2553
2554 PR gdb/921
2555 PR gdb/1646
2556 PR gdb/2175
2557 PR gdb/2176
2558
2559 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2560 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2561 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2562 (HOST_EXPORTS): Pass CPPFLAGS.
2563 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2564 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2565 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2566 * Makefile.in, configure: Regenerated.
2567 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2568 and CPPFLAGS_FOR_BUILD.
2569
2570 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
2571
2572 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2573 Sebastian Pop.
2574
2575 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
2576
2577 * MAINTAINERS (Write After Approval): Added myself.
2578
2579 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2580
2581 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2582 recommended version to 2.3.2.
2583
2584 * configure: Regenerate.
2585
2586 2008-10-01 Mark Mitchell <mark@codesourcery.com>
2587
2588 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2589
2590 2008-09-29 David Daney <david.daney@caviumnetworks.com>
2591
2592 * MAINTAINERS (Write After Approval): Update e-mail address.
2593
2594 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
2595
2596 * libtool.m4: Update to libtool 2.2.6.
2597 * lt~obsolete.m4: Update to libtool 2.2.6.
2598 * ltmain.sh: Update to libtool 2.2.6.
2599 * ltsugar.m4: Update to libtool 2.2.6.
2600 * ltversion.m4: Update to libtool 2.2.6.
2601 * ltoptions.m4: Update to libtool 2.2.6.
2602 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2603
2604 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
2605
2606 * MAINTAINERS (Write After Approval): Add myself.
2607
2608 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2609
2610 * MAINTAINERS (Write After Approval): Update my name.
2611
2612 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
2613
2614 * MAINTAINERS: Add myself in "Write After Approval".
2615
2616 2008-09-18 Steve Ellcey <sje@cup.hp.com>
2617
2618 * MAINTAINERS: Add myself as ia64 maintainer.
2619
2620 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
2621
2622 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2623 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2624 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2625 and Michael Tiemann from Write After Approval since they do not
2626 actually have access.
2627
2628 2008-09-05 Richard Guenther <rguenther@suse.de>
2629
2630 * configure.ac: Initialize clooglibs to -lcloog.
2631 * configure: Re-generate.
2632
2633 2008-09-04 Le-Chun Wu <lcwu@google.com>
2634
2635 * MAINTAINERS (Write After Approval): Add myself.
2636
2637 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2638
2639 * configure.ac (--with-cloog-polylib): New.
2640 (--disable-cloog-version-check): New.
2641 (--disable-ppl-version-check): New.
2642 * configure: Re-generate.
2643
2644 2008-09-03 Richard Guenther <rguenther@suse.de>
2645
2646 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2647 cloog test.
2648 * configure: Re-generate.
2649
2650 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
2651
2652 Add picoChip port.
2653 * MAINTAINERS: Add picoChip maintainers.
2654
2655 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2656 Tobias Grosser <grosser@fim.uni-passau.de>
2657 Jan Sjodin <jan.sjodin@amd.com>
2658 Harsha Jagasia <harsha.jagasia@amd.com>
2659 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2660 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2661 Adrien Eliche <aeliche@isty.uvsq.fr>
2662
2663 Merge from graphite branch.
2664 * configure: Regenerate.
2665 * Makefile.in: Regenerate.
2666 * configure.ac (host_libs): Add ppl and cloog.
2667 Add checks for PPL and CLooG.
2668 * Makefile.def (ppl, cloog): Added modules and dependences.
2669 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2670 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2671
2672 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2673
2674 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2675 (GCC_SHLIB_SUBDIR): New.
2676 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2677 * configure: Regenerate.
2678 * Makefile.in: Regenerate.
2679
2680 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2681
2682 * MAINTAINERS: Consistently use tabs to separate columns.
2683
2684 2008-08-29 Tristan Gingold <gingold@adacore.com>
2685
2686 * MAINTAINERS (Write after Approval): Add myself.
2687
2688 2008-08-28 Tristan Gingold <gingold@adacore.com>
2689
2690 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2691 Enable bfd, binutils and opcodes.
2692 * configure: Regenerate.
2693
2694 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2695
2696 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
2697
2698 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
2699
2700 * MAINTAINERS: Use correct Umlaut for last name.
2701
2702 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2703
2704 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
2705
2706 2008-08-16 David Edelsohn <edelsohn@gnu.org>
2707
2708 * MAINTAINERS: Update my email address.
2709
2710 2008-08-16 Nicolas Roche <roche@adacore.com>
2711
2712 * Makefile.tpl: Add BOOT_ADAFLAGS.
2713 * Makefile.in: Regenerate.
2714
2715 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
2716
2717 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2718 * configure: Regenerate.
2719
2720 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2721
2722 * configure.ac: Add makefile fragments for hpux.
2723 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2724 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2725 * configure: Regenerate.
2726 * Makefile.in: Regenerate.
2727
2728 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
2729
2730 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
2731
2732 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
2733
2734 * MAINTAINERS (Write after Approval): Add myself.
2735
2736 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
2737
2738 * MAINTAINERS (Write After Approval): Add myself.
2739
2740 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
2741
2742 * MAINTAINERS (Write After Approval): Add myself.
2743
2744 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
2745
2746 * MAINTAINERS: Update my email address.
2747
2748 2008-06-25 Joey Ye <joey.ye@intel.com>
2749
2750 * MAINTAINERS (Write After Approval): Add myself.
2751
2752 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2753
2754 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2755 * Makefile.in: Regenerate.
2756 * configure: Regenerate.
2757
2758 2008-06-17 Daniel Kraft <d@domob.eu>
2759
2760 * MAINTAINERS (Write After Approval): Add myself.
2761
2762 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2763
2764 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2765 "$@" is still intact with both Autoconf 2.59 and 2.62.
2766 * configure: Regenerate.
2767
2768 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2769
2770 * Makefile.tpl: Fix comment errors.
2771 * Makefile.in: Regenerate.
2772
2773 2008-06-12 David S. Miller <davem@davemloft.net>
2774 David Edelsohn <edelsohn@gnu.org>
2775
2776 * configure.ac: Add powerpc*-*-* to gold supported targets.
2777 * configure: Regenerate.
2778
2779 2008-06-08 Joseph Myers <joseph@codesourcery.com>
2780
2781 PR tree-optimization/36218
2782 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2783 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2784 (all prefix="build-"): Pass them to build-system sub-makes.
2785 * Makefile.in: Regenerate.
2786
2787 2008-06-07 Joseph Myers <joseph@codesourcery.com>
2788
2789 * MAINTAINERS (mt port): Remove.
2790 (sco5, unixware, sco udk): Remove.
2791 (Kean Johnston): Add to Write After Approval.
2792
2793 2008-05-30 Julian Brown <julian@codesourcery.com>
2794
2795 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2796 of libobjc for ARM EABI Linux.
2797 * configure: Regenerate.
2798
2799 2008-05-18 Xinliang David Li <davidxl@google.com>
2800
2801 * ChangeLog: Remove wrong ChangeLog entry.
2802
2803 2008-05-17 Xinliang David Li <davidxl@google.com>
2804
2805 * MAINTAINERS (Write After Approval): Add myself.
2806
2807 2008-05-15 Janus Weil <janus@gcc.gnu.org>
2808
2809 * MAINTAINERS (Write After Approval): Add myself.
2810
2811 2008-05-14 Rafael Espíndola <espindola@google.com>
2812
2813 * config-ml.in: don't handle --enable-shared and --enable-static.
2814
2815 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
2816
2817 * MAINTAINERS: Update my email address.
2818
2819 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
2820
2821 * MAINTAINERS: Update my email address.
2822
2823 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
2824
2825 * MAINTAINERS (Write After Approval): Add myself.
2826
2827 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
2828
2829 * MAINTAINERS (Write After Approval): Add myself.
2830
2831 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
2832
2833 * MAINTAINERS (crx): Add myself.
2834
2835 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2836
2837 Sync with src:
2838 2008-04-14 David S. Miller <davem@davemloft.net>
2839
2840 * configure.ac: Add sparc*-*-* to gold supported targets.
2841 * configure: Regenerate.
2842
2843 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2844
2845 PR bootstrap/35457
2846 * configure.ac: Include override.m4.
2847 * configure: Regenerate.
2848
2849 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2850
2851 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2852 * Makefile.in: Regenerate.
2853
2854 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2855
2856 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
2857 as nonconfigurable directories list.
2858 * configure: Regenerate.
2859
2860 2008-04-14 Ben Elliston <bje@au.ibm.com>
2861
2862 * config.sub, config.guess: Update from upstream sources.
2863
2864 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
2865
2866 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
2867 * Makefile.in: Regenerate.
2868
2869 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2870
2871 * configure.ac: Do not build libssp for the AVR.
2872 * configure: Regenerate.
2873
2874 2008-04-07 Ian Lance Taylor <iant@google.com>
2875
2876 * Makefile.def: check-gold depends upon all-binutils.
2877 * Makefile.in: Regenerate.
2878
2879 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
2880
2881 * MAINTAINERS (Write After Approval): Add myself.
2882
2883 2008-04-04 Nick Clifton <nickc@redhat.com>
2884
2885 PR binutils/4334
2886 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2887 builds.
2888 * configure: Regenerate.
2889
2890 2008-04-04 NightStrike <NightStrike@gmail.com>
2891
2892 PR other/35151
2893 * configure.ac: Combine rules for mingw32 and mingw64.
2894 * configure: Regenerate.
2895
2896 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
2897
2898 * MAINTAINERS (Write After Approval): Add myself.
2899
2900 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
2901
2902 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
2903 * Makefile.in (.NOTPARALLEL): Ditto.
2904
2905 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
2906
2907 * MAINTAINERS (Write After Approval): Add myself.
2908
2909 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
2910
2911 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
2912 * Makefile.in (.NOTPARALLEL): Regenerate.
2913
2914 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
2915
2916 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
2917 * Makefile.in: Regenerate.
2918
2919 2008-03-26 Jakub Staszak <kuba@et.pl>
2920
2921 * MAINTAINERS (Write After Approval): Add myself.
2922
2923 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
2924
2925 * MAINTAINERS: Update e-mail address.
2926
2927 2008-03-20 Ian Lance Taylor <iant@google.com>
2928
2929 * configure.ac: Add support for --enable-gold.
2930 * Makefile.def: Add gold as a directory like ld.
2931 * configure, Makefile.in: Regenerate.
2932
2933 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2934
2935 * configure.ac: m4_include config/proginstall.m4.
2936 * configure: Regenerate.
2937
2938 Backport from upstream Libtool:
2939
2940 2007-10-12 Eric Blake <ebb9@byu.net>
2941
2942 Deal with Autoconf 2.62's semantic change in m4_append.
2943 * ltsugar.m4 (lt_append): Replace broken versions of
2944 m4_append.
2945 (lt_if_append_uniq): Don't require separator to be overquoted,
2946 and avoid broken m4_append.
2947 (lt_dict_add): Fix typo.
2948 * libtool.m4 (_LT_DECL): Don't overquote separator.
2949
2950 2008-03-13 David Edelsohn <edelsohn@gnu.org>
2951
2952 * config.rpath: Add AIX 6 support.
2953
2954 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
2955
2956 * Makefile.def (stageprofile). Remove -fprofile-generate
2957 from stage_libcflags.
2958 * Makefile.in: Regenerate.
2959
2960 2008-03-13 Ben Elliston <bje@au.ibm.com>
2961
2962 * config.sub, config.guess: Update from upstream sources.
2963
2964 2008-03-06 Tom Tromey <tromey@redhat.com>
2965
2966 * MAINTAINERS: Update for treelang deletion.
2967
2968 2008-03-03 James E. Wilson <wilson@tuliptree.org>
2969
2970 * MAINTAINERS: Update my email address.
2971
2972 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
2973
2974 * MAINTAINERS (darwin port): Add myself as a maintainer.
2975 (objective-c/c++): Add myself as a maintainer.
2976
2977 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
2978
2979 * MAINTAINERS (Write After Approval): Update my email address.
2980
2981 2008-02-25 Tomas Bily <tbily@suse.cz>
2982
2983 * MAINTAINERS (Write After Approval): Add myself.
2984
2985 2008-02-23 Jakub Jelinek <jakub@redhat.com>
2986
2987 * MAINTAINERS (OpenMP): Add myself.
2988
2989 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
2990
2991 PR bootstrap/32009
2992 PR bootstrap/32161
2993
2994 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2995 * configure: Regenerate.
2996
2997 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2998 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2999 STAGE4_LIBCFLAGS): New.
3000 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3001 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3002 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3003 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3004 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3005 for target modules. Don't export LIBCFLAGS.
3006 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3007 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3008 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3009 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3010 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3011 * Makefile.in: Regenerate.
3012
3013 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3014
3015 PR libgcj/33085
3016 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3017 Do not use -DDLL_EXPORT. Backport from upstream.
3018
3019 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3020
3021 * MAINTAINERS (Write After Approval): Add myself.
3022
3023 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3024
3025 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3026 * configure: Regenerate.
3027
3028 2008-01-31 Marc Gauthier <marc@tensilica.com>
3029
3030 * configure.ac (xtensa*-*-*): Recognize processor variants.
3031 * configure: Regenerate.
3032
3033 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3034
3035 PR bootstrap/34922
3036 * configure.ac (PARSE_ARGS): Push suitable setting of
3037 ac_subdirs_all, for `./configure --help=recursive'.
3038 Handle `+' in generic toplevel directory disabling.
3039 * configure: Regenerate.
3040
3041 2008-01-28 Nick Clifton <nickc@redhat.com>
3042
3043 * MAINTAINERS (xstormy16): Take over maintainership.
3044
3045 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3046
3047 * MAINTAINERS (c4x port): Remove.
3048
3049 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3050
3051 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3052
3053 2008-01-23 Ben Elliston <bje@au.ibm.com>
3054
3055 * config.sub, config.guess: Update from upstream sources.
3056
3057 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3058
3059 * MAINTAINERS (Write After Approval): Add myself.
3060
3061 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3062
3063 * MAINTAINERS: Update my email address.
3064
3065 2008-01-09 Raksit Ashok <raksit@google.com>
3066
3067 * MAINTAINERS (Write After Approval): Add myself.
3068
3069 2008-01-09 Raksit Ashok <raksit@google.com>
3070
3071 * MAINTAINERS (Write After Approval): Add myself.
3072
3073 2008-01-08 Ben Elliston <bje@au.ibm.com>
3074
3075 * config.sub, config.guess: Update from upstream sources.
3076
3077 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3078
3079 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3080 Change recommended MPFR from 2.2.1 -> 2.3.0.
3081 * configure: Regenerate.
3082
3083 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3084
3085 * MAINTAINERS: Update my email address.
3086
3087 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3088
3089 * MAINTAINERS: Update my email address.
3090
3091 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3092
3093 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3094 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3095 * Makefile.in: Regenerate.
3096
3097 2007-12-10 Mark Heffernan <meheff@google.com>
3098
3099 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3100 misplaced entries.
3101
3102 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3103
3104 * configure.ac: Enable libjava for x86_64-*-darwin9.
3105 * configure: Regenerate.
3106
3107 2007-12-07 Bill Maddox <maddox@google.com>
3108
3109 * MAINTAINERS (Write After Approval): Add myself.
3110
3111 2007-12-05 Ben Elliston <bje@au.ibm.com>
3112
3113 * config.sub, config.guess: Update from upstream sources.
3114
3115 2007-12-02 Matthias Klose <doko@ubuntu.com>
3116
3117 * config-ml.in: Remove 64bit configure tests.
3118
3119 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3120
3121 * config-ml.in: Robustify against white space in absolute file
3122 names.
3123
3124 * config-ml.in (multi-clean): Substitute ${Makefile}.
3125 Remove superfluous ${Makefile} in list.
3126
3127 2007-11-19 Thiemo Seufer <ths@mips.com>
3128
3129 * config-ml.in: Don't hardcode the Makefile name.
3130
3131 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3132
3133 * MAINTAINERS (Write After Approval): Add myself.
3134
3135 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3136
3137 * MAINTAINERS (Write After Approval): Add myself.
3138
3139 2007-11-06 Doug Kwan <dougkwan@google.com>
3140
3141 * MAINTAINERS (Write After Approval): Add myself.
3142
3143 2007-10-25 Ben Elliston <bje@au.ibm.com>
3144
3145 * MAINTAINERS (mercury): Remove entry.
3146 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3147
3148 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3149
3150 * Makefile.def (dependencies): Make configure-gdb depend on
3151 all-intl.
3152 * Makefile.in: Regenerated.
3153
3154 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3155
3156 * MAINTAINERS (Fortran maintainer): Remove myself.
3157
3158 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3159
3160 * Makefile.def: To avoid problems running with parallel makes,
3161 build newlib before libgloss so that target specific header
3162 files are availble.
3163 * Makefile.in: Regenerate
3164
3165 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3166
3167 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3168 * Makefile.in: Regenerate.
3169
3170 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3171
3172 * MAINTAINERS (Register allocation reviewer): Add myself.
3173
3174 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3175
3176 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3177 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3178 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3179 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3180 * configure: Regenerate.
3181
3182 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3183
3184 * MAINTAINERS (Register allocation reviewer): Add myself.
3185
3186 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3187
3188 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3189 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3190 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3191 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3192 * configure.ac: Default them to host tools for $host = $build.
3193 Subst them.
3194
3195 * configure: Regenerate.
3196 * Makefile.in: Regenerate.
3197
3198 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3199
3200 * MAINTAINERS (Register allocation reviewer): Add myself.
3201
3202 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3203
3204 * MAINTAINERS (Register allocation reviewer): Add myself.
3205
3206 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3207
3208 * MAINTAINERS (Write After Approval): Fix typo.
3209
3210 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3211
3212 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3213 * configure: Regenerate.
3214
3215 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3216
3217 PR bootstrap/31906
3218 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3219 they're already prefixed.
3220
3221 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3222
3223 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3224 libstdc++.
3225 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3226 * configure: Regenerate.
3227 * Makefile.in: Regenerate.
3228
3229 2007-09-17 Andreas Schwab <schwab@suse.de>
3230
3231 * configure.ac: Raise minimum makeinfo version to 4.6.
3232 * configure: Regenerate.
3233
3234 2007-09-17 Johannes Singler <singler@ira.uka.de>
3235
3236 * MAINTAINERS (write-after-approval) add myself
3237
3238 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3239
3240 * configure.ac: Correct makeinfo version check.
3241 * configure: Regenerate.
3242
3243 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3244
3245 * MAINTAINERS: Update my email address.
3246
3247 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3248
3249 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3250 to $skipdirs and only disable gprof for newlib. Use the normal
3251 mips*-elf* handling in other respects.
3252 * configure: Regnerate.
3253
3254 2007-09-12 David Daney <ddaney@avtrex.com>
3255
3256 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3257 enabling libgcj.
3258 * configure: Regenerate.
3259
3260 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3261
3262 PR other/32154
3263 * configure.ac: For libgloss targets, point the linker to the linker
3264 script, startup code and simulator library.
3265 * configure: Regenerate.
3266
3267 2007-09-07 Andrew Haley <aph@redhat.com>
3268
3269 * configure.ac (noconfigdirs): Remove target-libffi and
3270 target-libjava.
3271 * configure: Regenerate.
3272
3273 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3274
3275 PR target/33281
3276 * configure.ac: Use config/mh-mingw on mingw.
3277 * configure: Regenerate.
3278
3279 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3280
3281 * MAINTAINERS (Write After Approval): Add myself.
3282
3283 2007-09-05 Richard Guenther <rguenther@suse.de>
3284
3285 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3286 nor --disable-checking is provided also turn on yes and types
3287 checking for stage1.
3288 * configure: Re-generate.
3289
3290 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3291
3292 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3293 (Write After Approval): Remove myself.
3294
3295 2007-08-29 Nick Clifton <nickc@redhat.com>
3296
3297 * config.sub, config.guess: Update from upstream sources.
3298
3299 2007-08-22 Bud Davis <jmdavis@link.com>
3300
3301 * MAINTAINERS (Write After Approval): Added myself.
3302 * MAINTAINERS (Reviewers): Removed myself.
3303
3304 2007-08-18 Paul Brook <paul@codesourcery.com>
3305 Joseph Myers <joseph@codesourcery.com>
3306
3307 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3308 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3309 * Makefile.in: Regenerate.
3310 * configure.ac (--with-debug-prefix-map): New.
3311 * configure: Regenerate.
3312
3313 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3314 Nigel Stephens <nigel@mips.com>
3315
3316 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3317 as target_makefile_frag.
3318 * configure: Regenerate.
3319
3320 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3321
3322 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3323 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3324 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3325 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3326 (do-compare, do-compare3, do-compare-debug): New.
3327 ([+compare-target+]): Use them.
3328
3329 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3330
3331 * MAINTAINERS (Write After Approval): Change my email address.
3332
3333 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3334 Ben Elliston <bje@au.ibm.com>
3335
3336 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3337 --silent if $silent.
3338 * configure: Regenerate.
3339
3340 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3341
3342 * MAINTAINERS (Various Maintainers): Add myself as
3343 loop infrastructure maintainer. Update my e-mail
3344 address.
3345
3346 2007-07-31 Diego Novillo <dnovillo@google.com>
3347
3348 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3349 Adjust description.
3350
3351 2007-07-26 Richard Guenther <rguenther@suse.de>
3352
3353 * configure.ac: Add types checking to stage1 checking flags.
3354 * configure: Regenerate.
3355
3356 2007-07-17 Nick Clifton <nickc@redhat.com>
3357
3358 * COPYING3: New file. Contains version 3 of the GNU General
3359 Public License.
3360 * COPYING3.LIB: New file. Contains version 3 of the GNU
3361 Lesser General Public License.
3362
3363 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3364
3365 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3366
3367 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3368
3369 * MAINTAINERS (S/390 co-maintainer): Add myself.
3370 (Write After Approval): Remove myself.
3371
3372 2007-07-13 Dan Hipschman <dsh@google.com>
3373
3374 * MAINTAINERS (Write After Approval): Add myself.
3375
3376 2007-07-11 Nick Clifton <nickc@redhat.com>
3377
3378 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3379 WINDRES export.
3380 * Makefile.in: Regenerate.
3381
3382 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3383
3384 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3385 maintainer.
3386
3387 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3388
3389 * lt~obsolete.m4: New. Import from 20070318 libtool.
3390
3391 2007-07-03 Julian Brown <julian@codesourcery.com>
3392
3393 * MAINTAINERS (Write After Approval): Add myself.
3394
3395 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3396
3397 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3398 * configure: Regenerate.
3399
3400 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3401
3402 * configure.ac: Add some missing m4 quotation.
3403 * configure: Regenerate.
3404
3405 2007-07-02 Simon Baldwin <simonb@google.com>
3406
3407 * MAINTAINERS (Write After Approval): Add myself.
3408
3409 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
3410
3411 * configure: Regenerate.
3412
3413 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
3414
3415 * Makefile.def: Add windmc tool to build.
3416 * Makefile.tpl: Likewise.
3417 * configure.ac: Likewise.
3418 * Makefile.in: Regenerate.
3419 * configure: Regenerate.
3420
3421 2007-06-28 DJ Delorie <dj@redhat.com>
3422
3423 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3424 not building newlib.
3425 * configure: Regenerated.
3426
3427 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3428
3429 * MAINTAINERS (Write After Approval): Add myself.
3430
3431 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
3432
3433 * MAINTAINERS (Write After Approval): Add myself.
3434
3435 2007-06-19 Chris Matthews <chrismatthews@google.com>
3436
3437 * MAINTAINERS (Write After Approval): Add myself.
3438
3439 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3440
3441 * MAINTAINERS (Write After Approval): Add myself.
3442
3443 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3444
3445 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3446 * Makefile.in: Regenerated.
3447
3448 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3449
3450 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3451 bfin*-*-uclinux* targets.
3452 * configure: Regenerate.
3453
3454 2007-06-14 Ian Lance Taylor <iant@google.com>
3455
3456 * MAINTAINERS: Add myself as non-algorithmic global write
3457 maintainer.
3458
3459 2007-06-14 Diego Novillo <dnovillo@google.com>
3460
3461 * MAINTAINERS: Add self as middle-end maintainer and
3462 non-algorithmic global write maintainer.
3463
3464 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3465
3466 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3467 Move all Fortran maintainers except Paul Brook into the
3468 Non-Autopoiesis section.
3469
3470 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3471
3472 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3473 (distclean-stage[+id+]): Possibly delete stage_last.
3474 * Makefile.in: Regenerate.
3475
3476 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
3477
3478 * MAINTAINERS (Various Maintainer): Fix typo.
3479
3480 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
3481
3482 * MAINTAINERS (Various Maintainer): Add myself as
3483 dataflow maintainer.
3484
3485 2007-06-07 Ben Elliston <bje@au.ibm.com>
3486
3487 * config.sub, config.guess: Update from upstream sources.
3488
3489 2007-06-07 Ben Elliston <bje@au.ibm.com>
3490
3491 * Makefile.tpl: Fix spelling error.
3492 * Makefile.in: Regenerate.
3493
3494 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3495
3496 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3497 lt_cv_sys_max_cmd_len.
3498
3499 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
3500
3501 * MAINTAINERS (Various Maintainers): Add myself as
3502 auto-vectorizer maintainer.
3503
3504 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
3505
3506 PR libjava/32098
3507 * libtool.m4: Revert previous change.
3508 * ltgcc.m4: Put it here.
3509
3510 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
3511
3512 * MAINTAINERS (Various Maintainers): Add myself as
3513 auto-vectorizer maintainer.
3514
3515 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
3516
3517 PR libjava/32098
3518 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3519
3520 2007-05-30 Richard Guenther <rguenther@suse.de>
3521
3522 * MAINTAINERS (Various Maintainers): Add myself as
3523 auto-vectorizer maintainer.
3524
3525 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3526
3527 PR bootstrap/29382
3528 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3529 * configure: Rebuilt.
3530
3531 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
3532
3533 * MAINTAINERS (Write After Approval): Removed my name.
3534
3535 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
3536
3537 * MAINTAINERS (Write After Approval): Remove myself.
3538
3539 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3540
3541 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3542
3543 2007-05-23 Steve Ellcey <sje@cup.hp.com>
3544
3545 * ltmain.sh: Update from ToT Libtool.
3546 * libtool.m4: Update from ToT Libtool.
3547 * ltsugar.m4: New. Update from ToT Libtool.
3548 * ltversion.m4: New. Update from ToT Libtool.
3549 * ltoptions.m4: New. Update from ToT Libtool.
3550 * ltconfig: Remove.
3551 * ltcf-c.sh: Remove.
3552 * ltcf-cxx.sh: Remove.
3553 * ltcf-gcj.sh: Remove.
3554
3555 2007-05-22 Ollie Wild <aaw@google.com>
3556
3557 * MAINTAINERS (Write After Approval): Add myself.
3558
3559 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3560
3561 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3562 stage_cflags.
3563 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3564 Remove CFLAGS/LIBCFLAGS.
3565 (configure-stage[+id+]-[+prefix+][+module+],
3566 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3567 * Makefile.in: Regenerate.
3568
3569 2007-05-15 Diego Novillo <dnovillo@google.com>
3570
3571 * MAINTAINERS: Update e-mail address.
3572
3573 2007-05-15 Revital Eres <eres@il.ibm.com>
3574
3575 * MAINTAINERS (Write After Approval): Add myself.
3576
3577 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
3578
3579 * MAINTAINERS (Write After Approval): Updated my address.
3580
3581 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
3582
3583 * MAINTAINERS (Write After Approval): Add myself.
3584
3585 2007-05-11 Silvius Rus <rus@google.com>
3586
3587 * MAINTAINERS (Write After Approval): Add myself.
3588
3589 2007-04-23 Tom Tromey <tromey@redhat.com>
3590
3591 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3592
3593 2007-04-22 Mark Mitchell <mark@codesourcery.com>
3594
3595 * MAINTAINERS (cpplib): Rename to ...
3596 (libcpp): ... this. Add C/C++ front end maintainers.
3597
3598 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3599
3600 * config-ml.in: Pass ${ml_config_env} to configure calls.
3601
3602 2007-04-04 Christian Bruel <christian.bruel@st.com>
3603
3604 * MAINTAINERS (Write After Approval): Add myself.
3605
3606 2007-04-02 Dave Korn <dave.korn@artimi.com>
3607
3608 * MAINTAINERS (Write After Approval): Add myself.
3609
3610 2007-03-31 Tobias Burnus <burnus@net-b.de>
3611
3612 * MAINTAINERS (fortran 95 front end): Add myself.
3613
3614 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3615
3616 * MAINTAINERS (Write After Approval): Add myself.
3617
3618 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
3619
3620 * MAINTAINERS (Modulo Scheduler): Add myself.
3621
3622 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
3623
3624 * MAINTAINERS (fortran 95 front end): Add myself.
3625 (c++ front end): whitespace fix.
3626
3627 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
3628
3629 * MAINTAINERS (Write After Approval): Add myself.
3630
3631 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3632
3633 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3634 of glob. Quote arguments with single quotes too.
3635 * configure: Regenerate.
3636
3637 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3638
3639 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3640 * Makefile.in: Regenerate
3641
3642 2007-03-07 Andreas Schwab <schwab@suse.de>
3643
3644 * configure: Regenerate.
3645
3646 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3647
3648 * configure.ac: Add "--with-pdfdir" configure option,
3649 which defines pdfdir variable.
3650 * Makefile.def (target=fixincludes): Add install-pdf to
3651 missing targets.
3652 (recursive_targets): Add install-pdf target.
3653 (flags_to_pass): Add pdfdir.
3654 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3655 target.
3656 * configure: Regenerate
3657 * Makefile.in: Regenerate
3658
3659 2007-02-28 Eric Christopher <echristo@apple.com>
3660
3661 Revert:
3662 2006-12-07 Mike Stump <mrs@apple.com>
3663
3664 * Makefile.def (dependencies): Add dependency for
3665 install-target-libssp and install-target-libgomp on
3666 install-gcc.
3667 * Makefile.in: Regenerate.
3668
3669 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3670
3671 * configure: Regenerate.
3672 * configure.ac: Move statements after variable declarations.
3673
3674 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
3675
3676 * MAINTAINERS: Add myself as sh maintainer.
3677
3678 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3679
3680 * configure.ac: Adjust for loop syntax.
3681 * configure: Regenerate.
3682
3683 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3684
3685 * configure: Rebuilt.
3686
3687 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3688
3689 * configure.ac: Drop multiple occurrences of --enable-languages,
3690 and fix its quoting.
3691 * configure: Rebuilt.
3692
3693 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3694 Nathan Sidwell <nathan@codesourcery.com>
3695 Vladimir Prus <vladimir@codesourcery.com>
3696 Joseph Myers <joseph@codesourcery.com>
3697
3698 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3699 * configure: Regenerate.
3700
3701 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
3702
3703 * ltconfig (freebsd*): Default to elf.
3704
3705 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3706
3707 * configure.ac (target_libraries): Move libgcc before libiberty.
3708 * configure: Regenerated.
3709
3710 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3711 Paolo Bonzini <bonzini@gnu.org>
3712
3713 PR bootstrap/30753
3714 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3715 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3716 * configure: Regenerated.
3717
3718 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3719
3720 * MAINTAINERS (Language Front End Maintainers): Update my mail
3721 address.
3722
3723 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3724
3725 PR bootstrap/30748
3726 * configure.ac: Correct syntax for Solaris ksh.
3727 * configure: Regenerated.
3728
3729 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3730
3731 * configure.ac: Sync with src.
3732 * configure: Regenerate.
3733
3734 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3735
3736 * Makefile.in: Regenerate.
3737
3738 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
3739
3740 * config.sub: Sync with src.
3741
3742 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3743
3744 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3745 noncanonical equivalents.
3746 * configure.in: Rename to...
3747 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3748 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3749 target_noncanonical. Use them. Rewrite removal of configure
3750 arguments for autoconf 2.59. Discard variable settings. Force
3751 program_transform_name for native tools.
3752
3753 * Makefile.in: Regenerated.
3754 * configure: Regenerated with autoconf 2.59.
3755
3756 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
3757
3758 * MAINTAINERS (Write After Approval): Add myself.
3759
3760 2007-01-31 Andreas Schwab <schwab@suse.de>
3761
3762 * Makefile.tpl (LDFLAGS): Substitute it.
3763 * Makefile.in: Regenerate.
3764
3765 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
3766
3767 * MAINTAINERS (Write After Approval): Add myself.
3768
3769 2007-01-28 David Edelsohn <edelsohn@gnu.org>
3770
3771 * MAINTAINERS (spu port): Add myself.
3772
3773 2007-01-23 Richard Guenther <rguenther@suse.de>
3774
3775 PR bootstrap/30541
3776 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
3777 * Makefile.tpl (GNATBIND): Substitute it.
3778 (GNATMAKE): Likewise.
3779 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
3780 of STAGE_PREFIX.
3781 * Makefile.in: Regenerate.
3782 * configure: Regenerate.
3783
3784 2007-01-18 Mike Stump <mrs@apple.com>
3785
3786 * configure.in: Re-enable -Werror for gcc builds.
3787
3788 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
3789
3790 * MAINTAINERS (Write After Approval): Add myself.
3791
3792 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3793
3794 * configure.in: Change == to = in test command.
3795 * configure: Regenerate.
3796
3797 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
3798 Nick Clifton <nickc@redhat.com>
3799 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3800
3801 * configure.in (build_configargs, host_configargs, target_configargs):
3802 Remove build/host/target parameters.
3803 (host_libs): Add gmp and mpfr.
3804 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3805 * Makefile.def (gmp, mpfr): New.
3806 (gcc): Remove target.
3807 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3808 target_os, target_vendor): New.
3809 (configure): Add host_alias/target_alias arguments; adjust invocations.
3810 * configure: Regenerate.
3811 * Makefile.in: Regenerate.
3812
3813 2007-01-11 Matt Fago <fago@earthlink.net>
3814
3815 * configure.in: Try to link to functions only in mpfr 2.2.x
3816 to improve robustness of configure tests.
3817 * configure: Regenerate.
3818
3819 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
3820
3821 * MAINTAINERS: Add myself as i386 maintainer.
3822
3823 2007-01-08 Jan Hubicka <jh@suse.cz>
3824
3825 * MAINTAINERS: Add myself as i386 maintainer.
3826
3827 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
3828
3829 * configure.in: Add support for an x86_64-mingw* target.
3830 * configure: Regenerate.
3831
3832 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3833
3834 * Makefile.tpl (all-target): Correct @if conditional for target
3835 modules.
3836 * configure.in: Omit libiberty if building only target libgcc.
3837 * configure, Makefile.in: Regenerated.
3838
3839 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
3840
3841 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3842 * configure: Regenerate.
3843
3844 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3845
3846 * Makefile.def (target_modules): Add libgcc.
3847 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3848 * Makefile.tpl (clean-target-libgcc): Delete.
3849 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3850 on gcc even for bootstrapped modules. Rewrite handling of
3851 lang_env_dependencies to loop over target_modules.
3852 * configure.in (target_libraries): Add target-libgcc.
3853 * Makefile.in, configure: Regenerated.
3854
3855 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3856
3857 * configure.in: Reorganize recognition of languages. Add
3858 --enable-stage1-languages. Show supported languages for the chosen
3859 target rather than all recognized languages.
3860 * configure: Regenerate.
3861
3862 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3863
3864 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3865 * Makefile.in: Regenerate.
3866
3867 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3868
3869 * configure.in: Warn that MPFR 2.2.0 is buggy.
3870 * configure: Regenerate.
3871
3872 2006-12-27 Ian Lance Taylor <iant@google.com>
3873
3874 * configure.in: When removing Makefiles to force a reconfigure, also
3875 remove prev-DIR*/Makefile.
3876 * configure: Regenerate.
3877
3878 2006-12-22 Andreas Schwab <schwab@suse.de>
3879
3880 * configure: Regenerate with correct autoconf version.
3881
3882 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
3883
3884 * configure.in: add AC_SUBST for *_FOR_TARGET.
3885 * configure: Regenerate.
3886
3887 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3888
3889 * configure.in: Simplify logic for rejecting languages that cannot
3890 be built. Separate the case when a language is unsupported,
3891 from the case when the user chooses not to build a language.
3892
3893 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3894
3895 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3896 it only affects bootstrap and could be tested on "$host" as well.
3897 * configure: Regenerate.
3898 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3899
3900 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3901
3902 PR bootstrap/29544
3903 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3904 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3905 move here comment from Makefile.tpl.
3906 * Makefile.tpl: Move some definitions higher in the file.
3907 (STAGE1_CHECKING): New.
3908 * configure.in: Add --enable-stage1-checking.
3909 * configure: Regenerate.
3910 * Makefile.in: Regenerate.
3911
3912 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3913
3914 * MAINTAINERS: Add myself as build system maintainer.
3915
3916 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
3917
3918 * MAINTAINERS (Write After Approval): Add myself.
3919
3920 2006-12-13 Eric Christopher <echristo@apple.com>
3921
3922 * MAINTAINERS: Add myself as darwin maintainer.
3923
3924 2006-12-11 Ian Lance Taylor <ian@airs.com>
3925
3926 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
3927
3928 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
3929
3930 MAINTAINERS: Update my entry.
3931
3932 2006-12-11 Alan Modra <amodra@bigpond.net.au>
3933
3934 * configure.in: Handle spu makefile frag.
3935 * Makefile.tpl (MAINT): Define
3936 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3937 * configure: Regenerate.
3938 * Makefile.in: Regenerate.
3939
3940 2006-12-11 Ben Elliston <bje@au.ibm.com>
3941
3942 * config.guess: Import latest version.
3943 * config.sub: Likewise.
3944
3945 2006-12-11 Ben Elliston <bje@au.ibm.com>
3946
3947 * configure.in (spu-*-*): Don't skip target-libiberty.
3948 * configure: Regenerate.
3949
3950 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
3951
3952 PR bootstrap/30134
3953 * configure.in: Correct x86 darwin support for libjava to powerpc
3954 and i?86 only.
3955 * configure: Regenerate.
3956
3957 2006-12-08 Sandro Tolaini <tolaini@libero.it>
3958
3959 * configure.in: Add x86 darwin support for libjava.
3960 * configure: Regenerate.
3961
3962 2006-12-07 Mike Stump <mrs@apple.com>
3963
3964 * Makefile.def (dependencies): Add dependency for
3965 install-target-libssp and install-target-libgomp on
3966 install-gcc.
3967 * Makefile.in: Regenerate.
3968
3969 2006-12-04 Richard Guenther <rguenther@suse.de>
3970
3971 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3972 (Non-Algorithmic Maintainers): Move over non-algorithmic
3973 loop optimizer maintainers, add myself as a non-algorithmic
3974 middle-end maintainer.
3975
3976 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
3977
3978 * MAINTAINERS (Write After Approval): Add myself.
3979
3980 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3981
3982 * configure.in: Update error message for missing GMP/MPFR.
3983
3984 * configure: Regenerate.
3985
3986 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3987
3988 * configure.in: Update MPFR version in error message.
3989
3990 * configure: Regenerate.
3991
3992 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3993
3994 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3995 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3996 --with-gmp-lib): New flags.
3997
3998 * configure: Regenerate.
3999
4000 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4001
4002 * MAINTAINERS (Write After Approval): Change my email address.
4003
4004 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4005
4006 * MAINTAINERS (Write After Approval): Add myself.
4007
4008 2006-11-22 Philipp Thomas <pth@suse.de>
4009
4010 * MAINTAINERS (i18n): Update e-mail address.
4011
4012 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4013
4014 * MAINTAINERS (spu port): Add myself as maintainer.
4015 (Write After Approval): Remove myself.
4016
4017 2006-11-22 Ben Elliston <bje@au.ibm.com>
4018
4019 * configure.in (skipdirs): Don't build libssp for SPU.
4020 * configure: Regenerate.
4021
4022 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4023
4024 * MAINTAINERS (spu port): Add myself as maintainer.
4025 (libobjc): Update my email address.
4026
4027 2006-11-21 Andrea Bona <andrea.bona@st.com>
4028
4029 * MAINTAINERS (Write After Approval): Add myself.
4030
4031 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4032
4033 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4034 * configure : Rebuilt.
4035
4036 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4037
4038 * MAINTAINERS (Write After Approval): Add myself.
4039
4040 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4041
4042 * MAINTAINERS (Write After Approval): Add myself.
4043
4044 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4045
4046 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4047 libmpfr.a.
4048 * configure: Regenerate.
4049
4050 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4051
4052 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4053 (unstage): Test for stage_last presence.
4054
4055 PR bootstrap/29802
4056 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4057 STAGE_PREFIX.
4058 * Makefile.in: Regenerate.
4059
4060 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4061
4062 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4063 maintainers.
4064
4065 2006-11-14 Erven Rohou <erven.rohou@st.com>
4066
4067 * MAINTAINERS (Write After Approval): Add myself.
4068
4069 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4070
4071 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4072 and stageN-package/Makefile.
4073 * Makefile.in: Regenerated.
4074
4075 2006-11-14 Jie Zhang <jie.zhang@analog.com>
4076
4077 * configure.in: Remove target-libgloss from noconfigdirs for
4078 bfin-*-*.
4079 * configure: Regenerated.
4080
4081 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4082
4083 * configure.in (have_gmp): Only error if the gcc directory exists.
4084
4085 * configure: Regenerate.
4086
4087 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4088
4089 * configure.in: Robustify error message for missing GMP/MPFR.
4090
4091 * configure: Regenerate.
4092
4093 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
4094
4095 * MAINTAINERS (Write After Approval): Add myself.
4096
4097 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4098
4099 * MAINTAINERS: Change email address.
4100
4101 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4102
4103 * MAINTAINERS (Write After Approval): Add myself.
4104
4105 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4106
4107 * MAINTAINERS (Write After Approval): Add myself.
4108
4109 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4110
4111 * MAINTAINERS (Write After Approval): Move myself to
4112 Write After Approval section.
4113
4114 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4115
4116 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4117 need_gmp anymore.
4118 * configure: Regenerate.
4119
4120 2006-10-16 Tobias Burnus <burnus@net-b.de>
4121
4122 * MAINTAINERS (Write After Approval): Add myself.
4123
4124 2006-10-16 Ben Elliston <bje@au.ibm.com>
4125
4126 * config.guess: Import latest version.
4127 * config.sub: Likewise.
4128
4129 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4130
4131 * Makefile.def: Added pdf target handling.
4132 * Makefile.tpl: Added pdf target handling.
4133 * Makefile.in: Regenerated.
4134
4135 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4136
4137 * MAINTAINERS: Add self as score port maintainer.
4138
4139 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4140
4141 * MAINTAINERS (Write After Approval): Add myself.
4142
4143 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4144
4145 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4146 or newer.
4147 * configure: Regenerated.
4148
4149 2006-09-27 Dave Brolley <brolley@redhat.com>
4150
4151 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4152 using $s instead of $r.
4153 * configure: Regenerated.
4154
4155 2006-09-26 Thiemo Seufer <ths@mips.com>
4156
4157 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4158 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4159 * configure: Regenerate.
4160
4161 2006-09-24 Graeme Peterson <gridly@gmail.com>
4162
4163 * MAINTAINERS (Write After Approval): Remove myself.
4164
4165 2006-09-22 Chao-ying Fu <fu@mips.com>
4166
4167 * MAINTAINERS (Write After Approval): Add myself.
4168
4169 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4170
4171 * MAINTAINERS: Add self as soft-fp maintainer.
4172
4173 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4174
4175 * MAINTAINERS: Add myself as avr maintainer.
4176 Remove Marek Michalkiewicz as avr maintainer.
4177
4178 2006-09-07 Roberto Costa <roberto.costa@st.com>
4179
4180 * MAINTAINERS (Write After Approval): Add myself.
4181
4182 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4183
4184 * configure.in: Never build newlib for a Mingw host.
4185 Never build newlib as Mingw target library.
4186 Test the existence of winsup/cygwin for building a Cygwin newlib,
4187 rather than just winsup.
4188 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4189 building a Mingw target.
4190 * configure: Regenerate.
4191
4192 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4193
4194 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4195
4196 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4197
4198 * config.guess: Import from src (was more updated).
4199 * config.sub: Likewise.
4200
4201 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4202
4203 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4204 * configure: Regenerated.
4205
4206 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4207
4208 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4209 for stages after the first.
4210
4211 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4212
4213 * Makefile.def: Add dependencies for configure-opcodes
4214 on configure-intl and all-opcodes on all-intl.
4215 * Makefile.in: Regenerated.
4216
4217 2006-07-13 Ben Elliston <bje@au.ibm.com>
4218
4219 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4220
4221 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4222
4223 Port to hosts whose 'sort' and 'tail' implementations
4224 treat operands with leading '+' as file names, as POSIX
4225 has required since 2001. However, make sure the code still
4226 works on pre-POSIX hosts.
4227 * ltmain.sh: Don't assume "sort +2" is equivalent to
4228 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4229
4230 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4231
4232 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4233
4234 2006-07-04 Peter O'Gorman <peter@pogma.com>
4235
4236 * ltconfig: chmod 644 before ranlib during install.
4237
4238 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4239
4240 PR bootstrap/18058
4241 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4242 if the bootstrap compiler is a GCC version that supports it.
4243 * configure: Regenerate.
4244
4245 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4246
4247 * configure.in: Fix thinkos in previous check-in.
4248 * configure: Regenerate.
4249
4250 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4251
4252 PR other/27063
4253 * configure.in: Test subdir_requires and give an appropriate
4254 error message.
4255 * configure: Regenerate.
4256
4257 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4258
4259 * MAINTAINERS (Write After Approval): Add myself.
4260
4261 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4262
4263 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4264
4265 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4266
4267 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4268
4269 2006-06-20 David Ayers <d.ayers@inode.at>
4270
4271 PR bootstrap/28072
4272 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4273 whether target-libjava is being configured instead of whether the
4274 java front end is enabled.
4275 * configure: Regenerate.
4276
4277 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4278
4279 PR target/27540
4280 * configure.in: Only enable libgomp on IRIX 6.
4281 * configure: Regenerate.
4282
4283 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4284
4285 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4286 too.
4287 * Makefile.in: Regenerate.
4288
4289 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4290
4291 * config-ml.in: Alter CCASFLAGS to include special
4292 multilib options the same as is done for CFLAGS.
4293
4294 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4295
4296 * configure.in: Don't enable libgomp on hpux10.
4297 * configure: Rebuilt.
4298
4299 2006-06-12 David Ayers <d.ayers@inode.at>
4300
4301 PR bootstrap/27963
4302 PR target/19970
4303 * configure.in: Remove target-boehm-gc from noconfigdirs where
4304 ${libgcj} is specified.
4305 * configure: Regenerate.
4306
4307 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4308
4309 Sync from src:
4310
4311 * configure.in: Sync.
4312 * configure: Regenerated.
4313
4314 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4315
4316 * Makefile.def: Added dependencies from sim and gdb on intl, and
4317 added configure dependencies to everything with an all dependency
4318 on intl.
4319 * Makefile.in: Regenerated.
4320
4321 2006-06-06 David Ayers <d.ayers@inode.at>
4322
4323 PR libobjc/13946
4324 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4325 * Makefile.in: Regenerate.
4326 * configure.in: Add --enable-objc-gc at toplevel and have it
4327 enable boehm-gc for Objective-C.
4328 Remove target-boehm-gc from libgcj.
4329 Add target-boehm-gc to target_libraries.
4330 Add target-boehm-gc to noconfigdirs where ${libgcj}
4331 is specified.
4332 Assert that boehm-gc is supported when requested for Objective-C.
4333 Only build boehm-gc if needed either for Java or Objective-C.
4334 * configure: Regenerate.
4335
4336 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4337
4338 PR 27674
4339 * Makefile.tpl (configure-[+prefix+][+module+],
4340 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4341 Remove rule to unstage bootstrapped modules.
4342 (stage_current): New.
4343 * Makefile.in: Regenerate.
4344
4345 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4346
4347 * MAINTAINERS (Write After Approval): Update my e-mail address.
4348
4349 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4350
4351 * include/libiberty.h: Declare pex_run_in_environment.
4352
4353 2006-05-31 Asher Langton <langton2@llnl.gov>
4354
4355 * MAINTAINERS (Write After Approval): Add myself.
4356
4357 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4358
4359 * Makefile.def (bfd, opcodes): Fix lib_path.
4360 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4361 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4362 * Makefile.in: Regenerate.
4363
4364 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4365
4366 * Makefile.in: Regenerate.
4367
4368 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4369
4370 * Makefile.def: Add install-html target. Add datarootdir
4371 docdir and htmldir to flags_to_pass.
4372 * Makefile.tpl: Add install-html target.
4373 * Makefile.in: Regenerate.
4374 * configure.in: Add --with-datarootdir, --with-docdir, and
4375 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4376 * configure: Regenerate.
4377
4378 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4379
4380 * configure.in: Enable gprof for cross builds.
4381 * configure: Regenerate.
4382
4383 2006-05-22 Richard Guenther <rguenther@suse.de>
4384
4385 Revert
4386 2006-01-31 Richard Guenther <rguenther@suse.de>
4387 Paolo Bonzini <bonzini@gnu.org>
4388
4389 * Makefile.def (target_modules): Add libgcc-math target module.
4390 * configure.in (target_libraries): Add libgcc-math target library.
4391 (--enable-libgcc-math): New configure switch.
4392 * Makefile.in: Re-generate.
4393 * configure: Re-generate.
4394 * libgcc-math: New toplevel directory.
4395
4396 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4397 Andreas Tobler <a.tobler@schweiz.ch>
4398
4399 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4400 * configure: Rebuilt.
4401
4402 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
4403
4404 * MAINTAINERS (Write After Approval): Add myself.
4405
4406 2006-05-01 DJ Delorie <dj@redhat.com>
4407
4408 * configure.in: Restore CFLAGS if GMP isn't present.
4409 * configure: Regenerate.
4410
4411 2006-05-01 Richard Guenther <rguenther@suse.de>
4412
4413 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4414 maintainer.
4415
4416 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
4417
4418 * MAINTAINERS (Write After Approval): Add myself.
4419
4420 2006-04-28 Jan Beulich <jbeulich@novell.com>
4421
4422 * MAINTAINERS (Write After Approval): Add myself.
4423
4424 2006-04-18 DJ Delorie <dj@redhat.com>
4425
4426 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4427 reference libgloss so that libssp can be built in a combined
4428 tree.
4429 * configure: Regenerate.
4430
4431 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
4432
4433 * MAINTAINERS (Write After Approval): Add myself.
4434
4435 2006-04-05 Ben Elliston <bje@au.ibm.com>
4436
4437 * configure.in: Require makeinfo 4.4 or higher.
4438 * configure: Regenerate.
4439
4440 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4441
4442 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4443 Rearrange the entries of other libraries to have them in one place.
4444
4445 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4446
4447 * MAINTAINERS (Write After Approval): Remove myself.
4448 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4449
4450 2006-03-14 Richard Guenther <rguenther@suse.de>
4451
4452 * configure: Regenerate with autoconf 2.13.
4453
4454 2006-03-13 Jim Blandy <jimb@codesourcery.com>
4455
4456 * MAINTAINERS: Use my work address.
4457
4458 * MAINTAINERS: Update my E-mail address.
4459
4460 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4461
4462 * configure.in: Handle --disable-<component> generically.
4463 * configure: Regenerate.
4464
4465 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4466
4467 PR libgcj/17311
4468 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4469
4470 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4471
4472 * MAINTAINERS (Write After Approval): Remove myself.
4473 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4474
4475 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4476
4477 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4478 (TARGET_CONFIGDIRS): Remove.
4479 * configure.in: Remove AC_SUBST(target_configdirs).
4480 * Makefile.in, configure: Regenerated.
4481
4482 2006-02-20 Steven G. Kargl <kargls@comcast.net>
4483
4484 * MAINTAINERS (Write After Approval): Remove myself.
4485 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4486
4487 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4488
4489 PR bootstrap/25670
4490
4491 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4492
4493 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4494 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4495 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4496 BUILD_PREFIX, BUILD_PREFIX_1.
4497 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4498
4499 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4500 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4501
4502 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4503 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4504 of `cat stage_current`. Always provide the `r' and `s' variables.
4505 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4506 a single shell execution.
4507 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4508 bootstrapped modules, make the stage1 module if the build was not
4509 started yet, else build the current stage.
4510 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4511 (all-build, all-host, all-target, [+make_target+]-host,
4512 [+make_target+]-target): Do not use \-continued lines.
4513 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4514 (current_stage, restrap, stage_last): New.
4515
4516 * Makefile.in: Regenerate.
4517 * configure: Regenerate.
4518
4519 2006-02-19 Bud Davis <jmdavis@link.com>
4520
4521 * MAINTAINERS (Write After Approval): Remove myself.
4522 (Language Front End Maintainers): Add myself as fortran 95
4523 maintainer and update e-mail address.
4524
4525 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4526
4527 * MAINTAINERS (Write After Approval): Remove myself.
4528 (Language Front End Maintainers): Add myself as fortran 95
4529 maintainer.
4530
4531 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
4532
4533 * MAINTAINERS (Write After Approval): Add myself.
4534
4535 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
4536
4537 * MAINTAINERS (Write After Approval): Remove myself.
4538 (Language Front End Maintainers): Add myself as
4539 fortran 95 maintainer.
4540
4541 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4542
4543 Sync from src:
4544
4545 2005-12-27 Leif Ekblad <leif@rdos.net>
4546
4547 * configure.in: Add support for RDOS target.
4548 * configure: Regenerate.
4549
4550 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4551 Andreas Schwab <schwab@suse.de>
4552
4553 * configure: Regenerate.
4554
4555 2006-02-12 David Edelsohn <edelsohn@gnu.org>
4556
4557 * configure.in (enable_libgomp): Add AIX.
4558 * configure: Regenerate.
4559
4560 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
4561
4562 * MAINTAINERS (Write After Approval): Add myself.
4563
4564 2006-02-03 Lee Millward <lee.millward@gmail.com>
4565
4566 * MAINTAINERS (Write After Approval): Add myself.
4567
4568 2006-01-31 Richard Guenther <rguenther@suse.de>
4569 Paolo Bonzini <bonzini@gnu.org>
4570
4571 * Makefile.def (target_modules): Add libgcc-math target module.
4572 * configure.in (target_libraries): Add libgcc-math target library.
4573 (--enable-libgcc-math): New configure switch.
4574 * Makefile.in: Re-generate.
4575 * configure: Re-generate.
4576 * libgcc-math: New toplevel directory.
4577
4578 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
4579
4580 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4581 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4582 the assembler, linker and binutils.
4583 * configure: Regenerate.
4584
4585 2006-01-22 Dirk Mueller <dmueller@suse.de>
4586
4587 * MAINTAINERS (Write After Approval): Add myself.
4588
4589 2006-01-20 Diego Novillo <dnovillo@redhat.com>
4590
4591 * configure: Regenerate.
4592
4593 2006-01-18 Richard Henderson <rth@redhat.com>
4594 Jakub Jelinek <jakub@redhat.com>
4595 Diego Novillo <dnovillo@redhat.com>
4596
4597 * libgomp: New directory.
4598 * Makefile.def: Add target_module libgomp.
4599 * Makefile.in: Regenerate.
4600 * configure.in (target_libraries): Add target-libgomp.
4601 * configure: Regenerate.
4602
4603 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4604
4605 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4606 @ from continuation.
4607 * Makefile.in: Rebuilt.
4608
4609 2006-01-04 Chris Lattner <sabre@gnu.org>
4610
4611 * MAINTAINERS (Write After Approval): Add myself.
4612
4613 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4614
4615 PR bootstrap/24252
4616
4617 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4618 * Makefile.tpl (OBJDUMP): New.
4619 (EXTRA_HOST_FLAGS): Add it.
4620 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4621
4622 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4623 to use symbolic links between directories. Avoid race conditions
4624 or make them harmless.
4625 * configure.in: Do not try to use symbolic links between directories.
4626
4627 * Makefile.def (LEAN): Pass.
4628 * Makefile.tpl (LEAN): Define.
4629 (stage[+id+]-start): Accept that the previous directory does not
4630 exist, if the bootstrap is lean.
4631 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4632 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4633 configure substitution.
4634 ([+compare-target+]): Likewise.
4635 ([+bootstrap-target+]-lean): New.
4636 * configure.in: Remove lean bootstrap support from here.
4637
4638 * Makefile.in: Regenerate.
4639 * configure: Regenerate.
4640
4641 2006-01-04 Ben Elliston <bje@au.ibm.com>
4642
4643 * MAINTAINERS (libdecnumber): Add myself.
4644
4645 2006-01-02 Mark Mitchell <mark@codesourcery.com>
4646
4647 * libtool-ldflags: New script.
4648
4649 2006-01-02 Andreas Schwab <schwab@suse.de>
4650
4651 * configure.in: When reconfiguring remove Makefile in
4652 all stage directories.
4653 * configure: Regenerate.
4654
4655 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
4656
4657 * MAINTAINERS: Update my email address.
4658
4659 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4660
4661 Revert Ada-related part of the previous change.
4662
4663 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4664 Do not pass.
4665 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4666 * Makefile.in: Regenerate.
4667 * configure.in: Do not include mt-ppc-aix target fragment.
4668 * configure: Regenerate.
4669
4670 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4671
4672 * configure.in: Select appropriate fragments for PowerPC/AIX.
4673 * configure: Regenerate.
4674
4675 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4676 BOOT_CFLAGS, BOOT_LDFLAGS.
4677 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4678 BOOT_CFLAGS, BOOT_LDFLAGS.
4679 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4680 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4681 (stage): Fail if we cannot complete the work.
4682 * Makefile.in: Regenerate.
4683
4684 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
4685
4686 * configure.in: Replace ms1 with mt.
4687 * configure: Rebuilt.
4688
4689 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
4690
4691 * MAINTAINERS: Update my email address.
4692
4693 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4694
4695 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4696 install-host-nogcc): Don't invoke $(stage) at the end.
4697 * Makefile.in: Regenerate.
4698
4699 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4700
4701 * configure.in: Flip the top-level bootstrap switch.
4702 * configure: Regenerate.
4703
4704 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4705
4706 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4707 $(stage) and $(unstage).
4708 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4709 (all): Remove stray semicolon.
4710 (local-distclean): Don't handle multilib.tmp and multilib.out.
4711 (install.all): Set $s for consistency.
4712 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4713 check_multilibs setting. Always make the install directory.
4714 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4715 Correct @if/@endif.
4716 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4717 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4718 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4719 (multilib.out): Remove.
4720 * Makefile.in: Regenerated.
4721
4722 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
4723
4724 * MAINTAINERS (Write After Approval): Add myself.
4725
4726 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4727
4728 * MAINTAINERS: Add myself as mt maintainer.
4729
4730 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
4731
4732 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
4733
4734 * MAINTAINERS: Change email address.
4735
4736 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4737
4738 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4739 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4740 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4741 Find in-tree tools if available.
4742 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4743 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4744 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4745 (COMPILER_*_FOR_TARGET): New.
4746 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4747 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4748 (CONFIGURED_*, USUAL_*): Remove.
4749 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4750 STRIP): Use autoconf substitutions.
4751 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4752 COMPILER_NM_FOR_TARGET): New.
4753 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4754
4755 (all): Make all-host and all-target in parallel.
4756 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4757 that $$r and $$s are set before invoking a recursive make.
4758 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4759 ([+bootstrap-target+]): Inline most of the `all' target.
4760
4761 2005-11-29 Ben Elliston <bje@au.ibm.com>
4762
4763 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4764 from the gcc build directory.
4765 * Makefile.in: Regenerate.
4766
4767 2005-11-29 Ben Elliston <bje@au.ibm.com>
4768
4769 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4770 depend on all-libdecnumber.
4771 * configure.in (host_libs): Include libdecnumber.
4772 * Makefile.in: Regenerate.
4773 * configure: Likewise.
4774
4775 2005-11-29 Ben Elliston <bje@au.ibm.com>
4776
4777 * libdecnumber: Import decNumber sources from the dfp-branch.
4778
4779 2005-11-21 Kean Johnston <jkj@sco.com>
4780
4781 * config.sub, config.guess: Sync from upstream sources.
4782
4783 2005-11-21 Ben Elliston <bje@au.ibm.com>
4784
4785 Import from Autoconf sources:
4786
4787 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4788 * config/move-if-change: Don't output "$2 is unchanged";
4789 suggested by Ben Elliston. Handle weird characters correctly.
4790
4791 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
4792
4793 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
4794 to match upstream libtool for darwin.
4795
4796 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4797
4798 * Makefile.def: Remove gdb dependencies for gdbtk.
4799 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4800 (configure-gdb, install-gdb): New rules.
4801 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4802 * Makefile.in, configure: Regenerated.
4803
4804 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
4805
4806 * MAINTAINERS (Write After Approval): Add myself.
4807
4808 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
4809
4810 * MAINTAINERS (Write After Approval): Add myself.
4811
4812 2005-10-24 Diego Novillo <dnovillo@redhat.com>
4813
4814 * MAINTAINERS (alias analysis): Add Daniel Berlin and
4815 Diego Novillo.
4816
4817 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
4818
4819 PR bootstrap/24297
4820 * Makefile.tpl (do-[+make-target+], do-check, install,
4821 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4822 are set before recursing.
4823 * Makefile.in: Regenerate.
4824
4825 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4826
4827 PR bootstrap/18939
4828 * Makefile.def (gcc) <target>: Fix thinko.
4829 * Makefile.in: Regenerate.
4830
4831 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4832
4833 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4834 * configure: Regenerate.
4835
4836 2005-10-15 Jie Zhang <jie.zhang@analog.com>
4837
4838 * MAINTAINERS (Write After Approval): Add self.
4839
4840 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
4841
4842 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4843 target-libffi, target-qthreads, target-libjava, and
4844 targetlibobjc.
4845 * configure: Regenerate.
4846
4847 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4848
4849 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4850 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4851 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4852 (USUAL_OBJDUMP_FOR_TARGET): New.
4853 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4854 * configure.in: Check for $OBJDUMP_FOR_TARGET.
4855 * configure, Makefile.in: Regenerated.
4856
4857 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4858
4859 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4860 before other host packages.
4861
4862 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
4863
4864 * MAINTAINERS: Add self as sh libraries/configury maintainer.
4865
4866 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
4867
4868 PR bootstrap/22340
4869
4870 * configure.in (default_target): Remove.
4871 * Makefile.tpl (all): Do not use prerequisites as subroutines
4872 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4873 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4874 use prerequisites as subroutines.
4875 (check-host, check-target): New.
4876 (bootstrap configure & all targets): Do not use stage*-start
4877 if the directory layout is already ok.
4878 (non-bootstrap configure & all targets): Prepend a $(unstage).
4879 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4880 (NOTPARALLEL): Remove.
4881 (unstage, stage variables): New variables.
4882 (unstage, stage targets): Simply expand to those variables.
4883
4884 * configure: Regenerate.
4885 * Makefile.in: Regenerate.
4886
4887 2005-10-04 James E Wilson <wilson@specifix.com>
4888
4889 * Makefile.def (lang_env_dependencies): Add libmudflap.
4890 * Makefile.in: Regenerate.
4891
4892 2005-10-03 Andreas Schwab <schwab@suse.de>
4893
4894 Backport from libtool CVS:
4895 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
4896
4897 * ltmain.sh: add support for installing into temporary
4898 staging area (e.g. 'make install DESTDIR=...')
4899
4900 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
4901
4902 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4903 * configure: Regenerated.
4904
4905 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
4906
4907 * configure: Regenerate with the correct
4908 autoconf version.
4909
4910 2005-09-30 Catherine Moore <clm@cm00re.com>
4911
4912 * configure.in (bfin-*-*): New.
4913 * configure: Regenerated.
4914
4915 2005-09-28 Geoffrey Keating <geoffk@apple.com>
4916
4917 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4918 (LIPO_FOR_TARGET): New.
4919 (CONFIGURED_LIPO_FOR_TARGET): New.
4920 (USUAL_LIPO_FOR_TARGET): New.
4921 (STRIP_FOR_TARGET): New.
4922 (CONFIGURED_STRIP_FOR_TARGET): New.
4923 (USUAL_STRIP_FOR_TARGET): New.
4924 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4925 STRIP_FOR_TARGET.
4926 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4927 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4928 * Makefile.in: Regenerate.
4929 * configure: Regenerate.
4930
4931 2005-09-19 David Edelsohn <edelsohn@gnu.org>
4932
4933 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4934 (rs6000-*-aix*): Same.
4935 * configure: Regenerate.
4936
4937 2005-09-16 Tom Tromey <tromey@redhat.com>
4938
4939 * MAINTAINERS: Add self as java maintainer.
4940
4941 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4942
4943 * configure.in: Recognize f95 in the --enable-languages option,
4944 and substitute it for fortran, issuing a warning.
4945 * configure: Regenerate.
4946
4947 2005-08-30 Phil Edwards <phil@codesourcery.com>
4948
4949 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4950 * configure: Regenerated.
4951
4952 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
4953
4954 * MAINTAINERS: Add self as ms1 maintainer.
4955
4956 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4957
4958 * Makefile.def (libssp): Add to lang_env_dependencies.
4959 * Makefile.in: Regenerate.
4960
4961 2005-08-18 Ian Lance Taylor <ian@airs.com>
4962
4963 * MAINTAINERS: Add myself as middle-end maintainer.
4964
4965 2005-08-17 Christian Groessler <chris@groessler.org>
4966
4967 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4968 * Makefile.in: Regenerate.
4969
4970 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
4971
4972 * MAINTAINERS (write after approval): Added myself.
4973
4974 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
4975
4976 * MAINTAINERS (Write After Approval): Add myself.
4977
4978 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4979
4980 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4981 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4982 Look for alternate names of the target cc and c++
4983 * configure: Regenerate.
4984
4985 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4986
4987 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4988 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4989 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4990 tools; remove code to manually set them.
4991 (Target tools): Look in the environment for them.
4992 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4993 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4994 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4995 build directory.
4996 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4997 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4998 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4999 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5000 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5001 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5002 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5003 * configure: Regenerate.
5004 * Makefile.in: Regenerate.
5005
5006 2005-07-28 Ben Elliston <bje@au.ibm.com>
5007
5008 * MAINTAINERS: Update for removed CPU targets.
5009
5010 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5011
5012 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5013 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5014 * Makefile.in: Regenerated.
5015
5016 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5017
5018 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5019 (CFLAGS_FOR_TARGET): Use it.
5020 (CXXFLAGS_FOR_TARGET): Likewise.
5021 * Makefile.in: Regenerated.
5022 * configure.in (--with-build-sysroot): New option.
5023 * configure: Regenerated.
5024
5025 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5026
5027 * Makefile.tpl: Wrap install between unstage and stage
5028 * Makefile.in: Regenerate.
5029
5030 2005-07-21 Eric Christopher <echristo@apple.com>
5031
5032 * MAINTAINERS: Update affiliation.
5033
5034 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5035
5036 * MAINTAINERS: Add self as crx port maintainer.
5037
5038 2005-07-20 DJ Delorie <dj@redhat.com>
5039
5040 * MAINTAINERS: Add self as m32c maintainer.
5041
5042 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5043
5044 * all files: Update FSF address.
5045
5046 2005-07-15 Eric Christopher <echristo@redhat.com>
5047
5048 * MAINTAINERS: Change affiliation.
5049
5050 2005-07-14 Jim Blandy <jimb@redhat.com>
5051
5052 * configure.in: Add cases for Renesas m32c.
5053 * configure: Regenerated.
5054
5055 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5056
5057 * COPYING.LIB: Update from fsf.org.
5058
5059 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5060
5061 * COPYING, compile, config.guess,
5062 config.sub, install-sh, missing, mkinstalldirs,
5063 symlink-tree, ylwrap: Sync from upstream sources.
5064 * config-ml.in: Update FSF address.
5065
5066 2005-07-13 Eric Christopher <echristo@redhat.com>
5067
5068 * configure.in: Add toplevel noconfigdir support for tpf.
5069 * configure: Regenerate.
5070
5071 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5072
5073 PR ada/22340
5074
5075 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5076 * Makefile.in: Regenerate.
5077
5078 2005-07-07 Mark Mitchell <mark@codesourcery.com>
5079
5080 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
5081 Brolley to write-after-approval.
5082
5083 2005-07-07 Andreas Schwab <schwab@suse.de>
5084
5085 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5086 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5087 * Makefile.in: Regenerated.
5088
5089 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5090
5091 * configure.in: Don't build sim or rda when targetting darwin.
5092 * configure: Regenerate.
5093
5094 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5095
5096 * configure.in: Add --enable-libssp and --disable-libssp.
5097 * configure: Regenerate with autoconf-2.13.
5098
5099 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5100
5101 * Makefile.def (target_modules): Add libssp.
5102 * configure.in (target_libraries): Add target-libssp.
5103 * configure: Rebuilt.
5104 * Makefile.in: Rebuilt.
5105
5106 2005-07-01 Zack Weinberg <zackw@panix.com>
5107
5108 * MAINTAINERS: Change email address. Resign from maintainership.
5109
5110 2005-07-01 Richard Guenther <rguenther@suse.de>
5111
5112 * MAINTAINERS: Change my e-mail address and affiliation.
5113
5114 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5115
5116 * Makefile.def (stagefeedback): Come after profile.
5117 Define profiledbootstrap target.
5118 * Makefile.tpl (profiledbootstrap): Remove.
5119 (stageprofile-end): Zap stagefeedback.
5120 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5121 * Makefile.in: Regenerate.
5122
5123 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5124
5125 * MAINTAINERS: Update my email address.
5126
5127 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5128
5129 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5130 In 'cpp' stanza, support '#line' as well as '# '.
5131
5132 2005-06-08 Andreas Schwab <schwab@suse.de>
5133
5134 * MAINTAINERS: Move myself from 'Write After Approval' to
5135 'CPU Port Maintainers' section as m68k maintainer.
5136
5137 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5138
5139 * configure.in (unsupported_languages): New macro.
5140 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5141 non-ported target libraries in noconfigdirs.
5142 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5143 non-linux-gnu. Remove libgcj_ex_libffi.
5144 <lang_frag loop>: Set add_this_lang=no if the language is in
5145 unsupported_languages.
5146 * configure: Regenerate.
5147
5148 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5149
5150 * configure.in: Fix typo in handling of --with-mpfr-dir.
5151 * configure: Regenerate.
5152
5153 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5154
5155 * MAINTAINERS: Update my email address.
5156
5157 2005-06-02 Jim Blandy <jimb@redhat.com>
5158
5159 * config.sub: Add cases for the Renesas m32c. (This patch has been
5160 accepted into the master sources.)
5161
5162 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5163 Michael Snyder <msnyder@redhat.com>
5164 Stan Cox <scox@redhat.com>
5165
5166 * configure.in: Set noconfigdirs for ms1.
5167
5168 * configure: Regenerate.
5169
5170 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5171
5172 * MAINTAINERS (Write After Approval): Add self.
5173
5174 2005-06-01 Josh Conner <jconner@apple.com>
5175
5176 * MAINTAINERS (Write After Approval): Add self.
5177
5178 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5179
5180 * MAINTAINERS: Update my email address.
5181
5182 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5183
5184 * MAINTAINERS (Write After Approval): Add self.
5185
5186 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5187
5188 * MAINTAINERS (Write After Approval): Remove self.
5189
5190 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5191
5192 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5193 (Dependencies): Consider target modules for bootstrap dependencies.
5194 Make target bootstrap modules depend on each stage's gcc.
5195 * Makefile.in: Regenerate.
5196
5197 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5198
5199 * Makefile.def (configure-gcc): Depend on binutils having been built.
5200 (all-gcc): No need to do it here.
5201 * Makefile.in: Regenerate.
5202
5203 2005-05-19 Paul Brook <paul@codesourcery.com>
5204
5205 * configure.in: Rewrite misleading error message when requested
5206 language cannot be built.
5207 * configure: Regenerate.
5208
5209 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5210
5211 * ylwrap: Import from Automake 1.9.5.
5212
5213 2005-05-13 David Ung <davidu@mips.com>
5214
5215 * MAINTAINERS (Write After Approval): Add self.
5216
5217 2005-05-09 Mike Stump <mrs@apple.com>
5218
5219 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5220 lt_cv_sys_max_cmd_len for now.
5221
5222 2005-05-09 Stan Cox <scox@redhat.com>
5223
5224 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5225
5226 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5227
5228 * README.SCO: Update the URL.
5229
5230 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5231
5232 * ltconfig: Define file_list_spec. Pass file_list_spec and
5233 with_gnu_ld to libtool.
5234 * ltcf-c.sh (aix[45]): Define file_list_spec.
5235 * ltcf-cxx.sh (aix[45]): Same.
5236 * ltcf-gcj.sh (aix[45]): Same.
5237 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5238 exists, write list of input files to temporary file.
5239
5240 2005-05-04 Mike Stump <mrs@apple.com>
5241
5242 * configure.in: Always pass --target to target configures as
5243 otherwise rebuilds that do --recheck will fail.
5244 * confiugure: Rebuilt.
5245
5246 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5247
5248 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5249 STAGE_HOST_EXPORTS.
5250 (configure, all): Add bootstrap support.
5251 (Host modules, target modules): Pass post-stage1 flags and exports.
5252 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5253 * Makefile.in: Regenerate.
5254
5255 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5256
5257 * configure: Regenerate.
5258
5259 2005-04-27 Mike Stump <mrs@apple.com>
5260
5261 * MAINTAINERS: Add self as darwin maintainer.
5262
5263 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5264
5265 * config.sub: Update from master copy.
5266
5267 2005-04-21 Mike Stump <mrs@apple.com>
5268
5269 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5270 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5271
5272 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5273
5274 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5275 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5276 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5277 "*-*-elf" and "*-*-linux*".
5278 * configure: Regenerate.
5279
5280 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5281
5282 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5283
5284 2005-04-12 Mike Stump <mrs@apple.com>
5285
5286 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5287
5288 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5289
5290 * MAINTAINERS (Write After Approval): Add myself.
5291
5292 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5293
5294 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5295
5296 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5297
5298 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5299 (TARGET_CONFIGARGS): Include --with-target-subdir.
5300 (configure, all): New macros. Use them throughout.
5301 * Makefile.in: Regenerate.
5302
5303 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5304
5305 * MAINTAINERS (Write After Approval): Add myself.
5306
5307 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5308
5309 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5310
5311 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5312
5313 * MAINTAINERS: Move John Carr to Write After Approval.
5314
5315 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5316
5317 * config/mh-mingw32: Delete.
5318 * configure.in: Don't use it.
5319 * configure: Regenerate.
5320
5321 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5322
5323 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5324 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5325 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5326 (HOST_LIB_PATH): Generate from Makefile.def.
5327 (TARGET_LIB_PATH): Likewise.
5328 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5329 * Makefile.in: Regenerate.
5330 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5331 (RPATH_ENVVAR): Include Darwin case.
5332 * configure: Regenerate.
5333
5334 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5335
5336 * MAINTAINERS (Various Maintainers): Remove self.
5337 (Write After Approval): Add self.
5338
5339 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5340
5341 * MAINTAINERS (Various Maintainers): Add self.
5342
5343 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5344
5345 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5346 * configure: Regenerate.
5347
5348 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5349
5350 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5351 gcc_version, and gcc_version_trigger from set of flags to pass.
5352 * Makefile.tpl: Remove definitions of above variables.
5353 (config.status): Remove dependency on $(gcc_version_trigger).
5354 * Makefile.in: Regenerate.
5355 * configure.in: Do not reference config/gcc-version.m4 nor
5356 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5357 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5358 * configure: Regenerate.
5359
5360 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5361 Andrew Pinski <pinskia@physics.uc.edu>
5362
5363 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5364 * Makefile.in: Regenerate.
5365
5366 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5367
5368 * MAINTAINERS (Write After Approval): Add myself.
5369
5370 2005-03-03 David Ayers <d.ayers@inode.at>
5371
5372 * MAINTAINERS (Write After Approval): Add myself.
5373
5374 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5375
5376 PR libgcj/20160
5377 * ltmain.sh: Avoid creating archives with components that have
5378 duplicate basenames.
5379
5380 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5381
5382 PR bootstrap/20250
5383 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5384 instead of check.
5385 * Makefile.in: Regenerate.
5386
5387 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5388
5389 * Makefile.in: Regenerate to fix conflict between the previous two
5390 patches.
5391
5392 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5393
5394 PR bootstrap/17383
5395 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5396 * Makefile.tpl (HOST_SUBDIR): New substitution.
5397 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5398 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5399 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5400 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5401 (Host modules, Bootstrapped modules): Use it.
5402 (Build modules, Target modules): Do not create symlink trees,
5403 always configure out-of-srcdir.
5404 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5405 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5406 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5407 $(HOST_SUBDIR). Create a symlink for host_subdir.
5408
5409 * Makefile.in: Regenerate.
5410 * configure: Regenerate.
5411
5412 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5413
5414 Merged from libada-gnattools-branch:
5415 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5416
5417 * gnattools: New directory.
5418 * Makefile.def: Add gnattools as a module, depending on target-libada.
5419 * Makefile.in: Regenerate.
5420 * configure.in: Include gnattools in host_tools; disable it if ada
5421 is disabled.
5422 * configure: Regenerate.
5423
5424 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
5425
5426 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5427 treelang maintainer.
5428 (Write After Approval): Remove myself.
5429
5430 2005-02-23 Paul Schlie <schlie@comcast.net>
5431
5432 * configure.in: Allow darwin targeted ports to build tk, itcl and
5433 libgui.
5434 * configure: Regenerate.
5435
5436 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5437
5438 PR libgcj/10353
5439 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5440 * configure: Regenerate.
5441
5442 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5443
5444 * MAINTAINERS (Write After Approval): Add myself.
5445
5446 2005-02-10 Ian Lance Taylor <ian@airs.com>
5447
5448 * MAINTAINERS: Update my e-mail address.
5449
5450 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5451
5452 * MAINTAINERS (Write After Approval): Add myself.
5453
5454 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5455
5456 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5457 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5458 target-libgloss when not *-*-elf and *-*-aout.
5459 * configure: Regenerate.
5460
5461 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5462
5463 * MAINTAINERS: Remove obsolete entries.
5464
5465 * MAINTAINERS (Write After Approval): Add Michael Matz.
5466
5467 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
5468
5469 * MAINTAINERS: Remove self as cpplib maintainer.
5470
5471 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5472
5473 * install-sh, config.sub: Import from upstream.
5474
5475 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5476
5477 PR bootstrap/18222
5478 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5479 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5480 * Makefile.in: Regenerate.
5481
5482 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
5483
5484 * MAINTAINERS: Update my email address.
5485
5486 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5487 Andreas Schwab <schwab@suse.de>
5488
5489 PR bootstrap/18033
5490 * config-ml.in: Eval option if surrounded by single quotes.
5491
5492 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5493
5494 Revert 2004-12-28 Makefile changes, a better fix will be
5495 applied to mainline and src after GCC 4.0 branches.
5496
5497 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5498
5499 PR bootstrap/17383
5500
5501 * Makefile.def (target_modules): Remove stage parameter,
5502 it is always true now.
5503 * Makefile.tpl (configure-build-[+module+],
5504 configure-target-[+module+]): Always build symlink tree
5505 for the directory and for include. BUILD_SUBDIR and
5506 TARGET_SUBDIR cannot be . anymore.
5507 * Makefile.in: Regenerate.
5508
5509 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5510
5511 Revert 2004-12-08 Makefile changes.
5512
5513 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
5514
5515 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5516 cygwin, mingw.
5517
5518 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5519
5520 * configure.in (sh64-*-*): Reenable gprof.
5521 * configure: Regenerate.
5522
5523 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5524
5525 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5526 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5527 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5528 * Makefile.in: Regenerate.
5529
5530 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
5531
5532 * MAINTAINERS: Update my email address.
5533
5534 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5535
5536 * Makefile.tpl: Generate normal dependencies if the LHS module is
5537 not bootstrapped.
5538 * Makefile.in: Regenerate.
5539
5540 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5541
5542 * configure.in: Include config/gxx-include-dir.m4. Use
5543 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5544 * configure: Regenerate.
5545
5546 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5547
5548 * config.if: Delete.
5549 * configure.in: Set libstdcxx_incdir directly.
5550 * configure: Regenerate.
5551
5552 2004-12-02 Eric Christopher <echristo@redhat.com>
5553
5554 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5555 * Makefile.in: Regenerate.
5556
5557 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5558
5559 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5560 * configure: Regenerate.
5561
5562 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5563
5564 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5565 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5566 * configure: Regenerate.
5567
5568 2004-12-01 Eric Christopher <echristo@redhat.com>
5569
5570 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5571 of things to remove.
5572
5573 2004-11-29 Matt Kraai <kraai@ftbfs.org>
5574
5575 * MAINTAINERS (Write After Approval): Update my e-mail address.
5576
5577 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
5578
5579 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5580 from CVS libtool to always pass_all.
5581
5582 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5583
5584 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5585 (hppa*64*-*-*): Delete incorrect comment.
5586 * configure: Rebuilt.
5587
5588 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5589
5590 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5591
5592 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5593
5594 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5595 from CVS libtool to always pass_all.
5596
5597 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5598
5599 * install-sh, compile: Import from automake.
5600
5601 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5602
5603 * config.guess, config.sub: Import from savannnah.
5604
5605 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
5606
5607 * MAINTAINERS (Write After Approval): Add myself
5608
5609 2004-11-12 Mike Stump <mrs@apple.com>
5610
5611 * Makefile.def: Add html support.
5612 * Makefile.tpl: Likewise.
5613 * Makefile.in: Regenerate.
5614
5615 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5616
5617 PR 18423
5618 * configure.in: Remove all instances of build-fixincludes from
5619 noconfigdirs.
5620 (build_configargs): Supply --target to subdirectories.
5621 * configure: Regenerate.
5622
5623 * Makefile.def: Make gcc install depend on fixincludes install.
5624 * Makefile.in: Regenerate.
5625
5626 2004-11-10 Janis Johnson <janis187@us.ibm.com>
5627
5628 * MAINTAINERS: Add myself as gcc testsuite maintainer.
5629
5630 2004-11-11 Paul Brook <paul@codesourcery.com>
5631
5632 * MAINTAINERS: Add self as arm maintainer. Update email address.
5633
5634 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5635
5636 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5637 target-libgfortran.
5638 * configure: Regenerate.
5639
5640 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5641
5642 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5643 like CC.
5644
5645 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5646
5647 * Makefile.def (host fixincludes): Specify missing targets.
5648 * Makefile.in: Regenerate.
5649
5650 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
5651
5652 * MAINTAINERS: Add myself
5653
5654 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
5655
5656 * MAINTAINERS (Write After Approval): Add myself.
5657
5658 2004-11-04 Geoffrey Keating <geoffk@apple.com>
5659
5660 * Makefile.def: Build fixincludes for the host, too.
5661 * Makefile.in: Regenerate.
5662 * configure.in (host_tools): Add fixincludes.
5663 * configure: Regenerate.
5664
5665 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5666
5667 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5668 * configure: Regenerated.
5669
5670 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5671
5672 PR other/17783
5673 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5674 * configure: Regenerated.
5675
5676 2004-10-31 Mark Mitchell <mark@codesourcery.com>
5677
5678 * README.SCO: Update per FSF instructions.
5679
5680 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5681
5682 PR target/18151
5683 * configure.in (case ${target}): Do not build fixincludes for avr.
5684 * configure: Regenerated.
5685
5686 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5687
5688 * configure.in (case ${target}): Do not build fixincludes
5689 on platforms where it is not used.
5690 * configure: Regenerated.
5691
5692 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5693
5694 * configure.in: Use an absolute path to install-sh.
5695 * configure: Regenerated.
5696
5697 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5698
5699 * MAINTAINERS (Write After Approval): Add myself.
5700
5701 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
5702
5703 * MAINTAINERS: Remove from Write After Approval those that are
5704 already maintainers.
5705
5706 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
5707
5708 * MAINTAINERS: Update my email address.
5709
5710 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5711
5712 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5713 * configure: Regenerate.
5714
5715 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
5716
5717 * MAINTAINERS: Update my email address.
5718
5719 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
5720
5721 * MAINTAINERS (Language Front Ends Maintainers): New. Move
5722 entries belonging to this category.
5723
5724 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
5725
5726 * MAINTAINERS: Update my e-mail address.
5727
5728 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
5729
5730 Fix wrong conflict resolution in:
5731
5732 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5733
5734 * Makefile.in: Regenerate.
5735 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5736 in the recursive `make', instead of hardwiring `all'.
5737 (Autogenerated TARGET-* variables): New.
5738
5739 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
5740
5741 * configure.in: Enable target-libgloss for crx-*-*.
5742 * configure: Regenerate.
5743
5744 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
5745
5746 * MAINTAINERS (Various Maintainers): Move the "windows,
5747 cygwin, mingw" maintainer to ...
5748 (OS Port Maintainers): ... here.
5749
5750 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
5751
5752 * MAINTAINERS (Write After Approval): Remove those that are
5753 maintainers of some subsystem.
5754
5755 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5756
5757 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5758 * ltcf-cxx.sh (tpf*): Likewise.
5759 * ltconfig (tpf*): Add TPF OS configuration support.
5760
5761 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
5762
5763 * MAINTAINERS: Change my email address to my new work account.
5764
5765 2004-09-24 Michael Roth <mroth@nessie.de>
5766
5767 * configure.in (--without-headers): Add missing double quotes.
5768 * configure: Regenerate.
5769
5770 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5771
5772 * ylwrap: Revert to previous version.
5773
5774 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5775
5776 PR bootstrap/17369
5777 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5778 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5779 SET_GCC_LIB_PATH_CMD.
5780 (BASE_TARGET_EXPORTS): Likewise.
5781 * Makefile.in: Regenerated.
5782
5783 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5784 * configure: Regenerated.
5785
5786 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5787
5788 * config.guess: New upstream version
5789 * compile, depcomp, install-sh, ylwrap: Likewise.
5790
5791 2004-09-19 Roger Sayle <roger@eyesopen.com>
5792
5793 * config/mh-x86omitfp: New host makefile fragment. Add
5794 -fomit-frame-pointer to the default BOOT_CFLAGS.
5795 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5796 * configure: Regenerate.
5797
5798 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5799
5800 PR target/11572
5801 * configure.in (*-*-darwin*): Renable libobjc.
5802 * configure: Regenerate.
5803
5804 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
5805
5806 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
5807
5808 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
5809
5810 * Makefile.def: Remove libbanshee.
5811 * Makefile.tpl: Ditto.
5812 * configure.in: Ditto.
5813 * Makefile.in: Regen.
5814 * configure: Ditto.
5815
5816 2004-09-08 David Edelsohn <edelsohn@gnu.org>
5817
5818 * ltmain.sh: Use $pic_object as $non_pic_object if
5819 $non_pic_object=none.
5820
5821 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
5822
5823 * missing: Import latest version from master repository.
5824
5825 2004-09-06 Nick Clifton <nickc@redhat.com>
5826
5827 * config.sub: Import latest version from master repository.
5828 * config.guess: Likewise.
5829 This includes these changes:
5830
5831 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5832
5833 * config.sub: Handle crisv32, alias etraxfs.
5834 * config.guess (crisv32:Linux:*:*): Handle.
5835
5836 2004-08-13 Brad Smith <brad@comstyle.com>
5837
5838 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5839 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5840
5841 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5842
5843 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5844 assume the processor is a powerpc. This is because coreutils
5845 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5846 in this case, due to a MacOS X bug that causes
5847 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5848 to return a negative number.
5849 Problem reported by Petter Reinholdtsen in:
5850 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5851
5852 2004-07-19 Ben Elliston <bje@gnu.org>
5853
5854 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5855
5856 2004-06-24 Ben Elliston <bje@gnu.org>
5857
5858 * config.guess: Update copyright years.
5859 * config.sub: Likewise.
5860
5861 2004-06-22 Robert Millan <robertmh@gnu.org>
5862
5863 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5864 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5865
5866 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5867
5868 * config.guess (*:*VMS:*:*): New entry. Replaces
5869 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5870 manufacturer.
5871
5872 2004-06-22 Ben Elliston <bje@gnu.org>
5873
5874 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5875 * config.sub: Likewise.
5876
5877 2004-06-22 Ben Elliston <bje@gnu.org>
5878
5879 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5880 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5881
5882 2004-06-11 Ben Elliston <bje@gnu.org>
5883
5884 * config.guess (pegasos:OpenBSD:*:*): Remove.
5885
5886 2004-06-11 Ben Elliston <bje@gnu.org>
5887
5888 From Wouter Verhelst <wouter@grep.be>:
5889 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5890
5891 2004-06-11 Ben Elliston <bje@gnu.org>
5892
5893 * config.guess (luna88k:OpenBSD:*:*): New.
5894
5895 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5896
5897 * config.guess (m32r*:Linux:*:*): New case.
5898 * config.sub: Handle m32rle.
5899
5900 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5901
5902 From Jens Petersen <petersen@redhat.com>:
5903 * config.sub: Handle sparcv8.
5904
5905 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5906
5907 From Tom Smith <smith@cag.lkg.hp.com>:
5908 * config.guess: Version suffixes are equally significant on Tru64
5909 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5910 prefix of "P" (patched kernel).
5911
5912 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5913
5914 * config.sub: Add support for National Semiconductor CRX target.
5915
5916 2004-09-03 Janis Johnson <janis187@us.ibm.com>
5917
5918 * MAINTAINERS (Various Maintainers): Remove myself as web page
5919 maintainer, add myself as maintainer of build status lists.
5920
5921 2004-09-03 Jan Beulich <jbeulich@novell.com>
5922
5923 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5924 *-*-netware, but add target-libmudflap.
5925 Consolidate *-*-netware targets (of which really only i?86 exists)
5926 into a single entry.
5927 * configure: Likewise.
5928
5929 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
5930
5931 * Makefile.tpl (sorry): Remove.
5932 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5933 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5934 (do-clean): Clean per-stage directories too.
5935 (do-distclean): Run distclean-stage1 too.
5936 (.NOTPARALLEL): Enable during toplevel bootstrap.
5937 (stage[+id+]-bubble): Enable parallel execution during
5938 the recursive invocation.
5939 * Makefile.in: Regenerate.
5940
5941 Fix previous checkin:
5942
5943 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5944 include.
5945 * configure.in: Fix indentation.
5946 * configure: Regenerate.
5947
5948 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5949
5950 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5951 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5952 * configure: regenerate
5953 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5954 -mdynamic-no-pic
5955
5956 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
5957
5958 * Makefile.def (build_modules): Add fixincludes.
5959 (dependencies): Make gcc depend on fixincludes.
5960 * configure.in (build_tools): Add fixincludes.
5961 (build_configdirs): Always include build_libs.
5962 * Makefile.in: Regenerate.
5963 * configure: Regenerate.
5964
5965 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
5966
5967 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5968 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5969 phony targets; do not generate timestamp files.
5970 (distclean-stageN): Remove references to their timestamp files.
5971 (restageN, touch-stageN): Remove.
5972 (stageN-bubble): Rewritten.
5973 (compare): Support lean bootstraps.
5974 * Makefile.in: Regenerate.
5975
5976 * configure.in: Only warn when bootstrapping but
5977 build != host or build != target. Support lean bootstraps.
5978 * configure: Regenerate.
5979
5980 2004-08-26 Phil Edwards <phil@codesourcery.com>
5981
5982 * configure.in: Give a better error message if GMP/MPFR are missing
5983 and a language needing them has been requested.
5984 * configure: Regenerated.
5985
5986 2004-08-25 Phil Edwards <phil@codesourcery.com>
5987
5988 * configure.in: Print a list of available language front-ends if
5989 a requested one is missing. Tidy stray tab characters.
5990 * configure: Regenerated.
5991
5992 2004-08-19 Michael Koch <konqueror@gmx.de>
5993
5994 * gcc/doc/install.texi: Update entry about automake for libjava.
5995
5996 2004-08-17 Robert Millan <robertmh@gnu.org>
5997
5998 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5999 (instead of FreeBSD).
6000 * configure: Regenerate.
6001
6002 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6003
6004 * Makefile.in: Regenerate.
6005 * configure: Regenerate.
6006
6007 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6008 stage_*_flags.
6009 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6010 for bootstrapped modules if toplevel bootstrap is going.
6011 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6012 modules. Adjust for changes in Makefile.def. Enable several
6013 rules even in non-bootstrap mode, just to avoid peppering the
6014 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6015 (stage-[+prev+]-bubble): Remove.
6016
6017 * Makefile.def (Dependencies): Depend on all-build-bison,
6018 all-build-flex, all-build-byacc, all-build-texinfo, rather
6019 than the host variations.
6020 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6021 with BUILD_SUBDIR.
6022 (BISON): Update for recent Bisons.
6023 (YACC): Fix typo.
6024 (cross): Depend on all-build.
6025 (all): Do not depend on all-build.
6026 (prebootstrap): Remove.
6027 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6028 (Prebootstrap dependencies): Add them to the per-stage targets
6029 and to all-prebootstrap.
6030 * configure.in (build_configdirs): Always enable build_tools.
6031 (BUILD_DIR_PREFIX): Remove.
6032
6033 * Makefile.def (gcc): Add target variable.
6034 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6035 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6036 in the recursive `make', instead of hardwiring `all'.
6037 (Autogenerated TARGET-* variables): New.
6038
6039 2004-08-13 Brian Booth <bbooth@redhat.com>
6040
6041 * MAINTAINERS: Remove myself from write-after-approval.
6042
6043 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6044
6045 * src-release: Stop distributing mmalloc with gdb (which doesn't
6046 use it).
6047 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6048 * Makefile.in: Regenerate.
6049
6050 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6051
6052 * configure.in (arm*-*-eabi*): New target.
6053 * configure: Regenerate.
6054
6055 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6056
6057 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6058 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6059 (Dependencies): New section.
6060 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6061 (configure-target-[+module+]): Depend on maybe-all-gcc
6062 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6063 (toplevel profiledbootstrap): Fix dependencies.
6064 * Makefile.in: Regenerate.
6065
6066 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6067
6068 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6069 target-libiberty to noconfigdirs.
6070 * configure: Regenerate.
6071
6072 2004-08-03 Paul Brook <paul@codesourcery.com>
6073
6074 * configure.in: Check for MPFR as well as GMP.
6075 * configure: Regenerate.
6076
6077 2004-08-01 Robert Millan <robertmh@gnu.org>
6078
6079 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6080 libmudflap for all GNU-based systems (with Glibc).
6081 * configure: Regenerate.
6082
6083 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6084
6085 * Makefile.def (host-modules): Add gcc.
6086 * Makefile.in: Regenerate.
6087 * Makefile.tpl (sorry): New rule.
6088 (configure-host, all-host, [+make_target+]-host, do-check,
6089 install-host): Do not add gcc as a special case.
6090 (host modules): Add a small special-casing for gcc. Export
6091 extra_make_flags through the environment.
6092 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6093 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6094 other recursive targets for gcc): Remove.
6095
6096 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6097 (stage, unstage): New rules.
6098 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6099 distclean-stage[+id+]): Use stage_current.
6100 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6101 the stage*-start rules.
6102
6103 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6104
6105 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6106 use -all_load flag.
6107
6108 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6109
6110 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6111 * configure: Regenerate.
6112
6113 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6114
6115 * maintainer-scripts/gcc_release: Revert yesterday's change.
6116
6117 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6118
6119 * MAINTAINERS: Add myself to write-after-approval.
6120
6121 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6122
6123 * libf2c: Removed.
6124 * gcc/gccbug.in: Updated because of libf2c removal.
6125 * maintainer-scripts/gcc_release: Ditto.
6126
6127 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6128
6129 * configure.in: Build libmudflap by default on FreeBSD.
6130 * configure: Regenerated.
6131
6132 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6133
6134 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6135 systems.
6136 * configure: Regenerated.
6137
6138 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6139
6140 PR target/16344
6141 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6142 feedback based compiler.
6143 * Makefile.in: Rebuilt.
6144
6145 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6146
6147 * Makefile.def (host_modules): Set bootstrap=true for flex.
6148 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6149 * Makefile.in: Rebuilt.
6150
6151 2004-07-07 Jan Hubicka <jh@suse.cz>
6152
6153 * MAINTAINERS: Add self as a profile feedback maintainer.
6154
6155 2004-07-05 Phil Edwards <phil@codesourcery.com>
6156
6157 * configure.in: Do not prepend $srcdir to /dev/null in
6158 makefile fragments.
6159 * configure: Regenerate.
6160
6161 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6162
6163 * Makefile.def (build_modules): Add bison, byacc, flex,
6164 m4, texinfo.
6165 (flags_to_pass): Add FLEX.
6166 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6167 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6168 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6169 DEFAULT_MAKEINFO): Remove.
6170 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6171 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6172 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6173 objdir or else use configured tool.
6174 (all-build): New.
6175 (all): Depend on it.
6176 (Build module dependencies): Add.
6177 * Makefile.in: Regenerate.
6178 * configure.in: Better support for multiple build modules,
6179 matching what is done for host/target modules. Do not look
6180 for "plausible" locations of build tools if Canadian cross.
6181 Use autoconf's AC_PROG_CC to find a C compiler. Define
6182 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6183 * configure: Regenerate.
6184
6185 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6186
6187 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6188 * Makefile.in: Regenerate.
6189
6190 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6191
6192 * Makefile.tpl (configure-build-[+module+],
6193 configure-[+module+], configure-target-[+module+]): Pass
6194 [+extra_configure_args+].
6195 (all-build-[+module+], all-[+module+], check-[+module+],
6196 install-[+module+], [+make_target+]-[+module+],
6197 all-target-[+module+], check-target-[+module+],
6198 install-target-[+module+], [+make_target+]-target-[+module+]):
6199 Pass [+extra_make_args+].
6200 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6201 (GCC_HOST_EXPORTS): Remove.
6202 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6203 cross, check-gcc, check-gcc-c++, install-gcc,
6204 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6205 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6206 * Makefile.in: Regenerate.
6207
6208 2004-06-21 Matthew Sachs <msachs@apple.com>
6209
6210 * MAINTAINERS: Added self to write-after-approval.
6211
6212 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6213
6214 * configure.in: Check for srcdir/winsup rather than build directory
6215 winsup.
6216 * configure: Regenerate.
6217
6218 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6219
6220 * configure.in: Don't build Cygwin native newlib if winsup
6221 directory is missing. Emit warning instead.
6222 * configure: Regenerate.
6223
6224 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6225
6226 * Makefile.tpl (touch-stage[+id+]): New.
6227 (restage[+prev+]): Depend on touch-stage[+id+].
6228
6229 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6230 Use it throughout.
6231
6232 * Makefile.def: Add profile and feedback bootstrap stages.
6233 Remove next field from bootstrap stages.
6234 * Makefile.tpl (LN, LN_S): Substitute.
6235 (stageN-start, stageN-end): Use double-colon rules, to
6236 provide a hook for additional setup commands.
6237 (distclean-stageN-gcc, restageN): Create dependencies from
6238 [+prev+], not from [+next+].
6239 (stageN-bubble): Add commands for successive stages from
6240 [+prev+], using double-colon rules.
6241 (all-stageN-gcc): Fix typo.
6242 (stagefeedback-start, profiledbootstrap): New.
6243 * Makefile.in: Regenerate.
6244 * configure.in: Call ACX_PROG_LN.
6245 * configure: Regenerate.
6246
6247 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6248
6249 * MAINTAINERS (Write After Approval): Add myself.
6250
6251 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6252
6253 * MAINTAINERS (Write After Approval): Add myself.
6254
6255 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6256
6257 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6258 without gcc.
6259 * configure: Regenerate.
6260
6261 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6262
6263 * Makefile.tpl: Fix typo.
6264 * Makefile.in: Regenerate.
6265
6266 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6267
6268 * configure.in: Remove new- prefix from toplevel
6269 bootstrap targets.
6270 * configure: Regenerate.
6271
6272 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6273
6274 * Makefile.tpl (all.normal): Rename to all.
6275 (all): Replace with a rule to pick the default
6276 target from configure.
6277 (all-gcc, configure-gcc): Use conditionals to
6278 do nothing when toplevel bootstrap is going on.
6279 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6280 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6281 * configure.in: Support --enable-bootstrap.
6282
6283 * Makefile.def: Remove new- prefix from toplevel
6284 bootstrap targets.
6285 * Makefile.tpl: Likewise.
6286
6287 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6288 target.
6289
6290 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6291 $(RECURSE_FLAGS) to recursive invocation of make.
6292
6293 * Makefile.in: Regenerate.
6294 * configure: Regenerate.
6295
6296 2004-05-30 Andreas Jaeger <aj@suse.de>
6297 Jim Wilson <wilson@specifixinc.com>
6298
6299 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6300 like CC.
6301
6302 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6303
6304 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6305 * configure: Regenerate.
6306
6307 2004-05-25 Daniel Jacobowitz <drow@false.org>
6308
6309 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6310 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6311 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6312 targets.
6313 * Makefile.in: Regenerate.
6314
6315 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6316
6317 * configure.in: Test the ability to symlink directories.
6318 * configure: Regenerate.
6319
6320 * Makefile.def (bootstrap-stage): New definitions.
6321 * Makefile.tpl (configure-stage1-gcc,
6322 configure-stage2-gcc, configure-stage3-gcc,
6323 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6324 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6325 new-restage3, compare): Autogenerate, see Makefile.in
6326 entry for behavioral changes.
6327 (distclean-stage1, new-stage1-start, new-stage1-end,
6328 new-stage1-bubble, distclean-stage2, new-stage2-start,
6329 new-stage2-end, new-stage2-bubble, distclean-stage3,
6330 new-stage3-start, new-stage3-end): New autogenerated targets.
6331 (objext, prebootstrap, BOOT_CFLAGS,
6332 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6333 targets.
6334
6335 * Makefile.in: Regenerate.
6336 (distclean-stage1, new-stage1-start, new-stage1-end,
6337 new-stage1-bubble, distclean-stage2, new-stage2-start,
6338 new-stage2-end, new-stage2-bubble, distclean-stage3,
6339 new-stage3-start, new-stage3-end): New targets.
6340 (all-stage1-gcc): Move prebootstrap dependency from here...
6341 (configure-stage1-gcc): ...to here.
6342 (new-bootstrap): Use bubble targets.
6343 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6344 Use per-stage distclean targets.
6345 (configure-stage1-gcc, configure-stage2-gcc,
6346 configure-stage3-gcc, all-stage1-gcc,
6347 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6348 Use new-stageN-start to prepare the tree.
6349
6350 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6351
6352 * Makefile.def (host_modules): add libcpp.
6353 * Makefile.tpl: Add dependencies on and for libcpp.
6354 * Makefile.in: Regenerate.
6355 * configure.in: Add libcpp host module.
6356 * configure: Regenerate.
6357
6358 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6359
6360 * Makefile.tpl: Whenever a recursive target is defined, wrap
6361 it in a special @if/@endif block, and prepare its maybe
6362 dependency in the @if/@endif block
6363 * configure.in: Instead of writing maybe dependencies, remove
6364 the @if/@endif statements, and remove the @if/@endif blocks
6365 that remain.
6366 * configure: Regenerate.
6367 * Makefile.in: Regenerate.
6368
6369 2004-05-20 Janis Johnson <janis187@us.ibm.com>
6370
6371 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6372
6373 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6374
6375 PR bootstrap/15120
6376 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6377 * */configure: Rebuilt.
6378
6379 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6380
6381 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6382 of libf2c.
6383 * configure, Makefile.in: Regenerate.
6384
6385 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
6386
6387 * MAINTAINERS (Write After Approval): Add myself.
6388
6389 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6390
6391 Merge from tree-ssa-20020619-branch.
6392
6393 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6394 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6395 (HOST_GMPLIBS): Define.
6396 (HOST_GMPINC): Define.
6397 (TARGET_LIB_PATH): Add libmudflap.
6398 (GFORTRAN_FOR_TARGET): Define.
6399 (configure-build*): Export GFORTRAN.
6400 (configure-gcc): Export GMPLIBS and GMPINC.
6401 (all-gcc): Add maybe-all-libbanshee.
6402 (configure-target-libgfortran): Define.
6403 * Makefile.in: Regenerate.
6404 * configure.in (host_libs): Add libbanshee.
6405 (target_libraries): Add target-libmudflap and target-libgfortran.
6406 Add --with-libbanshee.
6407 Handle --disable-libmudflap.
6408 (*-*-freebsd*): Use with_gmp.
6409 Add $(libgcj) to noconfigdirs.
6410 * configure: Regenerate.
6411 * depcomp: New file.
6412 * MAINTAINERS: Add tree-ssa maintainers.
6413
6414 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6415
6416 * MAINTAINERS (Various Maintainers): Add myself.
6417
6418 2004-04-30 Brian Ford <ford@vss.fsi.com>
6419
6420 * MAINTAINERS (Write After Approval): Add myself.
6421
6422 2004-04-29 Uros Bizjak <uros@kss-loka.si>
6423
6424 * MAINTAINERS (Write After Approval): Add myself.
6425
6426 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6427
6428 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6429 * configure: Regenerate.
6430
6431 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6432
6433 Revert:
6434 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6435
6436 * Makefile.def (flags_to_pass): Remove *dir variables that
6437 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6438 as well as prefix and exec_prefix.
6439 * Makefile.in: Regenerate.
6440
6441 2004-04-26 Robert Millan <robertmh@gnu.org>
6442
6443 Add patches from libtool CVS.
6444 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6445 * ltconfig: Likewise.
6446 * ltcf-c.sh: Likewise.
6447 * ltcf-cxx.sh: Likewise.
6448 * ltcf-gcj.sh: Likewise.
6449
6450 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6451
6452 * Makefile.def (host_modules): Mark with the bootstrap
6453 flag packages on which gcc depends.
6454 * Makefile.tpl (all-bootstrap): Use it.
6455 * Makefile.in: Regenerate.
6456
6457 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6458
6459 * Makefile.def (flags_to_pass): Remove *dir variables that
6460 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6461 as well as prefix and exec_prefix.
6462 * Makefile.in: Regenerate.
6463
6464 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6465
6466 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6467 * configure: Regenerate.
6468 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6469 * gcc/Makefile.tpl (compare): Use the result of the test.
6470 * gcc/Makefile.in: Regenerate.
6471
6472 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6473
6474 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6475 Always relocate gcc and prev-gcc to the original names, even
6476 if the build fails.
6477 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6478 New targets.
6479
6480 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6481
6482 * MAINTAINERS: Update my email address.
6483
6484 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6485
6486 * configure.in (mips*-*-irix5*): Enable ld.
6487 * configure: Regenerate.
6488
6489 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6490
6491 * configure: Regenerate.
6492
6493 2004-04-15 James E Wilson <wilson@specifixinc.com>
6494
6495 * Makefile.tpl (configure-[+module+], configure-gcc,
6496 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6497 Set and export LDFLAGS.
6498 * Makefile.in: Regenerate.
6499
6500 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
6501
6502 * MAINTAINERS: Add myself to write-after-approval.
6503
6504 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6505
6506 PR bootstrap/14871
6507 * Makefile.tpl: If we don't have built-in-tree target tools,
6508 use the ones found by configure rather than hacking around with
6509 program_transform_name.
6510 * configure.in: Give Makefile.tpl the information necessary
6511 to do that.
6512 * Makefile.in: Regenerate.
6513 * configure: Regenerate.
6514
6515 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6516
6517 PR bootstrap/14760
6518 * configure.in: When computing baseargs, strip *all* copies of
6519 offending options. Also, don't match/substitute the trailing space,
6520 so that this actually works when two similar options are separated by
6521 only one space.
6522 * configure: Regenerate.
6523
6524 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6525
6526 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6527 (rs6000-*-aix*): Same.
6528 * configure: Regenerate.
6529
6530 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
6531
6532 * MAINTAINERS: Add myself to write-after-approval.
6533
6534 2004-04-03 Bud Davis <bdavis9659@comcast.net>
6535
6536 * MAINTAINERS: Add myself to write-after-approval.
6537
6538 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6539
6540 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6541 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6542 * Makefile.in: Regenerate.
6543
6544 * configure.in (top level bootstrap support): Rework --enable-werror
6545 to set @stage2_werror_flag@.
6546 * configure: Regenerate.
6547 * Makefile.tpl (top level bootstrap support): Pass
6548 @stage2_werror_flag@ down to configure in stages 2 and 3.
6549 * Makefile.in: Regenerate.
6550
6551 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6552
6553 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6554 for stages 2 and 3 as well as in make. As a consequence, remove
6555 OUTPUT_OPTION (now detected by configure) from the flags passed down
6556 to make.
6557 * Makefile.in: Regenerate.
6558
6559 * Makefile.tpl (new-bootstrap): Fix typo.
6560 * Makefile.in: Regenerate.
6561
6562 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6563
6564 * Makefile.tpl: Rearrange by moving recursive_targets rules
6565 into their proper sections.
6566 * Makefile.tpl (top level bootstrap support): Move disabling
6567 of coverage flags from 'make' to 'configure'; improve comments.
6568 * Makefile.in: Regenerate.
6569
6570 * Makefile.tpl (experimental top level bootstrap) Move stage1
6571 language setting from all- target to configure- target; disable
6572 intermodule optimization in stage 1; prevent gratuitous rebuilds
6573 of stage 1.
6574 * Makefile.in: Regenerate.
6575 * configure.in: Comma-separate stage 1 language list for top
6576 level bootstrap.
6577 * configure: Regenerate.
6578
6579 * Makefile.tpl: Clean up experimental top level bootstrap support:
6580 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6581 prev-gcc in configure- targets as well as all- targets.
6582 * Makefile.in: Regenerate.
6583
6584 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
6585
6586 * compile: New file imported from automake.
6587
6588 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6589
6590 * configure.in: Remove symbolic link section.
6591 * configure: Regenerate.
6592 * Makefile.tpl (links): Remove.
6593 * Makefile.in: Regenerate.
6594
6595 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6596 Nathanael Nerode <neroden@gcc.gnu.org>
6597
6598 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6599 Set with AC_CHECK_PROGS.
6600 * configure.in: Fix comment typo from last patch.
6601 * configure: Regenerate.
6602
6603 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6604
6605 * Makefile.tpl: Introduce experimental top level bootstrap support.
6606 * Makefile.in: Regenerate.
6607 * configure.in: Introduce support for top level bootstrap.
6608 * configure: Regenerate.
6609
6610 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6611 Paolo Bonzini <bonzini@gnu.org>
6612
6613 PR bootstrap/14522
6614 * configure.in: Cope with shells that do not support unquoted ^
6615 * configure: Regenerate.
6616
6617 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6618 Paolo Bonzini <bonzini@gnu.org>
6619
6620 PR bootstrap/14522
6621 * configure.in: Cope with shells that do not support nesting
6622 quotes inside quoted backquote substitutions.
6623 * configure: Regenerate.
6624
6625 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6626
6627 PR bootstrap/14522
6628 * configure.in: Fix escaping of $.
6629 * configure: Regenerate.
6630
6631 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6632
6633 * configure: Regenerate, since I forgot to while committing Paolo's
6634 changes.
6635
6636 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6637
6638 PR ada/14131
6639 Move language detection to the top level.
6640 * configure.in: Find default values for the tools as
6641 soon as possible. Disable ada if GNAT is not found.
6642 Emit error message about missing languages. Expand
6643 --enable-languages=all for the gcc subdirectory.
6644
6645 2004-03-10 Ben Elliston <bje@gnu.org>
6646
6647 * MAINTAINERS: Update my email address.
6648
6649 2004-03-05 David Edelsohn <edelsohn@gnu.org>
6650
6651 * ltconfig: Disable building static libraries if building shared
6652 libraries on AIX 5L.
6653
6654 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6655
6656 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6657 and disable libgcj.
6658 * configure: Regenerated.
6659
6660 2004-03-01 Brian Booth <bbooth@redhat.com>
6661
6662 * MAINTAINERS: Add myself to write-after-approval.
6663
6664 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
6665
6666 * MAINTAINERS: Add myself to write-after-approval.
6667
6668 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6669
6670 PR bootstrap/7087
6671 * Makefile.tpl: Guard XFOO sed statements better.
6672 * Makefile.tpl: Add dependency for configure-target-libada.
6673 * Makefile.in: Regenerate (incidentally fixes broken
6674 commit when libada-branch was merged).
6675
6676 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
6677
6678 * MAINTAINERS: Add myself to write-after-approval.
6679
6680 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
6681
6682 * MAINTAINERS: Add Nicola Pero and myself as libobjc
6683 maintainers.
6684
6685 2004-02-20 Andrew Cagney <cagney@redhat.com>
6686
6687 * config.guess: Update from version 2003-10-16 to 2004-02-16.
6688 * config.sub: Update from version 2003-11-03 to 2004-02-16.
6689
6690 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6691
6692 PR bootstrap/11932
6693 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6694
6695 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
6696
6697 * MAINTAINERS: Added myself to write-after-approval.
6698
6699 2004-02-14 Michael Koch <konqueror@gmx.de>
6700
6701 * MAINTAINERS: Added myself to write-after-approval.
6702
6703 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
6704
6705 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
6706 some OS port maintainers to OS port maintainers section.
6707
6708 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
6709
6710 * MAINTAINERS: Add self.
6711
6712 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
6713
6714 * MAINTAINERS: Alphabetize.
6715
6716 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
6717
6718 * MAINTAINERS: Remove myself.
6719
6720 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6721
6722 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6723 (rs6000-*-aix*): Same.
6724 * configure: Regenerate.
6725
6726 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6727
6728 * configure.in (host): Add in missing $noconfigdirs to defines.
6729 * configure: Regenerate.
6730
6731 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6732 Nathanael Nerode <neroden@gcc.gnu.org>
6733
6734 PR ada/6637, PR ada/5911
6735 Merge with libada-branch:
6736 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6737 with appropriate dependencies. Add --enable-libada configure switch.
6738 * configure, Makefile.in: Regenerate.
6739
6740 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
6741
6742 * MAINTAINERS: Add myself to write-after-approval.
6743
6744 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6745
6746 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6747 * configure: Regenerate.
6748
6749 2004-02-04 Geoffrey Keating <geoffk@apple.com>
6750
6751 Merge from upstream:
6752
6753 * ltmain.in: When setting IFS to '~', be careful about user
6754 arguments that contain '~'.
6755
6756 2004-02-04 Peter O'Gorman <peter@pogma.com>
6757
6758 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
6759 Also test $base_compile against $CC with escaped arguments. Bug
6760 reported by Geoff Keating <geoffk@apple.com>.
6761
6762 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
6763
6764 * MAINTAINERS: Remove i960 port.
6765
6766 2004-01-23 DJ Delorie <dj@redhat.com>
6767
6768 * Makefile.def (target_modules) [libiberty]: Don't stage.
6769 * Makefile.in: Rebuilt.
6770
6771 2004-01-20 Caroline Tice <ctice@apple.com>
6772
6773 * MAINTAINERS: Add myself to write-after-approval.
6774
6775 2004-01-19 Paolo Carlini <pcarlini@suse.de>
6776
6777 * MAINTAINERS: Update my email address.
6778
6779 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
6780
6781 * MAINTAINERS: Add myself to write-after-approval.
6782
6783 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6784
6785 * MAINTAINERS: Remove entries without email address.
6786
6787 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
6788
6789 * MAINTAINERS: Add myself to write-after-approval.
6790
6791 2004-01-15 Steven Bosscher <stevenb@suse.de>
6792
6793 * MAINTAINERS: Update my email address.
6794
6795 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6796
6797 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6798 * Makefile.tpl (configure-target-[+module+]): Support stage.
6799 * Makefile.in: Rebuilt.
6800
6801 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
6802
6803 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
6804
6805 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
6806
6807 * MAINTAINERS: Add myself as a MIPS maintainer.
6808
6809 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6810
6811 * configure.in: Use ./config.cache, not config.cache.
6812 * configure: Regenerate.
6813 * Makefile.tpl: Special-casing not needed for GCC any more.
6814 * Makefile.in: Regenerate.
6815
6816 * configure.in: Don't share a cache file for host dirs.
6817 * configure: Regenerate.
6818
6819 * config-ml.in: Don't mess with the cache file.
6820
6821 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6822
6823 * MAINTAINERS: Move myself from 'Write After Approval' to
6824 'CPU Port Maintainers' section as SPARC maintainer.
6825
6826 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6827
6828 * Makefile.tpl: Make GCC use a separate config.cache.
6829 * Makefile.in: Regenerate.
6830
6831 PR bootstrap/11932, PR bootstrap/11933
6832 (I don't know if it will fix either of them, but it relates
6833 to them.)
6834 * configure.in: Don't use shared config.cache for target
6835 directories.
6836 * configure: Regenerate.
6837
6838 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
6839
6840 * MAINTAINERS: Add myself to 'Write After Approval' section.
6841
6842 2003-12-31 Roger Sayle <roger@eyesopen.com>
6843
6844 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6845 * configure: Regenerated.
6846
6847 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
6848
6849 * MAINTAINERS: Remove the mn10200 maintainer.
6850
6851 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6852
6853 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6854 * configure: Regenerated.
6855
6856 2003-12-16 Jan Hubicka <jh@suse.cz>
6857
6858 * MAINTAINERS: Add myself as callgraph maintainer.
6859
6860 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6861
6862 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6863 * configure: Regenerate.
6864
6865 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
6866
6867 * MAINTAINERS: Move myself from 'Bug database only accounts' to
6868 'Write After Approval' section. Update email.
6869
6870 2003-12-01 James Lemke <jim@wasabisystems.com>
6871
6872 * MAINTAINERS (Write After Approval): Add myself.
6873
6874 2003-11-20 Matt Thomas <matt@3am-software.com>
6875
6876 * MAINTAINERS: Add myself as a vax port maintainer.
6877
6878 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6879
6880 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6881 (configure-build-[+module+], configure-[+module+]): Likewise.
6882 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6883 * Makefile.in: Regenerate.
6884
6885 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
6886
6887 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
6888 shared/dylibed libraries.
6889 * ltmain.sh: Likewise.
6890 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
6891 * ltcf-cxx.sh: Likewise.
6892 * ltcf-gcj.sh: Likewise.
6893 * ltconfig: Likewise.
6894
6895 2003-11-17 Stan Cox <scox@redhat.com>
6896
6897 * MAINTAINERS: Add myself as iq2000 port maintainer.
6898
6899 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6900
6901 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6902 * Makefile.in: Regenerate.
6903
6904 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
6905
6906 * config.sub: Update to 2003-11-03 version.
6907
6908 2003-10-20 Phil Edwards <phil@codesourcery.com>
6909
6910 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6911 * configure: Regenerate.
6912
6913 2003-10-20 Nicolas Pitre <nico@cam.org>
6914
6915 * MAINTAINERS: Add myself to 'Write After Approval' section.
6916
6917 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
6918
6919 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6920
6921 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
6922
6923 * MAINTAINERS: Update my email address.
6924
6925 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6926
6927 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
6928
6929 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
6930
6931 * MAINTAINERS: Add myself to 'Write After Approval' section.
6932
6933 2003-10-16 Bernardo Innocenti <bernie@develer.com>
6934
6935 * config.guess: Update to 2003-10-16 version.
6936 * config.sub: Update to 2003-10-16 version.
6937
6938 2003-10-15 David Daney <ddaney@avtrex.com>
6939
6940 * MAINTAINERS: Added myself to 'Write After Approval' section.
6941
6942 2003-10-15 Falk Hueffner <falk@debian.org>
6943
6944 * MAINTAINERS: Move myself from 'Bug database only accounts' to
6945 'Write After Approval' section. Update email.
6946
6947 2003-10-14 Roger Sayle <roger@eyesopen.com>
6948
6949 * MAINTAINERS: Move myself from 'Write After Approval' to
6950 'Various Maintainers' section as middle-end maintainer.
6951
6952 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6953
6954 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6955 HOST_FLAGS_TO_PASS.
6956 * Makefile.in: Regenerate.
6957
6958 2003-10-11 Bernardo Innocenti <bernie@develer.com>
6959
6960 * config.guess: Update to 2003-10-07 version.
6961 * config.sub: Update to 2003-10-07 version.
6962
6963 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6964
6965 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
6966 * ltconfig (irix5*, irix6*): Don't override version_type.
6967
6968 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6969
6970 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6971 * configure: Rebuilt
6972 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6973 * Makefile.in: Rebuilt
6974
6975 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6976
6977 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6978
6979 2003-09-30 Carlo Wood <carlo@alinoe.com>
6980
6981 * MAINTAINERS (Write After Approval): Add myself.
6982
6983 2003-09-29 Paul Koning <ni1d@arrl.net>
6984
6985 * MAINTAINERS: Move myself from "Write After Approval"
6986 to CPU platform maintainers for pdp11 platform.
6987
6988 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
6989
6990 * MAINTAINERS: Move myself from 'Write After Approval' to
6991 'Various Maintainers' section as libffi testsuite maintainer.
6992
6993 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6994
6995 * configure.in: Pass a computed --program-transform-name
6996 to subconfigures.
6997 * configure: Regenerated.
6998
6999 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7000
7001 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7002 * Makefile.in: Regenerate.
7003
7004 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7005 * Makefile.in: Regenerate.
7006
7007 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7008
7009 * MAINTAINERS: Move myself from 'Write After Approval'
7010 to 'Various Maintainers' (objective-c) section.
7011
7012 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7013
7014 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7015 quoting.
7016 * configure: Regenerated.
7017
7018 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7019
7020 * MAINTAINERS (Write After Approval): Add myself to write after
7021 approval list.
7022
7023 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7024
7025 * MAINTAINERS (Write After Approval): Add myself.
7026
7027 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7028
7029 * MAINTAINERS: Update my e-mail address.
7030
7031 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7032
7033 * libtool.m4 (LD): Correct powerpc64 host match.
7034
7035 2003-09-06 James E Wilson <wilson@tuliptree.org>
7036
7037 * MAINTAINTERS: Update my affiliation and email address.
7038
7039 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7040
7041 * MAINTAINERS (Write After Approval): Add myself.
7042
7043 2003-09-04 DJ Delorie <dj@redhat.com>
7044
7045 * configure: Regenerate.
7046
7047 2003-09-04 Robert Millan <robertmh@gnu.org>
7048
7049 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7050
7051 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7052
7053 * configure.in: Ensure arguments to sed are properly spaced.
7054 * configure: Regenerate.
7055
7056 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7057
7058 * MAINTAINERS: Update my e-mail address.
7059
7060 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7061
7062 * MAINTAINERS (Write After Approval): Add myself.
7063
7064 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7065
7066 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7067 * configure: Regenerated.
7068
7069 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7070
7071 * MAINTAINERS: Update my email address.
7072
7073 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7074
7075 * configure.in: Use newline instead of semicolon when assuming
7076 shell arguments in a for loop.
7077 * configure: Regenerated.
7078
7079 2003-08-22 Jason Eckhardt <jle@rice.edu>
7080
7081 * MAINTAINERS: Resurrect the i860 maintainer.
7082
7083 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7084
7085 PR 8180
7086 * configure.in: When testing with_libs and with_headers, treat
7087 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7088 * configure: Regenerate.
7089
7090 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7091 make, shell, etc.
7092 (baseargs): Likewise.
7093 * configure: Regenerate.
7094
7095 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7096
7097 * MAINTAINERS (Write After Approval): Add myself.
7098
7099 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7100
7101 * configure.in: Disable libgcj for darwin not on powerpc.
7102 * configure: Rebuild.
7103
7104 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7105
7106 * config-ml.in, symlink-tree: Add license.
7107
7108 2003-08-03 Richard Stallman <rms@gnu.org>
7109 Eben Moglen <moglen@columbia.edu>
7110
7111 * README.SCO: New file.
7112
7113 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7114
7115 * Makefile.tpl (check, check-c++): Express dependencies using
7116 dependencies rather than commands.
7117 * Makefile.in: Regenerate.
7118
7119 2003-08-01 Andrew Cagney <cagney@redhat.com>
7120
7121 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7122 * configure: Ditto.
7123
7124 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7125
7126 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7127 * Makefile.in: Update.
7128
7129 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7130
7131 * configure.in: Enable libgcj for darwin.
7132 * configure: Rebuild.
7133
7134 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7135
7136 * config-ml.in: Use ac_configure_args directly instead of
7137 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7138 actually seen.
7139
7140 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7141
7142 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7143 creating target and build subdirs to build all parent dirs as needed.
7144 * Makefile.in: Rebuild.
7145 * configure.in: Don't build dirs explicitly here.
7146 * configure: Rebuild.
7147
7148 2003-07-26 Paul Brook <paul@nowt.org>
7149
7150 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7151
7152 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7153
7154 * Makefile.tpl (all-make): Depend on intl.
7155 * Makefile.in: Rebuilt.
7156
7157 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7158
7159 * install-sh: Update to newer upstream versions (associated with
7160 aclocal 1.7).
7161 * mkinstalldirs: Likewise.
7162 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7163
7164 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7165
7166 * MAINTAINERS: Move self from Bug database only accounts
7167 to write-after-approval.
7168
7169 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7170
7171 * config.if: Remove unused libc_interface determination.
7172
7173 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7174
7175 * MAINTAINERS: Move self from write-after-approval to
7176 build machinery (*.in).
7177
7178 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7179
7180 PR bootstrap/11273
7181 PR bootstrap/11408
7182 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7183 unused INSTALL_PROGRAM_ARGS.
7184 * configure.in: Use AC_PROG_INSTALL.
7185 * Makefile.in: Regenerate.
7186 * configure: Regenerate.
7187
7188 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7189
7190 * MAINTAINERS: Alphabetize.
7191
7192 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7193
7194 * configure: Rebuilt.
7195 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7196 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7197 newlib nor libgloss.
7198 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7199 * configure.in (am33_2.0-*-linux*): Added.
7200
7201 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7202
7203 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7204 * configure: Regenerate.
7205
7206 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7207
7208 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7209 * Makefile.in: Regenerate.
7210
7211 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7212
7213 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7214 * Makefile.in: Regenerate.
7215
7216 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7217
7218 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7219 * Makefile.in: Regenerated.
7220
7221 * config-ml.in: Replace PWD with PWD_COMMAND.
7222
7223 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7224
7225 * intl: New directory; see intl/ChangeLog for details.
7226 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7227 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7228 * Makefile.in: Regenerate.
7229
7230 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7231
7232 * configure.in: Clean up config-lang.in handling. Delete
7233 useless assignment to "subdirs".
7234 * configure: Regenerate.
7235
7236 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7237
7238 * configure.in: Rename 'target_libs' to 'target_libraries'.
7239 Remove useless reference to 'target_libs'.
7240 * configure: Regenerate.
7241
7242 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7243
7244 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7245 * Makefile.in: Regenerate.
7246
7247 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7248
7249 * Makefile.def: Introduce flags_to_pass.
7250 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7251 * Makefile.in: Regenerate.
7252
7253 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7254
7255 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7256 and target-libgloss.
7257 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7258 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7259 * configure: Regenerate.
7260
7261 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7262
7263 * configure.in: Update testsuite_flags to new location.
7264 * configure. Regenerate.
7265
7266 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7267
7268 * Makefile.tpl: Remove BUILD_CC stuff.
7269 * Makefile.in: Regenerate.
7270
7271 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7272
7273 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7274
7275 2003-06-16 Graeme Peterson <gp@qnx.com>
7276
7277 * MAINTAINERS (Write After Approval): Add myself.
7278
7279 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7280
7281 * config.guess: Update to 2003-06-12 version.
7282 * config.sub: Update to 2003-06-13 version.
7283
7284 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7285
7286 * config.guess: Update to 2003-06-06 version.
7287 * config.sub: Update to 2003-06-06 version.
7288
7289 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7290
7291 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7292 * configure. Regenerate.
7293
7294 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7295
7296 * configure.in: Disable serial configure by default.
7297 * configure: Regenerate.
7298 * Makefile.tpl: Abolish .NOTPARALLEL.
7299 * Makefile.in: Regenerate.
7300
7301 * Makefile.tpl: Replace {build,host,target}_canonical by
7302 {build,host,target}.
7303 * Makefile.in: Regenerate.
7304
7305 * Makefile.tpl: Fix stupid pasto.
7306 * Makefile.in: Regenerate.
7307
7308 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7309
7310 * Makefile.tpl: Remove bogus conditional.
7311 * Makefile.in: Regenerate.
7312
7313 2003-06-05 Jan Hubicka <jh@suse.cz>
7314
7315 * Makefile.tpl (profiledbootstrap): New target.
7316 * Makefile.in (profiledbootstrap): New target.
7317
7318 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7319
7320 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7321 Pinski. Remove user names from other bugzilla-only maintainers.
7322
7323 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7324
7325 * Makefile.tpl: Make 'recursive targets' using autogen rather
7326 than shell loop. Remove duplicate 'clean' targets and false
7327 comments.
7328 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7329 Add systematic method of specifying missing targets in subdirs.
7330 Add copyright boilerplate.
7331 * Makefile.in: Regenerate.
7332 * configure.in: Add 'recursive targets' to maybe list.
7333 * configure: Regenerate.
7334
7335 * MAINTAINERS: "GNATS only" -> "Bug database only".
7336
7337 * Makefile.tpl: Rename [+target+] to [+make_target+].
7338 * Makefile.def: Rename 'target' to 'make_target'.
7339
7340 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7341
7342 * MAINTAINERS: Add self as options handling maintainer.
7343
7344 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7345
7346 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7347 been too long since I touched those ports.
7348
7349 2003-05-28 DJ Delorie <dj@redhat.com>
7350
7351 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7352 * Makefile.in: Regenerate.
7353
7354 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7355
7356 * configure.in: Use curly braces in the definition of tooldir.
7357 * configure: Regenerate.
7358
7359 2003-05-21 DJ Delorie <dj@redhat.com>
7360
7361 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7362 newlib or libgloss.
7363 * Makefile.in: Regenerate.
7364
7365 2003-05-21 DJ Delorie <dj@redhat.com>
7366
7367 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7368 * Makefile.in: Regenerate.
7369
7370 2003-05-20 Ian Lance Taylor <ian@airs.com>
7371
7372 * MAINTAINERS: Update my e-mail address.
7373
7374 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7375
7376 * configure.in: Switch more things to use maybe dependencies.
7377 * Makefile.tpl: Switch more things to use maybe dependencies.
7378 Factor out common code from autogen IF statements.
7379 * configure: Regenerate.
7380 * Makefile.in: Regenerate.
7381
7382 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7383
7384 * configure.in: Accept i[3456789]86 for machine type.
7385 * configure: Regenerate.
7386
7387 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7388
7389 * configure.in: Switch more things to use maybe dependencies.
7390 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7391 * configure: Regenerate.
7392 * Makefile.tpl: Switch more things to use maybe dependencies.
7393 * Makefile.in: Regenerate.
7394
7395 2003-05-16 Andreas Schwab <schwab@suse.de>
7396
7397 * Makefile.tpl (install-opcodes): Define.
7398 * Makefile.in: Rebuild.
7399
7400 2003-05-13 Andreas Jaeger <aj@suse.de>
7401
7402 * config.guess: Update to 2003-05-09 version.
7403 * config.sub: Update to 2003-05-09 version.
7404
7405 2003-05-13 Michael Eager <eager@mvista.com>
7406
7407 * configure.in: Correct sed script so that options in quotes are not
7408 deleted.
7409 * configure: Rebuild.
7410
7411 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7412
7413 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7414 and $$s/newlib/libc/sys/cygwin32 include paths.
7415 * configure: Ditto.
7416
7417 2003-05-12 Michael Meissner <gnu@the-meissners.org>
7418
7419 * MAINTAINERS: Update my email addresses.
7420
7421 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7422
7423 * config-ml.in: Propagate INSTALL variables.
7424
7425 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7426
7427 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7428
7429 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7430
7431 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7432 * Makefile.in: Regenerate.
7433
7434 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7435
7436 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7437
7438 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7439
7440 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7441
7442 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7443
7444 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7445 * Makefile.in: Regenerated.
7446
7447 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7448
7449 * MAINTAINERS (Write After Approval): Upgrade myself from
7450 GNATS only to write-after-approval. Update my mail address.
7451
7452 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
7453
7454 (OS Port Maintainers: freebsd): Add myself.
7455
7456 2003-04-22 Mark Mitchell <mark@codesourcery.com>
7457
7458 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7459
7460 2003-04-22 Kean Johnston <jkj@sco.com>
7461
7462 * MAINTAINERS (SCO ports): Added myself.
7463
7464 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7465
7466 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7467
7468 2003-04-19 Kean Johnston <jkj@sco.com>
7469
7470 * MAINTAINERS (Write After Approval): Add myself.
7471
7472 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7473
7474 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7475 * Makefile.in: Regenerate.
7476
7477 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7478
7479 * configure.in (powerpc64*-*-linux*): Remove.
7480 * configure: Rebuilt.
7481
7482 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7483
7484 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7485 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7486 and restrap.
7487 * Makefile.in: Regenerate.
7488
7489 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7490
7491 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7492 * configure: Regenerated.
7493
7494 2003-04-15 DJ Delorie <dj@redhat.com>
7495
7496 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7497
7498 2003-04-13 Nick Clifton <nickc@redhat.com>
7499
7500 * config-ml.in: Remove support for --disable-aix removing
7501 call-aix multilibs.
7502
7503 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
7504
7505 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7506 * */configure: Rebuilt.
7507
7508 2003-04-08 Joel Sherrill <joel@oarcorp.com>
7509
7510 * MAINTAINERS: Add my email address.
7511
7512 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
7513
7514 * MAINTAINERS (Write After Approval): Add myself.
7515
7516 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7517
7518 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7519 * Makefile.in: Regenerate.
7520
7521 2003-03-14 Michael Chastain <mec@shout.net>
7522
7523 * Makefile.in: Regenerate with correct Makefile.def.
7524
7525 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7526
7527 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7528 Make macro.
7529 * Makefile.in: Regenerate.
7530 * configure.in: Clean up gxx_include_dir logic.
7531 * configure: Regenerate.
7532
7533 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
7534
7535 * MAINTAINERS (Write After Approval): Add myself.
7536
7537 2003-03-10 Ben Elliston <bje@wasabisystems.com>
7538
7539 * MAINTAINERS: Update my mail address.
7540
7541 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7542
7543 * configure.in (gxx_include_dir): Fix typo.
7544 * configure: Regenerated.
7545
7546 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7547
7548 * Makefile.tpl: Reindent.
7549 * Makefile.in: Regenerate.
7550 * configure.in: Reindent. Don't set unused variables.
7551 * configure: Regenerate.
7552
7553 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7554
7555 * configure.in: Include $(build_tooldir)/sys-include in
7556 FLAGS_FOR_TARGET.
7557 * configure: Regenerated.
7558
7559 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7560
7561 * Makefile.tpl: Always pass down RANLIB.
7562 * Makefile.in: Regenerate.
7563
7564 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7565 * Makefile.in: Regenerate.
7566 * configure.in: Remove unused logic relating to --enable-shared
7567 and --enable-threads. Remove bogus comments. Remove redundant
7568 noconfigdirs.
7569 * configure: Regenerate.
7570
7571 * configure.in: Replace ${libstdcxx_version} by its value.
7572 Remove reference to mh-dgux.
7573 * configure: Regenerate.
7574
7575 2003-03-03 Kevin Buettner <kevinb@redhat.com>
7576
7577 * MAINTAINERS (Write After Approval): Add myself.
7578
7579 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7580
7581 * Makefile.tpl: Rearrange.
7582 * Makefile.in: Regenerate.
7583
7584 2003-02-25 Uwe Stieber <uwe@wwws.de>
7585
7586 * configure.in: Add support for kaOS as cross build target system.
7587 * configure: Regenerated.
7588
7589 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
7590
7591 * MAINTAINERS (Write after approval): Add myself.
7592
7593 2003-02-21 James E Wilson <wilson@tuliptree.org>
7594
7595 * MAINTAINERS: Update my email address.
7596
7597 2003-02-21 Zack Weinberg <zack@codesourcery.com>
7598
7599 * MAINTAINERS: Add self to blanket write privs. section.
7600
7601 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7602
7603 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7604 configure-target-* as some target builds may require additional
7605 flags for preprocessor tests.
7606 * Makefile.in: Regenerated.
7607
7608 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7609
7610 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7611 * ltconfig: Handle it.
7612 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7613 auto-detecting it.
7614
7615 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7616 it is used as argument to $CC.
7617 * ltcf-gcj.sh: Likewise.
7618
7619 * configure.in: Introduce --enable-maintainer-mode.
7620 * configure: Rebuilt.
7621 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7622 for maintainer mode.
7623 * Makefile.in: Rebuilt.
7624
7625 2003-02-18 Jason Merrill <jason@redhat.com>
7626
7627 * Makefile.tpl (check-c++): Allow parallelism.
7628
7629 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7630
7631 * MAINTAINERS: Remove John Carr (who never actually had access to
7632 gcc.gnu.org).
7633
7634 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7635
7636 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7637 don't configure target-libobjc.
7638 * configure: Regenerate.
7639
7640 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7641
7642 * Makefile.tpl (RANLIB): Define.
7643 * Makefile.in: Regenerate.
7644
7645 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
7646
7647 * MAINTAINERS: Update my email.
7648
7649 2003-02-06 Keith R Seitz <keiths@redhat.com>
7650
7651 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7652 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7653 * Makefile.in: Regenerated.
7654 * configure.in: Remove all traces of snavigator, db, and grep.
7655 * configure: Regenerated.
7656
7657 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7658
7659 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7660 After Approval.
7661
7662 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7663
7664 * MAINTAINERS (Write after approval): Add myself.
7665
7666 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7667
7668 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7669 * Makefile.in: Regenerated.
7670
7671 2003-01-30 Roger Sayle <roger@eyesopen.com>
7672
7673 * config.guess: Updated to 2003-01-30's version.
7674 * config.sub: Updated to 2003-01-28's version.
7675
7676 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7677
7678 * config.if: If gcc_version is already set, just use it. Don't set
7679 gcc_version_trigger if it's already set, otherwise set it to
7680 gcc/version.c, but only if the file exists. If it is not set and
7681 gcc/version.c does not exist, try to extract the version number from
7682 $CC.
7683
7684 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
7685
7686 * MAINTAINERS: Add myself to write-after-approval list.
7687
7688 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7689
7690 * configure.in: Revert 24Jan change.
7691 * configure: Regenerate.
7692
7693 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7694
7695 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
7696 entry of HJ Lu.
7697
7698 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7699
7700 * configure.in: Revert previous change.
7701 * configure: Regenerate.
7702
7703 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7704
7705 * configure.in: Make rda native-only.
7706 * configure: Regenerate.
7707
7708 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7709
7710 * MAINTAINERS: Move myself from GNATS-only-accounts to
7711 write-after-approval.
7712
7713 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7714
7715 * configure.in: Add missing \.
7716 * configure: Rebuilt.
7717
7718 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7719
7720 * configure.in (baseargs): Avoid using \| in sed regular
7721 expressions.
7722 * configure: Rebuilt.
7723
7724 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7725
7726 * configure.in (baseargs): Remove all supported forms of
7727 --cache-file, --srcdir, --host, --build and --target options
7728 from argument lists.
7729 * configure: Rebuilt.
7730
7731 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
7732
7733 * MAINTAINERS: Add myself to write-after-approval list.
7734
7735 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7736
7737 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7738 * configure: Rebuilt.
7739
7740 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7741
7742 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7743 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7744 * Makefile.in: Regenerate.
7745 * configure: Regenerate.
7746
7747 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7748
7749 * configure.in: Remove Makefile in build, host and target modules
7750 unless configure was run with --no-recursion.
7751 * configure: Rebuilt.
7752
7753 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7754
7755 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7756 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7757 * Makefile.in: Regenerate.
7758
7759 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7760
7761 * config.guess: Update to 2003-01-03 version.
7762 * config.sub: Update to 2003-01-03 version.
7763
7764 2003-01-07 Christopher Faylor <cgf@redhat.com>
7765
7766 * configure: Regenerate with proper autoconf 2.13.
7767
7768 2003-01-07 Christopher Faylor <cgf@redhat.com>
7769
7770 * configure.in: Add AC_PREREQ for consistency.
7771 * configure: Regenerate.
7772
7773 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7774
7775 * configure.in (GDB_TK): Add tcl directories conditional on
7776 gdb/gdbtk directory being present.
7777 * configure: Regenerate.
7778
7779 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7780
7781 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
7782 used by gcc if LD is not defined and we are not doing a Canadian Cross.
7783 * configure: Rebuilt.
7784
7785 2002-12-31 Tom Tromey <tromey@redhat.com>
7786
7787 * Makefile.in: Rebuilt.
7788 * Makefile.def (target_modules) [libffi]: Allow installation.
7789
7790 2002-12-31 Andreas Schwab <schwab@suse.de>
7791
7792 * configure.in: Fix use of $program_transform_name.
7793 * configure: Regenerated.
7794
7795 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7796
7797 * configure.in (baseargs): Don't remove first configure argument.
7798 * configure: Regenerated.
7799
7800 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7801
7802 * Makefile.tpl (local-distclean): Don't remove...
7803 (multilib.ts): ... this. Moved into...
7804 (multilib.out): ... this. Don't use sub-make.
7805 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7806 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7807 (configure-build-[+module+], configure-[+module+],
7808 configure-target-[+module+], configure-gcc): ... these. Test
7809 for Makefile existence. Drop config.status from dependencies.
7810 * Makefile.in: Rebuilt.
7811 * configure.in: Move gcc-version-trigger to the end of
7812 ac_configure_args. Add comments to maybedep.tmp and
7813 serdep.tmp. Introduce --disable-serial-configure. Remove
7814 nonopt from baseargs, matching and removing corresponding
7815 whitespace while at it.
7816 * configure: Rebuilt.
7817
7818 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7819
7820 * configure.in (host_configargs): Replace reference to
7821 no-longer-defined buildopts with --build=${build_alias}.
7822 * configure: Rebuilt.
7823
7824 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7825 program_transform_name to standard idiom.
7826 (AUTOGEN, AUTOCONF): Define.
7827 (Makefile.in): Use $(AUTOGEN).
7828 (Makefile): Depend on config.status, and use autoconf-style rule to
7829 build it. Move original commands to...
7830 (config.status): ... this new target.
7831 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7832 $(AUTOCONF).
7833 * Makefile.in: Rebuilt.
7834
7835 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7836
7837 * Makefile.tpl: Fix dramatic bustage due to change in
7838 program_transform_name.
7839 * Makefile.in: Regenerate.
7840
7841 * configure.in: Remove unnecessary PATH setting.
7842 * configure: Regnerate.
7843
7844 * configure.in: Don't default to unprefixed tools unless
7845 the native tools will work.
7846 * configure: Regenerate.
7847
7848 * configure.in: Convert to autoconf script. Blow away lots
7849 of now-redundant Makefile fragments.
7850 * configure: Generate using Autoconf.
7851 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7852 * Makefile.in: Regenerate.
7853
7854 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7855
7856 * configure: Fix stupid bug where RANLIB was mistakenly included.
7857
7858 * configure.in: Rename (buildargs, hostargs, targargs) to
7859 (build_configargs, host_configargs, target_configargs).
7860
7861 * configure.in: Move logic out of sed statement.
7862
7863 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7864 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7865
7866 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
7867
7868 * config.sub: Import from master repository
7869 * config.guess: Ditto
7870
7871 2002-12-24 Andreas Schwab <schwab@suse.de>
7872
7873 * Makefile.tpl (multilib.out): Fix missing space.
7874 * Makefile.in: Regenerate.
7875
7876 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7877
7878 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7879 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7880 * Makefile.in: Regenerate.
7881 * configure.in: Remove unnecessary leftovers.
7882
7883 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7884
7885 * configure.in (extra_ranlibflags_for_target): New variable.
7886 (*-*-darwin): Add -c to ranlib commands.
7887 * configure (tooldir): Handle extra_ranlibflags_for_target.
7888
7889 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7890
7891 * Makefile.tpl: Revert HJL's change.
7892 * Makefile.in: Regenerated.
7893 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7894 always.
7895
7896 2002-12-19 Andreas Schwab <schwab@suse.de>
7897
7898 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7899 * Makefile.in: Regenerate.
7900
7901 2002-12-18 H.J. Lu <hjl@gnu.org>
7902
7903 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7904 * Makefile.in: Regenerated.
7905
7906 * configure.in (build_prefix): New. Substitute.
7907
7908 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7909
7910 * Makefile.tpl: Don't let real targets depend on phony targets.
7911 * Makefile.in: Regenerate.
7912
7913 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7914 * Makefile.in: Regenerate.
7915
7916 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
7917
7918 * config.sub: Import from master repository
7919 * config.guess: Ditto
7920
7921 2002-12-16 Jason Merrill <jason@redhat.com>
7922
7923 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7924 previous 'make bootstrap'.
7925 * Makefile.in: Regenerate.
7926
7927 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7928
7929 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7930
7931 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7932
7933 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7934 * Makefile.in: Regenerate.
7935
7936 2002-12-13 Jason Merrill <jason@redhat.com>
7937
7938 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7939 library tests.
7940 (check-c++): Just depend on it and check-target-libstdc++-v3.
7941 * Makefile.in: Regenerate.
7942
7943 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7944
7945 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7946 * Makefile.in: Rebuilt.
7947
7948 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7949
7950 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
7951
7952 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7953
7954 * configure: Fix bug put in by gremlins.
7955
7956 * Makefile.tpl: Substitute more autoconfily.
7957 * configure: Substitute more autoconfily.
7958 * Makefile.in: Regenerate.
7959
7960 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
7961
7962 * config.sub: Import from master repository
7963 * config.guess: Ditto
7964 * MAINTAINERS: Added Svein Seldal under write after approval
7965
7966 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7967
7968 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7969 * Makefile.in (all-sim): Ditto.
7970
7971 2002-12-06 DJ Delorie <dj@redhat.com>
7972
7973 * Makefile.tpl: Change configure dependencies to not have real
7974 targets depend on phony targets.
7975
7976 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7977
7978 * configure.in: Revert unintentional change.
7979
7980 * Makefile.tpl: Change dependency for */multilib.out so that
7981 it works when gcc isn't in the tree.
7982
7983 * configure.in: Substitute more.
7984 * configure: Run subconfigures from the Makefile.
7985 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7986 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7987
7988 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7989
7990 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7991
7992 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7993
7994 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7995 and corresponding dependencies.
7996 * Makefile.in: Regenerate.
7997
7998 * configure.in (host_tools): Order binutils, gas and ld for
7999 convenience in running the testsuites.
8000
8001 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8002 * Makefile.in: Regenerate.
8003 * configure.in: Introduce rules to serialize subconfigure runs.
8004
8005 * configure.in: Introduce BASE_CC_FOR_TARGET.
8006 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8007 Realize configure-build-* targets. Realize configure-target-* targets.
8008 * Makefile.in: Regenerate.
8009
8010 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8011
8012 * configure: Move gcc_version_trigger stuff from here...
8013 * configure.in: ...to here.
8014
8015 * configure.in: Separate subconfigure options added by this file from
8016 options given by the user. Add machinery to put args for host
8017 subconfigures into the Makefile.
8018
8019 * Makefile.tpl: Remove 'vault' targets.
8020 * Makefile.tpl: Reorder and comment dependencies.
8021 * Makefile.in: Regenerate.
8022
8023 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8024 * configure.in: Fix my broken commit of previous patch. (sigh)
8025
8026 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8027
8028 * configure.in: Move host-specific darwin noconfigdirs into
8029 the host-specific section.
8030
8031 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8032
8033 * configure.in: Move host-specific darwin noconfigdirs into
8034 the host-specific section.
8035
8036 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8037
8038 * configure: Remove skip-this-dir support.
8039 * Makefile.tpl: Remove skip-this-dir support.
8040
8041 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8042 subdirectories.
8043 * Makefile.in: Regenerate.
8044
8045 * Makefile.tpl: Strip out useless setting of 'dir'.
8046 * Makefile.in: Regenerate.
8047
8048 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8049
8050 * configure.in: Fix deeply stupid bug.
8051
8052 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8053 shell code in CXX_FOR_TARGET
8054 * Makefile.def: Introduce raw_cxx.
8055 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8056 RAW_CXX_FOR_TARGET.
8057 * Makefile.in: Regenerate.
8058
8059 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8060
8061 * Makefile.tpl: Remove unnecessary ifs.
8062 * Makefile.in: Regenerate.
8063
8064 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8065 dependencies. Maybe-ize build-libiberty. Create dummy install
8066 targets for 'no_install' modules.
8067 * configure: Move GDB_TK substitution to configure.in. Move
8068 build_modules stuff to configure.in.
8069 * configure.in: Implement soft dependency machinery. Maybe-ize
8070 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8071 * Makefile.in: Regenerate.
8072
8073 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8074
8075 * Makefile.tpl: Make all-target, install-target behave similarly
8076 to all, install (only hitting configured targets). Eliminate
8077 unused macro defintions.
8078
8079 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8080 build != host.
8081
8082 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8083
8084 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8085
8086 * configure.in: Produce lists of subdir targets we're actually
8087 configuring. Remove references to "dosrel".
8088 * Makefile.tpl: Let configure set which subdir targets are hit.
8089 Remove install-cross; clean up install; remove ALL. Remove
8090 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8091 Autogenerate host module targets. Remove empty dependency lines
8092 and redundant dependency; rearrange slightly.
8093 * Makefile.def: Add host-side libtermcap, utils.
8094
8095 * Makefile.in: Regenerate.
8096
8097 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8098
8099 * ltconfig (osf[345]): Append $major to soname_spec.
8100 Reflect this in library_names_spec.
8101 * ltmain.sh (osf): Prefix $major with . for use as extension.
8102
8103 2002-11-19 Andreas Jaeger <aj@suse.de>
8104
8105 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8106 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8107 and sparc64 GNU/Linux systems.
8108
8109 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8110
8111 * MAINTAINERS: Update email.
8112
8113 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8114
8115 * MAINTAINERS: Complete James Dennett's entry.
8116
8117 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8118
8119 * MAINTAINERS (Write After Approval): Add myself.
8120
8121 2002-11-13 Bruce Korb <bkorb@gnu.org>
8122
8123 * Makefile.tpl: syntactic cleanup
8124
8125 2002-11-13 Stuart Hastings <stuart@apple.com>
8126
8127 * MAINTAINERS: Add myself to write-after-approval list.
8128
8129 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8130
8131 * Makefile.def: Add list of recursive targets to autogenerate.
8132 Add build_modules.
8133 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8134 targets. Autogenerate *-build-* targets.
8135 * Makefile.in: Regenerate.
8136
8137 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8138
8139 * configure: More autoconf-style substitutions.
8140 * Makefile.tpl: More autoconf-style substitutions.
8141 * Makefile.in: Regenerate.
8142
8143 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8144
8145 * configure: Substitute more variables in a more autoconf-friendly
8146 way. Simplify slightly.
8147 * Makefile.tpl: Make more variables substitutable in an
8148 autoconf-friendly way.
8149 * Makefile.in: Regenerate.
8150
8151 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8152
8153 * MAINTAINERS (Write After Approval): Add myself.
8154
8155 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8156
8157 * configure.in (v810*): Remove special setting of tools.
8158
8159 * configure: Add support for extra required flags for ar or nm.
8160 * configure.in (aix4.3+): Use above support for target-specific
8161 issues, rather than using config/mt-aix43.
8162
8163 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8164
8165 * configure: Remove 'removing', which doesn't work. Replace $subdir
8166 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8167 with $srcdir. Reformat indentation. Substitute some variables
8168 formerly hard-coded in the Makefile for build=host.
8169 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8170 * Makefile.def: Autogenerate more.
8171 * Makefile.in: Regenerate.
8172
8173 2002-11-04 Adam Nemet <anemet@lnxw.com>
8174
8175 * MAINTAINERS (Write After Approval): Add myself.
8176
8177 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8178
8179 * Makefile.def (host_modules): Add rda.
8180 * Makefile.in: Regenerate.
8181 * configure.in (target_tool): Add target-rda to list.
8182
8183 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8184
8185 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8186
8187 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8188
8189 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8190 and restrap targets to this rule.
8191 * Makefile.in: Regenerate.
8192
8193 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8194
8195 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8196 GNATS only accounts.
8197
8198 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8199
8200 * configure.in (i[3456]86-*-linux*): Add check to disable
8201 ${libgcj} for glibc1.
8202
8203 2002-10-24 Denis Chertykov <denisc@overta.ru>
8204
8205 * MAINTAINERS: Add myself as ip2k port maintainer.
8206
8207 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8208
8209 * configure.in: Add tic4x target.
8210
8211 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8212
8213 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8214 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8215 * Makefile.in: Regenerate.
8216
8217 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8218 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8219 * Makefile.in: Regenerate.
8220
8221 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8222
8223 * MAINTAINERS: Add myself as web pages co-maintainer.
8224
8225 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8226
8227 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8228 * Makefile.in: Regenerate.
8229
8230 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8231
8232 * MAINTAINERS: Add myself and Nathan Sidwell
8233 <nathan@codesourcery.com> as VxWorks maintainers.
8234
8235 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8236
8237 * Makefile.def: Remove order dependency comments.
8238 * Makefile.tpl: Add explicit install-install dependencies.
8239 * Makefile.in: Regenerate.
8240
8241 * Makefile.tpl: Remove material now in src-release. (Finally!)
8242 * Makefile.in: Regenerate.
8243
8244 * Makefile.tpl: Add configure-target (for src-release in src)
8245 * Makefile.in: Regenerate.
8246
8247 2002-09-30 Nick Clifton <nickc@redhat.com>
8248
8249 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8250
8251 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8252
8253 * configure.in (s390*-*-linux*): Enable libgcj.
8254
8255 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8256
8257 * configure: Revert accidentally applied changes.
8258
8259 * Makefile.tpl: Make more autoconf-friendly.
8260 * Makefile.in: Regenerate.
8261 * configure: Make substitution more autoconf-like.
8262
8263 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8264
8265 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8266 single entry to handle all these.
8267 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8268 libjava on arm-*-elf.
8269
8270 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8271
8272 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8273 things that depend on them.
8274
8275 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8276
8277 * Makefile.tpl: Make subsituted variables more autoconfy.
8278 * Makefile.in: Regenerate.
8279 * configure: Make seds more autoconfy.
8280
8281 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8282
8283 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8284 * Makefile.in: Regenerate.
8285 * configure.in: Rewrite sed statements to look autoconfy.
8286
8287 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8288 all-target-foo on configure-target-foo.
8289 * Makefile.def: Ditto.
8290 * Makefile.in: Rebuild.
8291
8292 2002-09-25 Andrew Haley <aph@redhat.com>
8293
8294 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8295
8296 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8297
8298 * Makefile.def: New file.
8299 * Makefile.tpl: New file.
8300 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8301 * contrib/gcc_update: Note that Makefile.in is a generated file.
8302
8303 * configure.in: Minor rearrangement. Simplify tests.
8304
8305 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8306
8307 * configure.in (with_headers): Skip copy if value is "yes".
8308 (with_libs): Likewise.
8309
8310 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8311
8312 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8313 * configure.in (sh*-*-pe*): Ditto.
8314 * configure.in (mips*-*-pe*): Ditto.
8315 * configure.in (*arm-wince-pe): Ditto.
8316
8317 * configure.in: Rearrange.
8318
8319 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8320
8321 * MAINTAINERS: Update my email address.
8322
8323 2002-08-30 Paul Koning <pkoning@equallogic.com>
8324
8325 * MAINTAINERS: (Write After Approval): Add myself.
8326
8327 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8328
8329 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8330
8331 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8332
8333 * MAINTAINERS: Change my mailing address.
8334
8335 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8336
8337 * MAINTAINERS (Write After Approval): Remove myself.
8338 (Various Maintainers: c++ runtime libs): Add myself.
8339
8340 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8341
8342 * MAINTAINERS (Write After Approval): Remove myself.
8343 (Various Maintainers: c++ runtime libs): Add myself.
8344
8345 2002-08-15 Eric Christopher <echristo@redhat.com>
8346
8347 * config.sub: Import from master repository.
8348 * config.guess: Ditto.
8349
8350 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8351
8352 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8353 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8354 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8355
8356 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8357
8358 * MAINTAINERS: Add self to rs6000 vector extensions.
8359
8360 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8361
8362 * libiberty/configure: Reverted unintended yesterday's check in.
8363
8364 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
8365
8366 * boehm-gc/configure, libf2c/configure: Rebuilt.
8367 * libffi/configure, libiberty/configure: Ditto.
8368 * libjava/configure, libobjc/configure: Ditto.
8369 * libstdc++-v3/configure, zlib/configure: Ditto.
8370 Merged from binutils:
8371 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8372 From Steve Ellcey <sje@cup.hp.com>:
8373 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8374 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8375 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8376 IA64.
8377 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8378 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8379 soname_spec, sys_lib_search_path_spec): Ditto.
8380
8381 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8382
8383 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8384
8385 2002-08-04 H.J. Lu (hjl@gnu.org)
8386
8387 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8388
8389 2002-08-02 Krister Walfridsson <cato@df.lth.se>
8390
8391 * MAINTAINERS (Write After Approval): Add myself.
8392
8393 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8394
8395 * configure.in: Move generic linux case to end. Copy generic
8396 linux noconfigdirs to mips*-*-linux* entry and new
8397 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8398
8399 2002-07-19 Michael Matz <matz@suse.de>
8400
8401 * MAINTAINERS: Add myself as ra* maintainer.
8402
8403 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8404
8405 * config.guess: Update to 2002-07-09 version.
8406 * config.sub: Update to 2002-07-03 version.
8407
8408 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8409
8410 * MAINTAINERS: Fix typo in a maintainer email address.
8411
8412 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8413
8414 * configure.in: Remove two redundant tests.
8415
8416 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8417
8418 * configure.in (mips*-*-irix6*o32): Enable stabs.
8419
8420 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8421
8422 * configure.in: Don't build grez.
8423 * Makefile.in: Ditto.
8424
8425 * Makefile.in: Remove references to bsp, cygmon, libstub.
8426 * configure.in: Ditto.
8427
8428 * configure.in: Remove leftover reference to gdbtest.
8429
8430 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8431
8432 * configure.in (gxx_include_dir): Change to match versioned
8433 C++ headers if --enable-version-specific-runtime-libs is used.
8434
8435 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8436
8437 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8438
8439 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8440
8441 * configure.in: Make --without-x work.
8442
8443 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8444
8445 * configure.in: Rearrange target Makefile fragment collection.
8446
8447 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8448 cvs[src].
8449 * configure.in: Ditto.
8450
8451 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8452
8453 * MAINTAINERS (Write After Approval): Update my e-mail address.
8454
8455 2002-06-24 Ben Elliston <bje@redhat.com>
8456
8457 * configure.in (host_tools): Remove cgen.
8458
8459 * Makefile.in (all-cgen): Remove; runs from its source directory.
8460 (check-cgen, install-cgen, clean-cgen): Likewise.
8461 (all-opcodes): Do not depend on all-cgen.
8462 (all-sim): Likewise.
8463
8464 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8465
8466 * Makefile.in: Eliminate 'apache' targets.
8467 * configure.in: Eliminate 'apache' targets.
8468
8469 * configure.in: Eliminate redundant tests. Reorganize.
8470
8471 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8472
8473 * config-ml.in: Eliminate references to Cygnus configure.
8474
8475 * Makefile.in: Eliminate references to building emacs.
8476
8477 2002-06-28 Graham Stott <graham.stott@btinternet.com>
8478
8479 * MAINTAINERS: Update my email address.
8480
8481 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8482
8483 * config.if (libstdcxx_incdir): Version C++ headers.
8484 (cxx_incdir): Remove.
8485
8486 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8487
8488 * MAINTAINERS (Write After Approval): Add self.
8489
8490 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
8491
8492 * configure.in: Add support for ip2k.
8493
8494 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8495
8496 * configure.in: Fix AIX configury bug.
8497
8498 2002-06-20 Steve Ellcey <sje@cup.hp.com>
8499
8500 * MAINTAINERS (Write After Approval): Add self.
8501
8502 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8503
8504 * configure.in: replace ${topsrcdir} with ${srcdir}
8505
8506 * configure.in: Move definition of libstdcxx_flags
8507 right above usage, rather than waaay earlier.
8508
8509 * configure.in: Pull definition of is_cross_compiler earlier.
8510
8511 * configure.in: Rearrange a little.
8512
8513 * configure.in: Remove references to librx.
8514 * Makefile.in: Remove references to librx.
8515
8516 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
8517
8518 * config.sub: Add support for avr target.
8519 Import from master sources, rev 1.255
8520
8521 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
8522
8523 * configure, .cvsignore: Revert previous change...
8524 * Makefile: ...delete.
8525
8526 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8527
8528 * configure.in: Eliminate ${gasdir} variable.
8529
8530 2002-06-18 Dave Brolley <brolley@redhat.com>
8531
8532 * configure.in: Add support for frv.
8533 * config.sub: Add support for frv.
8534
8535 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8536
8537 * configure: Remove garbage from previous commit.
8538
8539 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8540
8541 * configure: For in-source builds, make a subdir and re-exec there.
8542 * Makefile: New file. Pass targets through to build directory.
8543 * .cvsignore: No longer ignore "Makefile".
8544
8545 2002-06-16 Douglas Rupp <rupp@gnat.com>
8546
8547 * MAINTAINERS (Write After Approval): Add self.
8548
8549 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8550
8551 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8552
8553 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8554
8555 * configure.in (vax-*-netbsd*): Re-enable gas.
8556
8557 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8558
8559 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8560 BUILD_PREFIX_1, to correct nomenclature.
8561 * configure: Likewise.
8562
8563 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8564 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8565
8566 2002-05-31 Olaf Hering <olh@suse.de>
8567
8568 * config-ml.in: Propogate DESTDIR also.
8569
8570 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8571
8572 * configure.in (vax-*-netbsd*): Don't build gas for this
8573 platform.
8574
8575 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8576
8577 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8578 and libgcj for AVR.
8579
8580 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
8581
8582 * MAINTAINERS (Write After Approval): Add myself.
8583
8584 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8585
8586 * config.guess: Update to 2002-05-22 version.
8587 * config.sub: Likewise.
8588
8589 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8590
8591 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8592 * config-ml.in: Likewise.
8593 * configure: Likewise.
8594 * configure.in: Likewise.
8595
8596 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8597
8598 * MAINTAINERS: Update my email address.
8599
8600 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8601
8602 * configure.in: Simplify makefile fragment collection.
8603
8604 * configure.in: Remove code to build emacs.
8605
8606 * configure.in : Remove --srcdir argument from targargs and buildargs
8607 (it's always overridden in the Makefile anyway). Rearrange a bit.
8608
8609 * configure: Move some logic to configure.in.
8610 * configure.in: Move some logic from configure.
8611
8612 2002-05-11 Tom Tromey <tromey@redhat.com>
8613
8614 * MAINTAINERS: Reflect libgcj reality.
8615
8616 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
8617
8618 * Makefile.in: Honour DESTDIR.
8619
8620 2002-05-08 Mark Mitchell <mark@codesourcery.com>
8621
8622 * config.guess: Import 2002-03-20 version.
8623 * config.sub: Import 2002-04-26 version.
8624
8625 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8626
8627 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8628
8629 2002-05-07 Tim Josling <tej@melbpc.org.au>
8630
8631 * MAINTAINERS: Add self.
8632
8633 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
8634
8635 * ltmain.sh: Detect and handle object name conflicts
8636 while piecewise linking a static library.
8637
8638 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8639
8640 * configure.in (noconfigdirs): Don't disable libgcj on
8641 sparc64-*-solaris* and sparcv9-*-solaris*.
8642
8643 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8644
8645 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8646
8647 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8648
8649 * configure.in (FLAGS_FOR_TARGET): Do not add
8650 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8651 on i[3456]86-*-linux*.
8652
8653 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8654
8655 * configure.in (noconfigdirs): Replace [ ] with test.
8656
8657 * configure.in (noconfigdirs): Do not add target-newlib if
8658 target == i[3456]86-*-linux*, and host == target.
8659
8660 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8661
8662 * configure.in: delete reference to absent file
8663
8664 * configure.in: replace '[' with 'test'
8665
8666 * configure.in: Eliminate references to gash.
8667 * Makefile.in: Eliminate references to gash.
8668
8669 * configure.in: remove useless references to 'pic' makefile fragments.
8670
8671 * configure.in: (*-*-windows*) Finish removing.
8672
8673 * configure.in: Eliminate redundant test for libgui.
8674
8675 2002-04-29 Roger Sayle <roger@eyesopen.com>
8676
8677 * MAINTAINERS: Add self and realphabetize. Update entries
8678 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
8679 entry for a29k port maintainer.
8680
8681 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8682
8683 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8684 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8685
8686 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8687
8688 * configure.in: remove references to dead files
8689
8690 2002-04-19 Mark Mitchell <mark@codesourcery.com>
8691
8692 * MAINTAINERS: Add information about purpose of this file.
8693
8694 2002-04-18 Tom Tromey <tromey@redhat.com>
8695
8696 * configure.in: Disallow configuring libgcj when it is already
8697 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8698 Solaris 2.8 by default. For PR libgcj/6158.
8699
8700 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8701
8702 * configure.in: Move default CC setting out of config/mh-* fragments
8703 directly into here.
8704
8705 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8706
8707 * configure.in: don't even try to configure or make a subdirectory
8708 if there's no configure script for it.
8709
8710 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8711
8712 * MAINTAINERS: Remove chill maintainers.
8713 * Makefile.in (CHILLFLAGS): Remove.
8714 (CHILL_LIB): Remove.
8715 (TARGET_CONFIGDIRS): Remove libchill.
8716 (CHILL_FOR_TARGET): Remove.
8717 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8718 CHILL_LIB.
8719 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8720 (CHECK_TARGET_MODULES): Likewise.
8721 (INSTALL_TARGET_MODULES): Likewise.
8722 (CLEAN_TARGET_MODULES): Likewise.
8723 (configure-target-libchill): Remove.
8724 (all-target-libchill): Remove.
8725 * configure.in (target_libs): Remove target-libchill.
8726 Do not compute CHILL_FOR_TARGET.
8727 * libchill: Remove directory.
8728
8729 2002-04-11 DJ Delorie <dj@redhat.com>
8730
8731 * Makefile.in, configure.in: Sync with binutils, entries
8732 follow...
8733
8734 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8735
8736 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8737 (do-tar, do-bz2): New rules.
8738 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8739 (gdb-tar): New rule.
8740 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8741 (insight_dejagnu.tar): New rule.
8742 (insight.tar): New rule.
8743 (gdb+dejagnu.tar): New rule.
8744 (gdb.tar): New rule.
8745
8746 2002-02-01 Mo DeJong <supermo@bayarea.net>
8747
8748 * Makefile.in: Add all-tix to deps for all-snavigator
8749 so that tix is built when building snavigator.
8750
8751 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8752
8753 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8754 ld and gdb are not supported.
8755
8756 2002-01-07 Mark Salter <msalter@redhat.com>
8757
8758 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8759 Allow target-libgloss to be built for arm, strongarm, and xscale.
8760
8761 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8762
8763 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8764 options for i[3456]86-pc-linux* native builds.
8765
8766 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8767
8768 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8769 files from .po files for a distribution.
8770
8771 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
8772
8773 * configure.in: Enable libstdc++-v3 for h8300 targets.
8774
8775 2001-06-19 Alan Modra <amodra@bigpond.net.au>
8776
8777 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
8778 version from bfd/.
8779
8780 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8781
8782 * Makefile.in (VER): When present, extract the version number from
8783 the file version.in.
8784
8785 2001-05-24 Tom Rix <trix@redhat.com>
8786
8787 * configure.in : enable ld for aix
8788
8789 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8790
8791 * config.guess: Add linux target for S/390.
8792
8793 2000-11-07 Philip Blundell <pb@futuretv.com>
8794
8795 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8796
8797 2000-11-03 Philip Blundell <pb@futuretv.com>
8798
8799 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8800 files.
8801
8802 2001-01-15 Ben Elliston <bje@redhat.com>
8803
8804 * configure.in (host_tools): Add sid.
8805 Always configure cgen.
8806
8807 2000-11-24 Nick Clifton <nickc@redhat.com>
8808
8809 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
8810
8811
8812 2000-08-20 Doug Evans <dje@casey.transmeta.com>
8813
8814 * Makefile.in (ALL_MODULES): Add all-cgen.
8815 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8816 (all-cgen): New target.
8817 (all-opcodes,all-sim): Depend on all-cgen.
8818 * configure.in (host_tools): Add cgen.
8819 Only configure cgen if --enable-cgen-maint.
8820
8821 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
8822
8823 * configure.in: Add *-*-freebsd* configurations.
8824
8825 2002-04-08 Tom Tromey <tromey@redhat.com>
8826
8827 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8828 Fixes PR libgcj/6068.
8829
8830 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8831
8832 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8833
8834 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8835
8836 * configure.in (alpha*-dec-osf*): Enable libgcj.
8837
8838 2003-03-27 Matthew Gingell <gingell@gnat.com>
8839
8840 * MAINTAINERS (Write After Approval): Add myself.
8841
8842 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8843
8844 Fix for: PR bootstrap/3591, target/5676
8845 * configure.in (mcore-pe): Disable the configuration of
8846 libstdc++-v3 since exceptions are not supported.
8847
8848 2002-03-20 Anthony Green <green@redhat.com>
8849
8850 * configure.in: Enable libgcj for xscale-elf target.
8851
8852 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
8853
8854 * MAINTAINERS: Update my email address.
8855
8856 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8857
8858 * ltmain.sh (relink_command): Fix typo in previous change.
8859
8860 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8861
8862 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8863 (relink_command): Added --tag flags.
8864 (mode=install): If relinking fails; error out.
8865
8866 2002-03-12 Richard Henderson <rth@redhat.com>
8867
8868 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8869 .NOTPARALLEL tag.
8870 (do-check): Rename from check.
8871 (check): Allow parallel check.
8872
8873 2002-03-12 Bob Wilson <bob.wilson@acm.org>
8874
8875 * MAINTAINERS: Add myself as maintainer for xtensa port.
8876 Fix alphabetical order in CPU port maintainer list.
8877 Remove myself from Write After Approval list.
8878
8879 2002-03-11 Richard Henderson <rth@redhat.com>
8880
8881 * Makefile.in (.NOTPARALLEL): Add fake tag.
8882
8883 2002-03-07 H.J. Lu (hjl@gnu.org)
8884
8885 * configure.in: Enable gprof for mips*-*-linux*.
8886
8887 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
8888
8889 * MAINTAINERS (Write After Approval): Add myself.
8890
8891 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8892
8893 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8894 libjava.
8895 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8896
8897 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8898
8899 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8900 because its Makefile is there; test for the executable instead.
8901
8902 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8903
8904 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8905 libstdc++-v3 and libjava.
8906
8907 2002-02-11 Adam Megacz <adam@xwt.org>
8908
8909 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8910 boehm-gc
8911
8912 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8913
8914 * config.guess: Updated to 2002-01-30's version.
8915 * config.sub: Updated to 2002-02-01's version.
8916 Contribute sh64-elf.
8917 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8918 * configure.in: Added sh64-*-*.
8919
8920 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8921
8922 * MAINTAINERS: Belatedly add myself to write after approval list.
8923
8924 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
8925
8926 * MAINTAINERS: Put self in as maintainer for x86-64 port.
8927 Remove self as Write After Approval.
8928
8929 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
8930
8931 * MAINTAINERS: Put self in as maintainer for contrib/regression
8932 directory.
8933
8934 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
8935
8936 * MAINTAINERS: Update my email address.
8937
8938 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8939
8940 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8941 target-libiberty, and target-libgloss. Skip Java-related
8942 libraries if not supported for NetBSD on target CPU.
8943
8944 2002-01-25 Douglas B Rupp <rupp@gnat.com>
8945
8946 * install-sh: Use _inst.$$_ for temp file name.
8947
8948 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
8949
8950 * MAINTAINERS (Write After Approval): Move my contact info
8951 from here...
8952 (OS Port Maintainers): ...to here (netbsd).
8953
8954 2002-01-22 Bob Wilson <bob.wilson@acm.org>
8955
8956 * MAINTAINERS (Write After Approval): Add myself.
8957
8958 2002-01-17 H.J. Lu <hjl@gnu.org>
8959
8960 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8961 (all-target-fastjar): Also depend on all-target-libiberty.
8962
8963 2002-01-16 H.J. Lu (hjl@gnu.org)
8964
8965 * config.guess: Import from master sources, rev 1.225.
8966 * config.sub: Import from master sources, rev 1.238.
8967
8968 2002-01-16 Kazu Hirata <kazu@hxi.com>
8969
8970 * MAINTAINERS (Write After Approval): Remove myself.
8971
8972 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
8973
8974 * MAINTAINERS (Write After Approval): Add myself.
8975
8976 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
8977
8978 * MAINTAINERS: Add self as docs co-maintainer.
8979
8980 2001-12-11 Matthias Klose <doko@debian.org>
8981
8982 * MAINTAINERS (Write After Approval): Add myself.
8983
8984 2001-12-09 Zack Weinberg <zack@codesourcery.com>
8985
8986 * MAINTAINERS: Update my email address.
8987
8988 2001-12-07 Turly O'Connor <turly@apple.com>
8989 * MAINTAINERS (Write After Approval): Add myself.
8990 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8991 (rs6000_initialize_trampoline): Call __trampoline_setup for
8992 ABI_DARWIN too.
8993 * darwin-tramp.asm: New file, implements __trampoline_setup.
8994 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8995
8996 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
8997
8998 * MAINTAINERS (Write After Approval): Add myself.
8999
9000 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9001
9002 * configure, configure.in: Use temp file for long sed commands.
9003
9004 2001-12-03 Laurent Guerby <guerby@acm.org>
9005
9006 * config.sub: Update to version 1.232 on subversion.
9007
9008 2001-12-03 Ben Elliston <bje@redhat.com>
9009
9010 * MAINTAINERS: Update mail address for config.* patches.
9011
9012 2001-11-27 DJ Delorie <dj@redhat.com>
9013 Zack Weinberg <zack@codesourcery.com>
9014
9015 When build != host, create libiberty for the build machine.
9016
9017 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9018 CONFIG_ARGUMENTS.
9019 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9020 New variables.
9021 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9022 and rules.
9023 (all.normal): Depend on ALL_BUILD_MODULES.
9024 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9025 (all-build-libiberty): Depend on configure-build-libiberty.
9026
9027 * configure: Calculate and substitute proper value for
9028 ALL_BUILD_MODULES.
9029 * configure.in: Create the build subdirectory.
9030 Calculate and substitute TARGET_CONFIGARGS (formerly
9031 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9032
9033 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9034
9035 * MAINTAINERS (write-after-approval): Add self.
9036
9037 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9038
9039 * MAINTAINERS (GNATS only accounts): Remove self.
9040
9041 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9042
9043 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9044 libf2c.
9045
9046 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9047
9048 * MAINTAINERS (Write After Approval): Add self.
9049
9050 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9051
9052 * MAINTAINERS: mips and s390 are also CPU ports.
9053
9054 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9055
9056 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9057
9058 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9059
9060 * MAINTAINERS: Alphabetize.
9061
9062 2001-11-09 Kazu Hirata <kazu@hxi.com>
9063
9064 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9065
9066 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9067
9068 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9069
9070 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9071
9072 * configure.in (--enable-languages): Be more permissive about
9073 syntax. Check for empty lists better. Warn about $LANGUAGES.
9074
9075 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
9076
9077 * config.sub: Import from master sources, rev. 1.230.
9078 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9079
9080 2001-11-07 Laurent Guerby <guerby@acm.org>
9081
9082 * MAINTAINERS (Write After Approval): Add self.
9083
9084 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9085
9086 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9087
9088 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9089
9090 * config.sub: Import from master sources, rev 1.226.
9091 * config.guess: Import from master sources, rev 1.216.
9092
9093 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9094
9095 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9096 * MAINTAINERS: Add self as maintainer of MMIX port.
9097 Remove old after-approval entry.
9098
9099 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9100
9101 * ChangeLog, configure: Fix spelling errors.
9102
9103 2001-10-20 Brendan Kehoe <brendan@zen.org>
9104
9105 * MAINTAINERS: Tweak my address.
9106
9107 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9108
9109 * MAINTAINERS: Update my email address.
9110
9111 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9112
9113 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9114 * MAINTAINERS: Add self as maintainer of CRIS port.
9115
9116 2001-10-10 Geert Bosch <bosch@gnat.com>
9117
9118 * MAINTAINERS (Various maintainers: Ada front end):
9119 Added Robert Dewar.
9120
9121 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9122
9123 * MAINTAINERS (Write After Approval): Added self
9124
9125 2001-10-02 Geert Bosch <bosch@gnat.com>
9126
9127 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9128
9129 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9130
9131 * configure: Handle temporary files securely using mkdir.
9132
9133 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9134
9135 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9136
9137 2001-09-26 Will Cohen <wcohen@redhat.com>
9138
9139 * configure.in (*-*-linux*): Disable configuration of target-newlib
9140 and target-libgloss.
9141
9142 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9143
9144 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9145 RANLIB.
9146
9147 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9148
9149 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9150 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9151 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9152 avoid quotes nesting problems.
9153 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9154 (DO_X): Export only variables that are set.
9155
9156 2001-09-19 Ben Elliston <bje@redhat.com>
9157
9158 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9159 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9160 semantics. Use the shell built-in "type" command instead.
9161
9162 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9163
9164 Merged from gcc-3_0-branch:
9165 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9166 * ltcf-c.sh: Use $objext, not $ac_objext.
9167 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9168 * ltcf-cxx.sh: Add support for GNU.
9169 2001-07-22 Timothy Wall <twall@redhat.com>
9170 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9171 default settings if using GNU tools with that configuration.
9172 * ltcf-cxx.sh: Ditto.
9173 * ltcf-gcj.sh: Ditto.
9174 2001-07-21 Michael Chastain <chastain@redhat.com>
9175 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9176 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9177 * ltmain.sh: Mark as gcc-local.
9178
9179 2001-08-30 Eric Christopher <echristo@redhat.com>
9180 Jason Eckhardt <jle@redhat.com>
9181
9182 * config.guess: Merge from master sources.
9183 * config.sub: Merge from master sources, add support for mipsisa32.
9184
9185 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9186 * config.sub: Merge from master sources, rev 1.219.
9187 * MAINTAINERS: Add self as contact for stormy16 port.
9188
9189 2001-08-14 Zack Weinberg <zackw@panix.com>
9190
9191 * config.sub: Merge from master sources, rev 1.218.
9192 * config.guess: Merge from master sources, rev 1.209.
9193
9194 2001-08-11 Graham Stott <grahams@redhat.com>
9195
9196 * Makefile.in (check-c++): Add missing semicolon.
9197
9198 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9199
9200 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9201
9202 2001-07-30 Eric Christopher <echristo@redhat.com>
9203
9204 * MAINTAINERS (Various maintainers: mips port): Added myself.
9205
9206 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9207
9208 * configure.in (sh-*-linux*): New.
9209
9210 2001-07-27 Richard Henderson <rth@redhat.com>
9211
9212 * .cvsignore: Add LAST_UPDATED.
9213
9214 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9215
9216 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9217
9218 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9219
9220 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9221
9222 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9223
9224 * MAINTAINERS (Write After Approval): Added myself.
9225
9226 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9227
9228 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9229 and libgcj on m68hc11/m68hc12.
9230
9231 2001-06-27 H.J. Lu (hjl@gnu.org)
9232
9233 * Makefile (CFLAGS_FOR_BUILD): New.
9234 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9235
9236 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9237
9238 * README: Remove version number.
9239
9240 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9241
9242 * INSTALL/README: Update wrt. to the installation instructions now
9243 residing in gcc/doc/install.texi.
9244
9245 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9246
9247 * README: Replace with a cut-down and updated version of gcc/README.
9248
9249 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9250
9251 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9252 multilibs to be disabled.
9253
9254 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9255
9256 * MAINTAINERS (Write After Approval): Add myself.
9257
9258 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9259
9260 * config.guess: Import CVS version 1.195.
9261 * config.sub: Import CVS version 1.212.
9262
9263 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9264
9265 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9266 gcc/xgcc is built, use -print-prog-name to find out the program
9267 name to use.
9268
9269 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9270
9271 * config.guess: Import CVS version 1.194. All gcc-local changes
9272 appear to also be in the master copy.
9273 * config.sub: Import CVS version 1.211.
9274
9275 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9276
9277 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9278 with_gcc]: Use `gcc -shared' to build a shared library.
9279
9280 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9281
9282 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9283 archives.
9284
9285 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9286
9287 * MAINTAINERS (Write After Approval): Add myself.
9288
9289 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9290
9291 * configure.in (libstdcxx_flags): Do not try to execute
9292 libstdc++-v3/testsuite_flags until it exists.
9293
9294 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9295
9296 * MAINTAINERS: Update my email address.
9297
9298 2001-05-31 Graham Stott <grahams@redhat.com>
9299
9300 * MAINTAINERS (Write After Approval): Add myself.
9301
9302 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9303
9304 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9305 libraries when using g++ with native linker.
9306
9307 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9308
9309 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9310
9311 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9312
9313 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9314 [aix4*|aix5*]: Prepend blank.
9315
9316 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9317
9318 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9319 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9320 of subdir/configure scripts to use the new libtool.m4.
9321
9322 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9323
9324 * MAINTAINERS (Write After Approval): Add myself.
9325
9326 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9327
9328 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9329
9330 2001-05-11 Ben Elliston <bje@redhat.com>
9331
9332 * Makefile.in (all-sid): New target.
9333 (check-sid, clean-sid, install-sid): Likewise.
9334
9335 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9336
9337 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9338
9339 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9340
9341 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9342 libgcj.
9343
9344 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9345
9346 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9347 gcc/xgcc is built, use -print-prog-name to find out the program
9348 name to use.
9349
9350 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9351
9352 * configure.in (noconfigdirs): Don't reset it from scratch in the
9353 target case; only append to it.
9354
9355 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9356 sparc-*-solaris2.8]: Disable ${libgcj}.
9357
9358 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9359
9360 * configure.in (libgcj_saved): Copy from $libgcj.
9361 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9362 --disable-libgcj.
9363
9364 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9365
9366 * MAINTAINERS: Remove self as MIPS maintainer and
9367 C front end maintainer.
9368
9369 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9370
9371 * configure.in: Move *-chorusos target case to the proper switch.
9372 Disable libgcj.
9373
9374 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9375
9376 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9377 1.641.2.228.
9378
9379 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9380
9381 * Makefile.in (STAGE1_CFLAGS): Pass down.
9382
9383 2001-04-13 Alan Modra <amodra@one.net.au>
9384
9385 * config.guess: Add hppa64-linux support. Note for next import that
9386 this is already in the master file.
9387 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9388
9389 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9390
9391 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9392 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9393
9394 2001-04-11 Stan Shebs <shebs@apple.com>
9395
9396 * MAINTAINERS: Add self as Darwin port maintainer.
9397
9398 2001-04-11 Alan Modra <amodra@one.net.au>
9399
9400 * MAINTAINERS: Update my email address.
9401
9402 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
9403
9404 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9405 recent versions of FreeBSD (release 3 or later).
9406 * ltconfig: On FreeBSD, -lc must not be provided when building
9407 a shared library or else the standard -pthread gcc option is
9408 rendered worthless to later users of the built library.
9409
9410 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9411
9412 * MAINTAINERS: Add self and RTH as C front end maintainers.
9413
9414 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
9415
9416 * config.sub: Make sure to match an already-canonicalized
9417 machine name (eg. mn10300-unknown-elf).
9418
9419 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9420
9421 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9422 New macros.
9423 (bootstrap, cross): Use RECURSE_FLAGS.
9424 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9425
9426 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9427
9428 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9429
9430 2001-03-22 Colin Howell <chowell@redhat.com>
9431
9432 * Makefile.in (DO_X): Do not backslash single-quotes in
9433 backquotes (two places).
9434
9435 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9436
9437 Re-installed:
9438 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9439 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9440 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9441 * ltcf-cxx.sh: Likewise.
9442 * ltcf-gcj.sh: Likewise.
9443
9444 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9445
9446 * MAINTAINERS: Add myself as "documentation co-maintainer".
9447
9448 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9449
9450 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9451 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9452
9453 2001-03-19 Tom Tromey <tromey@redhat.com>
9454
9455 * config-ml.in: Handle GCJ and GCJFLAGS.
9456
9457 2001-03-21 Michael Chastain <chastain@redhat.com>
9458
9459 * Makefile.in: all-m4 depends on all-texinfo.
9460
9461 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
9462
9463 * MAINTAINERS: Add myself to write after approval list.
9464
9465 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
9466
9467 * Makefile.in (DO_X): Quote nested quotes.
9468
9469 2001-03-18 Alan Modra <alan@linuxcare.com.au>
9470
9471 * MAINTAINERS: Add myself to write after approval list.
9472
9473 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
9474
9475 * Makefile.in (DO_X): Use double quotes for quoting
9476 "RANLIB=$${RANLIB}".
9477
9478 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9479
9480 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9481
9482 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
9483
9484 * configure.in: Only use `lang_requires' for languages athat are
9485 actually enabled.
9486
9487 2001-03-08 Phil Edwards <pme@sources.redhat.com>
9488
9489 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
9490
9491 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9492
9493 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9494
9495 2001-03-07 Tom Tromey <tromey@redhat.com>
9496
9497 * configure.in: Allow config-lang.in to set `lang_requires' to list
9498 of other required languages.
9499
9500 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
9501
9502 * Makefile.in: Remove RANLIB definition. Use RANLIB
9503 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9504 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9505
9506 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
9507 Alexandre Oliva <aoliva@redhat.com>
9508
9509 * Makefile.in (check-c++): Use tabs, not spaces.
9510
9511 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
9512
9513 * MAINTAINERS: add myself to Write After Approval list.
9514
9515 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
9516
9517 * Makefile.in (check-c++): New rule.
9518
9519 * configure.in (target_libs): Remove libg++.
9520 (noconfigdirs): Remove libg++.
9521 (noconfigdirs): Same.
9522 (noconfigdirs): Same.
9523 (noconfigdirs): Same.
9524
9525 * config-ml.in: Remove libg++ references.
9526
9527 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9528 (ALL_TARGET_MODULES): Same.
9529 (configure-target-libg++): Remove.
9530 (all-target-libg++): Remove.
9531 (configure-target-libio): Remove.
9532 (all-target-libio): Remove.
9533 (check-target-libio): Remove.
9534 (.PHONY): Remove.
9535 (libg++.tar.bz2): Remove.
9536 (all-target-cygmon): Remove libio.
9537 (all-target-libstdc++): Remove.
9538 (configure-target-libstdc++): Remove.
9539 (TARGET_LIB_PATH): Remove libstdc++.
9540 (ALL_GCC_CXX): Remove libstdc++.
9541 (all-target-gperf): Correct.
9542
9543 2001-02-16 Nick Clifton <nickc@redhat.com>
9544
9545 * configure.in (noconfigdirs): Allow configuration of texinfo
9546 for Cygwin hosts.
9547
9548 2001-02-15 Anthony Green <green@redhat.com>
9549
9550 * configure: Introduce GCJ_FOR_TARGET.
9551 * configure.in: Ditto.
9552 * Makefile.in: Ditto.
9553
9554 2001-02-13 Andreas Schwab <schwab@suse.de>
9555
9556 * MAINTAINERS: Update mail address.
9557
9558 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9559
9560 * config.guess: Add linux target for S/390.
9561 * config.sub: Likewise.
9562
9563 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
9564
9565 * configure.in: for *-chorusos, don't config target-newlib and
9566 target-libgloss.
9567
9568 2001-02-06 Ben Elliston <bje@redhat.com>
9569
9570 * configure: Output host type to stdout, not stderr.
9571
9572 2001-02-05 Mark Mitchell <mark@codesourcery.com>
9573
9574 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9575 * ltcf-cxx.sh: Likewise.
9576
9577 * config.if: Assume enable_libstdcxx_v3 is defined.
9578
9579 2001-02-04 Mark Mitchell <mark@codesourcery.com>
9580
9581 Remove V2 C++ library.
9582 * configure.in: Remove --enable-libstdcxx_v3 support.
9583
9584 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
9585
9586 * include/demangle.h: Add prototype for java_demangle_v3.
9587
9588 2001-01-29 Phil Edwards <pme@sources.redhat.com>
9589
9590 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
9591
9592 2001-01-27 Richard Henderson <rth@redhat.com>
9593
9594 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9595
9596 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9597
9598 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9599 Don't unset, it's non-portable and no longer necessary, set to empty
9600 instead.
9601
9602 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9603
9604 * ltconfig: Shell portability fix for the tagname validity check.
9605
9606 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9607
9608 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9609 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9610
9611 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9612
9613 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9614
9615 2001-01-26 Tom Tromey <tromey@redhat.com>
9616
9617 * configure.in: Allow libgcj to be built on Sparc Solaris.
9618
9619 2001-01-25 David Edelsohn <edelsohn@gnu.org>
9620
9621 * ltcf-c.sh: Add aix5 case.
9622 * ltcf-cxx.sh: Likewise.
9623 * ltconfig: Likewise.
9624
9625 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9626
9627 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9628 keep at least one of build_libtool_libs or build_old_libs set to
9629 yes.
9630
9631 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9632 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9633
9634 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
9635
9636 * configure.in: Enable libgcj on several additional platforms.
9637
9638 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
9639
9640 * configure.in: Enable libgcj for linux targets.
9641
9642 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9643
9644 * MAINTAINERS (Write After Approval): Add myself.
9645
9646 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
9647
9648 * MAINTAINERS: Add myself as vax port maintainer.
9649
9650 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
9651
9652 * MAINTAINERS: Add myself as Mercury front-end maintainer.
9653
9654 2001-01-09 Mike Stump <mrs@wrs.com>
9655
9656 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9657 failures of subdirectories.
9658
9659 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9660
9661 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9662 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9663 * ltcf-cxx.sh: Likewise.
9664 * ltcf-gcj.sh: Likewise.
9665 * ltconfig.sh: Fix typo.
9666
9667 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9668
9669 * configure: handle DOS-style absolute paths.
9670
9671 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9672
9673 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9674
9675 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
9676
9677 * MAINTAINERS: Add myself as avr port co-maintainer.
9678
9679 2000-12-28 Ben Elliston <bje@redhat.com>
9680
9681 * MAINTAINERS: Add myself under ``Write After Approval''.
9682
9683 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
9684
9685 * texinfo: Remove directory from GCC.
9686
9687 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
9688
9689 * COPYING: Update to current
9690 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9691 to 19yy as example year in copyright notice).
9692
9693 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
9694
9695 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9696 (libstdcxx_incdir): Pass down.
9697 * config.if: Remove expired bits for cxx_interface, add stub.
9698 (libstdcxx_incdir): Add variable for g++ include directory.
9699 * configure.in (gxx_include_dir): Use it.
9700
9701 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
9702
9703 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
9704 with old-email address from ``Write After Approval''.
9705
9706 2000-12-15 Andreas Jaeger <aj@suse.de>
9707
9708 * configure.in: Handle lang_dirs.
9709
9710 2000-12-14 Tom Tromey <tromey@redhat.com>
9711
9712 * MAINTAINERS: Removed brads.
9713
9714 * MAINTAINERS: Added gcj developers.
9715
9716 2000-12-13 Anthony Green <green@redhat.com>
9717
9718 * configure.in: Disable libgcj for any target not specifically
9719 listed. Disable libgcj for x86 and Alpha Linux until compatible
9720 with g++ abi.
9721
9722 2000-12-13 Mike Stump <mrs@wrs.com>
9723
9724 * Makefile.in (local-distclean): Also remove fastjar.
9725
9726 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
9727
9728 * contrib/gcc_update: Add fastjar --touch entries.
9729
9730 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9731
9732 * configure.in: Disable language-specific target libraries for
9733 languages that aren't enabled.
9734
9735 2000-12-10 Anthony Green <green@redhat.com>
9736
9737 * configure.in: Define libgcj. Disable libgcj target libraries for
9738 most targets.
9739
9740 2000-12-10 Neil Booth <neilb@earthling.net>
9741
9742 * MAINTAINERS: Update mail address, remove from WAA list.
9743
9744 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
9745
9746 * libjava: Imported from /cvs/java.
9747 * libffi: Likewise.
9748 * Boehm-gc: Likewise.
9749
9750 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
9751
9752 * configure.in (target_libs): Revert 2000-12-08 patch.
9753 (noconfigdirs): Added target-libjava.
9754
9755 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9756
9757 * djunpack.bat: removed.
9758
9759 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9760
9761 * Makefile.in: handle DOS-style absolute paths.
9762 * config-ml.in: likewise.
9763 * symlink-tree: likewise.
9764
9765 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
9766
9767 * fastjar: Imported.
9768
9769 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
9770
9771 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
9772 libjava.
9773 * configure.in (target_libs): Removed `target-libjava'.
9774
9775 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
9776
9777 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
9778 (ALL_MODULES): Added fastjar.
9779 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
9780 (all-target-libjava): all-fastjar replaces all-zip.
9781 (all-fastjar): Added.
9782 (configure-target-fastjar, all-target-fastjar): Likewise.
9783 * configure.in (host_tools): Added fastjar.
9784
9785 2000-12-07 Mike Stump <mrs@wrs.com>
9786
9787 * Makefile.in (local-distclean): Remove leftover built files.
9788
9789 2000-11-24 Nick Clifton <nickc@redhat.com>
9790
9791 * configure.in (xscale-elf): Add target.
9792 (xscale-coff): Add target.
9793
9794 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
9795
9796 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9797 recent versions of FreeBSD (release 3 or later).
9798 * ltconfig: On FreeBSD, -lc must not be provided when building
9799 a shared library or else the standard -pthread gcc option is
9800 rendered worthless to later users of the built library.
9801
9802 2000-11-16 Fred Fish <fnf@be.com>
9803
9804 * configure.in (enable_libstdcxx_v3): Fix typo,
9805 libstd++ -> libstdc++.
9806
9807 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9808
9809 * MAINTAINERS: Add self to Write After Approval list.
9810
9811 2000-11-21 Bernd Schmidt <bernds@redhat.com>
9812
9813 * MAINTAINERS: Update my email address. Add myself to global write
9814 privs list.
9815
9816 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9817
9818 * Makefile.in: Merge with src and libgcj.
9819 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9820 configure-target-<library> when their configure scripts need the C
9821 or C++ library to have already been built to work properly.
9822 (do_proto_toplev): Set them to an empty string.
9823
9824 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9825 (REALLY_SET_LIB_PATH): Use them.
9826
9827 2000-11-17 Stan Shebs <shebs@apple.com>
9828
9829 * MAINTAINERS: Add self to Write After Approval list.
9830
9831 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
9832
9833 * configure: Provide the original toplevel configure arguments
9834 (including $0) to subprocesses in the environment rather than
9835 through gcc/configargs.h.
9836
9837 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
9838
9839 * MAINTAINERS: Remove references to cccp. Change C9X reference to
9840 C99. Alphabetise "Write After Approval" list.
9841
9842 2000-11-12 Mark Mitchell <mark@codesourcery.com>
9843
9844 * configure: Turn on libstdc++ V3 by default.
9845
9846 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
9847 if we've got GCC.
9848
9849 2000-11-11 Philip Blundell <philb@gnu.org>
9850
9851 * MAINTAINERS: Add self to Write After Approval list.
9852
9853 2000-11-09 David Edelsohn <edelsohn@gnu.org>
9854
9855 * ltcf-c.sh (aix4): Improve shared library configuration; require
9856 exporting symbols.
9857 * ltcf-cxx.sh (aix4): Define.
9858 * ltconfig (aix4): Define library and soname specs appropriate for
9859 AIX. Define command to create export symbols list.
9860
9861 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
9862
9863 * config.sub: Add support for Sun Chorus
9864
9865 2000-10-31 Nick Clifton <nickc@redhat.com>
9866
9867 * MAINTAINERS: Rename <name>@cygnus.com addresses to
9868 <name>@redhat.com. Also installed new email address for Clint
9869 Popetz.
9870
9871 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
9872
9873 * etc: Remove directory from GCC.
9874
9875 2000-10-16 Michael Meissner <meissner@redhat.com>
9876
9877 * configure (gcc/configargs.h): Only create if there is a build GCC
9878 directory created.
9879
9880 2000-10-16 Matthias Klose <doko@debian.org>
9881
9882 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
9883 when configured for libstdc++-v3.
9884
9885 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
9886
9887 * configure: Save configure arguments to gcc/configargs.h.
9888
9889 2000-10-04 Philipp Thomas <pthomas@suse.de>
9890
9891 * config.guess: Import CVS version 1.157.
9892 * config.sub: Import CVS version 1.181.
9893
9894 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
9895
9896 * Makefile.in (bootstrap): avoid recursion if subdir missing
9897 (cross): ditto
9898 (do-proto-toplev): ditto
9899
9900 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9901
9902 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
9903 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
9904
9905 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
9906 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9907 all affected `configure' scripts.
9908
9909 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
9910
9911 * MAINTAINERS: Add self as cpplib co-maintainer.
9912
9913 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
9914
9915 * MAINTAINERS: Add self to Write After Approval list.
9916
9917 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9918
9919 * INSTALL/README: egcs -> GCC update.
9920
9921 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
9922
9923 * MAINTAINERS: Add myself to Write After Approval list.
9924
9925 2000-09-15 Kazu Hirata <kazu@hxi.com>
9926
9927 * MAINTAINERS: Add myself to Write After Approval list.
9928
9929 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
9930
9931 * configure.in: Do not build byacc for hppa64. Provide paths to the
9932 X11 libraries for hppa64.
9933
9934 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9935
9936 * MAINTAINERS: Add myself as 68hc11 port maintainer.
9937
9938 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9939
9940 * Makefile.in (all-zlib): Added dummy target.
9941
9942 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9943 ltcf-gcj.sh: Updated from libtool multi-language branch.
9944
9945 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9946
9947 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9948 (bootstrap*): Depend on all-bootstrap.
9949
9950 2000-09-05 Philipp Thomas <pthomas@suse.de>
9951
9952 * config.guess: Import CVS version 1.156.
9953 * config.sub: Import CVS version 1.179.
9954
9955 2000-09-02 Anthony Green <green@cygnus.com>
9956
9957 * Makefile.in (all-gcc): Depend on all-zlib.
9958 (CLEAN_MODULES): Add clean-zlib.
9959 (ALL_MODULES): Add all-zlib.
9960 * configure.in (host_libs): Add zlib.
9961
9962 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9963
9964 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9965 crosses, but add gcc/include to the header search path for them.
9966
9967 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
9968
9969 * MAINTAINERS: Add self to Write After Approval list.
9970
9971 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9972
9973 * config.guess: Import CVS version 1.152.
9974 * config.sub: Import CVS version 1.177.
9975
9976 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
9977
9978 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9979 $targargs to tell whether newlib is going to be built.
9980
9981 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9982 $$r/TARGET_SUBDIR/libio for _G_config.h.
9983
9984 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
9985
9986 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9987
9988 2000-08-22 DJ Delorie <dj@redhat.com>
9989
9990 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9991
9992 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9993
9994 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9995 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9996 sub-configures.
9997
9998 2000-08-21 DJ Delorie <dj@redhat.com>
9999
10000 * MAINTAINERS: Add self as a libiberty maintainer
10001
10002 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10003
10004 * configure.in (libstdcxx_flags): Use
10005 libstdc++-v3/src/libstdc++.INC.
10006
10007 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10008
10009 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10010
10011 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10012
10013 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10014
10015 * configure: Make enable_threads and enable_shared defaults
10016 explicit. Substitute enable_threads into generated Makefiles.
10017 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10018 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10019
10020 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10021
10022 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10023
10024 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10025
10026 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10027 previous delta.
10028
10029 2000-08-11 Jason Merrill <jason@redhat.com>
10030
10031 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10032 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10033 (FLAGS_FOR_TARGET): Not here.
10034 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10035
10036 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10037
10038 * config-ml.in (CC, CXX): Don't introduce a leading space.
10039
10040 2000-08-07 DJ Delorie <dj@delorie.com>
10041
10042 * MAINTAINERS: Add self as a DJGPP maintainer
10043
10044 2000-08-07 DJ Delorie <dj@redhat.com>
10045
10046 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10047 "if we're also building gcc, and it's a gcc that will run on the
10048 build machine, we want to use its includes instead of the system's
10049 default includes".
10050
10051 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10052
10053 * MAINTAINERS: Add self to Write After Approval list.
10054
10055 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10056
10057 * configure.in (libstdcxx_flags): Don't use `"'.
10058
10059 * config-ml.in: Adjust multilib search paths to the
10060 appropriate multilib tree.
10061
10062 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10063
10064 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10065 commas in $LANGUAGES.
10066
10067 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10068
10069 * configure.in: Re-enable all references to libg++ and librx.
10070
10071 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
10072
10073 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10074 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10075 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10076 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10077
10078 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10079
10080 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
10081
10082 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10083 CXX_FOR_TARGET for sed.
10084
10085 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
10086
10087 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10088 Do not override if already set in the environment or in configure.
10089 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10090 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10091
10092 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
10093
10094 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10095 the libtool CVS tree multi-language branch.
10096 * ltconfig, ltmain.sh: Updated.
10097
10098 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10099
10100 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10101 (clean-target): Depend on it.
10102
10103 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10104 (GCC_FOR_TARGET): Use it.
10105 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10106 * configure.in: ... here.
10107 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10108 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10109
10110 2000-07-24 Eric Christopher <echristo@cygnus.com>
10111
10112 * MAINTAINERS: Add self to Write After Approval list.
10113
10114 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10115
10116 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10117 (configure-target-libchill, configure-target-libobjc): Likewise.
10118
10119 * configure.in: Use the same cache file for all target libs.
10120 * config-ml.in: But different cache files per multilib variant.
10121
10122 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10123
10124 * configure (topsrcdir): Don't use dirname.
10125
10126 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10127
10128 * MAINTAINERS: Add self to Write After Approval list.
10129
10130 2000-07-20 Jason Merrill <jason@redhat.com>
10131
10132 * configure.in: Remove all references to libg++ and librx.
10133
10134 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10135
10136 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10137
10138 * config.sub: Update to subversions version 2000-07-06.
10139
10140 2000-07-12 Andrew Haley <aph@cygnus.com>
10141
10142 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10143 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10144
10145 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10146
10147 * symlink-tree: Check number of arguments.
10148
10149 2000-07-05 Jim Wilson <wilson@cygnus.com>
10150
10151 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10152 search path for a g++ extracted from the build tree. This
10153 will allow link tests run by configure scripts in
10154 subdirectories to succeed.
10155
10156 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10157
10158 * ltconfig: Add support for mips-dde-sysv4.2MP
10159
10160 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10161
10162 * MAINTAINERS: Add myself as loop discovery maintainer.
10163
10164 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10165
10166 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10167 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10168
10169 2000-06-19 Timothy Wall <twall@cygnus.com>
10170
10171 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10172 * config.sub: Add tic54x target.
10173
10174 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10175
10176 * MAINTAINERS: Add self as Fortran maintainer,
10177 remove Craig Burley.
10178
10179 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10180
10181 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10182 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10183
10184 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10185
10186 * MAINTAINERS: Add self as i18n maintainer
10187
10188 20000-05-21 H.J. Lu (hjl@gnu.org)
10189
10190 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10191 directory are used if they exist. Make sure
10192 $(build_tooldir)/include is searched for header files,
10193 $(build_tooldir)/lib/ for library files.
10194 (GCC_FOR_TARGET): Likewise.
10195 (CXX_FOR_TARGET): Likewise.
10196
10197 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10198
10199 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10200
10201 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10202
10203 * Makefile.in (configure-target-libiberty): Depend on
10204 configure-target-newlib.
10205
10206 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10207
10208 * configure.in, Makefile.in: Merge all libffi-related
10209 configury stuff from the libgcj tree.
10210
10211 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10212
10213 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10214 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10215
10216 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10217
10218 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10219 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10220 current version information. Add to proto-toplev directory.
10221 (gdb-taz): Build do-djunpack.
10222
10223 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10224
10225 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10226
10227 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10228
10229 * MAINTAINERS: Add self to Write After Approval list.
10230
10231 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10232
10233 * ltmain.sh: Preserve in relink_command any environment
10234 variables that may affect the linker behavior.
10235
10236 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10237
10238 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10239
10240 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10241
10242 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10243
10244 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10245
10246 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10247 with the version name.
10248
10249 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10250
10251 * MAINTAINERS: Add self as bb-reorder maintainer.
10252
10253 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10254
10255 * config.if: Tweak.
10256
10257 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10258
10259 * djunpack.bat: New file.
10260
10261 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10262
10263 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10264 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10265 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10266 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10267
10268 2000-04-16 Dave Pitts <dpitts@cozx.com>
10269
10270 * config.sub (case $basic_machine): Change default for "ibm-*"
10271 to "openedition".
10272
10273 2000-04-13 Andreas Jaeger <aj@suse.de>
10274
10275 * MAINTAINERS: Added myself.
10276
10277 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10278
10279 * Makefile.in (gdb-taz): New target. GDB specific archive.
10280 (do-md5sum): New target.
10281 (MD5PROG): Define.
10282 (PACKAGE): Default to TOOL.
10283 (VER): Default to a shell script.
10284 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10285 md5 checksum generation.
10286 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10287 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10288 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10289 insight.tar.bz2): Use gdb-taz to create archive.
10290
10291 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10292
10293 * configure (warn_cflags): Delete.
10294
10295 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10296
10297 * MAINTAINERS: Added myself.
10298
10299 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10300 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10301
10302 * configure.in (enable_libstdcxx_v3): Add.
10303 (target_libs): Add bits here to switch between libstdc++-v2 and
10304 libstdc++-v3.
10305 * config.if: And this file too.
10306 * Makefile.in: Add libstdc++-v3 targets.
10307
10308 2000-04-05 Michael Meissner <meissner@redhat.com>
10309
10310 * config.sub (d30v): Add d30v as a basic machine type.
10311
10312 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10313
10314 * configure.in: -linux-gnu*, not -linux-gnu.
10315
10316 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10317
10318 * MAINTAINERS: Add self in write-after-approval section.
10319
10320 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10321
10322 * MAINTAINERS: Add self as ia64 port maintainer.
10323
10324 2000-03-08 Neil Booth <NeilB@earthling.net>
10325
10326 * MAINTAINERS: Add self in write-after-approval section.
10327
10328 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10329
10330 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10331 (do-tar-bz2): Replace TOOL with PACKAGE.
10332 (gdb.tar.bz2): Remove GDBTK from GDB package.
10333 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10334 dejagnu.tar.bz2): New packages.
10335
10336 2000-02-27 Andreas Jaeger <aj@suse.de>
10337
10338 * configure.in: Add entry for mips*-*-linux*, move catch all
10339 *-*-*linux* entry below this one.
10340
10341 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10342
10343 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10344
10345 2000-02-24 Nick Clifton <nickc@cygnus.com>
10346
10347 * config.sub: Support an OS of "wince".
10348
10349 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10350
10351 * config.guess, config.sub: Updated to match config's 2000-02-15
10352 version.
10353
10354 2000-02-23 Linas Vepstas <linas@linas.org>
10355
10356 * config.sub: Add support for Linux/IBM 370.
10357 * configure.in: Likewise.
10358
10359 2000-02-22 Nick Clifton <nickc@cygnus.com>
10360
10361 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10362
10363 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10364
10365 * config.guess: Guess "cygwin" rather than "cygwin32".
10366
10367 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10368
10369 * configure (gcc_version): When setting, narrow search to
10370 lines containing `version_string'.
10371
10372 2000-02-15 Denis Chertykov <denisc@overta.ru>
10373
10374 * config.sub: Add support for avr target.
10375
10376 2000-02-14 Nick Clifton <nickc@cygnus.com>
10377
10378 * MAINTAINERS: Add maintainers for MCore port.
10379
10380 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10381
10382 * config.sub: Add mmix-knuth-mmixware.
10383
10384 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10385
10386 * MAINTAINERS: Pair cccp with cpplib maintainership.
10387
10388 2000-01-27 Christopher Faylor <cgf@redhat.com>
10389
10390 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10391 structure stuff to -L library search.
10392 (CXX_FOR_TARGET): Ditto.
10393 (CROSS_CHECK_MODULES): Fix spelling mistake.
10394
10395 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10396
10397 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10398 the C++ compiler.
10399
10400 2000-01-12 Richard Henderson <rth@cygnus.com>
10401
10402 * configure.in: Don't build some bits for beos.
10403
10404 2000-01-12 Joel Sherrill (joel@OARcorp.com)
10405
10406 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10407 as include files.
10408
10409 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10410
10411 * Add self as cpplib maintainer, as requested by Jason
10412 Merrill. Correct my e-mail address.
10413
10414 2000-01-06 Geoff Keating <geoffk@cygnus.com>
10415
10416 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10417 not mh-aix43.
10418
10419 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10420
10421 * MAINTAINERS: Add myself to "write after approval" list.
10422
10423 1999-12-14 Richard Henderson <rth@cygnus.com>
10424
10425 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10426 * config.sub: Accept alphaev[78], alphaev8.
10427
10428 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10429
10430 * config.guess, config.sub: Update from autoconf.
10431
10432 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10433
10434 * MAINTAINERS: update my playtime e-address.
10435
10436 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10437
10438 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10439 necessary libraries are missing.
10440
10441 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
10442
10443 * MAINTAINERS: Add new 'write after approval' maintainer.
10444
10445 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10446
10447 * MAINTAINERS: Add new Java maintainer.
10448
10449 1999-10-25 Andreas Schwab <schwab@suse.de>
10450
10451 * configure: Fix quoting inside arguments of eval.
10452
10453 1999-10-21 Nick Clifton <nickc@cygnus.com>
10454
10455 * config-ml.in: Allow suppression of some ARM multilibs.
10456
10457 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10458
10459 * config.guess: Add OS/390 match pattern.
10460 * config.sub: Add mvs, openedition targets.
10461 * configure.in (i370-ibm-opened*): New.
10462
10463 1999-09-04 Steve Chamberlain <sac@pobox.com>
10464
10465 * config.sub: Add support for configuring for pj.
10466
10467 1999-08-31 Nick Clifton <nickc@cygnus.com>
10468
10469 * config.sub (maybe_os): Add support for configuring for fr30.
10470
10471 1999-08-25 Nick Clifton <nickc@cygnus.com>
10472
10473 * configure.in: Do not configure or build ld for AIX
10474 platforms. ld is known to be broken on these platforms.
10475
10476 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10477
10478 * config-ml.in: Pass compiler flag corresponding to multidirs to
10479 subdir configures.
10480
10481 1999-08-09 Ian Lance Taylor <ian@zembu.com>
10482
10483 * Makefile.in (LDFLAGS): Define.
10484
10485 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10486
10487 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10488 noconfigdirs.
10489 (*-*-cygwin*): Likewise.
10490
10491 1999-08-08 Ian Lance Taylor <ian@zembu.com>
10492
10493 * mkdep: New file.
10494 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10495 (BINUTILS_SUPPORT_DIRS): Add mkdep.
10496
10497 From Eli Zaretskii <eliz@is.elta.co.il>:
10498 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10499 long file name when using DJGPP on MS-DOS.
10500
10501 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
10502
10503 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10504
10505 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
10506
10507 * Makefile.in (check-target-libio): Remove all-target-libstdc++
10508 dependency as this causes "make check" to globally "make all"
10509
10510 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
10511
10512 * configure.in (target_libs): Added target-zlib.
10513 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10514 (CONFIGURE_TARGET_MODULES): Likewise.
10515 (CHECK_TARGET_MODULES): Likewise.
10516 (INSTALL_TARGET_MODULES): Likewise.
10517 (CLEAN_TARGET_MODULES): Likewise.
10518 (configure-target-zlib): New target.
10519 (all-target-zlib): Likewise.
10520 (all-target-libjava): Depend on all-target-zlib.
10521 (configure-target-libjava): Depend on configure-target-zlib.
10522
10523 * Makefile.in (configure-target-libjava): Depend on
10524 configure-target-newlib.
10525 (configure-target-boehm-gc): New target.
10526 (configure-target-qthreads): New target.
10527
10528 * configure.in (target_libs): Added target-qthreads.
10529 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10530 (CONFIGURE_TARGET_MODULES): Likewise.
10531 (CHECK_TARGET_MODULES): Likewise.
10532 (INSTALL_TARGET_MODULES): Likewise.
10533 (CLEAN_TARGET_MODULES): Likewise.
10534 (all-target-qthreads): New target.
10535 (configure-target-libjava): Depend on configure-target-qthreads.
10536 (all-target-libjava): Depend on all-target-qthreads.
10537
10538 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10539 (CONFIGURE_TARGET_MODULES): Likewise.
10540 (CHECK_TARGET_MODULES): Likewise.
10541 (INSTALL_TARGET_MODULES): Likewise.
10542 (CLEAN_TARGET_MODULES): Likewise.
10543 (all-target-libjava): New target.
10544 (all-target-boehm-gc): Likewise.
10545 * configure.in (target_libs): Added libjava, boehm-gc.
10546
10547 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10548
10549 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10550 configure.bat in SUPPORT_FILES.
10551 (gas+binutils.tar.bz2): Likewise.
10552
10553 * makeall.bat: Remove; obsolete.
10554
10555 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10556
10557 From Mark Elbrecht:
10558 * configure.bat: Remove; obsolete.
10559
10560 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10561
10562 * configure: Add -W -Wall to the default CFLAGS when compiling with
10563 gcc.
10564
10565 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10566
10567 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10568
10569 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10570
10571 * configure.in: Build ld on IRIX6.
10572
10573 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10574
10575 * Makefile.in: Change distribution targets to use bzip2 instead of
10576 gzip.
10577 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10578 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10579
10580 1999-06-04 Nick Clifton <nickc@cygnus.com>
10581
10582 * config.sub: Add mcore target.
10583
10584 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
10585
10586 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10587
10588 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
10589
10590 * config.guess (dummy): Changed to $dummy.
10591
10592 1999-05-24 Nick Clifton <nickc@cygnus.com>
10593
10594 * config.sub: Tidied up case statements.
10595
10596 1999-05-22 Ben Elliston <bje@cygnus.com>
10597
10598 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10599 <jiro@din.or.jp>.
10600
10601 * config.guess: Merge with FSF version. Future changes will be
10602 more accurately recorded in this ChangeLog.
10603 * config.sub: Likewise.
10604
10605 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
10606
10607 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10608
10609 1999-04-30 Tom Tromey <tromey@cygnus.com>
10610
10611 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10612
10613 1999-04-23 Tom Tromey <tromey@cygnus.com>
10614
10615 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10616
10617 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10618
10619 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10620 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10621 Bad merge removed these two changes.
10622
10623 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10624 Martin Heller (Ing.-Buero_Heller@t-online.de)
10625
10626 * config.guess (interix Alpha): Add.
10627
10628 1999-04-11 Richard Henderson <rth@cygnus.com>
10629
10630 * configure.in (i?86-*-beos*): Do config gperf; don't config
10631 gdb, newlib, or libgloss.
10632
10633 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
10634
10635 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10636 link a trivial program with -mabi=64. If it fails, remove mabi=64
10637 from multidirs.
10638
10639 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
10640
10641 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10642
10643 1999-04-08 Nick Clifton <nickc@cygnus.com>
10644
10645 * config.sub: Add support for mcore targets.
10646
10647 1999-04-07 Michael Meissner <meissner@cygnus.com>
10648
10649 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10650 not mt-ospace, in order to shut up assembler warning about using
10651 symbols that are named the same as registers.
10652
10653 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10654
10655 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10656 dependency list for all-target-cygmon.
10657
10658 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10659
10660 * config-ml.in: Check $host, not $target, for selective multilibs.
10661 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10662 thumb interworking, and underscore prefix multilibs.
10663
10664 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10665
10666 * missing: Update to version from current automake.
10667
10668 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10669
10670 * configure (gxx_include_dir): Removed.
10671
10672 * configure.in (gxx_include_dir): Handle it.
10673 * Makefile.in: Likewise.
10674
10675 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10676
10677 * config.sub (mips64vr4111,mips64vr4111el) Add.
10678
10679 1999-03-21 Ben Elliston <bje@cygnus.com>
10680
10681 * config.guess: Correct typo for detecting ELF on FreeBSD.
10682
10683 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10684
10685 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10686 config/mh-djgpp.
10687
10688 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10689
10690 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10691 all-target-newlib to dependency list for all-target-bsp.
10692
10693 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10694
10695 * config.sub: Add i386-uwin support.
10696 * config.guess: Likewise.
10697
10698 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10699
10700 * configure.in: cleanup, add mh-*pic handling for arm, special
10701 case powerpc*-*-aix*
10702
10703 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10704
10705 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10706 can be built.
10707
10708 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10709
10710 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10711 targets.
10712
10713 1999-03-02 Nick Clifton <nickc@cygnus.com>
10714
10715 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10716
10717 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
10718
10719 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10720
10721 1999-02-24 Nick Clifton <nickc@cygnus.com>
10722
10723 * config.sub: Fix typo in arm recognition.
10724
10725 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
10726
10727 * configure.in (noconfigdirs): Changed target_configdirs to
10728 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10729 rather than m68k-*-* since it is not known to work on
10730 m68k-aout. Ditto for arm-*-*oabi.
10731
10732 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
10733
10734 * configure.in (*-*-windows*): Remove, no longer used.
10735
10736 1999-02-19 Ben Elliston <bje@cygnus.com>
10737
10738 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10739 Smart and improved by Andrew Cagney.
10740
10741 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
10742
10743 * config.guess: Recognize openbsd-*-hppa.
10744
10745 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
10746
10747 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10748 only if it is not empty.
10749
10750 1999-02-17 Nick Clifton <nickc@cygnus.com>
10751
10752 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10753
10754 * config.guess: Modified to recognize uname's armv* syntax.
10755
10756 * config.sub: Modified to recognize uname's armv* syntax.
10757
10758 1999-02-17 Mark Salter <msalter@cygnus.com>
10759
10760 * configure.in: Added target-bsp for sparclite.
10761
10762 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
10763
10764 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10765
10766 1999-02-08 Nick Clifton <nickc@cygnus.com>
10767
10768 * configure.in: Add support for strongarm port.
10769 * config.sub: Add support for strongarm target.
10770
10771 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
10772
10773 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10774 the old name config/mh-cygwin32.
10775 Enable texinfo.
10776
10777 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
10778
10779 * configure.in: Do build ld for ix86 Solaris.
10780
10781 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
10782
10783 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10784 $AR_FOR_TARGET. Likewise for RANLIB.
10785
10786 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
10787
10788 * config.sub (oabi): Recognize.
10789 * configure.in (arm-*-oabi): Handle.
10790
10791 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
10792
10793 * config.guess: Improve detection of i686 on UnixWare 7.
10794
10795 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
10796
10797 * config.guess: Add support for i386-pc-interix.
10798 * config.sub: Likewise.
10799 * configure.in: Likewise.
10800
10801 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
10802
10803 * Makefile.in: Remove unneeded all-target-libio from
10804 from all-target-winsup target since it is now unneeded.
10805 Add all-target-libtermcap in its place since it is now
10806 needed.
10807
10808 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
10809
10810 * configure.in: makefile stub for cygwin target is probably
10811 unnecessary. Remove it for now.
10812
10813 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
10814
10815 * configure.in: libtermcap.a should be built when cygwin is the
10816 target as well as the host.
10817 * config.guess: Allow mixed case in cygwin uname output.
10818 * Makefile.in: Add libtermcap target.
10819
10820 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
10821
10822 * config.sub: Clean up handling of hppa2.0.
10823
10824 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
10825
10826 * config.guess: Use C code to identify more HP machines.
10827
10828 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10829
10830 * config.sub: Handle hppa2.0.
10831
10832 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10833
10834 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10835 cygmon for all sparclite targets, regardless of object format.
10836
10837 1998-12-15 Mark Salter <msalter@cygnus.com>
10838
10839 * configure.in: Added target-bsp for several target architectures.
10840
10841 * Makefile.in: Added rules for bsp.
10842
10843 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10844
10845 * config.guess: Improve detection of hppa2.0 processors.
10846
10847 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10848
10849 * config.guess: Recognize FreeBSD using ELF automatically.
10850
10851 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10852
10853 * configure (skip-this-dir): Add handling for new shell script, which
10854 might be created by a sub-directory's configure to indicate, this particular
10855 directory is "unwanted".
10856 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10857
10858 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10859
10860 * ltconfig: import from libtool, after changing libtool to
10861 account for the cygwin name change.
10862
10863 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10864
10865 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10866 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10867
10868 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10869
10870 * configure.in: Add libtermcap to list of cygwin dependencies.
10871
10872 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
10873
10874 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10875 they include winsup/include when it's a cygwin target.
10876
10877 1998-11-12 Tom Tromey <tromey@cygnus.com>
10878
10879 * configure.in (host_tools): Added zip.
10880 * Makefile.in (all-target-libjava): Depend on all-zip.
10881 (all-zip): New target.
10882 (ALL_MODULES): Added all-zip.
10883 (NATIVE_CHECK_MODULES): Added check-zip.
10884 (INSTALL_MODULES): Added install-zip.
10885 (CLEAN_MODULES): Added clean-zip.
10886
10887 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
10888
10889 * Makefile.in: lose "32" from comment about cygwin.
10890
10891 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
10892
10893 * configure.in: Use -Os to build target libraries for the fr30.
10894
10895 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
10896
10897 * config.sub: Add fr30.
10898
10899 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
10900
10901 * configure.in: drop "32" from config/mh-cygwin32. Check
10902 cygwin* instead of cygwin32*.
10903 * config.sub: Check cygwin* instead of cygwin32*.
10904
10905 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
10906
10907 * config.guess: Match any version of Unixware7.
10908
10909 1998-10-20 Syd Polk <spolk@cygnus.com>
10910
10911 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10912 if desired.
10913
10914 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
10915
10916 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10917 these if the appropriate directories and files to not exist.
10918
10919 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
10920
10921 * Makefile.in (DEVO_SUPPORT): Add config.if.
10922
10923 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
10924
10925 * configure: Add pattern to replace "build_tooldir"'s
10926 definition in the generated Makefile with "tooldir"'s
10927 actual value.
10928
10929 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10930
10931 * config.sub: Bring back lost sparcv9.
10932
10933 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10934
10935 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10936
10937 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10938 CC_FOR_TARGET and friends.
10939
10940 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10941
10942 * Makefile.in (build_tooldir): New variable, same as tooldir.
10943 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10944 -B$(build_tooldir)/bin/.
10945 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10946
10947 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10948
10949 * README: Remove installation instructions and refer to the
10950 INSTALL directory instead.
10951
10952 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10953
10954 * config.sub: Add support for i[34567]86-pc-udk.
10955 * configure.in: Likewise.
10956
10957 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10958
10959 * Makefile.in: add bzip2 package building bits for user
10960 tools module
10961 * configure.in: ditto
10962
10963 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10964
10965 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10966 (ALL_TARGET_MODULES): Add all-target-libobjc.
10967 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10968 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10969 (all-target-libchill): Add dependencies.
10970 * configure.in (target_libs): Add libchill.
10971
10972 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10973
10974 * configure.in (target_subdir): Remove duplicate line.
10975
10976 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10977
10978 * Makefile.in (all-automake): fix dependencies.
10979
10980 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10981
10982 * configure.in: Minor cleanups for building in the $(target_alias)
10983 subdir.
10984
10985 1998-09-22 Jim Wilson <wilson@cygnus.com>
10986
10987 * Makefile.in (bootstrap): Set r and s before make all. Use
10988 BASE_FLAGS_TO_PASS in make all.
10989 (cross): Likewise.
10990
10991 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10992
10993 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10994
10995 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10996
10997 * config.sub: Fix typo in last change.
10998
10999 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11000
11001 * config.sub: Add support for C4x target.
11002 * configure.in: Likewise.
11003
11004 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11005
11006 * config.sub: Recognize sparcv9 just like sparc64.
11007
11008 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11009
11010 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11011
11012 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11013
11014 * config.guess: Correctly identify Pentium II sco boxes.
11015
11016 * config.guess: Fix "tr" code. From Weiwen Liu.
11017
11018 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11019
11020 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11021 stabs.
11022
11023 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11024
11025 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11026 (ALL_TARGET_MODULES): Add all-target-libchill.
11027 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11028 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11029 (all-target-libchill): Add dependencies.
11030 * configure.in (target_libs): Add libchill.
11031
11032 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11033
11034 * config.guess: Avoid assumptions about "tr" behaves when
11035 LANG is set to something other than English.
11036
11037 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11038
11039 * configure (gxx_include_dir): Changed to
11040 '${prefix}/include/g++'-${libstdcxx_interface}.
11041
11042 * config.if: New to determine the interfaces.
11043
11044 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11045
11046 * config.guess: Detect and handle MPE/IX.
11047 * config.sub: Deal with MPE/IX.
11048
11049 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11050
11051 * configure.in: Use mh-aix43.
11052
11053 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11054
11055 * configure: Fix --without/--disable cases for gxx-include-dir.
11056
11057 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11058
11059 * mdata-sh: Imported. Needed for automake support.
11060
11061 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11062
11063 * Makefile.in (taz): Try "chmod -R og=u ." before
11064 "chmod og=u `find . -print`".
11065
11066 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11067
11068 * configure.in: Add arm-elf and thumb-elf support.
11069
11070 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11071
11072 * Makefile.in: Undo previous patch.
11073
11074 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11075
11076 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11077 to here ...
11078 (install-no-fixedincludes): and here
11079 (INSTALL_MODULES): ... from here.
11080
11081 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11082
11083 * config.sub: Merge with FSF.
11084
11085 * config.guess: Merge with FSF.
11086
11087 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11088
11089 * configure (extraconfigdirs): New variable.
11090 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11091 * Makefile.in (all): Move higher in file.
11092 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11093 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11094 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11095 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11096 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11097
11098 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11099
11100 * Makefile.in (all-target-libjava): Depend on all-gcc and
11101 all-target-newlib.
11102 (configure-target-libjava): Depend on $(ALL_GCC).
11103
11104 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11105
11106 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11107 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11108
11109 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11110
11111 * INSTALL/README: Fix typo.
11112
11113 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11114
11115 * ylwrap: Change absolute path checks to check for DOS style path
11116 names.
11117
11118 * ylwrap: Don't use a full path name if the source file is in the
11119 same directory. From hjl@lucon.org (H.J. Lu).
11120
11121 * config-ml.in: Default to being verbose, to match Feb 18 change to
11122 configure.
11123
11124 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11125
11126 Brought over from egcs:
11127
11128 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11129
11130 * configure.in (target_subdir): Set to ${target_alias} instead
11131 of "libraries".
11132
11133 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11134
11135 * configure.in (target_subdir): Set to libraries if enable_multilib.
11136
11137 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11138
11139 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11140 multilibs, force reconfiguration the first time we create
11141 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11142
11143 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11144
11145 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11146 avoid confusion with --no-recursion.
11147
11148 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11149
11150 * configure.in: Win32 hosts shouldn't use install -x
11151 * install-sh: remove -x option, and special .exe-handling
11152 hack.
11153
11154 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11155
11156 * config.guess: Recognize i586-pc-beos.
11157 * configure.in: Don't build some bits for beos.
11158
11159 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11160
11161 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11162 CFLAGS default to -O2.
11163
11164 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11165 when using GNU ld.
11166
11167 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11168
11169 * ltmain.sh: Correct install when using a different shell.
11170
11171 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11174
11175 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11176
11177 * makefile.vms: Update to build binutils/makefile.vms. Add install
11178 target.
11179
11180 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11181
11182 * ltconfig: Update to correct AIX handling.
11183
11184 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11185
11186 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11187
11188 * configure.in (target_subdir): Set to ${target_alias} instead
11189 of "libraries".
11190
11191 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11192
11193 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11194 (Makefile): Depend on $(gcc_version_trigger).
11195
11196 * configure (gcc_version): Change default initializer to empty
11197 string.
11198 (gcc_version_trigger): New variable; pass this variable down
11199 to subdir configures to enable them checking gcc's version
11200 themselves. Emit make macros for both gcc_version vars.
11201 (topsrcdir): Initialize reliably.
11202 (recursion line): Remove --with-gcc-version=${gcc_version}.
11203
11204 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11205
11206 * configure (enable_version_specific_runtime_libs): Implement new flag
11207 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11208 in $(libsubdir); emit definition in each generated Makefile.
11209 (gxx_include_dir): Initialize depending on
11210 $enable_version_specific_runtime_libs.
11211
11212 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11213
11214 * configure (gcc_version): Initialize properly depending on
11215 how and where configure is started.
11216 (recursion line): Pass a --with-gcc-version=${gcc_version}
11217 to configures in subdirs.
11218
11219 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11220
11221 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11222 cygmon
11223
11224 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11225
11226 * configure.in: Add cygmon and libstub support for mn10200.
11227
11228 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11229
11230 * configure (gcc_version): Add new variable describing the
11231 particular gcc version we're building.
11232 * Makefile.in (libsubdir): Add new macro for the directory
11233 in which the compiler finds executables, libraries, etc.
11234 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11235 and libsubdir.
11236
11237 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11238
11239 * Makefile.in (local-clean): Remove *.log.
11240 (warning.log): Built with warn_summary from build.log.
11241 (mail-report.log): Run test_summary.
11242 (mail-report-with-warnings.log): Run test_summary including
11243 warning.log in the report.
11244
11245 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11246
11247 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11248
11249 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11250
11251 * Makefile.in (grep): Grep no longer depends on libiberty.
11252
11253 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11254
11255 * Makefile.in: all-snavigator needs all-libgui.
11256
11257 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11258
11259 * configure.in: Add cygmon and libstub support for mn10300.
11260
11261 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11262
11263 * missing: Update to version from automake 1.3.
11264
11265 * ltmain.sh: On installation, don't get confused if the same name
11266 appears more than once in the list of library names.
11267
11268 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11269
11270 * config.sub: Accept m68060 and m5200 as CPU names.
11271
11272 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11273
11274 * configure: Use && rather than using -a in test, because odd
11275 strings can confuse test.
11276 * configure.in: Likewise.
11277
11278 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11279
11280 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11281
11282 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11283
11284 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11285 bootstrap4-lean): New targets.
11286
11287 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11288
11289 * mpw-* Delete. Not used.
11290
11291 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11292
11293 * COPYING.LIB: Update FSF address.
11294
11295 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11296
11297 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11298
11299 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11300 GAS_SUPPORT_DIRS.
11301
11302 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11303
11304 * ltconfig, ltmain.sh: Avoid producing a version number if
11305 -version-info was not used.
11306
11307 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11308
11309 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11310 building with newlib.
11311
11312 1998-04-30 Paul Eggert <eggert@twinsun.com>
11313
11314 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11315 Solaris `make' causes it to continue to next definition.
11316
11317 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11318
11319 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11320 the right GUI libraries and files are installed along with GDB.
11321
11322 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11323
11324 * configure.in: Change alpha to alpha* in several places.
11325
11326 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11327
11328 * config.sub: Recognize sparc86x.
11329
11330 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11331
11332 * configure.in (--enable-target-optspace): Remove debug echo.
11333
11334 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11335
11336 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11337
11338 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11339
11340 * ltconfig: Update cygwin32 support.
11341
11342 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11343 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11344 (GDB_SUPPORT_DIRS): Likewise.
11345
11346 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11347
11348 * configure.in (target_makefile_frag): If --enable-target-optspace,
11349 use -Os to compile target libraries rather than -O2. Default to
11350 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11351 not used.
11352 * configure.in (target_cflags): Ditto for d30v.
11353
11354 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11355
11356 * Makefile.in (all-bfd): Depend on all-intl.
11357 (all-binutils): Likewise.
11358 (all-gas): Likewise.
11359 (all-gprof): Likewise.
11360 (all-ld): Likewise.
11361
11362 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11363
11364 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11365
11366 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11367
11368 * Makefile.in (all-bfd): Depend upon all-libiberty.
11369
11370 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11371
11372 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11373
11374 * Makefile.in: Add libstub.
11375
11376 * configure.in: Ditto. Build libstub for targets that have cygmon
11377 support.
11378
11379 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11380
11381 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11382
11383 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11384
11385 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11386 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11387
11388 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11389
11390 * configure: Define DEFAULT_M4 by searching PATH.
11391 * Makfile.in: Use DEFAULT_M4.
11392
11393 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11394
11395 * ltconfig: Add cygwin32 support.
11396
11397 * Makefile.in, configure.in: Add libtool as a native only directory
11398 to configure and build.
11399
11400 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11401
11402 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11403
11404 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
11405
11406 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11407
11408 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11409
11410 * Makefile.in: add ash make rules
11411 * configure.in: add ash to native_only and host_tools lists
11412
11413 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11414
11415 * Makefile.in (all-gettext, all-intl): New targets.
11416 (ALL_MODULES): Added all-gettext, all-intl.
11417 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11418 (INSTALL_MODULES): Added install-gettext, install-intl.
11419 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11420
11421 * configure.in (host_tools): Added gettext.
11422 (native_only): Likewise.
11423 (noconfigdirs) [various cases]: Likewise.
11424 (host_libs): Added intl.
11425
11426 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11427
11428 * configure: Do not disable building gdbtk for cygwin32 hosts.
11429
11430 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11431
11432 * configure.in: Add thumb-coff target.
11433 * config.sub: Add thumb-coff target.
11434
11435 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11436
11437 * Makefile.in: Revert yesterday's change.
11438 (all-target-winsup): all-target-librx stays out of here.
11439
11440 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11441
11442 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11443 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11444 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11445 Remove references to librx and libg++.
11446
11447 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11448
11449 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11450 recursive makes
11451
11452 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11453
11454 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11455 for newlib directory.
11456 (CXX_FOR_TARGET): Likewise.
11457
11458 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11459
11460 * ltconfig: Update after libtool/ltconfig.in change for
11461 hpux11.
11462
11463 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11464
11465 * ltconfig, ltmain.sh: Update to libtool 1.2.
11466
11467 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11468
11469 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11470 (install-gcc-cross): Instead, override LANGUAGES here.
11471
11472 1998-03-18 Dave Love <d.love@dl.ac.uk>
11473
11474 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11475 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11476
11477 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11478
11479 * configure.in: Add Thumb-pe target.
11480
11481 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
11482
11483 * Makefile.in - changed sn targets to snavigator
11484 * configure.in - changed sn targets to snavigator
11485
11486 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11487
11488 * config-ml.in: After building symlink tree call make distclean
11489 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11490 to be the case for libiberty.
11491
11492 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
11493
11494 * configure: When making link, also check the current
11495 directory. The configure scripts may create one.
11496
11497 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
11498
11499 * config.sub: Accept alphapca56 and alphaev6 properly.
11500
11501 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11502
11503 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11504
11505 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11506
11507 * config.sub (sco5): Fix typo.
11508
11509 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
11510
11511 * Makefile.in (INSTALL_MODULES): Move install-tcl before
11512 install-itcl.
11513 (install-itcl): Remove dependency on install-tcl.
11514
11515 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
11516
11517 * configure.in: Remove libgloss from noconfigdirs for MN10300.
11518
11519 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
11520
11521 * configure.in: Don't build libgui for a cygwin32 target when not on
11522 a cygwin32 host.
11523
11524 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
11525
11526 * configure (redirect): Set to null, so default behavior of
11527 configure is now --verbose.
11528
11529 1998-02-16 Dave Love <d.love@dl.ac.uk>
11530
11531 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11532 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11533
11534 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
11535
11536 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11537 this change to sync Makefile.in with its ChangeLog entries.
11538
11539 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
11540
11541 * ltmain.sh (mkdir): Check that the directory doesn't exist
11542 before we exit with error, so that we don't get races during
11543 parallel builds.
11544
11545 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
11546
11547 * ltconfig, ltmain.sh: Update from libtool 1.0i.
11548
11549 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11550
11551 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11552 PICFLAG_FOR_TARGET.
11553 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11554
11555 * configure: Emit a definition for the new macro enable_shared
11556 into each Makefile.
11557
11558 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11559
11560 * configure.in (host_tools, native_only): Add libtool.
11561
11562 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11563
11564 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11565 Fix typo in ming config comment.
11566
11567 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11568
11569 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11570
11571 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11572
11573 * config.sub: Add tic30 cases, and map c30 to tic30.
11574
11575 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11576
11577 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11578 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11579 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11580 (CLEAN_TARGET_MODULES): Similarly
11581 (all-target-libf2c): Add dependences.
11582 * configure.in (target_libs): Add libf2c.
11583
11584 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11585
11586 * configure.in: Remove expect from noconfigdirs when target
11587 is cygwin32. OK to build expect and dejagnu with Canadian
11588 Cross.
11589
11590 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11591
11592 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11593 host.
11594
11595 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11596 and mingw32.
11597
11598 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11599
11600 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11601 here as it is not defined in the toplevel Makefile.
11602
11603 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11604
11605 * configure (package_makefile_rules_frag): New variable, which names
11606 a file with generic rules, ...
11607 Change comment to mention we now have FIVE parts.
11608 * configure: Undo last change.
11609
11610 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11611
11612 * config.guess: More accurate determination of HP processor types.
11613 * config.sub: More accurate determination of HP processor types.
11614
11615 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11616
11617 * configure (package_makefile_frag): Move inserting the
11618 ${package_makefile_frag} to where it should be according
11619 to the comment.
11620
11621 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11622
11623 * config.guess: Add support for Linux/ARM.
11624
11625 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11626
11627 * .cvsignore: Remove *-info and *-install since they match
11628 release-info and mpw-install, which we don't want to just ignore.
11629
11630 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11631
11632 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11633
11634 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11635
11636 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11637 local_prefix to sub-make invocations.
11638
11639 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11640
11641 * configure.in: Check makefile fragments in the source
11642 directory.
11643
11644 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11645
11646 * configure.in: Check whether host and target makefile
11647 fragments exist before adding them to *_makefile_frag.
11648
11649 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11650
11651 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11652
11653 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11654
11655 * configure.in: Make sure we only replace RPATH_ENVVAR on
11656 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11657 regexp to sed.
11658
11659 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11660 to sub-makes.
11661
11662 1998-01-13 Lee Iverson (leei@ai.sri.com)
11663
11664 * config-ml.in (multi-do): LDFLAGS must include multilib
11665 designator.
11666
11667 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11668
11669 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11670
11671 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11672
11673 * config.sub: Add mingw32 support.
11674 * configure.in: Likewise.
11675
11676 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11677
11678 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11679
11680 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11681
11682 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11683 * configure (gxx_include_dir): Provide a definition for subdirs
11684 which do not use autoconf.
11685
11686 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11687
11688 * config.guess: Sync with egcs. Picks up new alpha support,
11689 BeOS & some additional linux support.
11690
11691 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11692
11693 * config.guess: HP 9000/803 is a PA1.1 machine.
11694
11695 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11696
11697 * configure.in: It's alpha*-...
11698
11699 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11700
11701 * configure.in (host_makefile_frag, target_makefile_frag):
11702 Handle multiple config files.
11703 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11704 alpha-*-*.
11705
11706 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11707
11708 * mkdep: New file.
11709
11710 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11711
11712 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11713
11714 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11715
11716 * Makefile.in: Add libgui directory.
11717 (GDB_TK): Add all-libgui.
11718 * configure.in: Add libgui directory.
11719 * configure: Add all-libgui to GDB_TK.
11720
11721 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11722
11723 * config-ml.in (multidirs): Add m32r to multilib list.
11724
11725 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11726
11727 * Makefile.in (all-target-gperf): Change dependency to
11728 all-target-libstdc++.
11729
11730 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11731
11732 * config.guess: Add BeOS support.
11733
11734 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11735
11736 Source directory cvs renamed to cvssrc:
11737 * configure.in (host_tools): Change cvs to cvssrc.
11738 (native_only): Likewise.
11739 (noconfigdirs) [various cases]: Likewise.
11740 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11741 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11742 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11743 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11744 (all-cvssrc): Rename target from all-cvs.
11745
11746 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11747
11748 * configure (gxx_include_dir): Fix thinko.
11749
11750 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11751
11752 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11753 (install-cross, install-gcc-cross): New targets.
11754
11755 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11756
11757 * configure.in (noconfigdirs): Add support for Thumb target.
11758
11759 * config.sub (maybe_os): Add support for Thumb target.
11760
11761 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11762
11763 * Makefile.in: Add rules for cygmon.
11764
11765 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11766
11767 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11768
11769 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11770 * configure (gxx_include_dir): Provide a definition for subdirs
11771 which do not use autoconf.
11772
11773 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11774
11775 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11776 11/18/97 build
11777
11778 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11779
11780 * From Franz Sirl.
11781 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11782 found on RedHat Linux systems.
11783
11784 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11785
11786 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11787 guesses.
11788
11789 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11790
11791 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11792
11793 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11794
11795 * ltmain.sh: If mkdir fails, check whether the directory was created
11796 anyhow by some other process.
11797
11798 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11799
11800 * configure.in (d30v-*-*): Configure all directories.
11801
11802 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11803
11804 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11805 for the D30V.
11806
11807 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11808
11809 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11810
11811 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11812
11813 * include/libiberty.h: Add extern "C" { so it can be used with C++
11814 progrms.
11815 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11816 programs.
11817
11818 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11819
11820 * configure.in (d30v-*-*): Configure GCC now.
11821
11822 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11823
11824 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11825 is no longer needed.
11826
11827 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11828
11829 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11830
11831 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11832
11833 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11834 targets using "$@" to provide support for similar but not identical
11835 targets without having to duplicate code.
11836
11837 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11838
11839 * makefile.vms: Fix to work with DEC C.
11840
11841 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11842
11843 * config.sub: Add mips-tx39-elf to marketing names.
11844
11845 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11846
11847 * ltmain.sh: Handle symlinks in generated script.
11848
11849 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11850
11851 * configure: Handle autoconf style directory options: --bindir,
11852 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11853 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11854 --sysconfdir.
11855 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11856 (sharedstatedir, localstatedir, oldincludedir): New variables.
11857 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11858 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11859 sbindir, sharedstatedir, and sysconfdir.
11860
11861 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11862
11863 * Makefile.in (bootstrap-lean): New target.
11864
11865 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11866
11867 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11868 sn, and gnuserv from noconfigdirs.
11869
11870 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11871
11872 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11873
11874 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11875
11876 * Makefile.in (cross): New target.
11877
11878 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11879 Jeff Law <law@cygnus.com>
11880
11881 * Makefile.in (bootstrap2, bootstrap3): New targets.
11882 (all-bootstrap): Remove outdated and confusing target.
11883 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11884
11885 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11886
11887 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11888 windows. Consistent with gdb/configure.
11889
11890 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11891
11892 * configure.in: Name Linux target fragment.
11893
11894 * configure: Rewrite so that project Makefile fragment is inserted
11895 first and appears last in the resulting Makefile.
11896
11897 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11898
11899 * Makefile.in (install-itcl): Install tcl first.
11900
11901 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11902
11903 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11904
11905 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11906
11907 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11908
11909 * configure.in (skipdirs): Add target-librx for Linux.
11910 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11911
11912 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11913
11914 * Makefile.in (bootstrap): New target.
11915
11916 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11917
11918 * config.sub: Accept 'amigados' for backward compatibility.
11919
11920 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11921
11922 * config.guess: Merge with FSF.
11923
11924 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11925
11926 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11927
11928 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11929
11930 * config.sub: Add "marketing-names" patch.
11931
11932 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11933
11934 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11935
11936 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11937
11938 * config.sub: Handle v850-elf.
11939
11940 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11941
11942 * .cvsignore (*-install): Remove.
11943
11944 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11945
11946 * ltconfig: Set CONFIG_SHELL in libtool.
11947 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11948
11949 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11950
11951 * configure.in (target_subdir): Set to libraries if enable_multilib.
11952
11953 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11954
11955 * config.guess: Update from gcc directory.
11956
11957 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11958
11959 * Makefile.in (all-sim): Depends on all-readline.
11960
11961 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11962
11963 * Makefile.in (BISON, YACC): Use $$s.
11964 (all-bison): Depend on all-texinfo.
11965
11966 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11967
11968 * Makefile.in (BISON): Add -L flag.
11969 (YACC): Likewise.
11970
11971 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11972
11973 * configure.in (noconfigdirs): Add support for v850e target.
11974
11975 * config.sub (maybe_os): Add support for v850e target.
11976
11977 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11978
11979 * configure.in (noconfigdirs): Add support for v850ea target.
11980
11981 * config.sub (maybe_os): Add support for v850ea target.
11982
11983 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11984
11985 * config.sub: Add mipstx39. Delete r3900.
11986
11987 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11988
11989 * Makefile.in (all-autoconf): Depends on all-texinfo.
11990
11991 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11992
11993 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11994 eabi targets.
11995
11996 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11997
11998 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11999
12000 * configure: When handling a Canadian Cross, handle YACC as well as
12001 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12002 * Makefile.in (all-bison): Depend upon all-texinfo.
12003
12004 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12005
12006 * Makefile.in (BISON): bison, not byacc or bison -y.
12007 (YACC): bison -y or byacc or yacc.
12008 (various): Add *-bison as appropriate.
12009 (taz): No need to mess with BISON anymore.
12010
12011 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12012
12013 * configure: If OSTYPE matches *win32*, try to find a good value for
12014 CONFIG_SHELL.
12015
12016 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12017
12018 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12019 configure.in if it is present.
12020
12021 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12022
12023 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12024
12025 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12026
12027 * config.sub: Recognize `arc' cpu.
12028 * configure.in: Likewise.
12029 * config-ml.in: Likewise.
12030
12031 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12032
12033 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12034
12035 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12036
12037 * configure: Changed sed delimiter from ':' to '|' when
12038 attempting to substitute ${config_shell} for SHELL. On
12039 NT ${config_shell} may contain a ':' in it.
12040
12041 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12042
12043 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12044
12045 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12046
12047 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12048
12049 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12050
12051 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12052
12053 * ylwrap: If the program is a relative path, force it to be
12054 absolute.
12055
12056 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12057
12058 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12059
12060 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12061
12062 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12063 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12064 for libraries.
12065
12066 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12067
12068 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12069 separated by spaces.
12070
12071 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12072
12073 * ylwrap: New file.
12074 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12075
12076 * ltmain.sh: Handle /bin/sh at start of install program.
12077
12078 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12079
12080 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12081 * missing: New file, from automake 1.2.
12082
12083 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12084
12085 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12086 check-tk to CHECK_X11_MODULES.
12087
12088 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12089
12090 * config.sub: Merge with FSF.
12091
12092 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12093
12094 * config.guess: Merge with FSF.
12095
12096 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12097
12098 * configure: Treat msdosdjgpp like go32.
12099 * configure.in: Likewise. Don't remove gprof for go32.
12100
12101 * configure: Change Makefile.tem2 to Makefile.tm2.
12102
12103 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12104
12105 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12106
12107 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12108
12109 * install-sh (chmodcmd): Set to null if the DST directory already
12110 exists. Same as Nov 11th change.
12111
12112 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12113
12114 * configure (GDB_TK): Needs itcl and tix.
12115
12116 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12117
12118 * config.guess: Update from FSF.
12119
12120 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12121
12122 * Makefile.in (GDB_TK): Depend on itcl and tix.
12123
12124 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12125
12126 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12127 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12128 (INSTALL_SCRIPT): New variable.
12129 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12130 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12131 to -x.
12132 * install-sh: Add support for -x option.
12133
12134 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12135
12136 * configure.in, Makefile.in: Treat tix like itcl.
12137
12138 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12139
12140 * Makefile.in (WINDRES): New variable.
12141 (WINDRES_FOR_TARGET): New variable.
12142 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12143 (EXTRA_HOST_FLAGS): Add WINDRES.
12144 (EXTRA_TARGET_FLAGS): Add WINDRES.
12145 (EXTRA_GCC_FLAGS): Add WINDRES.
12146 ($(DO_X)): Pass down WINDRES.
12147 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12148 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12149 DLLTOOL_FOR_TARGET.
12150
12151 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12152
12153 * configure.in: configure sim before gdb for win32-x-ppc
12154
12155 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12156
12157 Move gperf into the toplevel, from libg++.
12158 * configure.in (target_tools): Add target-gperf.
12159 (native_only): Add target-gperf.
12160 * Makefile.in (all-target-gperf): New target, depend on
12161 all-target-libg++.
12162 (configure-target-gperf): Empty rule.
12163 (ALL_TARGET_MODULES): Add all-target-gperf.
12164 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12165 (CHECK_TARGET_MODULES): Add check-target-gperf.
12166 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12167 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12168
12169 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12170
12171 * config.sub (mn10200): Recognize new basic machine.
12172
12173 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12174
12175 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12176 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12177
12178 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12179
12180 * configure.in: If we're building mips-sgi-irix6* native, turn on
12181 ENABLE_MULTILIB and set TARGET_SUBDIR.
12182
12183 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12184
12185 * Makefile.in (all-sn): Depend on all-grep.
12186
12187 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12188
12189 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12190
12191 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12192 Makefile. From Jeff Makey <jeff@cts.com>.
12193 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12194
12195 * Makefile.in (DISTBISONFILES): Remove.
12196 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12197 $(DEFAULT_YACC).
12198
12199 * configure.in: Build itl, db, sn, etc., when building for native
12200 cygwin32.
12201
12202 * Makefile.in (LD): New variable.
12203 (EXTRA_HOST_FLAGS): Pass down LD.
12204 ($(DO_X)): Likewise.
12205
12206 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12207
12208 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12209
12210 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12211
12212 * configure.in (targargs): Strip out any supplied --build argument
12213 before adding our own. Always add --build.
12214
12215 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12216
12217 * configure.in (targargs): Pass --build if we're doing
12218 a cross-compile.
12219
12220 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12221
12222 * configure: Use '|' instead of ":" as the separator in
12223 sed. Otherwise sed chokes on NT path names with drive
12224 designators. Also look for "?:*" as the leading characters in an
12225 absolute pathname.
12226
12227 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12228
12229 * config.sub: Support for r3900.
12230
12231 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12232
12233 * configure.in: Use install-sh, not install.sh.
12234
12235 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12236
12237 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12238 apply it twice.
12239
12240 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12241
12242 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12243 install-binutils.
12244
12245 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12246
12247 * Makefile.in: Add automake targets.
12248 * configure.in (host_tools): Add automake.
12249
12250 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12251
12252 * configure: Default CXX to c++, not gcc.
12253 * Makefile.in (CXX): Set to c++, not gcc.
12254 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12255
12256 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12257
12258 * install-sh: try appending a .exe if source file doesn't
12259 exist
12260
12261 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12262
12263 * configure.in: Turn on multilib by default.
12264 (cross_only): Remove target-libiberty.
12265
12266 * Makefile.in (all-gcc): Don't depend on libiberty.
12267
12268 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12269
12270 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12271
12272 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12273
12274 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12275 (DISTBISONFILES): Add ld/Makefile.in
12276
12277 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12278
12279 * configure.in: if target is cygwin32 but host isn't cygwin32,
12280 don't configure gdb tcl tk expect, not just gdb.
12281
12282 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12283
12284 * configure.in: Added gnuserv everywhere sn appears.
12285
12286 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12287 (CROSS_CHECK_MODULES): Added check-gnuserv.
12288 (INSTALL_MODULES): Added install-gnuserv.
12289 (CLEAN_MODULES): Added clean-gnuserv.
12290 (all-gnuserv): New target.
12291
12292 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12293
12294 * config.guess: Fixes for MIPS OpenBSD systems.
12295
12296 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12297
12298 * Makefile.in (INSTALL_XFORM): Remove.
12299 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12300
12301 * mkinstalldirs: New file, copied from automake.
12302 * Makefile.in (installdirs): Rename from install-dirs. Use
12303 mkinstalldirs. Change all users.
12304 (DEVO_SUPPORT): Add mkinstalldirs.
12305
12306 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12307
12308 * install-sh: Rename from install.sh.
12309 * Makefile.in (INSTALL): Change install.sh to install-sh.
12310 (DEVO_SUPPORT): Likewise.
12311
12312 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12313 Graichen <graichen@rzpd.de>.
12314
12315 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12316
12317 * config.guess: Recognize OpenBSD systems correctly.
12318
12319 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12320
12321 * README, Makefile.in (ETC_SUPPORT): Remove references to
12322 cfg-paper*, configure.{texi,man,info*}._
12323
12324 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12325
12326 * Makefile.in (all.normal): Ensure that gcc is built after all
12327 the x11 - ie gdb - targets.
12328
12329 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12330
12331 * makefile.vms: Don't run conf-a-gas.
12332
12333 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12334
12335 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12336
12337 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12338
12339 * configure.in: Remove noconfigdirs case since gdb also
12340 configures and builds for tic80-coff.
12341
12342 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12343
12344 * configure: Set cache_file to config.cache.
12345 * Makefile.in (local-distclean): Remove config.cache.
12346
12347 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12348
12349 * COPYING: Update FSF address.
12350
12351 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12352
12353 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12354 noconfigdirs.
12355
12356 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12357
12358 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12359 MAKEDIRS, is empty.
12360
12361 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12362
12363 * config.sub: Tweak mn10300 entry.
12364
12365 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12366
12367 * configure.in (host_tools): Put sim before gdb, so gdb's
12368 configure.tgt can determine if the simulator was configured.
12369
12370 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12371
12372 * config.sub: Move BeOS $os case to be with other Cygnus
12373 local cases.
12374
12375 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12376
12377 * config.sub: Remove misplaced comment that broke Linux.
12378
12379 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12380
12381 * config.sub: Add BeOS support.
12382
12383 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12384
12385 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12386
12387 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12388
12389 * configure.in (noconfigdirs): Remove tcl and tk from
12390 noconfigdirs for cygwin32 builds.
12391
12392 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12393
12394 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12395
12396 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12397
12398 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12399 make-all.com, use makefile.vms instead.
12400
12401 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12402
12403 * config.sub: Accept -lnews*.
12404
12405 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12406
12407 * configure.in (noconfigdirs): Disable target-newlib,
12408 target-examples and target-libiberty for d30v.
12409
12410 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12411
12412 * configure.in (noconfigdirs): Enable ld for d30v.
12413
12414 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12415
12416 * configure.in (tic80-*-*): Build compiler.
12417
12418 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12419
12420 * configure.in (d30v-*): Remove sim directory from list of
12421 unsupported d30v directories
12422
12423 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12424
12425 * config.sub, configure.in: Add d30v target cpu.
12426
12427 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12428
12429 * makefile.vms: New file.
12430 * make-all.com: Remove.
12431
12432 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12433
12434 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12435
12436 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12437
12438 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12439
12440 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12441
12442 * Makefile.in (ALL_MODULES): Added all-db.
12443 (CROSS_CHECK_MODULES): Addec check-db.
12444 (INSTALL_MODULES): Added install-db.
12445 (CLEAN_MODULES): Added clean-db.
12446
12447 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12448
12449 * config.guess: Merge with latest FSF sources.
12450
12451 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12452
12453 * Makefile.in (ALL_MODULES): Added all-itcl.
12454 (CROSS_CHECK_MODULES): Added check-itcl.
12455 (INSTALL_MODULES): Added install-itcl.
12456 (CLEAN_MODULES): Added clean-itcl.
12457
12458 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12459
12460 * configure.in: build gdb for mn10200
12461
12462 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12463
12464 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12465
12466 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12467
12468 * configure.in (tic80-*-*): Turn off most targets right now.
12469
12470 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12471
12472 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12473 rather than the makeinfo program.
12474 (do-info): Depend upon all-texinfo.
12475
12476 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12477
12478 * configure.in: Remove uses of config/mh-linux.
12479
12480 * config.sub, config.guess: Merge with latest FSF sources.
12481
12482 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12483
12484 * config.sub (case $basic_machine): Add tic80 entries.
12485
12486 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12487
12488 * config.sub, config.guess: Merge with latest FSF sources.
12489
12490 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12491
12492 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12493 * mpw-config.in: Test for NewFolderRecursive.
12494 * mpw-install: Use symbolic name for startup filename.
12495 * mpw-README: Add various additional details.
12496
12497 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
12498
12499 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12500
12501 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
12502
12503 * configure.in: Do build gcc and the target libraries for
12504 the mn10200.
12505
12506 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
12507
12508 * configure.in: don't avoid building gdb for mn10300 any more
12509 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12510 instead of single-quoting it.
12511
12512 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
12513
12514 * configure.in: Don't use --with-stabs on IRIX 6.
12515
12516 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
12517
12518 * configure.in (m32r): Build gdb, libg++ now.
12519
12520 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12521
12522 * configure.in (mips*-sgi-irix6*): Remove gdb and related
12523 directories from noconfigdirs.
12524
12525 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
12526
12527 * config.sub (basic_machine): added mips16 configuration
12528
12529 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12530
12531 * config.sub: Handle d10v-unknown.
12532
12533 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
12534
12535 * config.sub: Handle v850-unknown.
12536
12537 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
12538
12539 * Makefile.in: add findutils
12540 * configure.in: add findutils to list of host_tools
12541
12542 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
12543
12544 * config.sub: Handle mn10200 and mn10300.
12545
12546 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12547
12548 * configure.in (d10v-*): Do not build librx.
12549
12550 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12551
12552 * configure.in (mn10300): Build everything except gdb & libgloss.
12553
12554 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12555
12556 * config.guess: Patch for Dansk Data Elektronik servers,
12557 from Niels Skou Olsen <nso@dde.dk>.
12558
12559 For ncr, use /bin/uname rather than uname, since GNU uname does not
12560 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12561
12562 Patch for MIPS R4000 running System V,
12563 from Eric S. Raymond <esr@snark.thyrsus.com>.
12564
12565 Fix thinko for nextstep.
12566
12567 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12568
12569 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12570 * config.guess: Guess mips-dec-mach_bsd4.3.
12571
12572 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12573 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12574 release numbers.
12575 * config.guess (mips-mips-riscos*): Emit just enough of the
12576 release number.
12577
12578 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12579 * config.guess (sparc-auspex-sunos*): Added.
12580 (f300-fujitsu-*): Added.
12581
12582 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12583 * config.guess: Recognize a Tadpole as a sparc.
12584
12585 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12586
12587 * config.guess: Don't assume that NextStep version is either 2 or
12588 3. NextStep 4 (aka OpenStep 4) has come out now.
12589
12590 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12591
12592 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12593 From Rik Faith <faith@cs.unc.edu>.
12594
12595 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12596
12597 * config.sub: Contributions from bug-gnu-utils to:
12598 Support plain "hppa" (no version given) architecture, reported by
12599 OpenStep.
12600 OpenBSD like NetBSD.
12601 LynxOs is not a hardware supplier.
12602
12603 * config.guess: Contributions from bug-gnu-utils to add support for:
12604 OpenBSD like NetBSD.
12605 Stratus systems.
12606 More Pyramid systems.
12607 i[n>4]86 Intel chips.
12608 M680[n>4]0 Motorola chips.
12609 Use unknown instead of lynx for hardware manufacturer.
12610
12611 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12612
12613 * install.sh (chmodcmd): Set to null if the DST directory already
12614 exists.
12615
12616 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12617
12618 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12619 not use mt-ppc target Makefile fragment any more.
12620
12621 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12622
12623 * configure.in (*-*-windows): Exclude everything but those dirs
12624 needed to build windows.
12625
12626 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12627
12628 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12629
12630 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12631
12632 * configure.in: Exclude mmalloc from i386-windows.
12633
12634 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12635
12636 * Undo my previous change.
12637
12638 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12639
12640 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12641 unconditionally.
12642 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12643
12644 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12645
12646 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12647 host to add it's own flags.
12648
12649 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12650
12651 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12652
12653 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12654
12655 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12656 (CXX_FOR_TARGET): Likewise.
12657 (GCC_FOR_TARGET): Define.
12658 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12659 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12660 CC_FOR_TARGET was specified on the command line.
12661 (MAKEOVERRIDES): Don't define.
12662
12663 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12664
12665 * configure.in (m32r): Fix spelling of libg++ libs.
12666
12667 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12668
12669 * config.sub (-apple*): Remove, now redundant.
12670
12671 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12672
12673 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12674
12675 * configure: Rework yesterday's sed script patch.
12676
12677 * config.sub: Merge with FSF.
12678
12679 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12680
12681 * config.guess: Merge from FSF.
12682
12683 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12684 * config.guess: Use pc instead of unknown, for pc clone systems.
12685 Change linux to linux-gnu.
12686
12687 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12688 * config.guess: Avoid non-portable tr syntax.
12689
12690 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12691
12692 * test-build.mk (HOLES): Add "xargs" for gdb.
12693
12694 * configure: Avoid hpux10.20 sed bug.
12695
12696 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12697
12698 * configure.in: Add support for windows host
12699 (that is a build done under the Microsoft build environment).
12700
12701 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12702
12703 * Makefile.in: Replace all uses of srcroot with s, to shrink
12704 command line lengths.
12705
12706 Patches from Geoffrey Noer <noer@cygnus.com>:
12707 * configure.in: If configuring for newlib, pass --with-newlib to
12708 subdirectories.
12709 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12710 -Bnewlib/ and -Lwinsup to gcc.
12711 (CXX_FOR_TARGET): Likewise.
12712
12713 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12714
12715 * Makefile.in (ETC_SUPPORT): Add configure.
12716
12717 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12718
12719 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12720 host configuration file.
12721
12722 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12723
12724 * configure.in: Break mn10x00 support into separate
12725 mn10200 and mn10300 configurations.
12726 * config.sub: Likewise.
12727
12728 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12729
12730 * configure.in: Add lots of stuff to noconfigdirs for
12731 the mn10x00 targets.
12732
12733 * config.sub, configure.in: Add mn10x00 support.
12734
12735 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12736
12737 * make-all.com: Call conf-a-gas, not config-a-gas.
12738
12739 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12740
12741 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12742 targets.
12743
12744 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12745
12746 * mpw-README: Add much more detail for native PowerMac.
12747 * mpw-install: New file.
12748 * mpw-configure: Add --norecursion and --help options.
12749 * mpw-config.in: Translate readme and install files when
12750 copying to objdir.
12751 * mpw-build.in: Don't always depend on byacc and flex.
12752 (install-only-top): New action.
12753
12754 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12755
12756 * configure.in: You can now configure GDB for the v850.
12757
12758 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12759
12760 * configure.in (noconfigdirs): Don't configure any C++ dirs
12761 if targeting D10V.
12762
12763 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12764
12765 * config.sub: Recognize mips64vr5000.
12766
12767 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12768
12769 * configure.in: Use a single line for host_tools and native_only.
12770
12771 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12772
12773 * config.sub, configure.in: Add entries for m32r.
12774
12775 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12776
12777 * Makefile.in (inet-install): Don't run install-gzip.
12778
12779 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12780
12781 * configure.in: Don't config lots of things for *-*-windows*.
12782
12783 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12784
12785 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12786 (host_libs, host_tools): Copy from configure.in.
12787 * mpw-configure: Don't complain about directories not found.
12788
12789 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12790
12791 * configure.in (i[345]86): Recognize i686 for pentium pro.
12792 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12793 file.
12794
12795 * config.guess (i[345]86): Ditto.
12796
12797 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12798
12799 * configure.in (noconfigdirs): Removed gdb for D10V.
12800
12801 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12802
12803 * configure.in: Remove ld, target-libio, target-libg++, and
12804 target-libstdc++ from noconfigdirs.
12805
12806 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12807
12808 * configure: Fix three locations where shell scripts were
12809 being run directly rather than with config_shell.
12810
12811 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12812
12813 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12814 * config.sub (basic_machine): Recognize v850.
12815
12816 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12817
12818 * mpw-configure: Handle multiple enable/disable options and
12819 pass them down recursively, handle -c and -s flags appropriately
12820 depending on choice of compiler, add escape mechanism for
12821 quoted arguments to gC.
12822
12823 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12824
12825 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12826 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12827 so that -mrelocatable-lib and -mno-eabi are used.
12828
12829 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12830 not support --print-multi-lib, don't abort.
12831
12832 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12833
12834 * make-all.com: Run config-a-gas.
12835 * setup.com: Don't copy subdirectory files around.
12836
12837 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12838
12839 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12840 target, it now compiles correctly.
12841
12842 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12843
12844 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12845
12846 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12847
12848 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12849
12850 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12851
12852 * configure.in (native_only): Add prms.
12853
12854 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12855
12856 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12857 (BINUTILS_SUPPORT_DIRS): Likewise.
12858
12859 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12860
12861 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12862 d10v support is added.
12863
12864 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12865
12866 * configure.in (d10v-*-*): New target.
12867
12868 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12869
12870 * config.guess (HP 9000/811): Recognize this as a PA1.1
12871 machine.
12872
12873 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12874
12875 * Makefile.in (do-tar-gz): New target, split out from tail end of
12876 taz target. Run each command separately, don't use pipes.
12877 (taz): Use it.
12878
12879 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12880
12881 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12882 * mpw-build.in: No builds should depend on building byacc or flex,
12883 they are assumed to be installed already.
12884
12885 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12886
12887 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12888 variable that CC_FOR_TARGET needs.
12889
12890 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12891
12892 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12893 options have changed since the last time the subdirectory was
12894 configured, and if it has, reconfigure.
12895 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12896 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12897
12898 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12899
12900 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12901 CLEAN_MODULES): Add bash.
12902 (all-bash): New target.
12903
12904 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12905
12906 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12907
12908 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12909
12910 * config.sub (basic_machine): Recognize d10v as a valid processor.
12911
12912 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12913
12914 * mpw-configure: Add support for --bindir.
12915 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12916
12917 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12918
12919 * configure.in: add bash, time, gawk to list of hosttools and things
12920 to only build for native toolchains
12921
12922 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12923
12924 * Makefile.in (docdir): Remove.
12925
12926 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12927
12928 * Makefile.in (datadir): Set to $(prefix)/share.
12929
12930 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12931
12932 * configure.in: build diff and patch for cygwin32-hosted
12933 toolchains.
12934
12935 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12936
12937 * config.sub: Accept -rtems*.
12938
12939 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12940
12941 * configure.in: enable dosrel for cygwin32-hosted builds,
12942 remove diff from the list of things not buildable
12943 via Canadian Cross
12944
12945 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12946
12947 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12948 don't get ". ".
12949
12950 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12951
12952 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12953
12954 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12955
12956 * Makefile.in (taz): Handle case where tex3patch didn't even get
12957 checked out. Also, if it was found, put the symlink in a new util
12958 subdirectory.
12959
12960 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12961
12962 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12963
12964 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12965
12966 * config.sub: Recognize -openvms.
12967 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12968 * make-all.com, setup.com: New files.
12969
12970 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12971
12972 * Makefile.in (taz): tex3patch moved to texinfo/util.
12973
12974 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12975
12976 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12977 * configure.in: remove make from disable-if-Can-Cross list
12978 enable gdb if ${host} and ${target} are cygwin32
12979
12980 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12981
12982 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12983 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12984
12985 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12986
12987 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12988 distinguish sysv/svr4/bsd variants.
12989 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12990
12991 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12992
12993 * configure.in: Added copyright notice.
12994 * move-if-change: Added copyright notice.
12995
12996 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12997
12998 * configure.in (powerpcle-*-solaris*): Until we get shared
12999 libraries working, don't build gdb, sim, make, tcl, tk, or
13000 expect.
13001
13002 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13003
13004 * config.guess: Merge with FSF:
13005
13006 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13007 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13008
13009 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13010 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13011
13012 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13013 * config.guess: Combine two OSF1 rules.
13014 Also recognize field test versions. From mjr@zk3.dec.com.
13015 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13016 because GNU uname does not support -p. From pmr@pajato.com.
13017
13018 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13019
13020 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13021
13022 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13023
13024 * mpw-README: Document GCCIncludes.
13025
13026 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13027
13028 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13029
13030 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13031
13032 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13033
13034 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13035
13036 * configure.in (*-*-cygwin32): Configure make.
13037
13038 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13039
13040 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13041
13042 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13043
13044 * Makefile.in (all-inet): Depend on all-perl.
13045
13046 * Makefile.in (inet-install): New target.
13047
13048 * Makefile.in (all-inet): Depend on all-tcl.
13049 (all-inet): Depend on all-send-pr.
13050
13051 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13052
13053 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13054 temporarily.
13055
13056 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13057
13058 * configure.in: Don't configure --with-gnu-ld on AIX.
13059
13060 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13061
13062 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13063
13064 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13065
13066 * Makefile.in (ALL_MODULES): Added all-inet.
13067 (CROSS_CHECK_MODULES): Added check-inet.
13068 (INSTALL_MODULES): Added install-inet.
13069 (CLEAN_MODULES): Added clean-inet.
13070 (all-indent): New target.
13071
13072 * configure.in (host_tools): Added inet.
13073 (native_only): Added inet.
13074 (noconfigdirs): Added inet.
13075
13076 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13077
13078 * configure.in: Don't configure libgloss if we are not configuring
13079 newlib.
13080
13081 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13082
13083 * configure.in: Don't configure libgloss for unsupported
13084 architectures.
13085
13086 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13087
13088 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13089
13090 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13091
13092 * Makefile.in (ALL_MODULES): Include all-apache.
13093 (CROSS_CHECK_MODULES): Include check-apache.
13094 (INSTALL_MODULES): Include install-apache.
13095 (all-apache): New target.
13096
13097 * configure.in: Added apache everywhere perl is seen.
13098
13099 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13100
13101 * Makefile.in: Add support for clean-{module} and
13102 clean-target-{module} rules.
13103
13104 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13105
13106 * configure.in (*-*-ose) do not build libgloss.
13107
13108 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13109
13110 * config.guess (prep*:SunOS:5.*:*): Turn into
13111 powerpele-unknown-solaris2.
13112
13113 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13114
13115 * configure.in: Permit --enable-shared to specify a list of
13116 directories.
13117
13118 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13119
13120 * configure.in (host==solaris): Pass only the first word of $CC
13121 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13122
13123 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13124
13125 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13126
13127 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13128
13129 * Makefile.in (ALL_MODULES): Include all-perl.
13130 (CROSS_CHECK_MODULES): Include check-perl.
13131 (INSTALL_MODULES): Include install-perl.
13132 (ALL_X11_MODULES): Include all-guile.
13133 (CHECK_X11_MODULES): Include check-guile.
13134 (INSTALL_X11_MODULES): Include install-guile.
13135 (all-perl): New target.
13136 (all-guile): New target.
13137
13138 * configure.in (host_tools): Include perl and guile.
13139 (native_only): Include perl and guile.
13140 (noconfigdirs): Don't build guile and perl; no ports have been
13141 done.
13142
13143 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13144
13145 * configure (--enable-*): Handle quoted option lists such as
13146 --enable-sim-cflags='-g0 -O' better.
13147
13148 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13149
13150 * Makefile.in ({,inst}all-target): New rule so we can make and
13151 install all of the target directories easily.
13152
13153 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13154
13155 * configure.in: Add missing global flag in sed substitution when
13156 deleting `target-' from ${configdirs}.
13157
13158 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13159
13160 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13161 option.
13162
13163 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13164 config/mh-necv4.
13165
13166 * install.sh: Correct misspelling of transformbasename.
13167
13168 * config.guess: Recognize mips-*-sysv*.
13169
13170 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13171
13172 * config.sub: Recognize mon960.
13173
13174 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13175
13176 * configure: Restore Canadian Cross handling of BISON and LEX,
13177 removed in Feb 20 change.
13178
13179 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13180
13181 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13182 Mention make install. Remove the old copyright date as well the
13183 clumsy and rather pointless copyright on the README file.
13184
13185 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13186
13187 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13188 Makefile after running symlink-tree, then run `make distclean' to
13189 avoid clobbering any generated files in srcdir.
13190
13191 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13192
13193 * configure.in (m68k-*-netbsd*): Build everything now.
13194
13195 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13196
13197 * Makefile.in (taz): Fix quoting.
13198
13199 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13200
13201 * configure.in (sparclet-*-*): Build everything now.
13202
13203 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13204
13205 * configure.in (m68k-*-linux*): New host.
13206
13207 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13208
13209 * configure: Check for bison before byacc.
13210
13211 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13212
13213 * Makefile.in configure: Change the way LEX and BISON/YACC are
13214 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13215 searching PATH. These are used as fallbacks by Makefile.in if
13216 flex/bison/byacc aren't in objdir.
13217
13218 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13219
13220 * Makefile.in: Make everything which depends upon all-bfd also
13221 depend upon all-opcodes, in case --with-commonbfdlib is used.
13222
13223 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13224
13225 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13226 building NT native compilers on Unix.
13227
13228 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13229
13230 * configure.in: Don't get CC from the host Makefile fragment if we
13231 can find gcc in PATH, or if this is a Canadian Cross. Move the
13232 Solaris test for /usr/ucb/cc to the post target script, just after
13233 the compiler sanity test.
13234
13235 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13236
13237 * config.sub: Merge with FSF.
13238
13239 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13240
13241 * Makefile.in (RPATH_ENVVAR): New variable.
13242 (REALLY_SET_LIB_PATH): Use it.
13243 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13244
13245 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13246
13247 * config.sub, configure.in: Recognize sparclet cpu.
13248
13249 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13250
13251 * config.guess: Support m68k-cbm-sysv4.
13252
13253 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13254
13255 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13256 m68k-unknown-linuxaout from linker help string. Put quotes around
13257 $ld_help_string.
13258
13259 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13260
13261 * config.guess (powerpc-harris-powerunix): Add guess for port
13262 to new target.
13263
13264 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13265
13266 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13267
13268 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13269
13270 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13271 $(REALLY_SET_LIB_PATH) in Makefile.
13272 * Makefile.in (SET_LIB_PATH): New variable.
13273 (REALLY_SET_LIB_PATH): New variable.
13274 ($(DO_X)): Use $(SET_LIB_PATH).
13275 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13276 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13277 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13278 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13279 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13280 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13281 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13282 (install-dosrel): Likewise.
13283 (all-opcodes): Depend upon all-libiberty.
13284
13285 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13286
13287 * config.guess (*:CYGWIN*): New
13288
13289 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13290
13291 * Makefile.in (all-target-winsup): All all-target-libiberty.
13292
13293 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13294
13295 * configure.in (noconfigdirs): Add missing # in front of comment.
13296
13297 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13298
13299 * configure.in: add second pass to things added to noconfigdirs
13300 so *-gm-magic can exclude libgloss properly.
13301
13302 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13303
13304 * mpw-configure (extralibs_name, rez_name): Set correctly
13305 for MWC68K compiler.
13306
13307 * mpw-README: Add more info on the necessary build tools.
13308
13309 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13310
13311 * configure.in, config.sub: Recognize cygwin32.
13312
13313 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13314
13315 * config.guess, config.sub: Recognize A/UX.
13316
13317 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13318
13319 * config.sub: Merge with gcc/config.sub.
13320
13321 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13322
13323 * mpw-build.in (do-binutils): Add build of stamps.
13324
13325 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13326
13327 * config.sub: Add recognition for mips64vr4100*-* targets.
13328
13329 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13330
13331 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13332 Add creation of gconfigargs with `--enable-shared' turned on.
13333 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13334 ($(host)-stamp-stage3-configured): Likewise.
13335 (HOLES): Add chatr and ldd.
13336 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13337
13338 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13339
13340 * configure: Pass --nfp to recursive configures.
13341
13342 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13343
13344 * Makefile.in (DLLTOOL): New.
13345 (DLLTOOL_FOR_TARGET): New.
13346 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13347 (EXTRA_TARGET_FLAGS): Ditto.
13348 (EXTRA_GCC_FLAGS): Ditto.
13349 (CONFIGURE_TARGET_MODULES): Ditto.
13350 (DO_X): Ditto.
13351 * configure: Add DLLTOOL.
13352
13353 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13354
13355 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13356 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13357 mh-sco, since old workarounds no longer needed, and don't
13358 build ld, since libraries have weak symbols in COFF.
13359
13360 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13361
13362 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13363
13364 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13365
13366 * configure.in: Make sure that ${CC} can be used to compile an
13367 executable.
13368
13369 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13370
13371 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13372 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13373 nothing depending on whether gdbtk is being built.
13374
13375 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13376
13377 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13378
13379 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13380
13381 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13382 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13383
13384 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13385
13386 * config-ml.in: Add support for
13387 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13388 Simplify setting of multidirs from --disable-foo.
13389
13390 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13391
13392 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13393 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13394 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13395 non-empty, pass them on to the GCC make.
13396 (all-bootstrap): New rule that is like all-gcc, except it executes
13397 the GCC bootstrap rule instead of the GCC all rule.
13398
13399 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13400
13401 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13402
13403 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13404
13405 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13406 DG/UX support.
13407
13408 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13409
13410 * config.sub (i*86*) Change [345] to [3456]
13411
13412 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13413
13414 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13415 --with-gnu-ld=no.
13416
13417 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13418
13419 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13420 AIX multilibs get built.
13421
13422 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13423
13424 * configure.in (i386-win32): Don't build expect if we're not
13425 building the tcl subdir.
13426
13427 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13428
13429 * Makefile.in: (configure-target-examples, all-target-examples):
13430 New targets, configure and build example programs.
13431
13432 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13433
13434 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13435 use it as input to sedit the generated MPW makefile.
13436 * mpw-README: Add a suggestion about Gestalt.h.
13437
13438 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13439
13440 * config.sub: Accept *-*-ieee*.
13441
13442 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13443
13444 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13445 Ronald F. Guilmette <rfg@monkeys.com>.
13446
13447 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13448
13449 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13450 for powerpc-pe native.
13451 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13452 (target==powerpc-pe): duplicate i386-win32 entry.
13453
13454 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13455
13456 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13457 of vxworks, not just vxworks5.1.
13458
13459 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13460
13461 * mpw-configure: Add support for exec-prefix.
13462
13463 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13464
13465 * config.guess: Recognize HP model 816 machines as having
13466 a PA1.1 processor.
13467
13468 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13469
13470 * configure: Ignore new autoconf configure options.
13471
13472 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13473
13474 * config.guess: Recognize Pentium under SCO.
13475 From Robert Lipe <robertl@arnet.com>.
13476
13477 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13478
13479 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13480
13481 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13482
13483 * configure.in: Don't configure gas for alpha-dec-osf*.
13484
13485 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13486
13487 * configure.in: Default to --with-stabs for some targets for which
13488 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13489 i[345]86*-*-unixware*.
13490
13491 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
13492
13493 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13494 rather than basing it on the target. Simplify handling of options
13495 controlling which directories to configure. Remove extraneous
13496 slash in multi-clean target.
13497
13498 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
13499
13500 * config-ml.in: Prefix more variables with ml_ so they don't collide
13501 with configure's.
13502
13503 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
13504
13505 * configure: Don't turn -v into --v.
13506
13507 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
13508
13509 * configure.in (targargs): Fix typo.
13510
13511 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13512
13513 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
13514
13515 * configure.in: Strip --host and --target options from
13516 CONFIG_ARGUMENTS, and always configure for --host only. Add
13517 --with-cross-host option when building with a cross-compiler.
13518 * configure: Canonicalize the arguments put into config.status by
13519 always using `=' for an option with an argument. Pass a presumed
13520 --host or --target explicitly.
13521
13522 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
13523
13524 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13525 into general OS recognition case.
13526
13527 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13528
13529 * configure.in (target_configdirs): add target-winsup only
13530 for win32 target systems.
13531
13532 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
13533
13534 * Makefile.in (all-target-libgloss): Depend upon
13535 configure-target-newlib, since when libgloss is built it looks to
13536 see if the newlib directory exists.
13537
13538 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
13539
13540 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13541 cfg-ml-*.in.
13542
13543 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
13544
13545 * configure: Handle LD and LD_FOR_TARGET when configuring a
13546 Canadian Cross.
13547
13548 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13549
13550 * configure.in (target_libs): add target-winsup.
13551 (target==i386-win32): add patch diff flex make to $noconfigdirs.
13552 (target==ppcle-pe): remove ld from $noconfigdirs.
13553
13554 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13555
13556 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13557 Preserve relative path names in $srcdir. Build symlink tree if
13558 configuring cross target dir and srcdir=. (= no VPATH support).
13559 (configure-target-libg++): Depend on configure-target-librx.
13560 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13561 * config-ml.in: New file.
13562 * symlink-tree: New file.
13563 * configure: Ensure srcdir="." if that's what it is.
13564
13565 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13566
13567 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13568 includes and FLEX_SKELETON setting.
13569 * mpw-configure (--with-gnu-ld): New option, controls whether
13570 to use PPCLink or ld with PowerMac GCC.
13571 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13572 * mpw-config.in: Configure grez if targeting Mac.
13573
13574 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13575 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13576 just macos.
13577 * configure.in: Configure grez resource compiler if targeting Mac.
13578 * Makefile.in (all-grez, install-grez): New targets.
13579
13580 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13581
13582 * configure: CXX defaults to gcc, not g++. If we find
13583 gcc in the path, set CC to gcc -O2.
13584
13585 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13586
13587 * configure: Default ${build} correctly. Avoid picking up extra
13588 spaces when reading CC and CXX from Makefile. When doing a
13589 Canadian Cross, use plausible default values for numerous
13590 variables.
13591 * configure.in: When doing a Canadian Cross, don't try to
13592 configure tools whose configure script can't handle it.
13593
13594 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13595
13596 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13597
13598 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13599
13600 * configure: Remove dubious bug reporting address.
13601
13602 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13603
13604 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13605 configure script, run that instead of this directory's configure.
13606 In either case, print a message that we're configuring the sub-dir.
13607
13608 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13609
13610 * configure.in: Before checking for the existence of various files,
13611 use sed to filter out "target-".
13612
13613 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13614
13615 * Makefile.in (DO_X): Split rule to decrease command line length
13616 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13617 (Philippe De Muyter).
13618
13619 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13620
13621 * Makefile.in (all-patch): depend on all-libiberty.
13622
13623 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13624
13625 * configure.in: If the only directory in target_configdirs which
13626 actually exists is libiberty, then set target_configdirs to empty,
13627 to avoid trying to build a target libiberty in a gas or gdb
13628 distribution.
13629
13630 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13631
13632 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13633 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13634 systems.
13635
13636 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13637
13638 * configure.in (copy_dirs): Use sys-include instead of include
13639 for --with-headers option.
13640
13641 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13642
13643 * Makefile.in, configure.in: Make winsup builds work with
13644 new scheme.
13645
13646 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13647
13648 * configure.in: Build the linker on AIX.
13649
13650 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13651
13652 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13653 where needed.
13654
13655 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13656
13657 * Makefile.in (all-gcc): Fix typo.
13658
13659 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13660
13661 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13662
13663 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13664
13665 * configure.in: Rename libFOO to target-libFOO, and xiberty
13666 to target-xiberty, to provide more flexibility.
13667 (target_subdir): Define. Create if cross.
13668 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13669 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13670 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13671 check-libFOO -> check-target-libFOO, etc.
13672 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13673 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13674 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13675 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13676 allow ALL_GCC="" to only configure.
13677 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13678 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13679 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13680
13681 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13682
13683 * Makefile.in (taz): Build "info" in etc explicitly.
13684
13685 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13686
13687 * configure.in: Make sure that CC is undefined (as opposed to
13688 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13689 problem with autoconf trying to configure on a host without GCC.
13690
13691 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13692
13693 * mpw-configure: Set host alias from choice of host compiler,
13694 only use generic MPW Makefile sed if present, edit a file
13695 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13696 * mpw-README: Add problem notes about CW6 and CW7.
13697
13698 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13699
13700 * Makefile.in (taz): Use ";" instead of ";;".
13701
13702 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13703
13704 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13705 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13706 DISTDOCDIRS.
13707 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13708 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13709
13710 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13711
13712 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13713 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13714 Move bfd to DISTSTUFFDIRS.
13715
13716 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13717
13718 * Makefile.in (X11_LIB): Removed.
13719 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13720
13721 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13722
13723 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13724
13725 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13726 names.
13727
13728 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13729
13730 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13731
13732 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13733
13734 * configure.in (i[345]86-*-win32): Always build newlib.
13735 Don't configure cvs, autoconf or texinfo.
13736 * Makefile.in (LD_FOR_TARGET): New.
13737 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13738 Pass down LD_FOR_TARGET.
13739
13740 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13741
13742 * winsup: New directory.
13743 * Makefile.in: Build winsup.
13744 * configure.in: Winsup is configured when target is win32.
13745 Can only build win32 target GDB when native.
13746
13747 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13748
13749 * config.guess: Recognize HP model 819 machines as having
13750 a PA 1.1 processor.
13751
13752 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13753
13754 * configure: Fix sed loop which substitutes for CC and CXX to
13755 avoid bug found in various sed implementations.
13756
13757 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13758
13759 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13760 simulator. Use standard powerpc-*-eabi*.
13761
13762 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13763
13764 * configure.in: Stop putting gas and binutils in noconfigdirs for
13765 powerpc-*-aix* and rs6000-*-*.
13766
13767 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13768
13769 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13770 -mcall-aixdesc libraries.
13771
13772 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13773
13774 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13775
13776 * config.sub (arm | armel | armeb): Fix shell syntax.
13777
13778 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13779
13780 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13781 -msoft-float and -mcpu=common support.
13782 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13783 libraries.
13784
13785 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13786
13787 * configure.in: Allow configuration and build of emacs19 for the alpha.
13788
13789 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13790
13791 * configure.in (CC): Get ^CC, not just any old CC, from
13792 ${host_makefile_frag}.
13793
13794 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13795
13796 * configure.in (CC): Try to get CC from
13797 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13798
13799 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13800
13801 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13802 only if it exists in $(srcdir).
13803
13804 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13805
13806 * configure: If CC and CXX are not set in the environment, set
13807 them, based on either an existing Makefile or on searching for gcc
13808 in PATH. Substitute for CC and CXX in Makefile.
13809 * configure.in: Remove libm from target_libs. Separate
13810 target_configdirs from configdirs. If CC is not set in
13811 environment, try to get it from a host Makefile fragment. Rewrite
13812 changes of configdirs to use skipdirs instead. A few minor
13813 tweaks. Take directories out of target_configdirs as they are
13814 taken out of configdirs. Remove existing Makefile files from
13815 subdirectories. Substitute for TARGET_CONFIGDIRS and
13816 CONFIG_ARGUMENTS in Makefile.
13817 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13818 by configure.in.
13819 (CONFIG_ARGUMENTS): Likewise.
13820 (CONFIGURE_TARGET_MODULES): New variable.
13821 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13822 ($(CONFIGURE_TARGET_MODULES)): New target.
13823 (configure-libg++, configure-libio): New targets.
13824 (all-libg++): Depend upon configure-libg++.
13825 (all-libio): Depend upon configure-libio.
13826 (configure-libgloss, all-libgloss): New targets.
13827 (configure-libstdc++): New target.
13828 (all-libstdc++): Depend upon configure-libstdc++.
13829 (configure-librx, all-librx): New targets.
13830 (configure-newlib): New target.
13831 (all-newlib): Depend upon configure-newlib
13832 (configure-xiberty): New target.
13833 (all-xiberty): Depend upon configure-xiberty.
13834
13835 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13836
13837 * configure.in (host i[345]86-*-win32): Expand the
13838 noconfigdirs again.
13839
13840 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13841
13842 * mpw-configure: Fix sed command file name.
13843
13844 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13845
13846 * configure.in (host i[345]86-*-win32): Reduce the
13847 noconfigdirs again.
13848
13849 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13850
13851 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13852 or powerpc*-*-pe*, since they are not yet supported.
13853
13854 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13855
13856 Add PowerMac support and many other enhancements.
13857 * mpw-configure: New option --cc to select compiler to use,
13858 paste options set according to --cc into the generated
13859 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13860 if mpw-make.sed is present.
13861 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13862 add forward includes for PowerPC include files.
13863 * mpw-build.in: Build using Makefile.PPC if present.
13864 (do-byacc, etc): Remove separate version resource builds.
13865 (do-gas): Build "stamps" before "all".
13866 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13867 * mpw-README: Update to reflect --cc option, PowerMac support,
13868 and recently-reported compatibility problems.
13869
13870 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13871
13872 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13873 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13874 (--with-multilib-top): Pass to recursive invocations.
13875
13876 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13877
13878 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13879 v810-*-*.
13880
13881 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13882
13883 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13884 gdb, ld and opcodes on v810-*-*.
13885
13886 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13887
13888 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13889 (local-maintainer-clean): New target.
13890 (maintainer-clean): New target.
13891 (realclean): Just depend upon maintainer-clean.
13892
13893 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13894
13895 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13896
13897 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13898
13899 * configure.in: Build ld in mips*-*-bsd* case.
13900
13901 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13902
13903 * config.sub: Accept -lites* OS. From Ian Dall.
13904
13905 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13906
13907 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13908 targets.
13909
13910 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13911
13912 * configure.in: treat i386-win32 canadian cross the same as
13913 i386-go32 canadian cross.
13914
13915 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13916
13917 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13918 running under the simulator to build a reduced set of libraries.
13919 (powerpc-*-eabiaix): Add fine grained multilib support added to
13920 other powerpc targets yesterday.
13921
13922 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13923
13924 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13925 -disable-softfloat, -disable-relocatable, -disable-aix, and
13926 -disable-sysv to control which multilib libraries get built.
13927
13928 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13929
13930 * configure: Add Makefile.tem to list of files to remove in trap
13931 handler.
13932
13933 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13934
13935 * config.guess (*Linux*): Add missing "exit"s.
13936 Also, need specific check for alpha-unknown-linux (uses COFF).
13937
13938 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13939
13940 * config.guess: Merge with FSF:
13941
13942 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13943 * config.guess (AIX4): More robust release numbering discovery.
13944
13945 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13946 * config.guess (i386-sequent-ptx): Properly get version number.
13947
13948 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13949 * config.guess (mips:*:4*:UMIPS): New case.
13950
13951 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13952
13953 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13954 (i386-win32 host): Likewise. Don't build readline.
13955
13956 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13957
13958 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13959 SUPPORT_FILES to submakes.
13960
13961 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13962
13963 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13964 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13965 mpw-configure.
13966
13967 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13968
13969 * configure.in (appdirs): Use =, not ==, in test expression when
13970 trying to build the text to print in the warning message for
13971 Solaris users.
13972
13973 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13974
13975 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13976
13977 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13978
13979 * config.guess: Recognize lynx-2.3.
13980
13981 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13982
13983 * config.sub (z8ksim): Deleted
13984 (z8k-*-coff): New, this is the one true name of the target.
13985
13986 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13987
13988 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13989
13990 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13991
13992 * config.guess (*:Linux:*:*): First try asking the linker what the
13993 default object file format is (elf, aout, or coff). Then if this
13994 fails, try previous methods.
13995
13996 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13997
13998 * configure.in: Don't build newlib for *-*-vxworks5.1.
13999
14000 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14001
14002 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14003 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14004
14005 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14006
14007 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14008
14009 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14010
14011 * cfg-ml-com.in: New file.
14012 * cfg-ml-pos.in: New file.
14013
14014 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14015
14016 * COPYING.NEWLIB: Add HP free copyright to list.
14017
14018 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14019
14020 * config.sub: Recognize -eabi* for the system, not just -eabi.
14021
14022 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14023
14024 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14025 * config.sub, configure.in (win32): New target and host.
14026
14027 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14028
14029 * configure.in: Add i386-pe configuration.
14030
14031 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14032
14033 * mpw-build.in (install): Install GDB after LD.
14034
14035 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14036
14037 * mpw-config.in (elf/mips.h): Always forward-include, needed
14038 for GDB to build.
14039
14040 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14041
14042 * testsuite: New directory for customer acceptance and whole tool
14043 chain tests.
14044
14045 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14046
14047 * configure: If per-host line isn't found, but AC_OUTPUT is found
14048 and a configure script exists, run it instead.
14049
14050 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14051
14052 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14053
14054 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14055
14056 * configure: Set build_{cpu,vendor,os,alias} to host values when
14057 --build isn't specified.
14058
14059 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14060
14061 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14062 (FLAGS_TO_PASS): Pass them.
14063 (EXTRA_TARGET_FLAGS): Ditto.
14064
14065 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14066
14067 * Makefile.in (all-libg++): Depend on all-libstdc++.
14068
14069 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14070
14071 * configure.in (noconfigdirs): Enable all packages for
14072 i386-unknown-netbsd.
14073
14074 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14075
14076 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14077 hosted builds (DOS builds)
14078
14079 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14080
14081 Changes for ARM based on patches from Richard Earnshaw:
14082 * config.sub: Handle armeb and armel.
14083 * configure.in: Omit arm linker only for riscix.
14084
14085 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14086
14087 * config.guess: Update from FSF.
14088
14089 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14090
14091 * config.sub: Recognize powerpcle as the little endian variant of
14092 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14093 powerpcle variant. Convert pentium into i586, not i486. Add p5
14094 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14095 temporarily.
14096
14097 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14098
14099 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14100
14101 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14102
14103 * config.sub: Accept -lites* as a basic system type.
14104
14105 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14106
14107 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14108 installed, and if so return linuxoldld as the system name.
14109
14110 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14111
14112 * config.guess: Add hppa1.1-hp-lites support.
14113
14114 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14115
14116 * configure.in: Don't build newlib for m68k-vxworks5.1.
14117
14118 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14119
14120 * configure.in (mips-sgi-irix6): Use mh-irix5.
14121
14122 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14123
14124 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14125
14126 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14127
14128 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14129 OSF/1. Fix compiler flags.
14130 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14131
14132 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14133
14134 * configure.in: Recognize --with-newlib.
14135 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14136
14137 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14138
14139 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14140 to *_X11_MODULES due to gdbtk needing X include files et al.
14141
14142 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14143
14144 Merge in support for Mac MPW as a host.
14145 (Old change descriptions retained for informational value.)
14146
14147 * mpw-config.in: Add generic include forwards for cpu-specific
14148 include files in aout and elf directories.
14149
14150 * mpw-configure: Added copyright.
14151 * mpw-config.in: Check for presence of required build tools.
14152 (target_libs): Add newlib.
14153 (target_tools): Add examples.
14154 (Read Me): Generate as "Read Me for MPW" instead.
14155 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14156 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14157 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14158
14159 * mpw-configure: Remove subdir-specific makefile hackery,
14160 delete mk.tmp after using it.
14161
14162 * mpw-build.in (all): Display start and end times.
14163
14164 * mpw-configure (host_canonical): Set.
14165 (target_cpu): Always add to makefiles.
14166 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14167 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14168 (mpw-mh-mpw): Look for in srcdir and srcroot.
14169 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14170
14171 * mpw-build.in: (install-only): New target.
14172
14173 * mpw-configure (host_alias, target_alias): Rename from hostalias
14174 and targetalias, add into generated Makefile.
14175 (mk.tmp): If present, add into generated Makefile.
14176 * mpw-build.in (all-gas): Build config.h first before gas proper.
14177
14178 * mpw-configure (config.status): Write only if changed.
14179 * mpw-config.in (readline): Configure it (not built, just used for
14180 definitions).
14181
14182 * mpw-config.in (elf/mips.h): Add a forward include.
14183
14184 * mpw-config.in: Forward-include most .h files in include into
14185 extra-include.
14186 (readline): Don't build.
14187 mpw-build.in (install): Install GDB.
14188
14189 * mpw-configure (prefix, mpw_prefix): Handle it.
14190 * mpw-config.in (mmalloc, readline): Don't configure.
14191 * mpw-build.in (thisscript): Rename to ThisScript.
14192 Use mpw-build instead of BuildProgram everywhere.
14193 (mmalloc, readline): Don't build.
14194 * mpw-README: New file, basic documentation about the MPW port.
14195
14196 * mpw-config.in: Use forward-include to create include files.
14197
14198 * mpw-configure: Add more things to the top of each configured
14199 Makefile, including contents of config/mpw-mh-mpw.
14200 * mpw-config.in (extra-include): Create this directory and fill it
14201 with Posix-like include files when configuring.
14202
14203 * config.sub (apple, mac, mpw): Add various aliases.
14204
14205 * mpw-build.in: New file, top-level build script fragment for MPW.
14206 * mpw-configure: New file, configure script for MPW.
14207 * mpw-config.in: New file, config fragment for MPW.
14208
14209 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14210
14211 * configure.in (host_libs): Remove glob, since it is gone from the
14212 sources.
14213
14214 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14215
14216 * Makefile.in: define empty GDB_NLM_DEPS var.
14217
14218 * configure.in(target_makefile_frag): use config/mt-netware
14219 for netware targets.
14220
14221 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14222
14223 * config.sub: Merge in recent FSF changes. Remove linux special
14224 cases.
14225
14226 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14227
14228 Revert this change:
14229
14230 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14231
14232 * build-all.mk: Use CC=cc -Xs on Solaris.
14233
14234 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14235
14236 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14237 stop using it.
14238 * Makefile.in: Nuke all references to glob subdirectory.
14239
14240 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14241
14242 * configure.in: Fix --enable-shared logic in per-host.
14243
14244 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14245
14246 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14247
14248 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14249
14250 * configure.in (noconfigdirs): Don't build gas on AIX, for
14251 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14252
14253 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14254
14255 * configure: Fix --cache-file to work if the file argument is a
14256 relative path.
14257
14258 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14259
14260 * configure: If the --cache-file is used, pass it down to
14261 configure in subdirectories.
14262
14263 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14264
14265 * config.sub: add vxworks29k configuration.
14266
14267 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14268
14269 * Makefile.in (taz): Do "diststuff" part quietly.
14270
14271 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14272
14273 * config.sub: Mini-merge with gcc/config.sub.
14274
14275 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14276
14277 * config.guess (IRIX): Sed - to _.
14278
14279 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14280
14281 * Makefile.in (source-vault, binary-vault): New targets.
14282
14283 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14284
14285 * config.sub: Recognize -eabi as a basic system type.
14286
14287 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14288
14289 * configure.in (enable_shared stuff): Fix typo.
14290
14291 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14292
14293 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14294
14295 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14296
14297 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14298
14299 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14300
14301 * configure.in (rs6000-*-*): Don't build gas.
14302
14303 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14304
14305 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14306 reduce command line length.
14307 (AS_FOR_TARGET): Check for as.new, not Makefile.
14308 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14309
14310 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14311
14312 * config.guess: Merge from FSF.
14313
14314 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14315
14316 * configure: Don't use $ when handling program_suffix.
14317
14318 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14319
14320 * configure.in: Configure tk for hppa/hpux.
14321
14322 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14323
14324 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14325
14326 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14327
14328 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14329 to LIBCXXFLAGS. Tests are better run without it.
14330
14331 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14332
14333 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14334
14335 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14336
14337 * configure.in (*-*-netware*): Don't configure xiberty.
14338
14339 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14340
14341 * configure.in: Remove tk from native_only list.
14342
14343 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14344
14345 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14346 for special NCD build.
14347
14348 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14349
14350 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14351 makeall.bat, they're only useful for binutils snapshots.
14352 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14353 makeall.bat to specified SUPPORT_FILES.
14354
14355 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14356
14357 * build-all.mk: Add Ericsson targets to sun4 and solaris
14358 hosts. Add BNR's sun4 target to solaris host, so their
14359 build-from-source will be tested in-house first.
14360
14361 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14362
14363 * Makefile.in (LIBCFLAGS): New variable.
14364 (CFLAGS_FOR_TARGET): Ditto.
14365 (LIBCFLAGS_FOR_TARGET): Ditto.
14366 (LIBCXXFLAGS): Ditto.
14367 (CXXFLAGS_FOR_TARGET): Ditto.
14368 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14369 (BASE_FLAGS_TO_PASS): Pass them.
14370 (EXTRA_TARGET_FLAGS): Ditto.
14371
14372 * configure.in: Support --enable-shared.
14373
14374 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14375
14376 * configure.in (target_libs): Include libstdc++ again.
14377 * config.guess: Update from FSF (for FreeBSD).
14378
14379 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14380
14381 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14382 makeall.bat.
14383 (DISTDOCDIRS): Add `etc'.
14384 (ETC_SUPPORT_PFX): New variable.
14385 (taz): Include anything from etc starting with a word in
14386 ETC_SUPPORT_PFX.
14387
14388 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14389
14390 * config.sub: Update for recent FSF changes. Remove obsolete
14391 h8300hds entry. Add -windows* and -osx as basic os. Minor
14392 spacing changes.
14393
14394 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14395
14396 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14397
14398 * config.guess: Merge with FSF.
14399 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14400
14401 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14402
14403 * configure: Since the "trap 0" handler will override the exit
14404 status on many systems, only use it for "exit 1", and make it set
14405 a non-zero exit status; reset it before "exit 0". Also, check
14406 exit status of config.sub, and error out if it failed.
14407
14408 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14409
14410 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14411 and install libgloss.
14412
14413 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14414
14415 * Makefile.in (all-binutils): Depend upon all-byacc.
14416
14417 * configure.in: Don't build emacs on Irix 5.
14418
14419 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14420
14421 * configure.in (*-*-netware*): Add libio.
14422
14423 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14424
14425 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14426 (CHECK_TARGET_MODULES): Ditto.
14427 (INSTALL_TARGET_MODULES): Ditto.
14428 (TARGET_LIBS): Ditto.
14429 (all-libstdc++): Note dependencies.
14430
14431 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14432
14433 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14434
14435 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14436
14437 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14438 -fexternal-templates.
14439
14440 * configure.in (target_libs): Add libstdc++.
14441 (noconfigdirs): Add libstdc++ as appropriate.
14442
14443 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14444
14445 * config.guess: Update from FSF.
14446
14447 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14448
14449 * configure: Use ${config_shell} when running ${configsub}.
14450
14451 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14452
14453 * config.sub: No longer recognize h8300h.
14454
14455 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14456
14457 * config.sub: Remove extraneous differences between config.sub and
14458 gcc/config.sub.
14459
14460 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14461
14462 * Makefile.in (DISTSTUFFDIRS): Add gas.
14463
14464 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14465
14466 * COPYING.NEWLIB: New file.
14467
14468 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14469
14470 * config.guess (HP-UX): Patch from Harlan Stenn
14471 <harlan@landmark.com> to also emit release level.
14472
14473 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14474
14475 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14476
14477 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14478
14479 * config.sub: Merge nextstep cleanup from FSF.
14480
14481 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14482
14483 * configure.in (arm-*-*): Don't configure ld for this target.
14484
14485 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14486
14487 * configure.in (*-*-netware): don't configure libg++, libio,
14488 librx, or newlib.
14489
14490 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14491
14492 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
14493 configure ld--it works, but it doesn't support shared libraries.
14494
14495 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14496
14497 * config.guess (*-unknown-freebsd*): Get rid of possible
14498 trailing "(Release)" in version string.
14499 Patch from Paul Richards <paul@isl.cf.ac.uk>.
14500
14501 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
14502
14503 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14504 Fix type: *-next-neststep -> *-next-nextstep.
14505
14506 * config.guess: Merge from FSF:
14507
14508 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14509
14510 * config.guess: Recognize powerpc-ibm-aix3.2.5.
14511
14512 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14513
14514 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14515 instead of UNIX_SV for UnixWare 1.0).
14516
14517 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
14518
14519 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
14520 to make gdb/nlm/* build after the compiler and linker.
14521
14522 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
14523
14524 * config.guess (netbsd, freebsd, linux): Accept any machine,
14525 not just i[34]86.
14526 (m68k-atari-sysv4): Relocate to match FSF version.
14527
14528 * config.guess: More merges from the FSF:
14529
14530 Add a space before function call or macro invocation.
14531
14532 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14533
14534 * config.guess: Add trap cmd to remove dummy.c and dummy when
14535 interrupted.
14536
14537 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14538
14539 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14540 (dummy): Redirect stderr from compilation of dummy.c.
14541
14542 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
14543
14544 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14545
14546 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
14547
14548 * configure: Accept and ignore --cache*, for compatibility with
14549 new autoconf.
14550
14551 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14552
14553 * config.guess: Merge from FSF:
14554
14555 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14556
14557 * config.guess (Pyramid*:OSx*:*:*): New case.
14558 (PATH): Add /.attbin at end for finding uname.
14559 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14560
14561 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14562
14563 * config.guess (M88*:DolphinOS:*:*): New case.
14564
14565 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14566
14567 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14568 to select whether to use ELF or COFF.
14569
14570 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14571
14572 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14573
14574 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14575
14576 * config.guess: Guess the OS version for HPUX.
14577
14578 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14579
14580 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14581
14582 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14583
14584 * configure.in: Recognize --with-headers, --with-libs, and
14585 --without-newlib.
14586 * Makefile.in (all-xiberty): Depend upon all-ld.
14587
14588 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14589
14590 * configure.in: Change i[34]86 to i[345]86.
14591
14592 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14593
14594 * configure (version): A few more tweaks to help message.
14595
14596 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14597
14598 * Makefile.in: Remove (for now) librx as a host library,
14599 now that we're building it for target.
14600
14601 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14602
14603 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14604 (Karl Berry).
14605
14606 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14607
14608 * configure.in: Also configure librx.
14609
14610 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14611
14612 * Makefile.in: Update various rules to reflect that librx
14613 is now needed for libg++.
14614
14615 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14616
14617 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14618
14619 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14620
14621 * configure.in: Configure the examples directory.
14622
14623 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14624
14625 * configure: Simplify Jun 2 1994 change.
14626
14627 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14628
14629 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14630 /bin/gcc isn't good enough to build gcc.
14631
14632 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14633
14634 * Makefile.in (GDB_SUPPORT_FILES): Remove
14635 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14636 (gdb.tar.gz): Add new rule to use standard distribution building
14637 mechanism.
14638
14639 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14640
14641 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14642 Bill Cox <bill@cygnus.com>.
14643
14644 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14645
14646 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14647
14648 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14649
14650 * configure: Search current dir first in .gdbinit.
14651
14652 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14653
14654 * config.sub: Recognize freebsd (merged from gcc config.sub).
14655
14656 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14657
14658 * config.sub: Refer to NeXT's operating system as nextstep.
14659
14660 * config.sub (case $basic_machine): Re-order the cases, to match
14661 the order in the FSF version (which is mostly alphabethical).
14662 Merge in some additions and changes from the FSF.
14663
14664 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14665
14666 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14667 * config.sub: Recognize cxux7.
14668 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14669
14670 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14671
14672 * config.sub: Fix typo powerpc -> powerpc-*.
14673
14674 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14675
14676 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14677
14678 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14679 parallel with all-emacs and install-emacs). Top-level command
14680 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14681
14682 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14683
14684 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14685 $(relbindir)/make before doing ``make install'', and use
14686 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14687 installing over running make binary.
14688 ($(host)-stamp-stage3-installed): Likewise.
14689
14690 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14691
14692 * config.guess: Recognize Mach.
14693
14694 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14695
14696 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14697 see whether --exec-prefix was used.
14698
14699 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14700
14701 * README: Explicitly mention libg++/README. (Zoo's idea.)
14702
14703 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14704
14705 * Makefile.in: Add all-librx target similar to all-libproc.
14706
14707 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14708
14709 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14710 with post 1.2 uname bogosity.
14711
14712 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14713
14714 * configure: Remove temporary files on receipt of a signal.
14715
14716 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14717
14718 * configure: If there is a package_makefile_frag, remove
14719 ${subdir}/Makefile.tem after copying it in.
14720
14721 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14722
14723 * build_all.mk: support rs6000 lynx identifies itself as
14724 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14725 since /bin/gcc is too feeble to compile a modern gcc.
14726
14727 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14728
14729 * brought devo/test-build.mk update-to-date with progressive/
14730 test-build.mk. Add lynx targets and hppa flag info.
14731
14732 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14733
14734 * configure.in: Use mh-ncrsvr43. Patch from
14735 Tom McConnell <tmcconne@sedona.intel.com>.
14736
14737 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14738
14739 * config.guess (i386-unknown-bsdi): No longer need to
14740 check #if defined(__bsdi__) && defined(__i386__).
14741
14742 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14743
14744 * configure: Set program_transform_nameoption correctly.
14745
14746 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14747
14748 * brought build-all.mk update-to-date with progressive build-all.mk,
14749 added new targets and hppa info.
14750
14751 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14752
14753 * configure: If config.guess result is a prefix of the user
14754 specified target, assume a native build and use the user specified
14755 target as the host alias. Remove SunOS patch suffix removal hack.
14756 * configure.in: Remove SunOS patch suffix removal hack.
14757
14758 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14759 in NATIVE_CHECK_MODULES.
14760
14761 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14762
14763 * Makefile.in: Rename HOST_ONLY to NATIVE.
14764 * configure: Delete SunOs patch suffix from host_canonical
14765 and build_canonical variables that are prepended to Makefiles.
14766 * configure.in: Add comments for easier maintenance.
14767
14768 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14769
14770 * Makefile.in: Add all-libproc target similar to all-gui.
14771
14772 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14773
14774 * Makefile.in (CHECK_MODULES): split into
14775 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14776
14777 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14778
14779 * config.guess (i386-unknown-bsdi): New system to guess.
14780
14781 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14782
14783 * Makefile.in: Add all-gui target (but not yet build by "all").
14784
14785 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14786
14787 * config.sub: Move deletion of patch suffix from here...
14788 * configure.in: To here, at Ian's suggestion. The top-
14789 level scripts might need to know of a patch level.
14790
14791 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14792
14793 * config.sub: Strip off patch suffix so rtl is recognized
14794 as a sunos4.1.3 machine, even though it's been patched.
14795
14796 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14797
14798 * Makefile.in (INSTALL_LAST): Delete.
14799 (INSTALL_DOSREL): New.
14800
14801 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14802
14803 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14804 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14805 whether we pass down --with-gnu-ld anyhow.
14806
14807 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14808
14809 * Makefile.in (INSTALL_LAST): Change operation so it works
14810 on more flavors of make.
14811 * configure.in (go32): Don't build libg++ or libio.
14812
14813 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14814
14815 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14816 they can be overriden by templates.
14817
14818 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14819
14820 * configure.in (target==go32): Don't build gdb.
14821 * dosrel: New directory.
14822
14823 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14824
14825 * configure.in (host==go32): Configure dosrel too.
14826 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14827 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14828 be set by incoming names or templates.
14829 (INSTALL_LAST): New rule.
14830
14831 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14832
14833 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14834
14835 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14836
14837 * configure.in (appdirs): New variable. Currently empty, but will
14838 be used in gas distribution. If nonempty, lists a set of
14839 directories at least one of which must get configured, or top
14840 level configuration is considered to have failed.
14841 (rs6000-*-lynxos*): Use new file name.
14842
14843 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14844
14845 Eliminate XTRAFLAGS.
14846 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14847 newlib include files using -idirafter, and also use -nostdinc.
14848 (CXX_FOR_TARGET): Likewise.
14849 (XTRAFLAGS): Removed.
14850 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14851 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14852 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14853 ($(DO_X)): Don't pass down XTRAFLAGS.
14854
14855 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14856
14857 * configure.in (mips*-dec-bsd*): New target; do build linker.
14858 (mips*-*-bsd*): New target; don't build linker.
14859
14860 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14861
14862 * configure.in: support rs6000-*-lynxos* configuration.
14863 support sunos4 as a cross target.
14864
14865 * config.sub: look for lynx*, not lynx since the OS version may
14866 legitimately be part of the name.
14867
14868 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14869
14870 * configure.in (i[34]86-*-sco*): Move to be with other i386
14871 targets.
14872 (romp-*-*): New target. Skip various binary utilities.
14873 (vax-*-*): New target. Don't build newlib.
14874 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14875
14876 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14877
14878 * configure.in: Only set host_makefile_frag if config
14879 directory exists.
14880
14881 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14882
14883 * install.sh: If $dstdir exists, don't check whether each
14884 component does.
14885
14886 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14887
14888 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14889
14890 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14891
14892 * configure.in (*-*-lynxos*): Don't configure newlib for either
14893 native or cross Lynx.
14894
14895 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14896
14897 * config.sub (sparc64-elf): Fix os.
14898 (z8k): Remove duplicate.
14899
14900 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14901
14902 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14903 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14904
14905 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14906
14907 * configure: Make file links cleanly even if Lynx fails on
14908 an NFS symlink (at least fail cleanly).
14909
14910 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14911
14912 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14913 -XNh2000.
14914
14915 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14916
14917 * configure: Unknown options are fatal again.
14918
14919 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14920
14921 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14922 compatibility.
14923
14924 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14925
14926 * build-all.mk: Add `clean' target.
14927
14928 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14929
14930 * config.guess: Add SINIX support.
14931 * configure.in: Add mips-*-sysv4* support.
14932
14933 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14934
14935 * build-all.mk: Document all useful targets.
14936 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14937 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14938
14939 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14940
14941 * configure: Support --silent, --quiet.
14942
14943 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14944
14945 * configure: Support --disable-FEATURE.
14946
14947 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14948
14949 * config.guess: Recognize NCR running SVR4.3.
14950
14951 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14952
14953 * config.guess: Make BSDI generate i386-unknown-bsd386.
14954 Patch from Paul Eggert <eggert@twinsun.com>.
14955
14956 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14957
14958 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14959
14960 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14961
14962 * configure: Make unrecognized options give nonfatal warnings
14963 instead of fatal errors, and pass them to any subdirectory
14964 configures in case they recognize them.
14965 Make --x equivalent to --with-x.
14966
14967 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14968
14969 * configure: Add --enable-* options. Clean up usage message and
14970 some comments.
14971
14972 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14973
14974 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14975
14976 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14977
14978 * configure.in (hppa*-*-*): Enable binutils.
14979
14980 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14981
14982 * config.sub: Recognize cisco.
14983
14984 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14985
14986 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14987
14988 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14989
14990 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14991 than one configuration name. Add comment.
14992
14993 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14994
14995 * config.guess: about target *-hitachi-hiuxwe2, fixed
14996 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14997 macro is incorrect.]
14998
14999 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15000
15001 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15002 than the "make ls" stuff which used to be here.
15003
15004 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15005
15006 * config.guess: Recognize i[34]86-unknown-freebsd.
15007 From Shawn M Carey <smcarey@rodan.syr.edu>.
15008
15009 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15010
15011 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15012
15013 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15014
15015 * config.guess: Check for ptx.
15016
15017 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15018
15019 * config.sub: Add os9k checking.
15020
15021 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15022
15023 * config.guess: Handle OSF1 running on HPPA processors
15024
15025 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15026
15027 * configure: If subdir configure fails, print out a message with
15028 subdirectory name, in case subdir's configure code didn't identify
15029 itself.
15030
15031 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15032
15033 * configure.in: Remove embedded newlines from configdirs.
15034 Avoid mismatches of substrings. Fix matching strings at end
15035 of configdirs.
15036
15037 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15038
15039 * config.guess: Add Lynx/rs6000 config support.
15040
15041 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15042
15043 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15044
15045 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15046
15047 * configure.in (hppa*-*-osf*): Treat this just like most other
15048 PA configurations (eg no binutils or ld).
15049 (hppa*-*-*elf*): These configurations have binutils and ld.
15050
15051 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15052
15053 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15054
15055 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15056
15057 * configure.in (rs6000-*-*): Build gas.
15058
15059 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15060
15061 * Makefile.in: Avoid bug in losing hpux sed.
15062
15063 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15064
15065 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15066 for GDB and GDB has been fixed to not need it.
15067
15068 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15069
15070 * config.guess: Recognize vax hosts.
15071
15072 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15073
15074 * configure (while loop): Don't use "break 2" inside case
15075 statement -- the case statement isn't an enclosing loop.
15076
15077 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15078
15079 * config.guess: Clean up NeXT support, to allow nextstep
15080 on Intel machines. Make OS be nextstep.
15081
15082 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15083
15084 * config.guess: Add alternate forms for Convex.
15085
15086 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15087
15088 * configure: Completely rewrite option processing. Take
15089 advantage of pattern-matching to avoid invoking test frequently.
15090 Also clean up host and target defaulting logic.
15091
15092 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15093
15094 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15095 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15096 commands (plus user environment) will fit SCO limits.
15097
15098 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15099
15100 * configure.in: Don't issue warnings about directories which are
15101 not being configured if -norecursion is set. Correct test for
15102 --with-gnu-as and --with-gnu-ld to not get confused by substring
15103 matches.
15104
15105 * configure.in: Don't build gas for alpha-dec-osf1*.
15106
15107 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15108
15109 * configure: Back out Per's change of 12/19/1993. It changes the
15110 behavior of configure in unexpected and confusing ways.
15111
15112 Also, use different delim char when calculating
15113 program_transform_name so that the name can contain slashes.
15114
15115 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15116
15117 * configure.in, config.sub: Add support for VSTa micro-kernel.
15118
15119 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15120
15121 * configure.in: Nuke hacks which were used to get a special
15122 version of GAS for HPPA configurations.
15123
15124 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15125
15126 * configure: If only ${target_alias} is given, use that
15127 as the default for ${host_alias}.
15128 * configure: Add missing back-slashes before nested quotes.
15129
15130 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15131
15132 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15133
15134 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15135
15136 * config.guess: Recognize some Tektronix configurations.
15137 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15138
15139 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15140
15141 * config.sub: Match any flavor of SH.
15142
15143 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15144
15145 * configure.in: Don't try to configure newlib for Alpha.
15146
15147 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15148
15149 * configure.in: Don't build ld for Irix 5. Don't build gas,
15150 libg++ or libio for any Alpha target.
15151
15152 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15153
15154 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15155
15156 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15157 default arguments -- so it tried to compress itself.
15158
15159 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15160
15161 * configure.in (notsupp): ensure that a space is always at the end
15162 of the configdirs list, since the grep checks for an explicit space
15163
15164 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15165
15166 * configure.in (target i386-sysv4.2): don't build ld, since static
15167 versions of many libraries are not available.
15168
15169 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15170
15171 * config.guess: Recognize Apollos (using environment variables).
15172 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15173
15174 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15175
15176 * config.guess: Recognize Sony news mips running newsos.
15177
15178 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15179
15180 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15181 "fi ; else" for bash.
15182
15183 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15184
15185 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15186
15187 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15188
15189 * config.sub: accept unixware as an alias for svr4.2.
15190 Fix some inconsistancies with the gcc version.
15191
15192 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15193
15194 * Makefile.in (DISTDOCDIRS): Add gdb.
15195
15196 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15197
15198 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15199
15200 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15201
15202 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15203 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15204 this now.
15205
15206 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15207
15208 * config.sub: Accept hiux* as an OS name.
15209
15210 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15211 etc/make-stds.texi. The underscore came from gcc, and dje now
15212 agrees that RUNTESTFLAGS is the correct name.
15213
15214 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15215
15216 * install.sh: Remove 'set -e'. It makes any conditionals
15217 in the script useless.
15218
15219 * config.guess: Automatically recognize arm-acorn-riscix
15220 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15221
15222 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15223
15224 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15225
15226 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15227
15228 * Makefile.in (DISTDOCDIRS): New variable.
15229 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15230 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15231
15232 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15233
15234 * configure.in (hppa target): check the source directory for the
15235 pagas sub-directory
15236
15237 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15238
15239 * config.sub: Allow -aout* and -elf*.
15240
15241 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15242
15243 * configure.in: Don't build ld on i386-solaris2, same as for
15244 sparc-solaris2.
15245
15246 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15247
15248 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15249
15250 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15251
15252 * configure.in: Configure gdb for alpha.
15253
15254 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15255
15256 * Makefile.in (CXXFLAGS): Add -O.
15257
15258 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15259
15260 * config.guess: added support for DG Aviion
15261
15262 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15263
15264 * configure.in: Produce warning message for subdirectories not
15265 configurable for this host/target combination. Don't try to
15266 configure gdb for vms.
15267
15268 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15269
15270 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15271 appropriate files before making "diststuff".
15272 (DISTBISONFILES): New var: list of files to be edited.
15273 (DISTSTUFFDIRS): Add binutils.
15274
15275 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15276
15277 * config.sub: also handle mipsel and mips64el (for little endian mips)
15278
15279 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15280
15281 * configure.in: Add * to end of all OS names.
15282
15283 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15284
15285 * configure.in: Build newlib for LynxOS native.
15286
15287 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15288
15289 * config.guess: Add support for delta 88k running SVR3.
15290
15291 * configure.in: Add comment about HP compiler vs. emacs.
15292
15293 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15294
15295 * configure.in: don't build ld on solaris2 (not a viable option
15296 due to bugs in getpwnam & getpwuid)
15297
15298 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15299
15300 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15301 config.guess will produce a full version number.
15302
15303 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15304
15305 * configure.in: Build linker and binutils for alpha-dec-osf1.
15306
15307 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15308
15309 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15310 and gdb/testsuite/Makefile.in.
15311
15312 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15313
15314 * configure.in: recognize mips*- instead of mips-
15315
15316 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15317
15318 * config.sub: Accept linux*coff and linux*elf as operating
15319 systems.
15320
15321 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15322
15323 * config.sub: Recognize mips64, and mips3 as an alias for it.
15324
15325 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15326
15327 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15328 gdb knows how to handle OSF/1 shared libraries.
15329
15330 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15331
15332 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15333 * config.guess: Recognize Hitachi's HIUX.
15334 * config.sub: Recognize h3050r* and hppahitachi.
15335 Remove redundant cases for hp9k[23]*.
15336
15337 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15338
15339 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15340 if gas and ld are in the source tree and are in ${configdirs}.
15341 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15342 --with options (but still pass them down on the command line,
15343 if they were explicitly specified).
15344
15345 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15346
15347 * configure: substitute SHELL value in Makefile.in with
15348 ${CONFIG_SHELL}
15349
15350 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15351
15352 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15353 *-*-solaris2* targets.
15354
15355 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15356
15357 * Makefile.in: define M4, and pass it down to sub-makes;
15358 all-autoconf now depends on all-m4
15359
15360 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15361
15362 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15363 presence of {ar,ranlib} instead of a configured directory
15364
15365 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15366
15367 * config.guess: Accept 34?? as well as 33?? for NCR.
15368
15369 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15370
15371 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15372 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15373
15374 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15375
15376 * configure: grab values for $(CC) and $(CXX) from the
15377 environment, so that someone can do "CC=gcc configure; make" and
15378 have it work right (matching the way that autoconf works now)
15379
15380 * configure.in, Makefile.in: add support for gash, the tcl
15381 interface to Galaxy
15382
15383 * config.guess: add NetBSD variants (hp300, x86)
15384
15385 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15386
15387 * install.sh: Support -d option (in the manner of SunOS 4 install,
15388 as it is more deterministic than that of GNU install)
15389 (chmodcmd): Set file to mode 755 by default (should also do default
15390 chgrp and chown, but I don't feel like dealing with that now)
15391
15392 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15393
15394 * config.sub: Remove h8300hhms alias.
15395
15396 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15397
15398 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15399
15400 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15401
15402 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15403 as stmp-fixinc
15404
15405 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15406
15407 * config.sub: recognize m88110-bug-coff.
15408
15409 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15410
15411 * Makefile.in (all-libio): all dependencies on the toolchain used
15412 to build this (gcc, gas, ld, etc)
15413
15414 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15415
15416 * config.guess: Deal with OSF/1 1.3 on alpha.
15417
15418 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15419
15420 * install.sh: add some 'else true' clauses for portability
15421
15422 * configure.in: don't build libio for h8[35]00-*-* targets
15423
15424 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15425
15426 * Makefile.in: Add support for new libio.
15427
15428 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15429
15430 * install.sh: If one command fails, don't try the rest. Don't try
15431 to remove $dsttmp (via trap) unless we have already created it.
15432 If $src doesn't exist, detect it and exit with an error.
15433
15434 * config.guess: Recognize BSD on hp300.
15435
15436 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15437
15438 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15439 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15440
15441 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15442
15443 * Makefile.in (all-send-pr): depends on all-prms
15444
15445 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15446
15447 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15448
15449 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15450
15451 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15452 Added test for mips-mips-riscos5.
15453
15454 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15455
15456 * configure.in: use mh-hp300 for 68k HP hosts
15457
15458 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15459
15460 * configure: add support for CONFIG_SHELL, so that you can use
15461 some alternate shell for evaluating configure scripts
15462
15463 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15464
15465 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15466 in configure script to bug-gdb@prep.ai.mit.edu when building
15467 distribution archive.
15468 * Makefile.in (COMPRESS): Remove def.
15469 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15470 gdb.tar.Z and make-gdb.tar.Z respectively.
15471 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15472 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15473 to convergence with 'taz' target in Makefile.in.
15474
15475 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15476
15477 * install.sh (dsttmp): use trap to ensure that tmp files go
15478 away on error conditions
15479
15480 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15481
15482 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15483
15484 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15485
15486 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15487 its parent is '/' not ''.
15488
15489 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15490
15491 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
15492
15493 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15494 that ${newsrcdir}/configure.in does.
15495
15496 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15497
15498 * test-build.mk: support for CONFIG_SHELL
15499
15500 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
15501
15502 * config.sub (netware): Add as a basic system type.
15503
15504 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15505
15506 * Makefile.in (Makefile): depend on configure.in. Also drop the
15507 $(srcdir)/ from the dependency on Makefile.in.
15508
15509 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
15510
15511 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15512 (h8300hhms is temporary until multi-libraries are implemented).
15513 * configure.in: Handle h8300h too.
15514
15515 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15516
15517 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15518
15519 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
15520
15521 * configure: Remove extraneous output when guessing host type.
15522 * config.guess: Remove extraneous output when guessing using C
15523 compiler rather than uname, or when guessing fails.
15524
15525 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
15526
15527 * Makefile.in: remove all.cross and install.cross targets
15528
15529 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15530 definitions
15531
15532 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
15533
15534 * configure.in (target sh): Build gprof.
15535
15536 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15537
15538 * config.sub: change -solaris to -solaris2
15539
15540 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15541
15542 * configure.in: Use config/mh-riscos for mips-*-sysv*.
15543
15544 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
15545
15546 * configure: Correct error message for missing Makefile.in to
15547 print correct directory.
15548
15549 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15550
15551 * install.sh: kludge around 386BSD shell bug
15552
15553 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15554
15555 * config.guess: Recognize NeXT.
15556 * config.guess: Recognize i486-ncr-sysv4.
15557 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15558
15559 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15560
15561 * Makefile.in (MAKEINFOFLAGS): New variable.
15562 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15563 * build-all.mk, test-build.mk: Pass down --no-split as
15564 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15565
15566 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15567
15568 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15569
15570 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15571
15572 * Makefile.in (libg++.tar.z): New rule.
15573 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15574 * Makefile.in (taz): Only do a single chmod.
15575
15576 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15577
15578 * install.sh: don't use dirname anymore (replaced with sed usage)
15579
15580 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15581
15582 * Makefile.in: Change extension for gzip'd files from '.z' to
15583 '.gz' per new FSF standard usage.
15584
15585 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15586
15587 * configure: put quotes around the final value of program_transform_name
15588
15589 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15590
15591 * Makefile.in: new install.sh support; update install-info rules
15592
15593 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15594
15595 * configure.in: Build diff for crosses, but not for go32 host.
15596
15597 * configure.in: Build gprof only for native, and don't build it
15598 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15599
15600 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15601
15602 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15603
15604 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15605
15606 * configure.in (host_tools): Add prms.
15607
15608 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15609
15610 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15611 with $(FLAGS_TO_PASS) on the command line
15612
15613 * config.sub: Recognize lynx and lynxos
15614
15615 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15616
15617 * config.sub: Accept -ecoff*, not just -ecoff.
15618
15619 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15620
15621 * Makefile.in (taz): Use .gz suffix instead of .z.
15622 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15623 names.
15624
15625 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15626
15627 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15628
15629 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15630
15631 * Makefile.in (install-no-fixedincludes): install gcc last, so
15632 that rebuilds that might happen during 'make install' don't get
15633 bogus gcc include files
15634
15635 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15636
15637 Change from Utah for HPPA support:
15638 * config.guess: Recognize hppa1.x-hp-bsd.
15639
15640 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15641
15642 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15643 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15644
15645 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15646
15647 * config.sub: Add support for rom68k and bug boot monitors.
15648
15649 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15650
15651 * Makefile.in: Make all-opcodes depend on all-bfd.
15652
15653 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15654
15655 * config.guess: Added special check for i[34]86-univel-sysv4*.
15656
15657 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15658
15659 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15660 the processor rather than assuming i486.
15661
15662 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15663
15664 * config.guess: Recognize SunOS6 as Solaris3.
15665
15666 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15667
15668 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15669 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15670
15671 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15672
15673 * build-all.mk (all-cross): New target for Canadian Cross.
15674 Added Q2 go32 targets.
15675 * test-build.mk: Configure go32 cross sparclite-aout and
15676 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15677 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15678
15679 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15680
15681 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15682 GO32 hosted toolchains
15683
15684 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15685
15686 * configure: change so "-exec-prefix" gets passed down rather
15687 than "-exec_prefix" so autoconf generated Makefiles get the
15688 exec_prefix set right.
15689
15690 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15691
15692 * config.guess: get the Solaris2 minor version number
15693
15694 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15695
15696 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15697
15698 * config.guess: Recognize some Sequent platforms.
15699
15700 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15701
15702 * Makefile.in: added the vault-install target
15703
15704 * configure.in: actually use the Sun3 makefile fragment that's in
15705 config, also added the release dir to configdirs
15706
15707 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15708
15709 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15710
15711 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15712
15713 * configure.in: remove some program from Alpha targetted toolchains
15714
15715 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15716
15717 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15718 gprof.
15719 (taz): Run "make diststuff" in those directories instead of "make
15720 proto-dir". Look for "VERSION=" only at start of line in subdir
15721 Makefile. Use "gzip -9" for compression.
15722 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15723 (binutils.tar.z): New target.
15724
15725 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15726
15727 * Makefile.in (taz): Include gpl.texinfo.
15728
15729 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15730
15731 * Makefile.in (setup-dirs): Merged into "taz" target.
15732 (taz): Only do `proto-dir' stuff if a directory is actually needed
15733 for this target.
15734
15735 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15736
15737 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15738 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15739 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15740 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15741 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15742
15743 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15744
15745 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15746 config.sub, and move-if-change to gdb testsuite distribution
15747 archive, so the testsuite can be extracted, configured, and
15748 run separately from the gdb distribution. Blow away the Chill
15749 tests that require a Chill compiled executable, since GNU Chill
15750 is not yet publically available.
15751
15752 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15753
15754 * test-build.mk: set environment variables in a single command,
15755 instead of a list of assignments and exports
15756
15757 * config.guess: recognize Alpha/OSF1 systems
15758
15759 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15760
15761 * configure: Change help message to prefer --options rather than
15762 -options.
15763
15764 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15765
15766 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15767 zippy@ecst.csuchico.edu.
15768 * config.guess: Recognize miniframe.
15769
15770 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15771
15772 * Makefile.in: Use srcroot to find runtest rather than rootme.
15773 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15774
15775 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15776
15777 * test-build.mk: Extensive additions to support building on a
15778 machine other than the host.
15779
15780 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15781
15782 * configure (tooldir): Fix for i386-aix again.
15783
15784 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15785
15786 * configure, Makefile.in: Change definition of $(tooldir)
15787 to match the FSF.
15788
15789 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15790
15791 * config.guess: Recognize i[34]86/SVR4.
15792
15793 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15794
15795 * Makefile.in (all-gdb): gdb depends on sim.
15796
15797 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15798
15799 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15800 at the same time we make the prototype gdb directory.
15801 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15802 files at the same time as the gdb base release distribution.
15803
15804 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15805
15806 * Makefile.in (check): Use individual check targets rather than
15807 DO_X rule.
15808 (check-gcc): Added.
15809
15810 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15811
15812 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15813 for System V release 3.2.
15814
15815 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15816
15817 * config.sub: Recognize hppaosf.
15818 * configure.in: Do configure ld/binutils/gas for it.
15819
15820 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15821
15822 * configure (tooldir): Alter syntax used to set this, for systems
15823 where "\$" isn't handled right, like i386-aix.
15824
15825 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15826
15827 * configure: Pass program-transform-name, not
15828 program_transform_name, to recursive configures.
15829
15830 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15831
15832 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15833 of gas+ld+binutils.
15834
15835 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15836
15837 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15838
15839 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15840
15841 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15842
15843 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15844
15845 * Makefile.in (PRMS): Set back to all-prms.
15846
15847 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15848
15849 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15850 targets, rather than for MIPS hosts.
15851
15852 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15853
15854 * configure.in: add comment for --with-x default values
15855
15856 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15857
15858 * Makefile.in: add check-* targets for each of the directories in
15859 the tree. Add a definition of RUNTEST that will use the one we
15860 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15861
15862 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15863
15864 * configure.in: Removed obsolete references to bfd_target and
15865 target_makefile_frag.
15866
15867 * build-all.mk: Set assorted targets for Q2.
15868 * config.sub: Recognize z8k-sim and h8300-hms.
15869 * test-build.mk: Really don't pass host to configure.
15870 (HOLES): Added uname.
15871
15872 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15873
15874 * configure: Handle an empty program-prefix, program-suffix or
15875 program-transform-name correctly.
15876
15877 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15878
15879 * build-all.mk: -G 8 no longer required for MIPS targets.
15880 * test-build.mk: Don't pass host argument to configure; make it
15881 guess.
15882
15883 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15884
15885 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15886 * Makefile.in (COMPRESS): New macro, like GZIP.
15887
15888 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15889
15890 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15891
15892 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15893 with gas currently defaults to -G 0.
15894
15895 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15896
15897 * Makefile.in (all-flex): flex depends on byacc.
15898
15899 * build-all.mk: If host not specified, use config.guess. Pass TAG
15900 to test-build.mk as RELEASE_TAG.
15901 * test-build.mk (configargs): New variable containing arguments to
15902 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15903 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15904
15905 * config.guess: Use /bin/uname when checking -X argument on SCO,
15906 to avoid invoking GNU uname which doesn't understand -X.
15907
15908 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15909
15910 * configure.in: Build gas for mips-*-*.
15911
15912 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15913
15914 * Makefile.in (all.normal): insert missing backslash.
15915
15916 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15917
15918 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15919
15920 * Makefile.in: Complete overhaul to merge many almost identical
15921 targets.
15922
15923 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15924
15925 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15926 (gdb.tar.Z): Adjusted.
15927
15928 * Makefile.in (setup-dirs, taz): New targets; should be general
15929 enough to adapt for gdb sometime. Build only .z file.
15930 (gas.tar.z): New target.
15931
15932 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15933
15934 * build-all.mk: Use CC=cc -Xs on Solaris.
15935
15936 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15937
15938 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15939 for handling BISON for FSF releases.
15940
15941 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15942
15943 * configure: Actually implement the change zoo just documented.
15944
15945 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15946
15947 * configure: when using config.guess, only set target_alias when
15948 it's not already been set (ie, on the command line)
15949
15950 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15951
15952 * Makefile.in: add installcheck target, set PRMS to install-prms
15953
15954 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15955
15956 * configure: add support for package_makefile_fragment, handle the
15957 case where a directory has a configure.in file but no Makefile.in
15958 more gracefully (with an actual understandable error message, even);
15959 add support for --without (and add this to the usage message); also
15960 explicitly add a --host=${host_alias} to the command line when
15961 config.guess is used
15962
15963 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15964
15965 * configure: Must use both --host and --target in recursive calls.
15966
15967 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15968
15969 * Makefile.in: Change deja-gnu to dejagnu.
15970
15971 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15972
15973 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15974
15975 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15976
15977 * configure.in: canonicalize all instances to *-*-solaris2*,
15978 also strip out a number of tools to not build for go32 host
15979
15980 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15981
15982 * config.guess: add GPL.
15983
15984 * Makefile.in, config.guess, config.sub, configure: bump
15985 copyrights to 93.
15986
15987 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15988
15989 * Makefile.in (do-info): Removed obsolete check for existence of
15990 localenv file.
15991
15992 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15993
15994 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15995
15996 * Makefile.in: a couple of 'else true' for decstation,
15997 support for TclX
15998
15999 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16000
16001 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16002
16003 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16004
16005 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16006
16007 * config.guess: Recognize i386-ibm-aix (PS/2).
16008 * configure.in: Use config/mh-aix386 file for it.
16009
16010 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16011
16012 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16013 CC_FOR_TARGET instead.
16014 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16015
16016 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16017
16018 * Makefile.in: Add sim to list of directories sent with gdb
16019
16020 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16021
16022 * configure.in: Put back mips-dec-bsd* case.
16023
16024 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16025
16026 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16027 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16028 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16029
16030 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16031
16032 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16033
16034 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16035 (install-info): install dir.info only if it exists,
16036 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16037
16038 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16039
16040 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16041 gas for mips-dec-bsd.
16042
16043 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16044
16045 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16046 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16047
16048 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16049
16050 * configure.in: Added "dejagnu" to hosttools list.
16051
16052 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16053
16054 * config.sub, configure.in, config.guess: Add support
16055 for Bosx, an AIX variant from Bull.
16056 Patches from F.Pierresteguy@frcl.bull.fr.
16057
16058 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16059
16060 * devo/dejagnu: Initial creation of devo/dejagnu.
16061 Migrated dejagnu testcases and support files for testing software
16062 tools to reside as subdirectories, currently called "testsuite",
16063 within the directory of the software tool. Migrated all programs,
16064 support libraries, etc. beloging to dejagnu proper from
16065 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16066 with no modifications. The changes to these files which will
16067 allow them to configure, build, and execute properly will be made
16068 in a future update.
16069
16070 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16071
16072 * Makefile.in: Change send_pr to send-pr.
16073 * configure.in: Likewise.
16074 * send_pr: Renamed directory to send-pr.
16075
16076 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16077
16078 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16079
16080 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16081
16082 * README: Update for gdb-4.8 release.
16083 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16084 gdb-xxx.tar.z (gzip'd) file also.
16085
16086 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16087
16088 * Makefile.in: make all-diff depend on all-libiberty
16089
16090 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16091
16092 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16093
16094 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16095
16096 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16097
16098 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16099
16100 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16101 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16102 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16103
16104 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16105
16106 * Makefile.in: makeinfo binary is in a new location
16107
16108 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16109
16110 * config.sub: Accept -ecoff as an OS.
16111
16112 * Makefile.in: Various changes to eliminate a level of make
16113 recursion and reduce the required command line length.
16114 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16115 sub-makes.
16116 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16117 variables holding settings for specific sub-makes.
16118 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16119 in terms of BASE_FLAGS_TO_PASS.
16120 (TARGET_LIBS): New variable listing directories which use
16121 TARGET_FLAGS_TO_PASS.
16122 (subdir_do): Eliminated.
16123 (do-*): New set of targets to replace subdir_do.
16124 (various): All targets which used subdir_do now depend on do-*.
16125 (local-clean): Renamed from do_clean.
16126 (local-distclean): New target, dependency of distclean and
16127 realclean.
16128 (install-info): Don't create directories. Depend on dir.info
16129 rather than calling make recursively.
16130 (install-dir.info): Eliminated.
16131 (install-info-dirs): Create all info directories here.
16132 (dir.info): Depend upon do-install-info.
16133
16134 * test-build.mk (HOLES): Added false.
16135
16136 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16137
16138 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16139
16140 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16141
16142 * Makefile.in (info): remove dependency on all-texinfo. The
16143 problem was really in texinfo/C, not at this level.
16144
16145 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16146
16147 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16148
16149 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16150
16151 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16152 GDB releases.
16153
16154 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16155
16156 * configure: Include srcdir in message about target of link not
16157 being found. Don't convert `-' to `_' in `with' options being
16158 passed to subdirs.
16159
16160 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16161
16162 * configure.in: add uudecode to host_tools
16163
16164 * Makefile.in: added {all,install}-uudecode targets, added them to
16165 the appropriate lists
16166
16167 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16168
16169 * Makefile.in (all-gcc): Added dependency on all-gas.
16170
16171 * configure.in (mips-*-*): Build ld and binutils.
16172
16173 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16174
16175 * configure: check return code from mkdir, print error message and
16176 exit on failure.
16177
16178 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16179
16180 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16181
16182 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16183
16184 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16185
16186 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16187
16188 * config.sub (h8500): Recognize this as a cpu type.
16189
16190 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16191
16192 * configure: source directory missing is no longer a warning
16193
16194 * configure.in: recognize irix[34]* instead of irix[34]
16195
16196 * Makefile.in: define and pass down X11_LIB
16197
16198 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16199
16200 * guess-systype: Renamed to ...
16201 * config.guess: ... by popular request.
16202 * configure.in, Makefile.in: Update accordingly.
16203
16204 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16205
16206 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16207 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16208 + Execute ./dummy instead of assuming . is in PATH.
16209
16210 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16211
16212 * guess-systype: New shell script. Attempts to guess the
16213 canonical host name of the executing host.
16214 Only a few hosts are supported so far.
16215 * configure: Call guess-systype if no host is specified.
16216
16217 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16218
16219 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16220 gcc Makefile.
16221
16222
16223 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16224
16225 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16226 (all-gcc, install-gcc, subdir_do): Use it.
16227
16228 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16229
16230 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16231
16232 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16233
16234 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16235 set exclusively by configure, using configure.in .
16236
16237 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16238
16239 * test-build.mk: set $PATH for all builds
16240
16241 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16242
16243 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16244
16245 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16246 the one used in gcc/Makefile.in, so that a null expansion doesn't
16247 override the one needed to build gcc with a native cc.
16248
16249
16250 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16251
16252 * configure: Accept -with arguments.
16253
16254 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16255
16256 * Makefile.in: added h8300sim
16257
16258 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16259
16260 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16261 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16262 (all-cygnus, native, build-cygnus): Make
16263 $(canonhost)-stamp-3stage-done, not $(host)....
16264 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16265 i386-sco3.2v4. Added else true to if command.
16266
16267 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16268
16269 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16270
16271 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16272
16273 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16274
16275 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16276
16277 * configure.in: don't remove binutils from Solaris builds
16278
16279 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16280
16281 * Makefile.in: get rid of earlier definitions for *clean,
16282 also handle the recursive info rule better
16283
16284 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16285
16286 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16287 do more-or-less the right thing.
16288
16289 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16290
16291 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16292 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16293
16294 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16295
16296 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16297 $(host_canonical).
16298
16299 * configure.in: split the configdirs list into 4 categories (native
16300 v. cross, library v. tool) and handle the cross-only and native-
16301 only in more reasonable (and correct!) way.
16302
16303 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16304
16305 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16306 configdirs anymore.
16307
16308 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16309
16310 * Makefile.in: extensive cleanup:: removed all of the explicit
16311 clean-* targets, collapsed many wrappers around subdir_do into
16312 one, added additional targets to satisfy standards.texi, deleted
16313 some old targets, some changes for consistency
16314
16315 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16316
16317 * configure.in: handle some programs as cross-only, and others as
16318 native only
16319
16320 * test-build.mk: handle partial holes in a more generic manner
16321
16322 * Makefile.in: m4 depends on libiberty
16323
16324 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16325
16326 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16327 time, wdiff, and find to configdirs
16328
16329 * Makefile.in: all, clean, and install rules for the new programs
16330 added to configure.in
16331
16332 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16333
16334 * configure.in: use mh-sun for all *-sun-* hosts
16335
16336 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16337
16338 * Makefile.in: define flags for X11 include files and library file
16339 locations, pass them down to the programs that need this info
16340
16341 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16342
16343 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16344
16345 * configure.in: start building libg++ for HP-UX targets
16346
16347 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16348
16349 * README: Update references to files moved into etc/.
16350
16351 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16352
16353 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16354 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16355
16356 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16357
16358 * configure: accept dash as well as underscore in long option
16359 names for FSF compatibility.
16360
16361 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16362
16363 * config.sub: added -sco3.2v4 support from FSF.
16364
16365 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16366
16367 * configure.in: expand the section that adds or removes
16368 directories from the list of programs to build, to handle native
16369 vs. cross in addition to host v. native
16370
16371 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16372
16373 * Makefile.in: Replace C++ in macro names with CXX.
16374 This is less likely to break ...
16375
16376 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16377
16378 * test-build.mk: add -w to GNU_MAKE
16379
16380 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16381
16382 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16383 add 'sparc' to list of recognized cpus. This needed to make
16384 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16385 Delete some redundant ose68 variants. Recognize -wrs as an os,
16386 then changes that into $CPU-wrs-vxworks.
16387
16388 * configure.in: remove most references to gdbtest, regularize
16389 target based program removal
16390
16391 * test-build.mk: import from p3 tree (many fixes and changes)
16392
16393 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16394
16395 * Makefile.in: added rules to handle tcl, tk, and expect
16396
16397 * configure.in: handle those directories if they exist
16398
16399 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16400
16401 * config.sub: removed bogus hppabsd and hppahpux names, since
16402 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16403
16404 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16405
16406 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16407 depends upon all-xiberty
16408
16409 * Makefile.in: changes from p3, including:
16410
16411 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16412
16413 * Makefile.in (XTRAFLAGS): include newlib directories if
16414 newlib/Makefile exists, rather than if host != target.
16415
16416 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16417
16418 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16419 from the same source tree and not building a cross-compiler. This
16420 matters for the libg++ configuration if reconfiguring a tree that
16421 has already been installed.
16422
16423 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16424
16425 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16426 pick up the machine and system specific header files.
16427
16428 * Makefile.in: added AS_FOR_TARGET, passed down in
16429 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16430 the C compiler to use to create programs which are run in the
16431 build environment, set it to default to $(CC), and passed it down
16432 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16433
16434 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16435
16436 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16437 We need them for unusual native builds, like systems without
16438 ranlib.
16439
16440 * configure: also define $(host_canonical) and
16441 $(target_canonical), which are the full, canonical names for the
16442 given host and target
16443
16444 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16445
16446 * Makefile.in: Added separate definitions for C++.
16447
16448 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16449
16450 * configure.in (configdirs): Add deja-gnu.
16451
16452 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16453
16454 * README: Update for configure.texi and gdb-4.7 release.
16455
16456 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16457
16458 * Makefile.in: Move "all" target to top of file.
16459 Previously, first target was ".PHONY" which caused BSD4.4 make
16460 to build .PHONY when make was run without arguments.
16461
16462 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16463
16464 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16465 Library-copylefted code in libiberty.
16466
16467 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16468
16469 * config.sub: Replace m68kmote with plain old m68k.
16470
16471 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16472
16473 * Makefile.in: Remove space from blank line, avoid Make complaints.
16474
16475 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16476
16477 * config.sub: Complain if no argument is given. Added support for
16478 386bsd as OS and target alias.
16479
16480 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
16481
16482 * Makefile.in (XTRAFLAGS): include newlib directories if
16483 newlib/Makefile exists, rather than if host != target.
16484
16485 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16486
16487 * config.sub: recognize sparclite-wrs-vxworks.
16488
16489 * Makefile.in (install-xiberty): added *-xiberty make rules (from
16490 p3.) Added clean-xiberty to clean.
16491
16492 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16493
16494 * configure.in: use *-*-* instead of nested cases for host and target
16495
16496 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
16497
16498 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16499 from the same source tree and not building a cross-compiler. This
16500 matters for the libg++ configuration if reconfiguring a tree that
16501 has already been installed.
16502
16503 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
16504
16505 * config.sub (i486v/i486v4): Merge in from FSF version.
16506
16507 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
16508
16509 * configure: only set PWD if it is already set.
16510
16511 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
16512
16513 * configure: just set PWD=`pwd` at the top, since Ultrix sh
16514 doesn't have unset and all success paths (and most error paths)
16515 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16516 to just ${PWD} to avoid confusion.)
16517
16518 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
16519
16520 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16521 even for a native compilation.
16522
16523 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
16524
16525 Changes to make the gdb.tar.Z rule work better.
16526
16527 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
16528 (DEVO_SUPPORT): Add configure.texi.
16529 (bfd-ilrt.tar.Z): Remove ancient rule.
16530
16531 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
16532
16533 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16534 pick up the machine and system specific header files.
16535
16536 * configure.in, config.sub: added new target m68010-adobe-scout,
16537 with alias of adobe68k. Changed configure.in to check for
16538 -scout before -sco* to avoid a false match.
16539
16540 * Makefile.in: added AS_FOR_TARGET, passed down in
16541 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16542 the C compiler to use to create programs which are run in the
16543 build environment, set it to default to $(CC), and passed it down
16544 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16545
16546 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
16547
16548 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16549 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
16550 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16551 FOR_TARGET variants, to newlib and libg++.
16552
16553 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16554
16555 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16556 first.
16557
16558 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16559
16560 * config.sub: Accept `elf' as an environment.
16561
16562 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16563
16564 * Makefile.in (all-opcodes): cd into the right directory
16565
16566 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16567
16568 * configure: added -program_transform_name option, used as
16569 argument to sed when installing programs.
16570 configure.texi: added documentation for -program_prefix,
16571 -program_suffix and -program_transform_name.
16572
16573 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16574
16575 * config.sub: Accept i486 where i386 ok.
16576
16577 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16578
16579 * config.sub: accept we32k
16580
16581 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16582
16583 * config.sub, configure.in: accept OSE68000 and OSE68k.
16584
16585 * Makefile.in: don't create all directories for ``make install'';
16586 let the subdirectories create the ones they need.
16587
16588 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16589
16590 * COPYING: new file, GPL v2
16591
16592 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16593
16594 * Makefile.in: use the new gen-info-dir, which needs a template
16595 argument (which also lives in texinfo)
16596
16597 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16598
16599 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16600
16601 * config.sub (ncr3000): Change i386 to i486.
16602
16603 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16604
16605 * Makefile.in: add install-rcs, install-grep to
16606 install-no-fixedincludes, removed install-bison and install-libgcc
16607
16608 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16609
16610 * configure.in: grab the HPUX makefile fragment if on HPUX
16611
16612 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16613
16614 * Makefile.in: eradicate bison spoor (ditto libgcc).
16615 configure.in: recognise m68{k,000}-ericsson-OSE.
16616 es1800 is alias for m68k-ericsson-OSE
16617
16618 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16619
16620 * configure.in: rearrange the parts that remove programs from
16621 configdirs, based now on HOST==TARGET or by canonical triple.
16622
16623 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16624
16625 * test-build.mk: recurse explicitly with -f test-build.mk when
16626 appropriate. predicate stage3 and comparison on the existence
16627 of gcc. That is, if gcc isn't around, we aren't three-staging.
16628 On very clean, also remove ...stamp-co. Build in-place before
16629 doing other builds.
16630
16631 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16632
16633 * Makefile.in, configure.in: add tgas
16634
16635 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16636
16637 * Makefile.in: a number of changes merged in from progressive.
16638
16639 * configure.in: add libm.
16640
16641 * .cvsignore: ignore some stuff that comes from test-build.mk.
16642
16643 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16644
16645 * config.sub: Add es1800 (m68k-ericsson-es1800).
16646
16647 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16648
16649 * configure: Add program_suffix (parallel to program_prefix)
16650 * Makefile.in: adjust directory-creating script for losing decstation
16651
16652 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16653
16654 * configure: Minor $subdir-related fixes.
16655
16656 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16657
16658 * configure: fix various problems with propogating
16659 makefile_target_frag in subdirs.
16660 * configure.in: config libgcc if its there
16661
16662 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16663
16664 * config.sub: HPPA merge.
16665
16666 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16667
16668 * Makefile.in: Replace all-bison with all-byacc in all
16669 dependency lines for other tools (which now use byacc).
16670
16671 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16672
16673 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16674
16675 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16676
16677 * Makefile.in: make gprof rules similar to byacc rules (instead of
16678 vestigal $(unsubdir) that didn't work...)
16679
16680 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16681
16682 * config.sub: Add support for Linux.
16683 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16684 (at least for libg++).
16685
16686 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16687
16688 * configure.texi: fix doc for the -nfp option to configure
16689
16690 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16691
16692 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16693
16694 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16695
16696 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16697 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16698 * configure.in: added solaris* host_makefile_frag hook.
16699
16700 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16701
16702 * config.sub: changed recognition of m68000 so that various
16703 m68k types can be specified via m680[01234]0
16704
16705 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16706
16707 * config.sub (basic_machine): fix sed so that '-foo' isn't
16708 completely substituted out while .+'-foo' loses the '-foo'
16709
16710 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16711
16712 * config.sub ($os): Add -aout.
16713
16714 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16715
16716 * configure: If host_makefile_frag is absolute, don't
16717 prefix ${invsubdir} (relevant to libg++ auto-configure).
16718
16719 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16720
16721 * Makefile.in (tooldir): Define it.
16722 (all-ld): Depend on all-flex.
16723
16724 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16725
16726 * Makefile.in (check): Fix libg++ special case.
16727
16728 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16729
16730 * configure: do not bury `pwd` into config.status, thus do fewer
16731 pwd's.
16732
16733 * configure: print the "Building in" message only when building in
16734 other than "." AND verbose.
16735
16736 * configure: remove -s, rework -v to better accommodate guested
16737 configures.
16738
16739 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16740
16741 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16742
16743 * Makefile.in: macroize flags passed on recursion. remove
16744 fileutils.
16745
16746 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16747
16748 * configure: get makesrcdir right for subdirs deeper than 1.
16749
16750 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16751 install.
16752
16753 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16754
16755 * Makefile.in: don't print subdir_do or recursion lines.
16756
16757 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16758
16759 * standards.texi: added menu item.
16760
16761 * Makefile.in: build and install standards.info.
16762
16763 * standards.texi: new file.
16764
16765 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16766
16767 * configure: test for and move config.status pieces from
16768 ${subdir}/.
16769
16770 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16771
16772 * configure: Test for existance of files before trying to mv
16773 them, to avoid numerous non-existance messages.
16774
16775 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16776
16777 * configure: correct final line of config.status.
16778
16779 * configure: patch from eggert. Avoids a protection problem if
16780 the original Makefile.in is read only.
16781
16782 * configure: use move-if-change from gcc to create config.status.
16783 Some makefiles depend on config.status to tell if a directory
16784 has been reconfigured for a different host. This change
16785 prevents those directories from remaking everything in the case
16786 where the reconfig was only intended to rebuild a Makefile.
16787
16788 * configure: test for config.sub with "config.sub sun4" rather
16789 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16790 host alias from a missing config.sub.
16791
16792 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16793
16794 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16795 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16796
16797 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16798
16799 * configure: mkdir ${subdir} as needed.
16800
16801 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16802
16803 * Makefile.in,configure.in: added autoconf.
16804
16805 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16806
16807 * Makefile.in: no longer pass against on recursion.
16808
16809 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16810 definitions are not inherited.
16811
16812 * configure: correct makesrcdir when subdir is .
16813
16814 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16815
16816 * configure: Add support for 'subdirs' variable, which is
16817 like 'configdirs', except that configure doesn't re-invoke
16818 itself for subdirs, it just creates a Makefile for each subdir.
16819 * configure.texi: Document subdirs.
16820
16821 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16822
16823 * configure.in: added flex to configdirs
16824
16825 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16826
16827 * Makefile.in: remove clean-stamps from clean.
16828
16829 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16830
16831 * configure.in: Add gdbtest to configdirs.
16832
16833 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16834
16835 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16836 to recursive makes.
16837 * configure.in: Recognize new ncr3000 config.
16838
16839 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16840
16841 * Makefile.in, configure.in: removed references to gdbm.
16842
16843 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16844
16845 * config.sub: Don't canonicalize os value
16846 newsos* to bsd (readline needs to check for newsos).
16847 (This fix was earlier made Jan 31, but got re-broken.)
16848
16849 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16850
16851 * configure.in: sco is an os, not a vendor!
16852
16853 * configure: Quote $( better. Keep various shells happy.
16854
16855 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16856
16857 * Makefile.in: eliminate stamp-files.
16858
16859 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16860
16861 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16862 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16863
16864 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16865
16866 * config.sub: fix iris/iris3.
16867
16868 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16869
16870 * configure: re-add -rm.
16871
16872 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16873
16874 * Maskefile.in: add .stmp-rcs to all.
16875
16876 * configure.in: remove gas from rs6000 build, use aix host fragment.
16877
16878 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16879
16880 * configure: pass down site_option during recursion.
16881
16882 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16883
16884 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16885
16886 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16887
16888 * configure: Change exec_prefix so that it really defaults to prefix.
16889
16890 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16891
16892 * Makefile.in, configure.in: Add support for mmalloc library.
16893
16894 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16895
16896 * Makefile.in: add stmp dependencies for a few more things.
16897
16898 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16899
16900 * configure: adjusted error message on objdir/srcdir configure
16901 collision, per john's suggestion.
16902
16903 * Makefile.in: add libiberty stmp to all and all.cross.
16904
16905 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16906
16907 * Makefile.in: remove force dependencies, add grep to all.
16908
16909 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16910
16911 * Makefile.in: drop flex. make stamp files work.
16912
16913 * configure: added test for conflicting configuration in srcdir,
16914 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16915 gets cranky. use relative paths for configure and srcdir
16916 whenever possible. Send some error messages to stderr that were
16917 going to stdout.
16918
16919 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16920
16921 * Makefile.in: Fix libg++ rule to check for gcc directory
16922 before using gcc/gcc. Also pass XTRAFLAGS.
16923
16924 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16925
16926 * Makefile.in: added stmp-files so that directories aren't polled
16927 when they are already built.
16928
16929 * configure.texi: fixed a node pointer problem.
16930
16931 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16932
16933 * config.sub configure.in gdb/configure.in
16934 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16935 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16936 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16937
16938 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16939
16940 * configure: -recurring becomes -silent. corrected help message
16941 for -site= option.
16942
16943 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16944
16945 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16946
16947 * configure: when building Makefile for crosses, replace
16948 tooldir and program_prefix. default srcdir from location of
16949 config.sub. remove "for host in hosts" and "for target in
16950 targets" loops.
16951
16952 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16953
16954 * Makefile.in: Do not pass bindir or mandir to cvs.
16955
16956 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16957
16958 * Makefile.in, configure.in: removed traces of namesubdir,
16959 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16960 copyrights to '92, changed some from Cygnus to FSF.
16961
16962 * configure.texi: remove most references to multiple hosts,
16963 multiple targets, subdirs, etc.
16964
16965 * configure.man: removed rcsid. reference config.sub not
16966 config.subr.
16967
16968 * Makefile.in: mkdir $(infodir) on install-info.
16969
16970 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16971
16972 * configure.texi: Explain better about .gdbinit and about
16973 the environment that configure.in sections run in.
16974
16975 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16976
16977 * configure.in: Ultrix is only a decstation if it's a MIPS.
16978
16979 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16980
16981 * README: DOC.configure => cfg-paper.texi.
16982
16983 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16984
16985 * config.sub (near case $os): Don't convert newsos* to bsd!
16986
16987 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16988
16989 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16990 the number of copies of COPYING that go into the GDB tar file.
16991
16992 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16993
16994 * bfd/configure.in, gdb/config/mh-i386sco,
16995 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16996 Fix SCO configuration stuff.
16997
16998 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16999
17000 * Makefile.in: For libg++, make sure the -I pointing
17001 to the gcc directory goes *after* all the libg++-local -I flags.
17002 Also, move just-gcc dependency from just-libg++ to all-libg++.
17003
17004 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17005
17006 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17007
17008 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17009
17010 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17011
17012 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17013
17014 * config.sub: Add stratus configuration frags. Also
17015 submitted to FSF.
17016
17017 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17018
17019 * Makefile.in (DEV_SUPPORT): add configure.man.
17020
17021 * config.sub(Decode manufacturer-specific): add -none*.
17022
17023 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17024
17025 * Makefile.in: remove form feeds to make Sun's make happy.
17026 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17027
17028 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17029
17030 * Makefile.in (AR_FLAGS): Make quieter.
17031
17032 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17033
17034 * configure.in: Add libg++.
17035 * configure: When verbose, don't output the command line at each
17036 level; it will be unremarkably the same as the previous version,
17037 which will be the same as what the user typed.
17038
17039 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17040
17041 * configure.in, Makefile.in: fix clean-info, add flex. add
17042 fileutils.
17043
17044 * configure: be less sensitive to spaces in Makefile.in. Do not
17045 look for sources in "..". Doing so breaks subdirectories that
17046 might have their own configure. If a subdir has it's own
17047 configure script, use it.
17048
17049 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17050
17051 * cfg-paper.texi: some changes suggested by rms.
17052
17053 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17054
17055 * config.sub: Merge in some small additions from the FSF version,
17056 taken from the gcc distribution, to bring the Cygnus and FSF
17057 versions into closer sync.
17058
17059 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17060
17061 * configure.in: Changed svr4 references to sysv4.
17062
17063 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17064
17065 * configure: added -V for version number option.
17066
17067 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17068
17069 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17070 renamed from DOC.configure to cfg-paper.texi.
17071
17072 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17073
17074 * configure, config.subr, config.sub: config.subr is now
17075 config.sub again.
17076
17077 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17078
17079 * configure.texi: new file, in progress.
17080
17081 * Makefile.in: build info file and install the man page for
17082 configure.
17083
17084 * configure.man: new file, first cut.
17085
17086 * configure: find config.subr again now that configuration "none"
17087 has gone. removed all traces of the -ansi option. removed all
17088 traces of the -languages option.
17089
17090 * config.subr: resync from rms.
17091
17092 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17093
17094 * configure, config.sub, config.subr: merge config.sub into
17095 config.subr, call the result config.subr, remove config.sub, use
17096 config.subr.
17097
17098 * Makefile.in: revised install for dir.info.
17099
17100 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17101
17102 * configure.in: add decstation host makefile frag.
17103
17104 * Makefile.in: BISON now bison -y again. also install-gcc on
17105 install. clean-gdbm on clean. infodir belongs in datadir.
17106 Make directories for info install. Build dir.info here then
17107 install it.
17108
17109 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17110
17111 * Makefile.in: fix for bad directory tests.
17112
17113 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17114
17115 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17116 regexp. -srcdir relative was being handled incorrectly.
17117
17118 * Makefile.in: unwrapped some for loops so that parallel makes
17119 work again and so one can focus one's attention on a particular
17120 package.
17121
17122 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17123
17124 * configure: added PWD as a stand in for `pwd` (for speed). use
17125 elif wherever possible. make -srcdir work without -objdir.
17126 -objdir= commented out.
17127
17128 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17129
17130 * configure: +options become --options. -subdirs commented out.
17131 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17132 Makefile now at top of generated Makefile. Removed cvs log
17133 entries. added -srcdir. create .gdbinit only if there is one
17134 in ${srcdir}.
17135
17136 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17137 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17138 and mandir now keyed off datadir by default.
17139
17140 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17141
17142 * Freshly created ChangeLog.
17143
17144 \f
17145 Local Variables:
17146 mode: change-log
17147 left-margin: 8
17148 fill-column: 76
17149 version-control: never
17150 End: