binutils-gdb.git
31 years agoAdd reminders for next release.
John Gilmore [Sat, 20 Feb 1993 02:37:36 +0000 (02:37 +0000)]
Add reminders for next release.

31 years agoWish I'd figured this one out 24 hours ago....
Ian Lance Taylor [Fri, 19 Feb 1993 18:05:09 +0000 (18:05 +0000)]
Wish I'd figured this one out 24 hours ago....

Fri Feb 19 10:01:39 1993  Ian Lance Taylor  (ian@cygnus.com)

* mipsread.c (parse_lines): Correct check for files compiled with
-g1.

31 years ago* Makefile.in (VERSION): 4.8.1 to distinguish local versions.
John Gilmore [Fri, 19 Feb 1993 13:57:10 +0000 (13:57 +0000)]
* Makefile.in (VERSION):  4.8.1 to distinguish local versions.

31 years agoFix up NEWS file for G++ bug.
John Gilmore [Fri, 19 Feb 1993 12:08:25 +0000 (12:08 +0000)]
Fix up NEWS file for G++ bug.

31 years agoUpdate for gdb-4.8
John Gilmore [Fri, 19 Feb 1993 11:54:59 +0000 (11:54 +0000)]
Update for gdb-4.8

31 years agofor a baseline
Stu Grossman [Fri, 19 Feb 1993 11:05:41 +0000 (11:05 +0000)]
for a baseline

31 years ago* README: Update for release.
John Gilmore [Fri, 19 Feb 1993 09:35:19 +0000 (09:35 +0000)]
* README:  Update for release.

31 years agoUpdate for gdb-4.8
John Gilmore [Fri, 19 Feb 1993 09:00:03 +0000 (09:00 +0000)]
Update for gdb-4.8

