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