platform/upstream/binutils.git
33 years ago * valops.c (typecmp): If t2 == 0, return 1.
Jim Kingdon [Fri, 26 Apr 1991 23:02:15 +0000 (23:02 +0000)]
* valops.c (typecmp): If t2 == 0, return 1.
* valops.c (value_struct_elt_for_address): Call check_stub_method.
* valops.c (value_struct_elt): Remove found, arg1_as_ptr.
* valops.c (search_struct_method): Give error if j > 0 && args == 0.
* valops.c (search_struct_field): New argument looking_for_baseclass.
Give error if value_static_field or value_primitive_field
return NULL.
valops.c (various): Call search_struct_field with extra parameter.

33 years ago * symtab.c, symtab.h: Have a builtin_type_{,unsigned_}long_long
Jim Kingdon [Fri, 26 Apr 1991 23:01:36 +0000 (23:01 +0000)]
* symtab.c, symtab.h: Have a builtin_type_{,unsigned_}long_long
regardless of LONG_LONG.
symtab.c, symtab.h (allocate_stub_method): New function.
* symtab.c (decode_line_1): Deal with operators specified as
"operator" <optional whitespace> <symbols for operator>.
(operator_chars): Help do it.
* symtab.c (lookup_struct_elt_type): Call check_stub_type.
Take additional argument noerr.
Don't dump core if TYPE_FIELD_NAME is NULL.
Check the baseclasses recursively.

33 years ago * symfile.c (fill_in_vptr_fieldno): Don't call check_stub_type.
Jim Kingdon [Fri, 26 Apr 1991 23:00:55 +0000 (23:00 +0000)]
* symfile.c (fill_in_vptr_fieldno): Don't call check_stub_type.
Return void not int. (also declarations in symfile.h and value.h).
Deal with multiple inheritance.

33 years ago * printcmd.c (x_command): Dereference references.
Jim Kingdon [Fri, 26 Apr 1991 23:00:32 +0000 (23:00 +0000)]
* printcmd.c (x_command): Dereference references.
* printcmd.c (print_command_1): Add if (objectprint) code.

33 years ago * eval.c (evaluate_subexp, case UNOP_LOGNOT): If following opcode
Jim Kingdon [Fri, 26 Apr 1991 22:59:54 +0000 (22:59 +0000)]
* eval.c (evaluate_subexp, case UNOP_LOGNOT): If following opcode
is OP_SCOPE, give an error.
* eval.c (evaluate_subexp): Pass third arg to lookup_struct_elt_type.
* eval.c (evaluate_subexp), values.c (value_virtual_fn_field):
Don't bother to do anything with
return value from fill_in_vptr_fieldno.
* eval.c (evaluate_subexp): If value_static_field returns NULL,
give an error.

33 years ago dbxread.c (read_type): If we get "##", don't lookup_function_type
Jim Kingdon [Fri, 26 Apr 1991 22:59:00 +0000 (22:59 +0000)]
dbxread.c (read_type): If we get "##", don't lookup_function_type
and start clobbering it; allocate_stub_method instead.
* dbxread.c (read_struct_type): Put "op$" instead of "operator"
in the symbol table.
* dbxread.c (read_struct_type): Set fcontext to 0 for normal member
function.
* dbxread.c (read_struct_type): Initialize name to 0.
* dbxread.c (read_ofile_symtab, N_CATCH): Add offset to bufp->n_value.
* dbxread.c (dbx_create_type): Zero TYPE_VPTR_BASETYPE.
(read_struct_type): Don't bother to set TYPE_VTPR_{BASETYPE,FIELDNO}
if it's just going to be {0,1}.