31 years ago* Makefile.in (VERSION): GDB-4.8 release!
John Gilmore [Fri, 19 Feb 1993 07:42:49 +0000 (07:42 +0000)]
* Makefile.in (VERSION):  GDB-4.8 release!
(not really yet, but we're getting ready)

31 years ago* gcc.patch: Update for a different GCC (G++) bug.
John Gilmore [Fri, 19 Feb 1993 06:55:31 +0000 (06:55 +0000)]
* gcc.patch:  Update for a different GCC (G++) bug.
* main.c (print_gdb_version):  Update copyright year to 1993.
* nm-hp300bsd.h:  Decide whether this is BSD 4.3 or 4.4,
conditionalize this file on it.  FIXME, right way is to split
these into two config files.
(ATTACH_DETACH):  Define for BSD 4.4
(PTRACE_ARG_TYPE):  caddr_t for BSD 4.4, unset for 4.3.
(U_REGS_OFFSET):  Revise for 4.4.
(REGISTER_U_ADDR):  Separate for 4.4, but it doesn't work yet.
* xm-hp300bsd.h:  Move definitions of UINT_MAX, INT_MAX, INT_MIN,
LONG_MAX into this file to avoid cpp "redefinition" warnings.

31 years ago * am29k-pinsn.c (print_insn): Minor nits with const.
Stu Grossman [Fri, 19 Feb 1993 06:48:52 +0000 (06:48 +0000)]
* am29k-pinsn.c (print_insn):  Minor nits with const.
* am29k-tdep.c:  More minor nits with arg types for
supply_register, NULL vs. 0, read_register_gen, & reginv_com.

31 years agofix go32 configuration
David D. Zuhn [Fri, 19 Feb 1993 02:00:52 +0000 (02:00 +0000)]
fix go32 configuration

31 years ago* nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not caddr_t.
K. Richard Pixley [Fri, 19 Feb 1993 01:12:23 +0000 (01:12 +0000)]
* nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not caddr_t.

31 years agoBugfix for length==0 case.
John Gilmore [Thu, 18 Feb 1993 23:49:40 +0000 (23:49 +0000)]
Bugfix for length==0 case.

31 years agodiff needs libiberty
David D. Zuhn [Thu, 18 Feb 1993 17:16:51 +0000 (17:16 +0000)]
diff needs libiberty

31 years agoupdate version to 1.94
David D. Zuhn [Thu, 18 Feb 1993 13:12:04 +0000 (13:12 +0000)]
update version to 1.94

31 years ago* c-lang.c (c_printstr): If a C string ends in a null, don't
John Gilmore [Thu, 18 Feb 1993 12:18:23 +0000 (12:18 +0000)]
* c-lang.c (c_printstr):  If a C string ends in a null, don't
print the null.

31 years ago * defs.h (STRCMP): Make it work for unsigned chars.
Stu Grossman [Thu, 18 Feb 1993 10:40:33 +0000 (10:40 +0000)]
* defs.h (STRCMP):  Make it work for unsigned chars.

31 years agoDefine REGEX, REGEX1.
John Gilmore [Thu, 18 Feb 1993 10:02:35 +0000 (10:02 +0000)]
Define REGEX, REGEX1.

31 years ago* nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define.
John Gilmore [Thu, 18 Feb 1993 10:01:36 +0000 (10:01 +0000)]
* nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define.
* m68k-pinsn.c (BREAK_UP_BIG_DECL, AND_OTHER_PART):  #if __GNUC__,
define to kludge the large opcode table into two smaller tables,
since GCC take exponential space to build the table.  Lint.
(NOPCODES):  Remove, use "numopcodes" from opcode/m68k.h instead.

31 years ago* nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define.
John Gilmore [Thu, 18 Feb 1993 09:59:35 +0000 (09:59 +0000)]
* nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define.
* config/hp300bsd.mh (REGEX, REGEX1):  Define.
* m68k-pinsn.c (BREAK_UP_BIG_DECL, AND_OTHER_PART):  #if __GNUC__,
define to kludge the large opcode table into two smaller tables,
since GCC take exponential space to build the table.  Lint.
(NOPCODES):  Remove, use "numopcodes" from opcode/m68k.h instead.

31 years agoUpdate PTRACE_ARG3_TYPE doc, pull PT_*.
John Gilmore [Thu, 18 Feb 1993 09:21:01 +0000 (09:21 +0000)]
Update PTRACE_ARG3_TYPE doc, pull PT_*.

31 years agoSanitize away simulators unless asked to keep-sim.
John Gilmore [Thu, 18 Feb 1993 08:10:17 +0000 (08:10 +0000)]
Sanitize away simulators unless asked to keep-sim.
This is to remove them from the GDB net release til ready for prime time.

31 years ago* Makefile.in (VERSION): Roll to 4.7.9.
John Gilmore [Thu, 18 Feb 1993 07:53:44 +0000 (07:53 +0000)]
* Makefile.in (VERSION):  Roll to 4.7.9.
* xm-hp300bsd.h:  Define PSIGNAL_IN_SIGNAL_H and put a compatible
definition here, to handle both BSD 4.3 and 4.4 systems.
* tm-i386bsd.h (NUM_REGS):  There are only eleven, not twelve.

31 years ago* mipsread.c (ZMAGIC): #undef to avoid duplicate define.
John Gilmore [Thu, 18 Feb 1993 07:49:17 +0000 (07:49 +0000)]
* mipsread.c (ZMAGIC):  #undef to avoid duplicate define.
* remote.c (alarm):  Move declaration to global level, before
first reference to it.
* tm-i386bsd.h (NUM_REGS):  There are only eleven, not twelve.

31 years ago* dbxread.c (process_one_symbol): Cast to unsigned char, not int.
John Gilmore [Thu, 18 Feb 1993 03:25:44 +0000 (03:25 +0000)]
* dbxread.c (process_one_symbol):  Cast to unsigned char, not int.

31 years agostop in abort
Ken Raeburn [Thu, 18 Feb 1993 02:55:47 +0000 (02:55 +0000)]
stop in abort

31 years ago* remote.c (readchar): forward declare alarm which otherwise looks
K. Richard Pixley [Thu, 18 Feb 1993 00:05:45 +0000 (00:05 +0000)]
* remote.c (readchar): forward declare alarm which otherwise looks
  like an undeclared variable to gcc.

31 years ago* dbxread.c (process_one_symbol): cast enum value N_SO into int when
K. Richard Pixley [Wed, 17 Feb 1993 21:58:25 +0000 (21:58 +0000)]
* dbxread.c (process_one_symbol): cast enum value N_SO into int when
  comparing against an int.  Avoids superfluous warning from vax
  ultrix 4.2 cc.

31 years ago* inflow.c (set_sigint_trap): add cast to assignment from signal.
K. Richard Pixley [Wed, 17 Feb 1993 21:45:56 +0000 (21:45 +0000)]
* inflow.c (set_sigint_trap): add cast to assignment from signal.
  Avoids superfluous warnings from some systems and/or compilers (like
  vax ultrix 4.2.)

31 years ago* language.c (struct op_print unk_op_print_tab): use the enum values
K. Richard Pixley [Wed, 17 Feb 1993 21:43:45 +0000 (21:43 +0000)]
* language.c (struct op_print unk_op_print_tab): use the enum values
  rather naked zeros as initializers.  Avoids warnings from ultrix
  type compilers.

31 years ago* trad-core.c (trad_unix_make_empty_symbol): wrap PARAMS around an
K. Richard Pixley [Wed, 17 Feb 1993 21:02:01 +0000 (21:02 +0000)]
* trad-core.c (trad_unix_make_empty_symbol): wrap PARAMS around an
  ansi definition which otherwise confuses non-ansi compilers.

31 years agoaout-adobe.c (aout_adobe_object_p): eliminate a warning from vax
K. Richard Pixley [Wed, 17 Feb 1993 20:30:19 +0000 (20:30 +0000)]
aout-adobe.c (aout_adobe_object_p): eliminate a warning from vax
ultrix cc by forward declaring getenv as is done in bfd_find_target.

31 years agoRemove SET_STACK_LIMIT_HUGE from target defines.
John Gilmore [Wed, 17 Feb 1993 16:16:11 +0000 (16:16 +0000)]
Remove SET_STACK_LIMIT_HUGE from target defines.

31 years agocast an enum into unsigned char avoiding a fatal error in vax ultrix 4.2 cc.
K. Richard Pixley [Wed, 17 Feb 1993 01:58:47 +0000 (01:58 +0000)]
cast an enum into unsigned char avoiding a fatal error in vax ultrix 4.2 cc.

31 years agoadd vax ultrix in the spirit of mips ultrix
K. Richard Pixley [Wed, 17 Feb 1993 00:07:19 +0000 (00:07 +0000)]
add vax ultrix in the spirit of mips ultrix

31 years agoadd support for tar gzip hello recode and indent
David D. Zuhn [Tue, 16 Feb 1993 17:58:39 +0000 (17:58 +0000)]
add support for tar gzip hello recode and indent

31 years agoAdded 1993 copyright.
Ian Lance Taylor [Tue, 16 Feb 1993 17:10:48 +0000 (17:10 +0000)]
Added 1993 copyright.

31 years agoAdded 1993 copyright for files that I have changed in 1993.
Ian Lance Taylor [Tue, 16 Feb 1993 17:05:58 +0000 (17:05 +0000)]
Added 1993 copyright for files that I have changed in 1993.

31 years agoAdded 1993 copyrights to files that I have changed in 1993. Some were
Ian Lance Taylor [Tue, 16 Feb 1993 16:54:20 +0000 (16:54 +0000)]
Added 1993 copyrights to files that I have changed in 1993.  Some were
missing 1992 copyrights, although they changed in 1992.

31 years agoFix permissions in etc/. Use byacc, not yacc, to build *.tab.c files
John Gilmore [Tue, 16 Feb 1993 10:21:04 +0000 (10:21 +0000)]
Fix permissions in etc/.  Use byacc, not yacc, to build *.tab.c files
for the tar file.

31 years ago(alldeps.mak): Make ALLDEPFILES_SUBSUBDIR for files in sub sub dirs.
John Gilmore [Tue, 16 Feb 1993 10:18:47 +0000 (10:18 +0000)]
(alldeps.mak):  Make ALLDEPFILES_SUBSUBDIR for files in sub sub dirs.
(ALLDEPFILES_SUBSUBDIR):  Depend on this for deeper dep files.

31 years agoRevised Standard Version from the upcoming GDB release.
John Gilmore [Tue, 16 Feb 1993 09:52:52 +0000 (09:52 +0000)]
Revised Standard Version from the upcoming GDB release.

31 years ago* Makefile.in (VERSION): Roll to 4.7.6.
John Gilmore [Tue, 16 Feb 1993 09:02:15 +0000 (09:02 +0000)]
* Makefile.in (VERSION):  Roll to 4.7.6.
(SFILES_SUBDIR):  Add 29k-share/udi_soc.
(SFILES_SUBSUBDIR):  Move 29k-share/udi files to this macro.
(HFILES):  Remove all nm-* except nm-trash.h.  Add ns32k-opcode.h.
(depend):  Fix bug where nm-files in config files weren't noticed.
(make-proto-gdb-1):  Avoid changing directories while building new
prototype.  Build SFILES_SUBSUBDIR with longer symlinks.

.Sanitize:  Remove am29k-opcode.h, convx-opcode.h, os68k-xdep.c.

31 years ago* Makefile.in (DEVO_SUPPORT): Remove etc directory
John Gilmore [Tue, 16 Feb 1993 08:59:35 +0000 (08:59 +0000)]
* Makefile.in (DEVO_SUPPORT):  Remove etc directory
(ETC_SUPPORT):  Only add the files GDB wants from etc/.
(gdb.tar.Z):  Use ETC_SUPPORT.

31 years agoUpdate for BFD_VERSION 2.1.
John Gilmore [Tue, 16 Feb 1993 08:52:11 +0000 (08:52 +0000)]
Update for BFD_VERSION 2.1.

31 years agoRoll to version 2.1.
John Gilmore [Tue, 16 Feb 1993 08:49:29 +0000 (08:49 +0000)]
Roll to version 2.1.

31 years agoRemove h8/300 and z8k since not ready yet.
John Gilmore [Tue, 16 Feb 1993 05:30:08 +0000 (05:30 +0000)]
Remove h8/300 and z8k since not ready yet.

31 years ago* remote.c: Improve error recovery. Allow user to break out
John Gilmore [Tue, 16 Feb 1993 05:16:55 +0000 (05:16 +0000)]
* remote.c:  Improve error recovery.  Allow user to break out
of initial connection attempt with INTERRUPT.  Treat a timeout
while waiting for remote packet like a retry, unless the remote
side is actively running user code.  Fix a few long printf_filtered's.

* xcoffread.c (read_xcoff_symtab):  Don't use null symbol name for
trampoline symbols.

* buildsym.c (start_subfile):  Allow null file name.

31 years ago* oasys.c (oasys_write_object_contents): Lint.
John Gilmore [Tue, 16 Feb 1993 04:44:28 +0000 (04:44 +0000)]
* oasys.c (oasys_write_object_contents):  Lint.
* srec.c:  Whitespace cleanup.

31 years agoRemote support for the Rom68k monitor and the Motorola Bug monitor. This is
Rob Savoye [Sun, 14 Feb 1993 22:52:02 +0000 (22:52 +0000)]
Remote support for the Rom68k monitor and the Motorola Bug monitor. This is
the first attempt at a generic debug monitor support file.

31 years agoKeep convex.h.
John Gilmore [Sun, 14 Feb 1993 21:54:59 +0000 (21:54 +0000)]
Keep convex.h.

31 years agoupdated dates
David D. Zuhn [Sat, 13 Feb 1993 11:12:40 +0000 (11:12 +0000)]
updated dates

31 years agohandle SunPRO C on Solaris2 better
David D. Zuhn [Sat, 13 Feb 1993 11:11:42 +0000 (11:11 +0000)]
handle SunPRO C on Solaris2 better

31 years agogprof, not gprog. typo
David D. Zuhn [Sat, 13 Feb 1993 11:01:41 +0000 (11:01 +0000)]
gprof, not gprog.  typo

31 years agokeep everything
David D. Zuhn [Sat, 13 Feb 1993 10:47:10 +0000 (10:47 +0000)]
keep everything

31 years agoupdated date
David D. Zuhn [Sat, 13 Feb 1993 10:45:49 +0000 (10:45 +0000)]
updated date

31 years agofix TMPDIR on hp300 automagically, don't have all sorts of -g -g -g flags around
David D. Zuhn [Sat, 13 Feb 1993 10:32:24 +0000 (10:32 +0000)]
fix TMPDIR on hp300 automagically, don't have all sorts of -g -g -g flags around

31 years agoremoving excess verbosity
David D. Zuhn [Sat, 13 Feb 1993 10:15:53 +0000 (10:15 +0000)]
removing excess verbosity

31 years agokeep everything that's present now
David D. Zuhn [Sat, 13 Feb 1993 09:10:57 +0000 (09:10 +0000)]
keep everything that's present now

31 years agokeep gprof.texi, remove RCS cruft
David D. Zuhn [Sat, 13 Feb 1993 09:05:37 +0000 (09:05 +0000)]
keep gprof.texi, remove RCS cruft

31 years agono more v9 code in aoutx.h
David D. Zuhn [Sat, 13 Feb 1993 08:56:24 +0000 (08:56 +0000)]
no more v9 code in aoutx.h

31 years agokeep NEWS, remove RCS cruft
David D. Zuhn [Sat, 13 Feb 1993 08:52:56 +0000 (08:52 +0000)]
keep NEWS, remove RCS cruft

31 years agoAdd test-chill.
Bill Cox [Sat, 13 Feb 1993 06:44:46 +0000 (06:44 +0000)]
Add test-chill.

31 years ago(process_linenos): free the previously allocated subfile name, then
K. Richard Pixley [Sat, 13 Feb 1993 01:40:33 +0000 (01:40 +0000)]
(process_linenos): free the previously allocated subfile name, then
allocate the new one from the heap.

31 years ago * xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complain
K. Richard Pixley [Fri, 12 Feb 1993 23:48:36 +0000 (23:48 +0000)]
* xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complain
  expects a pointer to complaint rather than a complaint
  structure.

31 years agoFri Feb 12 14:23:07 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Fri, 12 Feb 1993 22:24:47 +0000 (22:24 +0000)]
Fri Feb 12 14:23:07 1993  Ian Lance Taylor  (ian@cygnus.com)

