deliverable/binutils-gdb.git
32 years agoAnother patch from jim.
K. Richard Pixley [Wed, 9 Oct 1991 00:48:26 +0000 (00:48 +0000)] 
Another patch from jim.

32 years ago(ORIG: date: 1991/09/27 22:47:20; author: pesch; state: Exp; lines: +3 -4)
Roland Pesch [Wed, 9 Oct 1991 00:31:51 +0000 (00:31 +0000)] 
(ORIG: date: 1991/09/27 22:47:20;  author: pesch;  state: Exp;  lines: +3 -4)
Stop talking about obsolete "sharedlibrary" command in whats-new section.

32 years ago(ORIG: date: 1991/09/21 05:15:13; author: pesch; state: Exp; lines: +19 -18)
Roland Pesch [Wed, 9 Oct 1991 00:31:02 +0000 (00:31 +0000)] 
(ORIG: date: 1991/09/21 05:15:13;  author: pesch;  state: Exp;  lines: +19 -18)
(1) fix typo ('_if_' and '_fi_' for '_if__' and '_fi__'!)
(2) prepare for semi-auto xref updating by rejoining xrefs broken across lines

32 years ago(ORIG: date: 1991/09/21 03:59:06; author: pesch; state: Exp; lines: +12 -7)
Roland Pesch [Wed, 9 Oct 1991 00:30:17 +0000 (00:30 +0000)] 
(ORIG: date: 1991/09/21 03:59:06;  author: pesch;  state: Exp;  lines: +12 -7)
Formatting updates to "installing" appendix.

32 years ago(ORIG: date: 1991/09/21 02:59:57; author: gnu; state: Exp; lines: +32 -28)
Roland Pesch [Wed, 9 Oct 1991 00:29:37 +0000 (00:29 +0000)] 
(ORIG: date: 1991/09/21 02:59:57;  author: gnu;  state: Exp;  lines: +32 -28)
Rearrange "how to install" and "how to print the doc" stuff so it drops
easier into README.

32 years ago(ORIG: date: 1991/09/21 02:55:37; author: pesch; state: Exp; lines: +4 -2)
Roland Pesch [Wed, 9 Oct 1991 00:28:39 +0000 (00:28 +0000)] 
(ORIG: date: 1991/09/21 02:55:37;  author: pesch;  state: Exp;  lines: +4 -2)
add missing index entries for set/show print sevenbit-strings.

32 years ago(ORIG: date: 1991/09/21 02:01:41; author: pesch; state: Exp; lines: +175 -110)
Roland Pesch [Wed, 9 Oct 1991 00:27:09 +0000 (00:27 +0000)] 
(ORIG: date: 1991/09/21 02:01:41;  author: pesch;  state: Exp;  lines: +175 -110)
Update configs table.

32 years ago(ORIG: date: 1991/09/20 22:43:47; author: pesch; state: Exp; lines: +47 -46)
Roland Pesch [Wed, 9 Oct 1991 00:26:15 +0000 (00:26 +0000)] 
(ORIG: date: 1991/09/20 22:43:47;  author: pesch;  state: Exp;  lines: +47 -46)
Extract GDB version number from main GDB dir Makefile.in.

32 years ago(ORIG: date: 1991/09/20 21:43:15; author: pesch; state: Exp;)
Roland Pesch [Wed, 9 Oct 1991 00:22:44 +0000 (00:22 +0000)] 
(ORIG: date: 1991/09/20 21:43:15;  author: pesch;  state: Exp;)
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
cleanups to node structure.

32 years agoMerged in new doc on language setting, C, and Mod-2 by Andrew Beers;
Roland Pesch [Wed, 9 Oct 1991 00:17:27 +0000 (00:17 +0000)] 
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
cleanups to node structure.

(RELEASE 4.1)

32 years agoGetting BISON right.
K. Richard Pixley [Wed, 9 Oct 1991 00:11:14 +0000 (00:11 +0000)] 
Getting BISON right.

