deliverable/binutils-gdb.git
32 years agonew_bfd_contained_in : Inherit target->defaulted from parent
Steve Chamberlain [Sat, 2 May 1992 01:43:21 +0000 (01:43 +0000)] 
new_bfd_contained_in : Inherit target->defaulted from parent

32 years ago * targets.c, Makefile.in: comment out tekhex for the moment.
Steve Chamberlain [Sat, 2 May 1992 01:41:33 +0000 (01:41 +0000)] 
* targets.c, Makefile.in: comment out tekhex for the moment.
* ieee.c: if some places where null pointers were used instead of &bfd_abs_section.
* configure.in: tandem target is st2000
* coff-m68k.c: rename static howto_table to global
m68kcoff_howto_table.
* bout.c: remove unnecessary abort

32 years ago * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and
Steve Chamberlain [Sat, 2 May 1992 01:35:12 +0000 (01:35 +0000)] 
* ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and
PUBLIC.
* Makefile.in: now use flex, not lex

32 years agouse bootstrap for check
K. Richard Pixley [Sat, 2 May 1992 01:19:02 +0000 (01:19 +0000)] 
use bootstrap for check

32 years agoadded test-install target
K. Richard Pixley [Sat, 2 May 1992 01:07:09 +0000 (01:07 +0000)] 
added test-install target

32 years agoM68k opcodes with MRI names
Steve Chamberlain [Sat, 2 May 1992 01:02:56 +0000 (01:02 +0000)] 
M68k opcodes with MRI names

32 years agokeep sanity.sh
K. Richard Pixley [Fri, 1 May 1992 23:30:01 +0000 (23:30 +0000)] 
keep sanity.sh

32 years agosanity test
K. Richard Pixley [Fri, 1 May 1992 23:22:07 +0000 (23:22 +0000)] 
sanity test

32 years agoAdd support for 386 disassembly
Steve Chamberlain [Fri, 1 May 1992 22:45:45 +0000 (22:45 +0000)] 
Add support for 386 disassembly

32 years agoi386 disassembler stolen from GDB. Is it time to build a different
Steve Chamberlain [Fri, 1 May 1992 22:41:28 +0000 (22:41 +0000)] 
i386 disassembler stolen from GDB.  Is it time to build a different
directory for these things ?

32 years agoAdd hp300bsd
Steve Chamberlain [Fri, 1 May 1992 22:34:25 +0000 (22:34 +0000)] 
Add hp300bsd

32 years agoAdd mri.h
Steve Chamberlain [Fri, 1 May 1992 22:08:40 +0000 (22:08 +0000)] 
Add mri.h

32 years agotc-i386: lint
Steve Chamberlain [Fri, 1 May 1992 22:03:35 +0000 (22:03 +0000)] 
tc-i386: lint
h8300.mt: configurey

32 years agoAdded h8300xray target
Steve Chamberlain [Fri, 1 May 1992 22:02:21 +0000 (22:02 +0000)] 
Added h8300xray target

32 years agof
Steve Chamberlain [Fri, 1 May 1992 21:27:34 +0000 (21:27 +0000)] 
f
Added some more pseudo ops
listing.c: lint
as.c: ignore -w option

32 years agolint
Steve Chamberlain [Fri, 1 May 1992 20:09:44 +0000 (20:09 +0000)] 
lint

32 years ago * coff-a29k.c: various changes to the way relocations work to cope
Steve Chamberlain [Fri, 1 May 1992 20:00:26 +0000 (20:00 +0000)] 
* coff-a29k.c: various changes to the way relocations work to cope
with the "new order" and latent bugs.
* coffcode.h: lint

32 years agoOne more try...
John Gilmore [Fri, 1 May 1992 09:53:13 +0000 (09:53 +0000)] 
One more try...

32 years ago* utils.c (printchar): Print 0x7F and 0x80-0x9F in \nnn notation
John Gilmore [Fri, 1 May 1992 09:39:30 +0000 (09:39 +0000)] 
* utils.c (printchar):  Print 0x7F and 0x80-0x9F in \nnn notation
even when printing 8-bit characters.

32 years ago* gdbtypes.c (make_{reference,pointer,function}_type): New
John Gilmore [Fri, 1 May 1992 09:14:43 +0000 (09:14 +0000)] 
* gdbtypes.c (make_{reference,pointer,function}_type):  New
functions which handle overwriting of forward-referenced types
for stabs file reading.
(lookup_{reference,pointer,function}_type):  These just call
the make_*_type functions with a null storage alloc parameter.
* gdbtypes.h (make_{reference,pointer,function}_type):  Declare.
* xcoffread.c (smash_to_pointer_type):  Remove, no longer used.