* dbxread.c (virtual_context): Use TYPE_BASECLASS starting at 0
(yes, it's #if 0, but just in case...).

33 years ago * cplus-dem.c (optable): Add "nw", "dl", "compound".
Jim Kingdon [Fri, 26 Apr 1991 22:58:14 +0000 (22:58 +0000)]
* cplus-dem.c (optable): Add "nw", "dl", "compound".
(cplus_mangle_opname): New function.
(do_type): Add case 'Q'.
* vax-opcode.h, expread.y, expprint.c, cplus-dem.c: Declare some
things "const".

33 years ago * expread.y (abs_decl): Accept '&' and '&' abs_decl.
Jim Kingdon [Fri, 26 Apr 1991 22:57:44 +0000 (22:57 +0000)]
* expread.y (abs_decl): Accept '&' and '&' abs_decl.
expread.y (typebase): Add {unsigned,} long long {,int}.
* expread.y (variable): Allow for destructor with foo::~name.
* vax-opcode.h, expread.y, expprint.c, cplus-dem.c: Declare some
things "const".

33 years ago * vax-opcode.h, expread.y, expprint.c, cplus-dem.c: Declare some
Jim Kingdon [Fri, 26 Apr 1991 22:57:07 +0000 (22:57 +0000)]
* vax-opcode.h, expread.y, expprint.c, cplus-dem.c: Declare some
things "const".

33 years ago gmalloc.c: #if 0 out !HAVE_GETPAGESIZE code.
Jim Kingdon [Fri, 26 Apr 1991 22:56:08 +0000 (22:56 +0000)]
gmalloc.c: #if 0 out !HAVE_GETPAGESIZE code.
* gmalloc.c [!HAVE_GETPAGESIZE]: Try to figure out the pagesize.

33 years ago * xconfig/i386v{,32}{,-g}: Add XM_CFLAGS=-Dgetpagesize()=4096.
Jim Kingdon [Fri, 26 Apr 1991 22:55:42 +0000 (22:55 +0000)]
* xconfig/i386v{,32}{,-g}: Add XM_CFLAGS=-Dgetpagesize()=4096.
gmalloc.c: #if 0 out !HAVE_GETPAGESIZE code.

33 years agoReplace all 5 BFD_FAILURE's with false's.
John Gilmore [Fri, 26 Apr 1991 16:32:55 +0000 (16:32 +0000)]
Replace all 5 BFD_FAILURE's with false's.

33 years agoRemove BFD_SUCCESS and BFD_FAILURE, replace with a comment about return
John Gilmore [Fri, 26 Apr 1991 16:32:20 +0000 (16:32 +0000)]
Remove BFD_SUCCESS and BFD_FAILURE, replace with a comment about return
values of functions.

33 years agoUse the new merged include directory.
John Gilmore [Thu, 25 Apr 1991 04:25:00 +0000 (04:25 +0000)]
Use the new merged include directory.

33 years agoMinor changes to accomodate merging of three include file directories.
John Gilmore [Thu, 25 Apr 1991 04:22:55 +0000 (04:22 +0000)]
Minor changes to accomodate merging of three include file directories.

33 years agoMerge intel-deliver and amd-deliver "include" directories, and the
John Gilmore [Thu, 25 Apr 1991 04:20:18 +0000 (04:20 +0000)]
Merge intel-deliver and amd-deliver "include" directories, and the
GDB include directory, all into a single include directory.

There are minor corresponding changes in a few files in bfd and gdb.

33 years agoInitial revision
John Gilmore [Thu, 25 Apr 1991 04:20:11 +0000 (04:20 +0000)]
Initial revision

33 years agoFix minor pointer type problems that "cc" complains about.
John Gilmore [Thu, 25 Apr 1991 04:06:21 +0000 (04:06 +0000)]
Fix minor pointer type problems that "cc" complains about.

33 years agoAdded the sizeof_headers keyword.
Steve Chamberlain [Wed, 24 Apr 1991 20:53:36 +0000 (20:53 +0000)]
Added the sizeof_headers keyword.

33 years agoAdded some depdenencies and fixed etags
Steve Chamberlain [Wed, 24 Apr 1991 20:52:21 +0000 (20:52 +0000)]
Added some depdenencies and fixed etags

33 years agoChanged the shape of the howto type yet again.
Steve Chamberlain [Wed, 24 Apr 1991 20:51:27 +0000 (20:51 +0000)]
Changed the shape of the howto type yet again.

Now m88kbcs support can self host.

33 years agoThis is the last one I gave to Telebit, minus all the print_msg's.
Jim Kingdon [Wed, 24 Apr 1991 19:33:31 +0000 (19:33 +0000)]
This is the last one I gave to Telebit, minus all the print_msg's.

33 years ago * WHATS.NEW: Remove mention of readline and more paging (in 3.5).
Jim Kingdon [Wed, 24 Apr 1991 19:30:10 +0000 (19:30 +0000)]
* WHATS.NEW: Remove mention of readline and more paging (in 3.5).
Try to keep command names up to date with renaming.

33 years ago * gmalloc.c [!HAVE_GETPAGESIZE]: Try to figure out the pagesize.
Jim Kingdon [Wed, 24 Apr 1991 19:18:42 +0000 (19:18 +0000)]
* gmalloc.c [!HAVE_GETPAGESIZE]: Try to figure out the pagesize.

33 years ago * infun.c (resume, resume_cleanups): New functions.
Jim Kingdon [Wed, 24 Apr 1991 19:17:58 +0000 (19:17 +0000)]
* infun.c (resume, resume_cleanups): New functions.
(wait_for_inferior, proceed, child_create_inferior): Use resume
not target_resume.

33 years agoThree staging checkpoint.
K. Richard Pixley [Wed, 24 Apr 1991 19:06:14 +0000 (19:06 +0000)]
Three staging checkpoint.

33 years ago * remote.c (getpkt): Don't set immediate_quit.
Jim Kingdon [Wed, 24 Apr 1991 17:14:10 +0000 (17:14 +0000)]
* remote.c (getpkt): Don't set immediate_quit.

33 years ago * blockframe.c, frame.h (reinit_frame_cache): New function.
Jim Kingdon [Wed, 24 Apr 1991 16:56:40 +0000 (16:56 +0000)]
* blockframe.c, frame.h (reinit_frame_cache): New function.
solib.c (solib_add), symfile.c ({,add_}symbol_file_command):
Use it.

33 years agoThree staging checkpoint.
K. Richard Pixley [Wed, 24 Apr 1991 16:52:32 +0000 (16:52 +0000)]
Three staging checkpoint.

33 years ago * symtab.c (lookup_symbol): Add 3 more of those loops through
Jim Kingdon [Wed, 24 Apr 1991 02:23:40 +0000 (02:23 +0000)]
* symtab.c (lookup_symbol): Add 3 more of those loops through
the symtabs which we all know and love: (1) Look in the
STATIC_BLOCK for mangled symbols right after we check the blocks,
(2, 3) Look in the STATIC_BLOCK for all the symtabs and psymtabs
at the end.

33 years ago values.c (value_virtual_fn_field): If there is no fcontext,
Jim Kingdon [Wed, 24 Apr 1991 01:01:09 +0000 (01:01 +0000)]
values.c (value_virtual_fn_field): If there is no fcontext,
then do things the way GDB 3.x did.
valops.c (search_struct_method): Add type to value_virtual_fn_field
arguments.

33 years ago * main.c (cd_command): Call dont_repeat.
Jim Kingdon [Wed, 24 Apr 1991 00:08:50 +0000 (00:08 +0000)]
* main.c (cd_command): Call dont_repeat.

* dbxread.c (read_struct_type): If const/volatile character is
missing, don't complain, just continue.

* dbxread.c (read_struct_type): Only try to read the fcontext if
it is there.  Also change "error_type " to "return error_type ".
values.c (value_virtual_fn_field): If there is no fcontext,
then do things the way GDB 3.x did.
valops.c (search_struct_method): Add type to value_virtual_fn_field
arguments.

* dbxread.c (read_struct_type): Fix typo: *pp != '\0' -> **pp != '\0'.

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 23 Apr 1991 22:44:20 +0000 (22:44 +0000)]
*** empty log message ***