32 years agoRELEASE 4.0 docn. (Recovered from GDB 4.0 distribution; intervening
Roland Pesch [Wed, 9 Oct 1991 00:06:58 +0000 (00:06 +0000)] 
RELEASE 4.0 docn.  (Recovered from GDB 4.0 distribution; intervening
versions lost by cvs over system crash).

32 years ago * binutils.texinfo: minor typos, phrasing, formatting fixes.
Roland Pesch [Tue, 8 Oct 1991 23:55:58 +0000 (23:55 +0000)] 
* binutils.texinfo: minor typos, phrasing, formatting fixes.

32 years ago * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
Per Bothner [Tue, 8 Oct 1991 23:18:03 +0000 (23:18 +0000)] 
* ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
* ldtemplate: Remove ldfile_add_library_path calls;
just use the SEARCH_DIR commands in the script files.
* Makefile.in: Add LIB_PATH macro, which if set is used to replace
the SEARCH_DIR commands in the scripts (using ugly sed magic).
This is primarily intended for cross-linking, where you would
place libaries in a different place than native libraries.
Also, emulations made from ldtemplate now use $(srcdir).
* ldglda29k.sc: Change SEARCH_DIR commands to a conventional
form; people can use the Makefile's LIB_PATH to override.

32 years agoAdd i386aout.c
John Gilmore [Tue, 8 Oct 1991 22:31:52 +0000 (22:31 +0000)] 
Add i386aout.c

32 years agoAdded MISSING_VFPRINTF
Per Bothner [Tue, 8 Oct 1991 22:30:57 +0000 (22:30 +0000)] 
Added MISSING_VFPRINTF

32 years agoAdd errno, for binutils.
John Gilmore [Tue, 8 Oct 1991 22:28:10 +0000 (22:28 +0000)] 
Add errno, for binutils.

32 years ago * configure.in: Get host file from ../bfd/config, not config.
Per Bothner [Tue, 8 Oct 1991 22:15:27 +0000 (22:15 +0000)] 
* configure.in: Get host file from ../bfd/config, not config.

32 years ago * Makefile.in: new targets binutils.dvi, binutils.info
Roland Pesch [Tue, 8 Oct 1991 22:01:41 +0000 (22:01 +0000)] 
* Makefile.in: new targets binutils.dvi, binutils.info

32 years ago * Makefile.in: fix target ld.dvi, add target ld.info
Roland Pesch [Tue, 8 Oct 1991 21:52:43 +0000 (21:52 +0000)] 
* Makefile.in: fix target ld.dvi, add target ld.info
ld.texinfo: make info filename ld.info

32 years agoTue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
Roland Pesch [Tue, 8 Oct 1991 20:59:54 +0000 (20:59 +0000)] 
Tue Oct  8 13:58:59 1991  Roland H. Pesch  (pesch at cygnus.com)

* binutils.texinfo: remove most remaining FIXME's, delete
references to __.SYMDEF by name

32 years ago doc/Makefile: stop hiding complaints from makeinfo.
Roland Pesch [Tue, 8 Oct 1991 19:20:58 +0000 (19:20 +0000)] 
doc/Makefile: stop hiding complaints from makeinfo.

32 years ago * reloc.c, section.c, syms.c, targets.c: correct info-node
Roland Pesch [Tue, 8 Oct 1991 19:20:35 +0000 (19:20 +0000)] 
* reloc.c, section.c, syms.c, targets.c: correct info-node
structure in *doc* comments.

32 years agoTue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
Steve Chamberlain [Tue, 8 Oct 1991 18:07:33 +0000 (18:07 +0000)] 
Tue Oct  8 10:23:44 1991  Steve Chamberlain  (steve at cygnus.com)

* objdump.c (print_address) Print addresses nicely.

32 years agoFix bug in smake- file code.
Jim Wilson [Tue, 8 Oct 1991 06:07:58 +0000 (06:07 +0000)] 
Fix bug in smake- file code.

32 years agoTwo formatting bugfixes.
Roland Pesch [Tue, 8 Oct 1991 02:28:43 +0000 (02:28 +0000)] 
Two formatting bugfixes.

32 years agoUpdated sketchy doc for devo versions. FIXMEs remain.
Roland Pesch [Tue, 8 Oct 1991 02:22:16 +0000 (02:22 +0000)] 
Updated sketchy doc for devo versions.  FIXMEs remain.

32 years agoRemove configure and config.sub from the expected list.
John Gilmore [Tue, 8 Oct 1991 01:50:59 +0000 (01:50 +0000)] 
Remove configure and config.sub from the expected list.

32 years agoAdd binutils.texinfo, and change *-ranlib.o to *-ranlib.c.
John Gilmore [Tue, 8 Oct 1991 01:48:04 +0000 (01:48 +0000)] 
Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c.

32 years agoFixed typo (for RANLIB_PROG).
Per Bothner [Tue, 8 Oct 1991 00:56:23 +0000 (00:56 +0000)] 
Fixed typo (for RANLIB_PROG).
Started writing rules for making a tar file.

32 years agoFix bug with expressions like @foo+20
Steve Chamberlain [Tue, 8 Oct 1991 00:40:43 +0000 (00:40 +0000)] 
Fix bug with expressions like @foo+20

32 years ago*** empty log message ***
Steve Chamberlain [Tue, 8 Oct 1991 00:39:51 +0000 (00:39 +0000)] 
*** empty log message ***

32 years ago * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
Per Bothner [Mon, 7 Oct 1991 23:14:30 +0000 (23:14 +0000)] 
* ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
Make two different binaries for ar and ranlib, instead of
distinguishing them at run time using argv[0].
(Old behavior is still available if you "make ar_with_ranlib",
but it is not the default.)
* ranlib.sh (new):  An alternative one-line
shell implementation of ranlib.

32 years agoInitial revision
Per Bothner [Mon, 7 Oct 1991 23:14:25 +0000 (23:14 +0000)] 
Initial revision

32 years agoAdded right dependencies for h8300hds.sc
Steve Chamberlain [Mon, 7 Oct 1991 15:07:29 +0000 (15:07 +0000)] 
Added right dependencies for h8300hds.sc

32 years agoFirst stage of coff-encap work.
John Gilmore [Mon, 7 Oct 1991 07:23:08 +0000 (07:23 +0000)] 
First stage of coff-encap work.

32 years ago* m68kcoff.h: Remove `tagentries' which snuck in from the i960
John Gilmore [Mon, 7 Oct 1991 02:29:42 +0000 (02:29 +0000)] 
* m68kcoff.h:  Remove `tagentries' which snuck in from the i960
COFF port.

32 years ago* aout64.h: Move struct internal_exec to ../bfd/libaout.h so
John Gilmore [Mon, 7 Oct 1991 02:29:12 +0000 (02:29 +0000)] 
* aout64.h:  Move struct internal_exec to ../bfd/libaout.h so
it can be shared by all `a.out-family' code.  Rename
EXTERNAL_LIST_SIZE to EXTERNAL_NLIST_SIZE.  Use basic types
for nlist members, and make strx integral rather than pointer.
More commentary on n_type values.

32 years ago* archures.c: Rename `struct bfd_arch_info_struct' to `struct
John Gilmore [Mon, 7 Oct 1991 02:16:22 +0000 (02:16 +0000)] 
* archures.c: Rename `struct bfd_arch_info_struct' to `struct
bfd_arch_info'.  Rename `typedef bfd_arch_info_struct_type' to
`bfd_arch_info_type'.  All uses changed.

32 years agoSupport for the h8300 with an hds monitor, first cut.
Steve Chamberlain [Sun, 6 Oct 1991 19:17:07 +0000 (19:17 +0000)] 
Support for the h8300 with an hds monitor, first cut.

32 years agoInitial revision
Steve Chamberlain [Sun, 6 Oct 1991 19:17:06 +0000 (19:17 +0000)] 
Initial revision

32 years agoInitial revision
Steve Chamberlain [Sun, 6 Oct 1991 19:02:50 +0000 (19:02 +0000)] 
Initial revision

32 years agoconfigure, config.sub gone
John Gilmore [Sat, 5 Oct 1991 06:20:30 +0000 (06:20 +0000)] 
configure, config.sub gone

32 years agoh-amix.h
John Gilmore [Sat, 5 Oct 1991 06:18:50 +0000 (06:18 +0000)] 
h-amix.h

32 years agoa.out.vax.h gone.
John Gilmore [Sat, 5 Oct 1991 06:18:24 +0000 (06:18 +0000)] 
a.out.vax.h gone.

32 years agohowto.c, configure, config.sub gone.
John Gilmore [Sat, 5 Oct 1991 06:16:44 +0000 (06:16 +0000)] 
howto.c, configure, config.sub gone.

32 years agooops
John Gilmore [Sat, 5 Oct 1991 05:38:12 +0000 (05:38 +0000)] 
oops

32 years agoIntel 386 Mach host port
John Gilmore [Sat, 5 Oct 1991 05:35:21 +0000 (05:35 +0000)] 
Intel 386 Mach host port

32 years agoIntel 386 Mach host port.
John Gilmore [Sat, 5 Oct 1991 05:35:06 +0000 (05:35 +0000)] 
Intel 386 Mach host port.

32 years agoInitial revision
John Gilmore [Sat, 5 Oct 1991 05:34:05 +0000 (05:34 +0000)] 
Initial revision

32 years ago* h8300-opcode.h: Remove `_enum' from the typedef for an enum.
John Gilmore [Sat, 5 Oct 1991 05:29:40 +0000 (05:29 +0000)] 
* h8300-opcode.h:  Remove `_enum' from the typedef for an enum.
* bfd.h:  Update to match bfd changes.

32 years ago* bfd.c: Remove strerror() to libiberty.
John Gilmore [Sat, 5 Oct 1991 05:18:08 +0000 (05:18 +0000)] 
* bfd.c:  Remove strerror() to libiberty.

* elf.c:  Remove elf_set_section_contents, use generic one.  Lint.
* libbfd-in.h, libbfd.c:  Add bfd_generic_set_section_contents.
* libbfd.c (bfd_generic_{get,set}_section_contents):  Check that
last byte of transfer, not first byte, is within the section.

* host-aout.c:  Remove `BSD' archive support.  Lint.

* archures.c: Rename `struct bfd_arch_info_struct' to `struct
bfd_arch_info'.  Rename `typedef bfd_arch_info_struct_type' to
`bfd_arch_info_type'.  All uses changed.
* reloc.c:  Rename `bfd_reloc_status_enum_type' to
`bfd_reloc_status_type'.  Rename `bfd_reloc_code_enum_real_type'
to `bfd_reloc_code_real_type'.  (This seems to be a misnomer,
it needs a better name.)  All uses changed.
* targets.c:  Rename `enum target_flavour_enum' to `enum
target_flavour', and remove the `_enum' from all of the enum
values themselves.  All uses changed.

* configure.in, config/h-i386mach:  i386 mach host.
* config/t-i386-aout:  Use host-aout.c.

* trad-core.c:  Give it its own xvec's to make it independent
of other file formats.
* ecoff.c, host-aout.c:  Remove refs to trad-core.
* config/t-dec3100, t-hp300bsd, t-tahoe, t-vax:  Define TRAD_CORE.
* targets.c:  #ifdef TRAD_CORE, include it in the vector.

32 years ago* Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).
John Gilmore [Sat, 5 Oct 1991 04:55:05 +0000 (04:55 +0000)] 
* Makefile.in:  Avoid using $< in non-suffix rules (breaks on Sun Make).
* ldfile.c, ldlang.c, ldmain.c, ldwrite.c:  Cope with renames of a
few BFD types & enums.
* ChangeLog:  Create.

