* stabs.texinfo (Common Blocks): Minor cleanups.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
78934ba8
JK
1Tue Oct 12 08:59:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2
3 * stabsread.c: Fix comment about gcc 2.3.3 stab for long long int.
4
7da354f4
JK
5Mon Oct 11 14:27:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
6
843cea0d
JK
7 * m3-nat.c, config/nm-m3.h: Add a target_ops struct and other
8 various things to try to get this to work.
9
7da354f4
JK
10 * symtab.h: Fix comments re headers, sharing blockvectors, etc.
11
cabb6f59
DZ
12Mon Oct 11 11:46:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13
14 * config/i960/vxworks960.mt (REMOTE_O): add dcache.o and remote-utils.o
15
3e6b0674
PS
16Mon Oct 11 02:48:57 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17
99a15c64
PS
18 * mipsread.c (parse_partial_symbols): Do not add undefined
19 symbols to the partial symbol table.
3e6b0674
PS
20 * alpha-tdep.c (init_extra_frame_info): Remove kludge for gcc,
21 gcc has to be compatible with the native tools.
22 * alpha-tdep.c (alpha_push_arguments): Rename NUM_ARG_REGS to
23 ALPHA_NUM_ARG_REGS and move its definition to tm-alpha.h.
24 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Change it to the
25 way the native tools define it, update comment.
26
a71c0593
FF
27Fri Oct 8 15:54:06 1993 Fred Fish (fnf@deneb.cygnus.com)
28
29 * osfsolib.c, remote-sim.c, remote.c, solib.c, xcoffexec.c,
30 xcoffsolib.h: Use 'abfd' for bfd variables instead of 'bfd'.
31 Sun cc doesn't like variable names that match their typedef'd type.
32
443abae1
JK
33Fri Oct 8 14:56:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34
c18b613a 35 * inflow.c: Remove unused includes of sys/param.h and sys/types.h.
a14a8fad
JK
36
37 * inflow.c, ser-unix.c, ser-go32.c, ser-tcp.c, serial.h,
c18b613a
JK
38 terminal.h, fork-child.c, main.c, utils.c: Move all the process
39 group stuff back to inflow.c and terminal.h; that's a better place
40 for it and fixes problems with trying to get/set the process group
41 of a tty we're doing remote debugging on.
42 * terminal.h: Skip the redefines and includes if HAVE_TERMIOS.
a14a8fad 43
443abae1
JK
44 * findvar.c, value.h (symbol_read_needs_frame): New function.
45 * c-exp.y, m2-exp.y: Call it instead of having our own switch on
46 the symbol's class.
47 * valops.c (value_of_variable): Use symbol_read_needs_frame to
48 decide whether we care about finding a frame.
49
747a6329
PS
50Fri Oct 8 02:34:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
51
52 * blockframe.c (get_frame_block): Do not adjust pc if the frame
53 function was interrupted by a signal.
54
f1e7bafc
JK
55Thu Oct 7 19:20:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
56
57 * config/h8300/tm-h8300.h: Don't define sr_get_debug.
58 * remote-sim.c: Include remote-utils.h.
59 * target.h: Add comment about target_has_execution.
60
3f0184ac
SC
61Thu Oct 7 16:14:19 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
62
63 * h8300-tdep.c (sim_load, sim_kill, sim_open, sim_set_args):
64 New functions.
65 * infrun.c (normal_stop): Don't try and set the pc in the current
66 frame coredump if there isn't one.
67 * remote-sim.c (gdbsim_store_register): Don't
68 SWAP_TARGET_AND_HOST, sim_store_register takes bytes in raw order.
69 (gdbsim_wait): Set status with WSETSTOP.
70 * config/h8300/tm-h8300.h (sr_get_debug): Define
71
2f1c7c3f
JK
72Thu Oct 7 12:56:57 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
73
c2d751d5
JK
74 New Mach stuff:
75 * config/i386/i386mach.c: Explain this is for the old (probably
76 non-functional and/or obsolete) Mach stuff.
77 * m3-nat.c, config/nm-m3.h,
78 i386m3-nat.c, mipsm3-nat.c, ns32km3-nat.c,
79 config/i386/{i386m3.mh,i386m3.mt,tm-i386m3.h,xm-i386m3.h},
80 config/i386/{i386mk.mh,i386mk.mt,tm-i386mk.h,xm-i386mk.h},
81 config/mips/{mipsm3.mh,mipsm3.mt,tm-mipsm3.h,xm-mipsm3.h},
82 config/ns32k/{ns32km3.mh,ns32km3.mt,tm-ns32km3.h,xm-ns32km3.h}:
83 New files.
84
2f1c7c3f
JK
85 * blockframe.c (find_pc_partial_function): If we call
86 PSYMTAB_TO_SYMTAB, call target_terminal_ours_for_output first.
87 This is needed now that wait_for_inferior passes in endaddr.
88 * infrun.c: Move call to target_terminal_inferior from proceed
89 to resume.
90
981a3309
SG
91Thu Oct 7 09:22:04 1993 Stu Grossman (grossman at cygnus.com)
92
93 * blockframe.c (find_pc_partial_function): Fix handling for PCs
94 beyond the end of the last function in an objfile.
95 * coff-solib.c (coff_solib_add): Use BFD to get fields from .lib
96 section.
97 * infrun.c (wait_for_inferior): Modify test for subroutine entry
98 to include pc out of bounds of the previous function.
99 * remote.c (remote_wait): Use strtoul for parsing 'N' message.
100 Add code to relocate symfile_objfile->sections.
101
50a54039
JK
102Thu Oct 7 06:22:43 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
103
104 * config/sparc/sun4os4.mh: Add comment saying why we don't use
105 -lresolv.
106
747a6329 107Thu Oct 7 09:29:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
cf3e377e
JK
108
109 * breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
110 that clears the `inserted' flag for all breakpoints and deletes
111 any breakpoints which should go away between runs of programs.
112 * inflow.c (generic_mourn_inferior), infrun.c (init_wait_for_inferior),
113 remote-es.c (es1800_load), comments in exec.c and corelow.c:
114 Use it instead of mark_breakpoints_out.
115 * breakpoint.c (mark_breakpoints_out): Update comment, tm-rs6000.h
116 uses it in a completely different context.
117 * breakpoint.c (breakpoint_re_set_one): Add bp_call_dummy case.
118
747a6329 119Thu Oct 7 09:29:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
f5ebb9ea
JK
120
121 * Makefile.in (REGEX, REGEX1): Always use our own version of
122 regex.c to be consistent across hosts.
123 * source.c (_initialize_source): Initialize regex to use grep
124 style syntax as an approximation to POSIX basic regex syntax.
125
8966221d
JK
126Wed Oct 6 12:43:47 1993 Jeffrey A Law (law@snake.cs.utah.edu)
127 Jim Kingdon (kingdon@lioth.cygnus.com)
128
129 * hppa-tdep.c (frame_chain): Rework so that it correctly
130 handles boundaries where code with a frame pointer calls code
131 without a frame pointer.
132 (dig_fp_from_stack): New function.
133
b4fd641f
JK
134Wed Oct 6 12:43:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
135
ebad9e90
JK
136 * breakpoint.c (delete_breakpoint): Don't insert a disabled breakpoint.
137
b4fd641f
JK
138 * README: Add Alpha notes from Schauer.
139
ebccb10b
JK
140Tue Oct 5 15:26:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
141
cfeed64e
JK
142 * Makefile.in (install, uninstall): Remove $$n.1 stuff; I don't
143 understand what it is trying to do, but I suspect it's not doing
144 it.
145
146 * config/ns32k/merlin.mh: Add comment about M_INSTALL.
147 * config/m88k/{delta88.mh,delta88v4.mh}: Remove M_INSTALL and
148 M_UNINSTALL; it tries to install a non-existent file gdb.z.
149 * Makefile.in: Remove M_INSTALL stuff; the above were the only uses.
150
ebccb10b
JK
151 * stabsread.c (read_range_type): Remove comment which recommends
152 distinguishing float from complex by the name.
153
cef4c2e7
PS
154Tue Oct 5 12:17:40 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
155 Jim Kingdon (kingdon@cygnus.com)
156 Stu Grossman (grossman@cygnus.com)
157
158 Changes to support alpha OSF/1 in native mode.
159 * alpha-nat.c, alpha-tdep.c, config/alpha/alpha-osf1.mt,
160 config/alpha/nm-alpha.h, config/alpha/tm-alpha.h, osfsolib.c:
161 New files.
162 * Makefile.in: Add new files and dependencies.
163 * configure.in: Add alpha target.
164 * config/alpha/alpha-osf1.mh (NATDEPFILES): Add osfsolib.o
165 * config/alpha/alpha-osf1.mh (MH_CFLAGS): Remove, we can handle
166 shared libraries now.
167 * config/alpha/xm-alpha.h: Cleanup, get MAKEVA_* defines right.
168
169 * defs.h (CORE_ADDR): Make its type overridable via CORE_ADDR_TYPE,
170 provide `unsigned int' default.
171 * breakpoint.c (breakpoint_auto_delete): Delete only if we really
172 stopped for the breakpoint.
173 * stabsread.c, stabsread.h (define_symbol): Change valu parameter
174 to a CORE_ADDR.
175 * stabsread.c (read_range_type): Handle the case where the lower
176 bound overflows and the upper doesn't and the range is legal.
177 * infrun.c (resume): Do not step a breakpoint instruction if
178 CANNOT_STEP_BREAKPOINT is defined.
179
180 * inferior.h (CALL_DUMMY_LOCATION): New variant AT_ENTRY_POINT.
181 Now that we have the bp_call_dummy breakpoint the call dummy code
182 is no longer needed. PUSH_DUMMY_FRAME, PUSH_ARGUMENTS and
183 FIX_CALL_DUMMY can be used to set up everything for the dummy.
184 The breakpoint for the dummy is set at the entry point and thats it.
185 * blockframe.c (inside_entry_file, inside_entry_func): Do not stop
186 backtraces if pc is in the call dummy at the entry point.
187 * infcmd.c (run_stack_dummy): Handle AT_ENTRY_POINT case. Use
188 the expected breakpoint pc when setting up the frame for
189 set_momentary_breakpoint.
190 * symfile.c (entry_point_address): New function for AT_ENTRY_POINT
191 support.
192 * valops.c (call_function_by_hand): Handle AT_ENTRY_POINT case.
193
e8e13040
JK
194Tue Oct 5 11:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
195
196 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
197 Change other hppa host entries to use -*- not -hp-.
198
199Mon Oct 4 19:16:14 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
200
201 * i386-nlmstub.c: New file; debugging stub for i386 NetWare. Must
202 be compiled with NetWare header files and turned into an NLM with
203 nlmconv.
204
4abc83b9
JK
205Mon Oct 4 11:02:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
206
291b84ff
JK
207 * minsyms.c (lookup_minimal_symbol_by_pc): Don't use mst_abs symbols.
208
7db8914c
JK
209 * dbxread.c (process_one_symbol): Make n_opt_found static.
210
c458501e
JK
211 * Rename i386lynx-tdep.c to i386ly-tdep.c for 14 character file names.
212 * Makefile.in, config/i386/i386lynx.mt: Change accordingly.
213
4abc83b9
JK
214 * values.c (record_latest_value): Fetch lazy values and set VALUE_LVAL
215 to not_lval.
216
965a5c32
SS
217Sun Oct 3 15:54:51 1993 Stan Shebs (shebs@rtl.cygnus.com)
218
4abc83b9 219 * objfiles.h (objfile): New slot sym_stab_info, use by most
965a5c32
SS
220 stab-reading formats.
221 * gdb-stabs.h (DBX_SYMFILE_INFO): Access sym_stab_info instead of
222 sym_private.
223 * coffread.c (coff_symfile_init): Alloc struct for sym_stab_info.
224 * dbxread.c, elfread.c, paread.c: Change sym_private references to
225 sym_stab_info references.
226
bde18e3e
JK
227Sat Oct 2 19:28:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
228
77fe3f84
JK
229 * mipsread.c, objfiles.c, utils.c: Use PTR not void *. RISC/OS
230 4.02 lacks void *.
231 * elfread.c: Use void * not PTR inside PARAMS.
232
bde18e3e
JK
233 * config/mips/news-mips.mh: Remove coredep.o; mips-nat.o does it.
234 * config/mips/news-mips.mh: Define NAT_FILE not NM_FILE.
235 * config/mips/nm-news-mips.h: Include mips/nm-mips.h not nm-mips.h.
236
ead291d4
SG
237Sat Oct 2 16:05:22 1993 Stu Grossman (grossman at cygnus.com)
238
239 * Makefile.in, coff-solib.c, coff-solib.h, i386lynx.mt,
240 tm-i386lynx.h: Add support for SVR3 COFF shared libraries.
241
e05fe481
JK
242Sat Oct 2 15:50:41 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
243
422a1955
JK
244 * m88k-nat.c (store_inferior_registers): When writing all registers,
245 don't try to write EXIP_REGNUM or ENIP_REGNUM (not needed for this
246 case, and they cause trouble).
247
e05fe481
JK
248 * TODO: Don't suggest doing fast watchpoints by stepping a line
249 at a time. That would be really hairy and still not fast enough.
250 Do suggest debug registers and page table diddling.
251
f73b07c9
JK
252Fri Oct 1 14:54:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
253
254 * printcmd.c (do_examine): Make meaning of 'h', 'w', and 'g' not
255 depend on builtin_type_*. Instead, it is always 2, 4, and 8 bytes
256 like the documentation says.
257 * printcmd.c (decode_format) [CC_HAS_LONG_LONG]: Remove 'l' as
258 synonym for 'g'. This was never documented, it shouldn't depend on
259 CC_HAS_LONG_LONG, and I don't see what's wrong with 'g'.
260
6cb30309
KH
261Fri Oct 1 10:06:35 1993 Kung Hsu (kung@cirdan.cygnus.com)
262
263 * symtab.c: fix a bug in testsuite (virtfunc.exp)
264
01dfd415
JK
265Thu Sep 30 11:30:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
266
3d8536f3
JK
267 * m88k-nat.c (fill_gregset): Fix typo (R_SFIP -> R_FIP).
268
269 * c-typeprint.c (c_type_print_base, TYPE_FN_FIELD_STUB code):
270 If demangled name lacks a colon, don't dump core.
271
dfbf0208
JK
272 * blockframe.c (find_pc_partial_function): If pst->readin is
273 set, don't try to get symbols from pst.
274
2289e1c3
JK
275 * inflow.c (generic_mourn_inferior): Call reinit_frame_cache
276 instead of doing it ourself.
277 * blockframe.c (reinit_frame_cache): Use code which was in
278 generic_mourn_inferior so we can use this function even when
279 we have switched targets.
c5198d93
JK
280 * corelow.c (core_detach): Call reinit_frame_cache.
281 * target.c (target_detach): Don't call generic_mourn_inferior
282 (revert yesterday's change, now handled by core_detach).
283 * objfiles.c (free_objfile): Detach any core file if we call
284 SOLIB_CLEAR. #include target.h.
285
01dfd415
JK
286 * fork-child.c (fork_inferior): Don't call target_terminal_init
287 and target_terminal_inferior until we are sure that the inferior
288 has called gdb_setpgid. This fixes PR 2900 (Schauer tracked it
289 down and was able to reliably reproduce it by putting a sleep()
290 before the gdb_setpgid()).
291
8d658c08
PS
292Thu Sep 30 12:00:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
293
294 * c-exp.y, m2-exp.y: Change type of address for msymbol to
295 builtin_type_long.
296 * infptrace.c (fetch_register, store_inferior_register,
297 child_xfer_memory): Use PTRACE_XFER_TYPE for the type of ptrace
298 transfers. Provide an `int' default for PTRACE_XFER_TYPE.
299
8f341c15
JK
300Thu Sep 30 11:30:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
301
185d20fc
JK
302 * defs.h (TARGET_*_BIT): Don't use host information (sizeof) in
303 picking defaults.
304
8f341c15
JK
305 * cp-valprint.c (cp_is_vtbl_ptr_type): Continue to accept old form.
306
307Thu Sep 30 11:25:55 1993 Kung Hsu (kung@cygnus.com)
308
309 * cp-valprint.c (cp_is_vtbl_ptr_type):
310 change vtable field name to __vtbl (pr2695).
311
312 * symtab.c (gdb_mangle_name): fix a bug, to get mangled name right.
313
9040a00b
SG
314Wed Sep 29 18:34:22 1993 Stu Grossman (grossman at cygnus.com)
315
316 * Makefile.in: Add deps for i386lynx-nat.o and i386lynx-tdep.o to
317 keep non-gnu makes happy.
318
33f00b44
JK
319Wed Sep 29 10:52:19 1993 Kung Hsu (kung@cygnus.com)
320
321 * c-valprint.c: to fix virtual table print bug (pr2695).
322
49781499
JK
323Wed Sep 29 10:52:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
324
325 * target.c (target_detach): Call generic_mourn_inferior.
326 * inflow.c (generic_mourn_inferior): Call flush_cached_frames.
327
0ccbaadc
JK
328Tue Sep 28 23:08:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
329
898140fe 330 * dbxread.c, coffread.c, elfread.c: A few changes to comments.
0ccbaadc 331
b5b186a2
SS
332Tue Sep 28 18:39:37 1993 Stan Shebs (shebs@rtl.cygnus.com)
333
334 * configure.in: Rename ...-lynx* to ...-lynxos*.
335 Add m68*-*-lynxos* configuration.
336 * dbxread.c (coffstab_build_psymtabs): New function,
337 interfaces coffread.c to dbxread functions.
338 * coffread.c (coff_symfile_info): Expand to include
339 dbx_symfile_info slots.
340 (coff_symfile_init): Init coff_symfile_info struct.
341 (coff_locate_sections): New functions, finds the stab and stabstr
342 sections.
343 (coff_symfile_read): Call coffstab_build_psymtabs if a stab
344 section is present.
345 (coff_section_offsets): Replace fake version with real offsets.
346
f1ca2bdf
JK
347Tue Sep 28 18:00:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
348
349 * infcmd.c (run_stack_dummy): Set the frame in the bp_call_dummy
350 breakpoint.
351
01f5ed6d
ILT
352Tue Sep 28 17:53:26 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
353
354 * config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS.
355 * config/tm-sysv4.h: Don't include solib.h.
356 * config/xm-sysv4.h: Don't define SVR4_SHARED_LIBS.
357 * config/i386/i386v4.mt (TDEPFILES): Move solib.o from here...
358 * config/i386/i386v4.mh (NATDEPFILES): ...to here.
359 * config/i386/nm-i386v4.h: Include nm-sysv4.h.
b5b186a2 360 * config/m68k/amix.mt (TDEPFILES): Move solib.o from here...
01f5ed6d
ILT
361 * config/m68k/amix.mh (NATDEPFILES): ...to here.
362
5573d7d4
JK
363Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
364
365 * symmisc.c (print_symbol): Use %02x not %2x for LOC_CONST_BYTES.
366
367 Clean up problems with targets and hosts that have 64 bit longs
368 and pointers and 32 bit ints.
369 * breakpoint.c, buildsym.c, c-lang.c, c-valprint.c, ch-lang.c,
370 ch-valprint.c, core.c, cp-valprint.c, dbxread.c, exec.c,
371 expprint.c, gdbtypes.c, infcmd.c, language.c, language.h,
372 m2-lang.c, maint.c, mips-tdep.c, mipsread.c, partial-stab.h,
373 printcmd.c, remote-vx.c, solib.c, source.c, stack.c, symfile.c,
374 symmisc.c, symtab.c, valops.c, valprint.c, xcoffexec.c:
375 Change all printf formats from %x to %lx if outputting an address.
376 Change la_*_format to use long format.
377 local_hex_string, local_hex_string_custom now take an unsigned long
378 argument, change all callers.
379 * coffread.c (read_coff_symtab): Remove superfluous cast for
380 complaint output.
381 * dbxread.c (end_psymtab): Cast MSYMBOL_INFO to long, not int.
c9e92abd 382 * findvar.c, value.h (write_register): Change val to LONGEST.
5573d7d4
JK
383 * gdbtypes.h (struct type): Change `bitsize' to long as
384 TYPE_FIELD_STATIC_PHYSNAME uses this field as a pointer.
385 * inferior.h (struct inferior_status): Change type of stop_pc to
386 CORE_ADDR.
387 * language.h (local_octal_string, local_octal_string_custom):
388 Remove prototype, the functions are neither defined nor used.
389 * mipsread.c (parse_symbol): Use temporary variable for bitsize as
390 f->bitsize is a long now.
391 * objfiles.c (add_to_objfile_sections, build_objfile_section_table):
392 Use unsigned long casts instead of int for abusing sections_end
393 pointer as integer.
394 * stack.c (parse_frame_specification): Change type of `args' to
395 CORE_ADDR for SETUP_ARBITRARY_FRAME.
396
397 * printcmd.c (make_vasize): Allow redefinition via MAKEVA_SIZE.
398 * mipsread.c (parse_type): Alpha cc now supports the t->continued
399 bit, update algorithm to match the way the compiler uses it.
400
aca4585c
JK
401Tue Sep 28 12:05:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
402
403 * utils.c (fprintfi_filtered): Fix comments.
404
f0fcf00a
SG
405Mon Sep 27 18:10:08 1993 Stu Grossman (grossman at cygnus.com)
406
407 * coffread.c (read_coff_symtab): Don't call getfilename if there
408 are no auxents.
409
7fc6a6b5
JK
410Mon Sep 27 10:22:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
411
01d3fdba
JK
412 * symtab.c (find_pc_line): Fix comments.
413
7fc6a6b5
JK
414 * remote-udi.c (udi_mourn): Don't pop target.
415
d113e6b2
SG
416Fri Sep 24 17:25:41 1993 Stu Grossman (grossman at cygnus.com)
417
418 * corelow.c: Add multi thread/process support for core files with
419 .reg/XXX pseudo-sections.
420 * i386lynx-nat.c thread.h thread.c: Remove unnecessary core file
421 support.
422
114221b5
JK
423Thu Sep 23 10:49:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
424
d113e6b2
SG
425 * remote-udi.c (download): Skip zero length sections.
426
d4778d0f
JK
427 * valops.c (search_struct_method, value_struct_elt):
428 Use (value)-1, not -1, for error.
429
114221b5
JK
430 * infcmd.c (step_1), infrun.c (wait_for_inferior): Add comments
431 about SHIFT_INST_REGS.
432
433 * exec.c (exec_file_command): Set text_end based on all code readonly
434 sections, not just ".text".
435
436 * defs.h, infcmd.c, config/z8k/tm-z8k.h, config/m88k/tm-m88k.h,
437 config/sh/tm-sh.h, config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
438 z8k-tdep.c: Remove all references to ADDR_BITS_SET.
439 * config/m88k/tm-m88k.h: Define TARGET_WRITE_PC.
440
abef03ce 441 * config/m88k/tm-m88k.h, m88k-tdep.c: Add call function stuff.
114221b5 442
8b52d486
PS
443Thu Sep 23 00:13:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
444
445 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Define as noop as
446 the pushing of the struct return address is already handled in
447 mips_push_arguments.
448 * mips-tdep.c (reinit_frame_cache_sfunc): Fix typo in prototype
449 declaration.
450 * mipsread.c (parse_symbol, parse_type, upgrade_type): Add more
451 sanity checks for corrupt symbol entries to avoid core dumps
452 reported by benson@odi.com. Obviously Ultrix 4.3A cc now has
453 the same problems as the OSF/1 alpha cc.
454 * mipsread.c (parse_lines): Iterate over the range of the compressed
455 line number entries, the old iteration sometimes failed to stop
456 and wrote past the end of the LINETABLE. Add sanity check to avoid
457 the same problem in case the line number info is corrupt.
458 * mipsread.c (parse_procedure): Adjust pdr for alpha __sigtramp.
459 * mipsread.c (parse_external, parse_partial_symbols): Ignore stNil
460 symbols that are produced for statics in .o files and stLocal symbols
461 that are produced for every section in OSF/1 dynamically linked
462 executables.
463 * mipsread.c (psymtab_to_symtab_1): Put out `undefined symbols'
464 warning only under `verbose on' as there are many undefined symbols
465 in a dynamically linked executable.
466
6deb63ab
JK
467Wed Sep 22 10:28:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
468
a9b35c67
JK
469 * config/i960/nindy960.mt: Don't define REMOTE_O; REMOTE_O was
470 intended only for VxWorks. Remove dcache.o from TDEPFILES now
471 that we pick it up from the default REMOTE_O.
472
bdef72d2
JK
473 * breakpoint.c (bpstat_what): Initialize retval.call_dummy and
474 retval.step_resume.
475
e797b4bc 476 * mips-tdep.c (mips_frame_chain): If frame size zero, return zero.
3f528883 477 * rs6000-tdep.c: Add comment about framelessness.
bdef72d2 478
6deb63ab
JK
479 * remote-nindy.c: Declare ninMemGet and ninMemPut.
480
b1eaba9a
SG
481Wed Sep 22 08:02:57 1993 Stu Grossman (grossman at cygnus.com)
482
483 * Makefile.in: Add i386lynx-tdep to the right places.
484 (TARDIRS): Add gdbserver.
485
486 * exec.c (print_section_info): Print entry point.
487 * i386lynx-nat.c (i386lynx_saved_pc_after_call): Move into
488 i386lynx-tdep.c. Add core file support.
489 * i386lynx-tdep.c: New module for Lynx/386 target dependant code.
490 * maint.c: Add `maint info sections' command to print info about all
491 sections that BFD knows about for exec and core files.
492 * sparc-tdep.c (sparc_push_dummy_frame): Update stack pointer
493 before putting frame on the stack. Consolidate writes to reduce
494 traffic for remote debugging.
495 * config/i386/i386lynx.mh (NATDEPFILES): Remove exec.o.
496 * config/i386/i386lynx.mt (TDEPFILES): Add exec.o, i386lynx-tdep.o.
497 * config/i386/nm-i386lynx.h: Add target_pid_to_str().
498 * config/i386/tm-i386lynx.h: Remove target_pid_to_str().
499 * sparclite/Makefile.in: Add deps to keep Sun make happy.
500
cb6b0202
JK
501Tue Sep 21 17:48:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
502
503 * breakpoint.h, breakpoint.c (bpstat_stop_status): Add new argument
504 not_a_breakpoint.
505 * infrun.c (wait_for_inferior): Pass it. Also consolidate the
506 test of whether we are stepping into a CURRENTLY_STEPPING macro.
507
817ac7f8
RP
508Tue Sep 21 17:22:34 1993 K. Richard Pixley (rich@sendai.cygnus.com)
509
510 * breakpoint.c (bpstat_stop_status),
511 infcmd.c (step_1),
cb6b0202
JK
512 infrun.c (wait_for_inferior): collapse SHIFT_INST_REGS ifdef
513 and insert macro.
817ac7f8
RP
514
515 * m88k-tdep.c: include ieee-float.h. new global target_is_m88110.
516 new const struct ext_format_m88110 for float format.
517 (pic_prologue_code): add braces.
518 (next_insn): remove unused variable buf.
519 (frame_find_saved_regs): remove unused variables next_addr,
520 saved_regs, regnum.
521 (frame_locals_address): remove unused variables frame, ap.
522 (frame_args_address): remove unused variables frame, ap.
523 (push_parameters): add some breaks and a default case.
524
525 * remote-bug.c: remove redundant includes of value.h, target.h,
526 serial.h.
527 (bug_open): corrected typo, sr_multi_scan -> gr_multi_scan.
528 (bug_fetch_register): special case sfip register for m88110.
529 remove flag bit masking of pc registers. This should be handled
530 by the ADDR_BITS_* macros.
531 (bug_store_register): special case sfip register for m88110.
532 Corrected sprint format for extended registers.
533
534 * config/m88k/tm-m88k.h: white space and comment changes. include
535 ieee-float.h. expanded to cope with m88110 extended registers.
536 (R0_REGNUM, XFP_REGNUM, X0_REGNUM): new macros.
537 (SHIFT_INST_REGS): becomes a real macro.
538
bb7b3800
JK
539Tue Sep 21 17:48:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
540
541 * breakpoint.c (breakpoint_1): Support bp_call_dummy.
542
610a7e74
ILT
543Tue Sep 21 17:06:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
544
545 * elfread.c (record_minimal_symbol_and_info): Guess the section to
546 use from the type.
547 * objfiles.c: Include gdb-stabs.h for SECT_* macros.
548 (objfile_relocate): Relocate textlow and texthigh in psymtabs.
549 Relocate partial symbols. Check that minimal SYMBOL_SECTION is
550 nonnegative before using it.
551 * symtab.h: Adjust section field comment.
552
553 * remote.c (interrupt_query): New function.
554 (remote_interrupt_twice): Call interrupt_query.
555 (putpkt, getpkt): If quit_flag is set, call interrupt_query.
556 (remote_wait): Don't bother with objfile_relocate if the addresses
557 haven't changed.
558 (remote_fetch_registers): If we see a packet that doesn't start
559 with a hex character, fetch a new one.
560
8b05f64a
JK
561Tue Sep 21 11:44:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
562
e15f2a54
JK
563 * remote.c, remote-utils.c: Use SERIAL_FLUSH_INPUT after opening it.
564
4ef6b451
JK
565 * printcmd.c (print_scalar_formatted): When truncating value we are
566 going to print as unsigned, handle it generally for any length
567 less than sizeof (LONGEST), rather than special-casing sizeof (char),
568 sizeof (short), and sizeof (long). Clarify comment on what this
569 is for.
570
8b05f64a
JK
571 * symfile.c (deduce_language_from_filename): Accept .cxx for C++.
572 * buildsym.c (start_subfile): Use deduce_language_from_filename
573 rather than checking for .C or .cc ourself.
574
424ab390
JK
575Mon Sep 20 14:53:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
576
1bef45ea
JK
577 * defs.h: Declare argument of re_comp as const char *.
578
66a48870
JK
579 * remote.c, remote-mips.c: Use sr_get_debug not remote_debug.
580
424ab390
JK
581 * README: Say using bfd from another release doesn't generally work.
582
84d59861
JK
583Sat Sep 18 10:13:18 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
584
1fdbc4d1
JK
585 * mipsread.c (parse_type): Don't complain() if we guessed struct
586 and it was a union, or vice versa.
587
84d59861
JK
588 * defs.h (make_cleanup): Change PTR to void * when inside PARAMS.
589
590 Some of the following is in #ifdef CALL_DUMMY_BREAKPOINT_OFFSET.
591 * breakpoint.h (enum bptype): Add bp_call_dummy.
592 (struct bpstat_what): Add call_dummy field.
593 * infrun.c (wait_for_inferior): Deal with it.
594 * breakpoint.c (bpstat_what): Deal with call dummy breakpoint.
595 * infcmd.c (run_stack_dummy): Set the call dummy breakpoint.
596 * config/sparc/tm-sparc.h: Define CALL_DUMMY_BREAKPOINT_OFFSET.
40b92220
JK
597
598 * remote-sim.h: New file.
599 * remote-sim.c: Add remote debug feature. Rename stuff to distinguish
600 interface to simulator from gdb-specific stuff. Other changes.
601start-sanitize-v9
602 * remote-sp64sim.c: Renamed to remote-sim.c.
603 Use sr_get_debug instead of our own sim_verbose/simif_snoop.
604 Use gnutarget in call to bfd_openr.
605 Rename simif_* to gdbsim_*.
606 * config/sparc/sp64sim.mt: Change remote-sp64sim.c to remote-sim.c.
607end-sanitize-v9
608
30d20d15
PS
609Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
610
611 * findvar.c (extract_signed_integer): Cast *p to LONGEST before doing
612 the xor and subtract. Otherwise it will not sign extend if the type
613 of LONGEST is larger than int.
614 * cp-valprint.c (cp_print_class_method): Inhibit core dump if
615 domain is an undefined cross reference.
616 * valops.c (call_function_by_hand): Set real_pc to correct
617 value if CALL_DUMMY_LOCATION != ON_STACK.
618
f8efbf22
JK
619Thu Sep 16 20:37:06 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
620
621 * config/a29k/tm-a29k.h (FRAME_CHAIN): If rsize is zero, return zero.
622
c9de302b
SG
623Thu Sep 16 13:16:22 1993 Stu Grossman (grossman at cygnus.com)
624
625 * infrun.c (wait_for_inferior): Allow user to single step within
626 a stack dummy.
627
2670a1dd
JK
628Thu Sep 16 12:34:01 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
629
630 * dbxread.c (copy_pending): Deal with END NULL.
631 (process_one_symbol): Add comments about what common_block NULL means.
632
ca0622e7
JK
633Wed Sep 15 14:50:26 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
634
635 * remote-udi.c, remote-adapt.c, remote-mm.c: Move processor_type
636 to tm-a29k.h and a29k-tdep.c and make it an enum.
637 * a29k-tdep.c (a29k_get_processor_type): New function. Fix many
638 aspects of how we detected the processor type.
639 * remote-udi.c, remote-adapt.c, remote-mm.c (*_open): Call it
640 rather than figuring out the type ourselves.
641
f2e21136
SG
642Thu Sep 16 12:12:59 1993 Stu Grossman (grossman at cygnus.com)
643
644 * sparc-stub.c (_trap_low): Do restore/save sequence after
645 setting sp to ensure that we load the previous window from the
646 right place on the stack.
647
85999c05
PS
648Thu Sep 16 00:36:32 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
649
650 * mipsread.c: Many changes for alpha ecoff format:
651 Correct sizeof(int) == sizeof(long) assumptions.
652 Replace stParsed hack by putting the parsed types on the pending chain.
653 Replace mips specific ecoff mapping by ECOFF_REG_TO_REGNUM macro,
654 provide default for cross debugging.
655 Swapping the symbol back is no longer needed as the symbol is not
656 modified anymore.
657 Add new alpha basic types, handle btTypedef, handle stStaticProc
658 external symbols .
659 Update and clean up cross_ref for alpha cc cross ref variations.
660 Allocate types on the type_obstack to inhibit storage leaks.
661 * config/mips/tm-mips.h (ECOFF_REG_TO_REGNUM): Define.
662 * gdbtypes.c (recursive_dump_type): Dump TYPE_TAG_NAME if it is set.
663
5ed0ccaf
JK
664Tue Sep 14 09:12:17 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
665
666 * stabsread.c (read_type): Process "s" (size) type attribute.
667 If type is defined to another type, copy the type.
668
aa8fe907
ILT
669Tue Sep 14 18:37:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
670
671 * config/i386/i386v4.mh (NATDEPFILES): Move exec.o from here...
672 * config/i386/i386v4.mt (TDEPFILES): ...to here.
673
a94abe5b
RP
674Tue Sep 14 12:21:49 1993 K. Richard Pixley (rich@sendai.cygnus.com)
675
b70b042d
RP
676 * Makefile.in (remote_utils_h): add serial.h and target.h.
677 (main.o, remote-es.o, remote-nindy.o, remote.o): remove target.h
678 (already in remote_utils_h).
679 (remote-utils.o): new rule.
680
681 * remote-utils.h: include serial.h.
682
683 * serial.h: ifdef protect from multiple inclusion.
684
a94abe5b
RP
685 * remote.c, remote-nindy.c, remote-mon.c, remote-es.c: include
686 remote-utils.h.
687
688 * remote.c (remote_open), remote-nindy.c (nindy_open,
689 nindy_files_info), remote-mon.c (general_open), remote-es.c
690 (es1800_open): use remote-utils facilities for baud rate.
691
899931b6
JK
692Tue Sep 14 09:12:17 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
693
5ed0ccaf 694 * paread.c, coffread.c, elfread.c, dwarfread.c:
ddf5d7e8 695 Include <time.h> and <sys/types.h> before libbfd.h.
1225fcbd
JK
696
697 * paread.c: Define BYTES_IN_WORD before including aout/aout64.h.
698
899931b6
JK
699 * Makefile.in (a29k-tdep.o): Depend on $(defs_h).
700 * config/a29k/tm-a29k.h (SAVED_PC_AFTER_CALL): Use gr122 not lr0
701 if this is a transparent procedure.
702
55fea07b
JK
703Mon Sep 13 16:06:43 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
704
705 * remote.c: Define remote_debug to 0 and #if 0 baud_rate. Temporary
706 hack so this file compiles again.
707
708 * remote-utils.c (gr_multi_scan): Cast return value from alloca.
709 (gr_multi_scan): #if 0 never-reached return(-1).
710
711 * remote-udi.c (udi_wait): Return inferior_pid not 0.
712
c6f494e8
RP
713Mon Sep 13 14:14:35 1993 K. Richard Pixley (rich@sendai.cygnus.com)
714
715 Collect some remote things into remote-utils.
716 * remote-utils.[ch]: new files of functions collected from several
717 different remote targets.
718 * Makefile.in (REMOTE_O): add remote-utils.o.
719 (dcache_h, remote_utils_h): new macros.
720 (HFILES): add $(remote_utils_h).
721 (ALLDEPFILES): add $(remote_utils_h).
722 (dcache.o): new rule.
723 (main.o, remote-bug.o): also depend on $(remote_utils_h).
724 * target.h (remote_debug): extern moved to remote-utils.h.
725 * target.c (find_default_run_target, find_core_target): initialize
726 runable.
727 (remote_debug): moved to remote-utils.c.
728 (_initialize_targets): move declaration of user variable
729 remotedebug to remote-utils.c.
730 * remote-bug.c: include remote-utils.h rather than dcache.h.
731 (bug_close, bug_write, bug_write_cr, desc, bug_dcache, timeout,
732 dev_name, check_open, is_open, readchar, readchar_nofail,
733 pollchar, expect, expect_prompt, get_hex_digit, get_hex_byte,
734 get_hex_word, bug_kill, bug_detach, bug_create_inferior,
735 multi-scan, bug_prepare_to_store, bug_fetch_word,
736 bug_store_word, bug_files_info, bug_mourn, bug_com, bug_device,
737 bug_speed): removed and replaced with facilities from
738 remote-utils.[ch].
739 (bug_read_inferior_memory): renamed to bug_read_memory.
740 (bug_write_inferior_memory): renamed to bug_write_memory.
741 (bug_xfer_inferior_memory): renamed to bug_xfer_memory.
742 (get_word): comment out this unused function for now.
743 (bug_settings, cpu_check_strings): new statics.
744 (bug_open): rewritten to use gr_open.
745 (_initialize_remote_bug): remove declarations of commands bug,
746 device, speed.
747 * main.c: include remote-utils.h.
748 (baud_rate): removed to remote-utils.c.
749 (main): handle baud rate settings using new facilities from
750 remote-utils.
751 * defs.h (baud_rate): removed extern.
752
753 m88110 support via bug-197 monitor.
754 * remote-bug.c (get_reg_name, bug_fetch_register,
755 bug_store_register): added m88110 extended register support.
756 (wait_strings): added bug-197 prompt.
757 (bug_wait): cope with bug-197 prompt.
758 (start_load): cope with either bug-197 or bug-187 prompt.
759
e3c16900
JK
760Mon Sep 13 12:53:09 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
761
37c99ddb
JK
762 * inferior.h, infrun.c, thread.c, infcmd.c: Remove all uses of
763 pc_changed. If it was ever set to a non-zero value, it was before
764 GDB 2.8. It doesn't seem to have any useful function.
765
e3c16900
JK
766 * defs.h: Don't define NORETURN (see comment).
767
768Sat Sep 11 10:46:09 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
769
770 * m88k-nat.c (fill_gregset): Set r31 and sfip.
771
f46ffb9e
JK
772Thu Sep 9 10:18:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
773
774 * remote-udi.c (udi_wait, case UDIStdinNeeded): Use a loop calling
775 getchar() (terminated only on '\n') instead of scanf. Send the
776 '\n' which terminates it to the remote system.
777
778 More gcc lint:
779 * exec.c (ignore): Return 0.
780 * stack.c (return_command): Fetch lazy value directly, not via
781 VALUE_CONTENTS, to avoid "value computed is not used".
782 * inflow.c (new_tty): Move osigttou inside #if.
783
784 * remote.c (remote_fetch_registers): If remote reply is short, just
785 note that fact and keep going (reading extra registers as all bits 0).
786 (remote_store_registers): Send number of registers that were found
787 by remote_fetch_registers.
788 * m68k-tdep.c, config/m68k/tm-m68k.h, config/m68k/tm-*.h: Remove
789 HAVE_68881. Define CANNOT_STORE_REGISTER if ptrace() can't write
790 floating registers.
791 * config/m68k/{tm-m68k-nofp.h,m68k-nofp.mt,tm-m68k-fp.h,m68k-fp.mt}:
792 Remove, replaced by {tm-m68k-em.h,m68k-em.mt}.
793 * Makefile.in, configure.in: Change accordingly.
794
da398610
PS
795Thu Sep 9 04:59:03 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
796
797 * mipsread.c (cross_ref): Allow SGI extended symbol types as cross
798 reference targets.
f46ffb9e 799 * symmisc.c (print_symbol): Use TYPE_TAG_NAME not TYPE_NAME to avoid
da398610
PS
800 printing of identities.
801
93bb0afa
JK
802Wed Sep 8 19:18:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
803
804 * breakpoint.c (breakpoint_1): Deal with step resume breakpoint.
805
46c28185
RP
806Wed Sep 8 13:01:10 1993 K. Richard Pixley (rich@cygnus.com)
807
808 Gcc lint.
89812a0e
RP
809 * config/m88k/tm-m88k.h (frame_find_saved_regs): prototype.
810 * config/h8300/tm-h8300.h (NUM_REGS): rewrite to avoid nested comment.
fee933f1
RP
811 * blockframe.c (get_prev_frame_info): initialize address.
812 * breakpoint.c (bpstat_copy): initialize retval.
813 (bpstat_stop_status): initialize value_is_zero.
814 (bpstat_what): initialize bs_class.
815 (breakpoint_1, mention): add do-nothing case for bp_step_resume.
816 (break_command_1): initialize cond_end, addr_end, &
817 canonical_strings_chain.
818 (enable_breakpoint): initialize save_selected_frame.
819 * buildsym.c (end_symtab): initialize symtab & linetablesize.
72cd0384
RP
820 * c-exp.y (parse_number): initialize i.
821 * c-typeprint.c (c_type_print_varspec_prefix): include
822 TYPE_CODE_BITSTRING in switch statements and do nothing.
823 * c-valprint.c (c_val_print): removed unused variable c.
824 * ch-valprint.c (chill_val_print): removed unused variable eltlen.
825 * cp-valprint.c (cp_print_class_method): initialize f & j.
826 * eval.c (evaluate_subexp): initialize pc2, arg1, arg2.
827 * expprint.c (print_subexp): initialize myprec, assoc, & tempstr.
6406a867
RP
828 * findvar.c (value_from_register): initialize first_addr.
829 * gdbtypes.c (lookup_struct_elt_type): localize use of temporary
830 variable typename.
831 * infcmd.c (run_stack_dummy): return zero rather than simple
832 return.
e7bf1152
RP
833 * infrun.c (wait_for_inferior): initialize stop_sp, prologue_pc.
834 remove symtab, appears unused.
835 (restore_selected_frame): return 1.
836 * mipsread.c (psymtab_to_symtab_1): initialize first_off.
837 (fixup_sigtramp): initialize b0.
0ac0a9f6
RP
838 * printcmd.c (do_examine): initialize val_type.
839 (print_frame_args): initialize b.
840 * ser-tcp.c (tcp_restore): comment out declaration. Appears
841 unused.
842 * ser-unix.c (hardwire_restore): comment out declaration. Appears
843 unused.
844 (hardwire_send_break): moved variable status into ifdef
845 HAVE_SGTTY.
846 (wait_for): moved variable numfds into ifdef HAVE_SGTTY.
847 * serial.h: comment change only.
848 * stabsread.c (rs6000_builtin_type): initialize rettype.
849 (read_range_type): initialize nbits.
46c28185
RP
850 * stack.c (print_frame_info): remove unused variable numargs.
851 (parse_frame_specification): remove unused variables arg1, arg2,
852 arg3.
853 (return_command): initialize return_value.
854 * symfile.c (cashier_psymtab): initialize pprev.
855 * symtab.c (find_pc_psymbol): initialize best.
856 (lookup_symbol): initialize s.
857 (make_symbol_completion_list): initialize quote_pos.
858 * thread.c: include command.h.
859 (thread_info): static declaration removed; unused.
860 (info_threads_command): fix == vs = typo.
861 * typeprint.c (whatis_exp): initialize old_chain.
862 * valprint.c (val_print_string): remove unused variable
863 first_addr_err. Initialize old_chain.
864 (_initialize_valprint): white space comment change.
865 * values.c (show_values): rewrite if statement to avoid empty
866 body.
867 (vb_match): remove unused variable fieldtype_target_type.
868
bf660885
JK
869Wed Sep 8 10:21:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
870
871 * Makefile.in (mipsread.o): Depend on $(bfd_h).
872
ed1a07ad
JK
873Tue Sep 7 13:06:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
874
8467b446
JK
875 * gdbserver/Makefile.in (TAGS): config files are in
876 $(srcdir)/../config, not $(srcdir)/config.
877
ed1a07ad 878 * config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc.
bf660885 879 (STORE_RETURN_VALUE): Pass the correct offset of the return
ed1a07ad
JK
880 register to write_register_bytes.
881 * hppa-tdep.c: Use target_write_pc if PCOQ_TAIL_REGNUM was not saved.
882
4a87a64a
ILT
883Tue Sep 7 14:30:34 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
884
4f8a48e5
ILT
885 * remote.c (remote_wait): Don't call error. Instead, call warning
886 inside a loop. User can ^C to get out.
887
4a87a64a
ILT
888 * config/m68k/tm-m68k.h (FIX_CALL_DUMMY): Changed name of swapping
889 routine to match BFD name change.
890 * config/z8k/tm-z8k.h (FIX_CALL_DUMMY): Likewise.
891
538b2068
JW
892Mon Sep 6 15:01:57 1993 Jeffrey Wheat (cassidy@cygnus.com)
893
894 * elfread.c: change elf32_symbol_type to elf_symbol_type
895
758aeb93
ILT
896Mon Sep 6 15:43:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
897
898 * remote.c (remote_wait): Added 'W' and 'N' responses.
899
ac7a377f
JK
900Fri Sep 3 08:57:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
901
9e19dee1
JK
902 * main.c, utils.c: Add comments about immediate_quit.
903
5ec3ba25
JK
904 * elfread.c (elf_symtab_read): Don't add symbols starting with ".L"
905 to minimal symbols.
906
38c5f504
JK
907 * target.c (pop_target): Don't try to deal with the stack becoming
908 empty. Shouldn't happen and the code that tried was broken.
909
ac7a377f
JK
910 * dcache.c: Cast return value from xmalloc.
911
912 * remote.c: Move setting of immediate_quit from remote_open to
913 remote_start_dummy and set it back to zero when done.
914
22202966
JK
915Thu Sep 2 00:07:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
916
eba94f7d
JK
917 * m88k-tdep.c: Remove a bunch of unused #includes.
918
a3178c64
JK
919 * language.h: Add comment about current_language.
920
fb27a962
JK
921 * mips-tdep.c (_initialize_mips_tdep): Change heuristic-fence-post
922 from var_uinteger to var_zinteger.
923
f9440640
JK
924 * configure.in: Fix typo (delta88r4 -> delta88v4).
925
926 * config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was
927 to make this work on SVR4 before SVR4 had its own configuration,
928 and it breaks SVR3.
929
930 * config/m88k/tm-delta88v4.h: Define FRAME_CHAIN_VALID_ALTERNATE.
931
7f5a51a4
JK
932 * config/m88k/delta88v4.h (NATDEPFILES): Remove infptrace.o inftarg.o.
933
22202966 934 * config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h.
d9a23ef7 935 * config/m88k/m88k.mh: Use xm-dgux.h.
22202966
JK
936 * config/m88k/xm-m88k.h: New file, with HOST_BYTE_ORDER,
937 MAKEVA_END and MAKEVA_ARG.
938 * config/m88k/xm-*.h: Include m88k/xm-m88k.h.
939 * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.
940
996ccb30
JK
941Wed Sep 1 19:31:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
942
a80193ba
JK
943 * remote-udi.c (udi_wait): Call `warning' not `error'.
944
67a64bec
JK
945 * symtab.c (COMPLETION_LIST_ADD_SYMBOL): If the symbol has a
946 demangling, don't put the mangled form in the completion list.
947
996ccb30
JK
948 * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c,
949 symfile.h, stabsread.c, minsyms.c, solib.c, nlmread.c, dwarfread.c
950 partial-stab.h, symmisc.c, gdbtypes.c: Lint. Remove (or put
951 inside #if) unused variables and labels. Fix unclosed comment.
952 Deal with enumeration values unhandled in switch statements. Make
953 sure non-void functions return values. Include appropriate
954 headers.
955 * dbxread.c (elfstab_build_psymtabs): Don't check for unsigned
956 value < 0.
957
c398de0c
RP
958Wed Sep 1 14:36:00 1993 K. Richard Pixley (rich@sendai.cygnus.com)
959
960 * i960-tdep.c, ns32k-pinsn.c, remote-adapt.c, xcoffread.c:
961 index -> strchr.
962
98105ba2
JK
963Wed Sep 1 11:35:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
964
965 * remote.c: Add comment explaining why dcache is disabled.
966 (remote_fetch_word, remote_store_word): Make static and #if 0.
967 They are not called from anywhere.
968
969Wed Sep 1 14:41:28 1993 K. Richard Pixley (rich@sendai.cygnus.com)
4ed97c9a
RP
970
971 * arm-tdep.c, convex-tdep.c, convex-xdep.c, dbxread.c,
972 h8300-tdep.c, h8500-tdep.c, i960-pinsn.c, i960-tdep.c,
973 infptrace.c, m88k-tdep.c, mips-tdep.c, regex.c, remote-vx.c,
974 rs6000-tdep.c, xcoffexec.c, xcoffread.c, z8k-tdep.c,
975 config/arm/tm-arm.h, config/convex/tm-convex.h,
976 config/gould/tm-np1.h, config/gould/tm-pn.h,
977 config/m68k/tm-isi.h, config/ns32k/tm-umax.h,
978 config/pa/tm-hppa.h, config/pyr/tm-pyr.h,
979 config/rs6000/tm-rs6000.h, config/tahoe/tm-tahoe.h,
980 config/vax/tm-vax.h: bzero -> memset.
9823e3f4
RP
981
982 * regex.c: bcmp -> memcmp.
983
c438b3af
JK
984Wed Sep 1 11:35:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
985
98105ba2
JK
986 * symtab.c (find_pc_line, find_line_common),
987 symtab.h (struct linetable), xcoffread.c (arrange_linetable):
c438b3af
JK
988 Revise comments re linetable sorting.
989 * buildsym.c (compare_line_numbers): Sort by pc, not by line.
990 * coffread.c: Tell end_symtab to sort the line table.
991
992 * coffread.c: Re-work a lot of the coff-specific stuff to use stuff
993 in buildsym.c. This includes coff_finish_block, coff_context_stack,
994 coff_local_symbols, coff_file_symbols, coff_global_symbols,
995 coff_end_symtab and coff_add_symbol_to_list.
996 (read_enum_type): Deal with it now that we have a "struct pending"
997 not a "struct coff_pending".
998
999 * buildsym.c (end_symtab): Don't realloc subfile->linetable.
1000
ade40d31
RP
1001Wed Sep 1 13:12:43 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1002
1003 * a68v-nat.c, altos-xdep.c, convex-tdep.c, convex-xdep.c,
1004 findvar.c, hppab-nat.c, hppah-nat.c, i386mach-nat.c,
1005 irix4-nat.c, m68k-tdep.c, m88k-tdep.c, mipsread.c, regex.c,
1006 remote-bug.c, remote-hms.c, rs6000-nat.c, rs6000-tdep.c,
1007 sparc-nat.c, stabsread.c, sun3-nat.c, sun386-nat.c, symfile.c,
1008 umax-xdep.c, xcoffread.c, 29k-share/udi/udip2soc.c,
1009 29k-share/udi/udr.c, config/a29k/tm-a29k.h, config/arm/tm-arm.h,
1010 config/convex/tm-convex.h, config/gould/tm-np1.h,
1011 config/gould/tm-pn.h, config/h8300/tm-h8300.h,
1012 config/h8500/tm-h8500.h, config/i386/tm-i386aix.h,
1013 config/i386/tm-sun386.h, config/i386/tm-symmetry.h,
1014 config/i960/tm-i960.h, config/m68k/tm-news.h,
1015 config/m88k/tm-m88k.h, config/mips/tm-mips.h,
1016 config/ns32k/tm-merlin.h, config/ns32k/tm-umax.h,
1017 config/pa/tm-hppa.h, config/pyr/tm-pyr.h,
1018 config/rs6000/tm-rs6000.h, config/sh/tm-sh.h,
1019 config/tahoe/tm-tahoe.h, config/vax/tm-vax.h,
4ed97c9a 1020 config/z8k/tm-z8k.h, nindy-share/nindy.c: bcopy -> memcpy.
ade40d31 1021
e7e02420
PS
1022Wed Sep 1 05:05:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1023
1024 * mipsread.c (parse_partial_symbols): Use language from FDR if it
1025 is unambigous. Patch from ptf@delcam.co.uk (Paul Flinders).
1026 * mipsread.c (ecoff_symfile_info): New struct to hold the global
1027 pending_list.
1028 * mipsread.c (mipscoff_symfile_init, parse_partial_symbols):
1029 Allocate the global pending list and link it to the objfile.
1030 * mipsread.c (is_pending_symbol, add_pending): Use global pending
1031 list from objfile. Allocate pending list entries from the
1032 psymbol_obstack.
1033 * mipsread.c (free_pending): Remove. The pending list is now
1034 freed when the psymbol_obstack is freed.
1035 * mipsread.c (psymtab_to_symtab1): Remove pending list allocation,
1036 the global pending list is used now.
1037 * mipsread.c (parse_partial_symbols): Skip only the first
1038 file indirect entry when building the dependency list.
1039
755892d6
RP
1040Tue Aug 31 15:01:27 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1041
d538b510
RP
1042 Break dcache code out of remote.c.
1043 * dcache.h: white space changes only.
1044 * dcache.c: add user settable variable to set whether data caching
1045 is in use.
1046 * remote.c: include dcache.h. removed data caching code which is
1047 now in dcache.c. Compile in data caching again. (data caching
1048 is currently off by default.)
1049 (remote_read_bytes, remote_write_bytes): change second arg to
1050 unsigned char.
1051 (remote_dcache): new static variable.
1052 * Makefile.in (REMOTE_O): add dcache.o.
1053 * config/m88k/m88k.mt (TDEPFILES): removed dcache.o.
1054
5a0a463f
RP
1055 Break dcache code out of remote-nindy.c.
1056 * remote-nindy.c: removed dcache code. Changed callers to use new
1057 conventions. include dcache.h.
1058 (nindy_dcache): new static variable.
1059 * config/i960/nindy960.mt (TDEPFILES): added dcache.o.
1060
755892d6
RP
1061 Break dcache code out of remote-bug.c into dcache.[hc].
1062 * Makefile.in (dcache_h): new macro.
1063 (HFILES): added $(dcache_h).
1064 (ALLDEPFILES): added dcache.c.
1065 (dcache.o): new rule.
1066 (remote-bug.o): now depends on $(dcache_h).
1067 * remote-bug.c: include dcache.h. remove externs for insque and
1068 remque, add extern for bcopy. Prototype bug_close,
1069 bug_clear_breakpoints, bug_write_cr. dcache code moved to
1070 dcache.[hc]. Changed dcache calling convention to include an
1071 initial DCACHE argument.
1072 (bug_dcache): new static variable.
1073 (bug_read_inferior_memory): change second arg to
1074 unsigned char.
1075 * dcache.[ch]: new files.
1076 * config/m88k/m88k.mt (TDEPFILES): add dcache.o.
1077
875fc229
JK
1078Tue Aug 31 10:33:13 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1079
1080 * c-typeprint.c (c_print_type_base): Treat show = 0 just like
1081 show < 0. The only case where we had been distinguishing is that
1082 show = 0 used to print "struct " or "enum " instead of
1083 "struct {...}" or "enum {...}" which seems clearly wrong.
1084
df429798
RP
1085Mon Aug 30 17:51:32 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1086
1087 * configure.in: recognize m88110 as an m88k.
1088
b556573d
JK
1089Mon Aug 30 16:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1090
1091 * valops.c (call_function_by_hand): If we discard cleanups, call
1092 bpstat_clear (&inf_status.stop_bpstat).
1093
cbba020f
PS
1094Mon Aug 30 12:47:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1095
1096 * stabsread.h, dbxread.c (end_psymtab): Return NULL if the psymtab
1097 was empty and thrown away.
1098 * mipsread.c (parse_partial_symbols): Do not add empty psymtabs to
1099 dependency list, skip self dependencies.
1100 * mipsread.c (parse_fdr): Removed, obsolete.
1101 * mipsread.c (parse_lines): Check for cbLine being zero, not
1102 cbLineOffset.
1103 * mipsread.c (struct symloc): Add pst_language.
b556573d
JK
1104 * mipsread.c (parse_partial_symbols): Set up proper language for
1105 header files, save it in pst_language for psymtab_to_symtab_1.
cbba020f
PS
1106 * mipsread.c (psymtab_to_symtab_1): Use pst_language.
1107
d86a7c57
JK
1108Mon Aug 30 10:48:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1109
1110 * configure.in: Fix typo m88*-motorola-svr4* -> sysv4*.
1111
61a29659
KR
1112Fri Aug 27 17:09:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1113
1114 * paread.c: Include som.h instead of libhppa.h. (From Utah.)
1115
c033ec17
JK
1116Fri Aug 27 09:30:40 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1117
13bd9622
JK
1118 * symmisc.c (dump_symtab): Use catch_errors around print_symbol.
1119 Change calling sequence of print_symbol to fit catch_errors.
1120
427fec5d
JK
1121 * mips-tdep.c: Call reinit_frame_cache every time the user does
1122 "set heuristic-fence-post".
1123
20bee06d
JK
1124 * gdbserver/low-sun3.c: New file.
1125 * gdbserver/Makefile.in, config/m68k/sun3.mh: Change accordingly.
1126
c033ec17
JK
1127 * Rename files for 14-character limits:
1128 gdbserver/remote-gutils.c -> gdbserver/utils.c
1129 gdbserver/remote-inflow.c -> gdbserver/low-lynx.c
1130 gdbserver/remote-inflow-sparc.c -> gdbserver/low-sparc.c
1131 gdbserver/remote-server.c -> gdbserver/server.c
1132 remote-monitor.c -> remote-mon.c
f1538274
JK
1133 * Makefile.in, gdbserver/Makefile.in, gdbserver/configure.in,
1134 config/m68k/monitor.mt, config/i386/i386lynx.mh,
1135 config/sparc/sun4os4.mh: Change accordingly.
c033ec17
JK
1136 * gdbserver/Makefile.in: Remove more junk inherited from gdb Makefile.
1137
eb03abe8
JK
1138Thu Aug 26 14:32:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1139
860a1754
JK
1140 * infcmd.c, inferior.h (run_stack_dummy): If we stop somewhere
1141 besides the dummy, return 1 rather than calling error().
1142 Let caller print the error message. Remove name argument.
1143 * valops.c (call_function_by_hand): Deal with changes to calling
1144 sequence of run_stack_dummy. Discard restore_inferior_status cleanup
1145 if run_stack_dummy returns 1.
1146
1147 * Version 4.10.2.
1148
1149 * config/mips/tm-mips.h (EXTRACT_STRUCT_VALUE_ADDRESS):
1150 Get struct return address from v0, not a0.
1151
eb03abe8
JK
1152 * infrun.c (restore_inferior_status): Use catch_errors when
1153 restoring selected frame.
1154
1155Wed Aug 25 21:52:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1156
1157 * infrun.c (save_inferior_status, restore_inferior_status):
1158 Save and restore the registers too.
1159 * inferior.h (struct inferior_status): Add "registers".
1160
41a6194d
JK
1161Tue Aug 24 00:36:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1162
fb2fc3b6
JK
1163 * dbxread.c (end_psymtab): Clean up comment.
1164
1165 * frame.h, symtab.h, findvar.c (read_var_value): Change basereg
1166 support to use LOC_BASEREG rather than SYMBOL_BASEREG_VALID.
a1c8d76e 1167 * dwarfread.c: Use LOC_BASEREG where appropriate.
fb2fc3b6
JK
1168 * Various: Support LOC_BASEREG and LOC_BASEREG_ARG.
1169
9c75ce9f
JK
1170 * coffread.c (init_lineno, init_stringtab): Don't check whether
1171 xmalloc returned NULL.
1172
0e646bd5
JK
1173 * config/vax/xm-vaxult.h: Define NO_PTRACE_H.
1174
41a6194d
JK
1175 * target.c, target.h: Add "set remotedebug" command.
1176 * remote-bug.c, remote.c, remote-mips.c: Remove "set remotedebug" and
1177 "set m88ksnoop" options and use generic "set remotedebug" instead.
1178 * NEWS: Describe this change.
1179
2731625a
JK
1180Mon Aug 23 20:26:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1181
1182 * buildsym.h: Remove declaration of dbxread.c functions.
1183 * stabsread.h: Group together dbxread.c functions.
1184 Move elfstab_build_psymtabs here from symfile.h.
1185 Declare pastab_build_psymtabs.
1186 * elfread.c, paread.c: Include stabsread.h (for stabsread_new_init
1187 declaration, etc).
1188
e0508fdc
RP
1189Mon Aug 23 17:16:23 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1190
16f6ab6b
RP
1191 * remote-bug.c: rename quiet to bug88k_snoop.
1192 (double_scan, multi_scan): generalize double_scan into a scan
1193 for multiple patterns. Rename to multi_scan.
1194 (bug_wait, bug_write_inferior_memory): adapt to use the new
1195 multi_scan in order to catch and represent target bus errors.
1196 (bug_scan): currently unused, so comment out.
1197 (bug_quiet): removed. Replaced with a standard user settable boolean.
1198
e0508fdc
RP
1199 * m88k-tdep.c: remove include of sys/dir.h. Appears unnecessary
1200 and isn't available on solaris.
1201
304977ab
JK
1202Mon Aug 23 14:56:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1203
1204 * config/m88k/{delta88v4.mt,delta88v4.mh}: New files
1205 * config/m88k/delta88.mh: Fix comment.
1206 * config/m88k/tm-delta88.h: Remove unused BCS define.
1207 * config/m88k/{tm-delta88v4.h,xm-delta88v4.h,nm-delta88v4.h}:
1208 New files.
1209 * configure.in: Recognize m88*-motorola-sysv4*.
1210 * m88k-nat.c: Always include sys/types.h; don't depend on USG.
1211
f5d6b0c5
PS
1212Mon Aug 23 12:57:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1213
304977ab
JK
1214 * mipsread.c (parse_symbol, parse_type, cross_ref): Pass name of
1215 symbol as an argument and use it in complaints.
f5d6b0c5
PS
1216 * symmisc.c (dump_psymtab): Dump filenames of dependencies.
1217
a6565079
JK
1218Mon Aug 23 1993 Sean Fagan (sef@cygnus.com)
1219 and Jim Kingdon (kingdon@cygnus.com)
1220
1221 Add NetBSD support:
1222 * configure.in: Recognize netbsd.
1223
313dd520
JK
1224Fri Aug 20 14:01:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1225
6ecb870e
JK
1226 * remote-nindy.c: Remove unused include of sys/ioctl.h.
1227
313dd520
JK
1228 * frame.h, symtab.h: Revise comments regarding baseregs.
1229
018ab14f
PS
1230Fri Aug 20 15:07:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1231
1232 * mipsread.c (parse_partial_symbols, psymtab_to_symtab_1):
1233 Set language for psymtab and symtab.
1234 * mipsread.c (new_symbol): Set language and initialize demangled
1235 name for symbol.
1236 * symmisc.c (print_symbol): Use SYMBOL_SOURCE_NAME when printing
1237 the symbol type.
1238 * symtab.c (decode_line_1): Inhibit coredumps with cfront executables.
1239
8af0de91
JK
1240Fri Aug 20 14:01:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1241
0ca9bd12
JK
1242 * Move KERNEL_U_ADDR from xm-hp300bsd.h to nm-hp300bsd.h and make
1243 it conditionalized on 4.3 vs. 4.4.
1244 * config/m68k/nm-hp300bsd.h: Move REGISTER_U_ADDR out of 4.3 and
1245 4.4 sections; it was identical and now works for 4.4.
1246
b33e0e0b
JK
1247 * mips-tdep.c (is_delayed): Use INSN*BRANCH* not ANY_DELAY.
1248
8af0de91
JK
1249 * printcmd.c (MAKEVA_END): Update this version to use "aligner".
1250
6ac14d25
PS
1251Thu Aug 19 22:08:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1252
1253 * config/vax/tm-vax.h (BELIEVE_PCC_PROMOTION): Define.
1254 * mipsread.c (parse_symbol, parse_type, cross_ref): Handle corrupt
1255 file indirect entries with complaints instead of core dumps. Remove
1256 complaint for stTypedef within aggregates.
1257
522b9962
JK
1258Thu Aug 19 17:58:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1259
e09c5e26
JK
1260 * coffread.c (process_coff_symbol): Ignore tagnames like .0fake.
1261
1262 * coffread.c (coff_read_enum_type): #if 0 out code which changes
1263 enum {FALSE, TRUE} into boolean.
1264
522b9962
JK
1265 * config/m68k/delta68.m{t,h}: Use nm-delta68.h, etc. not
1266 non-existent files nm-delta.h, etc.
1267 * config/m68k/tm-delta68.h: Define CANNOT_STORE_REGISTER.
1268 * delta68-nat.c: Add "[0]" in offsetof argument.
1269 * delta68-nat.c (_initialize_kernel_u_addr): Don't try to set up
1270 nl with initializer, just assign to it. Check n_scnum field on
1271 return.
1272
e56ac0ba
JK
1273Wed Aug 18 12:03:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1274
b2ccb6a4
JK
1275 * printcmd.c (print_address), values.c (value_as_pointer): Don't
1276 use ADDR_BITS_REMOVE.
d3fa810c 1277 * defs.h: Try to clarify comment about ADDR_BITS_REMOVE.
b2ccb6a4 1278
479fdd26
JK
1279 * blockframe.c (block_innermost_frame): Uncomment.
1280 Return NULL if passed NULL.
1281 * frame.h: Declare it.
1282 * expression.h (union exp_element): Add field block.
1283 * parse.c (write_exp_elt_block): New function.
1284 * expression.h (OP_VAR_VALUE): Now takes additional struct block *.
1285 * *-exp.y: Write block for OP_VAR_VALUE.
1286 * eval.c, expprint.c, parse.c: Deal with block for OP_VAR_VALUE.
1287 * valops.c, value.h (value_of_variable), callers:
1288 Add second argument, for block.
1289
e56ac0ba
JK
1290 * main.c (gdb_readline): If we read some characters followed by EOF,
1291 return them rather than returning NULL.
1292
48be4c35
JK
1293Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1294
1295 * mips-tdep.c: Remove unused #ifndef NUMERIC_REG_NAMES and add comment.
1296
2f03f9a6
RP
1297Tue Aug 17 15:10:04 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1298
637603f9
RP
1299 * config/m88k/tm-m88k.h: Fix typo in comment.
1300 (FP_REGNUM): define in terms of SP_REGNUM
1301 rather than by absolute number. Also clearly comment that this
1302 is a convenient lie in order to decrease future confusion.
1303 (ACTUAL_FP_REGNUM): new macro for FP.
1304 (FRAME_CHAIN_VALID): removed. Standard default works fine.
1305 * m88k-tdep.c (frame_chain_valid): redundant, so removed.
1306 (NEXT_PROLOGUE_INSN): removed unused fourth arg, fixed all
1307 callers.
1308 (read_next_frame_reg): declare static.
1309 (examine_prologue): removed unused variabel insn2, rename insn1
1310 to insn, rewrote comment about finding fp, sp, etc. set frame_fp
1311 based on ACTUAL_FP_REGNUM rather than FP_REGNUM which is
1312 actually a scammed alias for SP_REGNUM on m88k.
1313
2f03f9a6
RP
1314 * frame.h: fixed typo in comment.
1315
4f1afa16
JK
1316Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1317
b80bd1e0
JK
1318 * 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.
1319
4f1afa16
JK
1320 * complaints.c (complain): fflush (stdout) after output.
1321
d541211d
PS
1322Tue Aug 17 01:43:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1323
1324 * blockframe.c, frame.h (sigtramp_saved_pc): New routine to fetch
1325 the saved pc from sigcontext on the stack for BSD signal handling.
1326 * config/i386/tm-i386bsd.h (SIGTRAMP_START, SIGTRAMP_END, FRAME_CHAIN,
1327 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET):
1328 Define to make backtracing through sigtramp work.
1329 * config/vax/tm-vax.h (SIGTRAMP_START, SIGTRAMP_END, TARGET_UPAGES,
1330 FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET): Ditto.
1331
1109373a
JK
1332Mon Aug 16 13:52:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1333
4f1afa16
JK
1334 * main.c (cd_command): If current_directory on entry is "/", then
1335 don't append an extra slash.
c307bb11 1336 Don't assume that /../.. means /.
4f1afa16 1337
d541211d
PS
1338 * target.c (target_xfer_memory): Clear errno before calling
1339 to_xfer_memory.
1340
1109373a
JK
1341 * stack.c (frame_info, print_frame_info): Add comment about using
1342 the starting source line number on a line boundary if backtracing
1343 through sigtramp.
1344
4fd0b84e
PS
1345Mon Aug 16 02:56:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1346
1347 * blockframe.c (create_new_frame, get_prev_frame_info):
1348 Use the function name when calling IN_SIGTRAMP.
1349 * config/m68k/tm-m68k.h (SIG_PC_FP_OFFSET, SIG_SP_FP_OFFSET):
1350 Define for correct handling of bachtraces through _sigtramp.
1351 * m68k-tdep.c (m68k_find_saved_regs): Adjust saved sp for fake
1352 sigtramp frames.
1353 * mipsread.c (parse_type): Handle corrupt TIR info with complaint
1354 instead of core dump.
1355 * mipsread.c (parse_partial_symbols): Put static symbols into the
1356 mimimal symbol table, use proper mst_types for all minimal symbols.
1357 * stack.c (frame_info, print_frame_info): Use the starting source
1358 line number on a line boundary if backtracing through sigtramp.
1359
f2f848b8
RP
1360Fri Aug 13 14:37:05 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1361
4fd0b84e
PS
1362 * remote-bug.c: include gdbcmd.h.
1363 (sleep, remque, insque): forward decls added.
1364 (bug_fetch_registers, bug_store_registers): forward decls
1365 removed.
1366 (bug_read_inferior_memory, bug_write_inferior_memory): forward
1367 decls added.
1368 (srec_frame, srec_max_retries, srec_bytes, srec_echo_pace,
1369 srec_sleep, srec_noise): new static variables for user settable
1370 options. Mostly these are for debugging and tuning. I don't
1371 expect them to stay user settable options for long.
1372 (timeout): change default to 4 seconds.
1373 (check_open): declare funtion static, force return value.
1374 (readchar_nofail): if timeout, then say so if not being quiet.
1375 (pollchar, double_scan, bug_scan, bug_srec_write_cr,
1376 start_load): new functions.
1377 (bug_wait): rewritten to use double scan.
1378 (expect): while (1) -> for (;;)
1379 (get_hex_digit): rewrite if condition to avoid gcc complaints.
1380 (bug_load, bug_create_inferior, bug_open, bug_store_register):
1381 removed unused variables.
1382 (bug_load): replaced DELTA macro with user settable srec_frame
1383 variable. Other minor lint.
1384 (find_end_of_word, is_baudrate_right, set_rate, not_bug_wait,
1385 gethex, timed_read, translate_addr, bug_before_main_loop):
1386 unsused and removed.
1387 (bug_resume): add missing first arg, pid.
1388 (get_reg_name): use ip rather than cr04.
1389 (bug_write, bug_write_cr, but_clear_breakpoints, bug_quiet):
1390 declare type, args, and explicitly return.
1391 (bug_store_register): straighten out the ip vs cr04 confusion.
1392 (bug_write_inferior_memory): rewrite to cope with errors while
1393 downloading s-records.
1394 (bug_read_inferior_memory): declare static.
1395 (bug_clear_breakpoints): expect nobr before prompt.
1396 (_initialize_remote_bug): add initializations for srec-bytes,
1397 srec-max-retries, srec-frame, srec-noise, srec-sleep,
1398 srec-echo-pace.
1399
4f4649a7
RP
1400 * Makefile.in (remote-bug.o): new rule.
1401 (ALLDEPFILES): added remote-bug.c
1402
e93790f0
RP
1403 * remote-hms.c (hms_wait): use -1 for timeout's which means block
1404 forever rather than 99999.
1405
057c2f47
RP
1406 * ser-unix.c (get_tty_state): if a descriptor is not a tty, then
1407 simply save encode this fact as the process group and return
1408 success rather than an error.
1409 (set_tty_state): if process group is -1, do not reset the
1410 process group.
1411 (hardwire_reachar): comment change.
1412
0e5f1b37
RP
1413 * serial.h: comment change.
1414
f2f848b8
RP
1415 * config/m88k/tm-m88k.h: comment change to remove embedded
1416 comment.
1417 (SKIP_PROLOGUE): skip_prologue returns a value which is expected
1418 to reset the pc argument. So reset it.
1419
5069d770
FF
1420Fri Aug 13 10:15:24 1993 Fred Fish (fnf@deneb.cygnus.com)
1421
1422 * Makefile.in (VERSION): Bump to 4.10.1 after release and cvs
1423 tagging.
1424
ff1cdb40
JK
1425Thu Aug 12 20:40:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1426
1427 * gdbserver/Makefile.in: Use GDBSERVER_LIBS and
1428 GDBSERVER_DEPFILES. Also remove much (but not all that could be
1429 removed) crud inherited from gdb Makefile.in.
1430 * config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Define GDBSERVER_*.
1431 * gdbserver/README: Say it works on Sun and change configuration
1432 instructions slightly.
1433
1434Wed Aug 11 18:56:59 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1435
1436 * config/i386/i386v4.mh: use -lsocket and -lnsl, for remote
1437 targets that use BSD style network connections
1438
ae87844d
JK
1439Wed Aug 11 17:54:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1440
1441 * remote-{monitor,bug}.c: Make bug_ops not static (forward declaration
1442 of statics doesn't work with SunOS4 /bin/cc).
1443 Rename the occurrence in remote-monitor.c to monitor_bug_ops.
1444
523ef121
JK
1445Tue Aug 10 13:07:14 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1446
1447 * blockframe.c (find_pc_partial_function),
1448 mips-tdep.c (find_proc_desc): Deal with "pathological" case.
1449
0f1b1bcc
JK
1450Tue Aug 10 14:50:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1451
523ef121
JK
1452 * utils.c (wrap_here): Allow indent to be NULL.
1453 (fputs_filtered): Don't check for null wrap_indent (wrap_here now
1454 guarantees that it isn't, and anyway we were only checking one out
1455 of the two places we dereferenced it).
1456
0f1b1bcc
JK
1457 * objfiles.h (struct objfile): Clean up comments for
1458 {obj,sym}_private to clarify what they are private to.
1459
48f075eb
SS
1460Mon Aug 9 16:45:00 1993 Stan Shebs (shebs@rtl.cygnus.com)
1461
1462 * stabsread.c, buildsym.c (hashname): Moved function to
1463 buildsym.c, as suggested in the sources.
1464
0685d95f
JK
1465Mon Aug 9 09:53:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1466
525390a2
JK
1467 * remote-udi.c: Make udi_ops extern rather than trying forward
1468 declaration of a static variable.
1469
8a99c712
JK
1470 * hppab-nat.c: Define ptrace to call_ptrace and pass the 5th arg
1471 there, rather than using an ANSI C specific macro.
1472
a2fbd4c8
JK
1473 * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also put
1474 sys/types.h near the top (just on general principles).
1475
b992d16b
JK
1476 * environ.c (set_in_environ): Remove G960BASE and G960BIN; they are
1477 no longer used.
1478
0685d95f
JK
1479 * gdbcore.h: New variable gnutarget.
1480 * core.c: Add commands to set and show it.
1481 * Callers to bfd_*open*: Pass gnutarget instead of NULL as target.
1482 * environ.c (set_in_environ): For GNUTARGET, use set_gnutarget not
1483 putenv.
1484
1485 * symtab.c (decode_line_1): Give error on unmatched single quote.
1486
3da5198c
JK
1487Sun Aug 8 13:59:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1488
95a98b5e
JK
1489 * ser-unix.c (hardwire_send_break) [HAVE_SGTTY]: Use select not usleep.
1490
3da5198c
JK
1491 * remote.c: Add comments about 'd', 'r', and unrecognized requests.
1492
1493 * inflow.c (terminal_init_inferior): Don't muck with tty state if
1494 gdb_has_a_terminal() is false.
1495
f645e835
FF
1496Sun Aug 8 10:07:47 1993 Fred Fish (fnf@cygnus.com)
1497
1498 * dwarfread.c (record_minimal_symbol): Remove prototype and
1499 function.
1500 * dwarfread.c (add_partial_symbol): Remove code to add minimal
1501 symbols and remove comment about limitations. Experiments show
1502 that now that gdb handles the ELF symtab better for creating
1503 minimal symbols, that no additional information is added by
1504 examining the DWARF information, and in fact, given the
1505 limitations, the DWARF code was actually making things worse.
1506
379dd965
FF
1507Sat Aug 7 10:59:03 1993 Fred Fish (fnf@deneb.cygnus.com)
1508
1509 * elfread.c (elf_symtab_read): Properly sort out the bss symbols
1510 from the data symbols and give them the correct minimal_symbol_type.
1511 Add file static symbols to the minimal symbol table, not just
6c8f91a1
FF
1512 global symbols. Add absolute symbols as well (like _edata, _end).
1513 Redo stabs-in-elf special symbol handling now that file static
1514 symbols are entered into the into the minimal symbol table.
379dd965
FF
1515 * dwarfread.c (add_partial_symbol): Add comment about limitations
1516 of DWARF symbols for distinquishing data from bss when adding
1517 minimal symbols. Add file local symbols to minimal symbols.
1518
8d9ec7b6
JK
1519Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1520
80b4aa1c 1521 * ser-go32.c: Define job_control variable.
e917bef3 1522
80b4aa1c
JK
1523Thu Aug 5 15:56:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1524
1525 * configure.in: z8k-coff is the same as z8k-sim
1526
1527Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
80b4aa1c 1528
038de493
JK
1529 * 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h.
1530
a824e46e
JK
1531 * config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11.
1532
d625b398
JK
1533 * inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL.
1534
8d9ec7b6
JK
1535 * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.
1536
a88797b5
FF
1537Wed Aug 4 18:32:12 1993 Fred Fish (fnf@cygnus.com)
1538
1539 * inflow.c (pass_signal): Signal handlers take one int arg;
1540 supply an unused one to make it type compatible as an arg to
1541 signal().
1542
05e9e188
ILT
1543Tue Aug 3 18:34:14 1993 Ian Lance Taylor (ian@cygnus.com)
1544
1545 * config/mips/tm-mips.h: Include bfd.h before coff/sym.h.
1546
8e92ade7
FF
1547Tue Aug 3 15:34:57 1993 Fred Fish (fnf@cygnus.com)
1548
1549 * Makefile.in (ALLCONFIG): Add config/i386/i386nw.mt,
1550 config/m68k/delta68.mh, config/m68k/delta68.mt,
1551 config/m68k/dpx2.mh, config/m68k/dpx2.mt, config/mips/riscos.mh,
1552 config/mips/news-mips.mh.
1553 * Makefile.in (ALLPARAM): Add config/i386/nm-symmetry.h,
1554 config/i386/tm-i386nw.h, config/m68k/nm-delta68.h,
1555 config/m68k/tm-delta68.h, config/m68k/xm-delta68.h,
1556 config/m68k/nm-dpx2.h, config/m68k/tm-dpx2.h,
1557 config/m68k/xm-dpx2.h, config/mips/xm-makeva.h.
1558 * Makefile.in (ALLDEPFILES): Add dpx2-nat.c.
1559
e906e7fa
ILT
1560Tue Aug 3 12:02:09 1993 Ian Lance Taylor (ian@cygnus.com)
1561
1562 * mipsread.c: Updated for BFD ECOFF changes. Now gets the
1563 swapping routines and external structure sizes via the
1564 ecoff_backend information. No longer includes coff/mips.h.
1565
511e0322
FF
1566Tue Aug 3 10:58:04 1993 Fred Fish (fnf@cygnus.com)
1567
1568 * Makefile.in (SFILES): Add thread.c
1569
6eb0b283
DE
1570start-sanitize-v9
1571Tue Aug 3 10:21:58 1993 Doug Evans (dje@canuck.cygnus.com)
1572
1573 * remote-sp64sim.c (simif_create_inferior): Add FIXME regarding
1574 sim_set_args return code.
1575end-sanitize-v9
1576
90fcdfbf
RP
1577Mon Aug 2 16:35:31 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1578
1579 * Makefile.in (VERSION): bumped to 4.9.4.
1580
1581 * remote-monitor.c: updated copyright.
1582 (bug_ops, monitor_desc): now static.
1583 (monitor_desc): in several places, check and/or set to NULL.
1584
1585 * remote-hms.c (hms_files_info): Add the appropriate items where
1586 missing in the printf call.
1587
1588 * remote-bug.c: new file for m88k bug support.
1589
1590 * config/m88k/m88k.mt (TDEPFILES): added remote-bug.o.
1591
a3059251
SC
1592Mon Aug 2 14:22:09 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1593
1594 * h8300-tdep.c: Use new variable h8300hmode.
1595
ac88287f
JK
1596Mon Aug 2 12:06:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1597
802d6308
JK
1598 * valops.c (typecmp): If we are passing a non-reference to a function
1599 which takes a reference, pass the address.
1600 (value_arg_coerce): Don't use COERCE_ENUM; we don't want to dereference
1601 references here.
1602
3082244d
JK
1603 * thread.c (thread_switch): Define as static.
1604 (add_thread): Cast return value from xmalloc.
1605
ac88287f
JK
1606 * gdbtypes.c (fill_in_vptr_fieldno): Call check_stub_type.
1607 * gdbtypes.{c,h}: Improve comments on vptr_fieldno.
1608
c178776d
FF
1609Mon Aug 2 11:58:52 1993 Fred Fish (fnf@deneb.cygnus.com)
1610
1611 * README: Elaborate on gdb C++ support and cfront support.
1612
da0baf42
SG
1613Mon Aug 2 11:30:57 1993 Stu Grossman (grossman at cygnus.com)
1614
1615 * i386lynx-nat.c, thread.c, thread.h: Update copyrights.
1616
afa2499d
JK
1617Mon Aug 2 12:06:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1618
1619 * Makefile.in (ALLDEPFILES): Add i386lynx-nat.c.
1620
db691e4b
SG
1621Mon Aug 2 08:42:50 1993 Stu Grossman (grossman at cygnus.com)
1622
1623 * gdbserver/remote-inflow.c (create_inferior): Fix comments, and
1624 error msg. Setup seperate process group for child.
1625 * (write_inferior_memory): Sleep for 1 second and retry on ptrace
1626 failure.
1627
25286543
SG
1628Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
1629
884914bf
SG
1630 * config/i386/i386lynx.mh (NATDEPFILES): Drop coredep (for now).
1631 * config/i386/nm-i386bsd.h: Protect from multiple inclusion.
1632 * config/i386/nm-i386lynx.h: Lotsa new host porting stuff.
1633 * config/i386/tm-i386lynx.h: Define SAVED_PC_AFTER_CALL and
1634 target_pid_to_str.
1635
25286543
SG
1636 * Makefile.in (CLIBS): Reorder to make Lynx ld happy.
1637 * (HFILES): New file thread.h.
1638 * (OBS): New file thread.c.
1639 * configure.in: Host config for Lynx/386.
1640 * fork-child.c (fork_inferior): Call init_thread_list().
1641 * infrun.c (resume): Add pid to invocation of target_resume().
1642 * (wait_for_inferior): Pay attention to pid from target_wait().
1643 Multi-threading code now uses this to determine what to do.
1644 * inftarg.c (child_wait): Conditionalize based on CHILD_WAIT macro.
1645 Use target_pid_to_str() macro throughout when printing pid.
1646 * inferior.h (child_resume): Add pid to prototype.
1647 * hppab-nat.c hppah-nat.c infptrace.c (child_resume): Pass in pid as
1648 argument, instead of using inferior_pid.
1649 * procfs.c (procfs_resume): Pass in pid as argument. Ignored for
1650 now. Use target_pid_to_str() macro throughout for printing process id.
1651 * remote-adapt.c (adapt_resume): Pass in pid as argument.
1652 * remote-eb.c (eb_resume): Pass in pid as argument.
1653 * remote-es.c (es1800_resume): Pass in pid as argument.
1654 * remote-hms.c (hms_resume): Pass in pid as argument.
1655 * remote-mips.c (mips_resume): Pass in pid as argument.
1656 * remote-mm.c (mm_resume): Pass in pid as argument.
1657 * remote-monitor.c (monitor_resume): Pass in pid as argument.
1658 * remote-nindy.c (nindy_resume): Pass in pid as argument.
1659 * remote-sa.sparc.c (remote_resume): Pass in pid as argument.
1660 * remote-sim.c (rem_resume): Pass in pid as argument.
38867a45 1661 start-sanitize-v9
25286543 1662 * remote-sp64sim.c (simif_resume): Pass in pid as argument.
38867a45 1663 end-sanitize-v9
25286543
SG
1664 * remote-st.c (st2000_resume): Pass in pid as argument.
1665 * remote-udi.c (udi_resume): Pass in pid as argument.
1666 * remote-vx.c (vx_resume): Pass in pid as argument.
1667 * remote-z8k.c (rem_resume): Pass in pid as argument.
1668 * remote.c (remote_resume): Pass in pid as argument.
1669 * solib.c (solid_create_inferior_hook): Pass inferior_pid to
1670 target_resume().
1671 * target.c (normal_pid_to_str): New routine to print out process
1672 ID normally.
1673 * target.h (struct target_ops): Add pid to prototype at
1674 to_resume(). (target_resume): Add pid argument.
1675 * (target_pid_to_str): Default definition for normal type pids.
38867a45 1676 * thread.h, thread.c: New modules for multi thread/process control.
25286543 1677
804d23f3
JG
1678Sun Aug 1 13:02:42 1993 John Gilmore (gnu@cygnus.com)
1679
1680 * README: Say that bug-gdb is also the place to send requests
1681 for help with GDB.
1682
d1445327
FF
1683Sun Aug 1 09:42:13 1993 Fred Fish (fnf@cygnus.com)
1684
84b5df32 1685 * Makefile.in (make-proto-gdb-1): Use -f opt on rm of Makefile.
d1445327
FF
1686 * h8500-tdep.c: Add parens around a few macro args.
1687
eec03ebb
JK
1688Fri Jul 30 15:43:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1689
77eb2e8f
JK
1690 * TODO: Remove items about unix-to-unix/rapp debugging (now we
1691 have gdbserver), moving xm files to subdirectory, ptype yylval,
1692 and file-local symbols.
1693
eec03ebb
JK
1694 * gdbtypes.h: Improve comments about C++ methods.
1695
bcca9a08
FF
1696Fri Jul 30 14:16:32 1993 Fred Fish (fnf@deneb.cygnus.com)
1697
1698 * c-exp.y: Add missing 5th arg for one call to lookup_symbol, cast
1699 NULL in all other calls to correct pointer types.
1700
6cfec929
JK
1701Fri Jul 30 15:43:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1702
1703 From Jeffrey Law:
1704 * tm-hppa.h (TARGET_WRITE_PC): Define.
1705 * hppa-tdep.c (hppa_fix_call_dummy): If in a syscall,
1706 then return the address of the dummy itself rather than
1707 the address of $$dyncall.
1708 (target_write_pc): New function to store a new PC.
1709
f5a197a2
PS
1710Fri Jul 30 12:51:27 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1711 and Jim Kingdon (kingdon@cygnus.com)
1712
1713 * breakpoint.c (breakpoint_re_set_one): Always reparse breakpoint
1714 conditions, they might contain symbol table references.
1715
1716Fri Jul 30 12:51:27 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1717
1718 * mipsread.c (parse_symbol): Handle opaque struct definitions and
1719 type naming for stTypedef symbols.
1720
96c68efa
JK
1721Fri Jul 30 14:44:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1722
1723 * c-exp.y (yylex): Detect C++ nested types.
1724
38cbb25c
DE
1725start-sanitize-v9
1726Fri Jul 30 11:07:37 1993 Doug Evans (dje@canuck.cygnus.com)
1727
1728 * sp64-tdep.c (sparc64_frame_chain, sparc64_frame_saved_pc): Deleted.
1729 (dump_ccreg, sparc_print_register_hook): New fns.
1730 * remote-sim.h: New file.
1731 * remote-sp64sim.h (sim_*): External fns. (simif_*): Internal fns.
1732
1733 * config/sparc/sp64.mt: New file.
1734 * config/sparc/tm-sp64.h (FRAME_CHAIN, FRAME_SAVED_PC): Deleted.
1735 (PRINT_REGISTER_HOOK): Call new fn sparc_print_register_hook.
1736end-sanitize-v9
1737
6879f0db
FF
1738Fri Jul 30 10:15:01 1993 Fred Fish (fnf@deneb.cygnus.com)
1739
1740 * Makefile.in (ALLCONFIG): Add config/i386/ptx.mh
1741
ca33fca1
JK
1742Fri Jul 30 08:58:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1743
d3862cae
JK
1744 From J. Law:
1745 * infcmd.c (read_pc): Remove PA specific code.
1746 * tm-hppa.h (TARGET_READ_PC): Define.
1747 * hppa-tdep.c (target_read_pc): New function.
1748
ca33fca1
JK
1749 * symtab.c (gdb_mangle_name): Deal with it if type lacks a name.
1750
598db9ee
FF
1751Fri Jul 30 07:36:53 1993 Fred Fish (fnf@deneb.cygnus.com)
1752
ebb962cd 1753 * NEWS: Add note that DEC alpha support is host only, not native.
598db9ee
FF
1754 * README: Emphasize that C++ support works best with GNU C++ and
1755 stabs debugging format.
1756 * delta68-nat.c: Add missing FSF copyright.
1757
f1a67de8
JK
1758Fri Jul 30 08:58:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1759
1760 * paread.c (pa_symtab_read): Put file-local symbols in minimal symbols.
247145e6
JK
1761 * hppa-tdep.c (frame_chain_valid): Check that our function has the
1762 same address as _start, not that it must be the same symbol.
f1a67de8 1763
68f49dae
FF
1764Fri Jul 30 00:18:40 1993 Fred Fish (fnf@deneb.cygnus.com)
1765
1766 * Makefile.in (ALLDEPFILES): Add delta68-nat.c
1767 * Makefile.in (delta68-nat.o): Add dependency.
1768
54a11a1d
JK
1769Thu Jul 29 12:09:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1770
5d38a0a8
JK
1771 * value.h (COERCE_ENUM): Use COERCE_REF to coerce refs; value_ind
1772 was adequate in gdb 3.5 but not now.
1773
1774 * valops.c (typecmp): An array in t2 matches a pointer in t1.
1775
1776 * valops.c (typecmp): When comparing type1& to type2, compare
1777 type1 and type2 as leniently as if we were comparing type1 to
1778 type2.
1779
1410f5f1
JK
1780 * cp-valprint.c (cplus_print_value): Don't dump core if the
1781 baseclass doesn't have a name.
1782 * values.c (vb_match): New function, which finds the virtual
1783 base class pointer even if the types are nameless.
1784 (baseclass_{addr,offset}): Use it.
1785
63757ecd
JK
1786 * hppa-tdep.c: Make "maintenance print unwind" command from old
1787 "unwind" command.
1788
54a11a1d
JK
1789 * remote-udi.c: Remove udi_timer, call to siginterrupt, and associated
1790 obsolete junk which apparently had been copied from the
1791 pre-serial.h remote.c, but which is no longer used.
1792
9b311b22
FF
1793Thu Jul 29 12:36:20 1993 Fred Fish (fnf@deneb.cygnus.com)
1794
1795 * Makefile.in (NONSRC): Need 29k-share/README, not
1796 29k-share/udi/README.
1797
6e35b037
JK
1798Thu Jul 29 12:09:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1799
93af329a
JK
1800 * paread.c (pa_symfile_init): If error reading string table, don't
1801 use errno in cases where it hasn't been set.
1802
d4c22c52
JK
1803 * ser-unix.c (gdb_setpgid): Pass our pid, not 0, to setpgid.
1804
60a60032
JK
1805 * remote-monitor.c (_initialize_monitor): Comment out use of
1806 connect_command, since connect_command itself is commented out.
1807
1808 * remote-monitor.c (generic_open): Parse arguments the same way
1809 as remote.c.
1810
6e35b037
JK
1811 * hppa-tdep.c (pc_in_linker_stub): Fix unclosed comments.
1812
c4ed7353
JK
1813Wed Jul 28 13:19:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1814
6e35b037
JK
1815 * config/mips/xm-mips.h: Define HAVE_TERMIOS.
1816
c4ed7353
JK
1817 * dbxread.c (record_minimal_symbol): Don't put gcc_compiled or
1818 __gnu_compiled* symbols into the minimal symbols.
1819
0907dc09
ILT
1820Wed Jul 28 08:26:58 1993 Ian Lance Taylor (ian@cygnus.com)
1821
1822 * remote-mips.c (_initialize_remote_mips): Added "timeout" and
1823 "retransmit-timeout" variables to set mips_receive_wait and
1824 mips_retransmit_wait, respectively.
1825
ffff16b3
PS
1826Wed Jul 28 03:58:58 1993 (pes@regent.e-technik.tu-muenchen.de)
1827
1828 * symmisc.c (dump_msymbols): Handle new mst_file_* types.
1829
7706616f
JK
1830Tue Jul 27 12:07:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1831
157ea89d
JK
1832 * remote-udi.c: Remove old comment about download not implemented.
1833
704deef2
JK
1834 * serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break.
1835 * nindy-share/*, remote-nindy.c: Extensive hacking to make it
1836 conform to GDB conventions like using memcpy not bcopy, serial.h,
1837 etc. This is to make it host on Solaris, AIX, etc.
1838 * Makefile.in: Reflect removed nindy-share files.
8805c1ee 1839 * config/i960/nindy960.mt (TDEPFILES): Remove ttybreak.o.
157ea89d 1840
efdd6b64
JK
1841 * stack.c (print_frame_info): Revise comment about `pathological'
1842 case (there was a wrong FIXME about text labels; also asm() can
1843 trigger this as well as versions of ar which truncate .o names).
1844
56ad756a
JK
1845 * buildsym.c (start_subfile): If a .c file includes a .C file, set
1846 the language of both of them to C++.
1847
7706616f
JK
1848 * config/sparc/xm-sun4os4.h: Define MEM_FNS_DECLARED and include
1849 <memory.h>.
1850 Include <malloc.h> rather than declaring malloc functions ourself.
1851
1852 * ser-unix.c (set_tty_state): Don't ignore errors setting process
1853 group.
1854 * inflow.c (terminal_inferior): If attach_flag set, ignore errors
1855 from set_tty_state.
1856
1857 * fork-child.c (fork_inferior): Only quote exec file if needed.
1858
1859 * mipsread.c (parse_symbol): Remove 21 Jul 93 change with
1860 stTypedef inside an stBlock.
1861
0eb22669
PS
1862Tue Jul 27 12:36:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1863
1864 * breakpoint.c (breakpoint_1): Walk the breakpoint chain to decide if
1865 we have breakpoints or watchpoints as we might have to ignore internal
1866 breakpoints.
1867
1868 Fix gdb core dumps after `file newfile' commands.
1869 * symtab.h, symfile.c (clear_symtab_users): New routine which
1870 unconditionally clears symtab users. clear_symtab_users_once
1871 commented out as it was a noop anyway.
1872 * objfiles.c (free_objfile): Don't call clear_symtab_users_once.
1873 * objfiles.c (free_all_objfiles), symfile.c (new_symfile_objfile),
1874 xcoffexec.c (exec_close): Call clear_symtab_users if necessary.
1875 * symfile.c (syms_from_objfile): Install cleanups for errors during
1876 symbol reading.
1877 * coffread.c, dbxread.c, mipsread.c, xcoffread.c (*_symfile_read):
1878 Lint cleanup code, call do_cleanups explicitly.
1879 * symfile.c (symbol_file_add): Call new_symfile_objfile and
1880 reinit_frame_cache _after_ the new symbols are read in.
1881
b31ca3de
PS
1882Tue Jul 27 01:57:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1883
1884 * mipsread.c (parse_type): Do not set tag name for compiler
1885 generated fake tag names.
1886
333355f3
RP
1887Mon Jul 26 17:31:49 1993 K. Richard Pixley (rich@rtl.cygnus.com)
1888
1889 * config/m88k/m88k.mt (TDEPFILES): add exec.o.
1890
91ab5674
JK
1891Mon Jul 26 13:17:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1892
b8ec9a79
JK
1893 * hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind'
1894 command. Now we use unwind info by default if we can find it.
1895
1896 * config/sparc: Move VARIABLES_INSIDE_BLOCK and SUN_FIXED_LBRAC_BUG
1897 to tm-sparc.h so they are shared between Solaris and SunOS4.
1898 * dbxread.c (process_one_symbol): Deal with SunOS4 acc N_STSYM and
1899 N_GSYM functions.
1900
41c86b69
JK
1901 * config/pa/tm-hppa.h (REGISTER_NAMES): Use "fr" rather than "fp"
1902 for floating point registers.
1903
1c8961dd
JK
1904 * mipsread.c (parse_symbol): Put stStaticProc symbols in minimal
1905 symbols as mst_file_text.
1906
08ecd8f3
JK
1907 * hppa-tdep.c (pc_in_linker_stub): Return 0 if can't read memory.
1908
230a3ab0
JK
1909 * stabsread.c (rs6000_builtin_type): Make logical types be
1910 TYPE_CODE_BOOL.
91ab5674 1911
d889f6b7
JK
1912Sun Jul 25 23:41:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1913
1914 * breakpoint.{c,h} (struct breakpoint): Replace symtab field with
1915 source_file field.
1916
9aa3aa8c
JK
1917Fri Jul 23 09:57:25 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1918
d889f6b7
JK
1919 * remote.c: Don't error() on errors xferring memory.
1920 * target.h: Clean up comments about *xfer_memory.
1921
f47e56c9
JK
1922 * exec.c, corelow.c (target_ops struct): Don't allow
1923 {insert,remove}_breakpoints to be defaulted to
1924 memory_{insert_remove}_breakpoint.
1925
9aa3aa8c
JK
1926 * demangle.c: Make it so `help set dem' tells you how to get the
1927 list of demangling styles.
1928
f261333b
JK
1929Thu Jul 22 15:41:09 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1930
1931 * Makefile.in: Use REMOTE_O macro not remote.o.
1932 * config/i960/{nindy960,vxworks960}: Don't use remote.o.
1933
073c6b2b
ILT
1934Thu Jul 22 12:43:25 1993 Ian Lance Taylor (ian@cygnus.com)
1935
1936 * coredep.c: If NEED_SYS_CORE_H defined, include <sys/core.h>
1937 (can't include it in nm-*.h file because it causes conflicts with
1938 a.out symbol definitions).
1939 * hp300ux-nat.c (fetch_core_registers): Commented out; obsolete.
1940 * config/m68k/hp300hpux.mh (NATDEPFILES): Added coredep.o and
1941 corelow.o.
1942 * config/m68k/nm-hp300hpux.h (NEED_SYS_CORE_H): Defined.
1943 (REGISTER_U_ADDR): Defined.
1944 * config/m68k/xm-hp300hpux.h (HAVE_TERMIOS): Define instead of
1945 HAVE_TERMIO.
1946 * config/pa/xm-hppah.h: Likewise.
1947
22b4b223
JK
1948Wed Jul 21 11:37:30 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1949
70c7ec2e
JK
1950 * mipsread.c (parse_symbol): when stTypedef and friends occur within
1951 an stBlock, skip over the fields of the inner one.
1952
1953 * mips-tdep.c (init_extra_frame_info): If in lenient prologue, call
1954 heuristic_proc_desc rather than just assuming registers not saved.
1955
51b4195f
JK
1956 * Makefile.in (regex.o): Add dependency.
1957
72943ad0
JK
1958 * hppa{b,h}-nat.c: Warning, not error, if can't access registers.
1959
22b4b223
JK
1960 * config/pa/hppa{b,h}.h: Define ATTACH_DETACH.
1961
66fe7416
PS
1962Wed Jul 21 03:07:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1963
1964 * config/mips/xm-makeva.h: New file implements va_list alignment
1965 restrictions for mips hosts.
1966 * config/mips/{xm-irix3.h, xm-mips.h, xm-news-mips.h, xm-riscos.h}:
1967 Use it.
1968
579f0258
PS
1969Wed Jul 21 00:11:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1970
66fe7416
PS
1971 * mips-tdep.c (init_extra_frame_info): Do not check for
1972 mips_in_lenient_prologue if it is a dummy frame.
579f0258
PS
1973 * mipsread.c (fixup_sigtramp): Initialize pdr.adr, it is used by
1974 mips_in_lenient_prologue.
1975
f29b5686
JK
1976Tue Jul 20 12:53:47 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1977
23d35572
JK
1978 * mips-tdep.c (heuristic_proc_start): First time we print the
1979 warning, elaborate.
1980 (_initialize_mips_tdep): Improve docstring for `set heur'.
1981
726d33a4
JK
1982 * config/rs6000/tm-rs6000.h: Remove call to insert_step_breakpoint.
1983
f29b5686
JK
1984 * symtab.c (find_line_symtab): New function, to deal with multiple
1985 symtabs with the same name.
1986 (find_line_pc{,_range}): Use it.
1987 (find_pc_symtab): Add comment about overlapping symtabs.
1988
db85f523
FF
1989Mon Jul 19 21:29:14 1993 Fred Fish (fnf@deneb.cygnus.com)
1990
1991 * Makefile.in (SFILES): Add nlmread.c.
1992 * Makefile.in (OBS): Add nlmread.o.
1993 * Makefile.in (nlmread.o): Add new target.
1994 * configure.in (i[34]86-*-netware): New configuration.
1995 * nlmread.c, config/i386/{i386nw.mt, tm-i386nw.h}: New files
1996 for NLM/NetWare support.
1997
dc34b11d
JK
1998Mon Jul 19 11:48:57 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1999
164207ca
JK
2000 * symtab.h (enum minimal_symbol_type): Add mst_file_*.
2001 * partial-stab.h [DBXREAD_ONLY]: Record statics in miminal symbols.
2002 * dbxread.c (record_minimal_symbol): Deal with statics.
2003 * minsyms.c (lookup_minimal_symbol): Prefer externals to statics.
2004
3d7d2980
JK
2005 * config/i386/xm-i386sco.h: Define HAVE_TERMIOS.
2006
1cd080b5
JK
2007 * printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it so
2008 arg_bytes field of makeva_list is always aligned.
2009 * config/pa/xm-pa.h: Make arglist_address a char *.
2010
dc34b11d
JK
2011 * ser-unix.c: Don't try to use job control with termio.
2012
6f87ec4a
PS
2013Sun Jul 18 23:11:28 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2014 and Jim Kingdon (kingdon@cygnus.com)
2015
2016 Make breakpoint_re_set_one work with overloaded member functions,
2017 `b 123' and `b foo' if foo is a static function.
2018 * symtab.c (decode_line_1, decode_line_2): New argument `canonical'
2019 to return canonical line specs if requested by the caller.
2020 * breakpoint.c, source.c, symtab.c, symtab.h: Change prototypes and
2021 callers accordingly.
2022 * symtab.c (build_canonical_line_spec): New helper function which
2023 constructs the canonical line spec.
2024 * breakpoint.c (break_command_1): Use canonical line spec instead
2025 of command string as addr_string if necessary.
2026 * source.c (line_info): Fix storage leak.
2027
fc39be58
JK
2028Sun Jul 18 15:22:45 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
2029
56eec3c7
JK
2030 * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
2031 but not the others.
2032 * symm-tdep.c: Remove exec_file_command.
2033 [_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions.
2034 A few miscellaneous cleanups.
2035 * symm-nat.c: Renamed from symm-xdep.c.
29b8ed0a 2036 * All symmetry dependent files: Many changes.
56eec3c7 2037
ee5fb959
JK
2038 * mips-tdep.c (mips_skip_prologue): New argument lenient.
2039 Use read_memory_nobpt.
2040 (is_delayed, mips_in_lenient_prologue): New functions.
2041 (init_extra_frame_info): If in the prologue, don't use saved registers.
2042 * config/mips/tm-mips.h: Declare mips_skip_prologue.
2043
fc39be58
JK
2044 * partial-stab.h (N_SO): Add the text offset to valu before, not after,
2045 passing it to END_PSYMTAB.
2046
ac82e9a5
JK
2047Fri Jul 16 18:48:52 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
2048
2049 * symtab.c (find_pc_symtab): Call warning, not printf directly.
2050
2051 * solib.c (solib_add): Use x{re,m}alloc, not {re,m}alloc.
2052
2e9e6869
ILT
2053Fri Jul 16 09:56:42 1993 Ian Lance Taylor (ian@cygnus.com)
2054
2055 * mipsread.c: No longer need to undefine ZMAGIC.
2056
f75906eb
ILT
2057Thu Jul 15 18:03:37 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2058
2059 * m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
2060 (print_insn): Now just calls print_insn_m88k.
2061
ccdc578f
DE
2062Thu Jul 15 14:54:05 1993 Doug Evans (dje@canuck.cygnus.com)
2063
2064 * h8300-tdep.c (examine_prologue): Make prototype match definition.
2065
f09aae84
JK
2066Thu Jul 15 08:34:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2067
5b336d29
JK
2068 * NEWS: Mention that remote.c now has a `load' operation.
2069
5ac7f56e
JK
2070 * hppa-tdep.c (pc_in_linker_stub): New function.
2071 (find_proc_framesize): Return 0 for linker stubs.
2072 (rp_saved): Tell the caller where rp is saved.
2073 (frame_chain_valid): Return 1 for linker stubs.
2074 (frame_saved_pc): Use return value from rp_saved.
2075
f09aae84
JK
2076 * stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY,
2077 pass the sp relative to the frame in question, not the sp in the
2078 innermost frame.
2079
1ab786f4
JK
2080Wed Jul 14 17:37:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2081
b5d4d6d7
JK
2082 * mipsread.c (parse_procedure): Take as argument the symtab to look
2083 the name up in. Look it up with mylookup_symbol, not lookup_symbol.
2084 (psymtab_to_symtab_1): For stabs, pass the symtab to parse_procedure.
9adb88b7
JK
2085
2086 * mipsread.c (mylookup_symbol): Use strcmp, not STREQ, as we have
2087 already checked the first characters.
2088
1ab786f4
JK
2089 Changes from Jeffrey Law:
2090 * printcmd.c (makeva_list): Use MAKEVA_EXTRA_INFO to define
2091 machine dependent fields in the makeva_list structure.
2092 (makeva_size): Allocate extra space to handle gaps made by
2093 alignment restrictions.
19318471 2094 * config/pa/xm-pa.h (MAKEVA_EXTRA_INFO): Define.
1ab786f4
JK
2095 (MAKEVA_START): Initialize arglist_address field.
2096 (MAKEVA_ARG): Always store arguments on natural alignment
2097 boundaries. Set arglist_address to the address right after
2098 the args.
2099 (MAKEVA_END): Simply return the value stored in arglist_address.
2100
968dca8d
JK
2101Wed Jul 14 13:51:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2102
bf5b632d
JK
2103 * ch-valprint.c (chill_val_print, case TYPE_CODE_STRING): Print
2104 address, not addr.
2105
2106 * hppah-nat.c (store_inferior_registers): Don't print i in cases
2107 where we aren't using it.
2108
968dca8d
JK
2109 * a29k-tdep.c (get_saved_register): Fix typo.
2110
bd96254f
DE
2111Wed Jul 14 09:45:52 1993 Doug Evans (dje@canuck.cygnus.com)
2112
2113 * configure.in: Recognize h8300h (variant of h8300).
2114
2115start-sanitize-v9
2116Wed Jul 14 09:45:52 1993 Doug Evans (dje@canuck.cygnus.com)
2117
2118 * configure.in: Recognize sparc64-*-*.
2119end-sanitize-v9
2120
5af4f5f6
JK
2121Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2122
2123 * stabsread.c (define_symbol): Make the caddr_t hack apply to `function
2124 returning foo' as well as `pointer to foo'.
2125
2126 * remote.c [REMOTE_BREAKPOINT]: Use for breakpoint insn if defined.
2127 * config/m68k/tm-m68k.h: Define it.
2128 * mem-break.c, breakpoint.c: Improve comments.
2129
2130Tue Jul 13 13:35:31 1993 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
2131
2132 * config/m68k/tm-dpx2.h: Replace "tm-68k.h" with "m68k/tm-m68k.h".
2133 * config/m68k/xm-dpx2.h: Define HAVE_TERMIOS not HAVE_TERMIO.
2134
524895ab
DE
2135Tue Jul 13 11:50:38 1993 Doug Evans (dje@canuck.cygnus.com)
2136
2137 * gdbcore.h (read_memory_integer, read_memory_unsigned_integer):
2138 Make prototype match definition.
2139
98d82489
FF
2140Tue Jul 13 11:15:15 1993 Fred Fish (fnf@cygnus.com)
2141
8bdc1fd0
FF
2142 * elfread.c: Remove notice about file still being under
2143 construction.
98d82489
FF
2144 * Makefile.in (ultra3-xdep.o, umax-xdep.o): Add missing ')'.
2145
85494909
JK
2146Mon Jul 12 17:46:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2147
2148 * a29k-tdep.c (read_register_stack): Make val static.
2149
e1f63216
DE
2150Mon Jul 12 14:10:48 1993 Doug Evans (dje@canuck.cygnus.com)
2151
2152 * config/h8300/tm-h8300.h (REGISTER_CONVERTIBLE): Change value to 0.
2153 (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Move def'n to
2154 usual spot.
2155
eabbe766
JK
2156Mon Jul 12 11:29:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2157
1326dace
JK
2158 * c-valprint.c (c_val_print): Fix thinko with unspecified length
2159 arrays.
2160
eabbe766
JK
2161 * hppa-tdep.c (find_proc_framesize): If there is a frame pointer,
2162 use it.
2163
f6365bd6
JK
2164Sun Jul 11 19:35:05 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2165
f1ed4330
JK
2166 * symtab.c (decode_line_1): Use end of block to figure out whether
2167 val.end is in the same function, not minimal symbols.
2168
2169 * source.c (line_info): Add a few more wrap_here's.
2170
2171 * i386-tdep.c (i386_follow_jump): Do byteswapping where needed and
2172 don't make assumptions about sizes of host data types.
2173
2174 * blockframe.c, symtab.h (find_pc_partial_function): New arg endaddr.
2175 * infrun.c, breakpoint.c, printcmd.c: Change callers.
2176 * printcmd.c (containing_function_bounds): Remove.
2177 * printcmd.c (disassemble_command): Use find_pc_partial_function,
2178 not containing_function_bounds.
2179 * infcmd.c (step_1): Use find_pc_partial_function rather than
2180 trying to roll our own. Move check for a pc between SIGTRAMP_START and
2181 SIGTRAMP_END in find_pc_partial_function, not step_1.
2182
f6365bd6
JK
2183 * sparc-tdep.c (sparc_frame_chain, frame_saved_pc):
2184 Keep unswapped value in array of char, not REGISTER_TYPE.
2185 Use REGISTER_RAW_SIZE not sizeof (REGISTER_TYPE).
2186 (sparc_extract_struct_value_address): Use TARGET_PTR_BIT not
2187 sizeof (CORE_ADDR).
2188
0a8f1742
JK
2189Thu Jul 1 15:50:05 1993 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
2190
2191 * configure.in (m68*-bull-sysv*): added support for Bull dpx2.
2192 * config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files.
2193 * config/m68k/dpx2.m{h,t}: New files.
2194
53adb297
DE
2195Sun Jul 11 12:32:08 1993 Doug Evans (dje@canuck.cygnus.com)
2196
2197 * config/sparc/tm-sparc.h (PRINT_REGISTER_HOOK): Fix typo, add
2198 more parens around macro arg.
2199
fee44494
JK
2200Sat Jul 10 09:54:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2201
fe675038
JK
2202 * infrun.c: Remove step_resume_{duplicate,shadow}. Replace
2203 step_resume_break_address with step_resume_breakpoint (now local
2204 to wait_for_inferior).
2205 ({insert,remove}_step_breakpoint): Remove.
2206 (wait_for_inferior): Set step resume break with
2207 set_momentary_breakpoint. Test hitting it with bpstat_stop_status
2208 and bpstat_what (stop_step_resume_break removed).
2209 * breakpoint.{h,c}, infrun.c: Return value from bpstat_what now struct
2210 which includes previous return value as main_action, and a step_resume
2211 bit.
2212 * breakpoint.c (delete_breakpoint): If breakpoint was inserted, and
2213 there is another breakpoint there, insert it.
2214 * infrun.c (wait_for_inferior): Rearrange the spaghetti a bit. Use
2215 a few more gotos.
2216 Various: Clean up and add comments.
2217
fee44494
JK
2218 * infrun.c [TDESC]: Remove remaining tdesc code (see ChangeLog
2219 for Wed Nov 13 16:45:13 1991).
2220
4d50f90a
JK
2221Fri Jul 9 12:36:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2222
58e49e21
JK
2223 * values.c, value.h (modify_field), callers: Make fieldval a LONGEST.
2224
2225 * h8300-tdep.c (NEXT_PROLOGUE_INSN): Make pword1 an INSN_WORD *
2226 not short *.
2227
34df79fc
JK
2228 * findvar.c, defs.h
2229 ({extract,store}_{signed_integer,unsigned_integer,address}):
2230 New routines to replace SWAP_TARGET_AND_HOST.
2231 All over: All uses of SWAP_TARGET_AND_HOST on integers replaced.
2232
271d7387
JK
2233 * config/sparc/tm-sparc.h: Add comment suggesting that removing
2234 ins and locals from the registers array might clean things up.
2235
19bdd57f
JK
2236 * utils.c: Clean up comments about wrap buffer and wrap_here.
2237 * printcmd.c (printf_command): Call wrap_here before vprintf.
2238
28d14fd8
JK
2239 * mipsread.c (cross_ref): Set the name to unknown for "struct *" case.
2240 Patch from ptf@delcam.co.uk (Paul Flinders).
2241
4d50f90a
JK
2242 * a29k-tdep.c, findvar.c (get_saved_register): Fix byteswapping sins.
2243
2fcdae93
PS
2244Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2245
2246 * defs.h, remote-eb.c (TM_FILE_OVERRIDE): Remove it.
2247 * mips-tdep.c (init_extra_frame_info): Set proper fci->frame if pc
2248 is at the start of the dummy code.
2249
47976ba7
JK
2250Thu Jul 8 14:48:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2251
dd99f8e4
JK
2252 * sparc-tdep.c (sparc_push_dummy_frame): Skip all the do_save_insn
2253 stuff, just write the sp and fp.
2254 (sparc_pop_frame): Skip the do_restore_insn; we already restore
2255 the sp with the other out registers.
2256
558f4183
JK
2257 * hppa-tdep.c (hppa_push_arguments): Allocate enough space for
2258 arguments.
2259
47976ba7
JK
2260 * hppa-tdep.c: Change _initialize_hppab_tdep to _initialize_hppa_tdep.
2261
9fc8002c
DE
2262start-sanitize-v9
2263Thu Jul 8 14:47:00 1993 Doug Evans (dje@canuck.cygnus.com)
2264
2265 * sparc-tdep.c (sparc_frame_chain): Handle sizeof (CORE_ADDR)
2266 != sizeof (REGISTER_TYPE).
2267 (frame_saved_pc): Ditto.
2268end-sanitize-v9
2269
be474657
DE
2270Thu Jul 8 08:22:05 1993 Doug Evans (dje@canuck.cygnus.com)
2271
6de931d2 2272 * config/h8300/tm-h8300.h: (REGISTER_TYPES): Adjust for h8/300h.
bc4937f3
DE
2273 (REGISTER_RAW_SIZE): Ditto.
2274 (REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs
2275 on the h8/300h (ints may still be 16 bits).
2276 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
2277 EXTRACT_STRUCT_VALUE_ADDRESS): Add FIXME's for h8/300h. Some
2278 thought needed here.
2279
d0414a11
DE
2280 * h8300-tdep.c (print_insn): Call print_insn_h8300h if h8/300h.
2281 (examine_prologue): reg_save_depth is 4 if h8/300h.
2282
be474657
DE
2283 * findvar.c (read_register): Provide some support for 64 bit regs.
2284 (write_register): Ditto.
2285
23a8e291
JK
2286Wed Jul 7 14:30:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2287
3206db62
JK
2288 * config/mips/nm-riscos.h: machine/machparam.h is always the right
2289 place to look for BSD43_NBPG, not machine/vmparam.h
2290
54023465
JK
2291 * infcmd.c (run_stack_dummy): New argument name.
2292 Change error message in (another) attempt to make it comprehensible.
2293 * valops.c (call_function_by_hand): Pass name to run_stack_dummy.
2294 * symtab.h: Declare demangle and asm_demangle since macros use them.
2295
e860d210
JK
2296 * eval.c (evaluate_subexp): Add comment about calling a member
2297 function of a variable in a register.
2298
d3dd6800
JK
2299 * expression.h: Clean up comment about string in STRUCT_STRUCT etc.
2300
23a8e291
JK
2301 * config/{rs6000/tm-rs6000.h,sparc/tm-sparc.h,pyr/tm-pyr.h},
2302 inferior.h (PC_IN_CALL_DUMMY) [ON_STACK]: Add comments about stack
2303 frame tops and bottoms.
2304
2305 * frame.h, blockframe.c, stack.c, a29k-tdep.c,
2306 config/gould/tmp-{pn,np1}.h,
2307 config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field
2308 next_frame from struct frame_info. It has no purpose beyond
2309 ->next->frame and is an artifact from GDB 2.8.
2310
de6a2704
JK
2311Tue Jul 6 11:51:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2312
c2153bf2
JK
2313 * Makefile.in: Remove gdb before creating a new one.
2314 Update init.c atomically.
2315
de6a2704
JK
2316 * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}.
2317 (ALLCONFIG): Add config/alpha/alpha-osf1.mh.
2318
2319 * infcmd.c (_initialize_infcmd): In docstring for "continue",
2320 describe argument as setting ignore count.
2321
b1d0b161
DE
2322Sun Jul 4 15:04:47 1993 Doug Evans (dje@cygnus.com)
2323
2324 * h8300-tdep.c (examine_prologue): Fix call to
2325 read_memory_unsigned_integer.
2326
fdf138bb
JK
2327Fri Jul 2 18:22:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2328
0c5af733
JK
2329 * config/mips/{x,n}m-irix{3,4}.h: Make some definitions here
2330 rather than including xm-bigmips.h.
2331
1500864f
JK
2332 * eval.c (evaluate_subexp): Improve error messages for OP_TYPE and
2333 default cases.
2334
fdf138bb
JK
2335 * Makefile.in (distclean): Remove y.tab.h.
2336
fdf138bb
JK
2337Fri Jul 2 14:55:48 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2338
2339 * exec.c (exec_file_command): Remove Mar 28 hack as BFD handles
2340 file updates properly now.
2341 * mipsread.c (mips_coff_new_init): Force reevaluation of sigtramp
2342 addresses if switching to a new symbol file.
2343 * dbxread.c (process_one_symbol): Avoid dereferencing NULL
2344 symbols that might be returned from define_symbol.
2345
85e07872
SC
2346Fri Jul 2 13:33:12 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2347
2348 New target macros for getting at the pc, sp and fp.
2349 * infcmd.c (read_pc, write_pc): Modify to use new macros.
2350 (read_sp, write_sp, read_fp, write_fp): New functions.
1500864f
JK
2351 * blockframe.c (reinit_frame_cache, get_prev_frame_info):
2352 Use new functions.
85e07872
SC
2353 * breakpoint.c (bpstat_alloc): ditto.
2354 * infrun.c (wait_for_inferior): ditto.
2355 * stack.c (print_frame_info): ditto.
2356 * valops (call_function_by_hand): ditto.
2357 * corelow.c (core_open): ditto.
2358 * h8500-tdep.c: (target_read_sp, target_write_sp, target_read_pc,
2359 target_write_pc, target_read_fp, target_write_fp): New functions.
2360 * inferior.h (read_sp, write_sp, read_fp, write_fp): Prototypes.
2361
2362 * config/alpha/xm-alpha.h: Add MAKEVA_END.
2363 * config/h8500/tm-h8500.h: Define new macros.
2364
d8a80e6d
ILT
2365Fri Jul 2 13:51:04 1993 Ian Lance Taylor (ian@cygnus.com)
2366
2367 * configure.in (mipos-*-riscos*): New host and target; use riscos.
2368 * config/mips/nm-riscos.h: If BSD43_NBPG is not defined by
2369 vmparam.h, include machparam.h.
2370 (KERNEL_U_ADDR): Define to be BSD43_UADDR.
2371
75fa3e0f
JK
2372Fri Jul 2 13:39:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2373
c0bca41c
JK
2374 * c-exp.y (yylex): Give error if unmatched single quote.
2375
2376 * configure.in, config/m68k/*delta68*, delta68-nat.c: New port.
2377
75fa3e0f
JK
2378 * Remove unused STACK_END_ADDR in the following files (in other
2379 files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h,
2380 tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h,
2381 tm-hp300hpux.h, tm-isi.h.
2382
a77a5278
JK
2383Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com)
2384
75fa3e0f
JK
2385 * config/mips/nm-riscos.h: Define NBPG and UPAGES.
2386 config/mips/xm-riscos.h: Include <sys/types.h>.
2387
2388 * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment,
2389 not an initializer, to copy the structure.
2390
2391 * gdbtypes.h (struct type): Add field tag_name.
2392 * gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base):
2393 Use it.
2394 * {coff,dwarf,mips,stabs}read.c: Set it.
2395
1f72a94a
JK
2396 * xm-sysv4.h: Undefine HAVE_TERMIO.
2397
0abbc771
JK
2398 * config/mips/nm-riscos.h: Remove unmatched #endif.
2399 Define FETCH_INFERIOR_REGISTERS.
2400 * config/mips/riscos.mh: Don't include coredep.o; mips-nat.o is enough.
2401 Fix misspelling of NAT_FILE.
3762d624
JK
2402 * mips-nat.c (fetch_core_registers): If KERNEL_U_ADDR is not defined,
2403 we can still process "modern" core files.
0abbc771 2404
a77a5278
JK
2405 * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don't
2406 print c_line.
2407 (_initialize_ser_hardwire): Just check whether _POSIX_JOB_CONTROL
2408 is defined; don't care what it is defined to.
2409
95f2d253
JK
2410Wed Jun 30 20:06:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2411
2412 * config/vax/xm-vaxult2.h: Define FD_SET and FD_ZERO.
2413
c2e247c4
JK
2414Tue Jun 29 11:02:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2415
2416 * inftarg.c: Remove unused include of terminal.h.
2417 * signals.h: Don't undefine signals anymore.
2418 * main.c: Use job_control from serial.h.
2419 * fork-child.c (fork_inferior): Use gdb_setpgid.
2420 * serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
2421 * utils.c (quit): Use current_target->to_terminal_ours to figure
2422 out whether we care about lack of job control, rather than __GO32__.
2423 * utils.c: Include serial.h not terminal.h
2424 (quit): Use job_control not TIOCGPGRP.
2425 * terminal.h: Don't undefine TIOCGPGRP.
2426 * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
2427 * utils.c (quit): Use it.
2428 * serial.h: Add SERIAL_UN_FDOPEN.
2429 * utils.c (quit): Use it.
2430 * ser-unix.c: Add process group to ttystate.
2431 [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
2432 * inflow.c: Include serial.h not terminal.h.
2433 Use serial.h stuff to replace most of the maze of #ifdef's.
2434 * inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
2435 * serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
2436 * ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
2437 * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
2438 Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
2439 SERIAL_SET_PROCESS_GROUP.
2440 * inflow.c: Use them.
2441 * config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
2442 Define HAVE_TERMIOS.
2443 * Various: Remove all use of TIOC*_BROKEN.
2444
eed6de01
PS
2445Wed Jun 30 12:20:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2446
2447 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define.
2448
2449Tue Jun 29 13:44:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2450
2451 * target.h (target_detach): Turn macro into function.
2452 * target.c (target_detach): Define it, do deferred register stores
2453 before calling the real target function.
2454
76a1bd4c
PS
2455Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2456 and Jim Kingdon (kingdon@cygnus.com)
2457
2458 * symtab.h (BLOCK_SHOULD_SORT): Do not sort blocks corresponding to
2459 a function to avoid printing of function arguments in wrong order
2460 due to sorting.
2461 * symfile.c (compare_symbols): Remove code for sorting arguments
2462 as blocks containing arguments are no longer sorted.
2463 * symtab.c (lookup_block_symbol): Update comment accordingly.
2464
a8c25621
JK
2465Tue Jun 29 11:02:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2466
64b09778
JK
2467 * config/pa/tm-hppa.h: Remove unused ARGS_GROW_DOC.
2468 (REG_STRUCT_HAS_ADDR): Add comment.
2469
a8c25621
JK
2470 * infrun.c (wait_for_inferior): Use find_pc_line not find_pc_symtab
2471 to check whether there is line number information.
2472
77641260
DZ
2473Tue Jun 29 08:29:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2474
fe76016a
DZ
2475 * remote-udi.c: Fix docstring so that it compiles.
2476
a8c25621
JK
2477 * remote-mips.c, remote-nindy.c: move bfd.h before symfile.h
2478 (for file_ptr).
77641260 2479
d63aae7f
JK
2480Tue Jun 29 09:11:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2481
fd09c963
JK
2482 * dbxread.c (process_one_symbol): If we find a LOC_BLOCK where we
2483 don't expect it, change it to LOC_STATIC so at least we don't coredump.
2484
2485 * c-typeprint.c (c_type_print_base): Don't error() on invalid type.
2486
a8c25621 2487 * symtab.h: Add comments about line numbers.
d63aae7f
JK
2488 * source.c (identify_source_line): Fix off by one bug with line.
2489
6b9561a4
JK
2490Mon Jun 28 10:09:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2491
c702007b
JK
2492 * printcmd.c (makeva*): New interface, for making a va_list.
2493 (printf_command): Use it.
2494 * config/m88k/xm-delta88.h: Remove VPRINTF define, not needed.
2495 * config/pa/xm-pa.h: New file.
2496 * config/pa/xm-hppa{b,h}.h: Include it.
2497
6b9561a4
JK
2498 * xcoffread.c: Remove obsolete NO_TYPEDEFS comment.
2499
be2860fb
PS
2500Sun Jun 27 08:54:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2501
2502 * valprint.c (val_print_type_code_int): Fix off by one error with
2503 eliminating leading zeroes for large little endian integers.
2504
ee0d1b65
JK
2505Sun Jun 27 08:58:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2506
42280556
JK
2507 * config/mips/riscos.mh (CC): Use -systype sysv.
2508
68d2db62
JK
2509 * ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section.
2510
ee0d1b65
JK
2511 * Makefile.in (ALLPARAM): Add config/mips/{x,n}-{news-mips,riscos}.h.
2512
751b4006
JK
2513Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2514
2515 * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
2516 CALL_DUMMY between different 68k machines.
2517
ea7f0a9f
SG
2518Fri Jun 25 17:02:45 1993 Stu Grossman (grossman at cygnus.com)
2519
2520 * gdbserver/Makefile.in: Add dependancies on server.h.
2521 * gdbserver/remote-gutils.c: Remove lots of unused functions and
2522 variables.
2523 * gdbserver/remote-inflow.c: Remove lots of unused variables and
2524 #includes. Also, use PTRACE_* symbols instead of constants.
2525 (mywait): Surround calls to wait() with enable/disable_async_io()
2526 so that we can be interrupted from GDB while waiting for the
2527 child. Also, handle child exit more gracefully.
2528 * gdbserver/remote-server.c: Remove lots of unused variables.
2529 Move all extern defs into server.h. Redo main loop so that
2530 failure from getpkt() causes communications to be re-established.
2531 Fix 'k' command so that it restarts the child.
2532 * gdbserver/remote-utils.c: Remove lots of unloved vars and
2533 subrs. Move many extern decls into server.h. (remote_open): For
2534 tcp, seperate usage of proto fd from connected fd. Close proto
2535 fd after getting connection. (putpkt/getpkt): Pay attention to
2536 errors when reading/writing. Report these to the caller. New
2537 routines input_interrupt/enable_async_io/disable_async_io to make
2538 it possible to get an I/O interrupt when data arrives from the
2539 comm link.
2540 * serial.h: New file to contain common defs for all remote files.
2541
a037b21e
SG
2542Fri Jun 25 17:02:45 1993 Stu Grossman (grossman at cygnus.com)
2543
2544 * remote.c: Add arg names to prototypes, in a modest effort at
2545 clarification. Also add prototypes for some new functions.
2546 * (remote_wait): Better error reporting for 'T' responses.
2547 * ser-go32.c (strncasecmp): Make str1 & str2 be const.
2548 * (dos_async_init): Make usage message reflect requested port #.
2549 * ser-tcp.c (tcp_open): Terminate hostname properly to prevent
2550 random hostname lookup failures. Add nicer message for unknown
2551 host error. (wait_for): Wake up in case of exceptions. Also,
2552 restart select() if we got EINTR.
2553 * ser-unix.c (wait_for): Restart select() if we got EINTR.
2554 * serial.c: (serial_close): Clean up code.
2555
ea7f0a9f
SG
2556Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2557
2558 * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
2559 CALL_DUMMY between different 68k machines.
2560
a38b1233
JK
2561Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2562
f3fe62b1
JK
2563 * Makefile.in (*.tab.c): Use ./c-exp.tab.c not just c-exp.tab.c.
2564 Make comment explaining this comprehensible.
2565 (TAGFILES): Include ALLDEPFILES.
2566 (ALLDEPFILES): udi2soc.c and udr.c are in 29k-share/udi, not
2567 29k-share/udi/udi.
2568 (update-alldeps): Remove; obsolete.
2569
e50ebec8
JK
2570 * remote.c: Move comments regarding packets to top of file with the
2571 rest of the protocol comments.
2572 Fix incorrect description of 'T' response.
2573
3576a412
JK
2574 * README (Reporting Bugs): Refer people to the GDB manual.
2575
7e71985c
JK
2576 * c-valprint.c (c_val_print): Handle TYPE_CODE_BOOLEAN.
2577 * stabsread.c: Type -16 is 4 bytes.
2578
a38b1233
JK
2579 * remote-udi.c: Improve docstring.
2580
872dd3fe
FF
2581Fri Jun 25 11:16:31 1993 Fred Fish (fnf@cygnus.com)
2582
a38b1233
JK
2583 * elfread.c (elf_symfile_read): Call bfd_elf_find_section, not
2584 bfd_elf32_find_section, to track bfd changes.
872dd3fe 2585
f75ad5da
JK
2586Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2587
2588 * config/mips/riscos.mh (REGEX{,1}, MUNCH_DEFINE, MH_CFLAGS): Define.
ef3986bb 2589 * config/mips/xm-riscos.h: Define USG.
f75ad5da 2590
a32ebcfd
JK
2591Thu Jun 24 14:52:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2592
2593 * main.c (filename_completer): Don't complete to files ending in ~.
2594
2595 * NEWS: Mention filename completion and "info line" enhancements.
2596
2597 * main.c (symbol_completion_function): On "info t foo", return NULL,
2598 don't error().
2599
2600 * main.c (symbol_completion_function): Don't use readline word
2601 breaking. Use new calling convention for c->completer and
2602 complete_on_cmdlist.
2603 * command.h (struct command): Change arguments; now the text passed
2604 to completer does not have any word breaking done. New arg word.
2605 * symtab.{c,h} (make_symbol_completion_list): Do word breaking. Take
2606 word argument.
2607 * {main.c,gdbcmd.h} ({filename,noop}_completer): Take word argument.
2608 * command.{c,h} (complete_on_cmdlist): Take word argument.
2609
2610 * command.c (lookup_cmd_1): Doc fix.
2611
b8774958
RP
2612Thu Jun 24 13:26:04 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2613
2614 * Makefile.in (OP_INCLUDE): define.
2615 (OPCODE_CFLAGS): use OP_INCLUDE.
2616
2617 * config/i386/ncr3000.mh, config/i386/i386v4.mh,
2618 config/i386/i386sol2.mh, config/m68k/hp300hpux.mh,
2619 config/m68k/amix.mh, config/mips/irix[34].mh,
2620 config/m88k/delta88.mh, config/sparc/sun4sol2.mh (ALLOCA,
2621 ALLOCA1): macros removed.
2622
2623 * config/mips/decstation.mh, config/rs6000/rs6000.mh
2624 (MMALLOC_LIB): renamed to MMALLOC.
2625
4ae030b9
JK
2626Wed Jun 23 00:25:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2627
2628 * partial-stab.h: Consolidate case statements for N_LSYM and N_FUN.
2629 * dbxread.c: Change comment regarding acc.
2630
c2df19bd
RP
2631Wed Jun 23 15:04:54 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2632
7ae7b919
RP
2633 Makefile overhaul dropping autodepend features.
2634 * Makefile.in: many comment changes. forced consistent use of $()
2635 for makefile variables references. dropped leading ./ in file
2636 references. Drop $(srcdir)/ prefix on all dependencies.
2637 Inserted contents of alldeps.mak and depend.
b8774958 2638 (INCLUDE_CFLAGS): defined as new macro for getting libiberty's
7ae7b919
RP
2639 include directory into the compilation line.
2640 (GDB_CFLAGS): new macro to take up the semantic previously held
2641 by INCLUDE_CFLAGS.
2642 (LIBIBERTY): dropped ancient subdir macro. I last removed this
2643 macro in feb of '92. How does it keep coming back?
2644 (MMALLOC_LIB): renamed to MMALLOC.
2645 (BFD_SRC_DIR): renamed to BFD_SRC.
2646 (BFD_OBJ_DIR): renamed to BFD_DIR.
2647 (BFD_LIB): renamed to BFD.
2648 (BFD_INCLUDES): renamed to BFD_CFLAGS.
2649 (READLINE_DIR): now represents object directory.
2650 (RL_LIB): renamed to READLINE.
2651 (READLINE_SRC, READLINE_CFLAGS, OPCODES, OPCODES_CFLAGS): new
2652 macros.
2653 (INTERNAL_CFLAGS): added GDB_CFLAGS, OPCODES_CFLAGS,
2654 READLINE_CFLAGS, BFD_CFLAGS. Dropped USER_CFLAGS.
2655 (LDFLAGS): removed default assignment.
2656 (TEXIDIR, INCLUDE_DEP, MMALLOC_DIR, MMALLOC_DEP, BFD_DEP,
2657 READLINE_DEP, LIBIBERTY_DIR, TESTS, depend, STAGESTUFF): unused, so removed.
2658 (ALLOCA1, ALLOCA): removed all references. alloca is now in
2659 libiberty.
2660 (VERSION): unilaterally and arbitrarily bumped to 4.9.3.
2661 (SFILES, NONSRC, HFILES, ALLDEPFILES, ALLPARAM, ALLCONFIG):
2662 removed all $(srcdir) prefixes.
2663 (getopt_h, ieee-float_h, bfd_h, wait_h, dis-asm_h): new macros
2664 for potential dependencies. commented out by default.
2665 (readline_headers, udiheaders): convenient abbreviations.
2666 (gdbcore_h, frame_h, symtab_h, gdbtypes_h, expression_h,
2667 value_h, breakpoint_h, command_h, gdbcmd_h, defs_h, inferior_h):
2668 new macros used for header file dependencies.
2669 (install-info, clean-info): collapse into the info rule.
2670 (install): now depends on all.
2671 (install-only): new target for installing without depending on
2672 all.
2673 (uninstall): new target.
2674 (config-check, config-check-hosts, config-check-targets): added
2675 fixme comments.
2676 (ch-exp.tab.c, m2-exp.tab.c): added artificial dependencies in
2677 order to force parallel makes into keeping these rules separate.
2678 * configure.in: omit cat'ing depend file onto generated Makefile.
2679 * alldeps.mak, depend: removed.
2680
baa38372
RP
2681 * inferior.h: remove redundant include of symtab.h which is
2682 included in value.h via breakpoint.h.
2683
fbca7519
RP
2684 * alloca.c: removed. alloca is now in libiberty.
2685
88607839
RP
2686 * config/m88k/delta88.mh, config/ns32k/merlin.mh (M_UNINSTALL):
2687 new macro to undo what M_INSTALL does.
c2df19bd 2688
29f3879c
JK
2689Wed Jun 23 00:25:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2690
4ae030b9
JK
2691 * config/ns32k/{merlin.mh,xm-merlin.h}: Be consistent about name
2692 of gdb-sh.
6ffbfcc2 2693
ec06a3cb
JK
2694 * dbxread.c (copy_pending): Change name and function of begi argument
2695 to endi, since that is what the caller needs.
2696
853a233b
JK
2697 * Makefile.in (TAGFILES): Don't include YYFILES.
2698
2699 * Makefile.in (HFILES): Include monitor.h.
2700
2701 * Makefile.in: Include text that used to be in alldeps.mak.
2702 Remove config/mips/{bigmips.mh,xm-bigmips} from it.
2703 * Makefile.in, configure.in: Remove all traces of alldeps.mak.
2704
29f3879c
JK
2705 * main.c (main): Print help message on stdout not stderr
2706 per standards.texi.
2707 New option --version per standards.texi.
2708 In help message, show long options with "--" not "-".
2709 Don't try to print help message or version until after we have
2710 called initialize_all_files.
2711
9ddfb9eb
JK
2712Tue Jun 22 03:15:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2713
15d4eb21
JK
2714 * solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol.
2715 (solib_add): Call special_symbol_handling once, not once per library.
2716
59ba57da
JK
2717 * procfs.c (procfs_resume): Don't pass a SIGTSTP whose action
2718 is SIG_DFL.
2719
2720 * procfs.c (procfs_resume): Skip the unnecessary PRSVADDR on all
2721 systems, not just Solaris.
2722
9ddfb9eb
JK
2723 * stabsread.c: Include <ctype.h>.
2724
3768398d
JK
2725Mon Jun 21 16:09:46 1993 Jim Kingdon (kingdon@cygnus.com)
2726
2727 * fork-child.c (fork_inferior): Quote exec_file so it can contain
2728 funky characters.
2729
68eabdd3
FF
2730Mon Jun 21 16:56:47 1993 Fred Fish (fnf@cygnus.com)
2731
2732 * Makefile.in (INCLUDE_CFLAGS): Add BFD_INCLUDES for now, since
2733 bfd.h is included by target.h, which most of gdb includes.
2734 * depend: Hand remove BFD_INCLUDES from ${CC} lines, now that
2735 it's in INCLUDE_CFLAGS.
2736
c96d68c2
JK
2737Mon Jun 21 16:09:46 1993 Jim Kingdon (kingdon@cygnus.com)
2738
2c7ab4ca
JK
2739 * config/i386/*aix*, i386aix-nat.c: New files.
2740 * configure.in: Use them.
c96d68c2 2741 * alldeps.mak: List them.
2c7ab4ca
JK
2742 * coffread.c (decode_base_type): Deal with anonymous enum type.
2743 * i387-tdep.c (print_387_status_word): Add comment re "top".
2744 * i386-tdep.c [I386_AIX_TARGET] (i386_extract_return_value): New func.
2745 * dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*. Define them if and
2746 only if not defined by a header file.
2747 * mipsread.c: Don't define L_SET or L_INCR.
c96d68c2 2748
200a3470
FF
2749Mon Jun 21 15:10:07 1993 Fred Fish (fnf@cygnus.com)
2750
2751 * Makefile.in (BFD_INCLUDES): Bfd.h is now back in bfd build dir.
2752 * depend: Hand updated to match.
2753
089dc220
JK
2754Sun Jun 20 13:11:11 1993 Jim Kingdon (kingdon@cygnus.com)
2755
2756 * stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_.
2757 (read_cpp_abbrev): Don't complain specially for $_. Also return 0 if
2758 we don't recognize the abbrev.
2759
2a4e8cc3
JK
2760Sun Jun 20 00:24:41 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2761
2762 * solib.c (solib_add_common_symbols): Add comment about performance.
2763
e64ec645
JK
2764Fri Jun 18 12:37:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2765
ee06f230
JK
2766 * config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.
2767 * configure.in (mips-*-sysv*): Use riscos for host, bigmips for target.
2768
b487ba2e
JK
2769 * config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.
2770 * config/mips/{bigmips.mh,xm-bigmips.h}: Remove.
2771 * configure.in (mips-sony-*): Use news-mips for host.
2772
e64ec645
JK
2773 * buildsym.h: Doc fix for processing_acc_compilation.
2774
8715a9f3
JK
2775Thu Jun 17 19:57:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2776
2777 * printcmd.c (print_formatted): Don't use tab in wrap_here arg.
2778
fc61e9ee
JK
2779Thu Jun 17 17:29:30 1993 Jim Kingdon (kingdon@lisa.cygnus.com)
2780
2781 * Makefile.in (INTERNAL_CFLAGS): Include ../include as well as
2782 ${srcdir}/../include.
2783
2784 * config/m88k/xm-delta88.h: Comment out unused defines which conflict
2785 with system headers.
2786 * printcmd.c (printf_command): Cast second arg to vprintf to PTR.
2787 Use VPRINTF macro if defined.
2788 * config/m88k/xm-delta88.h: Define VPRINTF. Include <sys/siginfo.h>.
2789 Define TIOC{GETC,GLTC}_BROKEN.
2790 * m88k-nat.c: Uncomment include of <sys/ptrace.h>.
2791 * main.c: Rename initialize_{main,cmd_lists,history} to init_* to
2792 make things easier on munch (apparently this matters on
2793 the delta88 with svr3).
2794
c8fee4a5
DZ
2795Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
2796
2797 * Makefile.in: canonicalize install.sh; for use within
2798 this directory (and subdirs)
2799
2800Tue Jun 15 17:01:23 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2801
2802 * Makefile.in: remove parentdir support; use INSTALL_XFORM
2803
7ccb1e44
SC
2804Thu Jun 17 15:08:35 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2805
2806 * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New
2807 host.
2808 * sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard
2809 wired (and wrong) constant.
2810 * values.c (unpack_long): Add case to unpack when target object is
2811 sizeof(int).
2812 * config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the
2813 simulator defines.
2814
1c5d6049
RP
2815Wed Jun 16 16:08:18 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2816
21cc14d8
RP
2817 * NEWS: tracking user visible changes starting with
2818 vxworks-timeout.
2819
1c5d6049
RP
2820 * remote-vx.c (_initialize_vx): rename user settable option from
2821 rpcTimeout to vxworks-timeout.
2822
3ef6f604
FF
2823Wed Jun 16 12:21:49 1993 Fred Fish (fnf@cygnus.com)
2824
53f0969b
FF
2825 * Makefile.in (depend): More makefile diddling.
2826 * alldeps.mak, depend: Update to latest automatically built
2827 versions.
2828
3ef6f604
FF
2829 * Makefile.in (depend): Bfd.h keeps moving, keep up with it.
2830 * alldeps.mak, depend: Update to latest automatically built
2831 versions.
2832
56894788
RP
2833Tue Jun 15 12:26:05 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2834
2835 * remote-vx.c: include gdbcmd.h for setlist.
2836 (_initialize_vx): make rpcTimeout user settable.
2837
3a6249b1
JK
2838Mon Jun 14 09:23:51 1993 Jim Kingdon (kingdon@cygnus.com)
2839
bd50d1b0 2840 * main.c, gdbcmd.h: Add function filename_completer.
df0f0dcc
JK
2841 * main.c, symfile.c, source.c, exec.c, core.c: Use it for
2842 "directory", "source", "cd", "symbol-file" "add-symbol-file",
2843 "load", "file", "exec-file", "core-file" commands.
2844 (But '/' is a word break, limiting usefulness; see comments).
bd50d1b0
JK
2845
2846 * source.c (mod_path): Warning not error if can't find directory.
2847
3a6249b1
JK
2848 * isi-xdep.c: New file.
2849 * config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o
2850
9748446f
JK
2851Sun Jun 13 09:17:48 1993 Jim Kingdon (kingdon@cygnus.com)
2852
f92d5249
JK
2853 * config/m68k/xm-news.h: Include <sys/param.h>.
2854
dbbf9508
JK
2855 * m88k-tdep.c (IEEE_isNAN): Remove.
2856 config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0. This was the same
2857 broken isNAN as on the mips.
2858
198133b9
JK
2859 * valprint.c (_initialize_valprint): Use c->function.sfunc not just
2860 c->function.
2861
a5e6391b
JK
2862 * dbxread.c (process_one_symbol): If SUN_FIXED_LBRAC_BUG is not
2863 defined, don't worry about Sun's silly LBRAC bug.
2864 * config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0.
2865
2866 * dbxread.c (process_one_symbol): If there's a symbol before an
2867 N_SO, don't error().
2868 (case N_BCOMM): complain () not error ().
2869
9748446f
JK
2870 * defs.h, main.c (catch_errors): Add return_mask arg.
2871 stack.c (print_frame_info): Pass RETURN_MASK_ERROR.
2872 other callers: Pass RETURN_MASK_ALL.
2873 (return_to_top_level), callers: Add return_reason arg.
2874 * utils.c (quit):
2875 Use return_to_top_level (RETURN_QUIT) instead of error ().
2876 * main.c (main), tm-nindy960.h (ADDITIONAL_OPTION_HANDLER):
2877 Use SET_TOP_LEVEL not setjmp (to_top_level).
2878 * remote-nindy.c: Use catch_errors not setjmp (to_top_level).
2879
6e6656cc
JK
2880Sat Jun 12 14:40:54 1993 Jim Kingdon (kingdon@cygnus.com)
2881
ff56144e
JK
2882 * solib.c (solib_create_inferior_hook) [SVR4_SHARED_LIBS]:
2883 Don't try to get the debug base yet.
2884
8357834f
JK
2885 * dbxread.c (process_one_symbol): Set n_opt_found based on whether
2886 a non-gcc N_OPT symbol is found. Make SUN_FIXED_LBRAC_BUG a macro
2887 which returns 0 or 1 to say whether to do it.
2888 * config/sparc/sun4{sol2,os4}.h
2889 (SUN_FIXED_LBRAC_BUG,VARIABLES_INSIDE_BLOCK): Use n_opt_found so
2890 the right thing happens for both acc and SunOS4 /bin/cc.
2891
2892 * valprint.c (print_hex_chars): Use local_hex_format_{pre,suf}fix.
2893 * printcmd.c (print_scalar_formatted): Use val_print_type_code_int.
2894
6e6656cc
JK
2895 * mips-tdep.c: Remove isa_NAN; it assumed sizeof(host int) == 4 and
2896 probably contained byte-order sins too.
2897 config/mips/tm-mips.h (INVALID_FLOAT): Define to 0 like most machines.
2898 The IEEE_FLOAT code in print_floating takes care of it.
2899
ce13daa7
FF
2900Sat Jun 12 14:47:04 1993 Fred Fish (fnf@cygnus.com)
2901
2902 * Makefile.in (VERSION): Bump to 4.9.2.
2903 * c-valprint.c (c_val_print): For array of chars printed with
2904 string syntax, don't print the address of the array. From
2905 bothner@cygnus.com.
2906 * c-exp.y (yylex): Recognize '.' as indicating a floating point
2907 number regardless of the radix. From wilson@cygnus.com.
2908 * valprint.c (set_input_radix_1, set_output_radix_1): New
2909 prototypes and functions that do the actual radix setting work.
2910 * valprint.c (set_radix, set_output_radix, set_input_radix):
2911 Rewrite to use set_input_radix_1 and set_output_radix_1.
2912 * valprint.c (initialize_valprint): Enable commands to
2913 independently set and show input and output radices.
2914 * valprint.c (show_radix): New prototype and function that
2915 handles separate input and output radices.
2916
112087ed
KR
2917Fri Jun 11 18:39:38 1993 Ken Raeburn (raeburn@cygnus.com)
2918
2919 Patches from Jeff Law, law@cs.utah.edu:
2920 * hppa-pinsn.c: Now uses disassembler from opcode library,
2921 this contains only the stub function print_insn.
2922
57cb418a
RP
2923Fri Jun 11 15:19:59 1993 K. Richard Pixley (rich@cygnus.com)
2924
2925 * main.c (main): back to two periods for elipse.
2926 (print_gdb_version): revised format for configuration info.
2927
ce13daa7
FF
2928Fri Jun 11 10:24:35 1993 Fred Fish (fnf@cygnus.com)
2929
2930 * defs.h (INT_MAX): Cast unsigned shift result to int.
2931
574dac8e
JK
2932Fri Jun 11 10:17:41 1993 Jim Kingdon (kingdon@cygnus.com)
2933
2934 * dbxread.c (process_one_symbol): Rather than having
2935 BLOCK_ADDRESS_FUNCTION_RELATIVE a macro, make it a variable which
2936 is true if we are doing stabs-in-elf, false otherwise.
2937 config/sparc/tm-sun4sol2.h: Don't define it.
2938
f63f30e2
ILT
2939Fri Jun 11 13:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
2940
2941 * remote-mips.c (mips_send_packet): Don't print garbage character
2942 in debugging info.
2943 (mips_request): Don't check that remote pid is 0, because
2944 sometimes it isn't.
83909c43
ILT
2945 (mips_fetch_registers): Pass a pointer to SWAP_TARGET_AND_HOST,
2946 not an integer.
f63f30e2 2947
91c87211
JK
2948Fri Jun 11 10:17:41 1993 Jim Kingdon (kingdon@cygnus.com)
2949
c94e7e75
JK
2950 * stack.c (print_frame_info): Use catch_errors around print_frame_args.
2951
702c0ff7
JK
2952 * Makefile.in (install): Don't depend on gdb.
2953
91c87211
JK
2954 * Rename remote-es1800.c to remote-es.c
2955 and remote-st2000.c to remote-st.c for 14-char filenames.
2956 config/m68k/{es1800,st2000}: Use the new names.
2957
2958 * mips-tdep.c (isa_NAN): Don't return true on -0.
2959
dd577ca5
FF
2960Fri Jun 11 10:24:35 1993 Fred Fish (fnf@cygnus.com)
2961
2962 * defs.h (INT_MAX): Cast unsigned shift result to int.
2963
a608f919
FF
2964Thu Jun 10 13:26:41 1993 Fred Fish (fnf@cygnus.com)
2965
2966 * elfread.c (elf_symtab_read): Add bfd section address to bfd
2967 symbols, now that they are section relative.
2968 * solib.c (bfd_lookup_symbol): Ditto.
2969
2970Thu Jun 10 10:56:56 1993 Jim Kingdon (kingdon@cygnus.com)
2971
2972 * Makefile.in (depend): Add bfd -I's for paread.c and xcoffexec.c
2973 depend: Updated accordingly.
2974
39d4639b
JK
2975Wed Jun 9 16:08:44 1993 Jim Kingdon (kingdon@cygnus.com)
2976
2977 * Makefile.in (*.tab.c): Use mv for atomic update.
2978
2979 * Makefile.in ({dist,real}clean): Also remove nm.h.
2980 (realclean): Also remove ${TESTS}, y.output, yacc.{acts,tmp}.
2981 (distclean): Don't rebuild *.tab.c or TAGS.
2982
fa48972a
RP
2983Wed Jun 9 12:56:58 1993 K. Richard Pixley (rich@cygnus.com)
2984
90494078
RP
2985 * Makefile.in (version.c): add host and target names to version.c.
2986 * main.c (main): print three periods for the elipse.
2987 (print_gdb_version): also print configuration.
2988
a29be236
RP
2989 * udi/udiids.h, udi/udip2soc.c, udi/udiphcfg.h, udi/udiphunix.h,
2990 udi/udiproc.h, udi/udipt29k.h, udi/udiptcfg.h, udi/udisoc.h,
2991 udi/udr.c: Change AMD copyrights to FSF copyleft '93.
2992
2993 * remote-eb.c (get_hex_regs, eb_fetch_registers), remote-adapt.c
2994 (get_hex_regs, adapt_fetch_registers): cast args to
2995 supply_register to avoid gcc warning.
2996
0b3556fe
RP
2997 * config/a29k/a29k.mt (TDEPFILES): drop minimon support. It
2998 doesn't compile on solaris and is now obsolete.
2999
fa48972a
RP
3000 * config/sparc/sun4os4.mh (XM_CLIBS): remove -lresolv. This
3001 breaks stock sunos installations.
3002
b01c21d0
JK
3003Wed Jun 9 06:14:33 1993 Jim Kingdon (kingdon@cygnus.com)
3004
4640902b
JK
3005 * m68k-stub.c: Add comment about frame cache.
3006
b01c21d0
JK
3007 * target.h (target_store_registers): Doc fix re error handling.
3008
3009 * findvar.c (write_register): Call SWAP_TARGET_AND_HOST regardless
3010 of register_valid[regno].
3011
9745ba07
JK
3012Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
3013
3014 * symtab.h, dwarfread.c: Doc fix re dependencies.
3015
f7630ec9
RS
3016Tue Jun 8 17:54:09 1993 Rob Savoye (rob@rtl.cygnus.com)
3017
3018 * serial.c (serial_close): If scb is NULL, don't try to close
3019 it.
1f72a94a 3020 * configure.in: Add support for rom68k and bug boot monitors.
f7630ec9 3021
df14b38b
SC
3022Tue Jun 8 17:39:12 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
3023
3024 * coffread.c (init_stringtab): Fix bug where sizeof(long) != 4.
3025 * gdbcore.h, core.c (read_memory_unsigned_integer): New function.
3026 * findvar.c (read_register, write_register): Fix thinko where
3027 sizeof(host long) != sizeof(target int).
3028 * h8300-tdep.c: Use new read_memory_unsigned_integer call.
3029 * sh-tdep.c (_initialize_sh_tdep): Add memory_size command.
3030
e7ac0161
JK
3031Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
3032
3033 * Move config/m68k/tm-m68k.h (FRAME_FIND_SAVED_REGS) to
3034 m68k-tdep.c (m68k_find_saved_regs). Don't duplicate code between
3035 68881 and non-68881 cases. Check for a pair of movel instructions.
d9e5694c 3036
75c319ff
RP
3037Tue Jun 8 14:52:55 1993 K. Richard Pixley (rich@sendai.cygnus.com)
3038
54d44c8c
RP
3039 First cut at sparc-vxworks targetting.
3040 * config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt: new files.
3041 * configure.in: sparc-vxworks gdb_target now vxsparc.
3042
45d8db87 3043 * remote-eb.c, remote.c: symfile.h requires bfd.h so include it.
75c319ff 3044
683bf9b5
JK
3045Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
3046
3047 * config/m68k/xm-news.h: add "extern int errno".
3048
35799202
RP
3049Tue Jun 8 13:45:07 1993 K. Richard Pixley (rich@sendai.cygnus.com)
3050
3051 * remove-vx.c (vx_read_register, vx_write_register): collapse
3052 ifdef I80960 else (assumes) m68k into parameterizable macros
3053 VX_NUM_REGS and VX_SIZE_FPREGS.
3054 * config/m68k/tm-vx68.h, config/i960/tm-vx960.h (VX_NUM_REGS,
3055 VX_SIZE_FPREGS): new definitions.
3056
6b27ebe8
JK
3057Tue Jun 8 11:08:29 1993 Jim Kingdon (kingdon@cygnus.com)
3058
3059 * symfile.{c,h} (generic_load): New function.
3060 remote{,-nindy,-eb,-mips}.c: Use it.
3061
a5d61570
SG
3062Mon Jun 7 20:07:30 1993 Stu Grossman (grossman@cygnus.com)
3063
3064 * Makefile.in (depend): More sed gubbish to deal with
3065 ../bfd/bfd.h being generated during the build.
3066 * depend: Re-done with corrected makefile.
3067
6f4a4fbb
FF
3068Mon Jun 7 16:32:05 1993 Fred Fish (fnf@cygnus.com)
3069
3070 * Makefile.in (BFD_SRC_DIR): Renamed def and usages from BFD_DIR.
3071 * Makefile.in (BFD_OBJ_DIR): New definition for the bfd build
3072 directory to find automatically generated header files and library.
3073 * Makefile.in (BFD_LIB): Use BFD_OBJ_DIR.
3074 * Makefile.in (LINTFLAGS): Include BFD_OBJ_DIR.
3075 * Makefile.in (saber_gdb): Include BFD_OBJ_DIR.
3076 * Makefile.in (depend): Include BFD_OBJ_DIR in gcc args.
3077 * Makefile.in (paread.o, xcoffexec.o): Remove, now in depend.
3078 * depend, alldeps.mak: Rebuild after Makefile.in changes.
3079
3080Fri Jun 4 10:18:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3081
3082 * configure.in: change lynx support to CPU-*-lynxos*
3083
3084 * Makefile.in (subdir_do): change test from existence of directory
3085 to existence of Makefile (the directory may exist but not be configured)
3086
3087Thu Jun 3 01:18:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3088
3089 * config/sparc/xm-sun4sol2.h: define MEM_FNS_DECLARED
3090
761d5a4b
ILT
3091Fri Jun 4 10:43:33 1993 Ian Lance Taylor (ian@cygnus.com)
3092
3093 * configure.in (mips-idt-ecoffl*): New target; use idtl.
3094 (mips-idt-ecoff*): Added trailing '*'.
3095 * config/mips/idtl.mt: New file; like idt.mt, but little endian.
3096
452b4b00
SG
3097Thu Jun 3 17:36:56 1993 Stu Grossman (grossman@cygnus.com)
3098
3099 * ser-go32.c: Clean up lots of compilation nits.
3100
e835b5e7
SG
3101Thu Jun 3 14:44:57 1993 Stu Grossman (grossman@cygnus.com)
3102
3103 * Patches from Jeffrey Law <law@cs.utah.edu>.
3104 * hppab-nat.c: Eliminate unnecessary ifdefs for
3105 FETCH_INFERIOR_REGISTERS, CANNOT_FETCH_REGISTER, and
3106 CANNOT_STORE_REGISTER.
3107 (fetch_register): Delete code to handle CANNOT_FETCH_REGISTER.
3108 * hppa-pinsn.c: Support 'I', 'J', and 'K' in output
3109 templates for 1.1 FP computational instructions.
3110
3af7fb94
SG
3111Thu Jun 3 03:34:49 1993 Stu Grossman (grossman@cygnus.com)
3112
bd91ddd1
SG
3113 * Makefile.in: Remove ser-tcp.[co]. (Use XDEPFILES instead.)
3114 * alldeps.mak, depend: Rebuild to account for ser-tcp.
3115 * config/sparc/sun4os4.mh: Add ser-tcp to XDEPFILES.
3116 * gdbserver/Makefile.in (gdbserver): Use -lbsd.
3117 * gdbserver/remote-inflow{-sparc}.c (create_inferior): Don't use a
3118 shell when running the child, as args have been expanded by the
3119 time we get here. Simplify calling convention.
3120 * gdbserver/remote-server.c (main): Use new calling convention
3121 for create_inferior, remove defunct code for coalescing argv.
3122 Remove extra calls to mywait(), as we no longer have to wade
3123 through a shell.
3124
3af7fb94
SG
3125 * target.c (target_read_memory_partial): Don't deref errnoptr
3126 when checking for null pointer.
3127
2b577349
JG
3128Wed Jun 2 19:58:46 1993 John Gilmore (gnu@cygnus.com)
3129
3130 * remote-es1800.c: Fix typo.
3131
68feeeed
FF
3132Tue Jun 1 21:22:39 1993 Fred Fish (fnf@cygnus.com)
3133
3134 * target.c (target_read_memory_partial): Like target_read_memory,
3135 but does partial reads, such as reads that bump into the end of
3136 the address space.
3137 * target.h (target_read_memory_partial): Add prototype.
3138 * valprint.c (PRINT_MAX_DEFAULT): New define, initial value 200.
3139 * valprint.c (val_print_string): Complete rewrite to fix bug with
3140 bumping into end of memory, avoiding unnecessarily long reads, and
3141 fixing bug when print_max is set to 0 (unlimited print length).
3142 * valprint.c (_initialize_valprint): Use PRINT_MAX_DEFAULT to
3143 initialize print_max.
3144
c1128340
RS
3145Tue Jun 1 18:11:35 1993 Rob Savoye (rob at darkstar.cygnus.com)
3146
3147 * configure.in: Add support for rom68k and bug boot monitors.
3148
574a2a49
JK
3149Mon May 31 10:37:04 1993 Jim Kingdon (kingdon@cygnus.com)
3150
6119aeeb
JK
3151 * printcmd.c (print_scalar_formatted): Print integers bigger than
3152 LONGEST in hex no matter how big, and no matter what the format
3153 and size.
3154
3155 * stabsread.c (read_type): Skip type attributes if present.
36bcda79 3156
574a2a49
JK
3157 * stabsread.c (read_huge_number): Don't accept '0' + radix as part
3158 of number, just through '0' + radix - 1.
3159
2707b48a
FF
3160Sun May 30 15:35:21 1993 Fred Fish (fnf@cygnus.com)
3161
8f1cc6c6
FF
3162 * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o.
3163
c701c14c
FF
3164 * {dbxread.c, dwarfread.c} (read_ofile_symtab): Rewrite to take
3165 single parameter, the pointer to the partial symtab, rather than
3166 a bunch of args that are derived from the partial symtab. Change
3167 prototypes and callers to match.
3168
2707b48a
FF
3169 * dbxread.c (read_ofile_symtab): Remove "#if 1" around code to
3170 set demangling style automatically.
3171 * defs.h (CPLUS_MARKER): Clarify comment that this is only for
3172 GNU C++, not C++ in general.
3173 * symtab.h (general_symbol_info): Simplify by eliminating one
3174 structure level for the language dependent info.
3175
86e3a5e4
FF
3176Sat May 29 15:59:29 1993 Fred Fish (fnf@cygnus.com)
3177
3178 * c-typeprint.c (c_type_print_base): Avoid dereferencing NULL
3179 names for TYPE_CODE_STRUCT and TYPE_CODE_UNION types.
3180 TYPE_CODE_ENUM was already testing for this.
3181
38dc5e12
SG
3182Fri May 28 17:18:05 1993 Stu Grossman (grossman@cygnus.com)
3183
3184 * Makefile.in: Add new file ser-tcp.c.
3185 * defs.h (memcmp): Add decl for memcmp to #ifndef MEM_FNS_DECLARED.
3186 * findvar.c (write_register): See if we are writing back the same
3187 value that's already in the register. If so, don't bother.
3188 * remote.c (putpkt, getpkt): Improve handling of communication
3189 problems.
3190 * ser-go32.c: Prototype it to death. Update serial_ops and add
3191 dummy routines where appropriate.
3192 * ser-tcp.c: New module to implement serial I/O via TCP
3193 connections.
3194 * ser-unix.c: Clean up getting/setting of tty state. Get rid of
3195 SERIAL_RESTORE, add SERIAL_{GET|SET}_TTY_STATE interfaces.
3196 * serial.c: Add start of support for connect command.
3197 (serial_open): Distinguish between tcp and local devices.
3198 * serial.h (struct serial_ops): Get rid of restore, add
3199 get_tty_state and set_tty_state. Define protoypes and macros for
3200 this mess.
3201 * gdbserver/remote-utils.c: Add tcp support. (readchar): Do
3202 some real buffering. Handle error conditions gracefully.
3203 * gdbserver/remote-inflow-sparc.c: Update to remote-inflow.c
3204 (Lynx), remove lots of cruft.
3205
633c8b0a
DZ
3206Fri May 28 17:24:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3207
3208 * printcmd.c (print_address_symbolic): turn this into an assigment
3209 instead of an initialization (many compilers don't accept
3210 structure initialization).
3211
860b4da3
JK
3212Thu May 27 16:56:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3213
3214 * xcoffread.c (read_xcoff_symtab): If several program csects in one
3215 source file, give them all the name of the source file, rather than
3216 the 2nd and subsequent ones having NULL names.
3217
b7ccd8e0
PS
3218Thu May 27 06:16:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3219
3220 * printcmd.c (print_address_symbolic): Append source filename and
3221 linenumber of the symbol if print symbol-filename is on.
3222 (initialize_printcmd): `set print symbol-filename'.
3223
185a1705
SG
3224Wed May 26 13:46:16 1993 Stu Grossman (grossman@cygnus.com)
3225
5fa46c42
SG
3226 * configure.in: Add config for Lynx target. Configure gdbserver
3227 only for Lynx. Re-do selective configuration of sparclite.
3228
185a1705
SG
3229 * gdbserver/{remote-gutils.c remote-server.c Makefile.in
3230 configure.in remote-inflow.c remote-utils.c}: New files to
3231 support GDB remote server. Currently only works for Lynx.
3232
3a594d72
JK
3233Wed May 26 10:28:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3234
59d69506
JK
3235 * stabsread.c (define_symbol, case 't'): Only set the name if it
3236 is not a pointer type.
3237
3238 * stabsread.c (define_symbol): Clean up logic; move the read_type
3239 calls to inside the switch statement (this improves the error
3240 handling).
3241
3a594d72
JK
3242 * mipsread.c (parse_symbol, parse_partial_symbols): Deal with Fortran
3243 common blocks.
3244
b9298844
JK
3245Tue May 25 20:44:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3246
43795ece
JK
3247 * printcmd.c (print_formatted, case 'i'): Pass a tab to wrap_here.
3248
3249 * source.c (line_info): Change "pc" to "address" in messages and
3250 use print_address for addresses.
3251
2f2a70e5
JK
3252 * source.c (line_info): If we don't find a symtab, print more useful
3253 output, including the symbolic address.
3254
b9298844
JK
3255 * source.c (line_info): If --fullname, display the source.
3256 (identify_source_line), callers: Take pc as argument, rather than
3257 assuming innermost frame (emacs doesn't use this, so no one ever
3258 noticed).
3259 * symtab.h: Declare frame_file_full_name.
3260 * main.c: Don't.
3261
aea2312b
BK
3262Tue May 25 15:30:43 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
3263
3264 * breakpoint.c (catch_command_1): Fix typo in error msg.
3265
6b346f51
KR
3266Tue May 25 16:05:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
3267
3268 * elfread.c (elf_symfile_read): Update ELF structure and routine
3269 names to specify 32-bit versions.
3270 (elf_symtab_read): Retrieve size field directly from symbol,
3271 instead of using old kludge.
3272
3273 * mips-pinsn.c (print_insn): Cast address to bfd_vma before
3274 calling opcodes library.
3275 * z8k-tdep.c (print_insn): Likewise.
3276
ea753d03
JK
3277Tue May 25 13:06:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3278
3279 * stabsread.c: Remove all uses of error(). Make error_type and
3280 read_type_number static.
3281 (define_symbol): Don't try to deal with a missing symbol
3282 descriptor which isn't followed by digit, '(', or '-'.
3283 * stabsread.h: Don't declare read_type_number here.
3284 * gdbtypes.h: Don't declare error_type here.
3285 * xcoffread.c: Remove NO_TYPEDEFS code.
3286
619ccb24
ILT
3287Tue May 25 09:33:16 1993 Ian Lance Taylor (ian@cygnus.com)
3288
3289 * mips-tdep.c: Removed #include of many header files, and #define
3290 of MIPSMAGIC; no longer used.
3291
30ffb593
JK
3292Tue May 25 09:36:13 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3293
6fe90fc8
JK
3294 * Many places: replace "the inferior" in messages with "the program"
3295 or "the program being debugged".
ea753d03 3296 * inflow.c (try_writing_regs): Remove; it's been #if 0'd forever
6fe90fc8
JK
3297 and I'm getting sick of maintaining it.
3298
30ffb593
JK
3299 * config/i386/linux.mh: Don't use \ newline; the awk scripts don't
3300 support it.
3301
3302 * config/i386/go32.mh: Define SER_HARDWIRE.
3303 * Makefile.in: Define SER_HARDWIRE.
3304 (DEPFILES): Use it.
3305 (alldeps.mak): Add SER_HARDWIRE.
3306 Remove all references to ser-hardwire.{c,o}.
3307 * configure.in: Remove all ser_hardwire and gdb_serial_driver stuff.
3308
1b71de8e
PS
3309Mon May 24 23:50:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3310
3311 * sparc-nat.c (store_inferior_registers): Fill in all members of
3312 inferior_fp_registers by reading them from the inferior before
3313 modifying and writing them back.
3314 Fixes unexplainable inferior FP exceptions after calls to the inferior
3315 or setting of floating point registers.
3316 * mips-tdep.c (mips_skip_prologue): Skip move of argument register
3317 to register which is generated by gcc-2.4.
3318
3b17ee1b
KR
3319Tue May 25 00:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
3320
3321 * hppa-pinsn.c: Define OLD_TABLE before including opcode/hppa.h.
3322
3323Mon May 24 13:55:14 1993 Stu Grossman (grossman@cygnus.com)
3324
3325 * config/i386/{i386lynx.mh i386lynx.mt nm-i386lynx.h tm-i386lynx.h
3326 xm-i386lynx.h}: New configuration for Lynx.
3327
8789d972
JK
3328Mon May 24 10:01:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3329
87c942a8
JK
3330 * mipsread.c (parse_symbol): Deal with scVar and scVarRegister.
3331 * symtab.h: Comment that LOC_REGPARM_ADDR can be call by reference.
3332
8789d972
JK
3333 * c-typeprint.c (c_type_print_base): Don't print typedef'd names
3334 as struct, union, or enum tags.
3335
8537c754
PS
3336Mon May 24 01:10:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3337
3338 * symmisc.c (dump_msymbols): Avoid gdb coredump with stripped
3339 executable.
3340
f52bde21
JK
3341Sat May 22 10:03:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3342
2632d6df
JK
3343 * infrun.c (wait_for_inferior),
3344 infcmd.c (program_info, signal_command): Use symbolic signal names.
3345
6b82a761
JK
3346 * inftarg.c (child_wait): Deal with EINTR and include message from
3347 strerror if printing an error message.
3348
3349 * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
3350
f52bde21
JK
3351 * stabsread.c: Remove most uses of lookup_fundamental_type.
3352 (define_symbol): Use read_type for type of enum constant,
3353 not just read_type_number. Also don't call error().
3354 (define_symbol): For unrecognized constant type, one complaint (the
3355 one from error_type) is enough. Don't make our own in addition.
3356 (define_symbol): Don't treat an N_FUN 'R' as a prototype.
3357 * gdbtypes.h: Doc fixes.
3358
7cf92dd2
PS
3359Sat May 22 03:33:07 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3360
3361 Fix stack unwinding through _sigtramp on Irix. These patches are from
3362 Paul Flinders <ptf@delcam.co.uk>.
3363 * mipsread.c (fixup_sigtramp): Find _sigtramp on Irix even when the
3364 executable uses sigvec.
3365 * mips-tdep.c (read_next_frame_reg): Allow tm-file to override
3366 sigcontext offsets.
3367 * config/mips/tm-irix3.h: Add sigcontext offsets for Irix.
3368
101b7f9c
PS
3369Sat May 22 00:39:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3370
3371 * infrun.c (wait_for_inferior): Clear stop_signal if it should not
3372 be passed to the inferior to make "handle <signal> nopass nostop" work.
3373
ac8cf67d
PS
3374Sat May 22 00:21:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3375
3376 * config/mips/tm-irix3.h: Clean up, use tm-bigmips.h and redefine
3377 the necessary bits.
3378 * findvar.c (value_from_register): Fix uninitialized first_addr
3379 which caused problems with assignment of doubles to register variables
3380 on some targets.
3381 * mipsread.c: Remove TM_FILE_OVERRIDE, include tm.h and provide the
3382 missing mips definitions if necessary.
3383
3384 Fix handling of double register variables for mips targets and big
3385 endian hosts. These patches are from Paul Flinders <ptf@delcam.co.uk>.
3386 * config/mips/tm-mips.h: Increase MAX_REGISTER_{RAW,VIRTUAL}_SIZE to
3387 8 bytes for doubles.
3388 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): New macro for
3389 conversion of type held in multiple registers to host format.
3390 * config/mips/tm-mips.h (REGISTER_CONVERT_FROM_TYPE): New macro,
3391 companion to REGISTER_CONVERT_TO_TYPE.
3392 * config/mips/tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE):
3393 Convert to function calls.
3394 * config/mips/tm-mips.h (FIX_CALL_DUMMY): New code for big endian
3395 mips targets.
3396 * mips-tdep.c (mips_print_register): Raw buffer now needs just
3397 MAX_REGISTER_RAW_SIZE bytes.
3398 * mips-tdep.c (mips_print_register): Use REGISTER_CONVERT_TO_TYPE
3399 (if defined) for doubles.
3400 * mips-tdep.c: (mips_extract_return_value, mips_store_return_value):
3401 New functions, take care of REGISTER_CONVERT_TO/FROM_TYPE.
3402 * valops.c (value_assign): Use REGISTER_CONVERT_TO_TYPE if
3403 defined.
3404 * findvar.c (value_from_register): Use REGISTER_CONVERT_TO_TYPE if
3405 defined.
3406
73262420
JK
3407Fri May 21 09:04:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3408
e23a6896
JK
3409 * configure.in: Add i[34]86-*-isc*.
3410
5e27c054 3411 * stabsread.c: Make sure all complain() pass the address of the struct.
b646b438
JK
3412
3413 * xcoffread.c: Make sure all struct complaints are static not auto.
3414
3415 * Makefile.in: Add rule for xcoffexec.o like that for paread.o.
3416
73262420
JK
3417 * xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol.
3418
2c6af8c0
JK
3419Wed May 19 12:33:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3420
3421 * config/i386/linux.mh: Re-enable coredumps now that they should work.
3422
ee3d350d
RP
3423Wed May 19 15:44:20 1993 K. Richard Pixley (rich@cygnus.com)
3424
3425 * config/m68k/tm-m68k.h (FRAME_CHAIN): add missing close paren.
3426
f3fe87c7
SG
3427Wed May 19 15:33:57 1993 Stu Grossman (grossman@cygnus.com)
3428
3429 * config/pa/nm-hppab.h: Comment PTRACE_ARG3_TYPE.
3430
5b40415c
JK
3431Wed May 19 12:33:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3432
3433 * Makefile.in (INSTALLED_LIBS): New variable.
3434
31d16514
JK
3435Tue May 18 14:08:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3436
94d50340
JK
3437 * main.c (quit_command): In the "quit anyway?" message, tell the user
3438 whether we are planning to detach or kill the program.
3439
cdaa7905
JK
3440 * config/vax/vaxbsd.mh: Add "NAT_FILE= nm-vax.h".
3441 * config/vax/xm-vaxbsd.h: Use <sys/param.h> not <machine/limits.h>
3442
15f78602
JK
3443 * infcmd.c (read_pc): Doc fix.
3444
511933e7
JK
3445 * printcmd.c (print_address_symbolic): Use %u not %d for offset.
3446
993583e5
JK
3447 * blockframe.c (get_prev_frame_info): If pc in sigtramp, set
3448 signal_handler_caller.
3449 * tm-68k.h (FRAME_{CHAIN,SAVED_PC}): Deal with sigtramp.
3450 * tm-hp300bsd.h: Define SIGTRAMP_{START,END} not IN_SIGTRAMP.
3451 * inferior.h (IN_SIGTRAMP): Definition moved from infrun.c.
3452 Use SIGTRAMP_START if defined.
3453 * infcmd.c (step_1): Use SIGTRAMP_{START,END} if needed.
3454 * infrun.c (wait_for_inferior): Check IN_SIGTRAMP before SKIP_PROLOGUE.
3455
7f8253c7
JK
3456 * infptrace.c: Remove unused KERNEL_U_ADDR_HPUX code.
3457
b1b4a89e
JK
3458 * infcmd.c (step_1): Fix poorly worded error message.
3459
865e574b
JK
3460 * config/{i386/linux.mh,m68k/isi.mh} (NATDEPFILES):
3461 Comment out corelow.c because core dumps are broken on these machines.
3462
31d16514
JK
3463 * Makefile.in (depend): Put "${srcdir}" in generated dependencies
3464 if srcdir is not ".".
3465 Also put in -I${BFD_DIR} or -I${READLINE_DIR} for files which need it.
3466 (INCLUDE_CFLAGS): Remove BFD_DIR and READLINE_DIR.
3467 * depend: Update to latest automatically built version.
3468
6e50aeb4
FF
3469Tue May 18 08:10:45 1993 Fred Fish (fnf@cygnus.com)
3470
3471 * ChangeLog, ChangeLog-92: Split ChangeLog at 1993.
3472 * Makefile.in (NONSRC): Add ChangeLog-92
3473
3474Tue May 18 08:03:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
f49cf589
JK
3475
3476 * findvar.c ({read,write}_register): Use REGISTER_RAW_SIZE
3477 not typo RAW_REGISTER_SIZE.
3478
3479 * frame.h, inferior.h: Doc fixes.
3480
35247ccd
SG
3481Mon May 17 15:43:03 1993 Stu Grossman (grossman@cygnus.com)
3482
3483 * findvar.c (write_register): Add sanity check for register size.
3484 (read_register): Fixup sanity check for register size to be
3485 consistent with write_register().
3486
3487Mon May 17 07:36:20 1993 Ian Lance Taylor (ian@cygnus.com)
3488
3489 * sparclite/Makefile.in: Add dummy info, install and install-info
3490 targets.
3491
d968d5b4
RP
3492Thu May 13 07:30:22 1993 Ian Lance Taylor (ian@cygnus.com)
3493
3494 * remote-nindy.c: Removed declaration of coffstrip.
3495 * nindy-share/nindy.c: #if 0 coffstrip routine; no longer used.
3496
377f53d2
FF
3497Wed May 12 00:35:19 1993 Fred Fish (fnf@cygnus.com)
3498
3499 * Makefile.in (VERSION): Bump to 4.9.1 after release and cvs
3500 tagging.
3501
3502 * Makefile.in (VERSION): GDB 4.9 release.
3503
965a33af
FF
3504Tue May 11 08:04:41 1993 Fred Fish (fnf@cygnus.com)
3505
3506 * README: Update known bugs to include the Solaris bug that
3507 leaves core dumps in the current directory when restarting the
3508 inferior with "run". Expand on the testsuite information.
3509
3510 * Makefile.in (VERSION): Bump to 4.8.96 for what should hopefully
3511 be the last 4.9 prerelease test archive.
3512
d2712f02
JK
3513Mon May 10 22:13:23 1993 Jim Kingdon (kingdon@cygnus.com)
3514
3515 * config/m68k/xm-hp300bsd.h: Include <sys/param.h> to avoid INT_MAX
3516 redefined warnings.
3517
0a4a0f09
FF
3518Mon May 10 20:00:43 1993 Fred Fish (fnf@cygnus.com)
3519
3520 * README, NEWS: Update for gdb 4.9 release.
3521
57ffffe3
JG
3522Mon May 10 19:38:34 1993 John Gilmore (gnu@cygnus.com)
3523
3524 * ch-exp.y (MAX, MIN): Rename to MAX_TOKEN, MIN_TOKEN.
3525 * target.c (MIN): #undef before defining.
3526
4a2383c1
JK
3527Mon May 10 16:03:03 1993 Jim Kingdon (kingdon@cygnus.com)
3528
3529 Patch from Jeffrey Law:
3530 * gdb/config/pa/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
3531
1edc5cd2
ILT
3532Mon May 10 15:28:27 1993 Ian Lance Taylor (ian@cygnus.com)
3533
3534 * hppa-tdep.c (hppa_push_arguments): Allocate correct amount of
3535 memory.
3536
f39a2631
FF
3537Mon May 10 13:14:46 1993 Fred Fish (fnf@cygnus.com)
3538
3539 * ch-exp.y (start): Apply work-around to avoid bison warning.
3540
67d2bd1a
FF
3541Sun May 9 07:25:02 1993 Fred Fish (fnf@cygnus.com)
3542
0b81fc43
FF
3543 * Makefile.in (BISON): Remove double quotes around BISON
3544 definition when bison is used.
3545
8f59e92b
FF
3546 * configure.in (hppa*-hp-bsd): Change to hppa*-hp-bsd*
3547 * configure.in (hppa*-hp-hpux): Change to hppa*-hp-hpux*
3548 * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd*
3549 * configure.in (m68*-hp-hpux): Change to m68*-hp-hpux*
3550 * configure.in (hppa*-*-bsd): Change to hppa*-*-bsd*
3551 * configure.in (hppa*-*-hpux): Change to hppa*-*-hpux*
3552 * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd*
3553 * configure.in (m68*-hp-hpux): Change to m68*-hp-hpux*
3554
67d2bd1a
FF
3555 * Makefile.in (VERSION): Bump to 4.8.6.
3556
64c5ac4f
FF
3557Sat May 8 12:36:03 1993 Fred Fish (fnf@cygnus.com)
3558
3559 * config/pa/xm-hppah.h (MALLOC_INCOMPATIBLE): Define it, and
3560 include declarations for malloc/realloc/free. Both malloc and
3561 realloc return 'void *' for non-ANSI compilations.
3562
1adf2ba9
PS
3563Sat May 8 01:39:30 1993 (pes@regent.e-technik.tu-muenchen.de)
3564
3565 * coffread.c (read_coff_symtab): Don't fclose stream as it is no
3566 longer opened twice.
3567
7a758f71
JK
3568Thu May 6 21:08:55 1993 Jim Kingdon (kingdon@cygnus.com)
3569
3570 * solib.c (clear_solib): Don't close bfd if it is NULL.
3571
34b70237
FF
3572Thu May 6 20:55:35 1993 Fred Fish (fnf@cygnus.com)
3573
3574 * core.c (dis_asm_read_memory): Cast second arg of
3575 target_read_memory to "char *".
3576 * breakpoint.c (watchpoint_check): Change arg type from PTR to
3577 "char *", to match other functions called by catch_errors().
3578
2c298c09
SG
3579Thu May 6 15:47:45 1993 Stu Grossman (grossman@cygnus.com)
3580
3581 * More patches from Jeffrey Law (law@cs.utah.edu).
35247ccd 3582 * gdb/config/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
2c298c09
SG
3583 * gdb/config/pa/tm-hppah.h (millicode_start, millicode_end):
3584 Delete unnecessary declarations.
3585
9e15da4a
SG
3586Thu May 6 15:15:46 1993 Stu Grossman (grossman@cygnus.com)
3587
3588 * ser-unix.c (wait_for): Use VTIME to do timeouts instead of
3589 poll() for termio{s}.
3590
dfa592fb
JK
3591Thu May 6 10:03:41 1993 Jim Kingdon (kingdon@cygnus.com)
3592
3593 * i386-tdep.c (i386_frame_num_args): Always return -1.
3594
d83a6710
SG
3595Wed May 5 15:16:33 1993 Stu Grossman (grossman@cygnus.com)
3596
a34d4bc1 3597 * Patches from Jeffrey Law <law@cs.utah.edu>.
8fa74880
SG
3598 * gdb/hppa-tdep.c: Declare frame_saved_pc.
3599 (frameless_function_invocation): New function.
3600 (frame_saved_pc, init_extra_frame_info): Use
3601 frameless_function_invocation.
f45e781f 3602 * gdb/config/pa/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after
8fa74880
SG
3603 call instead of just grabbing the value currently in %r2.
3604 (FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation.
f45e781f 3605 * gdb/config/pa/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private
8fa74880 3606 definition and use the common one in tm-hppa.h.
4b01383b
SG
3607 * gdb/hppa-tdep.c (frame_chain_valid): If "use_unwind" is true, then
3608 use unwind descriptors to determine if the frame chain is valid.
b227992a
SG
3609 * gdb/hppa-tdep.c (find_dummy_frame_regs): Rework so that
3610 it does not assume %r4 is the frame pointer.
68c8d698
SG
3611 * gdb/hppa-pinsn.c (print_insn): Handle 'r' and 'R' for break, rsm,
3612 and ssm instructions.
3613 * gdb/hppa-tdep.c (extract_5r_store, extract_5R_store): New
3614 helper functions for print_insn.
a34d4bc1 3615 * gdb/hppa-tdep.c (gcc_p, hpux_cc_p): Delete unused functions.
d83a6710 3616 * gdb/config/pa/tm-hppa.h (ABOUT_TO_RETURN): Handle a return
a34d4bc1 3617 which nullifies the following instruction.
d83a6710 3618
a7edcb25
JK
3619Tue May 4 12:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
3620
d83a6710
SG
3621 * infptrace.c [FIVE_ARG_PTRACE]: Define ptrace to call_ptrace and
3622 pass the 5th arg there, rather than using an ANSI C-specific macro.
3623
a7edcb25
JK
3624 * Makefile.in (depend): Don't include ${CC} command for *.tab.c.
3625
d39fbfe3
FF
3626Tue May 4 19:33:12 1993 Fred Fish (fnf@cygnus.com)
3627
3628 * Makefile.in (VERSION): Bump to 4.8.5
3629 * Makefile.in (INCLUDE_CFLAGS): Add BFD_DIR and READLINE_DIR
3630 directories to include search path.
3631 * Makefile.in (CLIBS, CDEPS, ADD_FILES, ADD_DEPS): Clean up
3632 whitespace.
3633 * Makefile.in (depend): For gcc -MM line, use INTERNAL_CFLAGS
3634 * Makefile.in (main.o, dbxread.o, coffread.o, mipsread.o,
3635 elfread.o, dwarfread.o, stabsread.o, xcoffread.o, xcoffexec.o,
3636 xdr_ld.o, xdr_rdb.o, nindy.o, Onindy.o, ttybreak.o, ttyflush.o,
3637 udr.o, udip2soc.o): Remove explicit rules, use the ones that
3638 are automatically generated in "depend".
3639 * Makefile.in (paread.o): Document why a dependency doesn't get
3640 automatically generated in "depend" and leave this explicit rule
3641 in for now (FIXME).
3642 * depend: Update to latest automatically generated version.
3643
5b8462fa
JK
3644Tue May 4 12:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
3645
67240bb8
JK
3646 * xcoffread.c: Doc fix.
3647
5b8462fa
JK
3648 * Makefile.in (depend): Include $(CC) command in generated output.
3649
5287eacd
FF
3650Mon May 3 22:51:05 1993 Fred Fish (fnf@cygnus.com)
3651
3652 * Makefile.in (NONSRC): Remove ${srcdir}/putenv.c.
3653 * Makefile.in (SFILES): Add ${srcdir}/putenv.c.
3654 * depend: Update to latest automatically built version.
3655
9775789d
SG
3656Mon May 3 19:20:20 1993 Stu Grossman (grossman@cygnus.com)
3657
f202f778
SG
3658 * sparclite/Makefile.in: Create default target that does nothing
3659 in order to force user to build by hand.
3660
1e8005d0
SG
3661 * sparclite/Makefile: Remove. It's not necessary anymore.
3662
9775789d
SG
3663 * ser-unix.c (wait_for): New routine to handle read timeouts,
3664 etc. Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.
3665
588cca90
ILT
3666Mon May 3 13:52:08 1993 Ian Lance Taylor (ian@cygnus.com)
3667
3668 * mips-pinsn.c (print_insn): Return value.
3669
ebd99d54
FF
3670Sun May 2 11:43:57 1993 Fred Fish (fnf@cygnus.com)
3671
588cca90
ILT
3672 * Makefile.in (SFILES): Remove ser-hardwire.c; it is a link made
3673 at configuration time and doesn't belong in the distribution archive.
3674
d8aaff82
FF
3675 * Makefile.in (NONSRC): Add 29k-share/README.
3676 * Makefile.in (HFILES): Add 29k-share/udi/udiids.h.
3677
ebd99d54
FF
3678 * defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN): Replace hex
3679 constants with slightly more portable definitions (still depends
3680 on 2's complement arithmetic though).
3681 * config/i386/nm-linux.h: Define NO_SYS_REG_H for no <sys/reg.h>.
3682 * i386v-nat.c (sys/reg.h): Conditionalize include on
3683 NO_SYS_REG_H. Linux doesn't have <sys/reg.h>.
3684 * ser-unix.c (termio.h): Include <termio.h> like other files that
3685 include termio.h, not <sys/termio.h> which may not exist (on
3686 linux for example).
3687
9b25bb09
FF
3688Sat May 1 16:05:24 1993 Fred Fish (fnf@cygnus.com)
3689
3690 * valprint.c (print_longest): Change format parameter from a
3691 'char' to an 'int'. We can't have 'char' parameters with the
3692 current coding style, where we mix prototypes with pre-ANSI
3693 style declarations.
3694 * value.h (print_longest): Change format parameter in prototype
3695 from a 'char' to an 'int'.
3696
dea149ce
PS
3697Sat May 1 02:47:20 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3698
23654371 3699 * config/mips/tm-mips.h (STAB_REG_TO_REGNUM): Match it with the gcc
dea149ce 3700 definition.
23654371 3701 * config/mips/tm-irix3.h (STAB_REG_TO_REGNUM): Add.
dea149ce
PS
3702 * irix4-nat.c (fill_fpregset): Fix bug with indexing into fpregsetp.
3703
2f1c04d1
SG
3704Fri Apr 30 17:45:32 1993 Stu Grossman (grossman@cygnus.com)
3705
3706 * The following patches are from Jeffrey Law <law@cs.utah.edu>.
3707 * config/pa/hppabsd.mh: Add more files to NATDEPFILES.
3708 * config/pa/xm-hppa[bh].h: Define FIVE_ARG_PTRACE.
3709 * hppab-nat.c: Delete WANT_NATIVE_TARGET ifdefs.
3710 ptrace needs 5 arguments, #define ptrace to always
3711 pass zero as the 5th argument.
3712
c7cb9064
SC
3713Fri Apr 30 15:54:13 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3714
3715 * configure.in: Match z8k-*-sim for z8000.
3716 * config/h8500/tm-h8500.h, h8500-tdep.c: Lint.
3717 * remote-hms.c: Update to use new serial protocol.
3718
5385e525
RP
3719Fri Apr 30 16:50:38 1993 K. Richard Pixley (rich@rtl.cygnus.com)
3720
5084717f
RP
3721 * mips-tdep.c: remove include of sys/dir.h. Doesn't seem
3722 necessary and Solaris doesn't have it.
3723
0139c441
RP
3724 * Makefile.in (clean-info, install, install-info, info, dvi,
3725 check, all): do not echo recursion lines.
3726
5084717f 3727 * 29k-share/udip2soc.c (UDIConnect): replace union wait with int.
8317b39f 3728
13b464b2
RP
3729 * config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is
3730 required target ports which use sockets (like a29k-udi).
3731
2f1c04d1 3732 * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.
5385e525 3733
8d57a263
JK
3734Fri Apr 30 11:05:42 1993 Jim Kingdon (kingdon@cygnus.com)
3735
eca29634
JK
3736 * ser-unix.c [USE_{TERMIO,ALARM}_TIMEOUT]: New code to deal with
3737 systems lacking select().
3738
db7c818b 3739 * Makefile.in (TAGS): Doc fix. Deal with empty DEPFILES.
8d57a263 3740
496ca67c
FF
3741Fri Apr 30 10:06:46 1993 Fred Fish (fnf@cygnus.com)
3742
3743 * alldeps.mak, depend: Update with latest automatically built
3744 versions.
3745
3717e95b
FF
3746Thu Apr 29 12:03:23 1993 Fred Fish (fnf@cygnus.com)
3747
d5f608a4
FF
3748 * Makefile.in (SFILES): Add ser-unix.c and ser-go32.c.
3749
97e72c06
FF
3750 * Makefile.in (make-proto-testsuite.dir): New target to make
3751 prototype testsuite tree.
97e72c06 3752
3717e95b
FF
3753 * Makefile.in (VERSION): Bump to 4.8.4.
3754
ff580c7b
JK
3755Thu Apr 29 08:46:22 1993 Jim Kingdon (kingdon@cygnus.com)
3756
3757 * stabsread.c (define_symbol): If unrecognized constant type,
3758 complain() not error().
3759
7efb57c3
FF
3760Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
3761
f43aec2e
FF
3762 * infptrace.c: Add missing close paren to test for
3763 FIVE_ARG_PTRACE defined.
3764
7efb57c3
FF
3765 * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG
3766 when compiling with gcc, but disable it for now. See comment.
3767 * defs.h (LONGEST): Define as either "long" or "long long"
3768 based on CC_HAS_LONG_LONG.
3769 * defs.h (longest_to_int): Use CC_HAS_LONG_LONG to control
3770 how longest_to_int is defined.
3771 * c-valprint.c (c_val_print): Call print_longest.
3772 * expprint.c (dump_expression): Use PRINTF_HAS_LONG_LONG
3773 instead of LONG_LONG.
3774 * {printcmd.c, gdbtypes.h} (LONG_LONG): Replace usages with
3775 CC_HAS_LONG_LONG.
3776 * printcmd.c (print_scalar_formatted): Call print_longest
3777 and let it figure out what to do for PRINTF_HAS_LONG_LONG.
3778 * typeprint.c (print_type_scalar): Call print_longest and let
3779 it figure out what to do for PRINTF_HAS_LONG_LONG.
3780 * valprint.c (val_print_type_code_int): Call print_longest
3781 and let it figure out what to do for PRINTF_HAS_LONG_LONG.
3782 * stabsread.c (LONG_LONG): Replace usages with CC_HAS_LONG_LONG.
3783 * value.h (struct value): Replace usage of LONG_LONG with
3784 CC_HAS_LONG_LONG.
3785 * value.h (print_longest): Add prototype.
3786 * values.c (LONG_LONG): Replace usages with CC_HAS_LONG_LONG.
3787 * values.c (unpack_double): Collapse code that was unnecessarily
3788 dependent on CC_HAS_LONG_LONG. Use LONGEST instead of direct types.
3789 * values.c (value_from_longest): Remove dependency on
3790 CC_HAS_LONG_LONG and just use LONGEST.
3791 * solib.c (solib_map_sections): Use bfd_get_filename
3792 to access filename field.
3793 * solib.c (clear_solib): Save filename and free it later, after
3794 bfd_close, since bfd_close may reference it. Use bfd_get_filename
3795 to access the field.
3796 * config/convex/xm-convex.h (LONG_LONG): Replace with
3797 CC_HAS_LONG_LONG. Add define for PRINTF_HAS_LONG_LONG.
3798 * doc/gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
3799 Add PRINTF_HAS_LONG_LONG references.
3800
0626f40d
JK
3801Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
3802
31b56726
JK
3803 * inflow.c (kill_command), infcmd.c (attach_command),
3804 remote.c (remote_interrupt_twice): In messages for the user, call it
3805 "the program" or "the program being debugged" not "the inferior".
3806
0626f40d
JK
3807 * hp300ux-nat.c: Cast second arg to supply_register calls.
3808 (_initialize_kernel_u_addr, getpagesize): New functions.
3809 (store_inferior_register_1): Change arg name from value to val.
3810 (fetch_core_registers): Make arg core_reg_size unsigned.
3811 Pass 5 args to ptrace.
3812 * config/m68k/xm-hp300hpux.h: Define FIVE_ARG_PTRACE.
3813 Remove KERNEL_U_ADDR stuff.
3814 * infptrace.c [FIVE_ARG_PTRACE]: Pass 5th arg to ptrace.
3815 * config/m68k/hp300hpux.m{t,h}:
3816 Move exec.o from NATDEPFILES to TDEPFILES
3817 * config/m68k/hp300hpux.mt: Mention GAS requirement. Remove
3818 hp-include stuff. Add m68k-tdep.o to TDEPFILES.
3819
d8f23320
PS
3820Wed Apr 28 13:27:54 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3821
3822 * ch-exp.y (yylex): Don't STREQ with simplename if it is NULL.
3823
08bb2617
JK
3824Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
3825
3826 * config/sparc/xm-sun4os4.h [__STDC__]: Don't use MALLOC_INCOMPATIBLE.
3827
caa53d6d
RP
3828Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3829
3830 * doc/gdb.texinfo: make node "Shell Commands" unconditional;
3831 describe `set demangle-style arm' (not cfront);
3832 mention can type `q' to discard output, when gdb pages
3833
212e10cf
PS
3834Wed Apr 28 11:32:39 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3835
3836 * valops.c (search_struct_field): Fix gdb core dump with incomplete
3837 stabs info.
3838
ebdb9ade
JK
3839Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
3840
3841 * remote.c: Change timeout to 2.
3842 (remote_open): Use unpush_target not remote_close.
3843 (remote_resume): If siggnal != 0, give warning not error().
3844 (remote_wait, remote_interrupt, remote_interrupt_twice):
3845 If we get two interrupts, let the user get out if they want.
3846 (remote_{kill,mourn}): New functions.
3847 i386-stub.c (handle_exception, case 'k'): Don't BREAKPOINT.
3848
c0f2f39c
ILT
3849Wed Apr 28 09:20:55 1993 Ian Lance Taylor (ian@rtl.cygnus.com)
3850
3851 * config/sparc/sun4sol2.mh (XM_CLIBS): Define to be -lnsl.
3852
609e1c57
JK
3853Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
3854
71607f9d
JK
3855 * Remote targets (mourn): Call unpush_target.
3856
e82980e4
JK
3857 * config/sparc/xm-sun4os4.h: Declare free() to return int.
3858 Remove twisted use of PARAMS.
3859
609e1c57
JK
3860 * config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now
3861 that ansidecl.h assumes ANSI on AIX.
3862
ab425a9b
JK
3863Tue Apr 27 10:01:33 1993 Jim Kingdon (kingdon@cygnus.com)
3864
3865 * README: Move most stuff about hacking GDB to doc/gdbint.texinfo.
3866 (Known bugs): Remove AIX bugs, revise SPARC struct bug description.
3867
f661c4ca
PS
3868Tue Apr 27 13:44:19 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3869
3870 * expprint.c (print_subexp): Fix bug with OP_SCOPE operator output.
3871
ebe8362f
JK
3872Tue Apr 27 10:01:33 1993 Jim Kingdon (kingdon@cygnus.com)
3873
3874 * remote-vx.c (net_connect): Allow numeric IP address for host.
3875
9faacb92
SC
3876Mon Apr 26 17:59:38 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3877
3878 * config/sh/sh.mt, config/sh/tm-sh.h, sh-tdep.c: New files.
3879
9aa31e91
JK
3880Mon Apr 26 07:13:32 1993 Jim Kingdon (kingdon@cygnus.com)
3881
3882 * rs6000-tdep.c (branch_dest): Deal with stepping through system call.
3883
3884 * symtab.h, xcoffread.c: Revise linetable sorting comments.
3885
24d45a63
PS
3886Sun Apr 25 02:32:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3887
3888 * valops.c (value_cast): A cast might also change the object
3889 representation in C++.
3890 * dbxread.c (end_psymtab): Copy subpst read_symtab function from pst
3891 to get the proper read_symtab function when called from mipsread.c.
3892 * mipsread.c (mipscoff_psymtab_to_symtab, psymtab_to_symtab_1):
3893 Set cur_bfd in psymtab_to_symtab_1 as CURBFD(pst) is invalid
3894 for dummy psymtabs, inhibit processing of dummy psymtabs.
3895
8cba9703
JK
3896Sat Apr 24 19:59:54 1993 Jim Kingdon (kingdon@cygnus.com)
3897
87237c52
JK
3898 * Changes from (or inspired by) AMD:
3899 * remote-udi.c (udi_attach): Assignments to Space and Offset were
3900 switched, fix it.
3901 (udi_wait): Make error message (UDIGetStdout) match error.
3902 (udi_wait): Handle UDIStdinNeeded.
3903 * command.c [CANT_FORK]: Use system().
3904 * utils.c (prompt_for_continue): Allow quit with 'q'.
3905
8cba9703
JK
3906 * solib.c (solib_add): Don't call special_symbol_handling if there
3907 were errors in symbol_add_stub. Also set so->from_tty before
3908 calling symbol_add_stub.
3909
66a1aa07
SG
3910Fri Apr 23 16:17:00 1993 Stu Grossman (grossman@cygnus.com)
3911
3912 * Merge in HPPA/BSD patches from Utah:
3913 * defs.h: Add const to 2nd arg of psignal prototype.
3914 * hppah-tdep.c: Renamed to hppa-tdep.c 'cuz it's common code with
3915 BSD now.
3916 * hppab-core.c: Deleted. No longer useful.
3917 * hppab-nat.c: #include more files. Use PT_WUREGS, not
3918 PT_WRITE_U.
3919 * hppab-tdep.c: Deleted. Supplanted by hppa-tdep.c.
3920 * config/pa/hppabsd.mh (NATDEPFILES): Remove hppab-core.o.
3921 * config/pa/hppabsd.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o
3922 * config/pa/hppahpux.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o
3923 * config/pa/xm-hppab.h: #define SET_STACK_LIMIT_HUGE.
3924
b5728692
SG
3925Fri Apr 23 10:34:02 1993 Stu Grossman (grossman@cygnus.com)
3926
3927 * Fix two bugs found by deja-gnu. One is the incorrect reporting
3928 of the PC being in a stack dummy when looking at a core file
3929 without symbols. The other is the incorrect passing of char
3930 arguments during expression evaluation (ie: p foo('a','b') would
3931 mess up the passing of it's args because it wasn't coercing the
3932 char's to ints).
3933 * hppah-tdep.c: Rename global functions to have consistent hppa_
3934 prefix. Make more functions static. Drop hp_ prefix from static
3935 functions. (hppa_push_arguments): Call value_arg_coerce to cast
3936 char to int args if necessary. (hppa_fix_call_dummy): Create
3937 this routine from FIX_CALL_DUMMY macro in tm-hppa.h.
3938 * inferior.h (PC_IN_CALL_DUMMY): Check for frame_address being
3939 valid (ie: != 0) before doing comparison against PC.
3940 * valops.c (call_function_by_hand): Adjust call to FIX_CALL_DUMMY
3941 to reflect new arguments.
3942 * config/pa/tm-hppa.h (POP_FRAME, PUSH_ARGUMENTS): Use new hppa_
3943 prefix for func name. (FIX_CALL_DUMMY): Move code into
3944 hppah-tdep.c.
3945
3946 * testsuite/gdb.t16/gdbme.c, testsuite/gdb.t17/gdbme.c: Add calls
3947 to malloc() so that we can test GDB eval of dynamically created
3948 arrays (like char strings in `print "foo"').
3949
7586127f
PS
3950Fri Apr 23 01:28:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3951
3952 * printcmd.c (print_address_symbolic): Search symtabs as well as the
3953 minimal symbols for a nearby symbol.
3954
158a0711
JG
3955Thu Apr 22 19:44:21 1993 John Gilmore (gnu@cacophony.cygnus.com)
3956
3957 * coffread.c: Comment changes around minimal symbol recording.
3958
3127785a
RP
3959Thu Apr 22 16:24:36 1993 K. Richard Pixley (rich@rtl.cygnus.com)
3960
158a0711 3961 * command.c: comment changes only.
f936e20d 3962
3127785a
RP
3963 * mips-tdep.c (heuristic_fence_post): new static variable.
3964 (heuristic_proc_start): use heuristic_fence_post, print better
3965 warnings, but only if not stop_soon_quietly.
3966 (_initialize_mips_tdep): add_set_cmd for heuristic-fence-post.
3967
5afa2040
JK
3968Thu Apr 22 14:50:05 1993 Jim Kingdon (kingdon@cygnus.com)
3969
3970 * symtab.h: Fix LOC_REF_ARG comment.
3971
3972Wed Apr 22 20:21:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3973 and Jim Kingdon (kingdon@cygnus.com)
3974
3975 * stabsread.c (define_symbol): Combine a 'p', 'r' arg pair to a
3976 LOC_REGPARM symbol.
3977 * config/sparc/tm-sparc.h (REG_STRUCT_HAS_ADDR): Revise comments.
3978 symfile.c (compare_symbols): Don't check first character; STRCMP
3979 does that.
3980
3981 * stabsread.c (define_symbol): Generate a LOC_REGPARM_ADDR for
3982 structures that are passed by address in a register.
3983 * symtab.h (enum address_class): Add LOC_REGPARM_ADDR.
3984 * findvar.c (read_var_value),
3985 printcmd.c (address_info, print_frame_args),
3986 stack.c (print_frame_arg_vars), symmisc.c (print_{,partial_}symbol),
3987 * symtab.c (lookup_block_symbol): Deal with it.
3988
fce30fa1
JK
3989Thu Apr 22 09:07:24 1993 Jim Kingdon (kingdon@cygnus.com)
3990
4365c36c
JK
3991 * objfiles.h (obj_section), objfiles.c (build_objfile_section_table):
3992 Add objfile field.
3993 * objfiles.c (find_pc_section): Return a struct obj_section *.
3994 * sparc-tdep.c (in_solib_trampoline): Deal with find_pc_section return.
3995 * symfile.c (syms_from_objfile) [IBM6000_TARGET]:
3996 Don't use obj_section hack.
3997 * xcoffexec (vmap_symtab): Relocate obj_sections.
3998 * printcmd.c (containing_function_bounds): Use find_pc_section.
3999
fce30fa1
JK
4000 * symtab.h: Clean up SYMBOL_VALUE comments.
4001
f2c365f5
JK
4002Wed Apr 21 14:29:57 1993 Jim Kingdon (kingdon@cygnus.com)
4003
31258e4f
JK
4004 * stack.c (print_frame_arg_vars), printcmd.c (print_frame_args):
4005 Expand comments about LOC_ARG/LOC_LOCAL pairs.
4006
f2c365f5
JK
4007 * coffread.c (read_coff_symtab): Use rewind before fseek.
4008
32d8a6d3
PB
4009Wed Apr 21 14:24:19 1993 Per Bothner (bothner@cygnus.com)
4010
4011 * ch-exp.y: Removed unused structure_primitive_value and FIXME_23.
4012 * Makefile.in: Add $(YFLAGS) when using $(YACC).
4013 * Makefile.in: Remove message to expect conflicts and unused
4014 rules in ch-exp.y, since there no longer are any such.
4015
1b5c6c05
DZ
4016Wed Apr 21 13:27:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4017
4018 * stabs.texinfo: fixed bad xrefs (un-initialized statics)
4019
cee86be3
JK
4020Tue Apr 20 08:55:11 1993 Jim Kingdon (kingdon@cygnus.com)
4021
4cdcf3b9
JK
4022 * xcoffexec.c (xcoff_relocate_core): If no exec file, error()
4023 rather than dumping core.
4024
24c2857c 4025 * Makefile.in: Add ${srcdir}/ to all source files.
4cdcf3b9 4026 (alldeps.mak): Add "${srcdir}/" to files when generating alldeps.mak.
24c2857c
JK
4027 (TAGS): Deal with srcdir and new config directory scheme.
4028 createtags: Remove.
4029 Makefile.in (NONSRC): Remove createtags.
4030 alldeps.mak: Updated.
4031
cee86be3
JK
4032 * rs6000-tdep.c: Delete unused function print_frame.
4033
4034 * frame.h (struct frame_info): Doc fix for next_frame.
4035 New field signal_handler_caller.
4036 blockframe.c (create_new_frame, get_prev_frame_info),
4037 config/rs6000/tm-rs6000.h (INIT_EXTRA_FRAME_INFO): Set it (needs
4038 INIT_FRAME_PC_FIRST).
4039 stack.c (print_frame_info), rs6000-tdep.c (rs6000_frame_chain):
4040 Check it.
4041
9583b295
SG
4042Mon Apr 19 22:52:33 1993 Stu Grossman (grossman@cygnus.com)
4043
4044 * irix4-nat.c (fetch_core_registers): Special version of this for
4045 Irix 4.x, which stores regs a bit differently from other /proc
4046 based systems.
4047 * procfs.c, core-svr4.c: Move fetch_core_registers from procfs.c
4048 to new file core-svr4.c.
4049 * config/i386/i386sol2.mh, config/i386/i386v4.mh, config/m68k/amix.mh,
4050 config/i386/ncr3000.mh, config/sparc/sun4sol2.mh: Add core-svr4.o
4051 to NATDEPFILES.
4052 * config/mips/irix4.mh: Add corelow.o to NATDEPFILES.
4053
3f06498a
JK
4054Mon Apr 19 11:13:34 1993 Jim Kingdon (kingdon@cygnus.com)
4055
4056 * i387-tdep.c: Remove unused #includes.
4057
4058 * configure.in: Match i[34]86-*-sysv3.2 not i[34]86-*-sysv32.
4059
4060 * config/i386/nm-i386v.h: Define NO_PTRACE_H.
4061
058eb766
JK
4062Sun Apr 18 10:39:35 1993 Jim Kingdon (kingdon@cygnus.com)
4063
4064 * xcoffread.c: Nuke NO_DEFINE_SYMBOL code. There is no going back.
4065
4066 * stabsread.c (define_symbol): 'R' is synonym for 'P', not 'r'.
4067 xcoffread.c (process_xcoff_symbol, case C_RPSYM):
4068 Don't muck with SYMBOL_CLASS.
4069
04c6a64f
SG
4070Fri Apr 16 17:38:33 1993 Stu Grossman (grossman@cygnus.com)
4071
4072 * munch: Don't use head command. It doesn't exist everywhere.
4073
9c225659
FF
4074Fri Apr 16 15:07:57 1993 Fred Fish (fnf@cygnus.com)
4075
4076 * inflow.c (new_tty): Remove spurious 'o' character at end
4077 of #endif line.
4078
e157305c
PS
4079Fri Apr 16 12:27:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4080
4081 * mips-tdep.c (mips_skip_prologue): Always skip the typical prologue
4082 instructions and nothing more.
4083 * mipsread.c (add_line): Add comment why we have to combine line number
4084 entries for the same line number.
4085
0b28c260
JK
4086Fri Apr 16 09:42:03 1993 Jim Kingdon (kingdon@cygnus.com)
4087
4088 * symtab.{c,h}: Doc fixes (remove symseg references, last relevant
4089 in gdb 2.8!).
4090
dd052d9a
FF
4091Thu Apr 15 21:16:58 1993 Fred Fish (fnf@cygnus.com)
4092
4093 * depend, alldeps.mak: Update, now that gcc -MM bug is fixed.
4094
9fa59efd
JK
4095Thu Apr 15 12:38:39 1993 Jim Kingdon (kingdon@cygnus.com)
4096
4097 * source.c (select_source_symtab): Clean up comment. Also, if
4098 we have a current_source_symtab, and s is NULL, return without
4099 doing anything.
4100 xcoffread.c (xcoff_symfile_read): Don't call select_source_symtab.
4101 breakpoint.c (breakpoint_re_set): Don't call select_source_symtab.
4102
65ce5df4
JG
4103Thu Apr 15 02:37:48 1993 John Gilmore (gnu@cacophony.cygnus.com)
4104
4105 * dbxread.c (unknown_symchar_complaint): Add new complaint.
6f49b01e 4106 * stabsread.h: Declare it.
65ce5df4
JG
4107 * partial-stab.h: Use it.
4108
4109 * utils.c (malloc_botch): Don't forward-declare if NO_MMALLOC.
4110
486b440e
JK
4111Wed Apr 14 17:12:51 1993 Jim Kingdon (kingdon@cygnus.com)
4112
df2a1bd7
JK
4113 * stack.c (print_frame_info): Print specially if dummy frame.
4114
fa99ebe1
JK
4115 * breakpoint.c: Add comments regarding within_scope future direction.
4116
ee7e82fe
JK
4117 * Version 4.8.3.
4118
486b440e
JK
4119 * xcoffread.c (record_include_{begin,end}): Change fatal to complain.
4120
4121Wed Apr 14 14:03:18 1993 Per Bothner (bothner@cygnus.com)
4122
4123 * ch-exp.y: Fix thinko that broke parsing of FALSE.
4124
39cb3d04
PS
4125Wed Apr 14 12:49:29 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4126
4127 * stabsread.c (read_member_functions): Initialize domain for stubbed
4128 member functions to avoid gdb core dumps when printing pointers
4129 to member functions.
4130 * cp-valprint.c (cp_print_class_method): Check for stubbed member
4131 functions.
4132
ccd87bf2
JK
4133Tue Apr 13 08:28:26 1993 Jim Kingdon (kingdon@cygnus.com)
4134
e2ff731b
JK
4135 * expprint.c (print_subexp): If opcode not found in op_print_tab,
4136 stop with an error().
4137 eval.c (evaluate_subexp): Change error message.
4138
ccd87bf2
JK
4139 * objfiles.c (build_objfile_section_table): Cast return value
4140 from obstack_finish.
4141
0a62ff36
JK
4142Mon Apr 12 10:53:50 1993 Jim Kingdon (kingdon@cygnus.com)
4143
f3649227
JK
4144 * config/rs6000/tm-rs6000.h, rs6000-tdep.c: Move FRAME_CHAIN
4145 to rs6000_frame_chain and deal with it if we're in a signal handler.
4146 (FRAME_SAVED_PC): Use rs6000_frame_chain.
4147
0a819c04
JK
4148 * breakpoint.c (within_scope): New function.
4149 (enable_breakpoint, watchpoint_check): Use it.
4150
affc9686
JK
4151 * source.c (openp): Handle "exec-file ./ls" correctly.
4152
0a62ff36
JK
4153 * breakpoint.c (breakpoint_1): Use wrap_here before "at".
4154
5a7c9cce
PB
4155Sat Apr 10 01:32:43 1993 Per Bothner (bothner@rtl.cygnus.com)
4156
4157 * ch-exp.y: Clean up lexing of identifiers and
4158 reserved words. (E.g. don't recognize FALSEXXX as the
4159 keyword FALSE followed by the identifier XXX.)
4160 Also, convert identifiers to lower case.
4161
1724c671
SG
4162Fri Apr 9 15:53:19 1993 Stu Grossman (grossman@cygnus.com)
4163
4164 * remote-mips.c, remote-monitor.c, remote-st2000.c: Convert to
4165 new serial interface.
4166
4febd102
SG
4167Fri Apr 9 15:01:12 1993 Stu Grossman (grossman@cygnus.com)
4168
4169 * remote.c (remote_open): Use SERIAL_OPEN instead of serial_open.
4170 (putpkt, getpkt): Use new return codes for SERIAL_READCHAR.
4171 * ser-go32.c: Return -1 on most failures, 0 on most successes,
4172 and use new return codes for go32_readchar().
4173 * ser-unix.c: Ditto. Also, move error handling up to caller for
4174 SERIAL_SETBAUDRATE().
4175 * serial.c (serial_open): Internal call, not SERIAL_OPEN to get
4176 to specific routine.
4177 (serial_close): New routine to wrap around device close routine.
4178 serial.h: Clean & document return values more clearly.
4179
a80c7bf6
JK
4180Fri Apr 9 10:20:55 1993 Jim Kingdon (kingdon@cygnus.com)
4181
944c1c2f
JK
4182 * rs6000-pinsn.c (print_operand): Deal with no operand instructions.
4183
4184 * rs6000-pinsn.c (print_operand, case LI): Print condition register
4185 operand in decimal rather than wrong textual versions.
4186
21486670
JK
4187 * printcmd.c (_initialize_printcmd): Clean up docstring for "x"
4188 (mention 't', remove false thing about 'g' only good with 'f').
4189
ddc6e6f7
JK
4190 * breakpoint.h: move "struct breakpoint" and friends to top of
4191 file so that bpstat_find_breakpoint prototype works.
4192
a80c7bf6
JK
4193 * solib.c (struct so_list): Add bfd field.
4194 (solib_map_sections): Leave bfd open and scratch_pathname allocated.
4195 Put the bfd in bfd field of the so_list.
4196 (clear_solib): Free bfd name and close_bfd on the bfd.
4197
47f366bc
PB
4198Fri Apr 9 00:45:41 1993 Per Bothner (bothner@rtl.cygnus.com)
4199
4200 * valarith.c (value_subscript): Add COERCE_REF.
4201 * ch-exp.y (operand_5): We can generalize the 2nd operand
4202 of a string repetition ot 'literal' without ambiguity.
4203
cabd4da6
JK
4204Thu Apr 8 10:15:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4205
4206 * breakpoint.h (struct bpstat): Remove momentary field.
4207 Remove bpstat_momentary_breakpoint. This was always kludgy
4208 and is no longer used.
4209
4210 * breakpoint.h: Add enum bpstat_what.
4211 breakpoint.h (struct bpstat), breakpoint.c (bpstat_stop_status):
4212 stop and print fields of bpstat now per-breakpoint, not just
4213 one for the whole chain.
4214 breakpoint.{c,h} (bpstat_what): New function.
4215 breakpoint.h: Remove bpstat_stop and bpstat_should_print.
4216 infrun.c: Replace switch (stop_bpstat->breakpoint_at->type)
4217 with call to bpstat_what.
4218 README: Remove watchpoint/breakpoint bug from known bugs.
4219
4220 * breakpoint.h: Prototype bpstat_find_breakpoint.
4221
dfbfbd96
FF
4222Thu Apr 8 16:01:21 1993 Fred Fish (fnf@cygnus.com)
4223
4224 * symtab.c (find_methods, gdb_mangle_name): Note that functions
4225 are g++ specific.
4226 * symtab.h (VTBL_FNADDR_OFFSET, OPNAME_PREFIX_P, VTBL_PREFIX_P,
4227 DESTRUCTOR_PREFIX_P): Note that macros are g++ specific.
4228
4229Thu Apr 8 12:45:32 1993 Ian Lance Taylor (ian@cygnus.com)
4230
4231 * i960-pinsn.c (tabent): Copied struct definition from
4232 opcodes/i960-dis.c.
4233
ca6a826d
PS
4234Thu Apr 8 10:34:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4235
4236 * symtab.h (DESTRUCTOR_PREFIX_P): New macro to check if physname
4237 is a C++ destructor.
4238 * symtab.c (gdb_mangle_name): Use it.
4239 * symtab.c (find_methods): Do not add destructors to choice list
4240 for constructors.
4241 * symtab.c (decode_line_1): Make breakpoints on destructors work
4242 for gcc-2.x again.
4243
40b56283
SG
4244Wed Apr 7 18:43:09 1993 Stu Grossman (grossman@cygnus.com)
4245
b83bf6b3
SG
4246 * ser-go32.c: Make it use serial port name.
4247 * go32-xdep.c: Put in def for strlwr, needed by dir.o in go32 libc.
4248
40b56283
SG
4249 * infcmd.c (read_pc): Make sure that we read PC_REGNUM when not
4250 in a system call!
4251
41faa775
SG
4252Wed Apr 7 15:52:11 1993 Stu Grossman (grossman@cygnus.com)
4253
4254 * configure.in: Only configure sparclite subdir when target_cpu
4255 is sparclite.
4256
f635bd47
JK
4257Wed Apr 7 10:11:22 1993 Jim Kingdon (kingdon@cygnus.com)
4258
ef5b809c
JK
4259 * xcoffread.c (struct coff_symbol): Change c_sclass to unsigned char.
4260 Remove FIXME comment regarding this.
4261
47045b36
JK
4262 * symfile.h: Change NULL->'\0' in comment (that wasn't a typo).
4263
f635bd47
JK
4264 * xcoffread.c (read_xcoff_symtab): Use E_SYMNMLEN.
4265
73d0fc78
RP
4266Tue Apr 6 22:30:58 1993 K. Richard Pixley (rich@cygnus.com)
4267
4268 Add section table to objfile struct. Use it for find_pc_section.
4269 * objfiles.c (add_to_objfile_sections,
4270 build_objfile_section_table, find_pc_section): new functions.
4271 (allocate_objfile): build section table.
4272 * objfiles.h (struct obj_section): new structure.
4273 (struct objfile): add section table.
4274 (find_pc_section): new prototype.
4275 * solib.[ch] (find_pc_section_from_so_list): removed.
4276 * sparc-tdep.c: include objfiles.h for find_pc_section. include
4277 symfile.h for objfiles.h.
4278 (in_solib_trampoline): adjusted for new find_pc_section
4279 prototype. Removed BAD_RICH_HACK ifdefs.
4280 * symfile.c (syms_from_objfile): offset objfile sections.
4281 (find_pc_section): removed. Also removed BAD_RICH_HACK ifdefs.
4282 * symfile.h (find_pc_section): prototype removed. Also fixed
4283 comment typo NUL -> NULL.
4284 * target.[ch] (find_pc_section_from_targets): removed.
4285 * config/sparc/tm-sun4sol2.h (BAD_RICHH_HACK): removed.
4286
07861607
SG
4287Tue Apr 6 21:41:13 1993 Stu Grossman (grossman@cygnus.com)
4288
4289 * ser-go32.c: Format. (go32_open): Use proper return value.
4290
4291 * configure.in: Undo conditional configdirs hack for sparclite.
4292
118ec55a
JW
4293Tue Apr 6 17:07:37 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
4294
4295 * symtab.c (list_symbols): When call break_command, pass both
4296 filename and function name not just function name.
4297
4298Tue Apr 6 15:00:09 1993 Fred Fish (fnf@cygnus.com)
4299
4300 (Changes and new files to make "none" a full fledged configuration)
4301 * config/none/{nm-none.h, tm-none.h, xm-none.h}: New files.
4302 Currently only tm-none.h has any meaningful contents.
4303 * config/none/none.mh (NAT_FILE): Use nm-none.h
4304 * config/none/none.mh (XM_FILE): Use xm-none.h
4305 * config/none/none.mt (TM_FILE): Use tm-none.h
4306 * Makefile.in (depend): Remove comment about parse errors in
4307 valops.c, it now parses correctly and generates a correct depend
4308 line. Remove line that touches xm.h, tm.h, and nm.h; they are
4309 now linked to config/none/{xm-none.h, tm-none.h, nm-none.h}.
4310
786757a9
JK
4311Tue Apr 6 09:54:29 1993 Jim Kingdon (kingdon@cygnus.com)
4312
9925b928
JK
4313 * values.c (USE_STRUCT_RETURN): Only use gcc wierdness for gcc1.
4314
786757a9
JK
4315 * xcoffread.c (read_xcoff_symtab): Deal correctly with symbols of
4316 exactly 8 characters.
4317
0c101d49
SG
4318Tue Apr 6 10:31:26 1993 Stu Grossman (grossman@cygnus.com)
4319
4320 * configure.in: Sparclite uses sparc config dir. Also has it's
4321 own tm- & .mt files now. Also add sparclite to configdirs.
4322 * go32-xdep.c: Dummy routines for sigsetmask & strlwr.
4323 * config/i386/go32.mh: Nullify def of TERMCAP.
4324 * config/i386/xm-go32.h: Get rid of redef of EIO.
4325 * config/sparc/{sparclite.mh tm-sparclite.h}: New sparclite
4326 specific configs. Very similar to sun4os4, but without solib.
4327 * sparclite/{Makefile.in configure.in}: First cut at making this
4328 dir configgable.
4329
5d2b030a
SG
4330Tue Apr 6 03:10:44 1993 Stu Grossman (grossman@cygnus.com)
4331
4332 * ser-go32.c: First cut at adapting to new serial interface.
4333
4e772f44
SG
4334Mon Apr 5 22:29:43 1993 Stu Grossman (grossman@cygnus.com)
4335
4336 * Makefile.in (SFILES OBS): Add serial.[co] & ser-hardwire.[co].
4337 These implement a new serial line interface for talking to remote
4338 targets.
4339 * configure.in: Link ser-hardwire.c to ser-unix.c for all hosts,
4340 EXCEPT go32, which gets ser-go32.c.
4341 * remote.c: Use new serial interface. More remote-xxx's to be
4342 converted later.
4343 * ser-bsd.c, ser-termios.c: Removed.
4344 * serial.c: New. Implements common operations for all serial
4345 types.
4346 * ser-unix.c: New. Unix specific serial operations for various
4347 flavors of Unix (Posix, SysV, BSD).
4348 * serial.h: Generic serial interface defs.
4349 * config/i386/go32.mh, config/i386/i386bsd.h,
4350 config/m68k/apollo68b.mh, config/sparc/sun4os4.mh: Remove
4351 ser-bsd.o from XDEPFILES. All the magic is now handled in
4352 configure.in.
4353
9acdb2dc
SG
4354Mon Apr 5 20:48:54 1993 Stu Grossman (grossman@cygnus.com)
4355
4356 * config/h8500/tm-h8500.h: Clean up brain damage found by GCC.
4357
0848ad1c
JK
4358Fri Apr 2 08:23:14 1993 Jim Kingdon (kingdon@cygnus.com)
4359
1d7e34e1
JK
4360 * xcoffread.c (xcoff_symfile_offsets): Use 0 not addr for offsets.
4361
b0e932ad 4362 * rs6000-tdep.c (frameless_function_invocation): Don't even think
1d7e34e1 4363 about framelessness except on the innermost frame.
b0e932ad 4364
0848ad1c
JK
4365 * xcoffexec.c: Call fatal() not abort().
4366
4367 * stabsread.c (patch_block_stabs): If stab & no symbol, make
4368 a LOC_OPTIMIZED_OUT symbol.
4369 symtab.h (enum address_class): Add LOC_OPTIMIZED_OUT.
4370 findvar.c (read_var_value), printcmd.c (address_info),
4371 symmisc.c (print_{,partial_}symbol), c-exp.y (variable),
4372 m2-exp.y (yylex): Deal with it.
0848ad1c 4373 ch-exp.y (yylex): Deal with it.
0848ad1c
JK
4374
4375Thu Apr 1 18:43:02 1993 Stu Grossman (grossman@cygnus.com)
4376
4377 * findvar.c (value_from_register): H8500 specific, check to see
4378 if we are looking at short pointer. If so, skip crock.
4379 * h8500-tdep.c (h8500_frame_chain): Mask down value from
4380 read_memory_integer() to avoid getting messed up by sign extension.
4381
0e184833
RP
4382Thu Apr 1 16:44:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4383
4384 * sparc-tdep.c (in_solib_trampoline), symfile.c (find_pc_section):
4385 ifdef protect using BAD_RICH_HACK. This should be removed soon.
4386 * config/sparc/tm-sun4sol2.h (BAD_RICH_HACK): define.
4387
a6cead71
JK
4388Thu Apr 1 09:01:38 1993 Jim Kingdon (kingdon@cygnus.com)
4389
720b3aed
JK
4390 * i960-pinsn.c, a29k-pinsn.c: Much abridged, just use libopcodes.a.
4391
4392 * core.c (dis_asm_print_address): New function.
4393
a6cead71
JK
4394 * core.c (dis_asm_read_memory): Reinstate 4th arg. The prototype
4395 has been fixed.
4396
494503c7
PS
4397Thu Apr 1 09:34:43 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4398
4399 * breakpoint.c (bpstat_print, bpstat_stop_status): Change to walk the
4400 entire breakpoint chain and print only the first entry that needs to
4401 be printed and needs to be stopped for. Fixes problems with printing
4402 of multiple breakpoints with different conditions.
4403 * breakpoint.c (print_it_done): Renamed from print_it_noop as it
4404 effectively stops printing of the breakpoint chain.
4405 * breakpoint.c (print_it_noop): New routine to print nothing
4406 for this breakpoint entry and dont stop printing.
4407 * breakpoint.c (breakpoint_re_set_one): mention the reevaluated
4408 watchpoint only if it is enabled.
4409 * mipsread.c (parse_procedure): Correct incorrect setjmp procedure
4410 descriptor from the library to make backtraces through setjmp work.
4411 * mipsread.c (fixup_sigtramp): Correct pcreg and fregoffset for
4412 sigtramp.
4413 * mips-tdep.c (read_next_frame_reg): Provide correct values for
4414 all registers saved within sigtramp, cleanup.
4415
f7ed13c7
JK
4416Wed Mar 31 12:52:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4417
4418 * sparc-pinsn.c: Much abridged, just calls version in libopcodes.a.
4419
bf097a0b
RP
4420Wed Mar 31 21:23:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4421
4422 * core.c (dis_asm_read_memory): drop fourth arg which conflicts
4423 with prototype in ../include/dis-asm.h.
4424
5d0734a7
JK
4425Wed Mar 31 12:52:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4426
4427 * core.c (dis_asm_{read_memory,memory_error}): New functions.
4428 m68k-pinsn.c, h8500-tdep.c, i386-pinsn.c, mips-pinsn.c, z8k-tdep.c:
4429 Use read_memory_func interface to disassembler.
4430
2093fe68
RP
4431Tue Mar 30 15:46:14 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4432
4433 Teach sparc solaris to next over shared library functions.
4434 * solib.[hc] (find_pc_section_from_so_list): new function and
4435 prototype.
4436 * sparc-tdep.c (in_solib_trampoline): new function.
4437 * symfile.[hc] (find_pc_section): new function and prototypes.
4438 * target.[hc] (find_pc_section_from_targets): new function and
4439 prototypes.
4440 * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): redefine to
4441 in_solib_trampoline.
4442
b27be792
JK
4443Tue Mar 30 08:06:24 1993 Jim Kingdon (kingdon@cygnus.com)
4444
deae7611
JK
4445 * infrun.c (wait_for_inferior): Revise comment.
4446
359a097f
JK
4447 * command.c (do_setshow_command): Use %u with var_{u,z}integer.
4448
4449 * command.{c,h}: New var_type var_integer.
4450 main.c: Use it for history_size.
4451
4452 * rs6000-tdep.c, xcoffexec.c, config/rs6000/xm-rs6000.h, breakpoint.c:
4453 Lint and byte-order fixups.
4454
3f031adf
JK
4455 * breakpoint.c (print_it_normal): Return 0 after hitting watchpoint.
4456
8af68e4e
JK
4457 * breakpoint.h (bpstat): New field print_it.
4458 breakpoint.c (bpstat_print): Use it.
4459 (print_it_normal): New function (from old bpstat_print code).
4460 (bpstat_{alloc,stop_status}): Set print_it field.
4461
4462 * breakpoint.c (bpstat_stop_status): Use catch_errors when
4463 evaluating watchpoint condition, via new function watchpoint_check.
4464 Also stop if watchpoint disabled due to leaving its block.
4465
b27be792
JK
4466 * findvar.c [REG_STRUCT_HAS_ADDR]: Add comment.
4467
aa66fddd
PS
4468Tue Mar 30 00:14:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4469
4470 * mips-pinsn.c: Add missing include of dis-asm.h.
4471
d7d35f00
FF
4472Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
4473
239121e2
FF
4474 * Makefile.in (clean, distclean, realclean): Recursively apply
4475 to subdirs first, rather than last. This avoids, for example,
4476 Makefile being removed in a parent directory before the recursive
4477 make is run.
4478
141ccc03
FF
4479 * alldeps.mak, depend: Update for below changes.
4480
2225eb85
FF
4481 * config/m68k/tm-m68k.h: Renamed from config/m68k/tm-68k.h.
4482 * m68k/{tm-3b1.h, tm-altos.h, tm-amix.h, tm-es1800.h,
4483 tm-hp300bsd.h, tm-hp300hpux.h, tm-isi.h, tm-news.h, tm-os68k.h,
4484 tm-st2000.h, tm-sun2.h, tm-sun3.h, tm-vx68.h}: Include tm-m68k.h
4485 instead of tm-68k.h.
4486 * Makefile.in (HFILES): tm-68k.h renamed to tm-m68k.h.
4487 * README, a29k-pinsn.c, m68k-pinsn.c, m68k-stub.c, remote-vx.c,
4488 m68k/{altos.mh, altos.mt, apollo68b.mh, nm-apollo68b.h,
4489 nm-hp300bsd.h, config/m68k/xm-apollo68b.h}: Map '68k' to 'm68k'.
4490 * a29k/tm-a29k.h, doc/gdbint.texinfo: Account for renaming of
4491 tm-68k.h to tm-m68k.h.
4492 * m68k/m68k-fp.mt (TM_FILE): tm-68k-fp.h renamed to tm-m68k-fp.h.
4493 * m68k/m68k-nofp.mt (TM_FILE): tm-68k-nofp.h renamed to
4494 tm-m68k-nofp.h.
4495
d7d35f00
FF
4496 * config/a29k/tm-a29k.h: Renamed from config/a29k/tm-29k.h.
4497 * a29k-pinsn.c: Renamed from am29k-pinsn.c.
4498 * a29k-tdep.c: Renamed from am29k-tdep.c.
4499 * remote-eb.c, config/a29k/tm-ultra3.h: Include renamed tm-a29k.h.
4500 * remote-monitor.c, remote-st2000.c, config/a29k/{nm-ultra3.h,
4501 tm-a29k.h, xm-ultra3.h}, config/romp/rtbsd.mh, doc/gdbinv-s.texi,
4502 testsuite/gdb.t15/funcargs.exp, testsuite/gdb.t17/callfuncs.exp:
4503 Map '29k' to 'a29k'.
4504 * config/a29k/{a29k-kern.mt, a29k-udi.mt, a29k.mt, ultra3.mt}
4505 (TDEPFILES): Use renamed a29k-pinsn.o and a29k-tdep.o.
4506 * config/a29k/{a29k-udi.mt, a29k.mt} (TM_FILE): Use renamed
4507 tm-a29k.h.
4508 * config/a29k/a29k-udi.mt (MT_CFLAGS): Remove TARGET_AM29K
4509 define that does not appear anywhere else in the gdb source tree.
4510 * doc/gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
4511
ad376893
JK
4512Mon Mar 29 13:55:29 1993 Jim Kingdon (kingdon@cygnus.com)
4513
2225eb85
FF
4514 * breakpoint.c: Add comments regarding breakpoint_re_set.
4515
e5c00760
JK
4516 * xcoffread.c (sort_syms, compare_symbols): Remove.
4517 (xcoff_symfile_read): Use sort_all_symtab_syms from symfile.c
4518 not our own sort_syms (it is identical).
4519
ad376893
JK
4520 * xcoffread.c: Nuke NAMES_HAVE_DOT define (not used).
4521
0b0d6c3f
PS
4522Sun Mar 28 11:24:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4523
4524 * breakpoint.c (breakpoint_re_set_one): Fix storage leak.
4525 * breakpoint.c (enable_breakpoint): Don't enable watchpoint if it
4526 went out of scope.
4527 * exec.c (exec_close): Fix storage leak.
4528 * exec.c (exec_file_command): Make sure that bfd doesn't realign the
4529 output sections when patching an executable.
4530 * mips-nat.c (store_inferior_registers): Use REGISTER_PTRACE_ADDR
4531 when writing all registers.
4532 * mips-tdep.c (mips_push_dummy_frame): Save floating point registers
4533 at the right offset in the dummy frame.
4534 * mipsread.c (psymtab_to_symtab_1): Do not complain for stProc,
4535 stStaticProc and stEnd symbols as they are generated by gcc-2.x.
4536 * mipsread.c (mipscoff_new_init): Initialize stabsread and buildsym.
4537
0f0834c5
JG
4538Fri Mar 26 15:25:05 1993 John Gilmore (gnu@cygnus.com)
4539
4540 * Makefile.in (TARFILES): Avoid trailing backslash.
4541
2d313932
JK
4542Fri Mar 26 11:29:30 1993 Jim Kingdon (kingdon@cygnus.com)
4543
d7d35f00
FF
4544 * breakpoint.{c,h}: Add exp_string to struct breakpoint and use
4545 it in breakpoint_re_set.
2d313932
JK
4546 * breakpoint.c (watch_command, enable_breakpoint): Fetch lazy values.
4547
4548 * rs6000-tdep.c (single_step): Misc cleanups (CORE_ADDR not int,
4549 don't use sizeof(int) for target stuff, etc).
4550
53f6119f 4551Thu Mar 25 15:03:53 1993 Fred Fish (fnf@cygnus.com)
3c02636b 4552
53f6119f
FF
4553 * alldeps.mak, configure.in, i860-break.h, i860-opcode.h,
4554 i860-pinsn.c, i860-tdep.c, config/i860/*: Remove incomplete i860
4555 support that can't be integrated anyway due to lack of clear
4556 authorship.
3c02636b 4557
ccf1e898
SG
4558Thu Mar 25 12:26:50 1993 Stu Grossman (grossman@cygnus.com)
4559
4560 * findvar.c (read_register, write_register): Make these capable
4561 of reading/writing registers that are shorter than REGISTER_TYPE.
4562 * (value_from_register): Install H8500 specific code to return
4563 proper value when register is being used as a pointer.
4564 * h8500-tdep.c: Remove extra defines of NUM_REGS.
4565 (h8500_skip_prologue): Use correct lengths for LINK instructions.
4566 (FRAME_CHAIN): Change name to h8500_frame_chain. Rewrite code to
4567 chain frames properly by combining frame pointer with T reg.
4568 (init_extra_frame_info): Delete. It's now a macro.
4569 (frame_args_address): Don't add PTR_SIZE. Stack args are already
4570 offset by the correct amount off of the frame pointer.
4571 (register_byte): Delete. It's now a macro.
4572 (register_raw_size, register_virtual_size): Delete. Replaced by
4573 common routine h8500_register_size, cuz there's no difference
4574 between the raw & virtual sizes on this machine.
4575 (register_convert_to_raw, register_convert_to_virtual): Delete,
4576 cuz there's no difference between the raw & virtual forms.
4577 Replaced by memcpy in tm file.
4578 (register_virtual_type): Rename to h8500_register_virtual_type.
4579 Get rid of pointer pseudo-regs, use _REGNUM with all reg names.
4580 (_initialize_h8500_tdep): Get rid of crock to ensure that GDB &
4581 emulator have same reg offsets. This is all handled in the
4582 simulator code now.
4583 (h8500_trapped_internalvar): New routine to detect references to
4584 convenience vars acting as pointer pseudo-regs.
4585 (h8500_value_trapped_internalvar): Conjure up value of pointer
4586 pseudo-regs.
4587 (h8500_set_trapped_internalvar): Convert set value in real
4588 register references.
4589 infcmd.c (read_pc, write_pc): Add h8500 specific code to handle
4590 code segment register.
4591 infrun.c (proceed): Simplify. Call write_pc instead of doing it
4592 by hand.
4593 (wait_for_inferior): Add h8500 specific code to add stack segment
4594 when reading SP register.
4595 remote-sim.c (fetch_register): Spacing.
4596 tm-h8500.h: #define GDB_TARGET_IS_H8500 to make it easier to
4597 detect cruft. Redo all register manipulation stuff. Get rid of
4598 pointer pseudo-regs. (INIT_EXTRA_FRAME_INFO): Adds stack segment
4599 to frame pointer. (IS_TRAPPED_INTERNALVAL,
4600 VALUE_OF_TRAPPED_INTERNALVAR, SET_TRAPPED_INTERNALVAR): Use these
4601 to create internal vars for pointer pseudo-regs.
4602
2531303c
FF
4603Thu Mar 25 10:10:28 1993 Fred Fish (fnf@cygnus.com)
4604
4605 * Makefile.in: Numerous small changes to macro definitions
4606 and rules for building gdb distribution tree. Many macros
4607 eliminated or merged, and rules simplified.
4608 * alldeps.mak: Update.
4609 * depend: Update.
4610
b396a969
DZ
4611Wed Mar 24 13:52:29 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
4612
4613 * Makefile.in: recurse through SUBDIRS for dvi target too
4614
53f6119f
FF
4615Wed Mar 24 08:48:30 1993 Jim Kingdon (kingdon@cygnus.com)
4616
4617 * Clean up xcoff relocation.
4618 objfiles.h (struct objfiles): Add section_offsets, num_sections.
4619 symfile.c (syms_from_objfile), xcoffread.c (xcoff_symfile_offsets):
4620 Set them.
4621 symtab.h (struct general_symbol_info): Add section field.
4622 minsyms.c (prim_record_minimal_symbol{,_and_info}): Set it.
4623 xcoffread.c: Set section for symbols and msymbols.
4624 (struct symtab): Add block_line_section field.
4625 buildsym.c (end_symtab): Set it.
4626 (end_symtab and callers): Add section parameter.
4627 objfiles.c (objfile_relocate): New funciton.
4628 xcoffexec.c (vmap_symtab): Use it.
4629 xcoffsolib.h (struct vmap): Remove unused fields.
4630 config/rs6000/tm-rs6000.h, stack.c, xcoffexec.c: Remove
4631 CORE_NEEDS_RELOCATION, symtab_relocated.
4632 config/rs6000/tm-rs6000.h: Remove use of loadinfotext.
4633 rs6000-tdep.c: Make loadinfotext static.
4634 breakpoint.c (fixup_breakpoints): Doc fix.
4635 symtab.h (struct symtab), config/rs6000/tm-rs6000.h, buildsym.c
4636 (end_symtab): primary field replaces nonreloc.
4637
ece2e98a
JG
4638Tue Mar 23 00:10:53 1993 John Gilmore (gnu@cygnus.com)
4639
4640 * symtab.h (struct linetable_entry): Remove confusing comment.
4641
80c8fd72
DZ
4642Tue Mar 23 00:01:23 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4643
4644 * Makefile.in: add installcheck target
4645
1a0edbc7
FF
4646Mon Mar 22 16:17:58 1993 Fred Fish (fnf@cygnus.com)
4647
4648 * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
4649 m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
4650 z8k}: New directories to hold cpu specific configuration files.
4651 Naming follows gcc convention.
4652 * config/{*.mt, *.mh}: All target and host makefile fragment
4653 config files moved to an appropriate config/<cpu> subdirectory.
4654 * nm-*, xm-*, tm-*: All native, host, and target files, which
4655 get linked to nm.h, xm.h, and tm.h respectively by configure,
4656 moved to appropriate config/<cpu> subdirectory.
4657 * nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
4658 Native, host, and target files that are common across more than
4659 one cpu architecture and included by one of the configured
4660 native, host, or target files, get moved to config directory.
4661 * Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
4662 pick up native, host, or target include files moved to one of
4663 the config subdirectories, and that are included by other files.
4664 * Makefile.in (alldeps.mak): Modify to account for new config
4665 directory structure.
4666 * alldeps.mak, depend: Update for new config directory structure.
4667 * config/*/[ntx]m-*.h: Modify all files that include other
4668 [ntx]m-*.h files to use path relative to gdb/config. I.E.
4669 "a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
4670 "tm-29k.h".
4671 * remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
4672 * mipsread.c (tm-mips.h): Include mips/tm-mips.h.
4673 * i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
4674 * configure.in: Default gdb_host_cpu to host_cpu, and remap
4675 the ones where the default is not unique or different than the
4676 config subdirectory name. Similarly, handle gdb_target_cpu.
4677 Modify configure.in as appropriate to make use of gdb_host_cpu
4678 and gdb_target_cpu to find makefile fragments and make links.
4679
5f5341a7
ILT
4680Mon Mar 22 12:36:24 1993 Ian Lance Taylor (ian@cygnus.com)
4681
4682 * mipsread.c (compare_blocks): Sort blocks with the same start
4683 address by decreasing ending address.
4684
1a3579df
PS
4685Mon Mar 22 20:36:04 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4686
4687 * mipsread.c (parse_procedure): Save cur_fdr accross call to
4688 lookup_symbol as it might get clobbered by the call.
4689
4690 * mipsread.c (parse_partial_symbols): Use ADD_PSYMBOL_ADDR_TO_LIST.
4691 The previous code did not initialize the language field for the psymtab
4692 entry.
4693
f24c159f
JG
4694Sat Mar 20 00:33:39 1993 John Gilmore (gnu@cygnus.com)
4695
4696 * c-exp.y (parse_number): Avoid shift warning.
4697 * serial.h (struct ttystate): Declare empty one on DOS.
4698
bc0d4cb9
SG
4699Fri Mar 19 12:59:50 1993 Stu Grossman (grossman@cygnus.com)
4700
733a9015
SG
4701 * xm-sun4os4.h: Return type of free() should be void, not int.
4702
bc0d4cb9
SG
4703 * vx-share/vxWorks.h: Remove #def of NULL.
4704
deb3f296
JK
4705Fri Mar 19 11:28:18 1993 Jim Kingdon (kingdon@cygnus.com)
4706
4707 * tm-rs6000.h: Nuke no-op STAB_REG_TO_REGNUM.
4708
52f8e6a0
SC
4709Fri Mar 19 07:40:09 1993 Steve Chamberlain (sac@cygnus.com)
4710
4711 * z8k-tdep.c (print_insn): Include the new dis-asm header file.
4712
00cea52f
PB
4713Thu Mar 18 14:26:57 1993 Per Bothner (bothner@rtl.cygnus.com)
4714
4715 * ieee-float.c: Moved to ../libiberty.
4716 * ieee-float.h: Moved to ../include.
4717 * Makefile.in: Update accordingly.
4718 * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn):
4719 Convert to stubs that call disassemblers in ../opcodes/*-dis.c.
4720 * m68k-tdep.c: Removed definition of ext_format ext_format_68881;
4721 it is now in ../opcodes/m68881-ext.c.
4722 * mips-tdep.c (mips_skip_prologue): Try to skip more of the
4723 prologue (some callers _do_ care).
4724 * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to
4725 new interface of ../opcodes/*-dis.c.
4726 * ch-exp.y: Add #include <ctype.h>.
4727
b60b2e3e
JK
4728Thu Mar 18 11:57:49 1993 Jim Kingdon (kingdon@cygnus.com)
4729
c161de74
JK
4730 * xcoffexec.c (exec_close): Don't close exec_bfd twice.
4731
b60b2e3e
JK
4732 * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive.
4733
ecfd2b60
JK
4734Wed Mar 17 09:46:31 1993 Jim Kingdon (kingdon@cygnus.com)
4735
4736 * xcoffread.c (arrange_linetable): Use x{m,re}alloc not {m,re}alloc.
4737
2d8d693a
SC
4738Wed Mar 17 11:28:11 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4739
4740 * z8k-tdep.c (extract_return_value, write_return_value,
4741 store_struct_return): New functions from macros in tm-z8k.h.
4742
898e13c8
FF
4743Wed Mar 17 11:23:06 1993 Fred Fish (fnf@cygnus.com)
4744
4745 * valops.c (value_arg_coerce): Apply temporary patch to
4746 fix problem with coercion of array and function types when
4747 passed as arguments to C functions, pending a more complete
4748 review of when and how coercion should be done, depending
4749 upon context and language.
4750
9d61147e
JK
4751Wed Mar 17 09:46:31 1993 Jim Kingdon (kingdon@cygnus.com)
4752
3e57da38
JK
4753 * xcoffread.c (MIN_TBTABSIZ): Change to 12.
4754
9d61147e
JK
4755 * xcoffread.c (xcoff_symfile_read): Only read stringtab and
4756 debugsec if there are a non-zero number of symbols.
4757
3021c40d
JG
4758Tue Mar 16 18:08:45 1993 John Gilmore (gnu@cygnus.com)
4759
4760 * command.c (show_user): Avoid fprintf_filtered botch (AGAIN!).
4761
8112a711
JK
4762Tue Mar 16 15:18:17 1993 Jim Kingdon (kingdon@cygnus.com)
4763
4764 * xcoffexec.c (add_vmap): Wrap symbol read in catch_errors.
4765
4766 * xcoffread.c (read_symbol_lineno): Look to end of symbols for .bf,
4767 not just 50 symbols.
4768 (symtbl_num_syms): New variable.
4769 (read_xcoff_symtab): Set it.
4770 (read_symbol_nvalue): Check for bad symno.
4771 (read_symbol_{lineno,nvalue}, callers): Don't pass symtable; it's
4772 always symtbl.
4773
e829d983
SG
4774Tue Mar 16 10:09:05 1993 Stu Grossman (grossman@cygnus.com)
4775
4776 * config/rs6000.mh: Get rid of -Dfd_set=int crock.
4777 This is defined in defs.h if necessary.
4778 * vx-share/vxWorks.h: Remove #defs of min and max.
4779 * vx-share/xdr_ld.c, vx-share/xdr_ptrace.c,
4780 vx-share/xdr_rdb.c: include defs.h.
4781
c8ade719
JK
4782Fri Mar 12 09:33:23 1993 Jim Kingdon (kingdon@cygnus.com)
4783
4784 * xcoffread.c (retrieve_tracebackinfo): Move assignment out
4785 of while condition.
4786
4787 * xcoffread.c (enter_line_range): complain() on bad endoffset.
4788 xcoffread.c: Doc fixes.
4789
4790Tue Mar 9 09:56:12 1993 Jim Kingdon (kingdon@cygnus.com)
4791
4792 * tm-rs6000.h (CORE_NEEDS_RELOCATION): Just call xcoff_relocate_core.
4793 xcoffexec.c (xcoff_relocate_core): New function.
4794 (text_adjustment): Removed.
4795 (add_vmap): Return the vmap.
4796 rs6000-tdep.c (add_text_to_loadinfo): No longer static.
4797
4798Fri Mar 5 05:22:46 1993 Jim Kingdon (kingdon@cygnus.com)
4799
4800 * xcoffsolib.h: Add objfile member to struct vmap.
4801 xcoff{exec,solib}.c: Use it, not lookup_objfile_bfd.
4802 xcoffexec.c (add_vmap): Allocate objfiles here.
4803
48a522d9
JG
4804Sun Mar 14 02:54:15 1993 John Gilmore (gnu@cygnus.com)
4805
01deac12
JG
4806 Support 68000 series without floating point.
4807
4808 * configure.in (m68000-*-{aout,elf,coff}): New configs.
48a522d9
JG
4809 * tm-68k-nofp.h: New file, lacks 68881 support.
4810 * config/m68k-nofp.mt: New file.
4811
84a05e52
JG
4812Sun Mar 14 02:30:08 1993 John Gilmore (gnu@cygnus.com)
4813
4814 Remove a few remaining underscore/no-underscore remnants from
4815 config files.
4816
4817 * config/{m68k-un.mt, sparc-un.mt}: Remove.
4818 * config/m68k-noun.mt: Rename to m68k-fp.mt.
4819 * config/sparc-noun.mt: Rename to sparc-em.mt.
4820 * tm-68k-noun.h, tm-spc-noun.h: Remove.
4821 * tm-68k-un.h: Rename to tm-68k-fp.h.
4822 * tm-spc-un.h: Rename to tm-spc-em.h.
4823 * tm-sun4sol2.h: Cleanup.
4824 * configure.in (m68k-*, sparc-* targets): Corresponding changes.
4825
961ee88e
JG
4826Sat Mar 13 14:58:22 1993 John Gilmore (gnu@cygnus.com)
4827
4828 * symmisc.c (std_in, std_out, std_err): Move initializations
4829 to runtime code, in case they aren't constant.
4830
a8172eea
RP
4831Fri Mar 12 16:23:54 1993 K. Richard Pixley (rich@cygnus.com)
4832
aa8f3210
RP
4833 * symtab.c (find_pc_symtab): some object file formats, notably
4834 mips, have holes in the address ranges of symtabs. Change
0a4a0f09 4835 this algorithm from first hit to tightest fit.
aa8f3210 4836
a8172eea
RP
4837 * mips-tdep.c (heuristic_proc_start): if we walk the pc into the
4838 fence post without finding the enclosing function, then print a
4839 warning.
4840
bd5d07d9
FF
4841Thu Mar 11 09:33:01 1993 Fred Fish (fnf@cygnus.com)
4842
5e81259d
FF
4843 * utils.c (fputs_demangled, fprint_symbol): Remove.
4844 * utils.c (fprintf_symbol_filtered): New function which combines
4845 the functionality of fputs_demangled and fprint_symbol. Uses a
4846 caller provided language parameter to select the appropriate
4847 demangler, and caller provided args to pass to the demangler.
bd5d07d9
FF
4848 * defs.h (enum language): Move further up in file so enum can
4849 be used in prototypes.
5e81259d
FF
4850 * defs.h (fputs_demangled, fprint_symbol): Remove prototypes.
4851 * defs.h (fprintf_symbol_filtered): Add prototype.
4852 * c-typeprint.c (cp_type_print_method_args): Replace calls to
4853 fputs_demangled with call to fprintf_symbol_filtered.
4854 * cp-valprint.c (demangle.h): Include
4855 * cp-valprint.c (cp_print_value_fields): Replace calls to
4856 fprint_symbol with calls to fprintf_symbol_filtered.
4857 * printcmd.c (print_frame_args): Replace call to fprint_symbol
4858 with call to fprintf_symbol_filtered.
bd5d07d9
FF
4859 * stack.c (print_frame_info): Remove obsolete code so we don't
4860 have to update fputs_demangled usage in it.
4861 * stack.c (print_frame_info, frame_info): Add language variable
5e81259d
FF
4862 to pass to fprintf_symbol_demangled and initialize it from the
4863 symbol's language. Replace calls to fputs_demangled with calls
4864 to fprintf_symbol_filtered.
4865 * symtab.c (find_methods): Replace call to fputs_demangled with
4866 call to fprintf_symbol_filtered.
5e81259d
FF
4867 * ch-valprint.c (demangle.h): Include.
4868 * ch-valprint.c (chill_print_value_fields): Replace call to
4869 fprint_symbol with call to new fprintf_symbol_filtered.
bd5d07d9 4870
f77ad505
FF
4871Wed Mar 10 17:37:11 1993 Fred Fish (fnf@cygnus.com)
4872
0b96ed06
FF
4873 * Makefile.in (VERSION): Bump version to 4.8.2.
4874
f77ad505
FF
4875 * main.c (source_command): Require an explicit pathname of file
4876 to source, since previous behavior of defaulting to gdb init file
4877 was troublesome and undocumented.
4878 * printcmd.c (disassemble_command): Add missing '{}' pair to
4879 else with two statements. Bug reported by Stephane Tsacas
4880 <slt@isoft.fr>.
4881 * symtab.c (find_pc_line): Don't complain about zero length or
4882 negative length line numbers for the moment, since we may not own
4883 the terminal when called, such as when single stepping. (FIXME)
4884 * language.h (CAST_IS_CONVERSION): True if current language is
4885 C++ as well as C. Fix from Peter Schauer.
4886 * environ.c (get_in_environ, set_in_environ, unset_in_environ):
4887 Use STREQN macro rather than bare '!strncmp()'.
4888 * environ.c (unset_in_environ): Avoid use of memcpy on
4889 overlapping memory regions, as suggested by Paul Eggert
4890 <eggert@twinsun.com>.
4891 * c-exp.y (%union struct): Remove unused ulval as suggested
4892 by Paul Eggert <eggert@twinsun.com>.
4893
4894Mon Mar 8 19:03:06 1993 Fred Fish (fnf@cygnus.com)
4895
4896 * main.c (gdbinit): Make static.
4897 * main.c (inhibit_gdbinit): Move to file scope.
4898 * main.c (main): Remove local inhibit_gdbinit.
4899 * main.c (source_command): Don't source '.gdbinit' file by
4900 default if gdb has been told to ignore it.
4901
aecc5459
ILT
4902Sun Mar 7 21:58:53 1993 Ian Lance Taylor (ian@cygnus.com)
4903
4904 * Makefile.in (MAKEOVERRIDES): Define to be empty for GNU Make
4905 3.63.
4906
19327ea5
JG
4907Fri Mar 5 17:39:45 1993 John Gilmore (gnu@cacophony.cygnus.com)
4908
aecc5459
ILT
4909 * printcmd.c (print_address_symbolic): Only print if offset
4910 is shorter than max_symbolic_offset.
4911 (initialize_printcmd): `set print max-symbolic-offset'.
4912
946f014b
JG
4913 * am29k-tdep.c (TAGWORD_ZERO_MASK): New #define.
4914 (examine_tag): Use it.
4915 (read_register_stack): Only look in the local registers for a
4916 memory address if it's between rfb and rsp; go to memory otherwise.
4917 (initialize_29k): Fix call_scratch_address doc. Remove reginv_com.
19327ea5
JG
4918 (reginv_com): Remove ancient kludge command.
4919
81029114
RP
4920Fri Mar 5 17:16:26 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4921
24365af9
RP
4922 * tm-irix3.h (ZERO_REGNUM): copy this macro from tm-mips.h so that
4923 irix4 will again compile.
4924
5870d848
RP
4925 * tm-mips.h (GDB_TARGET_IS_MIPS): no longer used, now removed.
4926
81029114
RP
4927 * configure.in: accept mips-sgi-irix4* for irix4.
4928
4929Fri Mar 5 07:49:48 1993 Steve Chamberlain (sac@lisa.cygnus.com)
4930
4931 * z8k-tdep.c (print_register_hook): Lint.
4932
4966c17c
JG
4933Thu Mar 4 17:42:03 1993 John Gilmore (gnu@cygnus.com)
4934
4935 Lint fixes from Paul Eggert (eggert@twinsun.com):
4936
4937 * command.c (do_setshow_command): var_uintegers are unsigned.
4938 * sparc-tdep.c (save_insn_opcodes, restore_insn_opcodes):
4939 unsigned, since they use hex values with the high bit set.
4940
83386662
FF
4941Thu Mar 4 08:22:55 1993 Fred Fish (fnf@cygnus.com)
4942
2456bacb
FF
4943 Fixes submitted by Karl Berry (karl@nermal.hq.ileaf.com):
4944 * m88k-pinsn.c (sprint_address): Use SYMBOL_NAME macro to
4945 access symbol name.
e5bb7e61 4946 * m88k-nat-c (SXIP_OFFSET, SNIP_OFFSET, SFIP_OFFSET): Enclose
2456bacb 4947 macro definitions in parenthesis.
e5bb7e61 4948
83386662
FF
4949 * dbxread.c (dbx_symfile_init): Catch the case where there is
4950 no string table, but the only way we find out is by reading zero
4951 bytes from EOF.
4952
69a272c4
FF
4953Wed Mar 3 15:51:28 1993 Fred Fish (fnf@cygnus.com)
4954
4955 * dbxread.c (dbx_symfile_init): Make size of the string table
4956 size field a define (DBX_STRINGTAB_SIZE_SIZE). Ensure that the
4957 offset to the string table is nonzero and handle the nonexistant
4958 string table case, should it occur. Ensure that the string table
4959 size read from the file is reasonable, with a minimum lower bound
4960 of DBX_STRINGTAB_SIZE_SIZE instead of zero.
4961
b010e283
ILT
4962Wed Mar 3 07:23:03 1993 Ian Lance Taylor (ian@cygnus.com)
4963
4964 * Makefile.in: Changes to build testsuite correctly.
4965 (FLAGS_TO_PASS): Added CXX and CXXFLAGS.
4966 (CC_FOR_TARGET, CXX, CXX_FOR_TARGET): New variables.
4967 (TARGET_FLAGS_TO_PASS): New variable.
4968 (SUBDIRS): Added testsuite.
4969 (all): Build testsuite using TARGET_FLAGS_TO_PASS, so that
4970 testsuite is compiled with CC_FOR_TARGET rather than CC.
4971
45364c8a
FF
4972Tue Mar 2 17:57:56 1993 Fred Fish (fnf@cygnus.com)
4973
6985bc54
FF
4974 * dbxread.c (dbx_symfile_init): Fix for nonexistant string table,
4975 reported by mycroft@gnu.ai.mit.edu.
4976
4977 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
4978 * configure.in (vax-*-ultrix2*): New triplet.
4979 * config/vaxult2.mh: New file.
4980 * xm-vaxult2.h: New file.
4981
45364c8a
FF
4982 * c-exp.y (parse_number): Change high_bit to unsigned.
4983 * demangle.c: Change all references to cfront to ARM, since the
4984 actual algorithm is the one specified in the Annotated Reference
4985 Manual. This was confusing users into thinking that full cfront
4986 support was implemented.
4987 * dwarfread.c (CFRONT_PRODUCER): Remove, was never really used.
4988 * eval.c (evaluate_subexp): For STRUCTOP_PTR pass the arg type
4989 directly to lookup_struct_elt_type, which will do the
4990 dereferencing itself.
4991 * gdbtypes.c (lookup_struct_elt_type): Expand comments. Fix
4992 NULL dereferencing bug for unnamed structs, comment out
4993 questionable code.
4994
fefe2ed9
JG
4995Mon Mar 1 17:54:41 1993 John Gilmore (gnu@cygnus.com)
4996
1d9449ab
JG
4997 * coffread.c (process_coff_symbol): Change PCC argument correction
4998 so that it only happens on big-endian targets; so that it only
4999 happens if the short or char argument is aligned on an int
5000 boundary; and so that it changes the location, rather than the
5001 type, of the argument. These changes tend to parallel similar
5002 (old) changes in stabsread.c.
5003
5004 * coffread.c (coff_read_enum_type): Use the specified size for
5005 enums, don't assume that they are int-sized.
5006
5007 * c-valprint.c (c_val_print): Don't assume enums are the same as
5008 ints.
5009
fefe2ed9
JG
5010 * coredep.c: Handle NO_PTRACE_H in coredep.c. Fix by Michael
5011 Rendell, <michael@mercury.cs.mun.ca>.
5012
58a66e24
FF
5013Mon Mar 1 09:25:57 1993 Fred Fish (fnf@cygnus.com)
5014
5015 * language.h (local_decimal_format_custom): Add prototype.
5016 * language.c (local_decimal_format_custom): Add function, bug
5017 reported by Robert R. Henry (rrh@tera.com).
5018
9116f7c7
JG
5019Fri Feb 26 18:33:18 1993 John Gilmore (gnu@cacophony.cygnus.com)
5020
5021 * xcoffexec.c (vmap_ldinfo): Fix "/" for '/' typo, reported
5022 by Josef Leherbauer, joe@takeFive.co.at.
5023
5024Wed Feb 24 19:17:11 1993 John Gilmore (gnu@cacophony.cygnus.com)
5025
5026 * symfile.c (syms_from_objfile), tm-29k.h, tm-3b1.h, tm-68k-un.h,
5027 tm-altos.h, tm-arm.h, tm-convex.h, tm-es1800.h, tm-h8300.h,
5028 tm-hp300bsd.h, tm-hp300hpux.h, tm-hppa.h, tm-i386bsd.h,
5029 tm-i386v.h, tm-i960.h, tm-irix3.h, tm-isi.h, tm-linux.h,
5030 tm-m88k.h, tm-merlin.h, tm-mips.h, tm-news.h, tm-np1.h, tm-pn.h,
5031 tm-pyr.h, tm-rs6000.h, tm-spc-un.h, tm-sun386.h, tm-sunos.h,
5032 tm-symmetry.h, tm-sysv4.h, tm-tahoe.h, tm-umax.h, tm-vax.h,
5033 tm-vx68.h, tm-z8k.h: Remove remnants of NAMES_HAVE_UNDERSCORE.
5034
8fbdca53
FF
5035Wed Feb 24 07:41:15 1993 Fred Fish (fnf@cygnus.com)
5036
f31e2e7a
FF
5037 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize contents
5038 of demangled name fields to NULL if no demangling exists for
5039 a symbol. SYMBOL_INIT_LANGUAGE_SPECIFIC does this for new
5040 symbols if their language is known at the time they are created,
5041 but sometimes the language is not known until later.
5042
8fbdca53
FF
5043 * ch-typeprint.c (chill_print_type_base): Name changed to
5044 chill_type_print_base to match pattern for C and C++ names.
5045 * ch-typeprint.c (chill_print_type): Change "char" to "CHAR"
5046 to be consistent with other usages.
5047 * ch-typeprint.c (chill_type_print_base): Add support for
5048 printing Chill STRUCT types.
5049 * ch-valprint.c: Include values.h.
5050 * ch-valprint.c (chill_print_value_fields): New function and
5051 prototype for printing Chill STRUCT values.
5052 * ch-valprint.c (chill_val_print): Fix call to val_print_string
5053 that was being called with two args instead of three.
5054 * ch-valprint.c (chill_val_print): Call chill_print_value_fields
5055 to print Chill STRUCT values.
8fbdca53 5056
b12529c1
MW
5057Tue Feb 23 18:58:11 1993 Mike Werner (mtw@poseidon.cygnus.com)
5058
5059 * configure.in: added testsuite to configdirs.
5060
c2dc518b
MS
5061Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
5062
5063 * doc/stabs.texi: The `this' pointer is now known by the name
5064 `this' instead of `$t'.
5065
b6236d6e
FF
5066Tue Feb 23 11:21:33 1993 Fred Fish (fnf@cygnus.com)
5067
bb6e8fe6
FF
5068 * dwarfread.c (read_tag_string_type): Rewrite to allow forward
5069 references of TAG_string_type DIEs in user defined types.
b6236d6e
FF
5070 * ch-lang.c (chill_create_fundamental_type): Track compiler
5071 change that now emits debugging info with the type long for Chill
5072 longs.
b6236d6e 5073
c2a0f1cb
ILT
5074Mon Feb 22 15:21:54 1993 Ian Lance Taylor (ian@cygnus.com)
5075
5076 * remote-mips.c: New file; implements MIPS remote debugging
5077 protocol.
5078 * config/idt.mt: New file; uses remote-mips.c
5079 * configure.in (mips-idt-ecoff): New target; uses idt.mt.
5080
5081 * mips-tdep.c (mips_fpu): New variable; controls use of MIPS
5082 floating point coprocessor.
5083 (mips_push_dummy_frame): If not mips_fpu, don't save floating
5084 point registers.
5085 (mips_pop_frame): If not mips_fpu, don't restore floating point
5086 registers.
5087 (_initialize_mips_tdep): New function; let the user reset mips_fpu
5088 variable.
5089 * tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): If not
5090 mips_fpu, don't use fp0 as floating point return register.
5091 (FIX_CALL_DUMMY): If not mips_fpu, don't save floating point
5092 registers.
5093
bf3d2b75
MW
5094Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
5095
5096 * gdb/testsuite: made modifications to testcases, etc., to allow
5097 them to work properly given the reorganization of deja-gnu and the
5098 relocation of the testcases from deja-gnu to a "tool" subdirectory.
5099
19fa4a0a
MW
5100Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
5101
5102 * gdb/testsuite: Initial creation of gdb/testsuite.
5103 Migrated dejagnu testcases and support files for testing nm to
5104 gdb/testsuite from deja-gnu. These files were moved "as is"
5105 with no modifications. This migration is part of a major overhaul
5106 of dejagnu. The modifications to these testcases, etc., which
5107 will allow them to work with the new version of dejagnu will be
5108 made in a future update.
5109
cb46c402
JG
5110Fri Feb 19 18:36:55 1993 John Gilmore (gnu@cygnus.com)
5111
5112 * NEWS: Add reminders for next release.
5113
254dec35
ILT
5114Fri Feb 19 10:01:39 1993 Ian Lance Taylor (ian@cygnus.com)
5115
5116 * mipsread.c (parse_lines): Correct check for files compiled with
5117 -g1.
5118
dba02c60
JG
5119Fri Feb 19 05:56:15 1993 John Gilmore (gnu@cygnus.com)
5120
5121 * Makefile.in (VERSION): 4.8.1 to distinguish local versions.
5122
c7cb1025 5123Fri Feb 19 01:32:58 1993 John Gilmore (gnu@cygnus.com)
ead97959
JG
5124
5125 * Makefile.in (VERSION): GDB-4.8 release!
dba02c60 5126 * README, NEWS: Update for release.
ead97959 5127
b9163d1a
SG
5128Thu Feb 18 22:44:40 1993 Stu Grossman (grossman@cygnus.com)
5129
5130 * am29k-pinsn.c (print_insn): Minor nits with const.
5131 * am29k-tdep.c: More minor nits with arg types for
5132 supply_register, NULL vs. 0, read_register_gen, & reginv_com.
5133
5e3d0ab0
JG
5134Thu Feb 18 22:38:03 1993 John Gilmore (gnu@cygnus.com)
5135
5136 * gcc.patch: Update for a different GCC (G++) bug.
5137 * main.c (print_gdb_version): Update copyright year to 1993.
5138 * nm-hp300bsd.h: Decide whether this is BSD 4.3 or 4.4,
5139 conditionalize this file on it. FIXME, right way is to split
5140 these into two config files.
5141 (ATTACH_DETACH): Define for BSD 4.4
5142 (PTRACE_ARG_TYPE): caddr_t for BSD 4.4, unset for 4.3.
5143 (U_REGS_OFFSET): Revise for 4.4.
5144 (REGISTER_U_ADDR): Separate for 4.4, but it doesn't work yet.
5145 * xm-hp300bsd.h: Move definitions of UINT_MAX, INT_MAX, INT_MIN,
5146 LONG_MAX into this file to avoid cpp "redefinition" warnings.
5147
add04f8b
RP
5148Thu Feb 18 16:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
5149
5150 * nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not
5151 caddr_t.
5152
c5c00171
JG
5153Thu Feb 18 04:10:06 1993 John Gilmore (gnu@cygnus.com)
5154
961ccde6
JG
5155 * c-lang.c (c_printstr): Bugfix for length==0 case.
5156
c5c00171
JG
5157 * c-lang.c (c_printstr): If a C string ends in a null, don't
5158 print the null.
5159
eece984d
SG
5160Thu Feb 18 02:39:21 1993 Stu Grossman (grossman at cygnus.com)
5161
5162 * defs.h (STRCMP): Make it work for unsigned chars.
5163
ec4bf6a0
JG
5164Thu Feb 18 01:56:06 1993 John Gilmore (gnu@cygnus.com)
5165
5166 * nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define.
5167 * config/hp300bsd.mh (REGEX, REGEX1): Define.
5168 * m68k-pinsn.c (BREAK_UP_BIG_DECL, AND_OTHER_PART): #if __GNUC__,
5169 define to kludge the large opcode table into two smaller tables,
5170 since GCC take exponential space to build the table. Lint.
5171 (NOPCODES): Remove, use "numopcodes" from opcode/m68k.h instead.
5172
0ae975ea
JG
5173Wed Feb 17 19:24:40 1993 John Gilmore (gnu@cygnus.com)
5174
be220da1
JG
5175 * Makefile.in (VERSION): Roll to 4.7.9.
5176 * xm-hp300bsd.h: Define PSIGNAL_IN_SIGNAL_H and put a compatible
5177 definition here, to handle both BSD 4.3 and 4.4 systems.
5824e607
JG
5178 * mipsread.c (ZMAGIC): #undef to avoid duplicate define.
5179 * remote.c (alarm): Move declaration to global level, before
5180 first reference to it.
5181 * tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve.
0ae975ea
JG
5182 * dbxread.c (process_one_symbol): Cast to unsigned char, not int.
5183
8631194d
RP
5184Wed Feb 17 13:40:29 1993 K. Richard Pixley (rich@cygnus.com)
5185
fce7f2d9
RP
5186 * remote.c (readchar): forward declare alarm which otherwise looks
5187 like an undeclared variable to gcc.
5188
040b9597
RP
5189 * dbxread.c (process_one_symbol): cast enum value N_SO into int
5190 when comparing against an int. Avoids superfluous warning from
5191 vax ultrix 4.2 cc.
5192
9549404e
RP
5193 * inflow.c (set_sigint_trap): add cast to assignment from signal.
5194 Avoids superfluous warnings from some systems and/or compilers
5195 (like vax ultrix 4.2.)
5196
8631194d
RP
5197 * language.c (struct op_print unk_op_print_tab): use the enum
5198 values rather naked zeros as initializers. Avoids warnings from
5199 ultrix type compilers.
5200
f4ed8840
JG
5201Tue Feb 16 00:53:20 1993 John Gilmore (gnu@cygnus.com)
5202
5203 * Makefile.in (VERSION): Roll to 4.7.6.
5204 (SFILES_SUBDIR): Add 29k-share/udi_soc.
5205 (SFILES_SUBSUBDIR): Move 29k-share/udi files to this macro.
62e859f0
JG
5206 (alldeps.mak): Make ALLDEPFILES_SUBSUBDIR for files in sub sub dirs.
5207 (ALLDEPFILES_SUBSUBDIR): Depend on this for deeper dep files.
f4ed8840
JG
5208 (HFILES): Remove all nm-* except nm-trash.h. Add ns32k-opcode.h.
5209 (depend): Fix bug where nm-files in config files weren't noticed.
5210 (make-proto-gdb-1): Avoid changing directories while building new
5211 prototype. Build SFILES_SUBSUBDIR with longer symlinks.
5212
7c622b41
JG
5213Mon Feb 15 20:48:09 1993 John Gilmore (gnu@cygnus.com)
5214
5215 * remote.c: Improve error recovery. Allow user to break out
5216 of initial connection attempt with INTERRUPT. Treat a timeout
5217 while waiting for remote packet like a retry, unless the remote
5218 side is actively running user code. Fix a few long printf_filtered's.
5219
5220 * xcoffread.c (read_xcoff_symtab): Don't use null symbol name for
5221 trampoline symbols.
5222
5223 * buildsym.c (start_subfile): Allow null file name.
5224
e9916390
RP
5225Fri Feb 12 15:46:49 1993 K. Richard Pixley (rich@cygnus.com)
5226
5227 * xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complain
5228 expects a pointer to complaint rather than a complaint
5229 structure.
6d4ea3a5
RP
5230 (process_linenos): free the previously allocated subfile name,
5231 then allocate the new one from the heap.
e9916390 5232
256b4f37
SC
5233Fri Feb 12 08:06:05 1993 Steve Chamberlain (sac@thepub.cygnus.com)
5234
5235 * h8300-tdep.c, tm-h8300.h: turn off some experimental features
5236
e5eeaaf8
JG
5237Thu Feb 11 00:59:07 1993 John Gilmore (gnu@cygnus.com)
5238
256b4f37
SC
5239 * stabsread.c (dbx_lookup_type): Handle negative type numbers.
5240 Previously, would bogusly index off the bottom of type_vector.
5241 (rs6000_builtin_type): Accept type number as argument.
5242 (read_type, case '-'): Handle negatives like any other type number.
5243
5244 * symfile.c (deduce_language_from_filename): Handle null name.
5245
015605c5
JG
5246 * mips-tdep.c (isa_NAN): Fix byte order dependency.
5247 Reported by Nobuyuki Hikichi <hikichi@sra.co.jp>,
5248 fixed by sato@sm.sony.co.jp.
5249
e5eeaaf8
JG
5250 * xcoffread.c (parmsym): Don't use an initializer to set up
5251 this struct symbol. Set it up in initialize_xcoffread.
5252 (read_xcoff_symtab, xcoff_symfile_read): Surround code that only
5253 works on real rs/6000 target with #ifndef FAKING_RS6000.
5254
dd469789
JG
5255Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
5256
5257 * stabsread.c (rs6000_builtin_type): Move function from
5258 xcoffread.c:builtin_type.
5259 * xcoffread.c (builtin_type): Move to stabsread. Remove
5260 IBM6000_HOST dependency. Move misplaced comments.
5261 (various): Change printf's to complaints.
5262 (patch_block_stabs, process_xcoff_symbol case C_DECL): Add
5263 objfile argument to read_type calls under #if 0.
5264 (process_xcoff_symbol case C_RSYM): Fix typo in #ifdef.
5265 * xcoffexec.c (map_vmap): Don't allocate an objfile for the exec_file.
5266 * Makefile.in: xcoffread.o is not built by default.
364c1151 5267 * xm-rs6000.h (IBM6000_HOST): Remove.
dd469789
JG
5268 * config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.
5269 * doc/gdbint.texinfo: Eliminate IBM6000_HOST, document
5270 IBM6000_TARGET.
5271
733a94e8
SG
5272Wed Feb 10 18:31:20 1993 Stu Grossman (grossman at cygnus.com)
5273
5274 * findvar.c (read_var_value): If REG_STRUCT_HAS_ADDR, then set
5275 VALUE_LVAL to be lval_memory so that we don't try to modify wild
5276 register numbers when user tries to modify elements in structs
5277 passed as arguments.
5278 * inflow.c (child_terminal_info): Move banner outside of system
5279 specific #ifdefs.
5280 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Define this for HPPA, which
5281 passes struct/union arguments by address.
5282
5283Wed Feb 10 15:34:46 1993 Ian Lance Taylor (ian@cygnus.com)
5284
14b1f0d9 5285 * Based on patch from Kean Johnston <maw@netcom.com>:
733a94e8
SG
5286 * nm-i386sco4.h: New file. Like nm-i386sco.h, but define
5287 ATTACH_DETACH, PTRACE_ATTACH and PTRACE_DETACH.
5288 * config/i386sco4.mh (NAT_FILE): Use nm-i386sco4.h.
5289
79533adf
JG
5290Tue Feb 9 20:07:18 1993 John Gilmore (gnu@cygnus.com)
5291
5292 * remote-udi.c (FREEZE_MODE): Fix && for & typo. Found and
5293 fixed by Lynn D. Shumaker, shumaker@saifr00.cfsat.honeywell.com.
5294
2368ffb6
ILT
5295Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
5296
5297 * config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in
5298 cc debugging output.
5299
2a021f21
JG
5300Tue Feb 9 00:19:28 1993 John Gilmore (gnu@cygnus.com)
5301
5302 * stabsread.c (define_symbol): Complain about unrecognized names
5303 that begin with CPLUS_MARKER (often '$'), but don't die. Fix
5304 suggested by gb@cs.purdue.edu (Gerald Baumgartner).
5305 (read_cpp_abbrev): Don't use the class name as part of the
5306 vtable pointer member name (_vptr$) in $vf abbrevs or unrecognized
5307 abbrevs. Inspired by Mike Tiemann.
5308 (read_tilde_fields): Comment. Remove ancient dead code.
5309 Remove erroneous but non-dead code. Simplify. Add complaints.
5310 (in general): Remove extraneous (parentheses) in return
5311 statements.
5312
c653bc6d
JG
5313Fri Feb 5 14:01:22 1993 John Gilmore (gnu@cygnus.com)
5314
931bf12a
JG
5315 * coffread.c (coff_lookup_type): Fix fencepost error reported
5316 by Art Berggreen, <arg@opal.acc.com>.
5317
c653bc6d 5318 Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde
931bf12a 5319 <Ulf.Lunde@kvatro.no> and Dag H. Wanvik <Dag.H.Wanvik@kvatro.no>:
c653bc6d
JG
5320
5321 * coffread.c (getfilename): Eliminate COFF_NO_LONG_FILE_NAMES
5322 test, which is apparently left over from when we used native
5323 include files and couldn't depend on the member names being there.
5324 * tm-3b1.h, tm-altos.h, tm-i386v.h: Don't set it.
5325
5326Thu Feb 4 12:23:15 1993 Ian Lance Taylor (ian@cygnus.com)
5327
5328 * mipsread.c: Major overhaul to use new BFD symbol table reading
5329 routines. Now swaps information as it is needed, rather than
5330 swapping everything when the file is read.
5331
b076f024
JG
5332Thu Feb 4 01:52:36 1993 John Gilmore (gnu@cygnus.com)
5333
5334 * Makefile.in (TARDIRS): Add sparclite demo dir.
5335 (*.tab.c): Change dependency on Makefile to depend on
5336 Makefile.in, otherwise it always rebuilds after configuring.
5337 Force output *.tab.c file into current directory even in "make"
5338 versions that rewrite dependent file names used in command lines.
5339
5340 * TODO: Remove some things we did.
5341 * am29k-opcode.h, convx-opcode: Remove; now in ../include/opcode.
5342 * os68k-xdep.c: Remove; useless file (os68k is a target only).
5343 * convex-pinsn.c: Use ../include/opcode/convex.h. Add CONST.
5344 * symtab.h: Eliminate unnamed unions and structs.
5345
ad89bdfd
JG
5346Wed Feb 3 14:48:08 1993 John Gilmore (gnu@cygnus.com)
5347
5348 * Makefile.in (VERSION): Roll to 4.7.5.
ad89bdfd 5349
ca5a72cd
JG
5350Tue Feb 2 20:47:42 1993 John Gilmore (gnu@cygnus.com)
5351
5352 * breakpoint.c (breakpoint_re_set_one): Handle watchpoints when
5353 re-evaluating symbol pointers.
5354
9da75ad3
FF
5355Tue Feb 2 16:10:31 1993 Fred Fish (fnf@cygnus.com)
5356
5357 * c-exp.y (lcurly, rcurly): New nonterminals.
5358 * c-exp.y (exp): Use lcurly and rcurly for arrays and UNOP_MEMVAL
5359 constructs.
5360 * parse.c (free_funcalls): Moved prototype from parser-defs.h,
5361 made function static.
5362 * parse.c (struct funcall): Moved struct def from parser-defs.h.
5363 * parse.c (funcall_chain): Moved from parser-defs.h, made static.
5364 * parse.c (start_arglist):
5365 * parser-defs.h (free_funcalls): Moved prototype to parse.c.
5366 * parser-defs.h (struct funcall): Moved struct def to parse.c.
5367 * parser-defs.h (funcall_chain): Moved to parse.c.
5368 * printcmd.c (print_frame_nameless_args): Fix prototype.
5369 * tm-mips.h (setup_arbitrary_frame): Fix prototype.
5370 * tm-sparc.h (setup_arbitrary_frame): Fix prototype.
5371 * valops.c (typecmp): Moved prototype from values.h.
5372 * value.h (typecmp): Moved prototype to valops.c, made static.
9da75ad3 5373 * ch-exp.y (yylex): Change way control sequences are disabled.
9da75ad3 5374
58bcc08c
JG
5375Tue Feb 2 16:11:43 1993 John Gilmore (gnu@cygnus.com)
5376
5377 * tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME.
5378
fee754c9
ILT
5379Tue Feb 2 15:30:33 1993 Ian Lance Taylor (ian@cygnus.com)
5380
5381 * mipsread.c (upgrade_type): Build array types correctly, using
5382 create_range_type and create_array_type.
5383
7dc15bb7
JG
5384Tue Feb 2 00:19:08 1993 John Gilmore (gnu@cygnus.com)
5385
58bcc08c
JG
5386 * remote-nindy.c: Cleanup.
5387
1b6a2087
JG
5388 * infrun.c (wait_for_inferior): When rolling back the PC after
5389 a breakpoint, call write_pc so that NPC gets rolled back as well
5390 (for the 29K).
5391
d122f257
JG
5392 * blockframe.c (inside_entry_file, inside_main_func,
5393 inside_entry_func): PC of zero is always "bottom of stack".
5394
7dc15bb7
JG
5395 * printcmd.c (print_frame_args, print_frame_nameless_args):
5396 Let print_frame_nameless_args decide whether there are any,
5397 laying groundwork for possibly later printing 29K args for
5398 functions where we have tag words but no symbols.
5399
2b21d8aa
RP
5400Mon Feb 1 18:09:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
5401
5402 * Makefile.in: fix GDB doc targets for new doc subdir structure
5403
07c2fa3e
JG
5404Mon Feb 1 17:56:47 1993 John Gilmore (gnu@cygnus.com)
5405
5406 * stack.c (parse_frame_specification): Parse as many arguments
5407 as there are (up to MAXARGS). Pass all of them in argc, argv
5408 format to SETUP_ARBITRARY_FRAME. Put the burden of checking how
5409 many there were, onto SETUP_ARBITRARY_FRAME.
5410 * tm-mips.h, tm-sparc.h: Corresponding changes.
5411 * mips-tdep.c, sparc-tdep.c: Ditto.
5412
6edd74ae
JG
5413Mon Feb 1 17:19:37 1993 John Gilmore (gnu@cygnus.com)
5414
5415 * hp300ux-nat.c: Update copyrights.
5416 * mipsread.c (parse_partial_symbols): Complain about block
5417 indexes that go backwards. Fix from Peter Schauer.
5418 * symfile.c (syms_from_objfile, symbol_file_add): Allow a
5419 symbol-file that has no linkage symbols to be read.
5420 * tm-rs6000.h, xm-rs6000.h: (SIGWINCH_HANDLER and friends): Move
5421 from tm- file to xm-file, since they're host dependent.
5422 * valarith.c (value_binop): Typo.
797bc12b 5423
6edd74ae 5424Mon Feb 1 16:16:59 1993 Stu Grossman (grossman at cygnus.com)
797bc12b
SG
5425
5426 * sparclite/aload.c: Add copyleft.
5427 * sparclite/crt0.s: Add comment at beginning.
5428
2431d063
SC
5429Mon Feb 1 14:36:11 1993 Steve Chamberlain (sac@thepub.cygnus.com)
5430
5431 * remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002.
5432 * parse.c (std_regs): Only declare if NO_STD_REGS is defined.
5433
d112a0c6
MT
5434Sun Jan 31 04:32:48 1993 Michael Tiemann (tiemann@rtl.cygnus.com)
5435
7cb0f870
MT
5436 * values.c (value_headof): Fix typo in which VTBL and ARG were
5437 being confused for one another.
5438
a163ddec
MT
5439 * valops.c (typecmp): Now static.
5440
edf67bd1
MT
5441 * gdbtypes.c (fill_in_vptr_fieldno): Don't ignore the first
5442 baseclass--we don't always inherit its virtual function table
5443 pointer.
5444
271e5030
MT
5445 * eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this'
5446 pointer correctly in case value_struct_elt moves it around.
5447
5448 * valops.c (typecmp): Now static. Also, now groks references
5449 better.
5450
d112a0c6 5451 * gdbtypes.c (lookup_struct_elt_type): Pass NOERR instead of
271e5030 5452 zero on recursive call. If NAME is the name of TYPE, return TYPE.
d112a0c6 5453
3d9b9577
JG
5454Sat Jan 30 19:55:52 1993 John Gilmore (gnu@cygnus.com)
5455
ec68a93f
JG
5456 * hppah-nat.c: Eliminate <sys/user.h> and other unnecessary stuff,
5457 to avoid "too much defining" error from native C compiler (!).
5458
3d9b9577
JG
5459 * Makefile.in (HFILES): Add typeprint.h.
5460 * typeprint.[ch]: Update copyrights.
5461
926d7800
JG
5462Thu Jan 28 19:09:02 1993 John Gilmore (gnu@cygnus.com)
5463
bdec39b3
JG
5464 * Makefile.in: Update to match doc/ subdir changes.
5465
92063c3e 5466 * config/hp300hpux.mh: No cross-host file needed, just native.
71e60679
JG
5467 * config/go32.mh: Remove nonexistent "native" support.
5468
2a770cac
JG
5469 M88K fixes reported by Carl Greco, <cgreco@Creighton.Edu>:
5470 * tm-m88k.h (REGISTER_CONVERT_TO_RAW): Fix typo.
5471 * m88k-tdep.c (next_insn): Lint, cleanup.
5472 (store_parm_word): Lint.
5473
926d7800
JG
5474 * README: Fix typo (reported by karl@hq.ileaf.com).
5475
2fcc38b8
FF
5476Wed Jan 27 21:34:21 1993 Fred Fish (fnf@cygnus.com)
5477
5478 * expression.h (BINOP_CONCAT): Document use for self concatenation
5479 an integral number of times.
5480 * language.c (binop_type_check): Extend BINOP_CONCAT for self
5481 concatenation case.
5482 * valarith.c (value_concat): Rewrite to support self
5483 concatenation an integral number of times.
2fcc38b8
FF
5484 * Makefile.in (ch-exp.tab.c): Change "expect" message.
5485 * ch-exp.y (FIXME's): Make all FIXME tokens distinct, to
5486 eliminate hundreds of spurious shift/reduce and reduce/reduce
5487 conflicts that mask the 5 real ones.
5488 * ch-exp.y (STRING, CONSTANT, SC): Remove unused tokens.
5489 * ch-exp.y (integer_literal_expression): Remove production,
5490 no longer used.
2fcc38b8
FF
5491
5492Thu Jan 21 09:58:36 1993 Fred Fish (fnf@cygnus.com)
5493
5494 * eval.c (evaluate_subexp): Fix OP_ARRAY, remove code that
5495 implied that "no side effects" was nonfunctional.
5496 * eval.c (evaluate_subexp): Add BINOP_CONCAT case to deal with
5497 character string and bitstring concatenation.
5498 * expprint.c (dump_expression): Add case for BINOP_CONCAT.
5499 * expression.h (exp_opcode): Add BINOP_CONCAT.
5500 * gdbtypes.h (type_code): Add TYPE_CODE_BITSTRING.
5501 * language.c (string_type): Add function to determine if a type
5502 is a string type.
5503 * language.c (binop_type_check): Add case for BINOP_CONCAT.
5504 * valarith.c (value_concat): New function to concatenate two
5505 values, such as character strings or bitstrings.
5506 * valops.c (value_string): Remove error stub and implement
5507 function body.
5508 * value.h (value_concat): Add prototype.
2fcc38b8
FF
5509 * ch-exp.y (operand_3): Add actions for SLASH_SLASH (//).
5510 * ch-exp.y (yylex): Recognize SLASH_SLASH.
5511 * ch-lang.c (chill_op_print_tab): Add SLASH_SLASH (//) as
5512 BINOP_CONCAT.
2fcc38b8
FF
5513
5514Tue Jan 19 14:26:15 1993 Fred Fish (fnf@cygnus.com)
5515
5516 * c-exp.y (exp): Add production to support direct creation
5517 of array constants using the obvious syntax.
5518 * c-valprint.c (c_val_print): Set printed string length.
5519 * dwarfread.c (read_tag_string_type): New prototype and
5520 function that handles TAG_string_type DIEs.
5521 * dwarfread.c (process_dies): Add case for TAG_string_type
5522 that calls new read_tag_string_type function.
5523 * expprint.c (print_subexp): Add support for OP_ARRAY.
5524 * gdbtypes.c (create_range_type, create_array_type): Inherit
5525 objfile from the index type.
2fcc38b8
FF
5526 * ch-typeprint.c (chill_print_type): Add case for
5527 TYPE_CODE_STRING.
5528 * ch-valprint.c (chill_val_print): Fix case for
5529 TYPE_CODE_STRING.
2fcc38b8 5530
201c1243
ILT
5531Mon Jan 18 11:58:45 1993 Ian Lance Taylor (ian@cygnus.com)
5532
5533 * mipsread.c (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB,
5534 MIPS_UNMARK_STAB, STABS_SYMBOLS): Removed; now in
5535 include/coff/mips.h.
5536
c4413e2c
FF
5537Fri Jan 15 20:26:50 1993 Fred Fish (fnf@cygnus.com)
5538
5539 * c-exp.y (exp:STRING): Convert C strings into array-of-char
5540 constants with an explicit null byte terminator. OP_STRING is
5541 now used for real string types.
5542 * c-lang.c (builtin_type_*): Move declarations to lang.c since
5543 they are used by all languages.
5544 * c-lang.c (_initialize_c_language): Move initializations of
5545 builtin_type_* to lang.c.
5546 * c-typeprint.c (c_type_print_varspec_prefix,
5547 c_type_print_varspec_suffix): TYPE_CODE_PASCAL_ARRAY renamed
5548 to TYPE_CODE_STRING.
5549 * c-valprint.c (c_val_print): Change the way character arrays
5550 are printed as strings to be consistent with the way strings
5551 are printed when pointer-to-char types are dereferenced.
5552 Remove test of print_max before calling val_print_string, which
5553 now does it's own test.
5554 * eval.c (evaluate_subexp): Add case for OP_ARRAY.
5555 * expprint.c (print_subexp, dump_expression): Add case for OP_ARRAY.
5556 * expression.h (enum exp_opcode): Add OP_ARRAY and document.
5557 * gdbtypes.c (builtin_type_*): Add declarations moved from
5558 c-lang.c.
5559 * gdbtypes.c (create_string_type): New function to create real
5560 string types.
5561 * gdbtypes.c (recursive_dump_type): TYPE_CODE_PASCAL_ARRAY
5562 renamed to TYPE_CODE_STRING.
5563 * gdbtypes.c (_initialize_gdbtypes): Add initializations of
5564 builtin_type_* types moved from c-lang.c.
5565 * gdbtypes.h (enum type_code): TYPE_CODE_PASCAL_ARRAY renamed
5566 to TYPE_CODE_STRING.
5567 * gdbtypes.h (builtin_type_string): Add extern declaration.
5568 * gdbtypes.h (create_string_type): Add prototype.
5569 * m2-lang.c (m2_create_fundamental_type): TYPE_CODE_PASCAL_ARRAY
5570 renamed to TYPE_CODE_STRING.
5571 * m88k-tdep.c (pushed_size): TYPE_CODE_PASCAL_ARRAY renamed to
5572 TYPE_CODE_STRING.
5573 * mipsread.c (_initialize_mipsread): TYPE_CODE_PASCAL_ARRAY
5574 renamed to TYPE_CODE_STRING.
5575 * parse.c (length_of_subexp, prefixify_subexp): Add case for
5576 OP_ARRAY.
5577 * printcmd.c (print_formatted): Recognize TYPE_CODE_STRING.
5578 * typeprint.c (print_type_scalar): TYPE_CODE_PASCAL_ARRAY renamed
5579 to TYPE_CODE_STRING.
5580 * valops.c (allocate_space_in_inferior): New function and
5581 prototype, using code ripped out of value_string.
5582 * valops.c (value_string): Rewritten to use new function
5583 allocate_space_in_inferior, but temporarily disabled until some
5584 other support is in place.
5585 * valops.c (value_array): New function to create array constants.
5586 * valprint.c (val_print_string): Add comment to document use,
5587 complete rewrite to fix several small buglets.
5588 * value.h (value_array): Add prototype.
5589 * value.h (val_print_string): Change prototype to match rewrite.
c4413e2c
FF
5590 * ch-valprint.c (chill_val_print): Add case for TYPE_CODE_STRING.
5591 * ch-exp.y (match_character_literal): Disable recognition of
5592 control sequence form of character literals and document why.
c4413e2c 5593
6d1e8f54
SG
5594Thu Jan 14 15:48:12 1993 Stu Grossman (grossman at cygnus.com)
5595
5596 * nindy-share/nindy.c: Add comments to #endif's to clarify
5597 grouping.
5598
5599 * hppa-pinsn.c (print_insn): Use read_memory_integer, instead of
5600 read_memory to get byte order right.
5601 * hppah-tdep.c (find_unwind_info): Don't read in unwind info
5602 anymore. This is done in paread.c now. We expect unwind info
5603 to hang off of objfiles, and search all of the objfiles when until
5604 we find a match.
5605 * (skip_trampoline_code): Cast arg to target_read_memory.
5606 * objfiles.h (struct objfile): Add new field obj_private to hold
5607 per object file private data (unwind info in this case).
5608 * paread.c (read_unwind_info): New routine to read unwind info
5609 for the objfile. This data is hung off of obj_private.
5610 * tm-hppa.h: Define struct obj_unwind_info, to hold pointers to
5611 the unwind info for this objfile. Also define OBJ_UNWIND_INFO to
5612 make this easier to access.
5613
c7da3ed3
FF
5614Wed Jan 13 20:49:59 1993 Fred Fish (fnf@cygnus.com)
5615
5616 * c-valprint.c (cp_print_class_member): Add extern decl.
5617 * c-valprint.c (c_val_print): Extract code for printing methods
5618 and move it to cp_print_class_method in cp-valprint.c.
5619 * c-valprint.c (c_val_print): Extract code to print strings and
5620 move it to val_print_string in valprint.c.
5621 * cp-valprint.c (cp_print_class_method): New function using
5622 code extracted from c_val_print.
5623 * valprint.c (val_print_string): New function using code
5624 extracted from c_val_print.
5625 * value.h (val_print_string): Add prototype.
c7da3ed3
FF
5626 * ch-exp.y (CHARACTER_STRING_LITERAL): Set correct token type.
5627 * ch-exp.y (literal): Add action for CHARACTER_STRING_LITERAL.
5628 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,
5629 CHECKBUF, growbuf_by_size): New variables, macros, and support
5630 functions for implementing a dynamically expandable temp buffer.
5631 * ch-exp.y (match_string_literal): New lexer function.
5632 * ch-exp.y (match_bitstring_literal): Dynamic buffer code
5633 removed and replaced with new CHECKBUF macro.
5634 * ch-exp.y (yylex): Call match_string_literal when appropriate.
5635 * ch-valprint.c (ch_val_print): Add code for TYPE_CODE_PTR.
c7da3ed3 5636
0213d96f
SG
5637Sat Jan 9 19:59:33 1993 Stu Grossman (grossman at cygnus.com)
5638
78205fb6
SG
5639 * Makefile.in: Add info for paread.o.
5640 * config/hppahpux.mh: Add paread.o to NATDEPFILES.
5641
0213d96f
SG
5642 * blockframe.c (frameless_look_for_prologue): Correct the
5643 comment.
5644 * gdbtypes.h, gdbtypes.c: Use const in decl of
5645 cplus_struct_default, now that pa-gas assembler has been fixed.
5646 * hppah-nat.c: Formatting.
5647 * hppah-tdep.c: Remove lots of useless externs for variables we
5648 don't use.
5649 * (find_unwind_entry): Speed up by using binary search, and a one
5650 entry cache.
5651 * (rp_saved): New routine to see what unwind info says about RP
5652 being saved on the stack frame.
5653 * (frame_saved_pc): Look for prologue to see if we need to
5654 examine the stack for the saved RP or not.
5655 * (init_extra_frame_info): Check for prologue, instead of
5656 framesize to determine if we are frameless or not.
5657 * (frame_chain_valid): Stop backtraces when we run into _start.
5658 * (push_dummy_frame): Reformat to make more readable.
5659 * (find_dummy_frame_regs): ditto.
5660 * (hp_pop_frame): ditto.
5661 * (hp_restore_pc_queue): small cleanup.
5662 * (hp_push_arguments): ditto.
5663 * (pa_do_registers_info): ditto.
5664 * (skip_prologue): New routine created from SKIP_PROLOGUE macro.
5665 * tm-hppa.h: Move contents of SKIP_PROLOGUE into hppah-tdep.c.
5666 * Define FRAME_CHAIN_VALID.
5667 * Turn on BELIEVE_PCC_PROMOTION so that we can access char args
5668 passed to functions.
5669
5670 * paread.c (pa_symtab_read): Use new bfd conventions for
5671 accessing linker symbol table.
5672 * (pa_symfile_init): Access embedded STAB info via BFD section
5673 mechanism and related macros.
5674
5675
bfc55a5d
SG
5676Sat Jan 9 19:31:43 1993 Stu Grossman (grossman at cygnus.com)
5677
5678 * sparc-stub.c: Use a seperate stack for our traps.
5679 * Handle recursive traps.
5680 * Remove all trap init code. This needs to be done by the
5681 environment.
5682 * (set_mem_fault_trap): Call exceptionHandler() to setup this
5683 trap.
5684 * (handle_exception): See if we are at breakinst, if so, then
5685 advance PC sp that users can just step out of breakpoint().
5686 * (case 'G'): Don't let GDB hack CWP. Also, copy saved regs to
5687 new place if SP has changed.
5688 * (case 's'): Get rid of this, we can't do it yet.
5689 * (case 't'): New command to test any old random feature.
5690 * (case 'r'): New command to reset the system.
5691 * (breakpoint): Add label to breakpoint trap instruction so that
5692 handle_exception() can detect where we are and get past the
5693 breakpoint trivially.
5694
f92743ae
ILT
5695Thu Jan 7 13:33:06 1993 Ian Lance Taylor (ian@cygnus.com)
5696
5697 * mips-pinsn.c: Actual work now done by opcodes/mips-dis.c.
5698
bfc55a5d
SG
5699Thu Jan 7 09:21:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5700
5701 * configure.in: recognise all sparclite variants
5702
f92743ae
ILT
5703Wed Jan 6 10:14:51 1993 Steve Chamberlain (sac@thepub.cygnus.com)
5704
5705 * symfile.c: If O_BINARY isn't defined, set it to 0, call openp for
5706 binary files oring in the right bit.
5707
5708 * main.c, source.c, state.c, symmisc.c: use macros defined in
5709 fopen-{bin|both} when fopening files.
5710
81028ab0
FF
5711Wed Jan 6 08:19:11 1993 Fred Fish (fnf@cygnus.com)
5712
5713 * defs.h (HOST_CHAR_BIT): New macro, defaults to either CHAR_BIT
5714 from a configuration file (typically including <limits.h>), or to
5715 TARGET_CHAR_BIT if CHAR_BIT is not defined.
5716 * eval.c (evaluate_subexp): Use new BYTES_TO_EXP_ELEM macro.
5717 * eval.c (evaluate_subexp): Add case for OP_BITSTRING.
5718 * expprint.c (print_subexp): Use new BYTES_TO_EXP_ELEM macro.
5719 * exppritn.c (print_subexp, dump_expression): Add case for
5720 OP_BITSTRING.
5721 * expression.h (OP_BITSTRING): New expression element type for
5722 packed bitstrings.
5723 * expression.h (EXP_ELEM_TO_BYTES, BYTES_TO_EXP_ELEM): New
5724 macros to convert between number of expression elements and bytes
5725 to store that many elements.
5726 * i960-tdep.c (leafproc_return): Use new macros to access
5727 minimal symbol name and address fields.
5728 * m88k-pinsn.c (sprint_address): Use new macros to access
5729 minimal symbol name and address fields.
5730 * nindy-tdep.c (nindy_frame_chain_valid): Use new macro to access
5731 minimal symbol address field.
5732 * parse.c (write_exp_elt, write_exp_string, prefixify_expression,
5733 parse_exp_1): Use new EXP_ELEM_TO_BYTES macro.
5734 * parse.c (write_exp_string, length_of_subexp, prefixify_expression):
5735 Use new BYTES_TO_EXP_ELEM macro.
5736 * parse.c (write_exp_bitstring): New function to write packed
5737 bitstrings into the expression element vector.
5738 * parse.c (length_of_subexp, prefixify_subexp): Add case for
5739 OP_BITSTRING.
5740 * parser-defs.h (struct stoken): Document that it is used for
5741 OP_BITSTRING as well as OP_STRING.
5742 * parser-defs.h (write_exp_bitstring): Add prototype.
81028ab0
FF
5743 * ch-exp.y (BIT_STRING_LITERAL): Change token type to sval.
5744 * ch-exp.y (NUM, PRED, SUCC, ABS, CARD, MAX, MIN, SIZE, UPPER,
5745 LOWER, LENGTH): New tokens for keywords.
5746 * ch-exp.y (chill_value_built_in_routine_call, mode_argument,
5747 upper_lower_argument, length_argument, array_mode_name,
5748 string_mode_name, variant_structure_mode_name): New non-terminals
5749 and productions.
5750 * ch-exp.y (literal): Useful production for BIT_STRING_LITERAL.
5751 * ch-exp.y (match_bitstring_literal): New lexer support function
5752 to recognize bitstring literals.
5753 * ch-exp.y (tokentab6): New token table for 6 character keywords.
5754 * ch-exp.y (tokentab5): Add LOWER, UPPER.
5755 * ch-exp.y (tokentab4): Add PRED, SUCC, CARD, SIZE.
5756 * ch-exp.y (tokentab3): Add NUM, ABS, MIN, MAX.
5757 * ch-exp.y (yylex): Check tokentab6.
5758 * ch-exp.y (yylex): Call match_bitstring_literal.
81028ab0 5759
76a0ffb4
FF
5760Mon Jan 4 16:54:18 1993 Fred Fish (fnf@cygnus.com)
5761
2eda1cdf
FF
5762 * xcoffexec.c (vmap_symtab): Use new macros to access minimal
5763 symbol name and value fields.
5764
533d1dc7
FF
5765 * c-exp.y (yylex): Make static, to match prototype and other
5766 <lang>-exp.y files.
5767
76a0ffb4
FF
5768 * expression.h (exp_opcode): Add BINOP_MOD.
5769 * eval.c (evaluate_subexp): Handle new BINOP_MOD.
5770 * expprint.c (dump_expression): Handle new BINOP_MOD.
5771 * language.c (binop_type_check): Handle new BINOP_MOD.
5772 * main.c (float_handler): Re-enable float handler when hit.
5773 * valarith.c (language.h): Include, need current_language.
5774 * valarith.c (TRUNCATION_TOWARDS_ZERO): Define default macro
5775 for integer divide truncates towards zero for negative results.
5776 * valarith.c (value_x_binop): Handle BINOP_MOD if seen.
5777 * valarith.c (value_binop): Allow arithmetic operations on
5778 TYPE_CODE_CHAR variables. Add case to handle new BINOP_MOD.
76a0ffb4
FF
5779 * ch-exp.y (operand_4): Add useful actions for MOD and REM.
5780 * ch-exp.y (tokentab3): Add MOD and REM.
5781 * ch-exp.y (yylex): Set innermost_block for symbols found
5782 in local scopes. Return LOCATION_NAME for local symbols.
5783 * ch-lang.c (chill_op_print_tab): Fix MOD entry to use
5784 BINOP_MOD instead of BINOP_REM. Add REM entry, using BINOP_REM.
76a0ffb4 5785
f92743ae
ILT
5786Mon Jan 4 07:35:31 1993 Steve Chamberlain (sac@wahini.cygnus.com)
5787
5788 * command.c (shell_escape, make_command, _initialize_command):
5789 don't create or use fork if CANT_FORK is defined.
5790 * serial.h, ser-go32.c: now compiles, but "the obvious problems of
5791 code written for the IBM PC" remain.
5792 * xm-go32.h: define CANT_FORK
5793
ec25d19b
SC
5794Sun Jan 3 14:24:56 1993 Steve Chamberlain (sac@thepub.cygnus.com)
5795
5796 * remote-sim.c: first attempt at general simulator interface
5797 * remote-hms.c: whitespace
5798 * h8300-tdep.c: (h8300_skip_prologue, examine_prologue):
5799 understand new stack layout. (print_register_hook): print ccr
5800 register in a fancy way.
5801
fb6e675f
FF
5802Sun Jan 3 14:16:10 1993 Fred Fish (fnf@cygnus.com)
5803
5804 * eval.c (language.h): Include.
5805 * eval.c (evaluate_subexp_with_coercion): Only coerce arrays
5806 to pointer types when the current language is C. It loses for
5807 other languages when the lower index bound is nonzero.
5808 * valarith.c (value_subscript): Take array lower bounds into
5809 account when performing subscripting operations.
5810 * valops.c (value_coerce_array): Add comment describing why
5811 arrays with nonzero lower bounds are dealt with in value_subscript,
5812 rather than in value_coerce_array.
5813
54bbbfb4
FF
5814Sat Jan 2 12:16:41 1993 Fred Fish (fnf@cygnus.com)
5815
1188fbbf
FF
5816 * ch-exp.y (FLOAT_LITERAL): Add token.
5817 * ch-exp.y (literal): Add FLOAT_LITERAL.
5818 * ch-exp.y (match_float_literal): New lexer routine.
5819 * ch-exp.y (convert_float): Remove.
5820 * ch-exp.y (yylex): Call match_float_literal.
5821 * ch-exp.y (yylex): Match single '.' after trying
5822 to match floating point literals.
1188fbbf 5823
54bbbfb4
FF
5824 * eval.c (evaluate_subexp): Add case MULTI_SUBSCRIPT.
5825 * expprint.c (print_subexp): Rename BINOP_MULTI_SUBSCRIPT to
5826 MULTI_SUBSCRIPT.
5827 * expprint.c (dump_expression): New function for dumping
5828 expression vectors during gdb debugging.
5829 * expression.h (BINOP_MULTI_SUBSCRIPT): Name changed to
5830 MULTI_SUBSCRIPT and moved out of BINOP range.
5831 * expression.h (DUMP_EXPRESSION): New macro that calls
5832 dump_expression if DEBUG_EXPRESSIONS is defined.
5833 * m2-exp.y (BINOP_MULTI_SUBSCRIPT): Changed to MULTI_SUBSCRIPT.
5834 * parse.c (length_of_subexp, prefixify_subexp): Change
5835 BINOP_MULTI_SUBSCRIPT to MULTI_SUBSCRIPT.
5836 * parse.c (parse_exp_1): Call DUMP_EXPRESSION before and after
5837 prefixify'ing the expression.
5838 * printcmd.c (print_command_1): Add comment.
54bbbfb4
FF
5839 * ch-exp.y (expression_list): Add useful actions.
5840 * ch-exp.y (value_array_element): Add useful actions.
5841 * ch-exp.y (array_primitive_value): Add production.
5842 * ch-exp.y (yylex): Recognize ',' as a token.
54bbbfb4 5843
ea81b10d
DZ
5844Fri Jan 1 18:22:02 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5845
5846 * Makefile.in: pass prefix and exec_prefix via FLAGS_TO_PASS,
5847 POSIXize the recursive makes (make [variable assignments] target{s})
5848
7532cf10
FF
5849Fri Jan 1 11:56:23 1993 Fred Fish (fnf@cygnus.com)
5850
5851 * tm-sun4sol2.h (CPLUS_MARKER): Remove, now set in tm-sysv4.h.
5852 * tm-sysv4.h (CPLUS_MARKER): By default, g++ uses '.' as the
5853 CPLUS_MARKER for all SVR4 systems, so follow suit.
5854 * defs.h (strdup_demangled): Remove prototype.
5855 * dwarfread.c (enum_type, synthesize_typedef): Use new macro
5856 SYMBOL_INIT_LANGUAGE_SPECIFIC.
5857 * dwarfread.c (new_symbol): Use SYMBOL_INIT_DEMANGLED_NAME.
5858 * minsyms.c (install_minimal_symbols, prim_record_minimal_symbol,
5859 prim_record_minimal_symbol_and_info): Use new macro
5860 SYMBOL_INIT_LANGUAGE_SPECIFIC.
5861 * minsyms.c (install_minimal_symbols): Use new macro
5862 SYMBOL_INIT_DEMANGLED_NAME.
5863 * stabsread.c (define_symbol): Use new macro
5864 SYMBOL_INIT_DEMANGLED_NAME.
5865 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
5866 Use new macro SYMBOL_INIT_DEMANGLED_NAME.
5867 * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Use new macro
5868 SYMBOL_INIT_DEMANGLED_NAME.
5869 * symmisc.c (dump_msymbols, dump_symtab, print_partial_symbol):
5870 SYMBOL_DEMANGLED_NAME now tests language itself.
5871 * symtab.c (COMPLETION_LIST_ADD_SYMBOL): SYMBOL_DEMANGLED_NAME
5872 now tests language itself.
5873 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): New macro that does
5874 what SYMBOL_DEMANGLED_NAME used to do, directly access the C++
5875 mangled name member in the language dependent portion of a symbol.
5876 * symtab.h (SYMBOL_DEMANGLED_NAME): New macro that returns the
5877 mangled name member appropriate for a symbol's language.
5878 * symtab.h (SYMBOL_SOURCE_NAME, SYMBOL_LINKAGE_NAME,
5879 SYMBOL_MATCHES_NAME, SYMBOL_MATCHES_REGEXP):
5880 SYMBOL_DEMANGLED_NAME now tests language itself.
5881 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): New macro that
5882 initializes language dependent portion of symbol.
5883 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): New macro that
5884 demangles and caches the demangled form of symbol names.
5885 * utils.c (fputs_demangled, fprint_symbol): Use current language
5886 to select an appropriate demangling algorithm.
5887 * utils.c (strdup_demangled): Remove, no longer used.
7532cf10
FF
5888 * symtab.h (SYMBOL_CHILL_DEMANGLED_NAME): New macro that directly
5889 access the Chill mangled name member in the language dependent
5890 portion of a symbol.
5891 * ch-lang.c (chill_demangle): New function, simple demangler.
5892 * defs.h (chill_demangle): Add prototype.
5893 * symtab.h (language_dependent_info): Add struct for Chill.
7532cf10 5894
6e50aeb4 5895For older changes see ChangeLog-92
bd5635a1
RP
5896\f
5897Local Variables:
5898mode: indented-text
5899left-margin: 8
5900fill-column: 74
5901version-control: never
5902End:
This page took 0.481668 seconds and 4 git commands to generate.