33 years ago * printcmd.c (print_scalar_formatted): Add 't' for binary.
Jim Kingdon [Tue, 23 Apr 1991 17:27:49 +0000 (17:27 +0000)]
* printcmd.c (print_scalar_formatted): Add 't' for binary.

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 23 Apr 1991 16:02:09 +0000 (16:02 +0000)]
*** empty log message ***

33 years ago*** empty log message ***
Steve Chamberlain [Tue, 23 Apr 1991 15:59:24 +0000 (15:59 +0000)]
*** empty log message ***

33 years agoInitial revision
Steve Chamberlain [Tue, 23 Apr 1991 15:59:23 +0000 (15:59 +0000)]
Initial revision

33 years agoUse unpush_target not pop_target in core_open.
Jim Kingdon [Tue, 23 Apr 1991 02:19:43 +0000 (02:19 +0000)]
Use unpush_target not pop_target in core_open.

33 years ago*** empty log message ***
Jim Kingdon [Tue, 23 Apr 1991 01:11:11 +0000 (01:11 +0000)]
*** empty log message ***

33 years agoRestore Schauer's version of ADD_SOLIB in core_open().
Jim Kingdon [Tue, 23 Apr 1991 00:43:20 +0000 (00:43 +0000)]
Restore Schauer's version of ADD_SOLIB in core_open().