32 years agoInitial revision
John Gilmore [Sat, 5 Oct 1991 04:55:03 +0000 (04:55 +0000)] 
Initial revision

32 years agoCope with renames of a few BFD types & enums.
John Gilmore [Sat, 5 Oct 1991 04:50:54 +0000 (04:50 +0000)] 
Cope with renames of a few BFD types & enums.

32 years ago*** empty log message ***
Roland Pesch [Sat, 5 Oct 1991 02:08:34 +0000 (02:08 +0000)] 
*** empty log message ***

32 years agoInitial revision
Roland Pesch [Sat, 5 Oct 1991 02:07:51 +0000 (02:07 +0000)] 
Initial revision

32 years agoFixed info-markup bugs; makeinfo now succeeds with no complaints.
Roland Pesch [Sat, 5 Oct 1991 01:49:09 +0000 (01:49 +0000)] 
Fixed info-markup bugs; makeinfo now succeeds with no complaints.

32 years agoNew file from bfd.c
Steve Chamberlain [Sat, 5 Oct 1991 00:42:57 +0000 (00:42 +0000)] 
New file from bfd.c

32 years ago*** empty log message ***
Steve Chamberlain [Sat, 5 Oct 1991 00:42:03 +0000 (00:42 +0000)] 
*** empty log message ***