* buildsym.c (dbx_lookup_type):  Zero result for (-1,-1) arg.
(dbx_alloc_type):  Make it easier to understand.  No funct change.
(define_symbol: 't'):  Don't put the typedef name into the name of
the struct, union, or enum.  Bugfix.
(read_type: '*', '&', 'f'):  Add comments.  Use make_XXX_type
routines to properly handle overwriting preallocated types so that
forward references will work.
(read_enum_type):  Force enum values to file scope, due to bug in
Sun compiler output.  FIXME, fix later.

Remove unused header_file_prev_index mechanism.  It was already
obsolete in gdb-3.5.  These comments appeared in 3.5:
  /* This code was used before I knew about the instance codes.
     My first hypothesis is that it is not necessary now
     that instance codes are handled.  */
* dbxread.c (add_new_header_file):  Remove header_file_prev_index.
* buildsym.h:  Remove it and prev_index that saves it.
* buildsym.c (push_subfile, pop_subfile, start_symtab):  Remove it.

* solib.c (special_symbol_handling):  When called from core files,
must set up debug_addr.  Don't print error messages, just return.
* symmisc.c (print_symbol):  Less ascii diarrhea for enums, please.

32 years agopass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on install
K. Richard Pixley [Thu, 30 Apr 1992 15:58:03 +0000 (15:58 +0000)] 
pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on install

32 years agoVarious fixes to cplus_demangle(); see ChangeLog.
Per Bothner [Wed, 29 Apr 1992 22:32:12 +0000 (22:32 +0000)] 
Various fixes to cplus_demangle();  see ChangeLog.

32 years agoFix a typo (missing ||) in b_out_squirt_out_relocs.
Michael Tiemann [Wed, 29 Apr 1992 20:45:03 +0000 (20:45 +0000)] 
Fix a typo (missing ||) in b_out_squirt_out_relocs.

32 years ago * aoutx.h (aout_swap_ext_reloc_out, aout_swap_std_reloc_out)
Steve Chamberlain [Wed, 29 Apr 1992 19:40:35 +0000 (19:40 +0000)] 
* aoutx.h (aout_swap_ext_reloc_out, aout_swap_std_reloc_out)
bout.c (b_out_squirt_out_relocs): treat abs sumbols the right way.
* reloc.c (bfd_perform-relocation): don't relocate refs to
absolute symbols if doing a partial link.

32 years ago* readline.h: Declare rl_event_hook (which already existed).
John Gilmore [Wed, 29 Apr 1992 17:21:46 +0000 (17:21 +0000)] 
* readline.h:  Declare rl_event_hook (which already existed).
Suggested by Christoph Tietz <tietz@zi.gmd.dbp.de>.

32 years agoDo the CFLAGS thing.
K. Richard Pixley [Tue, 28 Apr 1992 17:22:07 +0000 (17:22 +0000)] 
Do the CFLAGS thing.

32 years agoTrack as.texinfo
Roland Pesch [Tue, 28 Apr 1992 02:37:24 +0000 (02:37 +0000)] 
Track as.texinfo

32 years agoRemove local formatting kluges, not meant for distribution.
Roland Pesch [Tue, 28 Apr 1992 02:35:40 +0000 (02:35 +0000)] 
Remove local formatting kluges, not meant for distribution.

32 years agoFormer -k option now -K to avoid conflict with Sun assembler.
Roland Pesch [Mon, 27 Apr 1992 20:51:53 +0000 (20:51 +0000)] 
Former -k option now -K to avoid conflict with Sun assembler.
(-K [nee -k] gives warning when difference tables altered by assembler)

32 years agouse -K for broken word option rather than -k which means pic to sun as
K. Richard Pixley [Mon, 27 Apr 1992 20:17:02 +0000 (20:17 +0000)] 
use -K for broken word option rather than -k which means pic to sun as

32 years agoincorporate standards.texi
K. Richard Pixley [Fri, 24 Apr 1992 23:04:14 +0000 (23:04 +0000)] 
incorporate standards.texi

32 years agodo not print subdir_do lines or recursion lines
K. Richard Pixley [Fri, 24 Apr 1992 22:56:39 +0000 (22:56 +0000)] 
do not print subdir_do lines or recursion lines

