deliverable/binutils-gdb.git
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

32 years agoStrange link script support
Steve Chamberlain [Wed, 15 Apr 1992 23:11:09 +0000 (23:11 +0000)] 
Strange link script support

32 years agoPersonal checkpoint - now should parse some MRI stuff
Steve Chamberlain [Wed, 15 Apr 1992 22:23:33 +0000 (22:23 +0000)] 
Personal checkpoint - now should parse some MRI stuff

32 years agoAdded EXTRACT command
Steve Chamberlain [Wed, 15 Apr 1992 22:12:06 +0000 (22:12 +0000)] 
Added EXTRACT command

32 years agoWed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Steve Chamberlain [Wed, 15 Apr 1992 21:36:37 +0000 (21:36 +0000)] 
Wed Apr 15 14:33:07 1992  Steve Chamberlain  (sac@thepub.cygnus.com)

* arsup.c, arsup.h, arparse.y, arlex.l: support for archive
scripting language.

32 years agoAdd TYPE_FLAG_FUND_TYPE bit to the flags member of the type structure,
Fred Fish [Wed, 15 Apr 1992 05:42:00 +0000 (05:42 +0000)] 
Add TYPE_FLAG_FUND_TYPE bit to the flags member of the type structure,
and use it to decide when to print the actual type name rather than
trying to invent the name of a fundamental type.  This clears up the
confusion between int/long when they are the same sizes, removes one
obstacle to multi-language support (previously valprint.c thought
everything was a C type), and allows gdb to support distinctions between
explicitly and implicitly signed types when the compiler supports such
distinction in the debug output (as does every ANSI compiler I tested
except for gcc).

32 years agoIfdef-out debugging code, and ifdef-out code that aborts on unhandled
Fred Fish [Wed, 15 Apr 1992 05:32:58 +0000 (05:32 +0000)] 
Ifdef-out debugging code, and ifdef-out code that aborts on unhandled
sections (this was causing needless gdb aborts; gdb doesn't care about
these sections anyway).

32 years agoFix couple of function args that expect to be passed CONST pointers, and
Fred Fish [Tue, 14 Apr 1992 21:41:30 +0000 (21:41 +0000)] 
Fix couple of function args that expect to be passed CONST pointers, and
boolean functions that were returning NULL, which can be "void *" rather
than just bare 0.

32 years agoPick up SGI defines for langCplusplus, langCplusplusV2, stStruct, stUnion,
Fred Fish [Tue, 14 Apr 1992 21:34:02 +0000 (21:34 +0000)] 
Pick up SGI defines for langCplusplus, langCplusplusV2, stStruct, stUnion,
and stEnum.  The last three are required to be able to build the current
checked in gdb on a non-sgi machine.

32 years ago* remote-vx.c, vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
Stu Grossman [Tue, 14 Apr 1992 21:34:01 +0000 (21:34 +0000)] 
* remote-vx.c, vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
vx-share/xdr_rdb.h:  Update for new remote protocol under VxWorks
5.0.2.

32 years agoChanged to allow hosting on an Apollo Series 400 under the BSD4.3 emulation
Sean Eric Fagan [Tue, 14 Apr 1992 21:32:34 +0000 (21:32 +0000)] 
Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation
environment.

32 years agoChanged to support Apollo Series 400 under bsd4.3 emulation environment.
Sean Eric Fagan [Tue, 14 Apr 1992 21:28:04 +0000 (21:28 +0000)] 
Changed to support Apollo Series 400 under bsd4.3 emulation environment.

32 years agoNew header file for Apollo Series 400 running under BSD4.3 emulation.
Sean Eric Fagan [Tue, 14 Apr 1992 20:25:29 +0000 (20:25 +0000)] 
New header file for Apollo Series 400 running under BSD4.3 emulation.

32 years ago * configure: Add support for 'subdirs' variable, which is
Per Bothner [Tue, 14 Apr 1992 19:02:48 +0000 (19:02 +0000)] 
* configure:  Add support for 'subdirs' variable, which is
like 'configdirs', except that configure doesn't re-invoke
itself for subdirs, it just creates a Makefile for each subdir.
* configure.texi:  Document subdirs.

