xref: /netbsd-src/external/gpl3/gdb/dist/config/ChangeLog (revision f14316bcbc544b96a93e884bc5c2b15fd60e22ae)
12013-12-07  Mike Frysinger  <vapier@gentoo.org>
2
3	* acinclude.m4: Remove +x file mode.
4
52013-11-29  Marek Polacek  <polacek@redhat.com>
6
7	* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Remove -lpthread -ldl.
8	Add -B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/.
9
102013-11-29  H.J. Lu  <hongjiu.lu@intel.com>
11
12	* bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add
13	-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/.
14
152013-11-19  Marek Polacek  <polacek@redhat.com>
16
17	* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.
18
192013-11-18  Jan Hubicka  <jh@suse.cz>
20
21	* bootstrap-lto.mk: Use -ffat-lto-objects.
22
232013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
24
25	* picflag.m4 (m68k-*-*): Use default PIC flag.
26
272013-09-29  Iain Sandoe  <iain@codesourcery.com>
28
29	* mh-darwin (BOOT_CFLAGS): Only add -mdynamic-no-pic for m32 hosts.
30	(STAGE1_CFLAGS, STAGE1_LDFLAGS): New.
31	Fix over-length lines and amend comments.
32
332013-08-30  Marek Polacek  <polacek@redhat.com>
34
35	* bootstrap-ubsan.mk: New.
36
372013-03-27  Kai Tietz  <ktietz@redhat.com>
38
39	* dfp.m4: Add support for cygwin x64 target.
40	* picflag.m4: Likewise.
41
422013-02-25  H.J. Lu  <hongjiu.lu@intel.com>
43
44	* bootstrap-asan.mk (POSTSTAGE1_LDFLAGS): Add
45	-B$$r/prev-$(TARGET_SUBDIR)/libsanitizer/asan/.
46
472013-01-23  Shenghou Ma  <minux.ma@gmail.com>
48
49	* isl.m4: don't echo $CFLAGS for ISL_CHECK_VERSION.
50
512013-01-15  Richard Biener  <rguenther@suse.de>
52
53	PR other/55973
54	* isl.m4 (ISL_INIT_FLAGS): Warn about disabled version check
55	for in-tree build.
56	(ISL_CHECK_VERSION): Do not use AC_CACHE_CHECK.
57	* cloog.m4 (CLOOG_INIT_FLAGS): Disable version check for
58	in-tree build and warn about that.
59	(CLOOG_CHECK_VERSION): Do not use AC_CACHE_CHECK.
60
612013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
62
63	* libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Remove
64	"-I" from LIBSTDCXX_RAW_CXX_LDFLAGS.
65
662012-12-12  H.J. Lu  <hongjiu.lu@intel.com>
67
68	* libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Also
69	AC_SUBST LIBSTDCXX_RAW_CXX_LDFLAGS.
70
712012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
72
73	PR sanitizer/55533
74	* libstdc++-raw-cxx.m4: New file.
75
762012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
77
78	* bootstrap-asan.mk: New file.
79
802012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
81
82	* dfp.m4 (enable_decimal_float): Enable for i?86*-*-gnu*.
83
842012-10-15  Pavel Chupin  <pavel.v.chupin@intel.com>
85
86	* gthr.m4: New. Define GCC_AC_THREAD_HEADER.
87
882012-09-19  Steve Ellcey  <sellcey@mips.com>
89
90	* mt-sde: Change -mcode-xonly to -mcode-readable=pcrel.
91
922012-09-03  Richard Guenther  <rguenther@suse.de>
93
94	PR bootstrap/54138
95	* config/cloog.m4: Adjust for toplevel reorg.
96	* config/isl.m4: Adjust.
97
982012-08-26  Art Haas <ahaas@impactweather.com>
99
100	* cloog.m4 (CLOOG_INIT_FLAGS): Use = instead of == in test.
101
1022012-07-04  Tristan Gingold  <gingold@adacore.com>
103
104	* isl.m4 (ISL_CHECK_VERSION): Set to yes if cross-compiling.
105	Fix comments.
106
1072012-07-03  Richard Guenther  <rguenther@suse.de>
108
109	* cloog.m4: Remove debugging print.
110
1112012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
112
113	* isl.m4 (ISL_CHECK_VERSION): Add -lisl to LIBS, not LDFLAGS.
114
1152012-07-02  Richard Guenther  <rguenther@suse.de>
116
117	* isl.m4 (_ISL_CHECK_CT_PROG): Omit main function header/footer.
118	Fix version test.
119
1202012-07-02  Richard Guenther  <rguenther@suse.de>
121	Michael Matz  <matz@suse.de>
122	Tobias Grosser <tobias@grosser.es>
123	Sebastian Pop <sebpop@gmail.com>
124
125	* cloog.m4: Set up to work against ISL only.
126	* isl.m4: New file.
127
1282012-05-29  Joseph Myers  <joseph@codesourcery.com>
129
130	* mt-sde: Fix typos.
131	* stdint.m4: Fix typos.
132	* tcl.m4: Fix typos.
133
1342012-05-03  Olivier Hainque  <hainque@adacore.com>
135
136	* mh-ppc-aix (LDFLAGS): Quote $(CC).
137
1382012-04-03  Tristan Gingold  <gingold@adacore.com>
139
140	* mmap.m4: Use *vms* instead of vms*.
141
1422012-04-02  Tristan Gingold  <gingold@adacore.com>
143
144	* math.m4 (GCC_CHECK_MATH_FUNC): Remove if-present
145	argument.  Define the variable.
146
1472012-03-26  Tristan Gingold  <gingold@adacore.com>
148
149	* math.m4: New file.
150
1512012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
152
153	* weakref.m4 (GCC_CHECK_ELF_STYLE_WEAKREF): Remove
154	alpha*-dec-osf*.
155
1562012-01-22  Douglas B Rupp  <rupp@gnat.com>
157
158	* config/mh-interix: Remove as unneeded.
159	* config/picflag.m4 (i[[34567]]86-*-interix3*):
160        Change triplet to i[[34567]]86-*-interix[[3-9]]*.
161
1622012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
163
164	PR bootstrap/51734
165	* picflag.m4: Remove s390 case statement.
166
1672011-12-20  Andreas Schwab  <schwab@linux-m68k.org>
168
169	* warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in
170	expr call.
171
1722011-12-19  Andreas Schwab  <schwab@linux-m68k.org>
173
174	PR bootstrap/51388
175	* warnings.m4 (ACX_PROG_CC_WARNING_OPTS)
176	(ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Run the test without the
177	no- prefix.
178
1792011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
180
181	* acx.m4 (Test for GNAT): Update comment and add quotes in final test.
182
1832011-11-22  Iain Sandoe  <iains@gcc.gnu.org>
184
185	* weakref.m4: New file.
186
1872011-11-09  Richard Henderson  <rth@redhat.com>
188
189	* asmcfi.m4: New file.
190
1912011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
192
193	* mh-interix (LIBGCC2_DEBUG_CFLAGS): Remove.
194
1952011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
196
197	* picflag.m4: New file.
198
1992011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
200
201	* elf.m4 (target_elf): Remove *-netware*.
202
2032011-07-06  Uros Bizjak  <ubizjak@gmail.com>
204
205	* mt-alphaieee (GOCFLAGS_FOR_TARGET): Add -mieee.
206
2072011-06-15  Mike Stump  <mikestump@comcast.net>
208
209	PR target/49461
210	* mh-darwin: Turn off -pie on darwin11 and later.
211
2122011-04-20  Eric Botcazou  <ebotcazou@adacore.com>
213
214	* bootstrap-lto.mk: Remove obsolete requirement.
215
2162011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
217
218	* mt-mep: Remove, obsolete.
219	* mt-netware: Remove, obsolete.
220	* mt-wince: Remove, obsolete.
221	* mt-v810: Remove, unused.
222
2232011-03-24  Paolo Bonzini  <bonzini@gnu.org>
224
225	* mh-x86omitfp: Remove.
226
2272011-03-24  Paolo Bonzini  <bonzini@gnu.org>
228
229	* mh-cygwin: Remove obsolete variables and dependencies.
230
2312011-03-24  Paolo Bonzini  <bonzini@gnu.org>
232
233	* mh-sysv4: Remove.
234	* mh-solaris: Remove.
235
2362011-03-24  Paolo Bonzini  <bonzini@gnu.org>
237
238	* mh-sysv4: Remove AR_CFLAGS.
239
2402011-03-24  Joseph Myers  <joseph@codesourcery.com>
241
242	* mh-cxux, mh-decstation, mh-dgux386, mh-lynxrs6k, mh-ncr3000,
243	mh-necv4, mh-sco, mh-sysv5: Remove.
244
2452011-03-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
246	    Eric Blake  <eblake@redhat.com>
247
248	* override.m4: Error out if a buggy M4 was detected, to
249	avoid spurious diffs in generated files.
250
2512011-01-25  Jakub Jelinek  <jakub@redhat.com>
252
253	* cloog.m4 (CLOOG_REQUESTED): Use $2 if --without-cloog.
254
2552011-01-10  Jan Hubicka  <jh@suse.cz>
256
257	* bootstrap-lto.mk: -fuse-linker-plugin is default now;
258	pass -fno-lto to STAGEprofile.
259
2602010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
261
262	PR target/40125
263	PR lto/46695
264	* lthostflags.m4: New file.
265	(ACX_LT_HOST_FLAGS): Define.
266
2672010-12-02  Dave Korn  <dave.korn.cygwin@gmail.com>
268
269	* mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB.
270	(BOOT_LDFLAGS): Add matching stack size flag.
271	* mh-mingw (LDFLAGS): Likewise.
272	(BOOT_LDFLAGS): Likewise.
273
2742010-11-27  Eric Botcazou  <ebotcazou@adacore.com>
275
276	* bootstrap-lto.mk (BOOT_ADAFLAGS): Delete.
277
2782010-11-19  Tobias Grosser  <grosser@fim.uni-passau.de>
279
280	* cloog.m4: Use AS_HELP_STRING and fix help formatting.
281
2822010-11-15  Andreas Schwab  <schwab@redhat.com>
283
284	* cloog.m4 (CLOOG_INIT_FLAGS): Fix spelling in option names.
285
2862010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
287
288	* cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
289	define the cloog backend to use. Furthermore, only pass the ppllibs to
290	the configure checks, if necessary.
291
2922010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
293
294	* cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
295
2962010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
297
298	* cloog.m4: Fix typo.  verison -> version.
299
3002010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
301
302	* cloog.m4: Pass ppl libraries to the CLooG version check.
303
3042010-11-11  Jan Hubicka  <jh@suse.cz>
305
306	* bootstrap-lto: Use -flto.
307
3082010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
309
310	* mh-darwin: Renamed from mh-ppc-darwin.
311
3122010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
313
314	* po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting.
315
3162010-09-10  Jonathan Yong  <jon_y@users.sourceforge.net>
317
318	* dfp.m4: Enable decimal float for i?86 cygwin
319	and mingw, and for x86_64 mingw.
320
3212010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
322
323	PR target/45524
324	* dfp.m4: Don't set enable_decimal_float to dpd if DFP is
325	disabled.  Set default_decimal_float.
326
3272010-09-06  Andreas Schwab  <schwab@redhat.com>
328
329	* dfp.m4: Quote argument of AC_MSG_WARN.
330
3312010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
332
333	* dfp.m4: New file.
334
3352010-09-01  Andi Kleen	<ak@linux.intel.com>
336
337	* bootstrap-lto.mk (STAGE2_CFLAGS, STAGE3_CFLAGS): Change
338	to -fwhopr=jobserver -fuse-linker-plugin -frandom-seed=1.
339
3402010-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
341
342	PR target/45084
343	* stdint.m4 (GCC_HEADER_STDINT): Use m4 quotes for arguments
344	of AC_MSG_ERROR.
345
3462010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
347
348	* gc++filt.m4: New file.
349
3502010-06-20  Alexandre Oliva  <aoliva@redhat.com>
351
352	* bootstrap-lto.mk: New.
353
3542010-06-10  Paolo Bonzini  <bonzini@gnu.org>
355
356	* override.m4: Remove obsolete (<2.64) definitions.
357
3582010-06-09  Iain Sandoe  <iains@gcc.gnu.org>
359
360	PR bootstrap/43170
361	* tls.m4 (GCC_CHECK_TLS): Add volatile qualifier to the test
362	references.  Move the main () test reference ahead of
363	pthread_create().  Add a comment to explain the requirements
364	of the test.
365
3662010-06-03  Joern Rennecke <joern.rennecke@embecosm.com>
367	    Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
368
369	PR bootstrap/42798
370	* override.m4 (_AC_CHECK_DECL_BODY, _AC_CHECK_DECLS): Import
371	definitions from git Autoconf.
372
3732010-04-13  Steve Ellcey  <sje@cup.hp.com>
374
375	* elf.m4: Add hppa[12]*-*-hpux* to list of non-elf platforms.
376
3772010-03-23  Kai Tietz  <kai.tietz@onevision.com>
378
379	* mh-mingw: Revert accidentally checking r156315.
380
3812010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
382
383	* stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. if
384	corresponding macros already exist.
385
3862010-01-02  Richard Guenther  <rguenther@suse.de>
387
388	PR lto/41529
389	* elf.m4: New file.
390
3912009-11-30  Joseph Myers  <joseph@codesourcery.com>
392
393	* largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and
394	AC_CANONICAL_TARGET.
395
3962009-11-24  Joel Brobecker  <brobecker@adacore.com>
397
398	* zlib.m4: New file.
399
4002009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
401
402	* largefile.m4 (ACX_LARGEFILE): Call AC_PLUGINS.
403
4042009-11-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
405	    Joel Brobecker  <brobecker@adacore.com>
406	    Paolo Bonzini  <bonzini@gnu.org>
407
408	* largefile.m4: New file.
409
4102009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
411
412	* acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): Use = with test.
413
4142009-09-09  Paolo Bonzini  <bonzini@gnu.org>
415
416	* stdint.m4 (GCC_HEADER_STDINT): Revert changes to this macro in
417	the previous two patches.
418
4192009-09-09  Paolo Bonzini  <bonzini@gnu.org>
420
421	* stdint.m4: Store temporary file in $tmp/_GCC_STDINT_H.
422
4232009-09-08  Paolo Bonzini  <bonzini@gnu.org>
424
425	* stdint.m4: Rewrite by using autoconf 2.64 features.
426
4272009-09-03  Alexandre Oliva  <aoliva@redhat.com>
428
429	* bootstrap-debug-big.mk (STAGE2_CFLAGS): Drop -gtoggle.
430	* bootstrap-debug-lean.mk: Update comments.
431	(STAGE2_CFLAGS): Likewise.
432	(do-compare): Don't override.
433
4342009-09-01  Alexandre Oliva  <aoliva@redhat.com>
435
436	* bootstrap-debug.mk: Add comments.
437	* bootstrap-debug-big.mk: New.
438	* bootstrap-debug-lean.mk: New.
439	* bootstrap-debug-ckovw.mk: Add comments.
440	* bootstrap-debug-lib.mk: Drop CFLAGS for stages.  Use -g0
441	for TFLAGS in stage1.  Drop -fvar-tracking-assignments-toggle.
442
4432009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
444
445	* override.m4 (_GCC_AUTOCONF_VERSION): Bump to 2.64.
446
4472009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
448
449	* override.m4 (AC_DISABLE_OPTION_CHECKING): Define to be
450	empty if not defined, to avoid error with 2.59.
451	(_AC_LANG_IO_PROGRAM): When the Autoconf version is exactly
452	2.64, avoid per-language instances to drop fopen from test
453	program.
454
4552009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
456
457	* extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand
458	for Autoconf 2.62 or newer.
459	* tls.m4 (GCC_CHECK_TLS): Fix m4 quotation.
460	* no-executables.m4 (_AC_COMPILER_EXEEXT): Fix m4 quotation.
461	* override.m4 (m4_copy_force, m4_rename_force): Provide
462	macros if not defined.
463	(AC_PREREQ): Use m4_copy_force.
464
4652009-07-17  Joseph Myers  <joseph@codesourcery.com>
466
467	PR other/40784
468	* tls.m4 (GCC_CHECK_TLS): Add extra quoting around argument to
469	AC_LINK_IFELSE.
470
4712009-07-16  Joseph Myers  <joseph@codesourcery.com>
472
473	* tls.m4 (GCC_CHECK_TLS): Also test TLS in a shared library when
474	cross-compiling.
475
4762009-06-25  Olivier Hainque  <hainque@adacore.com>
477
478	* config/mh-ppc-aix (BOOT_ADAFLAGS): Remove -mminimal-toc.
479
4802009-05-26  Rafael Avila de Espindola  <espindola@google.com>
481
482	* plugins.m4: New.
483
4842009-05-12  Alexandre Oliva  <aoliva@redhat.com>
485
486	* multi.m4: Save CXX, GFORTRAN and GCJ in config.status.
487	* mt-gnu (CXXFLAGS_FOR_TARGET): Adjust.
488	* bootstrap-O1.mk: New.
489	* bootstrap-O3.mk: New.
490	* bootstrap-debug.mk: New.
491
4922009-02-02  Doug Evans  <dje@google.com>
493
494	* tcl.m4 (SC_PATH_TCLCONFIG): Don't exit 0 if tclconfig fails.
495	(SC_PATH_TKCONFIG): Don't exit 0 if tkconfig fails.
496	(SC_LOAD_TCLCONFIG): Quote all uses of TCL_BIN_DIR, it may contain
497	"# no Tcl configs found".
498	(SC_LOAD_TKCONFIG): Similarily for TK_BIN_DIR.
499
5002009-04-09  Jakub Jelinek  <jakub@redhat.com>
501
502	* lead-dot.m4: Change copyright header to refer to version
503	3 of the GNU General Public License and to point readers at the
504	COPYING3 file and the FSF's license web page.
505	* warnings.m4: Likewise.
506
5072009-02-11  Kai Tietz  <kai.tietz@onevision.com>
508
509	* mh-cygwin (LDFLAGS): Add linker option to increase stack limit
510	up to 8MB.
511
5122009-01-23  Jie Zhang  <jie.zhang@analog.com>
513
514	* tls.m4 (GCC_CHECK_EMUTLS): Define.
515
5162008-12-21  Andrew Pinski  <pinskia@gmail.com>
517
518	PR target/38300
519	* unwind_ipinfo.m4: Darwin before 9 does not have _Unwind_GetIPInfo.
520
5212008-11-21  Kai Tietz  <kai.tietz@onevision.com>
522
523	Fix PR/25502
524	* mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch.
525
5262008-11-12  Steve Ellcey  <sje@cup.hp.com>
527
528	PR target/27880
529	* unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from
530	link test to target based test.
531
5322008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
533
534	* mt-mips16-compat: New file, taken from mt-mips-elfoabi.
535	* mt-mips-elfoabi: Include mt-mips16-compat.
536	* mt-mips-gnu: New file.
537
5382008-08-03  Alan Modra  <amodra@bigpond.net.au>
539
540	* mt-spu (all-ld): Update for ld Makefile changes.
541
5422008-08-02  Keith Seitz  <keiths@redhat.com>
543
544	* tcl.m4 (SC_PATH_TCLCONFIG): Add some simple logic to deal
545	with cygwin.
546	(SC_PATH_TKCONFIG): Likewise.
547
5482008-07-30  Paolo Bonzini  <bonzini@gnu.org>
549
550	* mh-pa: New, from gcc/config/pa/x-ada.
551	* mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10.
552
5532008-07-25  Keith Seitz  <keiths@redhat.com>
554
555	* acinclude.m4: Remove libide, libgui, and all the other Tcl
556	functions.
557	* tcl.m4: New file.
558
5592008-07-11  Joseph Myers  <joseph@codesourcery.com>
560
561	* mh-mingw (LDFLAGS): Append to rather than replacing previous
562	value.
563
5642008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
565
566	* override.m4: Use m4_version_prereq throughout.
567	(_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE): Backport from git
568	Autoconf: output pwd along with fatal errors, so the right
569	config.log file is hinted at more prominently.
570	(PARSE_ARGS): Push setting of ac_pwd in this diversion.
571	(_GCC_AUTOCONF_VERSION): New, define to 2.59 if not defined.
572	(_GCC_AUTOCONF_VERSION_CHECK): New macro, require use of Autoconf
573	version _GCC_AUTOCONF_VERSION throughout the tree.
574	(m4_wrap): New override, fix for Posix semantics of m4wrap.
575
5762008-06-11  Bernhard Fischer  <aldot@gcc.gnu.org>
577
578	* tls.m4: Fix typos.
579
5802008-06-08  Joseph Myers  <joseph@codesourcery.com>
581
582	PR tree-optimization/36218
583	* mh-mingw (LDFLAGS): Define.
584
5852008-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
586
587	PR driver/35916
588	* mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.
589
5902008-05-12  Samuel Tardieu  <sam@rfc1149.net>
591	    Paolo Bonzini  <bonzini@gnu.org>
592
593	PR ada/36001
594	* acx.m4: Add optional parameter to ACX_PROG_GNAT.
595
5962008-04-23  Paolo Bonzini  <bonzini@gnu.org>
597
598	* override.m4: Apply _AC_ARG_VALIDATE fix to all versions
599	but 2.62.
600
6012008-04-18  Paolo Bonzini  <bonzini@gnu.org>
602
603	PR bootstrap/35457
604
605	* confsubdir.m4: Rename to...
606	* override.m4: ... this.  Make sure aclocal always picks it.
607	Add more lenient precious variable check, backported from
608	autoconf trunk.
609
6102008-04-04  Nick Clifton  <nickc@redhat.com>
611
612	PR binutils/4334
613	* acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): New macro to check that
614	cygwin builds are not running in textmode.
615
6162008-03-27  Paolo Bonzini  <bonzini@gnu.org>
617
618	* extensions.m4: New.
619
6202008-03-27  Paolo Bonzini  <bonzini@gnu.org>
621
622	* mh-armpic: Remove.
623	* mh-i370pic: Remove.
624	* mh-m68kpic: Remove.
625	* mh-ppcpic: Remove.
626	* mh-sparcpic: Remove.
627	* mh-ia64pic: Remove.
628	* mh-papic: Remove.
629	* mh-s390pic: Remove.
630	* mh-x86pic: Remove.
631
6322008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
633
634	* proginstall.m4: New file, with fixed AC_PROG_INSTALL.
635
6362008-02-20  Uros Bizjak  <ubizjak@gmail.com>
637
638	* mh-ppc-darwin (BOOT_CFLAGS): Use +=, not =.
639
6402008-02-20  Paolo Bonzini  <bonzini@gnu.org>
641
642	PR bootstrap/32009
643	* mh-ppc-darwin (BOOT_CFLAGS): Reenable.
644
6452008-01-08  Jakub Jelinek  <jakub@redhat.com>
646
647	* futex.m4: New file.
648
6492007-12-06  Richard Sandiford  <rsandifo@nildram.co.uk>
650
651	* mt-sde (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Use +=, not =.
652	* mt-mips-elfoabi: Likewise.
653
6542007-10-15  Maciej W. Rozycki  <macro@linux-mips.org>
655
656	* tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.
657	(GCC_CHECK_CC_TLS): Rename have_cc_tls to gcc_cv_have_cc_tls.
658
6592007-10-03  Richard Sandiford  <richard@codesourcery.com>
660
661	* no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
662
6632007-10-03  Kazu Hirata  <kazu@codesourcery.com>
664
665	Revert:
666	2007-10-02  Richard Sandiford  <richard@codesourcery.com>
667	* no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
668
6692007-10-02  Richard Sandiford  <richard@codesourcery.com>
670
671	* no-executables.m4 (GCC_TRY_COMPILE_OR_LINK): New function.
672
6732007-09-21  Richard Sandiford  <rsandifo@nildram.co.uk>
674
675	* mt-sde (CFLAGS_FOR_TARGET): Replace -fno-optimize-sibling-calls
676	with -minterlink-mips16.
677	(CXXFLAGS_FOR_TARGET): Likewise.
678
6792007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
680
681	* mt-mips-elfoabi: New file.
682
6832007-09-07  Richard Sandiford  <richard@codesourcery.com>
684
685	* mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt.
686	(CXXFLAGS_FOR_TARGET): Likewise.
687
6882007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
689
690	PR target/33281
691	* mh-mingw: New host makefile fragment.
692
6932007-08-18  Paul Brook  <paul@codesourcery.com>
694	    Joseph Myers  <joseph@codesourcery.com>
695
696	* mt-gnu (CXXFLAGS_FOR_TARGET): Add
697	$(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
698
6992007-08-17  Richard Sandiford  <richard@codesourcery.com>
700	    Nigel Stephens  <nigel@mips.com>
701
702	* mt-sde: New file.
703
7042007-07-06  H.J. Lu  <hongjiu.lu@intel.com>
705
706	* tls.m4 (GCC_CHECK_CC_TLS): New.
707
7082007-07-05  Sebastian Pop  <sebpop@gmail.com>
709
710	PR bootstrap/32622
711	* mh-x86omitfp (BOOT_CFLAGS): Add -fomit-frame-pointer,
712	don't reset its value.
713
7142007-06-27  Mike Stump  <mrs@apple.com>
715
716	* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross
717	builds.
718
7192007-06-20  Mike Stump  <mrs@apple.com>
720
721	* acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds.
722	(ACX_HAVE_GCC_FOR_TARGET): Likewise.
723
7242007-06-14  Paolo Bonzini  <bonzini@gnu.org>
725
726	* acx.m4 (ACX_CHECK_PROG_VER): Remove duplicate lines.
727
7282007-06-04  Olivier Hainque  <hainque@adacore.com>
729
730	* mh-ppc-aix: Add default ADAFLAGS to BOOT_ADAFLAGS.
731
7322007-05-27  Paolo Bonzini  <bonzini@gnu.org>
733
734	* confsubdir.m4: Move here from newlib.
735
7362007-05-23  Paolo Bonzini  <bonzini@gnu.org>
737
738	PR bootstrap/32009
739	* mh-ppc-darwin: Temporarily disable.
740
7412007-04-11  Kai Tietz  <kai.tietz@onevision.com>
742
743	* stdint.m4: Make template compatible with older cygwin
744	types.h, wrapping each type in a __XXX_t_defined #ifdef.
745
7462007-03-26  H.J. Lu  <hongjiu.lu@intel.com>
747
748	* acx.m4 (ACX_BUGURL): Set BUGURL first. Quote $BUGURL first
749	when setting REPORT_BUGS_TEXI.
750
7512007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
752
753	* acx.m4 (ACX_BUGURL): Replace "@" with "@@" for
754	REPORT_BUGS_TEXI.
755
7562007-03-23  Joseph Myers  <joseph@codesourcery.com>
757
758	* acx.m4 (ACX_PKGVERSION, ACX_BUGURL): Define.
759
7602007-03-07  Andreas Schwab  <schwab@suse.de>
761
762	* acx.m4 (GCC_TARGET_TOOL): Expand backquotes outside
763	AC_MSG_RESULT.
764
7652007-02-27  Alan Modra  <amodra@bigpond.net.au>
766
767	* mt-spu (all-ld): Depend on all-binutils.
768
7692007-02-18  Alexandre Oliva  <aoliva@redhat.com>
770
771	* acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as
772	precious.  Prefer it over a cached value.  Use cached value
773	verbosely.
774	(NCN_STRICT_CHECK_TARGET_TOOLS): Likewise.  Don't override
775	environment variable with build-time tools.
776
7772006-12-11  Alan Modra  <amodra@bigpond.net.au>
778
779	* mt-spu: New file.
780
7812007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
782
783	* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Avoid AC_PATH_PROG
784	with an empty path.
785
7862007-02-07  Bruno Haible  <bruno@clisp.org>
787
788	PR libgomp/28468
789	* config/tls.m4 (GCC_CHECK_TLS): Also check whether the libc supports
790	TLS via __thread.
791
7922007-01-31  Daniel Franke <franke.daniel@gmail.com>
793
794	PR libgomp/30546
795	* acx.m4 (ACX_PROG_CHECK_VER): Locate a program and check that its
796	version is acceptable.
797
7982007-01-27  Paolo Bonzini  <bonzini@gnu.org>
799
800	* depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make
801	directory.
802
8032007-01-23  Richard Guenther  <rguenther@suse.de>
804
805	PR bootstrap/30541
806	* config/acx.m4 (ACX_PROG_GNAT): Check for gnatmake.
807
8082007-01-14  H.J. Lu  <hongjiu.lu@intel.com>
809
810	* ld-symbolic.m4: New.
811
8122007-01-11  Paolo Bonzini  <bonzini@gnu.org>
813
814	* warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.
815	(ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo.  Add optional 2nd argument.
816
8172007-01-11  Paolo Bonzini  <bonzini@gnu.org>
818
819	* warnings.m4: Add second parameter with name of variable.
820	Always append to the variable if it exists.
821
8222007-01-01  Mike Stump  <mrs@apple.com>
823
824	* mh-ppc-darwin: Remove support for building with Apple's gcc-3.1.
825
8262006-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
827
828	* tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking
829	if static linking doesn't even work.
830
8312006-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
832
833	* tls.m4 (GCC_CHECK_TLS): Fall back to a link test.
834
8352006-10-14  Geoffrey Keating  <geoffk@apple.com>
836
837	* multi.m4: New file, from automake version 2 branch.
838
8392006-09-18  Tom Tromey  <tromey@redhat.com>
840
841	* tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to
842	GCC_ENABLE.
843
8442006-07-25  Paolo Bonzini  <bonzini@gnu.org>
845
846	PR build/26188
847	* stdint.m4: Test for uintptr_t even on systems with uint64_t
848	or uint32_t.
849
8502006-07-21  Steve Ellcey  <sje@cup.hp.com>
851
852	PR target/26792
853	* unwind_ipinfo.m4: New.
854
8552006-07-21  David Daney  <ddaney@avtrex.com>
856
857	PR libgcj/28426
858	* gxx-include-dir.m4: Use target_alias in path for cross build.
859
8602006-07-18  Paolo Bonzini  <bonzini@gnu.org>
861
862	* acx.m4: Support --with-build-libsubdir and AC_SUBST
863	build_libsubdir.
864
8652006-06-13  Richard Earnshaw  <rearnsha@arm.com>
866	    Alexandre Oliva <aoliva@redhat.com>
867
868	* gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Add optional
869	argument for where to search for NLS config file.
870
8712006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
872
873	* gettext-sister.m4 (ZW_GNU_GETTEXT_SISTER_DIR): Provide some
874	defines otherwise gotten from AM_GNU_GETTEXT.  Remove the
875	po/ prefix from CATALOGS.
876
8772006-02-14  Paolo Bonzini  <bonzini@gnu.org>
878	    Andreas Schwab  <schwab@suse.de>
879
880	* acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Use correct program name.
881	(ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise, and always set $1.
882
8832006-01-26  Paolo Bonzini  <bonzini@gnu.org>
884
885	* acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
886	(ACX_PATH_SEP): New.
887	(ACX_TOOL_DIRS): Move here from the gcc directory.
888	(ACX_CHECK_INSTALLED_TARGET_TOOL): New.
889	(GCC_TARGET_TOOL): Do not use a host tool if we found a target tool
890	with a complete path in either $with_build_time_tools or $exec_prefix.
891
8922006-01-02  Paolo Bonzini  <bonzini@gnu.org>
893
894	PR target/25259
895	* stdint.m4: New.
896
8972005-12-20  Paolo Bonzini  <bonzini@gnu.org>
898
899	Revert Ada-related part of the previous change.
900
901	* mt-ppc-aix: Delete.
902
9032005-12-19  Paolo Bonzini  <bonzini@gnu.org>
904
905	* mt-ppc-aix, mh-ppc-aix: New.
906
9072005-12-05  Paolo Bonzini  <bonzini@gnu.org>
908
909	* acx.m4 (GCC_TARGET_TOOL): New.
910
9112005-09-23  Tom Tromey  <tromey@redhat.com>
912
913	* enable.m4: New file.
914	* tls.m4: New file.
915
9162005-08-12  Paolo Bonzini  <bonzini@gnu.org>
917
918	* config/acx.m4 (NCN_CHECK_TARGET_TOOL, NCN_STRICT_CHECK_TOOL,
919	NCN_STRICT_CHECK_TARGET_TOOL): Remove.
920	(NCN_STRICT_CHECK_TOOLS, NCN_STRICT_CHECK_TARGET_TOOLS): New,
921	based on the deleted macros.
922
9232005-07-27  Mark Mitchell  <mark@codesourcery.com>
924
925	* mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.
926
9272005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
928
929	* all files: Update FSF address.
930
9312005-06-14  Tom Tromey  <tromey@redhat.com>
932
933	PR libgcj/19877:
934	* no-executables.m4: Call real AC_FUNC_MMAP when cache variable
935	is set but not 'no'.
936
9372005-06-13  Zack Weinberg  <zack@codesourcery.com>
938
939	* depstand.m4, lead-dot.m4: New files.
940
9412005-05-19  Kelley Cook  <kcook@gcc.gnu.org>
942
943	* accross.m4: Delete file.
944
9452005-05-12  Ryota Kunisawa  <kunisawa@access.co.jp>
946
947	PR bootstrap/21230
948	* warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Add
949	double quotes around GCC variable.
950
9512005-04-29  Paolo Bonzini  <bonzini@gnu.org>
952
953	* acx.m4 (ACX_PROG_GNAT): Remove stray break.
954
9552005-03-31  Paolo Bonzini  <bonzini@gnu.org>
956
957	* gcc-lib-path.m4: Remove.
958
9592005-03-21  Zack Weinberg  <zack@codesourcery.com>
960
961	* gxx-include-dir.m4: In all substitutions, leave $(gcc_version)
962	to be expanded by the Makefile.
963
9642005-03-15  Zack Weinberg  <zack@codesourcery.com>
965
966	* gcc-version.m4: Delete.
967
9682005-02-28  Paolo Bonzini  <bonzini@gnu.org>
969
970	PR bootstrap/17383
971	* acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src
972	gcc build is going.
973
9742005-01-23  Joseph S. Myers  <joseph@codesourcery.com>
975
976	* warnings.m4 (ACX_PROG_CC_WARNING_ALMOST_PEDANTIC): Don't do
977	anything for non-GCC compilers.
978
9792004-12-03  Richard Sandiford  <rsandifo@redhat.com>
980
981	* gxx-include-dir.m4: New file.
982
9832004-12-02  Richard Sandiford  <rsandifo@redhat.com>
984
985	* gcc-version.m4: New file.
986
9872004-09-24  Zack Weinberg  <zack@codesourcery.com>
988
989	* warnings.m4: New file.
990
9912004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
992
993	PR bootstrap/17369
994	* gcc-lib-path.m4: New file.
995
9962004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
997
998	* gettext-sister.m4: Renamed from gettext.m4
999	* codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4, po.m4,
1000	inttypes.m4, inttypes-pri.m4, inttypes_h.m4, lcmessage.m4, lib-ld.m4,
1001	lib-link.m4, lib-prefix.m4, nls.m4, progtest.m4, stdint_h.m4,
1002	uintmax_t.m4, ulonglong.m4: Import from gettext-0.12.1 sources.
1003
10042004-08-31  Robert Bowdidge <bowdidge@apple.com>
1005
1006	* mh-ppc-darwin: Add file, and override BOOT_CFLAGS.
1007
10082004-08-13  Nathanael Nerode  <neroden@gcc.gnu.org>
1009
1010	* Add ACX_{TARGET,HOST,BUILD}_NONCANONICAL,
1011	which do an automatic AC_SUBST on _GCC_TOPLEV_*_NONCANONICAL.
1012	The intention is that we will migrate to these bit by bit.
1013
10142004-08-01  Robert Millan  <robertmh@gnu.org>
1015
1016	* mt-linux: Rename to ...
1017	* mt-gnu: ... this.
1018
10192004-06-09  Paolo Bonzini  <bonzini@gnu.org>
1020
1021	* acx.m4 (ACX_PROG_LN): From gcc, modified to
1022	accept a parameter.
1023
10242004-05-23  Paolo Bonzini  <bonzini@gnu.org>
1025
1026	* acx.m4 (ACX_HEADER_STDBOOL, ACX_HEADER_STRING):
1027	From gcc.
1028
10292004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1030
1031	* acx.m4 (ACX_PROG_GNAT): Check if ${CC} produces object file for
1032	Ada compilation.
1033	Fix acx_cv_cc_gcc_supports_ada spelling.
1034
10352004-03-08  Paolo Bonzini  <bonzini@gnu.org>
1036
1037	PR ada/14131
1038	Move language detection to the top level.
1039	* acx.m4 (ACX_PROG_GNAT): New macro, moved here
1040	from the gcc subdirectory.
1041
10422004-03-09  Hans-Peter Nilsson  <hp@axis.com>
1043
1044	* accross.m4 (AC_C_BIGENDIAN_CROSS): Compile endian probe with
1045	"-c".  Properly quote parameter for AC_MSG_ERROR.
1046
10472004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1048
1049	* acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1050	throughout.
1051	* aclocal.m4: Regenerate.
1052	* configure: Regenerate.
1053
10542003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
1055
1056	* gettext.m4: Properly quote arguments to AC_DEFUN.
1057
10582003-09-24  Daniel Jacobowitz  <drow@mvista.com>
1059
1060	* acx.m4 (AC_PROG_CPP_WERROR): New.
1061
10622003-08-27  Daniel Jacobowitz  <drow@mvista.com>
1063
1064	* no-executables.m4: New file.
1065
10662003-07-07  Zack Weinberg  <zack@codesourcery.com>
1067
1068	* gettext.m4: Delete all former contents.
1069	(ZW_GNU_GETTEXT_SISTER_DIR): New macro.
1070	* progtest.m4: New file.
1071
10722003-07-04  Zack Weinberg  <zack@codesourcery.com>
1073
1074	* gettext.m4: New file - copy of gettext.m4 from binutils
1075	CVS, with added AC_ISC_POSIX macro from gcc/aclocal.m4.
1076
10772003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
1078
1079	* acinclude.m4: Accept i[3456789]86 for machine type.
1080
10812003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
1082
1083	* acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD,
1084	_GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET,
1085	GCC_TOPLEV_SUBDIRS.
1086
10872003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
1088
1089	* mh-dgux: Delete.
1090
10912002-12-28  Alexandre Oliva  <aoliva@redhat.com>
1092
1093	* acx.m4: Name cache variables properly.
1094	(NCN_STRICT_CHECK_TOOL): If program is not found and
1095	value-if-not-found is empty, use ${ncn_tool_prefix}$2 or $2,
1096	depending on whether build != host or not.
1097	(NCN_STRICT_CHECK_TARGET_TOOL): Ditto, with the target prefix.
1098
10992002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1100
1101	* acx.m4: New.
1102	* mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
1103	mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
1104	mh-riscos, mh-sysv: Delete.
1105	* mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
1106	mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
1107
11082002-12-16  Christopher Faylor  <cgf@redhat.com>
1109
1110	* mh-cygwin: Don't build libtermcap if it doesn't exist.
1111
11122002-12-22  Geoffrey Keating  <geoffk@apple.com>
1113
1114	* mt-aix43: Delete.
1115
11162002-11-23  H.J. Lu <hjl@gnu.org>
1117
1118	* accross.m4: New.
1119
11202002-11-10  Stan Shebs  <shebs@apple.com>
1121
1122	Retire common MPW configury bits.
1123	* mpw-mh-mpw: Remove.
1124	* mpw: Remove directory along with all of its files.
1125
11262002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1127
1128	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
1129
11302002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
1131
1132	* mh-apollo68: remove unused HDEFINES setting.
1133	* mh-dgux: remove unused HDEFINES setting.
1134	* mh-dgux386: remove unused HDEFINES setting, duplicate RANLIB=true.
1135
11362002-04-29  Nathanael Nerode  <neroden@twcny.rr.com>
1137
1138	* mh-cxux: remove dead code
1139	* mh-dgux386: remove dead code
1140	* mh-hp300: remove dead code
1141	* mh-hpux: remove dead code
1142	* mh-hpux8: remove dead code
1143	* mh-irix5: remove dead code
1144	* mh-irix6: remove dead code
1145	* mh-ncr3000: remove dead code
1146	* mh-ncrsvr43: remove dead code
1147	* mh-necv4: remove dead code
1148	* mh-sco: remove dead code
1149	* mh-solaris: remove dead code
1150	* mh-sysv: remove dead code
1151	* mh-sysv4: remove dead code
1152	* mh-sysv5: remove dead code
1153	* mh-irix4: remove, contains only dead code
1154
1155	* mt-armpic: Delete.
1156	* mt-elfalphapic: Delete.
1157	* mt-i370pic: Delete.
1158	* mt-ia64pic: Delete.
1159	* mt-m68kpic: Delete.
1160	* mt-papic: Delete.
1161	* mt-ppcpic: Delete.
1162	* mt-s390pic: Delete.
1163	* mt-sparcpic: Delete.
1164	* mt-x86pic: Delete.
1165
11662002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
1167
1168	* mh-a68bsd: clean out dead code
1169	* mh-apollo68: clean out dead code
1170	* mh-cxux: clean out dead code
1171	* mh-decstation: clean out dead code
1172	* mh-dgux: clean out dead code
1173	* mh-dgux386: clean out dead code
1174	* mh-hp300: clean out dead code
1175	* mh-hpux: clean out dead code
1176	* mh-hpux8: clean out dead code
1177	* mh-interix: clean out dead code
1178	* mh-irix4: clean out dead code
1179	* mh-lynxrs6k: clean out dead code
1180	* mh-mingw32: clean out dead code
1181	* mh-ncr3000: clean out dead code
1182	* mh-ncrsvr43: clean out dead code
1183	* mh-necv4: clean out dead code
1184	* mh-openedition: clean out dead code
1185	* mh-riscos: clean out dead code
1186	* mh-sco: clean out dead code
1187	* mh-sysv4: clean out dead code
1188	* mh-lynxos: removed, contained only dead code
1189	* mh-vaxult2: removed, contained only dead code
1190	* mh-sun3: removed, contained only dead code
1191
11922002-04-15  Keith Seitz  <keiths@redhat.com>
1193
1194	* acinclude.m4 (CYG_AC_PATH_TCLCONFIG): Search the win/ directory,
1195	too.
1196	(CYG_AC_PATH_TKCONFIG): Likewise.
1197
11982001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1199
1200	* acinclude.m4: Fix spelling error of "separate" as "seperate".
1201
12022001-05-22  Jason Merrill  <jason_merrill@redhat.com>
1203
1204	* mt-linux (CXXFLAGS_FOR_TARGET): Lose -fvtable-thunks.
1205
12062001-01-27  Richard Henderson  <rth@redhat.com>
1207
1208	* mt-alphaieee: New file.
1209
12102001-01-02  Laurynas Biveinis  <lauras@softhome.net>
1211
1212	* mh-djgpp: do not set CFLAGS.
1213
12142000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>
1215
1216	* mh-djgpp: Conditionally set 'target_alias' to djgpp. Conditionally
1217	modify 'gcc_version'.
1218
12192000-07-21  Andrew Haley  <aph@cygnus.com>
1220
1221	* mh-ia64pic: New file.
1222	* mt-ia64pic: New file.
1223
12242001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1225
1226	* mh-s390pic: New file.
1227	* mt-s390pic: New file.
1228
12292000-09-26  David Edelsohn  <edelsohn@gnu.org>
1230
1231	* mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag.
1232
12332000-07-14  Mark P Mitchell  <mark@codesourcery.com>
1234
1235	* mh-irix6 (CC): Don't set it.
1236
12372000-06-21  Branko Cibej  <branko.cibej@hermes.si>
1238
1239	* mh-sparcpic: Use single instead of double quotes.
1240	* mt-sparcpic: Likewise.
1241
12422000-06-19  Syd Polk <spolk@redhat.com>
1243
1244	* acinclude.m4: Updated for Incr Tcl 3.0.
1245
12462000-02-23  Linas Vepstas <linas@linas.org>
1247
1248	* mh-i370pic: New file.
1249	* mt-i370pic: New file.
1250
12512000-02-22  Nick Clifton  <nickc@cygnus.com>
1252
1253	* mt-wince: new file: Makefile fragment for WinCE targets.
1254
12552000-01-06  Geoff Keating  <geoffk@cygnus.com>
1256
1257	* mh-aix43: Delete, move to mt-aix43.
1258	* mt-aix43: New file.
1259
1260Tue Sep  7 23:31:01 1999  Linas Vepstas  <linas@linas.org>
1261
1262	* mh-openedition: New file.
1263
12641999-04-07  Michael Meissner  <meissner@cygnus.com>
1265
1266	* mt-d30v: New file, pass -g -Os -Wa,-C as default options.
1267
1268Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
1269
1270	* mh-go32: Delete.
1271	* mh-djgpp: New. Renamed from mh-go32.
1272
1273Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
1274
1275	* mh-windows: Ditto.
1276
12771999-02-08  Syd Polk  <spolk@cygnus.com>
1278
1279	* acinclude.m4: Added macros to find itcl files.
1280	Export TCL_CFLAGS from tclConfig.sh.
1281	Export TCL_LIB_FULL_PATH, TK_LIB_FULL_PATH, ITCL_LIB_FULL_PATH,
1282	ITK_LIB_FULL_PATH, and TIX_LIB_FULL_PATH
1283	Replace TIX macros with better ones from snavigator.
1284
1285Tue Feb  2 22:51:21 1999 Philip Blundell  <philb@gnu.org>
1286
1287	* mh-armpic: New file.  Patch from Jim Pick <jim@jimpick.com>.
1288	* mt-armpic: Likewise.
1289
1290Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
1291
1292	* mh-interix: New file.
1293
1294Mon Jan 18 19:41:08 1999  Christopher Faylor <cgf@cygnus.com>
1295
1296	* cygwin.mh: Activate commented out dependencies for
1297	gdb: libtermcap.
1298
1299Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
1300
1301	* mt-cygwin: Remove.
1302
1303Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
1304
1305	* mt-cygwin: New file.  libtermcap target info.
1306
1307Wed Nov 18 20:29:46 1998  Christopher Faylor <cgf@cygnus.com>
1308
1309	* cygwin.mh: Add extra libtermcap target information.
1310	Add commented out dependency for gdb to libtermcap for
1311	future readline requirement.
1312
1313Mon Nov  2 15:15:33 1998  Geoffrey Noer  <noer@cygnus.com>
1314
1315	* mh-cygwin32: delete
1316	* mh-cygwin: was mh-cygwin32
1317
13181998-10-26  Syd Polk  <spolk@cygnus.com>
1319
1320	* acinclude.m4: TCLHDIR and TKHDIR need to be run through
1321	cygpath for Microsoft builds.
1322
13231998-10-20  Syd Polk  <spolk@cygnus.com>
1324
1325	* acinclude.m4: Re-exported TCL_LIBS and TCL_LD_SEARCH_FLAGS
1326	because itcl needs them.
1327
1328Mon Aug 31 17:50:53 1998  David Edelsohn  <edelsohn@mhpcc.edu>
1329
1330	* mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well.
1331
1332Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
1333
1334	* mh-aix43: New file.
1335
1336Mon Aug 10 00:15:47 1998  HJ Lu (hjl@gnu.org)
1337
1338	* mt-linux (CXXFLAGS_FOR_TARGET): Add -D_GNU_SOURCE.
1339
13401998-05-29  Rob Savoye  <rob@chinadoll.cygnus.com>
1341
1342	* acinclude.m4: New collection of generic autoconf macros.
1343
1344Wed Apr 22 12:24:28 1998  Michael Meissner  <meissner@cygnus.com>
1345
1346	* mt-ospace: New file, support using -Os instead of -O2 to compile
1347	the libraries.
1348
1349Wed Apr 22 10:53:14 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1350
1351	* mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS.
1352
1353Sat Apr 11 22:43:17 1998  J. Kean Johnston  <jkj@sco.com>
1354
1355	* mh-svsv5: New file - support for SCO UnixWare 7 / SVR5.
1356
1357Thu Mar 26 01:54:25 1998  Geoffrey Noer  <noer@cygnus.com>
1358
1359	* mh-cygwin32: stop configuring and building dosrel.
1360
1361Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1362
1363	* mh-sparcpic (PICFLAG): Define to properly according
1364	to current multilib configuration.
1365	* mt-sparcpic (PICFLAG_FOR_TARGET): Define to properly
1366	according to current multilib configuration.
1367
1368Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
1369
1370	* mh-mingw32: New file.
1371
1372Thu Sep 11 16:43:27 1997  Jim Wilson  <wilson@cygnus.com>
1373
1374	* mh-elfalphapic, mt-elfalphapic: New files.
1375
13761997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
1377
1378	* mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is used.
1379
1380Sun Sep 14 20:53:42 1997  Geoffrey Noer  <noer@cygnus.com>
1381
1382	* mh-cygwin32: ok to build split texinfo files
1383
1384Wed Jul 23 12:32:18 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
1385
1386	* mh-go32 (CFLAGS): Don't set -fno-omit-frame-pointer.
1387
1388Mon Jun 16 19:06:41 1997  Geoff Keating  <geoffk@ozemail.com.au>
1389
1390	* mh-ppcpic: New file.
1391	* mt-ppcpic: New file.
1392
1393Thu Mar 27 15:52:40 1997  Geoffrey Noer  <noer@cygnus.com>
1394
1395	* mh-cygwin32: override CXXFLAGS, setting to -O2 only
1396	(no debug)
1397
1398Tue Mar 25 18:16:43 1997  Geoffrey Noer  <noer@cygnus.com>
1399
1400	* mh-cygwin32: override LIBGCC2_DEBUG_CFLAGS so debug info
1401	isn't included in cygwin32-hosted libgcc2.a by default
1402
1403Wed Jan  8 19:56:43 1997  Geoffrey Noer  <noer@cygnus.com>
1404
1405	* mh-cygwin32: override CFLAGS so debug info isn't included
1406	in cygwin32-hosted tools by default
1407
1408Tue Dec 31 16:04:26 1996  Ian Lance Taylor  <ian@cygnus.com>
1409
1410	* mh-linux: Remove.
1411
1412Mon Nov 11 10:29:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1413
1414	* mt-ppc: Delete file, options moved to newlib configure.
1415
1416Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
1417
1418	* mh-windows:  Add rules for building MSVC makefiles.
1419
1420Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
1421
1422	* mh-windows (HOST_FLAGS):  Set srcroot, which is needed
1423	for MSVC build procedure.
1424
1425Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
1426
1427	* mh-windows:  Add support for windows host
1428	(that is a build done under the Microsoft build environment).
1429
1430Fri Oct  4 12:21:03 1996  Angela Marie Thomas (angela@cygnus.com)
1431
1432	* mh-dgux386: New file.  x86 dgux specific flags
1433
1434Mon Sep 30 15:10:07 1996  Stan Shebs  <shebs@andros.cygnus.com>
1435
1436	* mpw-mh-mpw (EXTRALIBS_PPC_XCOFF): New, was EXTRALIBS_PPC.
1437	(EXTRALIBS_PPC): Use shared libraries instead of xcoff.
1438
1439Sat Aug 17 04:56:25 1996  Geoffrey Noer  <noer@skaro.cygnus.com>
1440
1441	* mh-cygwin32: don't -D_WIN32 here anymore
1442
1443Sun Aug 11 20:51:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
1444
1445	* mh-cygwin32 (CFLAGS):  Define _WIN32 to be compatible
1446	with normal Windows compilation environment.
1447
1448Thu Aug 15 19:46:44 1996  Stan Shebs  <shebs@andros.cygnus.com>
1449
1450	* mpw-mh-mpw (SEGFLAG_68K, SEGFLAG_PPC): Remove.
1451	(EXTRALIBS_PPC): Add libgcc.xcoff.
1452
1453Thu Aug  8 14:51:47 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1454
1455	* mt-ppc: New file, add -mrelocatable-lib and -mno-eabi to all
1456	target builds for PowerPC eabi targets.
1457
1458Fri Jul 12 12:06:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
1459
1460	* mpw: New subdir, Mac MPW configuration support bits.
1461
1462Mon Jul  8 17:30:52 1996  Jim Wilson  <wilson@cygnus.com>
1463
1464	* mh-irix6: New file.
1465
1466Mon Jul  8 15:15:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
1467
1468	* mt-sparcpic (PICFLAG_FOR_TARGET): Use -fPIC.
1469
1470Fri Jul  5 11:49:02 1996  Ian Lance Taylor  <ian@cygnus.com>
1471
1472	* mh-irix4 (RANLIB): Don't define; Irix 4 does have ranlib.
1473
1474Sun Jun 23 22:59:25 1996  Geoffrey Noer  <noer@cygnus.com>
1475
1476	* mh-cygwin32: new file.  Like mh-go32 without the CFLAGS entry.
1477
1478Tue Mar 26 14:10:41 1996  Ian Lance Taylor  <ian@cygnus.com>
1479
1480	* mh-go32 (CFLAGS): Define.
1481
1482Thu Mar 14 19:20:54 1996  Ian Lance Taylor  <ian@cygnus.com>
1483
1484	* mh-necv4: New file.
1485
1486Thu Feb 15 13:07:43 1996  Ian Lance Taylor  <ian@cygnus.com>
1487
1488	* mh-cxux (CC): New variable.
1489	(CFLAGS, LDFLAGS): Remove.
1490	* mh-ncrsvr43 (CC): New variable.
1491	(CFLAGS): Remove.
1492	* mh-solaris (CFLAGS): Remove.
1493
1494	* mh-go32: Remove most variable settings, since they presumed a
1495	Canadian Cross, which is now handled correctly by the configure
1496	script.
1497
1498	* mh-sparcpic (PICFLAG): Set to -fPIC, not -fpic.
1499
1500Mon Feb 12 14:53:39 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1501
1502	* mh-m68kpic, mt-m68kpic: New files.
1503
1504Thu Feb  1 14:15:42 1996  Stan Shebs  <shebs@andros.cygnus.com>
1505
1506	* mpw-mh-mpw (CC_MWC68K): Add options similar to those used
1507	in CC_MWCPPC, and -mc68020 -model far.
1508	(AR_MWLINK68K): Add -xm library.
1509	(AR_AR): Define.
1510	(CC_LD_MWLINK68K): Remove -d.
1511	(EXTRALIBS_MWC68K): Define.
1512
1513Thu Jan 25 16:05:33 1996  Ian Lance Taylor  <ian@cygnus.com>
1514
1515	* mh-ncrsvr43 (CFLAGS): Remove -Hnocopyr.
1516
1517Thu Nov 30 14:45:25 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1518
1519	* mt-v810 (CC_FOR_TARGET): Add -ansi flag.  NEC compiler
1520	defaults to K&R mode, but doesn't have varargs.h, so we have to
1521	compile in ANSI mode.
1522
1523Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1524
1525	* mt-v810 (CC_FOR_TARGET, AS_FOR_TARGET, AR_FOR_TARGET,
1526	RANLIB_FOR_TARGET): Set as appropriate for NEC v810 toolchain.
1527
1528Tue Nov 14 15:03:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
1529
1530	* mh-i386win32: add LD_FOR_TARGET.
1531
1532Tue Nov  7 15:41:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
1533
1534	* mpw-mh-mpw (CC_MWC68K, CC_MWCPPC): Remove unused include path.
1535	(CC_MWCPPC): Add -mpw_chars, disable warnings, add comments
1536	explaining reasons for various flags.
1537	(EXTRALIBS_PPC, EXTRALIBS_MWCPPC ): Put runtime library first.
1538
1539Fri Oct 13 14:44:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
1540
1541	* mh-aix, mh-sun:  Removed.
1542
1543	* mh-decstation (X11_EXTRA_CFLAGS): Define.
1544
1545	* mh-sco, mh-solaris, mh-sysv4 (X11_EXTRA_LIBS): Define.
1546
1547	* mh-hp300, mh-hpux, mh-hpux8, mh-solaris, mh-sun3, mh-sysv4: Don't
1548	hardcode location of X stuff here.
1549
1550Thu Sep 28 13:14:56 1995  Stan Shebs  <shebs@andros.cygnus.com>
1551
1552	* mpw-mh-mpw: Add definitions for various 68K and PowerMac
1553	compilers, add definitions for library and link steps for
1554	PowerMacs.
1555
1556Sat Sep 16 18:31:08 PDT 1995  Angela Marie Thomas <angela@cygnus.com>
1557
1558	* mh-ncrsvr43: Removed AR_FLAGS
1559
1560Thu Sep 14 08:20:04 1995  Fred Fish  <fnf@cygnus.com>
1561
1562	* mh-hp300 (CC): Add "CC = cc -Wp,-H256000" to avoid
1563	"too much defining" errors from the HPUX compiler.
1564
1565Thu Aug 17 17:28:56 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
1566
1567	* mh-hp300 (RANLIB): Use "ar ts", in case GNU ar was used and
1568	didn't build a symbol table.
1569
1570Thu Jun 22 17:47:24 1995  Stan Shebs  <shebs@andros.cygnus.com>
1571
1572	* mpw-mh-mpw (CC): Define ANSI_PROTOTYPES.
1573
1574Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1575
1576	* m?-*pic: Define PICFLAG* instead of LIB*FLAGS*.
1577
1578Mon Apr 10 12:29:48 1995  Stan Shebs  <shebs@andros.cygnus.com>
1579
1580	* mpw-mh-mpw (EXTRALIBS): Always link in Math.o, CSANELIB.o,
1581	and ToolLibs.o.
1582
1583	* mpw-mh-mpw (CC): Define ALMOST_STDC.
1584	(CFLAGS): Remove ALMOST_STDC, -mc68881.
1585	(LDFLAGS): add -w.
1586
1587	* mpw-mh-mpw (CFLAGS): Add -b option to put strings at the ends of
1588	functions.
1589
1590	* mpw-mh-mpw: New file, host makefile definitions for MPW.
1591
1592Fri Mar 31 11:35:17 1995  Jason Molenda (crash@phydeaux.cygnus.com)
1593
1594	* mt-netware: New file.
1595
1596Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
1597
1598	Revert this change:
1599
1600	Mon Mar 29 19:59:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1601
1602		* mh-solaris: SunPRO C needs -Xs to be able to get a
1603		working xmakefile for Emacs.
1604
1605Mon Mar 13 12:31:29 1995  Ian Lance Taylor  <ian@cygnus.com>
1606
1607	* mh-hpux8: New file.
1608	* mh-hpux: Use X11R5 rather than X11R4.
1609
1610Thu Feb  9 11:04:13 1995  Ian Lance Taylor  <ian@cygnus.com>
1611
1612	* mh-linux (SYSV): Don't define.
1613	(RANLIB): Don't define.
1614
1615Wed Jan 11 16:29:34 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1616
1617	* m?-*pic (LIBCXXFLAGS): Add -fno-implicit-templates.
1618
1619Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1620
1621	* m[th]-*pic: Support --enable-shared.
1622
1623Thu Nov  3 17:27:19 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
1624
1625	* mh-irix4 (CC): Increase maximum string length.
1626
1627	* mh-sco (CC): Define away const, it doesn't work right; elements
1628	of arrays of ptr-to-const are considered const themselves.
1629
1630Sat Jul 16 12:17:49 1994  Stan Shebs  (shebs@andros.cygnus.com)
1631
1632	* mh-cxux: New file, from Bob Rusk (rrusk@mail.csd.harris.com).
1633
1634Sat Jun  4 17:22:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1635
1636	* mh-ncrsvr43:  New file from Tom McConnell
1637	<tmcconne@sedona.intel.com>.
1638
1639Thu May 19 00:32:11 1994  Jeff Law  (law@snake.cs.utah.edu)
1640
1641	* mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining"
1642	errors from the HPUX 8 compilers.
1643
1644Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
1645
1646	* mh-go32: New fragment.
1647
1648Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
1649
1650	* mh-lynxrs6k: Renamed from mh-lynxosrs6k, to make it
1651	unique in 8.3 naming schemes.
1652
1653Wed May  4 20:14:47 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
1654
1655	* mh-lynxrs6k: set SHELL to /bin/bash
1656
1657Tue Apr 12 12:38:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
1658
1659	* mh-irix4 (CC): Change -XNh1500 to -XNh2000.
1660
1661Mon Jan 31 18:40:55 1994  Stu Grossman  (grossman at cygnus.com)
1662
1663	* mh-lynxosrs6k:  Account for lack of ranlib!
1664
1665Sat Dec 25 20:03:45 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
1666
1667	* mt-hppa: Delete.
1668
1669Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
1670
1671	* mh-irix5: New file for Irix 5.
1672
1673Tue Nov 16 22:54:39 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
1674
1675	* mh-a68bsd: Define CC to gcc.
1676
1677Mon Nov 15 16:56:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
1678
1679	* mh-linux: Don't put -static in LDFLAGS.  Add comments.
1680
1681Mon Nov 15 13:37:58 1993  david d `zoo' zuhn  (zoo@cirdan.cygnus.com)
1682
1683	* mh-sysv4 (AR_FLAGS): change from cq to cr
1684
1685Fri Nov  5 08:12:32 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
1686
1687	* mh-unixware: remove.  It's the same as sysv4, and config.guess
1688	can't tell the difference.  So don't allow skew.
1689
1690Wed Oct 20 20:35:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
1691
1692	* mh-hp300: Revert yesterday's change, but add comment explaining.
1693
1694Tue Oct 19 18:58:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
1695
1696	* mh-hp300: Don't define CFLAGS to empty.  Why should hp300 be
1697	different from anything else?  ("gdb doesn't understand the native
1698	debug format" isn't a good enough answer because we might be using
1699	gcc).
1700
1701Tue Oct  5 12:17:40 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
1702
1703	* mh-alphaosf: Remove, no longer necessary now that gdb knows
1704	how to handle OSF/1 shared libraries.
1705
1706Tue Jul  6 11:27:33 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
1707
1708	* mh-alphaosf: New file.
1709
1710Thu Jul  1 15:49:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
1711
1712	* mh-riscos: New file.
1713
1714Mon Jun 14 12:03:18 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
1715
1716	* mh-aix, mh-aix386, mh-decstation, mh-delta88, mh-hpux, mh-irix4,
1717	mh-ncr3000, mh-solaris, mh-sysv, mh-sysv4: remove INSTALL=cp line,
1718	now that we're using install.sh globally
1719
1720Fri Jun  4 16:09:34 1993  Ian Lance Taylor  (ian@cygnus.com)
1721
1722	* mh-sysv4 (INSTALL): Use cp, not /usr/ucb/install.
1723
1724Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1725
1726	* mh-delta88: remove extraneous GCC references
1727
1728Thu Apr  8 11:21:52 1993  Ian Lance Taylor  (ian@cygnus.com)
1729
1730	* mt-a29k, mt-ebmon29k, mt-os68k, mt-ose68000, mt-ose68k,
1731	mt-vxworks68, mt-vxworks960: Removed obsolete, unused target
1732	Makefile fragment files.
1733
1734Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
1735
1736	* mh-irix4: Bump -XNh value to 1500 to match gcc requirements.
1737
1738Mon Mar 29 19:59:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1739
1740	* mh-sun3: cc needs -J to compile cp-parse.c correctly
1741
1742	* mh-solaris: SunPRO C needs -Xs to be able to get a
1743	working xmakefile for Emacs.
1744
1745Mon Mar  8 15:05:25 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
1746
1747	* mh-aix386: New file; old mh-aix, plus no-op RANLIB.
1748
1749Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
1750
1751	* mh-vaxult2:  New file.
1752
1753Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1754
1755	* mh-sco: define X11_LIB to the mess that SCO ODT requires
1756
1757Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
1758
1759	* mh-sco: Don't override BISON definition.
1760
1761Mon Dec  7 06:43:27 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1762
1763	* mh-sco: don't default $(CC) to gcc
1764
1765Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1766
1767	* mh-solaris: rework standard X location to use
1768	$OPENWINHOME, if defined.
1769
1770	* mh-sun: handle X11 include locations
1771
1772	* mh-decstation: define NeedFunctionPrototypes to 0, to
1773	work around dain-bramaged DECwindows include files
1774
1775Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1776
1777	* mh-hpux, mh-solaris: define the "standard" locations for
1778	the vendor supplied X11 headers and libraries
1779
1780Thu Oct  1 13:50:48 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1781
1782	* mh-solaris: INSTALL is NOT /usr/ucb/install
1783
1784Mon Aug 24 14:25:35 1992  Ian Lance Taylor  (ian@cygnus.com)
1785
1786	* mt-ose68000, mt-ose68k: renamed from mt-OSE*.
1787
1788Mon Aug  3 15:41:28 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
1789
1790	* mh-solaris: removed the -xs from CFLAGS (let the people
1791	with Sun's C compiler deal with it themselved)
1792
1793Tue Jul 21 02:11:01 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
1794
1795	* mt-OSE68k, mt-680000: new configs.
1796
1797Thu Jul 16 17:12:09 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
1798
1799	* mh-irix4: merged changes from progressive.
1800
1801Wed Jul  8 00:01:30 1992  Stu Grossman  (grossman at cygnus.com)
1802
1803	* mh-solaris:  Use -xs when compiling so that Sun-C puts
1804	a symbol-table into the executable.
1805
1806Mon Jun 15 12:31:52 1992  Fred Fish  (fnf@cygnus.com)
1807
1808	* mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
1809	it is broken on ncr 3000's.
1810
1811Tue Jun  9 23:29:38 1992  Per Bothner  (bothner@rtl.cygnus.com)
1812
1813	* Everywhere: Change RANLIB=echo>/dev/null (which confuses
1814	some shells - and I don't blame them) to RANLIB=true.
1815	* mh-solaris:  Use /usr/ucb/install for INSTALL.
1816
1817Tue Jun  9 17:18:11 1992  Fred Fish  (fnf at cygnus.com)
1818
1819	* mh-ncr3000, mh-sysv4:  Add INSTALL.
1820
1821Sun May 31 14:45:23 1992  Mark Eichin  (eichin at cygnus.com)
1822
1823	* mh-solaris2: Add new configuration for Solaris 2 (sysv, no ranlib)
1824
1825Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
1826
1827	* mh-delta88, mh-ncr3000:  Replace MINUS_G with
1828	CFLAGS per new configuration strategy.
1829
1830Fri Apr 10 23:10:08 1992  Fred Fish  (fnf@cygnus.com)
1831
1832	* mh-ncr3000:  Add new configuration for NCR 3000.
1833
1834Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
1835
1836	* mh-irix4: Port to SGI Irix-4.x.
1837
1838Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
1839
1840	* mh-sco: Fix SCO configuration stuff.
1841
1842Tue Dec 10 00:10:55 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
1843
1844	* ChangeLog: fresh changelog.
1845
1846