32 years agoFri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com)
Steve Chamberlain [Sat, 5 Oct 1991 00:39:21 +0000 (00:39 +0000)] 
Fri Oct  4 17:38:03 1991  Steve Chamberlain  (steve at cygnus.com)

* reloc.c: Extended NEWHOWTO macro
* ieee.c: Changed the way 8bit pcrel is done
* cpu-h8300.c: got the registers in the right order

32 years agoAdded -N and fixed -n flags.
Steve Chamberlain [Sat, 5 Oct 1991 00:36:45 +0000 (00:36 +0000)] 
Added -N and fixed -n flags.

Changed name of h8 support

32 years ago More patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
Per Bothner [Sat, 5 Oct 1991 00:25:09 +0000 (00:25 +0000)] 
More patches from Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
* mips-xdep.c (store_inferior_registers):  Don't try to
write the (pseudo) FP.
* mipsread.c (parse_partial_symbols):  Improved algorithm for
setting pst->texthigh.

32 years agoVarious binary patten fixes.
Steve Chamberlain [Fri, 4 Oct 1991 23:52:42 +0000 (23:52 +0000)] 
Various binary patten fixes.

32 years ago*** empty log message ***
Roland Pesch [Fri, 4 Oct 1991 23:48:16 +0000 (23:48 +0000)] 
*** empty log message ***