32 years agoExtensive changes to replace swapin() function with target_to_host()
Fred Fish [Tue, 14 Apr 1992 04:09:00 +0000 (04:09 +0000)] 
Extensive changes to replace swapin() function with target_to_host()
and fix all usages to be independent of host/target integer size
mismatches.  However, cross debugging will still not work until the
sign extension issue is resolved either by fixing the bfd library
or implementing sign extension in the gdb code.

32 years agoupdated configure.in to include flex
David D. Zuhn [Tue, 14 Apr 1992 01:51:00 +0000 (01:51 +0000)] 
updated configure.in to include flex

32 years agoconfigure.in knows about flex now
David D. Zuhn [Tue, 14 Apr 1992 01:50:06 +0000 (01:50 +0000)] 
configure.in knows about flex now

32 years agoremove clean-stamps from clean
K. Richard Pixley [Tue, 14 Apr 1992 01:44:23 +0000 (01:44 +0000)] 
remove clean-stamps from clean

32 years agoRevised -mapped description.
John Gilmore [Mon, 13 Apr 1992 23:08:01 +0000 (23:08 +0000)] 
Revised -mapped description.

32 years agoadded flex to the build tree
David D. Zuhn [Mon, 13 Apr 1992 21:39:15 +0000 (21:39 +0000)] 
added flex to the build tree

32 years agoMassive changes. Elf sections are now processed into BFD sections only
Mark Eichin [Mon, 13 Apr 1992 15:01:54 +0000 (15:01 +0000)] 
Massive changes. Elf sections are now processed into BFD sections only
if they make sense as independent sections; symbols and relocs are
turned into BFD symbols and relocs; objects are now created.
objdump and copy mostly work on .o files.
this check-in will be followed by gdb testing.
the code has *not* yet been split up the way coff is to
support multiple architectures and bit widths.
no ChangeLog entries yet; too big... nearly everything changed.

32 years ago * mipsread.c (parse_partial_symbols): Complain when sh->index is
John Gilmore [Sun, 12 Apr 1992 06:40:04 +0000 (06:40 +0000)] 
* mipsread.c (parse_partial_symbols):  Complain when sh->index is
too high or when skipping `forwards' moves us backwards.
(parse_type):  Print mis-guessed tag name in complaint.
(parse_external):  Eliminate cur_stab and obscure top_stack clobbers.
(parse_procedure):  Do not attempt to create symbols; just fill in
the SYMBOL_VALUE field of a .gdbinfo. symbol if we can find one.
(psymtab_to_symtab_1):  Split up `stabs' from `native ecoff' code
for clarity.  Set top_stack before calling parse_external.  In
stabs, sort symbols before calling parse_procedure.
* mipsread.c:  Lint.
* symmisc.c (std_in, std_out, std_err):  Add vars to access std
FILE *'s when debugging GDB (e.g. as args to dump_symtab).
* Makefile.in:  Remove stage* targets.  Avoid echo on recursive
makes.  Eliminate doc/Makefile from tar.Z file if doc/Makefile.in
exists.
* mipsread.c:  Cleanup.  Add more complaints for unhandled cases.
Remove new symbol types and such to ../include/coff/symconst.h.
(parse_symbol):  Simplify code for parsing struct/enum/unions.
(parse_type):  Handle `long long' types.
(upgrade_type):  Handle `const' qualifier.
(parse_partial_symbols):  fix indentation, clean a bit.

32 years agoWe now configure gdbtest automatically if it's there.
John Gilmore [Sat, 11 Apr 1992 10:52:33 +0000 (10:52 +0000)] 
We now configure gdbtest automatically if it's there.

32 years agoSet devo VERSION to 4.5.1 to avoid confuzzion with the released version.
John Gilmore [Sat, 11 Apr 1992 10:51:31 +0000 (10:51 +0000)] 
Set devo VERSION to 4.5.1 to avoid confuzzion with the released version.