33 years ago * Shared libaray/corefile changes from Peter Schauer:
Jim Kingdon [Tue, 23 Apr 1991 00:05:24 +0000 (00:05 +0000)]
* Shared libaray/corefile changes from Peter Schauer:
core.c (core_close): Call CLEAR_SOLIB.
(core_open): Remove comment about "should deal with shared lib".
(core_xfer_memory): If we can't xfer the usual way, try the
shared libraries.
solib.c (so_list): New fields so_bfd and so_sections{,_end}.
(find_solib): Use solib_map_sections to get ld_text.
(solib_map_sections, solib_xfer_memory): New functions.
(clear_solib): Free so_sections and close so_bfd.
tm-sunos.h: Add solib_xfer_memory, solib_add.

33 years ago * sparc-tdep.c (skip_prologue): Don't skip anything unless there
Jim Kingdon [Mon, 22 Apr 1991 21:40:42 +0000 (21:40 +0000)]
* sparc-tdep.c (skip_prologue): Don't skip anything unless there
is a "save" instruction in there somewhere.

33 years agoInitial revision
Jim Kingdon [Mon, 22 Apr 1991 20:36:28 +0000 (20:36 +0000)]
Initial revision

33 years agoFix the fix to the appearance of the ChangeLog
Jim Kingdon [Mon, 22 Apr 1991 20:12:14 +0000 (20:12 +0000)]
Fix the fix to the appearance of the ChangeLog

33 years agoFix appearance of ChangeLog.
Jim Kingdon [Mon, 22 Apr 1991 20:11:42 +0000 (20:11 +0000)]
Fix appearance of ChangeLog.

33 years ago * symfile.c (symbol_file_add): Add comment.
Jim Kingdon [Mon, 22 Apr 1991 20:09:26 +0000 (20:09 +0000)]
* symfile.c (symbol_file_add): Add comment.
solib.c (solib_add): Don't malloc name passed to symbol_file_add.

33 years agoCheck for NULL selected_frame in various places.
Jim Kingdon [Mon, 22 Apr 1991 20:08:53 +0000 (20:08 +0000)]
Check for NULL selected_frame in various places.