32 years agoImprove TEXINPUTS var set on calling TeX, so that things work even if
Roland Pesch [Fri, 4 Oct 1991 23:46:57 +0000 (23:46 +0000)] 
Improve TEXINPUTS var set on calling TeX, so that things work even if
old value didn't specify current dir for input...

32 years agoSpecify TEXINPUTS when calling TeX so right texinfo.tex is used.
Roland Pesch [Fri, 4 Oct 1991 23:44:08 +0000 (23:44 +0000)] 
Specify TEXINPUTS when calling TeX so right texinfo.tex is used.

32 years agoUse john's heuristic for finding ourselves. kinda like hare krishna.
K. Richard Pixley [Fri, 4 Oct 1991 22:52:09 +0000 (22:52 +0000)] 
Use john's heuristic for finding ourselves.  kinda like hare krishna.

32 years agoAdd 386 Mach host support.
John Gilmore [Fri, 4 Oct 1991 08:28:03 +0000 (08:28 +0000)] 
Add 386 Mach host support.

32 years agoInitial revision
John Gilmore [Fri, 4 Oct 1991 08:27:35 +0000 (08:27 +0000)] 
Initial revision

32 years ago* coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h: Remove
John Gilmore [Fri, 4 Oct 1991 07:40:21 +0000 (07:40 +0000)] 
* coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h:  Remove
vestiges of typevectors, which were for symsegs and are no longer
used.  (From a question by Eliot Dresselhaus
<dresselh@RFT30.nas.nasa.gov>).