* coffgen.c (coff_print_symbol): Print correct tagndx value;
cleaned up output formatting a bit.

31 years agoCheckpoint. Runs "hello, world", sets breakpoints, isn't too graceful
Ian Lance Taylor [Fri, 12 Feb 1993 20:47:59 +0000 (20:47 +0000)]
Checkpoint.  Runs "hello, world", sets breakpoints, isn't too graceful
about program termination.

This file probably should not be part of gdb 4.8, although it wouldn't
do any actual harm.  Not yet added to .Sanitize.

31 years ago * Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.
Fred Fish [Fri, 12 Feb 1993 18:08:35 +0000 (18:08 +0000)]
* Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.
* Makefile.in (LIBIBERTY):  Use LIBIBERTY_BIN_DIR.
* Makefile.in (DEMANGLER_PROG):  New program to build.  Add macro
and rule.
* Makefile.in (PROGS):  Add DEMANGLER_PROG.

31 years ago * ldgram.y: allow section types without address expressions.
Steve Chamberlain [Fri, 12 Feb 1993 16:33:32 +0000 (16:33 +0000)]
  * ldgram.y: allow section types without address  expressions.
  * ldlang.c (lang_relocate_globals): avoid possible hang with
  undefined but unreferenced symbols.
  * relax.c (relax_section): don't complain if the script file isn't
  relaxable but -relax is set

