3 * ./deja-gnu/gdb.t21/.Sanitize & ./deja-gnu/gdb.t22/.Sanitize
4 Changed .Sanitize files to reflect earlier change of
5 in-gdbme.C filename to in-gdbme.cc .
9 * Makefile.in: Added stuff for building deja-gnu.
10 * ./deja-gnu/gdb.t21/ & ./deja-gnu/gdb.t22/:
11 Moved in-gdbme.C file to in-gdbme.cc because gcc was changed to
12 not recognize .C extensions anymore. Changed the configure.in
13 file to reflect the filename extension change.
17 * Makefile.in: Added separate definitions for C++.
21 * configure.in (configdirs): Add deja-gnu.
25 * README: Update for configure.texi and gdb-4.7 release.
29 * Makefile.in: Move "all" target to top of file.
30 Previously, first target was ".PHONY" which caused BSD4.4 make
31 to build .PHONY when make was run without arguments.
35 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
36 Library-copylefted code in libiberty.
40 * config.sub: Replace m68kmote with plain old m68k.
44 * Makefile.in: Remove space from blank line, avoid Make complaints.
48 * config.sub: Complain if no argument is given. Added support for
49 386bsd as OS and target alias.
53 * Makefile.in (XTRAFLAGS): include newlib directories if
54 newlib/Makefile exists, rather than if host != target.
56 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
58 * config.sub: recognize sparclite-wrs-vxworks.
60 * Makefile.in (install-xiberty): added *-xiberty make rules (from
61 p3.) Added clean-xiberty to clean.
63 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
65 * configure.in: use *-*-* instead of nested cases for host and target
69 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
70 from the same source tree and not building a cross-compiler. This
71 matters for the libg++ configuration if reconfiguring a tree that
72 has already been installed.
76 * config.sub (i486v/i486v4): Merge in from FSF version.
80 * configure: only set PWD if it is already set.
84 * configure: just set PWD=`pwd` at the top, since Ultrix sh
85 doesn't have unset and all success paths (and most error paths)
86 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
87 to just ${PWD} to avoid confusion.)
91 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
92 even for a native compilation.
96 Changes to make the gdb.tar.Z rule work better.
98 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
99 (DEVO_SUPPORT): Add configure.texi.
100 (bfd-ilrt.tar.Z): Remove ancient rule.
104 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
105 pick up the machine and system specific header files.
107 * configure.in, config.sub: added new target m68010-adobe-scout,
108 with alias of adobe68k. Changed configure.in to check for
109 -scout before -sco* to avoid a false match.
111 * Makefile.in: added AS_FOR_TARGET, passed down in
112 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
113 the C compiler to use to create programs which are run in the
114 build environment, set it to default to $(CC), and passed it down
115 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
119 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
120 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
121 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
122 FOR_TARGET variants, to newlib and libg++.
126 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
131 * config.sub: Accept `elf' as an environment.
135 * Makefile.in (all-opcodes): cd into the right directory
139 * configure: added -program_transform_name option, used as
140 argument to sed when installing programs.
141 configure.texi: added documentation for -program_prefix,
142 -program_suffix and -program_transform_name.
146 * config.sub: Accept i486 where i386 ok.
150 * config.sub: accept we32k
154 * config.sub, configure.in: accept OSE68000 and OSE68k.
156 * Makefile.in: don't create all directories for ``make install'';
157 let the subdirectories create the ones they need.
159 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
161 * COPYING: new file, GPL v2
163 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
165 * Makefile.in: use the new gen-info-dir, which needs a template
166 argument (which also lives in texinfo)
168 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
170 Mon Aug 3 15:41:28 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
172 * config/mh-solaris: removed the -xs from CFLAGS (let the people
173 with Sun's C compiler deal with it themselved)
177 * config.sub (ncr3000): Change i386 to i486.
179 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
181 * Makefile.in: add install-rcs, install-grep to
182 install-no-fixedincludes, removed install-bison and install-libgcc
186 * configure.in: grab the HPUX makefile fragment if on HPUX
190 * Makefile.in: eradicate bison spoor (ditto libgcc).
191 configure.in: recognise m68{k,000}-ericsson-OSE.
192 es1800 is alias for m68k-ericsson-OSE
194 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
196 * configure.in: rearrange the parts that remove programs from
197 configdirs, based now on HOST==TARGET or by canonical triple.
201 * test-build.mk: recurse explicitly with -f test-build.mk when
202 appropriate. predicate stage3 and comparison on the existence
203 of gcc. That is, if gcc isn't around, we aren't three-staging.
204 On very clean, also remove ...stamp-co. Build in-place before
209 * Makefile.in, configure.in: add tgas
213 * Makefile.in: a number of changes merged in from progressive.
215 * configure.in: add libm.
217 * .cvsignore: ignore some stuff that comes from test-build.mk.
219 Wed Jul 8 00:01:30 1992 Stu Grossman (grossman at cygnus.com)
221 * config/mh-solaris: Use -xs when compiling so that Sun-C puts
222 a symbol-table into the executable.
226 * config.sub: Add es1800 (m68k-ericsson-es1800).
230 * configure: Add program_suffix (parallel to program_prefix)
231 * Makefile.in: adjust directory-creting script for losing decstation
232 * .Sanitize: don't nuke byacc!
236 * configure: Minor $subdir-related fixes.
240 * configure: fix various problems with propogating
241 makefile_target_frag in subdirs.
242 * configure.in: config libgcc if its there
244 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
246 * config.sub: HPPA merge.
250 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
251 it is broken on ncr 3000's.
253 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
255 * Makefile.in: Replace all-bison with all-byacc in all
256 dependency lines for other tools (which now use byacc).
258 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
260 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
262 Tue Jun 9 17:18:11 1992 Fred Fish (fnf at cygnus.com)
264 * config/{mh-ncr3000, mh-sysv4}: Add INSTALL.
268 * Makefile.in: make gprof rules similar to byacc rules (instead of
269 vestigal $(unsubdir) that didn't work...)
273 * config.sub: Add support for Linux.
274 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
275 (at least for libg++).
279 * configure.texi: fix doc for the -nfp option to configure
283 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
285 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
287 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
288 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
289 * configure.in: added solaris* host_makefile_frag hook.
291 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
293 * config.sub: changed recognition of m68000 so that various
294 m68k types can be specified via m680[01234]0
296 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
298 * config.sub (basic_machine): fix sed so that '-foo' isn't
299 completely substituted out while .+'-foo' loses the '-foo'
303 * .Sanitize: Add flex to the list of keepers. flex is needed to
308 * config.sub ($os): Add -aout.
312 * configure: If host_makefile_frag is absolute, don't
313 prefix ${invsubdir} (relevant to libg++ auto-configure).
317 * Makefile.in (tooldir): Define it.
318 (all-ld): Depend on all-flex.
322 * Makefile.in (check): Fix libg++ special case.
326 * configure: do not bury `pwd` into config.status, thus do fewer
329 * configure: print the "Building in" message only when building in
330 other than "." AND verbose.
332 * configure: remove -s, rework -v to better accomodate guested
335 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
339 * Makefile.in: macroize flags passed on recursion. remove
344 * configure: get makesrcdir right for subdirs deeper than 1.
346 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
351 * Makefile.in: don't print subdir_do or recursion lines.
355 * standards.texi: added menu item.
357 * Makefile.in: build and install standards.info.
359 * standards.texi: new file.
363 * configure: test for and move config.status pieces from
368 * config/mh-delta88, config/mh-ncr3000: Replace MINUS_G with
369 CFLAGS per new configuration strategy.
370 * configure: Test for existance of files before trying to mv
371 them, to avoid numerous non-existance messages.
375 * configure: correct final line of config.status.
377 * configure: patch from eggert. Avoids a protection problem if
378 the original Makefile.in is read only.
380 * configure: use move-if-change from gcc to create config.status.
381 Some makefiles depend on config.status to tell if a directory
382 has been reconfigured for a different host. This change
383 prevents those directories from remaking everything in the case
384 where the reconfig was only intended to rebuild a Makefile.
386 * configure: test for config.sub with "config.sub sun4" rather
387 than "config.sub ${host_alias}". Otherwise we can't tell a bad
388 host alias from a missing config.sub.
392 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
393 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
397 * configure: mkdir ${subdir} as needed.
401 * Makefile.in,configure.in: added autoconf.
405 * Makefile.in: no longer pass against on recursion.
407 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
408 definitions are not inherited.
410 * configure: correct makesrcdir when subdir is .
414 * configure: Add support for 'subdirs' variable, which is
415 like 'configdirs', except that configure doesn't re-invoke
416 itself for subdirs, it just creates a Makefile for each subdir.
417 * configure.texi: Document subdirs.
419 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
421 * configure.in: added flex to configdirs
425 * Makefile.in: remove clean-stamps from clean.
427 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
429 * configure.in: Add gdbtest to configdirs.
433 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
435 * configure.in: Recognize new ncr3000 config.
439 * Makefile.in, configure.in: removed references to gdbm.
443 * config.sub: Don't canonicalize os value
444 newsos* to bsd (readline needs to check for newsos).
445 (This fix was earlier made Jan 31, but got re-broken.)
447 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
449 * configure.in: sco is an os, not a vendor!
451 * configure: Quote $( better. Keep various shells happy.
455 * Makefile.in: eliminate stamp-files.
459 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
460 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
464 * config.sub: fix iris/iris3.
468 * configure: re-add -rm.
472 * Maskefile.in: add .stmp-rcs to all.
474 * configure.in: remove gas from rs6000 build, use aix host fragment.
478 * configure: pass down site_option during recursion.
480 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
482 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
486 * configure: Change exec_prefix so that it really defaults to prefix.
490 * Makefile.in, configure.in: Add support for mmalloc library.
494 * Makefile.in: add stmp dependencies for a few more things.
498 * configure: adjusted error message on objdir/srcdir configure
499 collision, per john's suggestion.
501 * Makefile.in: add libiberty stmp to all and all.cross.
505 * Makefile.in: remove force dependencies, add grep to all.
509 * Makefile.in: drop flex. make stamp files work.
511 * configure: added test for conflicting configuration in srcdir,
512 remove trailing slashes from srcdir. Otherwise emacs gdb mode
513 gets cranky. use relative paths for configure and srcdir
514 whenever possible. Send some error messages to stderr that were
519 * Makefile.in: Fix libg++ rule to check for gcc directory
520 before using gcc/gcc. Also pass XTRAFLAGS.
522 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
524 * Makefile.in: added stmp-files so that directories aren't polled
525 when they are already built.
527 * configure.texi: fixed a node pointer problem.
529 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
531 * config.sub configure.in config/.Sanitize config/mh-irix4
532 gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
533 gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
534 gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
535 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
539 * configure: -recurring becomes -silent. corrected help message
542 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
546 * configure: when building Makefile for crosses, replace
547 tooldir and program_prefix. default srcdir from location of
548 config.sub. remove "for host in hosts" and "for target in
553 * Makefile.in: Do not pass bindir or mandir to cvs.
557 * Makefile.in, configure.in: removed traces of namesubdir,
558 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
559 copyrights to '92, changed some from Cygnus to FSF.
561 * configure.texi: remove most references to multiple hosts,
562 multiple targets, subdirs, etc.
564 * configure.man: removed rcsid. reference config.sub not
567 * Makefile.in: mkdir $(infodir) on install-info.
569 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
571 * configure.texi: Explain better about .gdbinit and about
572 the environment that configure.in sections run in.
574 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
576 * configure.in: Ultrix is only a decstation if it's a MIPS.
578 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
580 * README: DOC.configure => cfg-paper.texi.
582 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
584 * config.sub (near case $os): Don't convert newsos* to bsd!
586 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
588 * Makefile.in: Reinstall change from gdb-4.3 that reduces
589 the number of copies of COPYING that go into the GDB tar file.
591 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
593 * bfd/configure.in, config/mh-sco, gdb/config/mh-i386sco,
594 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
595 Fix SCO configuration stuff.
597 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
599 * Makefile.in: For libg++, make sure the -I pointing
600 to the gcc directory goes *after* all the libg++-local -I flags.
601 Also, move just-gcc dependency from just-libg++ to all-libg++.
603 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
605 * configure: Change -x to -f to keep Ultrix /bin/test happy.
607 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
609 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
611 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
613 * config.sub: Add stratus configuration frags. Also
616 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
618 * Makefile.in (DEV_SUPPORT): add configure.man.
620 * config.sub(Decode manufacturer-specific): add -none*.
622 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
624 * Makefile.in: remove form feeds to make Sun's make happy.
625 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
627 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
629 * Makefile.in (AR_FLAGS): Make quieter.
631 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
633 * configure.in: Add libg++.
634 * configure: When verbose, don't output the command line at each
635 level; it will be unremarkably the same as the previous version,
636 which will be the same as what the user typed.
638 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
640 * configure.in, Makefile.in: fix clean-info, add flex. add
643 * configure: be less sensitive to spaces in Makefile.in. Do not
644 look for sources in "..". Doing so breaks subdirectories that
645 might have their own configure. If a subdir has it's own
646 configure script, use it.
648 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
650 * cfg-paper.texi: some changes suggested by rms.
652 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
654 * config.sub: Merge in some small additions from the FSF version,
655 taken from the gcc distribution, to bring the Cygnus and FSF
656 versions into closer sync.
658 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
660 * configure.in: Changed svr4 references to sysv4.
662 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
664 * configure: added -V for version number option.
666 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
668 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
669 renamed from DOC.configure to cfg-paper.texi.
671 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
673 * configure, config.subr, config.sub: config.subr is now
676 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
678 * configure.texi: new file, in progress.
680 * Makefile.in: build info file and install the man page for
683 * configure.man: new file, first cut.
685 * configure: find config.subr again now that configuration "none"
686 has gone. removed all traces of the -ansi option. removed all
687 traces of the -languages option.
689 * config.subr: resync from rms.
691 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
693 * configure, config.sub, config.subr: merge config.sub into
694 config.subr, call the result config.subr, remove config.sub, use
697 * Makefile.in: revised install for dir.info.
699 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
701 * configure.in: add decstation host makefile frag.
703 * Makefile.in: BISON now bison -y again. also install-gcc on
704 install. clean-gdbm on clean. infodir belongs in datadir.
705 Make directories for info install. Build dir.info here then
708 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
710 * Makefile.in: fix for bad directory tests.
712 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
714 * configure: \{1,2\} appears to be a sysv'ism. Use a different
715 regexp. -srcdir relative was being handled incorrectly.
717 * Makefile.in: unwrapped some for loops so that parallel makes
718 work again and so one can focus one's attention on a particular
721 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
723 * configure: added PWD as a stand in for `pwd` (for speed). use
724 elif wherever possible. make -srcdir work without -objdir.
725 -objdir= commented out.
727 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
729 * configure: +options become --options. -subdirs commented out.
730 added -host, -datadir. Renamed -destdir to -prefix. Comment in
731 Makefile now at top of generated Makefile. Removed cvs log
732 entries. added -srcdir. create .gdbinit only if there is one
735 * Makefile.in: idestdir and ddestdir go away. Added copyrights
736 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
737 and mandir now keyed off datadir by default.
739 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
741 * Freshly created ChangeLog.