32 years agoSVR4
John Gilmore [Fri, 4 Oct 1991 06:49:34 +0000 (06:49 +0000)] 
SVR4

32 years agoSVR4 support
John Gilmore [Fri, 4 Oct 1991 06:49:00 +0000 (06:49 +0000)] 
SVR4 support

32 years agoInitial revision
John Gilmore [Fri, 4 Oct 1991 06:48:59 +0000 (06:48 +0000)] 
Initial revision

32 years ago* dbxread.c, coffread.c: static-ize functions that were
John Gilmore [Fri, 4 Oct 1991 06:46:30 +0000 (06:46 +0000)] 
* dbxread.c, coffread.c:  static-ize functions that were
gratuitiously external.  (From Fred Fish.)

32 years ago* c-exp.y: sym->class to SYMBOL_CLASS (sym).
John Gilmore [Fri, 4 Oct 1991 03:17:46 +0000 (03:17 +0000)] 
* c-exp.y:  sym->class to SYMBOL_CLASS (sym).
* dbxread.c (dbx_lookup_type):  Keep doubling size of typevector
until it is large enough.

32 years ago* bfd-in.h: enum boolean => enum bfd_boolean for SVR4. Gumby's
John Gilmore [Fri, 4 Oct 1991 02:50:35 +0000 (02:50 +0000)] 
* bfd-in.h:  enum boolean => enum bfd_boolean for SVR4.  Gumby's
prediction is vindicated!

32 years ago* bfd-in.h, libbfd-in.h, doc/Makefile, doc/tolibbfd, doc/intobfd:
John Gilmore [Fri, 4 Oct 1991 02:49:40 +0000 (02:49 +0000)] 
* bfd-in.h, libbfd-in.h, doc/Makefile, doc/tolibbfd, doc/intobfd:
Remove refs to howto.c, since Steve forgot.

32 years ago* bfd-in.h: enum boolean => enum bfd_boolean for SVR4. Gumby's
John Gilmore [Fri, 4 Oct 1991 02:49:06 +0000 (02:49 +0000)] 
* bfd-in.h:  enum boolean => enum bfd_boolean for SVR4.  Gumby's
prediction is vindicated!

* bfd-in.h, libbfd-in.h, doc/Makefile, doc/tolibbfd, doc/intobfd:
Remove refs to howto.c, since Steve forgot.

32 years agoAdd elf-*.h files.
John Gilmore [Thu, 3 Oct 1991 22:24:27 +0000 (22:24 +0000)] 
Add elf-*.h files.

32 years agoAdd elf.c
John Gilmore [Thu, 3 Oct 1991 22:23:56 +0000 (22:23 +0000)] 
Add elf.c

32 years agoAdded a kludge for when yacc is used in place of bison:
Per Bothner [Thu, 3 Oct 1991 21:50:08 +0000 (21:50 +0000)] 
Added a kludge for when yacc is used in place of bison:
Rename the yacc outputs y.tab.[ch] to what we want: ldgram.[ch].

32 years ago* dbxread.c (read_type): Handle error case slightly better.
John Gilmore [Thu, 3 Oct 1991 16:35:17 +0000 (16:35 +0000)] 
* dbxread.c (read_type):  Handle error case slightly better.
Make complaint message not C++-specific.

* symtab.c (lookup_symtab_1, lookup_symbol):  "fatal" errors
between symtabs and psymtabs become ordinary error()s.