31 years ago * coffcode.h (coff_set_arch_mach_hook): *FIXME* the H8/300 is always
Steve Chamberlain [Fri, 12 Feb 1993 16:32:32 +0000 (16:32 +0000)]
* coffcode.h (coff_set_arch_mach_hook): *FIXME* the H8/300 is always
relaxable.  Should be moved somewhere else.

31 years ago * ldgram.y: allow section types without address expressions.
Steve Chamberlain [Fri, 12 Feb 1993 16:12:28 +0000 (16:12 +0000)]
* ldgram.y: allow section types without address  expressions.
* ldlang.c (lang_relocate_globals): avoid possible hang with
undefined but unreferenced symbols.
* relax.c (relax_section): don't complain if the script file isn't
relaxable but -relax is set

31 years ago * h8300-tdep.c, tm-h8300.h: turn off some experimental features
Steve Chamberlain [Fri, 12 Feb 1993 16:07:36 +0000 (16:07 +0000)]
* h8300-tdep.c, tm-h8300.h: turn off some experimental features

31 years agoupdate dates
David D. Zuhn [Fri, 12 Feb 1993 05:20:16 +0000 (05:20 +0000)]
update dates

31 years agocase fixes in node names
David D. Zuhn [Fri, 12 Feb 1993 04:48:34 +0000 (04:48 +0000)]
case fixes in node names

