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