* dbxread.c (read_dbx_symtab):  Relocate end_of_text_addr
properly, making "end pc" correct in shared lib psymtabs.
(From Guy Harris <guy@auspex.com>.)

32 years ago * fixed prototype for reloc_type_lookup
Steve Chamberlain [Thu, 3 Oct 1991 15:41:41 +0000 (15:41 +0000)] 
 * fixed prototype for reloc_type_lookup

32 years ago* fixed prototype for reloc_type_lookup
Steve Chamberlain [Thu, 3 Oct 1991 15:41:11 +0000 (15:41 +0000)] 
* fixed prototype for reloc_type_lookup

32 years ago * elf.c: took the abort out of set_arch_mach so that objdump -i will
Steve Chamberlain [Thu, 3 Oct 1991 14:51:20 +0000 (14:51 +0000)] 
* elf.c: took the abort out of set_arch_mach so that objdump -i will
still work. Now allows any architecture/machine to be set.

32 years ago*** empty log message ***
Steve Chamberlain [Thu, 3 Oct 1991 14:49:10 +0000 (14:49 +0000)] 
*** empty log message ***

32 years ago*** empty log message ***
Stu Grossman [Thu, 3 Oct 1991 00:28:29 +0000 (00:28 +0000)] 
*** empty log message ***

32 years agoNo longer needs to propogate configure and config.sub.
K. Richard Pixley [Wed, 2 Oct 1991 13:06:16 +0000 (13:06 +0000)] 
No longer needs to propogate configure and config.sub.

32 years agoSome $(srcdir)'s become $(unsubdir)'s.
K. Richard Pixley [Wed, 2 Oct 1991 12:35:42 +0000 (12:35 +0000)] 
Some $(srcdir)'s become $(unsubdir)'s.

32 years agoSome $(srcdir)'s become $(unsubdir)'s in order to support +objdir.
K. Richard Pixley [Wed, 2 Oct 1991 10:05:30 +0000 (10:05 +0000)] 
Some $(srcdir)'s become $(unsubdir)'s in order to support +objdir.

32 years agono more configure on which to depend
K. Richard Pixley [Wed, 2 Oct 1991 07:24:45 +0000 (07:24 +0000)] 
no more configure on which to depend

32 years agoAdded +site=foo option for naming site specific Makefile fragments.
K. Richard Pixley [Wed, 2 Oct 1991 06:29:53 +0000 (06:29 +0000)] 
Added +site=foo option for naming site specific Makefile fragments.

32 years agoRemoved +f option. Used to stand for +forcesubdirs which is now
K. Richard Pixley [Wed, 2 Oct 1991 06:15:13 +0000 (06:15 +0000)] 
Removed +f option.  Used to stand for +forcesubdirs which is now
called +subdirs.

32 years agoAdded rcs log line.
K. Richard Pixley [Wed, 2 Oct 1991 06:02:35 +0000 (06:02 +0000)] 
Added rcs log line.

32 years ago+template dies an ugly death.
K. Richard Pixley [Wed, 2 Oct 1991 06:01:47 +0000 (06:01 +0000)] 
+template dies an ugly death.

32 years agoVery minor bug, broke "make -t".
K. Richard Pixley [Wed, 2 Oct 1991 04:52:31 +0000 (04:52 +0000)] 
Very minor bug, broke "make -t".

32 years agoUpdate subdir names to reflect current reality.
K. Richard Pixley [Wed, 2 Oct 1991 04:23:13 +0000 (04:23 +0000)] 
Update subdir names to reflect current reality.

32 years agoresync
K. Richard Pixley [Wed, 2 Oct 1991 04:15:56 +0000 (04:15 +0000)] 
resync

32 years agosteves h8 patches
K. Richard Pixley [Wed, 2 Oct 1991 04:01:08 +0000 (04:01 +0000)] 
steves h8 patches

This page took 0.039646 seconds and 4 git commands to generate.