32 years ago* xcoffread.c (NO_TYPEDEFS): Fix typo in commented-out #define.
John Gilmore [Sat, 11 Apr 1992 06:52:54 +0000 (06:52 +0000)] 
* xcoffread.c (NO_TYPEDEFS):  Fix typo in commented-out #define.
* sparc-tdep.c (supply_gregset, fill_gregset, supply_fpregset,
fill_gregset):  New functions for SVR4 /proc support.

32 years agoAdd swapin() function, and SWAPIN macro that calls it, to do byte swapping
Fred Fish [Sat, 11 Apr 1992 06:27:53 +0000 (06:27 +0000)] 
Add swapin() function, and SWAPIN macro that calls it, to do byte swapping
copies using appropriate bfd routines.

32 years agoAdd MINUS_G macro, default to -g, and pass on to recursive makes.
Fred Fish [Sat, 11 Apr 1992 06:13:43 +0000 (06:13 +0000)] 
Add MINUS_G macro, default to -g, and pass on to recursive makes.
Recognize new ncr3000 config.

32 years agoAdd new configuration for NCR 3000.
Fred Fish [Sat, 11 Apr 1992 06:10:56 +0000 (06:10 +0000)] 
Add new configuration for NCR 3000.

32 years agoRecognize new ncr3000 config.
Fred Fish [Sat, 11 Apr 1992 06:03:45 +0000 (06:03 +0000)] 
Recognize new ncr3000 config.

32 years agoRecognize new ncr3000 config. Add MINUS_G macro, default to -g.
Fred Fish [Sat, 11 Apr 1992 06:01:07 +0000 (06:01 +0000)] 
Recognize new ncr3000 config.  Add MINUS_G macro, default to -g.

32 years agoRecognize new ncr3000 config.
Fred Fish [Sat, 11 Apr 1992 05:42:48 +0000 (05:42 +0000)] 
Recognize new ncr3000 config.

32 years agoNew configuration file for ncr 3000.
Fred Fish [Sat, 11 Apr 1992 05:40:44 +0000 (05:40 +0000)] 
New configuration file for ncr 3000.

32 years agoPass on MINUS_G to recursive makes. Recognize ncr3000 config.
Fred Fish [Sat, 11 Apr 1992 05:38:40 +0000 (05:38 +0000)] 
Pass on MINUS_G to recursive makes.  Recognize ncr3000 config.

32 years agoNew config files for NCR 3000.
Fred Fish [Sat, 11 Apr 1992 05:31:31 +0000 (05:31 +0000)] 
New config files for NCR 3000.

32 years ago* gdb.texinfo: Update for GDB-4.5. Move `Formatting
John Gilmore [Sat, 11 Apr 1992 00:54:44 +0000 (00:54 +0000)] 
* gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
Documentation' ahead of `Installing GDB' to match README.
Update shared library doc, -readnow and -mapped, and directory
structure (add glob and mmalloc).  Update configure doc.

32 years agoalldeps.mak and depend once again!
Stu Grossman [Fri, 10 Apr 1992 23:29:21 +0000 (23:29 +0000)] 
alldeps.mak and depend once again!

32 years ago* Makefile.in: Update version to 4.5.
Stu Grossman [Fri, 10 Apr 1992 23:02:06 +0000 (23:02 +0000)] 
* Makefile.in:  Update version to 4.5.
* WHATS.NEW:  The obvious.

32 years agoOne more time...
Stu Grossman [Fri, 10 Apr 1992 22:04:09 +0000 (22:04 +0000)] 
One more time...

32 years ago* depend: Generate new depend file for this release.
Stu Grossman [Fri, 10 Apr 1992 21:50:32 +0000 (21:50 +0000)] 
* depend:  Generate new depend file for this release.

32 years ago* Makefile.in (depend): Fix dependancy generation so that it does
Stu Grossman [Fri, 10 Apr 1992 15:33:31 +0000 (15:33 +0000)] 
* Makefile.in (depend):  Fix dependancy generation so that it does
not include gcc 'fixincluded' files, which are usually in a system
specific location.

