Jim Kingdon
b203fc1803
* coffread.c (find_linenos): Use LINESZ not sizeof (struct lineno).
...
* coffread.c (end_symtab): Initialize language, dirname, and
fullname fields.
1991-04-21 05:17:05 +00:00
Jim Kingdon
98885d766e
infrun.c (start_remote): Also call wait_for_inferior & normal_stop.
1991-04-20 03:59:44 +00:00
Jim Kingdon
f2ebc25fc2
* 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("?");
1991-04-20 03:57:50 +00:00
Jim Kingdon
961b4908e9
* mipsread.c (parse_symbol): Set startup_file_{start,end} if
...
entry_point is in current file.
1991-04-20 03:27:04 +00:00
Jim Kingdon
9d62cbd23a
* stddef.h (size_t): Let either _SIZE_T or _SIZE_T_ guard it.
1991-04-20 03:25:09 +00:00
Jim Kingdon
ff8aef1993
signame.c: Change #ifdef SYS_SIGLIST_MISSING to #if.
...
param-no-tm.h: Define SYS_SIGLIST_MISSING from USG.
1991-04-20 01:02:34 +00:00
Jim Kingdon
ab8f22a975
Fix comment (coff-encap -> dbx-in-coff).
1991-04-20 00:41:55 +00:00
Jim Kingdon
696d660be0
* tm-68k.h (NUM_REGS): Conditionalize on TARGET_SUN3 not sun.
...
tm-sun3.h: Define TARGET_SUN3.
1991-04-20 00:31:01 +00:00
Roland Pesch
b4d4e8e33c
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.
1991-04-20 00:07:39 +00:00
Jim Kingdon
f88e7af831
* utils.c: Use CPLUS_MARKER not '$'.
...
* cplus-dem.c: Use CPLUS_MARKER not '$'. If CPLUS_MARKER isn't
defined, define it to '$'.
1991-04-19 23:50:06 +00:00
Jim Kingdon
9ba8a5a46b
* arm-opcode.h: New file (same contents as before; it had
...
just been left out of the distribution for a long time).
1991-04-19 23:37:10 +00:00
Jim Kingdon
98a5cd0393
Initial revision
1991-04-19 23:37:08 +00:00
Jim Kingdon
de6060deb1
* tm-68k.h: Put declaration of ext_format_68881 outside the macros.
1991-04-19 22:04:24 +00:00
Jim Kingdon
d566d62a5a
* main.c: New HAVE_SIGSETMASK #ifdefs.
1991-04-19 21:49:27 +00:00
Jim Kingdon
8714ff355d
* 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.
1991-04-19 21:48:55 +00:00
David Henkel-Wallace
2ef2fb7e05
fix a smallie but nasttie.
1991-04-19 19:40:55 +00:00
David Henkel-Wallace
931004e457
allow the user to specify a file more than once on the command line --
...
the duplicate references are ignored.
::wq
1991-04-19 18:04:37 +00:00
David Henkel-Wallace
ab01cf22f0
*** empty log message ***
1991-04-19 18:03:10 +00:00
Jim Kingdon
c1ace5b596
* 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.
1991-04-19 17:28:32 +00:00
Jim Kingdon
c93a350722
* i386-pinsn.c (OP_E): Change %d to 0x%x for consistency.
1991-04-19 07:06:13 +00:00
Jim Kingdon
15a4241049
*** empty log message ***
1991-04-19 04:42:29 +00:00
Jim Kingdon
31ef19fc7f
*** empty log message ***
1991-04-19 03:22:12 +00:00
Jim Kingdon
b6a3c755c7
Initial revision
1991-04-19 03:22:06 +00:00
John Gilmore
3ead667539
One more time
1991-04-19 02:01:49 +00:00
Jim Kingdon
9136fe4948
*** empty log message ***
1991-04-19 01:58:50 +00:00
John Gilmore
3ba6a043d4
* 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".
1991-04-19 01:55:07 +00:00
John Gilmore
dcf5473aff
* symfile.h (free_named_symtabs): Rename from free_named_symtab.
1991-04-19 01:52:40 +00:00
Jim Kingdon
a7d50b0adf
*** empty log message ***
1991-04-19 01:45:22 +00:00
Jim Kingdon
e74d7b43a8
* symfile.c: Rename add_syms_command to add_symbol_file_command.
...
(_initialize_symfile, add_syms_addr_command):
Rename add-syms to add-symbol-file.
1991-04-19 01:38:55 +00:00
Jim Kingdon
d1343a2a72
* source.c: Rename directories_info to show_directories.
...
(_initialize_values): Rename "info directories" to "show directories".
1991-04-19 01:38:14 +00:00
Jim Kingdon
f2fc6e7a5c
* 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.
1991-04-19 01:36:57 +00:00
Jim Kingdon
70dcc196e1
* inftarg.c (child_open), remote-vx{,.68}.c (vx_proc_open):
...
New function to give correct error message.
1991-04-19 01:34:30 +00:00
Jim Kingdon
f266e5641b
*** empty log message ***
1991-04-19 01:32:08 +00:00
John Gilmore
543e29f11a
Update for Jim Kingdon to merge his stuff in.
1991-04-19 01:22:24 +00:00
John Gilmore
fc47a10d9b
* target.c (dummy_target): Permit add_syms_addr_command.
1991-04-19 01:21:29 +00:00
John Gilmore
3f83182d58
* dbxread.c (end_symtab, end_psymtab): Change comments.
...
(initialize_dbxread): Call dbx_new_init() in case the first
command is add-symbols.
1991-04-19 01:19:15 +00:00
John Gilmore
5c43db6b38
* symtab.c (free_symtab): Declare as exported void fn now.
1991-04-19 01:17:26 +00:00
John Gilmore
029981e273
* symfile.c (clear_symtab_users_once, cashier_psymtab,
...
free_named_symtabs): Move these routines from symmisc.c.
* symmisc.c (same): same.
1991-04-19 01:10:52 +00:00
John Gilmore
9d19971230
* symfile.c (clear_symtab_users_once, cashier_psymtab,
...
free_named_symtabs): Move these routines from symmisc.c.
1991-04-19 01:09:45 +00:00
Steve Chamberlain
3cc2ca3f5c
Added patch from chrisb
1991-04-19 01:05:13 +00:00
Steve Chamberlain
5f288d8af8
Put spaces around the / signs
1991-04-19 01:04:55 +00:00
Steve Chamberlain
b0f368691e
Fixed a bug where wild scripts stopped working.
...
Fixed another bug in -R symbol handling
1991-04-19 01:00:45 +00:00
Steve Chamberlain
1d45ccb383
Yet more diffs due to my incompetence.
1991-04-19 00:59:53 +00:00
Steve Chamberlain
df33394f8f
Fixed an include
1991-04-18 21:16:03 +00:00
Steve Chamberlain
bf66105649
Fixed some prototypes
1991-04-18 21:14:53 +00:00
Steve Chamberlain
75a082e25e
Send the right # of args to an fprintf
1991-04-18 21:14:21 +00:00
K. Richard Pixley
e7921bd4c5
Pulled host & target dependancies out of Makefile. allow more
...
flexibility in config.h.
1991-04-18 02:01:12 +00:00
K. Richard Pixley
59e91936c5
Pulling host and target dependancies out of the Makefile.in.
1991-04-18 02:00:09 +00:00
K. Richard Pixley
49913ad311
Initial revision
1991-04-18 01:59:32 +00:00
K. Richard Pixley
7d774e0167
Working toward configuring targets.
1991-04-18 01:55:45 +00:00