32 years agovirgin
K. Richard Pixley [Fri, 24 Apr 1992 22:21:27 +0000 (22:21 +0000)] 
virgin

32 years agosanitize and keep autoconf
K. Richard Pixley [Fri, 24 Apr 1992 21:51:47 +0000 (21:51 +0000)] 
sanitize and keep autoconf

32 years agoadd autoconf
K. Richard Pixley [Fri, 24 Apr 1992 21:46:16 +0000 (21:46 +0000)] 
add autoconf

32 years ago* Makefile.in (make-proto-gdb-1): 1st cut at packaging
Stu Grossman [Fri, 24 Apr 1992 21:41:53 +0000 (21:41 +0000)] 
* Makefile.in (make-proto-gdb-1):  1st cut at packaging
29k-share/* subdirs...

32 years ago* remote-udi.c (udi_insert/remove_breakpoint): Completely
Stu Grossman [Fri, 24 Apr 1992 21:39:01 +0000 (21:39 +0000)] 
* remote-udi.c (udi_insert/remove_breakpoint):  Completely
rewrite, only leave out the bugs.

32 years agokeep patch, remove rcsid
K. Richard Pixley [Fri, 24 Apr 1992 20:53:28 +0000 (20:53 +0000)] 
keep patch, remove rcsid

32 years ago29k/UDI add stragglers.
Stu Grossman [Fri, 24 Apr 1992 15:36:16 +0000 (15:36 +0000)] 
29k/UDI add stragglers.

32 years ago* Makefile.in: Add 29k/UDI support. Improve depend.
Stu Grossman [Fri, 24 Apr 1992 15:01:45 +0000 (15:01 +0000)] 
* Makefile.in:  Add 29k/UDI support.  Improve depend.
* .Sanitize, alldeps.mak, configure.in, depend:  Add 29k/UDI support.

32 years ago* am29k-tdep.c: Update to use new calling conventions, and misc
Stu Grossman [Fri, 24 Apr 1992 14:52:26 +0000 (14:52 +0000)] 
* am29k-tdep.c:  Update to use new calling conventions, and misc
symbol elements.

32 years ago* m68k-pinsn.c (print_insn_arg): Make branch offsets be signed.
Stu Grossman [Fri, 24 Apr 1992 14:45:53 +0000 (14:45 +0000)] 
* m68k-pinsn.c (print_insn_arg):  Make branch offsets be signed.

32 years ago* configure.in: Add a29k-amd-udi.
Stu Grossman [Fri, 24 Apr 1992 14:37:32 +0000 (14:37 +0000)] 
* configure.in:  Add a29k-amd-udi.

32 years ago* tm-29k.h: Set DECR_PC_AFTER_BREAK to 0, as 29ks have nice
Stu Grossman [Fri, 24 Apr 1992 06:32:59 +0000 (06:32 +0000)] 
* tm-29k.h:  Set DECR_PC_AFTER_BREAK to 0, as 29ks have nice
breakpoint instructions that leave PC pointing at the right place.

32 years ago29k/UDI config stuff.
Stu Grossman [Fri, 24 Apr 1992 06:27:14 +0000 (06:27 +0000)] 
29k/UDI config stuff.

32 years ago29K/UDI remote debugger interface.
Stu Grossman [Fri, 24 Apr 1992 05:48:30 +0000 (05:48 +0000)] 
29K/UDI remote debugger interface.

32 years agoMore files for 29k/UDI.
Stu Grossman [Fri, 24 Apr 1992 05:47:14 +0000 (05:47 +0000)] 
More files for 29k/UDI.

32 years agoCall warning() to print warnings, which deals properly with leading and
Fred Fish [Fri, 24 Apr 1992 01:45:47 +0000 (01:45 +0000)] 
Call warning() to print warnings, which deals properly with leading and
trailing newlines, as well as presenting a consistent prefix for warnings
(IE "warning: ").

32 years agoaoutx.h (aout_<bits>_swap_exec_header_in): Zero out the internal_exec
Fred Fish [Fri, 24 Apr 1992 01:42:41 +0000 (01:42 +0000)] 
aoutx.h (aout_<bits>_swap_exec_header_in):  Zero out the internal_exec
structure before initializing the fields that are used, so that the unused
fields are in a known state.  Two of these structures are memcmp'd so
any fields not explicitly initialized must be set to a known state.

32 years agoremove subdirs line
K. Richard Pixley [Thu, 23 Apr 1992 01:08:49 +0000 (01:08 +0000)] 
remove subdirs line

32 years agoconfigure: test for and move config.status pieces from subdir.
K. Richard Pixley [Thu, 23 Apr 1992 01:07:40 +0000 (01:07 +0000)] 
configure: test for and move config.status pieces from subdir.

32 years agoooops.
K. Richard Pixley [Thu, 23 Apr 1992 00:00:09 +0000 (00:00 +0000)] 
ooops.

32 years agorework CFLAGS such that they can be passed on command line to make
K. Richard Pixley [Wed, 22 Apr 1992 23:35:47 +0000 (23:35 +0000)] 
rework CFLAGS such that they can be passed on command line to make

32 years agoadd move-if-change
K. Richard Pixley [Wed, 22 Apr 1992 21:52:44 +0000 (21:52 +0000)] 
add move-if-change

32 years agoFinish MINUS_G eradication per current configuration strategy.
Fred Fish [Wed, 22 Apr 1992 21:51:57 +0000 (21:51 +0000)] 
Finish MINUS_G eradication per current configuration strategy.

32 years agoReplace MINUS_G by CFLAGS.
Fred Fish [Wed, 22 Apr 1992 21:51:25 +0000 (21:51 +0000)] 
Replace MINUS_G by CFLAGS.

32 years agoFinish eradication of MINUS_G per current configuration strategy.
Fred Fish [Wed, 22 Apr 1992 21:49:56 +0000 (21:49 +0000)] 
Finish eradication of MINUS_G per current configuration strategy.

32 years agoFinish MINUS_G eradication per new configure strategy.
Fred Fish [Wed, 22 Apr 1992 21:48:51 +0000 (21:48 +0000)] 
Finish MINUS_G eradication per new configure strategy.

32 years agoTest for nonexistance of files before trying to mv them.
Fred Fish [Wed, 22 Apr 1992 21:48:18 +0000 (21:48 +0000)] 
Test for nonexistance of files before trying to mv them.

32 years agoReplace MINUS_G with CFLAGS.
Fred Fish [Wed, 22 Apr 1992 21:44:58 +0000 (21:44 +0000)] 
Replace MINUS_G with CFLAGS.

32 years agoFinish MINUS_G eradication.
Fred Fish [Wed, 22 Apr 1992 21:44:32 +0000 (21:44 +0000)] 
Finish MINUS_G eradication.

32 years agoReplace MINUS_G with CFLAGS per new configuration standard.
Fred Fish [Wed, 22 Apr 1992 21:42:25 +0000 (21:42 +0000)] 
Replace MINUS_G with CFLAGS per new configuration standard.

32 years agoTest for nonexistance of files before trying to mv them, to avoid numerous
Fred Fish [Wed, 22 Apr 1992 21:41:44 +0000 (21:41 +0000)] 
Test for nonexistance of files before trying to mv them, to avoid numerous
nonexistance error messages.

32 years agoAdd config target for 29k/UDI.
Stu Grossman [Wed, 22 Apr 1992 21:02:22 +0000 (21:02 +0000)] 
Add config target for 29k/UDI.

32 years agoAdd lotsa files for 29k UDI debugger interface support.
Stu Grossman [Wed, 22 Apr 1992 20:40:53 +0000 (20:40 +0000)] 
Add lotsa files for 29k UDI debugger interface support.

32 years ago * ldlex.l: added CMDFILENAMECHAR state so that you can lex
Steve Chamberlain [Wed, 22 Apr 1992 19:55:15 +0000 (19:55 +0000)] 
* ldlex.l: added CMDFILENAMECHAR state so that you can lex
different sorts of filenames on the command line than in a script.

32 years ago* symtab.c (lookup_symbol): Need to check if msymbol->name is
Stu Grossman [Wed, 22 Apr 1992 17:01:22 +0000 (17:01 +0000)] 
* symtab.c (lookup_symbol):  Need to check if msymbol->name is
NULL, as ALL_MSYMBOLS will never return a NULL msymbol pointer.
This prevents a crash when trying to lookup the value of a
non-existent symbol.

32 years agoRemove now obsolete signame.c and signame.h; functionality is handled by
Fred Fish [Wed, 22 Apr 1992 16:46:47 +0000 (16:46 +0000)] 
Remove now obsolete signame.c and signame.h; functionality is handled by
libiberty/strsignal.c.  Widespread changes to use libiberty/strerror.c
functions for errno manipulations and libiberty/strsignal.c for signo
(signals) manipulations.

32 years agoConvert typedef that typedefs nothing into a normal structure declaration.
Fred Fish [Wed, 22 Apr 1992 16:40:35 +0000 (16:40 +0000)] 
Convert typedef that typedefs nothing into a normal structure declaration.
Prototype args to function that second arg of pass_over points to.

32 years agorework CFLAGS so that they can be passed on the make command line
K. Richard Pixley [Tue, 21 Apr 1992 20:43:28 +0000 (20:43 +0000)] 
rework CFLAGS so that they can be passed on the make command line

32 years agodo not print recursion lines
K. Richard Pixley [Tue, 21 Apr 1992 20:37:29 +0000 (20:37 +0000)] 
do not print recursion lines

32 years agocorrect final line of config.status
K. Richard Pixley [Tue, 21 Apr 1992 19:52:54 +0000 (19:52 +0000)] 
correct final line of config.status

32 years agoconfigure: patch from eggert. Avoids a protection problem if the
K. Richard Pixley [Tue, 21 Apr 1992 19:49:03 +0000 (19:49 +0000)] 
configure: patch from eggert.  Avoids a protection problem if the
original Makefile.in is read only.

32 years agoMakefile.in: rework CFLAGS so that they can be set from the command
K. Richard Pixley [Tue, 21 Apr 1992 19:43:05 +0000 (19:43 +0000)] 
Makefile.in: rework CFLAGS so that they can be set from the command
line to make.  CFLAGS -> INTERNAL_CFLAGS.  USER_CFLAGS -> CFLAGS.
Remove MINUS_G.  Default CFLAGS to -g.  Pass CFLAGS on recusions.

32 years agoconfigure: use move-if-change from gcc to create config.status. Some
K. Richard Pixley [Tue, 21 Apr 1992 19:36:11 +0000 (19:36 +0000)] 
configure: use move-if-change from gcc to create config.status.  Some
makefiles depend on config.status to tell if a directory has been
reconfigured for a different host.  This change prevents those
directories from remaking everything in the case where the reconfig
was only intended to rebuild a Makefile.

32 years agoconfigure: test for config.sub with "config.sub sun4" rather than
K. Richard Pixley [Tue, 21 Apr 1992 19:33:13 +0000 (19:33 +0000)] 
configure: test for config.sub with "config.sub sun4" rather than
"config.sub ${host_alias}".  Otherwise we can't tell a bad host alias
from a missing config.sub.

32 years agorework CFLAGS so that they can be set from the command line to make
K. Richard Pixley [Tue, 21 Apr 1992 18:55:45 +0000 (18:55 +0000)] 
rework CFLAGS so that they can be set from the command line to make

32 years agotooldir copy of ld belongs directly in tooldir
K. Richard Pixley [Tue, 21 Apr 1992 05:34:11 +0000 (05:34 +0000)] 
tooldir copy of ld belongs directly in tooldir

32 years agotooldir copy of gas belongs directly in tooldir
K. Richard Pixley [Tue, 21 Apr 1992 05:32:59 +0000 (05:32 +0000)] 
tooldir copy of gas belongs directly in tooldir

32 years agorework CFLAGS, etc.
K. Richard Pixley [Tue, 21 Apr 1992 05:27:57 +0000 (05:27 +0000)] 
rework CFLAGS, etc.

32 years agopass CFLAGS, remove MINUS_G, default CFLAGS to -g
K. Richard Pixley [Tue, 21 Apr 1992 04:07:29 +0000 (04:07 +0000)] 
pass CFLAGS, remove MINUS_G, default CFLAGS to -g

32 years agoremove binutils, gas, ld when targetting rs6000
K. Richard Pixley [Tue, 21 Apr 1992 04:06:33 +0000 (04:06 +0000)] 
remove binutils, gas, ld when targetting rs6000

32 years agocorrect makesrcdir when subdir is .
K. Richard Pixley [Tue, 21 Apr 1992 04:05:37 +0000 (04:05 +0000)] 
correct makesrcdir when subdir is .

32 years agoAdd tekhex.c
Fred Fish [Sat, 18 Apr 1992 04:38:26 +0000 (04:38 +0000)] 
Add tekhex.c

32 years agoBack out of TYPE_FLAG_FUND_TYPE change, solve the problem in valprint.c by
Fred Fish [Sat, 18 Apr 1992 02:30:28 +0000 (02:30 +0000)] 
Back out of TYPE_FLAG_FUND_TYPE change, solve the problem in valprint.c by
just printing the type name from the type if it is not otherwise handled.
Implement new handling of the ".syms" file for reusable symbol files.

32 years agoAdd tekhex
Steve Chamberlain [Fri, 17 Apr 1992 18:33:47 +0000 (18:33 +0000)] 
Add tekhex

32 years agoFri Apr 17 09:15:31 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Steve Chamberlain [Fri, 17 Apr 1992 16:22:44 +0000 (16:22 +0000)] 
Fri Apr 17 09:15:31 1992  Steve Chamberlain  (sac@thepub.cygnus.com)

* bfd.c, Makefile.in: added tekhex
* aoutx.h (set_section_contents): pages should be padded to the
size of a page, not the size of a segment.
* configure.in: added go32 host and i386-aout target.
* i386aout.c, libaout.h: now works for go32 target
* ieee.c: fix bit rot.
* seclet.c: support for padding seclet type.

32 years agoNew definition of padding seclet
Steve Chamberlain [Fri, 17 Apr 1992 16:14:34 +0000 (16:14 +0000)] 
New definition of padding seclet

32 years ago * relax.c: added handling for new "padding" seclet type, used to
Steve Chamberlain [Fri, 17 Apr 1992 15:59:37 +0000 (15:59 +0000)] 
* relax.c: added handling for new "padding" seclet type, used to
fill out gaps between section.
* ldgram.y, ldlex.l: now -defsym on the command line is done
properly.

32 years ago* sun3-xdep.c (fetch_core_registers): Lint.
John Gilmore [Fri, 17 Apr 1992 06:58:05 +0000 (06:58 +0000)] 
* sun3-xdep.c (fetch_core_registers):  Lint.
* tm-sun3.h:  Prototype lint.
* value.h:  Typo.

32 years ago * TODO: New file.
Fred Fish [Fri, 17 Apr 1992 03:01:54 +0000 (03:01 +0000)] 
* TODO:  New file.
* attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c,
mmcheck.c, mtrace.c, mrealloc.c, mvalloc.c, sbrk-sup.c:  Lint.

32 years agoFix to dwarfread.c to target pointer and target long sizes, fixes for
Fred Fish [Fri, 17 Apr 1992 02:59:43 +0000 (02:59 +0000)] 
Fix to dwarfread.c to target pointer and target long sizes, fixes for
mapped symbol file handling, and a couple of other misc small fixes.

32 years ago * rs6000-pinsn.c: New version from IBM (Metin).
Per Bothner [Fri, 17 Apr 1992 01:35:42 +0000 (01:35 +0000)] 
* rs6000-pinsn.c:  New version from IBM (Metin).
* m2-exp.y:  Re-write string initializers ("<>" => {'<', '>'})
to avoid warnings from some compilers.

32 years ago * rs6k.h: New version from IBM (Metin).
Per Bothner [Fri, 17 Apr 1992 01:34:34 +0000 (01:34 +0000)] 
* rs6k.h:  New version from IBM (Metin).

32 years agoLint found by Rich and gcc
Steve Chamberlain [Thu, 16 Apr 1992 18:03:51 +0000 (18:03 +0000)] 
Lint found by Rich and gcc

32 years agocorrected a typo that resulted in makeinfo failure
K. Richard Pixley [Thu, 16 Apr 1992 02:58:00 +0000 (02:58 +0000)] 
corrected a typo that resulted in makeinfo failure

32 years ago.NOEXPORT: so that children don't pick up false values for things like makefile frags
K. Richard Pixley [Thu, 16 Apr 1992 02:57:23 +0000 (02:57 +0000)] 
.NOEXPORT: so that children don't pick up false values for things like makefile frags

32 years agocorrection to makesrcdir for relative srcdir
K. Richard Pixley [Thu, 16 Apr 1992 01:24:59 +0000 (01:24 +0000)] 
correction to makesrcdir for relative srcdir

32 years agoAdd .NOEXPORT: so that doc directory doesn't inherit a bad definition
K. Richard Pixley [Thu, 16 Apr 1992 01:23:41 +0000 (01:23 +0000)] 
Add .NOEXPORT: so that doc directory doesn't inherit a bad definition
for target_makefile_frag.

32 years agoadded mri.c
Steve Chamberlain [Wed, 15 Apr 1992 23:11:53 +0000 (23:11 +0000)] 
added mri.c

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