32 years agobuildsym.c: Fix parameter mis-match.
Per Bothner [Thu, 9 Apr 1992 20:36:20 +0000 (20:36 +0000)] 
buildsym.c:  Fix parameter mis-match.
Check in ChangeLog (forgotten last night).

32 years ago* Makefile.in: version=4.4.88, add xm-vax.h to HFILES.
Stu Grossman [Thu, 9 Apr 1992 19:11:18 +0000 (19:11 +0000)] 
* Makefile.in:  version=4.4.88, add xm-vax.h to HFILES.

32 years agoInstall second copy as $(tooldir)/bin/ld, since that's what gcc wants.
Ken Raeburn [Thu, 9 Apr 1992 09:54:52 +0000 (09:54 +0000)] 
Install second copy as $(tooldir)/bin/ld, since that's what gcc wants.

32 years agoInstall second copy in $(tooldir)/bin, since that's where gcc looks.
Ken Raeburn [Thu, 9 Apr 1992 09:48:46 +0000 (09:48 +0000)] 
Install second copy in $(tooldir)/bin, since that's where gcc looks.

32 years agoMinor changes for Solaris.
John Gilmore [Thu, 9 Apr 1992 09:30:45 +0000 (09:30 +0000)] 
Minor changes for Solaris.

32 years ago Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).
Per Bothner [Thu, 9 Apr 1992 07:57:10 +0000 (07:57 +0000)] 
Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).
* buildsym.c  (#ifdef RS6000_TARGET):  Don't create unnecessary
symbols for nameless types.  And, handle `R' (register parameter
type) for AIX.  (an extension to existing stabstring grammar).
* rs6000-xdep.c:  Fix typo (= should have been ==).

32 years ago * rs6k.h: Fix incorrect extended opcode for instructions `fm'
Per Bothner [Thu, 9 Apr 1992 07:47:06 +0000 (07:47 +0000)] 
* rs6k.h: Fix incorrect extended opcode for instructions `fm'
        and `fd'.  (From metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).)

32 years agoapollo68v.h => apollov68.h (must be for DOS 8.3 names or something)
John Gilmore [Thu, 9 Apr 1992 07:26:14 +0000 (07:26 +0000)] 
apollo68v.h => apollov68.h (must be for DOS 8.3 names or something)

32 years agoRemove $Log stuff.
John Gilmore [Thu, 9 Apr 1992 07:06:54 +0000 (07:06 +0000)] 
Remove $Log stuff.

32 years agoremove references to gdbm
K. Richard Pixley [Thu, 9 Apr 1992 06:08:50 +0000 (06:08 +0000)] 
remove references to gdbm

32 years agoRemove obsolete README file, and update mmalloc.texi to closer reflect
Fred Fish [Wed, 8 Apr 1992 21:38:15 +0000 (21:38 +0000)] 
Remove obsolete README file, and update mmalloc.texi to closer reflect
reality.  Minor fix to comment in mmalloc.c.  Remove README from .Sanitize

32 years agoFix prototype for pointer to function to get more core.
Fred Fish [Wed, 8 Apr 1992 16:37:44 +0000 (16:37 +0000)] 
Fix prototype for pointer to function to get more core.

32 years ago* xm-i386mach.h: add decls for errno and strdup().
Stu Grossman [Wed, 8 Apr 1992 05:37:32 +0000 (05:37 +0000)] 
* xm-i386mach.h:  add decls for errno and strdup().

32 years agoOnly redefine size_t and CHAR_BIT if they are not already defined.
Fred Fish [Wed, 8 Apr 1992 05:17:56 +0000 (05:17 +0000)] 
Only redefine size_t and CHAR_BIT if they are not already defined.

32 years ago* xm-i386mach.h: add decl for errno.
Stu Grossman [Wed, 8 Apr 1992 01:14:17 +0000 (01:14 +0000)] 
* xm-i386mach.h:  add decl for errno.

32 years agokeep ChangeLog
K. Richard Pixley [Wed, 8 Apr 1992 00:23:29 +0000 (00:23 +0000)] 
keep ChangeLog

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