33 years ago * breakpoint.c (bpstat_print): Try all elements on the bpstat
Jim Kingdon [Mon, 22 Apr 1991 07:08:07 +0000 (07:08 +0000)]
* breakpoint.c (bpstat_print): Try all elements on the bpstat
chain before giving up with an internal error.

Sun Apr 21 21:43:10 1991  Jim Kingdon  (kingdon at cygint.cygnus.com)

* value.h, values.c (value_{,free_to_}mark): New functions.
breakpoint.c (bpstat_stop_status): Use them.

33 years ago * tm-i386v{,-g}.h: Remove N_SET_MAGIC define.
Jim Kingdon [Mon, 22 Apr 1991 04:45:26 +0000 (04:45 +0000)]
* tm-i386v{,-g}.h: Remove N_SET_MAGIC define.

33 years ago * i386-tdep.c: Remove unnecessary #includes.
Jim Kingdon [Sun, 21 Apr 1991 05:59:53 +0000 (05:59 +0000)]
* i386-tdep.c: Remove unnecessary #includes.

33 years ago * coffread.c (find_linenos): Use LINESZ not sizeof (struct lineno).
Jim Kingdon [Sun, 21 Apr 1991 05:17:05 +0000 (05:17 +0000)]
* coffread.c (find_linenos): Use LINESZ not sizeof (struct lineno).

* coffread.c (end_symtab): Initialize language, dirname, and
fullname fields.

33 years ago infrun.c (start_remote): Also call wait_for_inferior & normal_stop.
Jim Kingdon [Sat, 20 Apr 1991 03:59:44 +0000 (03:59 +0000)]
infrun.c (start_remote): Also call wait_for_inferior & normal_stop.

33 years ago * findvar.c (read_register_gen): Add "target byte-order" comment.
Jim Kingdon [Sat, 20 Apr 1991 03:57:50 +0000 (03:57 +0000)]
* findvar.c (read_register_gen): Add "target byte-order" comment.

Wed Apr 17 17:09:48 1991  Jim Kingdon  (kingdon at cygint.cygnus.com)

* i386-tdep.c (i386_get_frame_setup): Use SWAP_TARGET_AND_HOST
before returning locals or slocals.

* i386-tdep.c (i386_follow_jump): Do not add data16 to pos in
call to codestream_seek; add one to pos if (and only if)
we are dealing with a jump with data16 == 1 (i.e. 0x66, 0xe9).

Mon Apr 15 12:04:32 1991  Jim Kingdon  (kingdon at cygint.cygnus.com)

* valops.c (call_function_by_hand): Put dummy1 in target order
before FIX_CALL_DUMMY.

* tm-i386v.h (FIX_CALL_DUMMY): Don't depend on host byte order.

Sun Apr 14 11:55:19 1991  Jim Kingdon  (kingdon at cygint.cygnus.com)

* valops.c (push_word): Add SWAP_TARGET_AND_HOST.

* remote.c (remote_open): Send '+' before calling putpkt().

* tm-i386v.h (REGISTER_VIRTUAL_TYPE): Return pointer to void,
not int, for pc, fp, and sp.

* remote.c (remote_open): Call start_remote after putpkt("?");

33 years ago * mipsread.c (parse_symbol): Set startup_file_{start,end} if
Jim Kingdon [Sat, 20 Apr 1991 03:27:04 +0000 (03:27 +0000)]
* mipsread.c (parse_symbol): Set startup_file_{start,end} if
entry_point is in current file.

33 years ago * stddef.h (size_t): Let either _SIZE_T or _SIZE_T_ guard it.
Jim Kingdon [Sat, 20 Apr 1991 03:25:09 +0000 (03:25 +0000)]
* stddef.h (size_t): Let either _SIZE_T or _SIZE_T_ guard it.

33 years ago signame.c: Change #ifdef SYS_SIGLIST_MISSING to #if.
Jim Kingdon [Sat, 20 Apr 1991 01:02:34 +0000 (01:02 +0000)]
signame.c: Change #ifdef SYS_SIGLIST_MISSING to #if.
param-no-tm.h: Define SYS_SIGLIST_MISSING from USG.