31 years agoCopyright change
Steve Chamberlain [Thu, 11 Feb 1993 22:54:38 +0000 (22:54 +0000)]
Copyright change

31 years agoupdate from ralphc's changes
Ken Raeburn [Thu, 11 Feb 1993 19:47:31 +0000 (19:47 +0000)]
update from ralphc's changes

31 years agoEliminated uses of DEFUN. Added seclet_link element to vectors.
Ken Raeburn [Thu, 11 Feb 1993 19:26:40 +0000 (19:26 +0000)]
Eliminated uses of DEFUN.  Added seclet_link element to vectors.

31 years agoFix thinko (NM_FILE => NAT_FILE). Found by Michael Ben-Gershon <mybg@CS.HUJI.AC...
John Gilmore [Thu, 11 Feb 1993 18:39:52 +0000 (18:39 +0000)]
Fix thinko (NM_FILE => NAT_FILE).  Found by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.

31 years agoThu Feb 11 09:20:37 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Thu, 11 Feb 1993 17:22:42 +0000 (17:22 +0000)]
Thu Feb 11 09:20:37 1993  Ian Lance Taylor  (ian@cygnus.com)

* config/obj-coffbfd.c (fill_section): Don't set vaddr here.
(write_object_file): Set it here instead, so that fixup_segment
can see the correct value.

