Jim Kingdon
089dc22027
* stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_.
...
(read_cpp_abbrev): Don't complain specially for $_. Also return 0 if
we don't recognize the abbrev.
1993-06-20 20:30:31 +00:00
Jim Kingdon
2a4e8cc37d
* solib.c (solib_add_common_symbols): Add comment about performance.
1993-06-20 05:28:07 +00:00
Jim Kingdon
ee06f23011
* config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.
...
* configure.in (mips-*-sysv*): Use riscos for host, bigmips for target.
1993-06-18 22:20:26 +00:00
Jim Kingdon
b487ba2e77
* config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.
...
* config/mips/{bigmips.mh,xm-bigmips.h}: Remove.
* configure.in (mips-sony-*): Use news-mips for host.
1993-06-18 21:39:27 +00:00
Jim Kingdon
e64ec645a8
* buildsym.h: Doc fix for processing_acc_compilation.
1993-06-18 17:40:50 +00:00
Jim Kingdon
8715a9f36a
* printcmd.c (print_formatted): Don't use tab in wrap_here arg.
1993-06-18 03:12:22 +00:00
Jim Kingdon
fc61e9eeec
* Makefile.in (INTERNAL_CFLAGS): Include ../include as well as
...
${srcdir}/../include.
* config/m88k/xm-delta88.h: Comment out unused defines which conflict
with system headers.
* printcmd.c (printf_command): Cast second arg to vprintf to PTR.
Use VPRINTF macro if defined.
* config/m88k/xm-delta88.h: Define VPRINTF. Include <sys/siginfo.h>.
Define TIOC{GETC,GLTC}_BROKEN.
* m88k-nat.c: Uncomment include of <sys/ptrace.h>.
* main.c: Rename initialize_{main,cmd_lists,history} to init_* to
make things easier on munch (apparently this matters on
the delta88 with svr3).
1993-06-18 02:32:27 +00:00
David D. Zuhn
c8fee4a53e
canonicalize install.sh location
1993-06-18 00:35:08 +00:00
Steve Chamberlain
7ccb1e4401
* configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New
...
host.
* sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard
wired (and wrong) constant.
* values.c (unpack_long): Add case to unpack when target object is
sizeof(int).
* config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the
simulator defines.
1993-06-17 22:16:07 +00:00
K. Richard Pixley
21cc14d850
start tracking user visible changes
1993-06-16 23:13:57 +00:00
K. Richard Pixley
1c5d60496e
rename user settable option from rpcTimeout to vxworks-timeout.
1993-06-16 23:11:46 +00:00
Fred Fish
53f0969be3
* Makefile.in (depend): More makefile diddling.
...
* alldeps.mak, depend: Update to latest automatically built
versions.
1993-06-16 21:34:42 +00:00
Fred Fish
3ef6f6045e
* Makefile.in (depend): Bfd.h keeps moving, keep up with it.
...
* alldeps.mak, depend: Update to latest automatically built
versions.
1993-06-16 19:28:19 +00:00
K. Richard Pixley
568947885c
make rpcTimeout user settable
1993-06-15 19:28:40 +00:00
Jim Kingdon
df0f0dcced
* main.c, symfile.c, source.c, exec.c, core.c: Use it for
...
"directory", "source", "cd", "symbol-file" "add-symbol-file",
"load", "file", "exec-file", "core-file" commands.
1993-06-14 20:50:12 +00:00
Jim Kingdon
bd50d1b077
* main.c, gdbcmd.h: Add function filename_completer.
...
source.c: Use it for "directory" command.
(But '/' is a word break, limiting usefulness; see comments).
* source.c (mod_path): Warning not error if can't find directory.
1993-06-14 19:23:37 +00:00
Jim Kingdon
3a6249b1fe
* isi-xdep.c: New file.
...
* config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o
1993-06-14 16:27:39 +00:00
Jim Kingdon
f92d524939
* config/m68k/xm-news.h: Include <sys/param.h>.
1993-06-13 20:19:45 +00:00
Jim Kingdon
dbbf95081c
* m88k-tdep.c (IEEE_isNAN): Remove.
...
config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0. This was the same
broken isNAN as on the mips.
1993-06-13 19:41:01 +00:00
Jim Kingdon
198133b9a3
* valprint.c (_initialize_valprint): Use c->function.sfunc not just
...
c->function.
1993-06-13 18:59:29 +00:00
Jim Kingdon
a5e6391b44
* dbxread.c (process_one_symbol): If SUN_FIXED_LBRAC_BUG is not
...
defined, don't worry about Sun's silly LBRAC bug.
* dbxread.c (process_one_symbol): If there's a symbol before an
N_SO, don't error().
(case N_BCOMM): complain () not error ().
1993-06-13 18:46:47 +00:00
Jim Kingdon
9748446f53
* defs.h, main.c (catch_errors): Add return_mask arg.
...
stack.c (print_frame_info): Pass RETURN_MASK_ERROR.
other callers: Pass RETURN_MASK_ALL.
(return_to_top_level), callers: Add return_reason arg.
* utils.c (quit):
Use return_to_top_level (RETURN_QUIT) instead of error ().
* main.c (main), tm-nindy960.h (ADDITIONAL_OPTION_HANDLER):
Use SET_TOP_LEVEL not setjmp (to_top_level).
* remote-nindy.c: Use catch_errors not setjmp (to_top_level).
1993-06-13 18:16:42 +00:00
Jim Kingdon
ff56144ec8
* solib.c (solib_create_inferior_hook) [SVR4_SHARED_LIBS]:
...
Don't try to get the debug base yet.
1993-06-13 03:18:18 +00:00
Jim Kingdon
8357834fbe
* dbxread.c (process_one_symbol): Set n_opt_found based on whether
...
a non-gcc N_OPT symbol is found. Make SUN_FIXED_LBRAC_BUG a macro
which returns 0 or 1 to say whether to do it.
* config/sparc/sun4{sol2,os4}.h
(SUN_FIXED_LBRAC_BUG,VARIABLES_INSIDE_BLOCK): Use n_opt_found so
the right thing happens for both acc and SunOS4 /bin/cc.
1993-06-13 02:26:18 +00:00
Jim Kingdon
6e6656cc02
x
1993-06-12 22:13:44 +00:00
Fred Fish
ce13daa7df
* Makefile.in (VERSION): Bump to 4.9.2.
...
* c-valprint.c (c_val_print): For array of chars printed with
string syntax, don't print the address of the array. From
bothner@cygnus.com .
* c-exp.y (yylex): Recognize '.' as indicating a floating point
number regardless of the radix. From wilson@cygnus.com .
* valprint.c (set_input_radix_1, set_output_radix_1): New
prototypes and functions that do the actual radix setting work.
* valprint.c (set_radix, set_output_radix, set_input_radix):
Rewrite to use set_input_radix_1 and set_output_radix_1.
* valprint.c (initialize_valprint): Enable commands to
independently set and show input and output radices.
* valprint.c (show_radix): New prototype and function that
handles separate input and output radices.
1993-06-12 22:03:27 +00:00
Ken Raeburn
112087edcc
Lots of changes from Jeff Law for HPPA support:
...
Clean up cruft in opcode table; improve opcodes library disassembler; make
gdb use opcodes library disassembler.
1993-06-11 23:20:54 +00:00
K. Richard Pixley
57cb418a93
revised format for config info
1993-06-11 22:23:17 +00:00
Jim Kingdon
574dac8e6d
* dbxread.c (process_one_symbol): Rather than having
...
BLOCK_ADDRESS_FUNCTION_RELATIVE a macro, make it a variable which
is true if we are doing stabs-in-elf, false otherwise.
config/sparc/tm-sun4sol2.h: Don't define it.
1993-06-11 21:53:49 +00:00
Ian Lance Taylor
83909c43b6
(mips_fetch_registers): Pass a pointer to SWAP_TARGET_AND_HOST,
...
not an integer.
1993-06-11 20:51:22 +00:00
Ian Lance Taylor
f63f30e2cc
* remote-mips.c (mips_send_packet): Don't print garbage character
...
in debugging info.
(mips_request): Don't check that remote pid is 0, because
sometimes it isn't.
1993-06-11 20:35:35 +00:00
Jim Kingdon
c94e7e757b
* stack.c (print_frame_info): Use catch_errors around print_frame_args.
1993-06-11 20:06:41 +00:00
Jim Kingdon
702c0ff7fb
* Makefile.in (install): Don't depend on gdb.
1993-06-11 19:08:18 +00:00
Jim Kingdon
91c87211d6
* Rename remote-es1800.c to remote-es.c
...
and remote-st2000.c to remote-st.c for 14-char filenames.
config/m68k/{es1800,st2000}: Use the new names.
1993-06-11 18:29:50 +00:00
Fred Fish
dd577ca588
* defs.h (INT_MAX): Cast unsigned shift result to int.
1993-06-11 17:25:57 +00:00
Fred Fish
a608f919de
* elfread.c (elf_symtab_read): Add bfd section address to bfd
...
symbols, now that they are section relative.
* solib.c (bfd_lookup_symbol): Ditto.
1993-06-10 20:31:47 +00:00
Jim Kingdon
39d4639b11
* Makefile.in (*.tab.c): Use mv for atomic update.
...
* Makefile.in ({dist,real}clean): Also remove nm.h.
(realclean): Also remove ${TESTS}, y.output, yacc.{acts,tmp}.
(distclean): Don't rebuild *.tab.c or TAGS.
1993-06-09 23:27:24 +00:00
K. Richard Pixley
9049407811
put configuration in startup banner
1993-06-09 23:22:48 +00:00
K. Richard Pixley
a29be23615
udi/foo now copyleft 93
1993-06-09 22:29:33 +00:00
K. Richard Pixley
0b3556feb1
drop minimon support
1993-06-09 20:00:52 +00:00
K. Richard Pixley
fa48972a7d
removed -lresolv
1993-06-09 19:58:38 +00:00
Jim Kingdon
4640902b79
* m68k-stub.c: Add comment about frame cache.
1993-06-09 14:04:02 +00:00
Jim Kingdon
b01c21d066
* target.h (target_store_registers): Doc fix re error handling.
...
* findvar.c (write_register): Call SWAP_TARGET_AND_HOST regardless
of register_valid[regno].
1993-06-09 13:24:16 +00:00
Jim Kingdon
9745ba070f
Doc fix re dependencies
1993-06-09 01:28:54 +00:00
Rob Savoye
f7630ec9c5
* serial.c (serial_close): If scb is NULL, don't try to close
...
it.
* configure.in: Add support for rom68k and bug boot monitors.
1993-06-09 01:18:26 +00:00
Steve Chamberlain
df14b38baf
* coffread.c (init_stringtab): Fix bug where sizeof(long) != 4.
...
* gdbcore.h, core.c (read_memory_unsigned_integer): New function.
* findvar.c (read_register, write_register): Fix thinko where
sizeof(host long) != sizeof(target int).
* h8300-tdep.c: Use new read_memory_unsigned_integer call.
* sh-tdep.c (_initialize_sh_tdep): Add memory_size command.
1993-06-09 00:47:13 +00:00
Jim Kingdon
d9e5694c9b
helps if you save the ChangeLog after you edit it and before you check it in
1993-06-09 00:14:12 +00:00
Jim Kingdon
e7ac0161ce
* Move config/m68k/tm-m68k.h (FRAME_FIND_SAVED_REGS) to
...
m68k-tdep.c (m68k_find_saved_regs). Don't duplicate code between
68881 and non-68881 cases. Check for a pair of movel instructions.
1993-06-08 23:35:00 +00:00
K. Richard Pixley
45d8db87f0
symfile.h requires bfd.h so include it
1993-06-08 23:17:01 +00:00
K. Richard Pixley
54d44c8c3d
First cut at sparc-vxworks targetting.
1993-06-08 23:05:20 +00:00