33 years agoFix comment (coff-encap -> dbx-in-coff).
Jim Kingdon [Sat, 20 Apr 1991 00:41:55 +0000 (00:41 +0000)]
Fix comment (coff-encap -> dbx-in-coff).

33 years ago * tm-68k.h (NUM_REGS): Conditionalize on TARGET_SUN3 not sun.
Jim Kingdon [Sat, 20 Apr 1991 00:31:01 +0000 (00:31 +0000)]
* tm-68k.h (NUM_REGS): Conditionalize on TARGET_SUN3 not sun.
tm-sun3.h: Define TARGET_SUN3.

33 years agoUpdated, amplified, and reorganized linker manual. Option-flag
Roland Pesch [Sat, 20 Apr 1991 00:07:39 +0000 (00:07 +0000)]
Updated, amplified, and reorganized linker manual.  Option-flag
description believed complete as of today; still holes---small
ones---in "commands" section.  BFD section also needs better table of
supported archs and formats; see FIXMEs for scattered q's and
desiderata.

33 years ago * utils.c: Use CPLUS_MARKER not '$'.
Jim Kingdon [Fri, 19 Apr 1991 23:50:06 +0000 (23:50 +0000)]
* utils.c: Use CPLUS_MARKER not '$'.

* cplus-dem.c: Use CPLUS_MARKER not '$'.  If CPLUS_MARKER isn't
defined, define it to '$'.

33 years ago * arm-opcode.h: New file (same contents as before; it had
Jim Kingdon [Fri, 19 Apr 1991 23:37:10 +0000 (23:37 +0000)]
* arm-opcode.h: New file (same contents as before; it had
just been left out of the distribution for a long time).

33 years agoInitial revision
Jim Kingdon [Fri, 19 Apr 1991 23:37:08 +0000 (23:37 +0000)]
Initial revision

33 years ago * tm-68k.h: Put declaration of ext_format_68881 outside the macros.
Jim Kingdon [Fri, 19 Apr 1991 22:04:24 +0000 (22:04 +0000)]
* tm-68k.h: Put declaration of ext_format_68881 outside the macros.

33 years ago * main.c: New HAVE_SIGSETMASK #ifdefs.
Jim Kingdon [Fri, 19 Apr 1991 21:49:27 +0000 (21:49 +0000)]
* main.c: New HAVE_SIGSETMASK #ifdefs.

33 years ago * coffread.c (read_coff_symtab): Check for "LF%" with all the
Jim Kingdon [Fri, 19 Apr 1991 21:48:55 +0000 (21:48 +0000)]
* coffread.c (read_coff_symtab): Check for "LF%" with all the
other L*% things.

* coffread.c (SDB_TYPE): New macro.
various: Use it instead of checking against T_NULL.

33 years agofix a smallie but nasttie.
David Henkel-Wallace [Fri, 19 Apr 1991 19:40:55 +0000 (19:40 +0000)]
fix a smallie but nasttie.

33 years agoallow the user to specify a file more than once on the command line --
David Henkel-Wallace [Fri, 19 Apr 1991 18:04:37 +0000 (18:04 +0000)]
allow the user to specify a file more than once on the command line --
the duplicate references are ignored.
::wq

33 years ago*** empty log message ***
David Henkel-Wallace [Fri, 19 Apr 1991 18:03:10 +0000 (18:03 +0000)]
*** empty log message ***

33 years ago * Makefile.dist (cplus-dem.o): Hack in an #include "param.h"
Jim Kingdon [Fri, 19 Apr 1991 17:28:32 +0000 (17:28 +0000)]
* Makefile.dist (cplus-dem.o): Hack in an #include "param.h"
before we compile it.
defs.h: Protect against multiple inclusion.
param.h: Include defs.h.

33 years ago * i386-pinsn.c (OP_E): Change %d to 0x%x for consistency.
Jim Kingdon [Fri, 19 Apr 1991 07:06:13 +0000 (07:06 +0000)]
* i386-pinsn.c (OP_E): Change %d to 0x%x for consistency.

33 years ago*** empty log message ***
Jim Kingdon [Fri, 19 Apr 1991 04:42:29 +0000 (04:42 +0000)]
*** empty log message ***

33 years ago*** empty log message ***
Jim Kingdon [Fri, 19 Apr 1991 03:22:12 +0000 (03:22 +0000)]
*** empty log message ***

33 years agoInitial revision
Jim Kingdon [Fri, 19 Apr 1991 03:22:06 +0000 (03:22 +0000)]
Initial revision

33 years agoOne more time
John Gilmore [Fri, 19 Apr 1991 02:01:49 +0000 (02:01 +0000)]
One more time

33 years ago*** empty log message ***
Jim Kingdon [Fri, 19 Apr 1991 01:58:50 +0000 (01:58 +0000)]
*** empty log message ***

33 years ago * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New
John Gilmore [Fri, 19 Apr 1991 01:55:07 +0000 (01:55 +0000)]
    * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):  New
        defines for the blocks of a blockvector that contain global and
        file-static symbols and the first of the smaller scope contours.
        * symtab.c (lookup_symbol, find_pc_symtab, find_pc_line,
        decode_line_1, make_symbol_completion_list):  Use the above.

        * symtab.c (list_symbols):  Process the first symbol of the
        static psymbols list.
        (types_info):  Restore this function from its untimely #if 0.
        It's not perfect, but it is better than nothing.
        (_initialize_symtab):  Restore "info types".