31 years agoMore debugging of rs/6000 file reading (on Suns, for easier debug).
John Gilmore [Thu, 11 Feb 1993 11:16:35 +0000 (11:16 +0000)]
More debugging of rs/6000 file reading (on Suns, for easier debug).

* stabsread.c (dbx_lookup_type):  Handle negative type numbers.
Previously, would bogusly index off the bottom of type_vector.
(rs6000_builtin_type):  Accept type number as argument.
(read_type, case '-'):  Handle negatives like any other type number.

* symfile.c (deduce_language_from_filename):  Handle null name.

31 years ago* mips-tdep.c (isa_NAN): Fix byte order dependency.
John Gilmore [Thu, 11 Feb 1993 09:52:25 +0000 (09:52 +0000)]
* mips-tdep.c (isa_NAN):  Fix byte order dependency.
Reported by Nobuyuki Hikichi <hikichi@sra.co.jp>,
fixed by sato@sm.sony.co.jp.

31 years ago * xcoffread.c (parmsym): Don't use an initializer to set up
John Gilmore [Thu, 11 Feb 1993 09:05:11 +0000 (09:05 +0000)]
* xcoffread.c (parmsym):  Don't use an initializer to set up
this struct symbol.  Set it up in initialize_xcoffread.
[This broke when Fred changed "struct symbol".]
(read_xcoff_symtab, xcoff_symfile_read):  Surround code that only
works on real rs/6000 target with #ifndef FAKING_RS6000.

31 years agoEliminate IBM6000_HOST, document IBM6000_TARGET.
John Gilmore [Thu, 11 Feb 1993 07:59:55 +0000 (07:59 +0000)]
Eliminate IBM6000_HOST, document IBM6000_TARGET.

31 years ago* config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.
John Gilmore [Thu, 11 Feb 1993 07:59:07 +0000 (07:59 +0000)]
* config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.

31 years agoRemove IBM6000_host
John Gilmore [Thu, 11 Feb 1993 07:58:42 +0000 (07:58 +0000)]
Remove IBM6000_host

31 years ago* stabsread.c (rs6000_builtin_type): Move function from
John Gilmore [Thu, 11 Feb 1993 07:57:35 +0000 (07:57 +0000)]
* stabsread.c (rs6000_builtin_type):  Move function from
xcoffread.c:builtin_type.
* xcoffread.c (builtin_type):  Move to stabsread.  Remove
IBM6000_HOST dependency.  Move misplaced comments.
(various):  Change printf's to complaints.
(patch_block_stabs, process_xcoff_symbol case C_DECL):  Add
objfile argument to read_type calls under #if 0.
(process_xcoff_symbol case C_RSYM):  Fix typo in #ifdef.
* xcoffexec.c (map_vmap):  Don't allocate an objfile for the exec_file.
* Makefile.in:  xcoffread.o is not built by default.
* config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.
* doc/gdbint.texinfo:  Eliminate IBM6000_HOST, document
IBM6000_TARGET.

31 years agobuild endian.h via a temporary file so that we don't leave an
K. Richard Pixley [Thu, 11 Feb 1993 03:15:39 +0000 (03:15 +0000)]
build endian.h via a temporary file so that we don't leave an
incomplete file lying around on interrupted builds.

31 years ago * findvar.c (read_var_value): If REG_STRUCT_HAS_ADDR, then set
Stu Grossman [Thu, 11 Feb 1993 02:38:19 +0000 (02:38 +0000)]
* findvar.c (read_var_value):  If REG_STRUCT_HAS_ADDR, then set
VALUE_LVAL to be lval_memory so that we don't try to modify wild
register numbers when user tries to modify elements in structs
passed as arguments.
* inflow.c (child_terminal_info):  Move banner outside of system
specific #ifdefs.
* tm-hppa.h (REG_STRUCT_HAS_ADDR):  Define this for HPPA, which
passes struct/union arguments by address.

