4 * m68hc11: New directory.
6 * configure: Regenerate.
10 * tic80: New directory.
11 * configure.in: Add configury.
12 * configure: Regenerate.
16 * configure.in (extra_subdirs): Add testsuite to strongarm
18 * configure: Regenerate.
22 * MAINTAINERS: New file. Blank.
26 * configure.in: Require autoconf 2.13 and remove obsolete
27 invocation of AC_C_CROSS.
28 * configure: Regenerate.
32 * configure.in: Configure the testsuite directory for thumb.
33 * configure: Regenerate.
37 * configure.in: Configure the testsuite directory for arm.
38 * configure: Regenerate.
42 * configure.in: Add support for MCore target.
43 * configure: Regenerate.
47 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
48 RUNTEST instead of commenting out, fixes portability problem.
52 * configure.in: Add support for StrongARM target.
53 * configure: Regenerate.
57 * configure.in: Require autoconf 2.12.1 or higher.
61 * configure.in (i960-*-*): Add.
66 * configure.in: Added case for fr30-*-*.
67 * configure: Regenerated.
71 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
72 to allow successful operation on Windows.
76 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
77 check can be invoked recursively.
81 * configure.in: Build simulator on sparclite and sparc86x targets.
82 * configure: Regenerate.
86 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
87 to autoconf and autoheader.
91 * Makefile.in (autoconf-common autoheader-common): Pass `-l
92 ../common' to autoconf and autoheader. Unconditionally run
93 autoconf in every subdir.
94 (autoconf-changelog autoheader-changelog): Unconditionally run
95 commands in every subdir.
96 (autoconf-install autoheader-install): Likewise.
100 * Makefile.in: Get SHELL from configure.
101 * (FLAGS_TO_PASS): Pass down SHELL.
102 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
107 * configure.in (extra_subdirs): Enable igen for mn10300.
108 * configure: Re-generate.
112 * configure.in (extra_subdirs): Add support for thumb target.
114 * configure (extra_subdirs): Add support for thumb target.
118 * configure.in (extra_subdirs): Add IGEN directory when MIPS
120 * configure: Regenerate.
124 * configure.in (extra_subdirs): v850ea needs igen.
125 * configure: Re-generate.
129 * configure.in (testdir): When a testsuite directory, add that to
130 the list of confdirs.
134 * configure.in (extra_subdirs): Enable igen ready for V850.
138 * configure.in (w65-*-*, only_if_enabled): Set.
139 * configure: Re-generate.
143 * configure.in (sparc*-*-*, only_if_enabled): Set
144 only_if_enabled=yes. Check only_if_enabled before enabling a
146 * configure: Regenerate.
150 * configure.in (extra_subdirs): Add v850e target.
154 * configure.in (extra_subdirs): Add v850ea target.
158 * configure.in (sparc*-*-*): Don't build erc32.
159 * configure: Regenerate.
163 * configure.in (m32r-*-*): New target.
164 * configure: Regenerate.
166 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
170 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
171 thought that .NOEXPORT was the default target.
175 * Makefile.in (clean mostlyclean): Restore targets accidentally
176 deleted in earlier change.
180 * Makefile.in (autoheader-common, autoheader-changelog,
181 autoheader-install): Perform autoheader in addition to autoconf.
185 * Makefile.in (autoconf-install): New target.
186 (autoconf-changelog): Try different way to obtain user name.
190 * Makefile.in (autoconf-changelog): New target, update
191 ChangeLog for all subdirectories - normally used after
192 autoconf-common target.
196 * configure.in (extra_subdirs): Include testsuite for d30v.
197 * configure: Regenerate.
199 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
201 (check): New rules - drive the testsuite.
205 * configure.in: Add mn10200 configure lines accidentally
207 * configure: Regenerated.
211 * configure.in (extra_subdirs): Generalize common sub directory
213 (extra_subdirs): For d30v add igen to the list to be built.
217 * configure.in (d30v): New target.
218 * configure: Regenerated.
222 * configure.in: Don't require GCC to build the mn10200
224 * configure: Rebuilt.
228 * configure.in: Don't configure any subdirs if no simulator
229 is being built. Don't use erc32 for sparc64.
230 * configure: Regenerated.
234 * Makefile.in (autoconf-common): New target.
235 * configure.in: Do configure common.
236 * configure: Regenerated.
240 * configure configure.in: Don't configure common anymore. Files
241 from common are now built in the individual simualtor directories.
242 This fixes problems with the WinGDB build procedure.
246 * configure: Enable the mn10200 simulator.
250 * configure.in (configdirs): Add common.
251 * configure: Regenerated.
255 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
256 system V based targets.
257 * configure: Regenerate.
261 * configure.in (--enable-sim-powerpc): Delete.
263 * configure: Regenerated.
267 * configure.in: Only build the V850 simulator if
269 * configure: Rebuild.
273 * configure.in: Do build erc32 for DOS and Windows hosts.
274 * configure: Rebuild.
278 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
279 be inherited from the parent. Remove INSTALL_XFORM and
280 INSTALL_XFORM1. Make INSTALL be set from configure.
284 * configure.in: Only build the MIPS simulator if we are using
286 * configure: Rebuild.
290 * configure.in (v850-*-*): Added V850 simulator.
294 * configure.in (d10v-*-*): Added D10V simulator.
298 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
299 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
301 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
302 (AC_PROG_INSTALL): Added.
303 * configure: Rebuilt.
307 * configure.in: Only configure erc32 if using gcc.
308 * configure: Rebuild.
312 * configure.in (sim_target): Build PowerPC simulator for powerpc
313 System V.4, Solaris, and Elf targets.
314 * configure: Regenerate with autoconf 2.10.
316 Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
318 * configure.in: Only built erc32 simulator on Unix hosts as it
320 * configure: Regenerated with autoconf 2.8.
324 * erc32: Sparc simulator from the ESA.
329 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
330 * configure: Regenerate using autoconf.
334 * Makefile.in (install): Fix typo.
338 * configure: Regenerate with autoconf 2.7.
340 * Makefile.in (all): Simplify.
341 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
342 as in the all target.
343 (distclean, maintainer-clean, realclean): Likewise.
348 * Makefile.in (all): Remove extra '\' char from shell script.
352 * Makefile.in (all): Avoid a for loop with zero elements, even if
353 the loop will not be executed because of an if statement.
357 * Makefile.in (install): Add missing semicolon in "fi \".
361 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
362 defaults from configure.
364 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
366 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
367 if either --enable-sim-powerpc is used, or the host compiler is
372 * configure.in (mips*-*-*): Added "mips" simulator target.
373 * configure: Re-generated.
377 * Makefile.in (BISON): Remove macro.
378 (FLAGS_TO_PASS): Remove BISON.
382 * configure.in: Explicitly `exit 0' for broken shells.
383 * configure: Rebuilt.
387 * common/run.c (main): Initialize the callbacks.
391 * Makefile.in (maintainer-clean): New synonym for realclean.
395 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
396 the target is powerpc*-*-eabisim*, since it requires GCC to build.
400 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
402 * configure: Regnerate from configure.in.
406 * Update all FSF addresses except those in COPYING* files.
410 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
411 submakes either default or passed in value.
415 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
416 install): Changed targets so that they descend all
417 subdirectories in $(SUBDIRS).
418 (*-all, *-clean, *-install): Removed targets.
420 * configure.in: Don't bother with target makefile fragments, they
421 are no longer needed.
422 * configure: regenerated.
424 * Makefile.in, configure.in: converted to autoconf.
425 * configure: New file, generated with autconf 2.4.
429 * Makefile.in: Support ARM.
430 * configure.in: Ditto.
432 Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
434 * Makefile.in: Support W65.
435 * configure.in: Ditto.
439 * Makefile.in: Add TAGS target.
443 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
444 install-h8300, clean-h8300, all-h8500, install-h8500,
445 clean-h8500, all-sh, install-sh, clean-sh): do not echo
448 Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
450 * Makefile.in: remove endian.h trace from h8500
454 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
456 Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
458 * Makefile.in: make all of the all-* target (except all-nothing)
459 depend on endian.h, so that if we're not building a simulator, we
464 * Makefile.in (check, installcheck): Added dummy targets.
468 * Makefile.in (endian): Find endian.c in $(srcdir), and also
469 explicitly make it, since some makes apparently don't work with
470 VPATH and .c to executable rules (SunOS make for example).
474 * Makefile.in (endian): Add explicit rule for broken makes.
478 * Makefile.in (info, install-info): New targets.
479 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
484 * Makefile.in (endian.h): build endian.h via a temporary file so
485 that we don't leave an incomplete file lying around on
487 (clean): remove endian, e.h, and endian.h.
491 * Makefile.in, configure.in: if target isn't supported, build a