33 years ago * symfile.h (free_named_symtabs): Rename from free_named_symtab.
John Gilmore [Fri, 19 Apr 1991 01:52:40 +0000 (01:52 +0000)]
    * symfile.h (free_named_symtabs):  Rename from free_named_symtab.

33 years ago*** empty log message ***
Jim Kingdon [Fri, 19 Apr 1991 01:45:22 +0000 (01:45 +0000)]
*** empty log message ***

33 years ago * symfile.c: Rename add_syms_command to add_symbol_file_command.
Jim Kingdon [Fri, 19 Apr 1991 01:38:55 +0000 (01:38 +0000)]
* symfile.c: Rename add_syms_command to add_symbol_file_command.
(_initialize_symfile, add_syms_addr_command):
Rename add-syms to add-symbol-file.

33 years ago * source.c: Rename directories_info to show_directories.
Jim Kingdon [Fri, 19 Apr 1991 01:38:14 +0000 (01:38 +0000)]
* source.c: Rename directories_info to show_directories.
(_initialize_values): Rename "info directories" to "show directories".

33 years ago * target.h: Add to_doc and target_preopen.
Jim Kingdon [Fri, 19 Apr 1991 01:36:57 +0000 (01:36 +0000)]
* target.h: Add to_doc and target_preopen.
target.c: Add target_preopen and target_command.
Remove target_info.
(add_target): Call add_cmd and mess with targetlist->doc.
core.c, exec.c, remote-eb.c, remote-nindy.c, remote-vx.c,
remote-vx.68.c, inftarg.c, remote.c: Add doc field to target struct.
Call target_preopen from open routine.

33 years ago * inftarg.c (child_open), remote-vx{,.68}.c (vx_proc_open):
Jim Kingdon [Fri, 19 Apr 1991 01:34:30 +0000 (01:34 +0000)]
* inftarg.c (child_open), remote-vx{,.68}.c (vx_proc_open):
New function to give correct error message.

33 years ago*** empty log message ***
Jim Kingdon [Fri, 19 Apr 1991 01:32:08 +0000 (01:32 +0000)]
*** empty log message ***