31 years agoWed Feb 10 15:34:46 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Wed, 10 Feb 1993 23:38:11 +0000 (23:38 +0000)]
Wed Feb 10 15:34:46 1993  Ian Lance Taylor  (ian@cygnus.com)

* Based on patch from Martin Walker <maw@netcom.com>:
* nm-i386sco4.h: New file.  Like nm-i386sco.h, but define
ATTACH_DETACH, PTRACE_ATTACH and PTRACE_DETACH.
* config/i386sco4.mh (NAT_FILE): Use nm-i386sco4.h.

31 years ago* remote-udi.c (FREEZE_MODE): Fix && for & typo. Found and
John Gilmore [Wed, 10 Feb 1993 04:09:05 +0000 (04:09 +0000)]
* remote-udi.c (FREEZE_MODE):  Fix && for & typo.  Found and
fixed by Lynn D. Shumaker, shumaker@saifr00.cfsat.honeywell.com.

PR# gdb/2162

31 years agomisc updates
Roland Pesch [Wed, 10 Feb 1993 02:28:16 +0000 (02:28 +0000)]
misc updates

31 years agoIndex entries for vi-style editing.
Roland Pesch [Wed, 10 Feb 1993 01:39:59 +0000 (01:39 +0000)]
Index entries for vi-style editing.

31 years agoTue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Tue, 9 Feb 1993 22:06:29 +0000 (22:06 +0000)]
Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)

* Makefile.in: Various changes to eliminate a level of make
recursion and reduce the required command line length.
(BASE_FLAGS_TO_PASS): New variable holding flags passed to all
sub-makes.
(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
variables holding settings for specific sub-makes.
(FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
in terms of BASE_FLAGS_TO_PASS.
(TARGET_LIBS): New variable listing directories which use
TARGET_FLAGS_TO_PASS.
(subdir_do): Eliminated.
(do-*): New set of targets to replace subdir_do.
(various): All targets which used subdir_do now depend on do-*.
(local-clean): Renamed from do_clean.
(local-distclean): New target, dependency of distclean and
realclean.
(install-info): Don't create directories.  Depend on dir.info
rather than calling make recursively.
(install-dir.info): Eliminated.
(install-info-dirs): Create all info directories here.
(dir.info): Depend upon do-install-info.

31 years agoTue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Tue, 9 Feb 1993 20:43:20 +0000 (20:43 +0000)]
Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)

* test-build.mk (HOLES): Added false.

31 years agoTue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Tue, 9 Feb 1993 16:22:35 +0000 (16:22 +0000)]
Tue Feb  9 08:18:07 1993  Ian Lance Taylor  (ian@cygnus.com)

* config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in
cc debugging output.

31 years agoRemoved garbage after #endif.
Ian Lance Taylor [Tue, 9 Feb 1993 15:56:11 +0000 (15:56 +0000)]
Removed garbage after #endif.

31 years ago* stabsread.c (define_symbol): Complain about unrecognized names
John Gilmore [Tue, 9 Feb 1993 08:42:20 +0000 (08:42 +0000)]
* stabsread.c (define_symbol):  Complain about unrecognized names
that begin with CPLUS_MARKER (often '$'), but don't die.  Fix
suggested by gb@cs.purdue.edu (Gerald Baumgartner).
(read_cpp_abbrev):  Don't use the class name as part of the
vtable pointer member name (_vptr$) in $vf abbrevs or unrecognized
abbrevs.  Inspired by Mike Tiemann.
(read_tilde_fields):  Comment.  Remove ancient dead code.
Remove erroneous but non-dead code.  Simplify.  Add complaints.
(in general):  Remove extraneous (parentheses) in return
statements.

31 years ago * Makefile.in, configure.in: if target isn't supported, build a
Steve Chamberlain [Mon, 8 Feb 1993 19:47:11 +0000 (19:47 +0000)]
* Makefile.in, configure.in: if target isn't supported, build a
harmless makefile.
support for make clean

31 years ago * Makefile.in, configure.in: if target isn't supported, build a
Steve Chamberlain [Mon, 8 Feb 1993 19:46:59 +0000 (19:46 +0000)]
* Makefile.in, configure.in: if target isn't supported, build a
harmless makefile.