33 years agoUpdate for Jim Kingdon to merge his stuff in.
John Gilmore [Fri, 19 Apr 1991 01:22:24 +0000 (01:22 +0000)]
Update for Jim Kingdon to merge his stuff in.

33 years ago * target.c (dummy_target): Permit add_syms_addr_command.
John Gilmore [Fri, 19 Apr 1991 01:21:29 +0000 (01:21 +0000)]
    * target.c (dummy_target):  Permit add_syms_addr_command.

33 years ago * dbxread.c (end_symtab, end_psymtab): Change comments.
John Gilmore [Fri, 19 Apr 1991 01:19:15 +0000 (01:19 +0000)]
    * dbxread.c (end_symtab, end_psymtab):  Change comments.
        (initialize_dbxread):  Call dbx_new_init() in case the first
        command is add-symbols.

33 years ago * symtab.c (free_symtab): Declare as exported void fn now.
John Gilmore [Fri, 19 Apr 1991 01:17:26 +0000 (01:17 +0000)]
    * symtab.c (free_symtab):  Declare as exported void fn now.

33 years ago * symfile.c (clear_symtab_users_once, cashier_psymtab,
John Gilmore [Fri, 19 Apr 1991 01:10:52 +0000 (01:10 +0000)]
    * symfile.c (clear_symtab_users_once, cashier_psymtab,
        free_named_symtabs):  Move these routines from symmisc.c.
        * symmisc.c (same):  same.

33 years ago * symfile.c (clear_symtab_users_once, cashier_psymtab,
John Gilmore [Fri, 19 Apr 1991 01:09:45 +0000 (01:09 +0000)]
    * symfile.c (clear_symtab_users_once, cashier_psymtab,
        free_named_symtabs):  Move these routines from symmisc.c.

33 years agoAdded patch from chrisb
Steve Chamberlain [Fri, 19 Apr 1991 01:05:13 +0000 (01:05 +0000)]
Added patch from chrisb

33 years agoPut spaces around the / signs
Steve Chamberlain [Fri, 19 Apr 1991 01:04:55 +0000 (01:04 +0000)]
Put spaces around the / signs

33 years agoFixed a bug where wild scripts stopped working.
Steve Chamberlain [Fri, 19 Apr 1991 01:00:45 +0000 (01:00 +0000)]
Fixed a bug where wild scripts stopped working.
Fixed another bug in -R symbol handling

33 years agoYet more diffs due to my incompetence.
Steve Chamberlain [Fri, 19 Apr 1991 00:59:53 +0000 (00:59 +0000)]
Yet more diffs due to my incompetence.

33 years agoFixed an include
Steve Chamberlain [Thu, 18 Apr 1991 21:16:03 +0000 (21:16 +0000)]
Fixed an include

33 years agoFixed some prototypes
Steve Chamberlain [Thu, 18 Apr 1991 21:14:53 +0000 (21:14 +0000)]
Fixed some prototypes

33 years agoSend the right # of args to an fprintf
Steve Chamberlain [Thu, 18 Apr 1991 21:14:21 +0000 (21:14 +0000)]
Send the right # of args to an fprintf

33 years agoPulled host & target dependancies out of Makefile. allow more
K. Richard Pixley [Thu, 18 Apr 1991 02:01:12 +0000 (02:01 +0000)]
Pulled host & target dependancies out of Makefile.  allow more
flexibility in config.h.

33 years agoPulling host and target dependancies out of the Makefile.in.
K. Richard Pixley [Thu, 18 Apr 1991 02:00:09 +0000 (02:00 +0000)]
Pulling host and target dependancies out of the Makefile.in.

33 years agoInitial revision
K. Richard Pixley [Thu, 18 Apr 1991 01:59:32 +0000 (01:59 +0000)]
Initial revision

33 years agoWorking toward configuring targets.
K. Richard Pixley [Thu, 18 Apr 1991 01:55:45 +0000 (01:55 +0000)]
Working toward configuring targets.