* xcoffread.c (compare_lte): Change prototype and function to
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
80f600a4
FF
1Mon Jul 29 21:13:20 1996 Fred Fish <fnf@cygnus.com>
2
6e0949ae
FF
3 * xcoffread.c (compare_lte): Change prototype and function to
4 be correct type for passing to qsort.
5 (add_stab_to_list): Ifdef out unused function and prototype.
6 (compare_lte): Add prototype
7 (arrange_linetable): Ditto.
8 (record_include_begin): Ditto.
9 (record_include_end): Ditto.
10 (process_linenos): Ditto.
11 (xcoff_next_symbol_text): Ditto.
12 (scan_xcoff_symtab): Ditto.
13 (xcoff_initial_scan): Ditto.
14
80e0e92a
FF
15 * mips-tdep.c (mips_read_processor_type): Add parens around
16 bitwise-and operands in comparison; previous expression always
17 evaluated to 0 because of equality comparison of two constants.
18
58b4fad2
FF
19 * rs6000-tdep.c (skip_prologue): Add missing parens around
20 operands of logical-or so that first operand does not bind
21 to previous logical-and.
22
80f600a4
FF
23 * configure.in: Expand "long long" test to include code that triggers
24 known problem on HPUX with native compiler.
25 (configure): Regenerated.
26
6f359895
JL
27Mon Jul 29 18:12:27 1996 Jeffrey A Law (law@cygnus.com)
28
29 * somsolib.c (som_solib_create_inferior_hook): Don't
30 warn if __d_pid can't be found.
31
f2bf454e
FF
32Sun Jul 28 10:46:39 1996 Fred Fish <fnf@cygnus.com>
33
34 * config/mips/tm-mips.h (struct frame_info): Forward decl.
35 (struct type): Ditto.
36 (struct value): Ditto.
37
38 * config/mips/tm-mips.h (sigtramp_address): Move extern decl
39 from mips-tdep.c to here.
40 (sigtramp_end): Ditto.
41 (fixup_sigtramp): Ditto.
42
43 * config/mips/tm-mips.h (init_extra_frame_info): Add prototype.
44 (mips_frame_chain): Ditto.
45 (mips_step_skips_delay): Ditto.
46 (mips_frame_saved_pc): Ditto.
47 (mips_find_saved_regs): Ditto.
48 (mips_frame_num_args): Ditto.
49 (mips_pop_frame): Ditto.
50 (mips_extract_return_value): Ditto.
51 (mips_store_return_value): Ditto.
52 (mips_push_dummy_frame): Ditto.
53 (mips_push_arguments): Ditto.
54 (mips_do_registers_info): Ditto.
55 (ecoff_relocate_efi): Ditto.
56 (ecoff_relocate_efi): Ditto.
57 * irix4-nat.c (fetch_core_registers): Add prototype.
58 * mips-tdep.c (read_next_frame_reg): Add prototype
59 (heuristic_proc_start): Ditto.
60 (heuristic_proc_desc): Ditto.
61 (mips_print_register): Ditto.
62 * config/mips/nm-irix5.h (procfs_set_watchpoint): Add prototype.
63 (procfs_stopped_by_watchpoint): Ditto.
64 * config/mips/nm-irix4.h (procfs_set_watchpoint): Add prototype.
65 (procfs_stopped_by_watchpoint): Ditto.
66 * config/alpha/tm-alpha.h (ecoff_relocate_efi): Add prototype.
67 (struct symbol): Add forward decl for prototype.
68
69 * breakpoint.c (internal_breakpoint_number): Only needed if
70 GET_LONGJMP_TARGET or SOLIB_ADD is defined.
71
72 * objfiles.c (ecoff_relocate_efi): Remove prototype.
73
3f550b59
FF
74Sat Jul 27 17:47:35 1996 Fred Fish <fnf@cygnus.com>
75
76 * configure.in: Add test for "long long" support.
77 * configure: Regenerate with autoconf.
78 * acconfig.h: Add CC_HAS_LONG_LONG
79 * config.in: Regenerate with autoheader.
80 * config/mips/tm-mips64.h (FORCE_LONG_LONG): Remove
81 * config/sparc/tm-sp64.h (CC_HAS_LONG_LONG): Remove.
82 * config/mips/tm-vr4300el.h (CC_HAS_LONG_LONG): Remove.
83 * config/mips/tm-vr4300.h (CC_HAS_LONG_LONG): Remove.
84 * config/mips/xm-irix5.h (CC_HAS_LONG_LONG): Remove
85 (PRINTF_HAS_LONG_LONG): Remove.
86 (FORCE_LONG_LONG): Remove.
87 * config/powerpc/xm-aix.h (UINT_MAX): Undef and use gdb's version.
88 * config/convex/xm-convex.h (CC_HAS_LONG_LONG): Remove
89 (PRINTF_HAS_LONG_LONG): Remove.
90 * config/xm-nbsd.h (CC_HAS_LONG_LONG): Remove.
91 (PRINTF_HAS_LONG_LONG): Remove.
92 * config/pa/tm-hppa.h (GET_FIELD): Put parens around
93 subtraction inside shift. Put parens around subtraction
94 in operand of bitwise and.
95 (struct frame_info): Forward declare
96 if __STDC__ defined.
97 (frame_saved_regs): Ditto.
98 (struct value): Ditto.
99 (struct type): Ditto.
100 (struct inferior_status): Ditto.
101 (init_extra_frame_info): Add prototype.
102 (skip_prologue): Ditto.
103 (frameless_function_invocation): Ditto.
104 (frame_chain): Ditto.
105 (frame_chain_valid): Ditto.
106 (saved_pc_after_call): Ditto.
107 (hppa_fix_call_dummy): Ditto.
108 (hppa_push_arguments): Ditto.
109 (pa_do_registers_info): Ditto.
110 (in_solib_call_trampoline): Ditto.
111 (in_solib_return_trampoline): Ditto.
112 (push_dummy_frame): Ditto.
113 * convex-tdep.c (decout): Use print_longest rather than
114 fprintf_filtered.
115 * defs.h: Remove use of FORCE_LONG_LONG and __GNUC__ to set
116 CC_HAS_LONG_LONG.
117 (INT_MIN): Fix so it works correctly when assigned to a long long.
118 * valprint.c (longest_to_int): Rewrite to remove dependence
119 on INT_MIN and INT_MAX.
120 (print_longest): Rewrite the code that falls back to synthesized
121 hex output when LONGEST value is not representable as in a long and
122 printf doesn't support printing long longs.
123 * ch-valprint.c (chill_val_print): Cast 2nd arg of
124 chill_print_type_scalar to LONGEST.
125 chill_print_type_scalar): Make static and add prototype.
126 * hppa-tdep.c (get_field): Ifdef out unused function.
127 (set_field): Ditto.
128 (extract_3): Ditto.
129 (extract_5_store): Ditto.
130 (extract_11): Ditto.
131 (extract_12): Ditto.
132 (deposit_17): Ditto.
133 (extract_14): Convert to static and add prototype.
134 (deposit_14): Ditto.
135 (extract_21): Ditto.
136 (deposit_21): Ditto.
137 (extract_17): Ditto.
138 (extract_5r_store): Ditto.
139 (extract_5R_store): Ditto.
140 (extract_5_load): Ditto.
141 (find_proc_framesize): Ditto.
142 (find_dummy_frame_regs): Ditto.
143 (sign_extend): Ditto.
144 (find_unwind_entry): Add prototype.
145 (find_return_regnum): Ditto.
146 (unwind_command): Ditto.
147 (find_dummy_frame_regs): Add parens around subtraction in operand
148 of bitwise-and.
149 (skip_prologue): Add parens around operands of logical-and inside
150 operand of logical-or.
151 (sign_extend): Add parens around operands of subtraction inside
152 operand of shift.
153 (low_sign_extend): Ditto.
154 * top.c (filename_completer): Convert old style decl of
155 filename_completion_function into prototype.
156 * f-lang.c (patch_common_entries): Ifdef out unused function.
157 * stabsread.c (read_cfront_baseclasses): Remove unused local
158 variable "msg_noterm".
159 (resolve_cfront_continuation): Remove unused local variable "fip".
160 (read_type): Remove unused variable xtypenums.
161 (read_cfront_static_fields): Remove unused variable "i".
162 (read_cfront_static_fields): Remove unused variable "nfields".
163 (read_cfront_member_functions): Add missing comment terminator.
164 (read_cfront_static_fields): Return 1 rather than random value.
165 (read_cfront_baseclasses): Ditto.
166 (read_cfront_baseclasses): Ditto.
167 (read_cfront_baseclasses): Ditto.
168 * somsolib.c (som_solib_create_inferior_hook): Remove unused
169 variable "u".
170 (som_solib_create_inferior_hook): Remove unused variable
171 shadow_contents.
172 (language.h): Add for needed prototypes.
173 (som_solib_sharedlibrary_command): Add prototype.
174 * hpread.c: (hpread_read_array_type): Add prototype.
175 * somread.c (hpread_build_pysmtabs): Add prototype.
176 (hpread_symfile_finish): Ditto.
177 (hpread_symfile_init): Ditto.
178 * hppah-nat.c (fetch_register): Convert old style decl
179 to prototype.
180 (gdbcore.h): Include for needed prototypes.
181 (fetch_register): Remove unused variable "mess".
182 * remote-pa.c (get_offsets): Ifdef out unused function.
183 (remote_start_remote): Remove unused variable "timeout".
184 (boot_board): Add prototype.
185 (reaad_frame): Add prototype.
186 (getpkt): Remove unused variable "bp".
187 (remote_kill): Add prototype.
188 (remote_mourn): Add prototype.
189 (remote_insert_breakpoint): Add prototype.
190 (remote_remove_breakpoint): Add prototype.
191 * valops.c (value_push): Only use if PUSH_ARGUMENTS is not defined.
192 * infcmd.c (do_registers_info): Only need prototype if
193 DO_REGISTERS_INFO is not defined.
194 (breakpoint_auto_delete_contents): Only need if
195 CALL_DUMMY_BREAKPOINT_OFFSET is defined.
196
68aadb90
FF
197Sat Jul 27 08:49:49 1996 Fred Fish <fnf@cygnus.com>
198
199 * xcoffread.c (xcoff_end_psymtab): Add textlow_not_set parameter.
200 (END_PSYMTAB): Ditto.
201 (scan_xcoff_symtab): Call xcoff_end_psymtab with textlow_not_set.
202
caeec767
ILT
203Fri Jul 26 14:07:37 1996 Ian Lance Taylor <ian@cygnus.com>
204
205 * printcmd.c (_initialize_printcmd): Initialize
206 tm_print_insn_info.flavour.
207 * gdbtk.c (gdb_disassemble): Initialize di.flavour.
208
b607efe7
FF
209Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com>
210
211 * Makefile.in (scm-valprint.o): Depends upon gdbcore_h.
212 (arm-tdep.o): Ditto.
213 (dcache.o): Ditto.
214 (i386ly-tdep.o): Ditto.
215 (i960-tdep.o): Ditto.
216 (m68k-tdep.o): Ditto.
217 (nindy-tdep.o): Ditto.
218 (scm-lang.o): Ditto.
219 (w65-tdep.o): Ditto.
220 (z8k-tdep.o): Ditto.
221 (m68k-tdep.o): Depends upon value_h and gdb_string.h
222 (m2-valprint.o): Depends upon m2-lang.h.
223 (sparc-tdep.o): Depends upon gdb_string.h
224 (valprint.o): Depends upon valprint.h
225
226 * remote-e7000.c (notice_quit): Remove prototype.
227 * top.c (initialize_targets): Remove prototype, now in target.h.
228 * stabsread.c (resolve_cfront_continuation): Remove prototype.
229 * dbxread.c (resolve_cfront_continuation): Remove prototype.
230 * symfile.h (set_demangling_style): Remove prototype.
231 * config/tm-sysv4.h (in_plt_section): Remove prototype, in objfiles.h.
232 * config/sparc/tm-sparc.h (single_step): Remove extern decl, now in
233 target.h.
234 * config/arc/tm-arc.h (one_stepped, single_step): Remove extern decls,
235 now in target.h.
236 * ser-unix.c (hardwire_restore): Remove obsolete prototype.
237 * sparc-tdep.c (single_step): Remove forward decl of isbranch.
238 * scm-lang.c (find_function_in_inferior): Remove prototype.
239 (value_allocate_space_in_inferior): Ditto.
240 * infrun.c (write_pc_pid): Remove prototype, now in inferior.h.
241 * defs.h (strchr): Remove declarations, they are declared in
242 gdb_string.h also.
243 (strrchr): Ditto.
244 (strstr): Ditto.
245 (strtok): Ditto.
246 (strerror): Ditto.
247 * f-valprint.c (f77_print_array_1): Remove extra arg that was being
248 passed to f77_print_array_1.
249 * gdbtk.c (register_changed_p): Remove unused local variable "buf".
250 * gdbtypes.c (add_name): Remove unused variables lenstrlen and lenstr.
251 * scm-exp.c (scm_istr2int): Remove unused variable "j".
252 (scm_parse): Remove unused variable "str".
253 * hp300ux-nat.c (store_inferior_register): Remove unused variable
254 "buf".
255 (store_inferior_registers): Remove unnecessary decl "registers".
256 * m68k-tdep.c (m68k_pop_frame): Remove unused variable "fi".
257 * scm-lang.c (scm_get_field): Remove unused variable "val".
258 (scm_lookup_name): Remove unused variable "symval".
259 * objfiles.c (map_to_file): Remove unused local variable "tempfd".
260 * procfs.c (do_attach, do_detach): Remove unused variable "result".
261 (last_resume_pid): Remove unused static variable.
262 * alpha-tdep.c (alpha_linux_sigtramp_offset): Remove unused variable
263 "res".
264 * objfiles.c (map_to_address): Remove unused function.
265 * f-valprint.c (print_max): Remove extraneous extern decl,
266 in valprint.h.
267 (calc_f77_array_dims): Remove extraneous prototype, in f-lang.h.
268 * ch-exp.c (write_lower_upper_value): Remove prototype for
269 type_lower_upper.
270
271 * gdbtypes.c (cfront_mangle_name): #ifdef out unused function.
272 * ch-exp.c (parse_mode_call): Ditto.
273 * f-valprint.c (there_is_a_visible_common_named): Ditto.
274 * f-lang.c (clear_function_list): Ditto.
275 (get_bf_for_fcn): Ditto.
276 (clear_bf_list): Ditto.
277 (add_common_block): Ditto.
278 (patch_all_commons_by_name): Ditto.
279 (find_first_common_named): Ditto.
280 (add_common_entry): Ditto.
281 (allocate_saved_function_node): Ditto.
282 (allocate_saved_bf_node): Ditto.
283 (allocate_common_entry_node): Ditto.
284 (allocate_saved_f77_common_node): Ditto.
285
286 * arm-tdep.c (gdbcore.h): Include for necessary prototypes.
287 * dcache.c (gdbcore.h): Ditto.
288 * i386ly-tdep.c (gdbcore.h): Ditto.
289 * i960-tdep.c (gdbcore.h): Ditto.
290 * m2-valprint.c (m2-lang.h): Ditto.
291 * m68k-tdep.c (gdbcore.h): Ditto.
292 (value.h): Ditto.
293 (gdb_string.h): Ditto.
294 * nindy-tdep.c (gdbcore.h): Ditto.
295 * scm-lang.c (gdbcore.h): Ditto.
296 * scm-valprint.c (gdbcore.h): Ditto.
297 * w65-tdep.c (gdbcore.h): Ditto.
298 * z8k-tdep.c (gdbcore.h): Ditto.
299 * sparc-tdep.c (gdb_string.h): Include.
300 * valprint.c (valprint.h): Include.
301
302 * config/xm-lynx.h: Remove part of comment about INT_MIN
303 redefined warnings from defs.h, since INT_MIN define in
304 defs.h is now protected by #ifndef INT_MIN.
305 * config/i386/xm-i386bsd.h: Ditto.
306 * config/m68k/xm-hp300bsd.h: Ditto.
307 * config/m68k/xm-news.h: Ditto.
308
309 * config/pa/xm-hppah.h (INT_MIN): Remove bogus INT_MIN
310 definition as 0x80000000. The macro in defs.h is better.
311 * config/i386/xm-i386m3.h (INT_MIN): Ditto.
312 * config/i386/xm-i386mach.h (INT_MIN): Ditto.
313 * config/ns32k/xm-ns32km3.h (INT_MIN): Ditto.
314 * config/pa/xm-hppab.h: Ditto.
315
316 * core-aout.c (fetch_core_registers): Add prototype.
317 * hp300ux-nat.c (fetch_inferior_register): Ditto.
318 (store_inferior_register_1): Ditto.
319 (store_inferior_register): Ditto.
320 * config/m68k/tm-m68k.h (find_saved_regs): Ditto.
321 *scm-valprint.c (c_val_print): Ditto.
322 * procfs.c (add_fd): Ditto.
323 (remove_fd): Ditto.
324 (wait_fd): Ditto.
325 (sigcodename): Ditto.
326 (sigcodedesc): Ditto.
327 (procfs_kill_inferior): Ditto.
328 (procfs_xfer_memory): Ditto.
329 (procfs_store_registers): Ditto.
330 (create_procinfo): Ditto.
331 (procfs_init_inferior): Ditto.
332 (proc_set_exec_trap): Ditto.
333 (procfs_attach): Ditto.
334 (procfs_detach): Ditto.
335 (procfs_prepare_to_store): Ditto.
336 (procfs_files_info): Ditto.
337 (procfs_open): Ditto.
338 (procfs_wait): Ditto.
339 (procfs_fetch_registers): Ditto.
340 (procfs_mourn_inferior): Ditto.
341 (procfs_can_run): Ditto.
342 (procfs_thread_alive): Ditto.
343 (procfs_stop): Ditto.
344 * alpha-nat.c (fetch_core_registers): Ditto.
345 * config/alpha/tm-alpha.h (alpha_osf_skip_sigtramp_frame): Ditto.
346 * objfiles.c (ecoff_relocate_efi): Ditto.
347 * inflow.c (pass_signal): Ditto.
348 (handle_sigio): Ditto.
349 * annotate.c (breakpoint_changed): Ditto.
350 * callback.c (wrap): Ditto.
351 (fdbad): Ditto.
352 (fdmap): Ditto.
353 * utils.c (malloc_botch): Ditto.
354 (fputs_maybe_filtered): Ditto.
355 (vfprintf_maybe_filtered): Ditto.
356 * defs.h (notice_quit): Ditto.
357 * defs.h (xmalloc, xrealloc): Ditto.
358 * top.c (stop_sig): Ditto.
359 (init_signals): Ditto.
360 (user_defined_command): Ditto.
361 (source_cleanup_lines): Ditto.
362 (dont_repeat_command): Ditto.
363 (serial_log_command): Ditto.
364 (disconnect): Ditto.
365 * target.h (initialize_targets): Ditto.
366 * os9kread.c (read_minimal_symbols): Ditto.
367 * mdebugread.c (mdebug_psymtab_to_symtab): Ditto.
368 (fdr_name): Ditto.
369 (push_parse_stack): Ditto.
370 (pop_parse_stack): Ditto.
371 (is_pending_symbol): Ditto.
372 (add_pending): Ditto.
373 * serial.c (serial_logchar): Ditto.
374 (serial_interface_lookup): Ditto.
375 * serial.h (serial_log_command): Ditto.
376 * f-valprint.c (info_common_command): Ditto.
377 * gdbtypes.h (print_type_scalar): Ditto.
378 * scm-valprint.c (scm_scmlist_print): Ditto.
379 (scm_ipruk): Ditto.
380 * scm-lang.c (scm_printstr): Ditto.
381 (in_eval_c): Ditto.
382 (evaluate_subexp_scm): Ditto.
383 * scm-exp.c (scm_read_token): Ditto.
384 (scm_skip_ws): Ditto.
385 (scm_lreadparen): Ditto.
386 * m2-lang.c (emit_char): Ditto.
387 (m2_printchar): Ditto.
388 (m2_printstr): Ditto.
389 (m2_create_fundamental_type): Ditto.
390 * f-lang.c (emit_char): Ditto.
391 (f_printchar): Ditto.
392 (f_printstr): Ditto.
393 (f_create_fundamental_type): Ditto.
394 * ch-lang.c (chill_printchar): Ditto.
395 (chill_printstr): Ditto.
396 (chill_create_fundamental_type): Ditto.
397 (value_chill_length): Ditto.
398 (value_chill_card): Ditto.
399 (value_chill_max_min): Ditto.
400 (evaluate_subexp_chill): Ditto.
401 * ch-exp.c (PEEK_TOKEN): Ditto.
402 (peek_token_): Ditto.
403 (forward_token_): Ditto.
404 (parse_case_label): Ditto.
405 (parse_opt_untyped_expr): Ditto.
406 (parse_unary_call): Ditto.
407 (parse_call): Ditto.
408 (parse_named_record_element): Ditto.
409 (parse_tuple_element): Ditto.
410 (parse_opt_element_list): Ditto.
411 (parse_tuple): Ditto.
412 (parse_primval): Ditto.
413 (parse_operand6): Ditto.
414 (parse_operand5): Ditto.
415 (parse_operand4): Ditto.
416 (parse_operand3): Ditto.
417 (parse_operand2): Ditto.
418 (parse_operand1): Ditto.
419 (parse_operand0): Ditto.
420 (parse_expr): Ditto.
421 (parse_then_alternative): Ditto.
422 (parse_else_alternative): Ditto.
423 (parse_if_expression): Ditto.
424 (parse_untyped_expr): Ditto.
425 (growbuf_by_size): Ditto.
426 (match_simple_name_string): Ditto.
427 (decode_integer_value): Ditto.
428 (decode_integer_literal): Ditto.
429 (match_float_literal): Ditto.
430 (match_float_literal): Ditto.
431 (match_string_literal): Ditto.
432 (match_character_literal): Ditto.
433 (match_integer_literal): Ditto.
434 (match_bitstring_literal): Ditto.
435 (write_lower_upper_value): Ditto.
436 * ch-lang.h (type_lower_upper): Ditto.
437 * c-lang.c (emit_char): Ditto.
438 * dwarfread.c (free_utypes): Ditto.
439 * stabsread.h (resolve_cfront_continuation): Ditto.
440 * stabsread.c (get_substring): Ditto.
441 (read_one_struct_field): Ditto.
442 * stabsread.h (process_later): Ditto.
443 * demangle.c (set_demangling_command): Ditto.
444 * defs.h (set_demangling_style): Ditto.
445 * maint.c (maintenance_info_command): Ditto.
446 (print_section_table): Ditto.
447 (maintenance_info_sections): Ditto.
448 (maintenance_print_command): Ditto.
449 * symtab.h (maintenance_print_statistics): Ditto.
450 * objfiles.h (in_plt_section): Ditto.
451 * objfiles.c (add_to_objfile_sections): Ditto.
452 * bcache.c (hash): Ditto.
453 (lookup_cache): Ditto.
454 * exec.c (bfdsec_to_vmap): Ditto.
455 (ignore): Ditto.
456 * f-exp.y (growbuf_by_size, match_string_literal): Ditto.
457 * language.c (unk_lang_printchar): Ditto.
458 (unk_lang_printstr): Ditto.
459 (unk_lang_create_fundamental_type): Ditto.
460 (unk_lang_print_type): Ditto.
461 (unk_lang_val_print): Ditto.
462 (unk_lang_value_print): Ditto.
463 * target.c (update_current_target): Ditto.
464 (debug_to_open): Ditto.
465 (debug_to_close): Ditto.
466 (debug_to_attach): Ditto.
467 (debug_to_detach): Ditto.
468 (debug_to_resume): Ditto.
469 (debug_to_wait): Ditto.
470 (debug_to_fetch_registers): Ditto.
471 (debug_to_store_registers): Ditto.
472 (debug_to_prepare_to_store): Ditto.
473 (debug_to_xfer_memory): Ditto.
474 (debug_to_files_info): Ditto.
475 (debug_to_insert_breakpoint): Ditto.
476 (debug_to_remove_breakpoint): Ditto.
477 (debug_to_terminal_init): Ditto.
478 (debug_to_terminal_inferior): Ditto.
479 (debug_to_terminal_ours_for_output): Ditto.
480 (debug_to_terminal_ours): Ditto.
481 (debug_to_terminal_info): Ditto.
482 (debug_to_kill): Ditto.
483 (debug_to_load): Ditto.
484 (debug_to_lookup_symbol): Ditto.
485 (debug_to_create_inferior): Ditto.
486 (debug_to_mourn_inferior): Ditto.
487 (debug_to_can_run): Ditto.
488 (debug_to_notice_signals): Ditto.
489 (debug_to_thread_alive): Ditto.
490 (debug_to_stop): Ditto.
491 * gdbtk.c (null_routine): Ditto.
492 (gdbtk_flush): Ditto.
493 (gdbtk_fputs): Ditto.
494 (gdbtk_query): Ditto.
495 (gdbtk_readline): Ditto.
496 (gdbtk_readline_end): Ditto.
497 (gdb_get_breakpoint_list): Ditto.
498 (gdb_get_breakpoint_info): Ditto.
499 (breakpoint_notify): Ditto.
500 (gdbtk_create_breakpoint): Ditto.
501 (gdbtk_delete_breakpoint): Ditto.
502 (gdbtk_modify_breakpoint): Ditto.
503 (gdb_loc): Ditto.
504 (gdb_eval): Ditto.
505 (gdb_sourcelines): Ditto.
506 (map_arg_registers): Ditto.
507 (get_register_name): Ditto.
508 (gdb_regnames): Ditto.
509 (get_register): Ditto.
510 (gdb_fetch_registers): Ditto.
511 (register_changed_p): Ditto.
512 (gdb_changed_register_list): Ditto.
513 (gdb_cmd): Ditto.
514 (call_wrapper): Ditto.
515 (gdb_listfiles): Ditto.
516 (gdb_stop): Ditto.
517 (gdbtk_dis_asm_read_memory): Ditto.
518 (compare_lines): Ditto.
519 (gdb_disassemble): Ditto.
520 (tk_command): Ditto.
521 (cleanup_init): Ditto.
522 (gdbtk_interactive): Ditto.
523 (x_event): Ditto.
524 (gdbtk_wait): Ditto.
525 (gdbtk_call_command): Ditto.
526 (tk_command_loop): Ditto.
527 (gdbtk_init): Ditto.
528 * breakpoint.h (set_breakpoint_sal): Ditto.
529 * remote-utils.c (usage): Ditto.
530 * remote.c (set_thread): Ditto.
531 (remote_thread_alive): Ditto.
532 (get_offsets): Ditto.
533 (read_frame): Ditto.
534 (remote_insert_breakpoint): Ditto.
535 (remote_remove_breakpoint): Ditto.
536 * sparc-nat.c (fetch_core_registers): Ditto.
537 * corelow.c (add_to_thread_list): Ditto.
538 (ignore): Ditto.
539 * inftarg.c (proc_wait): Ditto.
540 * infptrace.c (udot_info): Ditto.
541 (fetch_register): Ditto.
542 * ser-unix.c (hardwire_noflush_set_tty_state): Ditto.
543 (hardwire_print_tty_state): Ditto.
544 (hardwire_flush_output): Ditto.
545 (hardwire_flush_input): Ditto.
546 (hardwire_send_break): Ditto.
547 (hardwire_setstopbits): Ditto.
548 * ser-tcp.c (tcp_return_0): Ditto.
549 (tcp_noflush_set_tty_state): Ditto.
550 (tcp_print_tty_state): Ditto.
551 * solib.c (match_main): Ditto.
552 * gdbtypes.c (print_bit_vector): Ditto.
553 (print_arg_types): Ditto.
554 (dump_fn_fieldlists): Ditto.
555 (print_cplus_stuff): Ditto.
556 * symfile.h (entry_point_address): Ditto.
557 * symfile.c (decrement_reading_symtab): Ditto.
558 * valops.c (value_arg_coerce): Ditto.
559 * value.h (find_function_in_inferior): Ditto.
560 (value_allocate_space_in_inferior): Ditto.
561 * values.c (vb_match): Ditto.
562 * thread.c (info_thread_command): Ditto.
563 (restore_current_thread): Ditto.
564 (thread_apply_all_command): Ditto.
565 (thread_apply_command): Ditto.
566 * inferior.h (write_pc_pid): Ditto.
567 * infrun.c (delete_breakpoint_current_contents): Ditto.
568 * breakpoint.c (print_it_normal): Ditto.
569 (watchpoint_check): Ditto.
570 (print_it_done): Ditto.
571 (print_it_noop): Ditto.
572 (maintenance_info_breakpoints): Ditto.
573 (create_longjmp_breakpoint): Ditto.
574 (hbreak_command): Ditto.
575 (thbreak_command): Ditto.
576 (watch_commnd_1): Ditto.
577 (rwatch_command): Ditto.
578 (awatch_command): Ditto.
579 (do_enable_breakpoint): Ditto.
580 * ch-valprint.c (chill_val_print_array_elements): Ditto.
581 * eval.c (evaluate_subexp): Ditto.
582 (get_label): Ditto.
583 (evaluate_struct_tuple): Ditto.
584 * eval.c (init_array_element): Ditto.
585
586 * alpha-tdep.c (push_sigtramp_desc): Add prototype and make static.
587 * breakpoint.c (hw_breakpoint_used_count): Ditto.
588 (hw_watchpoint_used_count): Ditto.
589 * findvar.c (write_register_gen): Ditto.
590 (read_register_pid): Ditto.
591 * symtab.c (cplusplus_hint): Ditto.
592 * infcmd.c (breakpoint_auto_delete_contents): Ditto.
593 * ch-valprint.c (chill_print_type_scalar): Ditto.
594 * gdbtypes.c (add_name): Ditto.
595 (add_mangled_type): Ditto.
596 (cfront_mangle_name): Ditto.
597 * sparc-tdep.c (isbranch): Ditto.
598 * inftarg.c (child_stop): Ditto.
599 * win32-nat.c (child_stop): Ditto.
600 * mac-nat.c (child_stop): Ditto.
601 * remote-utils.c (sr_com): Ditto.
602 * dbxread.c (process_now): Ditto.
603 * ch-exp.c (require): Ditto.
604 (check_token): Ditto.
605 (expect): Ditto.
606 (parse_mode_call): Ditto.
607 (parse_mode_or_normal_call): Ditto.
608 * scm-lang.c (scm_lookup_name): Ditto
609 * f-lang.c (allocate_saved_bf_node): Ditto.
610 (allocate_saved_function_node): Ditto.
611 (allocate_saved_f77_common_node): Ditto.
612 (allocate_common_entry_node): Ditto.
613 (add_common_block): Ditto.
614 (add_common_entry): Ditto.
615 (find_first_common_named): Ditto.
616 (patch_common_entries): Ditto.
617 (patch_all_commons_by_name): Ditto.
618 (clear_bf_list): Ditto.
619 (get_bf_for_fcn): Ditto.
620 (clear_function_list): Ditto.
621 * scm-exp.c (scm_istr2int): Ditto.
622 (scm_istring2number): Ditto.
623 * scm-valprint.c (scm_inferior_print): Ditto.
624 * f-typeprint.c (print_equivalent_f77_float_type): Ditto.
625 * f-valprint.c (f77_get_dynamic_length_of_aggregate): Ditto.
626 (f77_create_arrayprint_offset_tbl): Ditto.
627 (f77_print_array_1): Ditto.
628 (f77_print_array): Ditto.
629 (list_all_visible_commons): Ditto.
630 (there_is_a_visible_common_named): Ditto.
631 * mdebugread.c (ecoff_relocate_efi): Ditto.
632 * callback.c (os_close): Ditto.
633 (os_get_errno): Ditto.
634 (os_isatty): Ditto.
635 (os_lseek): Ditto.
636 (os_open): Ditto.
637 (os_read): Ditto.
638 (os_read_stdin): Ditto.
639 (os_write): Ditto.
640 (os_write_stdout): Ditto.
641 (os_rename): Ditto.
642 (os_system): Ditto.
643 (os_time): Ditto.
644 (os_unlink): Ditto.
645 (os_shutdown): Ditto.
646 (os_init): Ditto.
647 (os_printf_filtered): Ditto.
648
649 * scm-lang.h (scm_parse): Change old style decl to prototype.
650 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset): Ditto.
651 * top.c (init_proc): Ditto.
652 (query_hook): Ditto.
653 (error_hook): Ditto.
654 * f-lang.c (c_value_print): Ditto.
655 * ch-exp.c (parse_expression): Ditto.
656 (parse_primval): Ditto.
657 (parse_untyped_expr): Ditto.
658 (parse_opt_untyped_expr): Ditto.
659 (ch_lex): Ditto.
660 * config/sparc/tm-sparc.h (sparc_init_extra_frame_info): Ditto.
661 (sparc_frame_saved_pc): Ditto.
662 (sparc_push_dummy_frame): Ditto.
663 (sparc_pop_frame): Ditto.
664 * defs.h (fclose): Ditto.
665 (atof): Ditto.
666 (error_hook): Ditto.
667
668 * arc-tdep.c (single_step): Change arg to type "enum target_signal".
669 * rs6000-tdep.c (single_step): Ditto.
670 * sparc-tdep.c (single_step): Ditto.
671
672 * breakpoint.c (cleanup_executing_breakpoints): Change unused arg type
673 to PTR which is what make_cleanup expects.
674 * utils.c (null_cleanup): Change arg type to PTR.
675 * defs.h (null_cleanup): Change prototype to match actual function.
676 * config/sparc/tm-sparc.h (struct frame_info): Move forward decl.
677 * ch-valprint.c (chill_val_print): Cast 2nd arg of
678 chill_print_type_scalar to LONGEST.
679 * infrun.c (wait_for_inferior): Have empty switch case for
680 BPSTAT_WHAT_CHECK_SHLIBS when SOLIB_ADD is not defined.
681 (stop_on_solib_events): Only needed if SOLIB_ADD is defined.
682 * infcmd.c (attach_command): Only need auto_solib_add if SOLIB_ADD
683 is defined.
684 * symfile.c (generic_load): Scan long int using a long int spec,
685 not an int spec.
686 * infptrace.c (udot_info): Only need local variables if KERNEL_U_SIZE
687 is defined.
688 (fetch_register): Only need function if FETCH_INFERIOR_REGISTERS is
689 not defined.
690 * inflow.c (handle_sigio): Only need prototype when the actual
691 function is compiled in.
692 * valprint.c (longest_to_int): Expand error message to be
693 separate messages for args larger than largest signed int
694 and args smaller than smallest signed int.
695 * valprint.c (print_longest): Fix problems with support for case
696 where compiler supports type "long long" but the runtime doesn't
697 support printing them with "%ll".
698 * scm-valprint.c (scm_scmlist_print, scm_scmval_print): Change
699 return types to void since we don't actually return anything
700 meaningful and callees ignore the values anyway.
701 * procfs.c (modify_inherit_on_fork_flag): Enclose pr_flags in PIOCSET
702 ifdef.
703 (modify_run_on_last_close_flag): Ditto.
704 (wait_fd): Enclose local variables "num_fds" and "i" LOSING_POLL
705 ifdef
706 * alpha-tdep.c (push_sigtramp_desc): Return proc_desc rather than
707 random value.
708 * infrun.c (wait_for_inferior): Ensure random_signal is not used
709 uninitialized.
710 * valops.c (call_function_by_hand): Ensure struct_addr is not used
711 uninitialized.
712 * breakpoint.c (watch_command_1): Ensure prev_frame is not used
713 uninitialized.
714 * utils.c (vfprintf_maybe_filtered): Change second arg from "char *"
715 to "const char *".
716 * gdbtk.c (gdb_fetch_registers): Cast fourth arg to map_arg_registers
717 to proper pointer type, from int.
718 (gdbtk_query): Change first arg to "const char *" from "char *".
719 * infptrace.c (udot_info): Add two dummy args so that the type is
720 correct for passing to add_info.
721 * f-lang.c (saved_fcn): Move decl to head of file so it can be used
722 in prototypes.
723 (saved_bf_symnum): Ditto.
724 (SAVED_FUNCTION): Ditto.
725 (SAVED_FUNCTION_PTR): Ditto.
726 (SAVED_BF): Ditto.
727 (SAVED_BF_PTR): Ditto.
728 * ch-exp.c (parse_named_record_element): Build error message in
729 temporary buffer before passing it to expect, rather than passing
730 wrong number of args to expect.
731 * demangle.c (set_demangling_style): Call set_demangling_command with
732 correct number of arguments.
733 * inferior.h (terminal_init_inferior_with_pgrp): Change arg type to
734 int to match actual function.
735 (os_isatty): Call fdmap with right number of arguments, was missing
736 the host_callback* arg.
737 * target.c (cleanup_target): Prototype all functions casts.
738 * target.h (one_stepped, single_step): Declare here and convert
739 single_step to prototype.
740 * infrun.c (one_stepped, single_step): Don't declare externs
741 here, they have moved to target.h.
742 * eval.c (init_array_element): Declare previously undeclared
743 last two args as LONGEST.
744 * dcache.c (dcache_xfer_memory): Change xfunc decls to prototype form.
745
dc88c64e
DE
746Thu Jul 25 16:11:54 1996 Doug Evans <dje@canuck.cygnus.com>
747
748 * dsrec.c (load_srec): Protect ANSI style function parms with PARAMS.
749
3a179be1
SG
750Mon Jul 22 18:13:27 1996 Stu Grossman (grossman@critters.cygnus.com)
751
752 * Makefile.in (os9kread.o): Remove dependency on partial-stab.h.
753 * dbxread.c (read_dbx_symtab end_psymtab), partial-stab.h: Don't
754 use partial_symtab->textlow==0 as a flag, as 0 is a legitimate
755 text address. Use a seperate flag (textlow_not_set) instead.
756 This makes stabs in ELF .o files work a lot better.
757 * mdebugread.c xcoffread.c: Define textlow_not_set for
758 partial-stab.h.
759 * stabsread.h (end_psymtab): Add textlow_not_set arg to prototype.
760
396bf873
FF
761Sat Jul 20 17:46:40 1996 Fred Fish <fnf@cygnus.com>
762
763 * gdbtk.tcl (files_command): Reorder the binding tags for
764 the listbox widget to avoid referencing the listbox after
765 the containing widget has been destroyed by the action of
766 a previous binding.
767
9422fadb
FF
768Sat Jul 20 10:41:06 1996 Fred Fish <fnf@cygnus.com>
769
770 * dwarf2read.c (struct filenames): Change internal "struct file"
771 to "struct fileinfo" to avoid conflict with "struct file" in
772 <sys/file.h> on HPUX and Solaris.
773
efd14e45
FF
774Sat Jul 20 10:09:28 1996 Fred Fish <fnf@cygnus.com>
775
776 * gdbtk.tcl (delete_expr): Unset corresponding element of
777 expr_update_list when destroying an expression.
778 (create_expr_window): Initialize expr_num, delete_expr_num,
779 and expr_update_list here when each new expression window
780 is created, rather than once at startup.
781
fcf05549
SS
782Fri Jul 19 14:05:57 1996 Stan Shebs <shebs@andros.cygnus.com>
783
784 * dwarf2read.c: New file, DWARF 2 reader originally contributed by
785 Brent Benson, with additions by Gary Funck and Jerry Kreuscher.
786 * Makefile.in (COMMON_OBS): Add dwarf2read.o.
787 (SFILES): Add dwarf2read.c.
788 (dwarf2read.o): Add build rule.
789 * symfile.h (dwarf2_has_info, dwarf2_build_psymtabs): Declare
790 exported functions.
791 * elfread.c (elf_symfile_read): Call them.
792 (elf_symtab_read) [HARRIS_TARGET]: Skip some special symbols.
793
3f17fed8
GN
794Thu Jul 18 01:22:01 1996 Geoffrey Noer <noer@cygnus.com>
795
796 * symfile.c (symfile_bfd_open):
797 * exec.c (exec_file_command): for __GO32__ and __WIN32__ systems,
798 free the user from having to type the .exe extension.
799
2531b169
MA
800Wed Jul 17 06:54:50 1996 Mark Alexander <marka@cygnus.com>
801
802 * mon960-rom.c: Shorten the mon960_inits string to a single
803 carriage return; this prevents a hang on connecting immediately
804 after powerup, when MON960 is attempting autobaud detection.
805
48b497ed
MA
806Tue Jul 16 23:47:04 1996 Mark Alexander <marka@cygnus.com>
807
808 * a29k-tdep.c (get_saved_register): Allow PC to be modified
809 when innermost frame is selected, but not in outer frames.
810
76420d46
SG
811Tue Jul 16 23:37:25 1996 Stu Grossman (grossman@critters.cygnus.com)
812
813 * command.c (do_setshow_command): Don't segfault when showing
814 var_string and var_string_noescape vars that are NULL.
815
2dcfc9c7
DE
816Mon Jul 15 16:55:48 1996 Doug Evans <dje@canuck.cygnus.com>
817
818 * win32-nat.c (handle_load_dll): dos_path_to_unix_path renamed to
819 cygwin32_conv_to_posix_path.
820 (child_create_inferior): unix_path_to_dos_path renamed to
821 cygwin32_conv_to_win32_path. Rewrite code to translate PATH.
822
91550191
SG
823Mon Jul 15 16:44:05 1996 Stu Grossman (grossman@critters.cygnus.com)
824
825 * defs.h printcmd.c: Create global disassemble_info structure
826 tm_print_insn_info.
827 * gdbtk.c (gdb_disassemble): Setup di.mach from
828 tm_print_insn_info.mach, and set endian from TARGET_BYTE_ORDER.
829 * i386-tdep.c (set_assembly_language_command): set
830 tm_print_insn_info.mach to the appropriate value for 386 or 8086
831 disassembly.
832 * printcmd.c (print_insn): Move init of disassembler_info to
833 _initialize_printcmd. Set endian for disassembler here.
834 * sparc-tdep.c: Set tm_print_insn_info.mach as appropriate to
835 select sparc/sparclite.
836 * config/sparc/{tm-sparc.h tm-sparclite.h}: Get rid of
837 TM_PRINT_INSN. Set TM_PRINT_INSN_MACH to
838 bfd_mach_sparc/bfd_mach_sparc_sparclite.
839
d369b213
FF
840Fri Jul 12 19:04:32 1996 Fred Fish <fnf@cygnus.com>
841
842 * hpread.c (hpread_lookup_type): Use xmmalloc/xmrealloc rather
843 than xmalloc/xrealloc.
844
c0e6ae2e
FF
845Fri Jul 12 17:59:47 1996 Fred Fish <fnf@ninemoons.com>
846
847 * objfiles.c (map_to_file): Error return from mmalloc_findbase is
848 a NULL pointer, not a -1.
849
f33b2c13
SG
850Fri Jul 12 10:16:24 1996 Stu Grossman (grossman@critters.cygnus.com)
851
852 * i386-tdep.c (set_assembly_language_command): New routine to
853 select between i386 and i8086 instruction sets for disassembly.
854 New command `set assembly-language {i386 i8086}'.
855
f3138a7c
MA
856Thu Jul 11 21:13:21 1996 Mark Alexander <marka@cygnus.com>
857
858 * monitor.c (monitor_write_memory, monitor_read_memory_single):
859 Disable use of "long long" memory read/write commands; can't
860 use them because we hold the values to read/write in an int
861 variable, and because strtoul fails on values that exceed the
862 size of a long. This fixes breakpoint problems on MON960.
863
4853b6d1
FF
864Thu Jul 11 11:39:31 1996 Fred Fish <fnf@cygnus.com>
865
866 * config/m68k/xm-hp300hpux.h (HAVE_MMAP): Remove definition.
867 * config/pa/xm-hppah.h (HAVE_MMAP): Ditto.
868
54109914
FF
869Wed Jul 10 16:54:41 1996 Fred Fish <fnf@cygnus.com>
870
871 * Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
872 and MMALLOC_CHECK macros, and add comment indicating how host dependent
873 makefile fragment should modify MMALLOC_CFLAGS to not use mmalloc, or
874 to use it but to not do heap corruption checking.
875 * gdbserver/Makefile.in: Ditto.
876 * utils.c (init_malloc): Replace warning() use with direct call of
877 fprintf_unfiltered, since current_target has not yet been set and thus
878 we cannot use warning(). If we try to use mmcheck and it fails,
879 suggest that this configuration needs NO_MMCHECK or MMCHECK_FORCE
880 defined. Other small mmalloc related cleanups.
881 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
882 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Set to -DNO_MMCHECK.
883
884 * config/sparc/xm-sun4os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
885 * config/i386/xm-i386v4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
886 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
887 * config/m68k/xm-hp300hpux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
888 * config/m68k/xm-m68kv4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT);
889 * config/m68k/xm-sun3os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
890 * config/pa/xm-hppah.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
891 * config/sparc/xm-sun4sol2.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
892 Remove obsolete defines.
893
894 * config/alpha/alpha-linux.mh (MMALLOC_DISABLE):
895 * config/alpha/alpha-osf1.mh (MMALLOC_DISABLE):
896 * config/rs6000/rs6000.mh (MMALLOC_DISABLE):
897 * config/rs6000/aix4.mh (MMALLOC_DISABLE):
898 * config/powerpc/aix4.mh (MMALLOC_DISABLE):
899 * config/powerpc/aix.mh (MMALLOC_DISABLE):
900 * config/ns32k/ns32km3.mh (MMALLOC_DISABLE):
901 * config/mips/mipsm3.mh (MMALLOC_DISABLE):
902 * config/mips/decstation.mh (MMALLOC_DISABLE):
903 * config/m88k/cxux.mh (MMALLOC_DISABLE):
904 * config/i386/i386mk.mh (MMALLOC_DISABLE):
905 * config/i386/i386m3.mh (MMALLOC_DISABLE):
906 * config/i386/i386gnu.mh (MMALLOC_DISABLE):
907 Use MMALLOC_CFLAGS instead.
908
4679717d
JL
909Tue Jul 9 22:41:12 1996 Jeffrey A Law (law@cygnus.com)
910
911 * h8300-tdep.c: Remove some outdated comments.
912 (h8300_skip_prologue): Rework to be more correct for the H8/300H.
913 Handle stm.l insns for the H8/S.
914 (examine_prologue): Likewise.
915
15aec61c
RJ
916Tue Jul 9 16:48:55 1996 Raymond Jou <rjou@mexican.cygnus.com>
917
918 * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf.
919
ee7b308f
MA
920Mon Jul 08 08:50:39 1996 Mark Alexander <marka@cygnus.com>
921
922 * mon960-rom.c (mon960_open): Add floating point detection to
923 prevent hang on non-FPU processors (PR 9775).
924 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
925 setting breakpoints and improve loading speed.
926
ace4b8d7
FF
927Sun Jul 7 14:57:34 1996 Fred Fish <fnf@cygnus.com>
928
929 * coffread.c (record_minimal_symbol): Don't presave name string
930 on symbol_obstack before passing to prim_record_minimal_symbol.
931 It now handles saving the string itself.
932 * dbxread.c (read_dbx_dynamic_symtab): Ditto.
933 * mipsread.c (read_alphacoff_dynamic_symtab): Ditto.
934 * os9kread.c (record_minimal_symbol): Ditto.
935 * solib.c (solib_add_common_symbols): Ditto.
936
937 * coffread.c (coff_symtab_read): Don't presave name string on
938 symbol_obstack before passing to prim_record_minimal_symbol_and_info.
939 It now handles saving the string itself.
940 * dbxread.c (record_minimal_symbol): Ditto.
941 * elfread.c (record_minimal_symbol_and_info): Ditto.
942
943 * dstread.c (record_minimal_symbol): Remove static function that just
944 called prim_record_minimal_symbol with the same args (after change to
945 prim_record_minimal_symbol to do it's own name string saves).
946 * nlmread.c (record_minimal_symbol): Ditto.
947 * somread.c (record_minimal_symbol): Ditto.
948
949 * hpread.c (hpread_read_enum_type): Save symbol name on symbol obstack.
950 (hpread_read_function_type): Ditto.
951 (hpread_process_one_debug_symbol): Ditto.
952 * mdebugread.c (parse_symbol): Ditto.
953 (new_symbol): Ditto.
954 * minsyms.c (prim_record_minimal_symbol_and_info): Ditto.
955
956 * coffread.c (process_coff_symbol): Use obsavestring to save
957 SYMBOL_NAME, rather than obstack_copy0.
958 * dstread.c (create_new_symbol): Ditto
959 * symfile.c (obconcat): Ditto.
960 * stabsread.c (patch_block_stabs): Ditto.
961 * xcoffread.c (SYMNAME_ALLOC): Ditto.
962
963 * symfile.c (obsavestring): Update comments
964 * solib.c (solib_add_common_symbols): Remove local var origname.
965
89e673a4
SG
966Wed Jul 3 15:56:08 1996 Stu Grossman (grossman@critters.cygnus.com)
967
bc859e63
SG
968 * configure: Re-build with autoconf-2.10.
969
89e673a4
SG
970 * sparcl-tdep.c (_initialize_sparc_tdep) config/sparc/tm-sparc.h,
971 config/sparc/tm-sparclite.h: Initialize tm_print_insn from
972 TM_PRINT_INSN, which comes from the tm file.
973
e74acce4
MA
974Tue Jul 02 21:41:20 1996 Mark Alexander <marka@cygnus.com>
975
976 * coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c,
977 os9kread.c: Replace identical sym_offsets functions with
978 default_symfile_offsets.
979 * somread.c (som_symfile_offsets): Use new SIZEOF_SECTION_OFFSETS
980 macro to allocate section_offsets.
981 * symfile.c (default_symfile_offsets): New function.
982 * symfile.h: Declare default_symfile_offsets.
983 * symtab.h: Define SIZEOF_SECTION_OFFSETS macro to
984 simplify allocation of section_offsets.
985
89e673a4
SG
986Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
987
988 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
989 * configure configure.in: Only make sol-thread.o for native.
990 Also, switch to dlopened libthread_db.so.1.
991 * sol-thread.c: Switch to using dlopen to get the thread_db
992 library.
993
994Thu Jun 13 16:53:25 1996 Stu Grossman (grossman@critters.cygnus.com)
995
996 * configure, configure.in: Change test for libthread_db to only
997 work for configs where build/host/target are the same.
998
eafdda3d
MM
999Tue Jul 2 15:04:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1000
1001 * config/powerpc/{linux.mh,xm-linux.h}: New files, for Linux on
1002 PowerPC.
1003
1004 * configure.in (powerpc-*-linux): Add Linux, System V, and ELF
1005 support.
1006 * configure: Regenerate.
1007
6687c953
SS
1008Mon Jul 1 13:00:43 1996 Stan Shebs <shebs@andros.cygnus.com>
1009
1010 From Raymond Jou <rjou@mexican.cygnus.com>:
1011 * mpw-make.sed: Add lines to whack out autoconf hook
1012 @CONFIG_LDFLAGS@.
1013
97fd185a 1014Mon Jul 01 11:07:15 1996 Mark Alexander <marka@cygnus.com>
012be3ce 1015
97fd185a 1016 * remote-e7000.c (e7000_stop): New function.
012be3ce
DP
1017
1018Fri Jun 28 06:34:19 1996 Dawn Perchik <dawn@cygnus.com>
1019
6687c953
SS
1020 * configure, configure.in: Add target sparclet.
1021 * monitor.h, monitor.c: Added monitor flags MO_NO_ECHO_ON_SETMEM
1022 (don't expect echo on setmem command), MO_RUN_FIRST_TIME (if
1023 command to start process running on target is different from one
1024 to continue execution), MO_HEX_PREFIX (if addresses from monitor
1025 have a "0x" prefix).
1026 * monitor.c, parse.c, sparc-tdep.c: Don't require strings in the
1027 registers array. This is to allow NULLs to be place holders in
1028 the tm-*.h file so that only minor changes are needed when a new
1029 processor is introduced (eg, one without floating point).
1030 * sparc-tdep.c: Conditionally remove dependancies on floating
1031 point.
1032 * sparclet-rom.c, config/sparc/sparclet.mt,
1033 config/sparc/tm-sparclet.h: New files for target sparclet.
1034 * symfile.c (load_command): Add option for 2nd parameter; a load
1035 offset added to the vma of each section.
012be3ce 1036
265c044a
DP
1037Fri Jun 28 05:39:19 1996 Dawn Perchik <dawn@cygnus.com>
1038
1039 * main.c (main): Add option "l" for setting remote_timeout.
1040
cb1709ae
DP
1041Fri Jun 28 05:25:18 1996 Dawn Perchik <dawn@cygnus.com>
1042
6687c953
SS
1043 * remote-e7000.c, remote.c, target.h, top.c: Add set option
1044 "remote_timeout" for setting remote_timeout. Add set option
1045 "use_hard_breakpoints" for setting hardware .vs. memory
1046 breakpoints.
cb1709ae 1047
56a4bf53
DP
1048Fri Jun 28 04:32:18 1996 Dawn Perchik <dawn@cygnus.com>
1049
1050 * remote-e7000.c (e7000_parse_device): New function.
1051 Add option "tcp_remote" to target command if using
1052 tcp to connect to a remote host which is then connected
1053 via serial port to the e7000 (for exampole, a port master).
1054 (e7000_open): Change to call e7000_parse_device.
1055
f7ce02f4
DP
1056Fri Jun 28 03:47:17 1996 Dawn Perchik <dawn@cygnus.com>
1057
1058 * monitor.c (monitor_debug): Fix remotedebug buffering.
1059
99afd188
SS
1060Thu Jun 27 18:24:17 1996 Stan Shebs <shebs@andros.cygnus.com>
1061
1062 * config/i386/cygwin32.mh, config/powerpc/cygwin32.mh
1063 (NATDEPFILES): Add a space.
1064
81508b27
WM
1065Wed Jun 26 06:05:39 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
1066
1067 * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)
1068 is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type.
1069
1070 * ch-exp.c (calculate_array_length): Function removed.
1071
ebea0366
MH
1072Tue Jun 25 17:41:06 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1073
1074 * remote-e7000.c (e7000_read_inferior_memory_large): New function.
1075 (e7000_xfer_inferior_memory): Call it.
1076
a69b7bdc
JM
1077Tue Jun 25 23:14:07 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1078
1079 * gdb/gdbserver/Makefile.in (docdir): Removed.
1080
5d8b7982
JM
1081Tue Jun 25 22:05:38 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1082
1083 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
1084 Use autoconf set values.
1085 (docdir): Removed.
1086 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1087 * nlm/Makefile.in (bindir, libdir, datadir, mandir, infodir,
1088 includedir): Use autoconf set values.
1089 (docdir): Removed.
1090 * nlm/configure.in (AC_PREREQ): autoconf 2.5 or higher.
1091 * nlm/configure: Rebuilt.
1092 * gdb/gdbserver/Makefile.in (datadir): Set to $(prefix)/share.
1093
1094Mon Jun 24 09:56:14 1996 Angela Marie Thomas (angela@cygnus.com)
1095
1096 * stabsread.c (read_cfront_member_functions): add type
1097
1098Sun Jun 23 23:40:48 1996 Doug Evans <dje@canuck.cygnus.com>
1099
1100 * win32-nat.c: #include <unistd.h>.
1101 (unix_paths_to_dos_paths, dos_paths_to_unix_paths): Delete.
1102 (child_create_inferior): Convert only env var PATH to win32 style.
1103 (set_pathstyle_dos): Delete.
1104 (_initialize_inftarg): Delete dos-path-style command.
1105
3d9f68c0 1106start-sanitize-gdbtk
ab5c0a12
FF
1107Fri Jun 21 11:04:47 1996 Fred Fish <fnf@cygnus.com>
1108
1109 * gdbtk.tcl (create_register_windows): Include missing '$'s.
1110 Add global declarations for various reg_format_* variables.
4149b5f4
FF
1111 * gdbtk.tcl (populate_register_window): Make initial window one
1112 line taller to account for new column header line.
ab5c0a12
FF
1113
1114Fri Jun 21 09:46:47 1996 Fred Fish <fnf@cygnus.com>
3d9f68c0
FF
1115
1116 * gdbtk.c (get_register): Support for printing raw formats.
1117 * gdbtk.tcl: Add hint for using debug_interface.
1118 (center_window, add_breakpoint_frame, delete_breakpoint_frame):
1119 Enclose arg in braces for consistency.
1120 (create_registers_window, populate_reg_window, update_registers):
ab5c0a12
FF
1121 Major rewrite to support displaying multiple formats in the register
1122 window.
3d9f68c0
FF
1123 (init_reg_info): New function.
1124 (recompute_reg_display_list): Reset reg_display_list, start
1125 register display lines at line 2.
1126
1127end-sanitize-gdbtk
1a7b4b7c
DE
1128Thu Jun 20 13:42:23 1996 Doug Evans <dje@canuck.cygnus.com>
1129
1130 * configure.in: Revise sol-thread.o test.
1131 * configure: Regenerated.
1132
1133 * source.c (find_source_lines): Reassign size to result of read.
1134
b613bfbf 1135start-sanitize-gdbtk
3f8eefba
FF
1136Thu Jun 20 08:18:59 1996 Fred Fish <fnf@cygnus.com>
1137
1138 * gdbtk.tcl (gdbtk_tcl_readline_begin): Handle backspace to
1139 avoid backing up over prompt. At every input, make sure insert
1140 point is at least after command start, handle control-u to delete
1141 current input line.
1142 (tclsh): Handle backspace to avoid backing up over prompt. Handle
1143 control-u to delete current input line.
1144
b613bfbf
GN
1145Wed Jun 19 17:23:38 1996 Geoffrey Noer <noer@cygnus.com>
1146
1147 * configure.in: disable gdbtk for *cygwin32* hosted compiles
1148 * configure: regenerated with autoconf 2.8
1149
1150end-sanitize-gdbtk
b613bfbf
GN
1151Tue Jun 18 16:25:54 1996 Jeffrey A. Law <law@rtl.cygnus.com>
1152
1153 * h8300-dep.c (gdb_print_insn_h8300): Handle the H8/S.
1154 (h8300_command): Likewise.
1155 (set_machine): Likewise.
1156 (set_machine_hook): Likewise.
1157 (_initialize_h8300m): Likewise.
1158
1159 * config/h8300/tm-h8300.h (h8300smode): Declare.
1160
5499f9a1
JL
1161Sun Jun 16 15:21:51 1996 Jeffrey A. Law <law@rtl.cygnus.com>
1162
1163 * somsolib.c (som_solib_create_inferior_hook): Handle tracking
1164 of shl_load calls for hpux10.
1165
1166Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
1167
1168 * config.in: Regenerated.
1169 * acconfig.h (HAVE_THREAD_DB_LIB): Added entry.
1170
1171 * configure: Regenerated.
1172 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
1173 avoid name clashes with SunOS headers.
1174
9d111656
FF
1175Tue Jun 11 19:52:50 1996 Fred Fish <fnf@cygnus.com>
1176
1177 From Michael Snyder <Michael_Snyder@next.com>:
1178 * bcache.c (print_bcache_statistics): Avoid divide-by-zero
1179 exception if one or more objfile has no symbols, such as when
1180 a dynamic library has been stripped.
1181
1182Tue Jun 11 12:02:55 1996 Stu Grossman (grossman@critters.cygnus.com)
1183
1184 * Makefile.in (INTERNAL_LDFLAGS): Add in flags from configure.
1185 * configure configure.in: Only make sol-thread.o for native.
1186 Also, switch to dlopened libthread_db.so.1.
1187 * sol-thread.c: Switch to using dlopen to get the thread_db
1188 library.
1189
f023ce5c
FF
1190Mon Jun 10 14:17:19 1996 Fred Fish <fnf@cygnus.com>
1191
1192 * config/sparc/{xm-sun4sol2.h,xm-sun4os4.h} (MMAP_BASE_ADDRESS):
1193 Change from 0xE0000000 to 0xC0000000.
1194
1195Thu Jun 6 17:10:32 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1196
1197 * config/powerpc/xm-solaris.h: Initial version of support for
1198 Solaris on PowerPC.
1199
911026aa
JSC
1200Wed Jun 5 01:52:57 1996 James G. Smith <jsmith@cygnus.co.uk>
1201
1202 * configure.in (configdirs): Force 4100 builds to use 4300 GDB
1203 target.
1204 * configure: Rebuild.
1205
1206 * config/mips/vr4300el.mt (SIM_OBS): Include simulator in
1207 little-endian builds.
1208
093c1a2f
JL
1209Mon Jun 3 11:48:29 1996 Jeffrey A Law (law@cygnus.com)
1210
f4c952e4
JL
1211 * inftarg.c (child_thread_alive): Protect declaration with
1212 #ifndef CHILD_THREAD_ALIVE.
1213
093c1a2f
JL
1214 * source.c (find_source_lines): Check the time on the symtab's bfd if
1215 it exists, else check the time on the exec_bfd.
1216
f6decc18
MA
1217Thu May 30 09:43:17 1996 Mark Alexander <marka@cygnus.com>
1218
1219 * dsrec.c (make_srec): Fix calculation of address size
1220 to allow addresses less than 0x100.
1221
3db21ca5
WM
1222Thu May 30 04:24:09 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
1223
1224 * ch-exp.c (ch_lex): In case of LOC_TYPEDEF call calculate_array_length.
1225
3308a107
GN
1226Tue May 28 16:15:47 1996 Geoffrey Noer <noer@cygnus.com>
1227
1228 * remote-mips.c: cannot use EINVAL for breakpoint test since
1229 its value varies for different hosts (e.g. go32's is 19, while
1230 sunos is 22). Changed to hardcoded 22 since that is what the
1231 mips boards return.
1232
e44d1491
TT
1233Tue May 28 11:14:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1234
1235 * configure: Regenerated.
1236 * aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
1237 (CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
1238
76420d46
SG
1239Sun May 26 16:56:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
1240
1241 * solib.c (solib_absolute_prefix, solib_search_path): New variables.
1242 (_initialize_solib): Add set/show commands for those variables.
1243 (solib_map_sections): Implement searching using them.
1244
9391c997
FF
1245Sun May 26 14:14:49 1996 Fred Fish <fnf@cygnus.com>
1246
1247 Changes from: David Mosberger-Tang <davidm@azstarnet.com>
1248
1249 * NEWS: Add Alpha Linux as a new native configuration.
1250
1251 * mdebugread.c (parse_symbol): When we find a malloc() symbol with
1252 return type VOID, assume no debugging info is available for that
1253 object file and patch the return value into VOID *. Otherwise,
1254 operations requiring an implicit call to malloc() will fail.
1255
1256 * infrun.c (wait_for_inferior): The criterion to detect entering a
1257 sigtramp handler is now: (a) the current pc is inside a sigtramp
1258 handler, (b) the previous pc is not in a sigtramp handler, and (c)
1259 the current stack pointer is "inner" than the old one. Condition
1260 (c) is new to avoid mistaking a return from a signal handler into
1261 sigtramp as a new sigtramp invocation.
1262
1263 * dcache.c (struct dcache_block): Declare addr as CORE_ADDR. An
1264 int may not be big enough to hold an address.
1265 (dcache_hit): Ditto.
1266 (dcache_peek_byte): Fix indentation.
1267
1268 * configure.in (alpha-*-linux*): Add target.
1269 * configure: Rebuild
1270
1271 * config/alpha/tm-alpha.h (PROC_DESC_IS_DYN_SIGTRAMP): New macro.
1272 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
1273 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
1274 (SIGCONTEXT_ADDR): Ditto.
1275 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
1276
1277 * config/alpha/alpha-linux.mh: New file.
1278 * config/alpha/alpha-linux.mt: Ditto.
1279 * config/alpha/nm-linux.h: Ditto.
1280 * config/alpha/tm-alphalinux.h: Ditto.
1281 * config/alpha/xm-alphalinux.h: Ditto.
1282 * config/alpha/xm-alphaosf.h: Renamed from xm-alpha.h.
1283 * config/alpha/alpha-osf1.mh (XM_FILE): Change from xm-alpha.h to
1284 xm-alphaosf.h.
1285 * config/alpha/alpha-osf2.mh: Ditto.
1286
1287 * blockframe.c (find_pc_partial_function): Pass PC to
1288 SIGTRAMP_START and SIGTRAMP_END macros for the benefit of systems
1289 that detect sigtramp code via designated code sequences (as is the
1290 case for Linux/Alpha, for example).
1291
1292 * config/i386/tm-i386bsd.h: Change SIGTRAMP_START and SIGTRAMP_END
1293 to ignore new PC argument.
1294 * config/m68k/tm-hp300bsd.h: Ditto.
1295 * config/vax/tm-vax.h: Ditto.
1296
1297 * alpha-tdep.c (alpha_linux_sigtramp_offset): New function.
1298 (alpha_osf_skip_sigtramp_frame): Ditto.
1299 (push_sigtramp_desc): Ditto.
1300 (alpha_find_saved_regs): Use SIGCONTEXT_ADDR macro to extract
1301 sigcontext address from frame.
1302 (alpha_saved_pc_after_call): When in sigtramp, use
1303 alpha_frame_saved_pc() instead of read-register().
1304 (after_prologue): When inside a dynamically generated sigtramp
1305 function, there is no prologue, so return address of first
1306 instruction.
1307 (alpha_in_prologue): Fix typo in comment.
1308 (find_proc_desc): Use macro DYNAMIC_SIGTRAMP_OFFSET to determine
1309 whether we're inside a dynamicaly generated sigtramp function. If
1310 so, create and push and appropriate procedure descriptor.
1311 (alpha_frame_chain): Use macro FRAME_PAST_SIGTRAMP_FRAME to obtain
1312 the frame past a sigtramp frame (if the current frame is indeed a
1313 sigtramp function).
1314 (init_extra_frame_info): Don't read next frame register off of
1315 stack-pointer when inside a dynamiccaly generated sigtramp.
1316 (alpha_pop_frame): Also unlink and destroy procedure descriptors
1317 created for dynamically generated sigtramp functions.
1318
1319 * alpha-nat.c: When compiling under Linux, include <asm/reg.h> and
1320 <alpha/ptrace.h> instead of <machine/reg.h>
1321
647e52ea
SG
1322Tue Jul 2 13:58:10 1996 Miles Bader <miles@gnu.ai.mit.edu>
1323
1324 * gnu-nat.c (inf_validate_task_sc):
1325 Give terminal to gdb while asking question.
1326 (inf_resume): Don't validate the task suspend-count while execing.
1327
1328Thu Jun 13 11:04:52 1996 Miles Bader <miles@gnu.ai.mit.edu>
1329
1330 * gnu-nat.c (inf_validate_task_sc): Query user before clearing any
1331 additional suspend count.
1332 (S_proc_wait_reply, gnu_attach): Don't call inf_validate_task_sc.
1333 (inf_resume): Call inf_validate_task_sc here.
1334 (gnu_resume): Call inf_update_procs to ensure noticing new threads.
1335
1336Fri Jun 7 17:00:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
1337
1338 * gnu-nat.c (gnu_create_inferior: attach_to_child): Return PID.
1339
52f74d48
JL
1340Thu May 23 15:13:56 1996 Jeffrey A Law (law@cygnus.com)
1341
31778db0
JL
1342 * h8300-tdep.c (IS_PUSH): Refine.
1343 (IS_MOVE_FP, IS_MOV_SP_FP): Accept H8/300H varaints.
1344 (IS_SUB4_SP, IS_SUBL_SP): New macros.
1345 (h8300_skip_prologue): Handle H8/300H prologue code sequences.
1346 (examine_prologue): Handle addresses from 0x010000 to 0xffffff
1347 when in H8/300H mode. Get the return pointer's address correctly
1348 for the H8/300H. Handle H8/300H prolouge code sequences.
1349
52f74d48
JL
1350 * symfile.c (generic_load): Print the starting address
1351 of the file just loaded.
1352
e7600d8e
SS
1353Thu May 23 12:09:52 1996 Stan Shebs <shebs@andros.cygnus.com>
1354
1355 * mpw-make.sed: Edit @THREAD_DB_OBS@ out of makefile.
1356
1357Tue May 21 11:53:56 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1358
1359 * breakpoint.c (bpstat_do_actions): Avoid endless recursion
1360 if a `source' command is contained in bs->commands.
1361
1362 * infrun.c (wait_for_inferior): Update step_frame_address when
1363 stepping into a new line.
1364
1365 From schwab@issan.informatik.uni-dortmund.de (Andreas Schwab):
1366 * breakpoint.c (breakpoint_1): Add shlib_disabled case to
1367 bpenables array.
1368
c92f31c6
MA
1369Mon May 20 22:52:00 1996 Mark Alexander <marka@cygnus.com>
1370
1371 * dsrec.c (load_srec): Add WAITACK parameter, for machines
1372 like EST visionICE that send back an ACK after each S-record.
1373 * monitor.c (monitor_wait_srec_ack): New function.
1374 (monitor_load): Pass monitor_wait_srec_ack to load_srec
1375 if the monitor's MO_SREC_ACK flag is set.
1376 * monitor.h: Define MO_SREC_ACK flag.
1377 * remote-est.c (est_cmds): Add MO_SREC_ACK flag.
1378 * sh3-rom.c (sh3_load): Accomodate change in load_srec prototype.
1379 * srec.h: Add WAITACK parameter to load_srec prototype.
1380
6a4bfd83
RS
1381Sun May 19 21:22:00 1996 Rob Savoye <rob@chinadoll>
1382
1383 * config/sparc/sparclite.mt: Add the sparc simulator.
1384
41756e56
FF
1385Sun May 19 16:49:37 1996 Fred Fish <fnf@cygnus.com>
1386
1387 * defs.h (read_command_lines, query_hook): Update prototypes.
1388 (readline_begin_hook, readline_hook, readline_end_hook): Declare.
1389 * breakpoint.c (commands_command): Build message in temporary buffer
1390 and pass that, as well as tty control flag, to read_command_lines.
1391 * top.c (readline_begin_hook, readline_hook, readline_end_hook):
1392 Define here.
1393 (command_loop): Check for non-NULL instream before looping.
1394 (command_line_input): Use readline_hook when appropriate, to get
1395 user input from a GUI window.
1396 (read_next_line): Also build prompt if getting user input from a GUI.
1397 (recurse_read_control_structure): Fix typo in comment.
1398 (read_command_lines): Use passed in prompt and tty flag to decide how
1399 to build message. Use readline_begin_hook when appropriate, to set
1400 up a GUI interaction window. Just return head, whether NULL or not,
1401 after using readline_end_hook to complete GUI interaction.
1402 (define_command, document_command): Build message in a temporary
1403 buffer and pass it to read_command_lines, along with tty flag.
1404
1405start-sanitize-gdbtk
1406 * gdbtk.c (gdbtk_readline_begin, gdbtk_readline, gdbtk_readline_end):
1407 New functions.
1408 (tk_command_loop): Set instream to NULL to enable Tk user interaction.
1409 (gdbtk_init): Set readline_begin_hook, readline_hook,
1410 and readline_end_hook.
1411 * gdbtk.tcl (gdbtk_tcl_readline_begin, gdbtk_tcl_readline,
1412 gdbtk_tcl_readline_end): New functions.
1413 (tclsh): Pack scroll bar on right side of window, not left.
1414end-sanitize-gdbtk
1415
f0c56658
PS
1416Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1417
1418 * blockframe.c (frameless_look_for_prologue):
1419 Add FUNCTION_START_OFFSET only if func_start is non-zero.
1420 * minsyms.c (lookup_minimal_symbol_by_pc): Return NULL if
1421 pc is not in a known section.
1422 * stack.c (print_frame_info): Remove check for fi->pc in known
1423 section, now handled by lookup_minimal_symbol_by_pc.
1424
81ae689a
FF
1425start-sanitize-gdbtk
1426Fri May 17 13:54:34 1996 Fred Fish <fnf@cygnus.com>
1427
1428 * gdbtk.tcl (create_command_window): Change a misspelled "get"
1429 to the intended "cget".
1430 (delete_line): Fix so it deletes the current line at the
1431 insertion cursor.
1432end-sanitize-gdbtk
1433
6a4547c0
SS
1434Fri May 17 13:31:04 1996 Stan Shebs <shebs@andros.cygnus.com>
1435
1436 * sh-stub.c: New file, was config/sh/stub.c.
1437
b8f3d4c6 1438start-sanitize-gdbtk
5bac2b50
FF
1439Thu May 16 19:20:29 1996 Fred Fish <fnf@fishfood.ninemoons.com>
1440
1441 * gdbtk.tcl (gdb_prompt): Set this early on.
1442 (create_command_window): Use gdb_prompt rather than "(gdb) ".
1443 (gdbtk_tcl_preloop): Proc executed just prior to Tk main loop.
1444 (tclsh): If an evaluation window already exists, just bring it
1445 to the front instead of trying to create another.
1446 * gdbtk.c (tk_command_loop): New function.
1447 (gdbtk_init): Call tk_command_loop rather than Tk_MainLoop.
1448
954a4a2a
FF
1449Thu May 16 16:16:35 1996 Fred Fish <fnf@cygnus.com>
1450
1451 * gdbtk.tcl (evaluate_tcl_command, tclsh): New functions that
1452 implement a tcl evaluation window for gdbtk maintainers to use.
1453
76e641bd
TT
1454Thu May 16 11:42:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1455
f4e769dc
TT
1456 * gdbtk.tcl (files_command): Correctly insert list of files into
1457 listbox widget.
1458
76e641bd
TT
1459 * gdbtk.tcl (files_command): listbox command no longer accepts
1460 -geometry.
1461
b8f3d4c6
SS
1462Wed May 15 16:04:09 1996 Stan Shebs <shebs@andros.cygnus.com>
1463
1464 * gdbtk.tcl (create_command_window): If command window's buffer
1465 is disabled, don't execute any of the key bindings.
1466end-sanitize-gdbtk
1467
6bafbdfb
JL
1468Wed May 15 08:25:12 1996 Jeffrey A Law (law@cygnus.com)
1469
e7600d8e 1470 * top.c (read_next_line): Fix thinkos. From Donn Seeley.
ecebd693 1471
6bafbdfb
JL
1472 * coffread.c (coff_symtab_read): Handle C_LABEL symbols like
1473 C_STAT symbols.
1474 * h8300-tdep.c (h8300_pop_frame): Reset $sp and $pc correctly.
1475 Flush cached frames just before exiting.
1476 * remote-sim.c (gdbsim_resume): Complain if the program isn't
1477 being run.
1478 * config/h8300/tm-h8300.h (BELIEVE_PCC_PROMOTION): Define.
1479
9b33e492
SG
1480Tue May 14 18:05:16 1996 Stu Grossman (grossman@critters.cygnus.com)
1481
1482 * procfs.c (procfs_thread_alive procfs_stop): Make static.
e7600d8e 1483 (procfs_pid_to_str): New routine to print out thread id's in an
9b33e492
SG
1484 intelligible manner.
1485 * sol-thread.c (sol_thread_fetch_registers): Re-order manner in
b8f3d4c6 1486 which supply_register is called to fix bug with writing
9b33e492
SG
1487 individual regs.
1488 * config/sparc/tm-sun4sol2.h: Define default for
1489 target_pid_to_str in case host lacks libthread_db.
1490
47ef0da5
SG
1491Mon May 13 23:53:30 1996 Stu Grossman (grossman@critters.cygnus.com)
1492
1493 * Makefile.in config.in configure configure.in
1494 config/sparc/nm-sun4sol2.h config/sparc/sun4sol2.mh
1495 config/sparc/tm-sun4sol2.h: Use autoconf to config Solaris thread
1496 and pthread support, since pre-2.5 systems don't come with
1497 libthread_db.so.1.
1498
1499 * procfs.c (info_proc): Use int instead of id_t. Old versions of
e7600d8e 1500 Irix don't seem to define this.
47ef0da5 1501
572977a5
FF
1502start-sanitize-gdbtk
1503Mon May 13 13:43:25 1996 Fred Fish <fnf@cygnus.com>
1504
1505 * gdbtk.c (tk_command): Catch case where no argument is given
1506 since this will cause the tcl interpreter to dump core.
1507end-sanitize-gdbtk
1508
24ecc17a
JL
1509Mon May 13 17:40:58 1996 Jeffrey A Law (law@cygnus.com)
1510
1511 * top.c (execute_control_command, case while_control): Allow
1512 a while command to be interrupted.
1513
a50cedad
SG
1514Mon May 13 16:17:36 1996 Stu Grossman (grossman@critters.cygnus.com)
1515
1516 * sol-thread.c: More cleanup, add comments.
b8f3d4c6 1517 (sol_thread_resume): Prevent people from trying to step
a50cedad 1518 inactive threads.
b8f3d4c6 1519 (sol_thread_wait sol_thread_fetch_registers
a50cedad
SG
1520 sol_thread_store_registers): Remove unnecessary check for
1521 sol_thread_active. These routines won't get called unless threads
1522 are active.
1523
05535e79
SS
1524Mon May 13 11:29:37 1996 Stan Shebs <shebs@andros.cygnus.com>
1525
1526 SH3-E support from Allan Tajii <atajii@hmsi.com>:
1527 * sh-tdep.c (sh_reg_names, sh3_reg_names): Add empty names for
1528 float registers.
1529 (sh3e_reg_names): New register name array.
1530 (sh_processor_type_table): Add sh3e processor type.
1531 * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Fix test.
1532 (REGISTER_NAMES, NUM_REGS, NUM_REALREGS, etc): Adjust for
1533 full set of registers.
1534 * remote-e7000.c (want_sh3, want_sh3_nopc): New globals.
1535 (e7000_fetch_registers, e7000_wait): Use them.
1536 * sh3-rom.c (sh3_regnames): Add float registers.
1537 (sh3e_cmds, sh3e_ops): New globals.
1538 (sh3e_open): New function.
1539 (_initialize_sh3_rom): Rename from _initialize_sh3, set up
1540 sh3e target vector.
1541
934741a1
SG
1542Fri May 10 15:53:38 1996 Stu Grossman (grossman@lisa.cygnus.com)
1543
1544 * sol-thread.c: Cleanup. gcc -Wall fixes. Add prototypes.
1545 Print out messages instead of codes for thread_db errors. Make
1546 access macros for thread and lwp manipulation. Make cleanups to
1547 fixup inferior_pid in case of errors.
1548
31ed312c
FF
1549Thu May 9 19:06:02 1996 Fred Fish <fnf@cygnus.com>
1550
1551 * aclocal.m4: Remove unused definition of AC_C_CROSS.
1552 * configure.in: Add powerpcle-*-solaris* host and target config
1553 so April 30th change does not get lost next time configure is
1554 rebuilt.
1555
fdfa3315
SG
1556Thu May 9 14:13:08 1996 Stu Grossman (grossman@critters.cygnus.com)
1557
1558 * Makefile.in, breakpoint.c, corelow.c, fork-child.c, inflow.c,
1559 infrun.c, mac-nat.c, procfs.c, remote.c, sol-thread.c, thread.c,
1560 win32-nat.c, config/nm-lynx.h: Rename thread.h to gdbthread.h to
1561 avoid conflict with Solaris /usr/include/thread.h.
1562
7574859f
RS
1563Thu May 9 12:33:32 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1564
1565 * abug-rom.c: Config file for the older style ABug monitor that
1566 runs on the mvme13x boards.
1567 * config/m68k/monitor.mt: Add abug support for m68k cross
1568 debugging.
1569
2ae2f078 1570Wed May 8 20:33:24 1996 Fred Fish <fnf@cygnus.com>
3f37b696 1571
2ae2f078
FF
1572 * infcmd.c (do_registers_info): Always print the raw floating
1573 point value's bytes in big endian order, so the the leftmost bit
1574 is the most significant.
3f37b696
FF
1575 * breakpoint.c (clear_momentary_breakpoints): Remove dead code
1576 that is referenced nowhere else.
1577 (set_breakpoint): Ditto.
1578 (do_enable_breakpoint): Created from enable_once_breakpoint
1579 with a couple of changes.
1580 (enable_breakpoint): Call do_enable_breakpoint with an appropriate
1581 bpdisp enum value to set disposition of breakpoint.
1582 (enable_once_breakpoint): Ditto.
1583 (enable_delete_breakpoint): Ditto.
1584 * breakpoint.h (clear_momentary_breakpoints): Remove prototype.
1585 * symtab.c (find_pc_line): Improve comments.
572977a5 1586start-sanitize-gdbtk
3f37b696 1587 * gdbtk.c: Fix a couple of misspellings.
572977a5 1588end-sanitize-gdbtk
3f37b696
FF
1589 * xcoffread.c: Ditto.
1590
37316b52
SS
1591Tue May 7 18:37:06 1996 Stan Shebs <shebs@andros.cygnus.com>
1592
1593 * target.c (debug_to_xfer_memory): Insert line breaks when
1594 dumping the memory block.
1595
8fc2b417
SG
1596Mon May 6 13:52:52 1996 Stu Grossman (grossman@critters.cygnus.com)
1597
1598 * fork-child.c (fork_inferior), inferior.h: init_trace_fun now
1599 returns a possibly modified pid.
1600 * inftarg.c (ptrace_him): Now returns pid;
1601 * m3-nat.c (m3_trace_him): Now returns pid;
1602 * infcmd.c (run_command): Minor cleanup.
1603 * infrun.c (wait_for_inferior): Add another check for one_stepped
1604 near where we read the pc to avoid erroneously setting
1605 random_signal for multi-threaded support.
1606 * procfs.c: Add support for Solaris LWPs. Remove def of
1607 LOSING_POLL. Many cleanups... Several workarounds for Solaris
1608 lossage. System call entry and exit are now handled by
1609 dynamically registered handlers.
1610 * (syscallname): Don't barf when handed an unknown syscall
1611 number.
1612 * (info_proc_syscalls): Ditto.
1613 * sol-thread.c: New file. Implements Solaris thread support.
1614 * symfile.c (symbol_file_add): Add call to target_new_objfile to
1615 notify target-dependent code about new symbol tables.
1616 * (clear_symtab_users): Call target_new_objfile to notify it of
1617 the removal of all symbol tables.
1618 * target.c (push_target): Make sure that to_close is non-zero
1619 before calling it.
1620 * target.h (target_new_objfile): Provide default.
1621 * config/alpha/nm-osf2.h: Define LOSING_POLL because this version
1622 of OSF can't hack using poll with /proc.
1623 * config/sparc/nm-sun4sol2.h (target_new_objfile): Define to be
1624 sol-thread-new-objfile.
1625 * config/sparc/sun4sol2.mh: Add sol-thread.o to NATDEFFILES, and
1626 add libthread_db.so.1 to NAT_CLIBS.
1627 * config/sparc/tm-sun4sol2.h: Define PIDGET, TIDGET, and
1628 target_pid_to_str.
1629
1630Sat May 4 02:13:34 1996 N Srin Kumar <nsrin@wipinfo.soft.net>
1631
1632 * procfs.c (remove_fd): Fix copy of fds to fill hole left after
1633 removal of the requested fd.
1634
8678180e
MM
1635Mon May 6 07:52:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1636
1637 * rs6000-tdep.c (_initialize_rs6000_tdep): Don't do XCOFF specific
1638 hooks under ELF.
1639
1640 * config/powerpc/tm-ppc-eabi.h: Define ELF_OBJECT_FORMAT.
1641
9e9cf822
SS
1642start-sanitize-gdbtk
1643Thu May 2 19:17:49 1996 Stan Shebs <shebs@andros.cygnus.com>
1644
1645 * gdbtk.tcl (debug_interface): New global, use to aid debugging.
1646 (insert_breakpoint_tag, delete_breakpoint_tag): Fix range.
1647 (file_popup_menu): Delete, never used.
1648 (listing_window_popup): Rename from listing_window_button_1,
1649 remove breakpoint toggling code.
1650 (toggle_breakpoint): New procedure.
1651 (create_file_win): Bind popup menu to button 2, toggle breakpoints
1652 with button 1 in breakpoint area, add display of tagged areas if
1653 debugging on.
1654end-sanitize-gdbtk
1655
e51481f9
JL
1656Thu May 2 12:46:14 1996 Jeffrey A Law (law@cygnus.com)
1657
9e9cf822 1658 From Peter Schauer:
e51481f9
JL
1659 * breakpoint.h (enum bpdisp): Add del_at_next_stop.
1660 * breakpoint.c (insert_breakpoints, watchpoint_check,
1661 bpstat_stop_status): Avoid bad references to memory freed via
1662 delete_breakpoint on watchpoints going out of scope.
1663 Do not delete these watchpoints, disable them and change their
1664 disposition to del_at_next_stop instead.
1665 (breakpoint_auto_delete): Delete all breakpoints whose disposition
1666 is del_at_next_stop.
1667 (breakpoint_init_inferior): Use switch to avoid reference to
1668 already deleted breakpoint.
1669
062cb0d3
FF
1670Wed May 1 17:29:18 1996 Fred Fish <fnf@cygnus.com>
1671
9e9cf822 1672 * Makefile.in (rs6000-nat.o): Depend on xcoffsolib.h.
062cb0d3 1673 * config/rs6000/rs6000.mh (NATDEPFILES): Move xcoffread.o ...
9e9cf822 1674 * config/rs6000/rs6000.mt (TDEPFILES): ... to here.
062cb0d3
FF
1675 * xcoffsolib.c (xcoff_relocate_symtab_hook): Define and initialize.
1676 (solib_info): Call xcoff_relocate_symtab via the hook.
1677 (sharedlibrary_command): Ditto.
1678 * xcoffread.c: Remove all FAKING_RS6000 comments and defines.
1679 (xcoff_add_toc_to_loadinfo_hook): Define and initialize here.
1680 (xcoff_init_loadinfo_hook): Define and initialize here.
1681 (scan_xcoff_symtab): Call xcoff_add_toc_to_loadinfo via the hook.
1682 (xcoff_initial_scan): Call xcoff_init_loadinfo via the hook.
1683 * xcoffsolib.h (xcoff_relocate_symtab_hook): Declare extern func.
1684 * rs6000-tdep.c (_initialize_rs6000_tdep): Add initializations
1685 of xcoff_add_toc_to_loadinfo_hook and xcoff_init_loadinfo_hook.
1686 * rs6000-nat.c (_initialize_core_rs6000): Add initialization
1687 of xcoff_relocate_symtab_hook.
1688
fe8d28cf
MM
1689Tue Apr 30 13:22:02 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1690
1691 * configure (powerpcle-*-solaris*): Add Solaris support.
1692
1693 * config/powerpc/{solaris.m[ht],tm-solaris.h}: New files for
1694 Solaris support.
aad09779
DP
1695
1696Mon Apr 29 16:17:31 1996 Dawn Perchik <dawn@cygnus.com>
9e9cf822 1697
aad09779
DP
1698 * c-valprint.c (c_val_print): Fix printing for arrays defined
1699 with 0 length.
1700
5a2934b4
SS
1701Sun Apr 28 15:08:05 1996 Stan Shebs <shebs@andros.cygnus.com>
1702
fea17b55
SS
1703 Support for bi-endian remote breakpoints.
1704 * remote.c (big_break_insn, little_break_insn): New globals.
1705 (break_insn): Remove.
1706 (remote_insert_breakpoint, remote_remove_breakpoint): Use own
1707 code if REMOTE_BREAKPOINT defined, otherwise call memory
1708 breakpoint functions.
1709 * config/sh/tm-sh.h (REMOTE_BREAKPOINT): Remove.
1710 (BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT): Define.
1711
5a2934b4
SS
1712 * mon960-rom.c (mon960_cmds): Remove forward decl.
1713 (mon960_load): Use current_monitor instead of mon960_cmds.
1714 (mon960_regnames): Remove backslashes from line ends.
1715 (_initialize_mon960): Fix documentation string.
1716
d2c17d4f
FF
1717Sun Apr 28 12:10:35 1996 Fred Fish <fnf@cygnus.com>
1718
1719 * symfile.h (psymbol_allocation_list): Expand comments which
1720 describe the psymbol allocation list and how each field is
1721 used.
1722
39ce6829
PS
1723Sun Apr 28 03:44:30 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1724
1725 * breakpoint.c (delete_breakpoint): Fix bpt->val, bpt->exp
1726 storage leaks.
1727 (breakpoint_re_set_one): Fix b->exp, b->val, b->cond storage leaks.
1728
1729 * infcmd.c (run_command), solib.c (locate_base): Check for
1730 target_has_execution in addition to inferior_pid, a core file
1731 from a threaded program is yielding a non-zero inferior_pid.
1732
1733 * sparc-tdep.c (get_saved_register): Handle window registers
1734 in a dummy frame correctly.
1735
6c0643e3
FF
1736Sat Apr 27 20:38:32 1996 Fred Fish <fnf@cygnus.com>
1737
1738 * Makefile.in (CLIBS): Move $(MMALLOC) past all other libs,
1739 so that anything that wants an allocation function not yet pulled
1740 in, will get it from mmalloc rather than a system library.
1741 * Makefile.in (INSTALLED_LIBS): Reorder to match order of CLIBS,
1742 to avoid surprising results when used.
1743
00d93b6d
DP
1744Sat Apr 27 00:12:05 1996 Dawn Perchik (dawn@cygnus.com)
1745
1746 * stabsread.c: Changes and bug fixes for cfront support.
1747 Fix bug for class data members.
1748 Fix parsing bug when no base classes exist.
1749 Fix memory bug - allocate space for cplusplus specific info.
1750 Add support for static data.
1751 Add prototypes for static functions.
1752 Enhance comments to show what each function expects to parse.
1753 Cleanup code.
1754 * stabsread.c(resolve_cont),dbxread.c(resolve_cont): Rename
1755 function to resolve_cfront_continuation.
1756
7dbb5eed
JL
1757Fri Apr 26 23:58:26 1996 Jeffrey A Law (law@cygnus.com)
1758
1759 * infrun.c (wait_for_inferior): Call registers_changed when
6cc17fd5 1760 restarting the inferior to get over a nullified instruction.
7dbb5eed 1761
73e75264 1762Tue Apr 24 12:12:55 1996 Dawn Perchik (dawn@cygnus.com)
7dbb5eed 1763
73e75264
DP
1764 * dbxread.c,stabsread.c,gdbtypes.c,partial-stab.h,valops.c:
1765 Add new support for parsing cfront stabs.
1766
894d8e69
JL
1767Wed Apr 24 00:32:55 1996 Jeffrey A Law (law@cygnus.com)
1768
1769 * infrun.c (wait_for_inferior): Move "have_waited" label
1770 outside of #ifdef conditionals. Don't trash the wait status
1771 if we get a signal and the current instruction is nullified.
1772
1773Mon Apr 22 20:17:01 1996 Fred Fish <fnf@cygnus.com>
1774
9e9cf822 1775 * Makefile.in (VERSION): Bump version number to 4.16.1.
894d8e69
JL
1776 * NEWS: Update for 4.16 release.
1777
178ed338
SS
1778Mon Apr 22 16:32:29 1996 Stan Shebs <shebs@andros.cygnus.com>
1779
1780 * monitor.h: Clean up comment formatting.
1781 (current_monitor): Remove decl.
1782 (LOADTYPES, LOADPROTOS, INIT_CMD, etc): Remove definitions.
1783 (push_monitor, SREC_SIZE): Remove.
1784 * monitor.c: Expand old macro into current_monitor derefs
1785 everywhere.
1786 * remote-os9k.c (current_monitor): Remove definition.
1787
f9fedc48
MA
1788Mon Apr 22 14:54:45 1996 Mark Alexander <marka@superball.cygnus.com>
1789
1790 * corefile.c (specify_exec_file_hook): Allow arbitrary number of
1791 hooks.
1792 (call_extra_exec_file_hooks): New function.
1793 * h8300-tdep.c: Lint; add .h files to provide missing declarations,
1794 remove unused variables.
1795 (set_machine_hook): New function.
1796 (_initialize_h8300m): Initialize it.
1797
102f473b
ILT
1798Fri Apr 19 15:03:49 1996 Ian Lance Taylor <ian@cygnus.com>
1799
1800 * remote-mips.c (encoding): Don't specify size, to avoid bug in
1801 SunOS native compiler.
1802
69159fad
SS
1803Thu Apr 18 18:46:57 1996 Stan Shebs <shebs@andros.cygnus.com>
1804
1805 * monitor.c: Use int rather than LONGEST for values, since
1806 the formatting strings are not prepared to accept long longs.
1807
e1b4f287
DE
1808Wed Apr 17 20:17:27 1996 Doug Evans <dje@canuck.cygnus.com>
1809
1810 * arm-tdep.c (initialize_arm_tdep): Make apcs32 a `zinteger'.
1811
8eff3c7f
SG
1812Tue Apr 16 17:38:23 1996 Stu Grossman (grossman@critters.cygnus.com)
1813
1814 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null
1815 before de-referencing it. Prevents deref of NULL pointer if core
1816 file lacks .reg section.
1817 * defs.h: Rename floatformat_{to from}_long_double to
1818 floatformat_{to from}_doublest. Get rid of FLOATFORMAT_{TO
1819 FROM}... macros.
1820 * findvar.c (extract_floating store_floating): Change all refs to
1821 FLOATFORMAT_{FROM TO}... to floatformat_{from to}_doublest.
1822 * utils.c: Change floatformat_{to from}_long_double to
1823 floatformat_{to from}_doublest cuz the new routines will use
1824 whatever size (double or long double) is appropriate.
1825 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
1826 REGISTER_CONVERT_TO_RAW): Change FLOATFORMAT... macros to
1827 floatformat... routine calls.
1828
15b03b57
PB
1829Mon Apr 15 16:34:11 1996 Per Bothner <bothner@kalessin.cygnus.com>
1830
1831 * stabsread.c (read_type): Move handling of '@' from type
1832 number handling to handling of types proper (as emitted by gcc!).
1833 For typedefs, allocate the typedef type before reading its
1834 definition, to properly handling recursive types.
1835
c5ee9d00
JL
1836Mon Apr 15 11:19:26 1996 Jeffrey A Law (law@cygnus.com)
1837
1838 * ch-exp.c (calculate_array_length): Fix prototype.
1839
449abd89
SG
1840Sat Apr 13 14:21:16 1996 Stu Grossman (grossman@critters.cygnus.com)
1841
1842 * remote-nindy.c (nindy_open): Acquire more target state so that
1843 user can attach to a previously running program.
1844 * (nindy_fetch_registers nindy_store_registers): Get rid of fp
1845 conversion code. That's all handled in {extract store}_floating
1846 now.
1847 * utils.c (floatformat_to_double): Don't bias exponent when
1848 handling zero's, denorms or NaNs.
1849 * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
1850 REGISTER_CONVERT_TO_RAW): Change to using DOUBLST and
1851 FLOATFORMAT_TO/FROM_DOUBLEST macros.
1852 * config/i960/tm-nindy960.h: Undefine
1853 REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW, and
1854 REGISTER_CONVERTIBLE. These are no longer necessary now that all
1855 the magic happens in extract/store_floating.
1856
9898b3b7
PS
1857Sat Apr 13 02:58:02 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1858
1859 * eval.c (evaluate_subexp_standard): Report error when attempting to
1860 evaluate subscripts for types which cannot be subscripted.
1861
1862 * valarith.c (value_x_binop, value_x_unop): Add noside parameter.
1863 Return a zero value with the return type of the member function
1864 if noside is EVAL_AVOID_SIDE_EFFECTS instead of calling the member
1865 function.
1866 * values.h (value_x_binop, value_x_unop): Update prototypes
1867 accordingly.
1868 * eval.c (evaluate_subexp_standard): Update all callers of
1869 value_x_binop, value_x_unop accordingly.
1870
1871 * valarith.c (value_neg, value_complement): Perform ANSI C/C++
1872 integral promotion on operands.
1873
38d715a4
FF
1874Fri Apr 12 13:19:27 1996 Fred Fish <fnf@cygnus.com>
1875
1876 * README: Update for 4.16 release.
1877 * configure.in (AC_CHECK_FUNCS): Also check for sbrk.
1878 * configure: Regenerate with autoconf.
1879 * config.in: Regenerate with autoheader.
1880 * main.c (main): Only use sbrk() when HAVE_SBRK is defined.
1881 * top.c (command_loop): Ditto.
1882
c6fbd98b
SG
1883Fri Apr 12 09:45:29 1996 Stu Grossman (grossman@critters.cygnus.com)
1884
1885 * defs.h: Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
1886 defaults for bi-endian targets. Replace function pointers for
1887 floatformat routines with macros. No need for these to be runtime
1888 selectable.
1889 * findvar.c: Get rid of floatformat function pointers. Use
1890 macros in extract_floating and store_floating.
1891 * remote-nindy.c (nindy_fetch_registers nindy_store_registers):
1892 Use floatformat macros.
1893
d8efbc66
FF
1894Thu Apr 11 21:28:02 1996 Fred Fish <fnf@cygnus.com>
1895
1896 From: Miles Bader <miles@gnu.ai.mit.edu>
1897 * configure.in (AC_CHECK_HEADERS): check for endian.h.
1898 Use AC_CHECK_TOOL to find AR & RANLIB. Add AC_PROG_AWK.
1899 Add host & target cases for i[345]86-*-gnu*.
1900 * config.in: Regenerate with autoheader.
1901 * configure: Regenerate with autoconf.
1902 * Makefile.in (AR, AWK): Set from corresponding autoconf substs.
1903 (init.c): Don't scan mig-generated files.
1904 * defs.h (endian.h): Include if HAVE_ENDIAN_H defined.
1905 * config/nm-m3.h (ATTACH_NO_WAIT): Define.
1906 * infcmd.c (attach_command): Use "#ifndef ATTACH_NO_WAIT"
1907 rather than "#ifndef MACH".
1908
4eaf7c0a
SS
1909Thu Apr 11 18:49:42 1996 Stan Shebs <shebs@andros.cygnus.com>
1910
1911 * remote.c (remotewritesize): New GDB variable, controls size
1912 of memory packets sent to the target.
1913
a243a22f
SG
1914Thu Apr 11 13:47:52 1996 Stu Grossman (grossman@critters.cygnus.com)
1915
1916 * dcache.c: Add prototypes. Make many functions static.
1917 * (dcache_peek dcache_fetch dcache_poke): Make dcache_fetch and
1918 dcache_poke call dcache_xfer_memory directly in order to fix
1919 problems with turning off dcache. dcache_peek is now unnecessary,
1920 so it goes away.
1921
1922 * defs.h: Define new macros HOST_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
1923 and TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT to specify a pointer
1924 to a struct floatformat. This allows for better handling of
1925 targets whose floating point formats differ from the host by more
1926 than just byte order.
1927 * (floatformat_to_long_double floatformat_from_long_double):
1928 Prototypes for new functions in utils.c.
1929 * (floatformat_to_doublest floatformat_from_doublest): Prototypes
1930 for pointers to floating point conversion functions. The actual
1931 function uses either double or long double if the host supports it.
1932 * findvar.c (floatformat_to_doublest floatformat_from_doublest):
1933 Initialize to point at correct function depending on HAVE_LONG_DOUBLE.
1934 * (extract_floating store_floating): Rewrite. Now, if host fp
1935 format is the same as the target, we just do a copy. Otherwise,
1936 we call floatformat_{to from}_doublest.
1937 * remote-nindy.c (nindy_xfer_inferior_memory): Change param
1938 `write' to `should_write'.
1939 * utils.c (floatformat_to_long_double
1940 floatformat_from_long_double): New routines that implement long
1941 double versions of functions in libiberty/floatformat.c.
1942 * config/i960/tm-i960.h (TARGET_LONG_DOUBLE_FORMAT): Define this for
1943 i960 extended real (80 bit) numbers.
1944 * nindy-share/nindy.c (ninMemGet ninMemPut): Return number of bytes
1945 actually read or written.
1946
f046f4c8
WM
1947Wed Apr 10 02:56:06 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
1948
1949 * ch-valprint.c (chill_val_print): Remove call to calculate_array_length.
1950 (calculate_array_length): Move function from here ...
1951
1952 * ch-exp.c (calculate_array_length): ... to here.
1953 (parse_primval): If we have a symbol with an array type
1954 and the length is 0, call calculate_array_length.
1955
a539f6d8
WM
1956Tue Apr 9 01:23:05 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
1957
1958 * eval.c (evaluate_subexp_standard): In case of TYPE_CODE_SET:
1959 Add some checks for powerset compatibility.
1960
1961 * valops.c (value_slice): Use lowbound instead of lowerbound for
1962 call to slice_range_type to get correct bounds.
1963
d8efbc66 1964Mon Apr 8 12:53:56 1996 Fred Fish <fnf@cygnus.com>
5579919f
FF
1965
1966 * Makefile.in (scm-exp.o, scm-lang.o, scm-valprint.o): Add targets and
1967 dependencies.
1968 * scm-lang.c (gdb_string.h): Include.
1969 * objfiles.c (add_to_objfile_sections): Cast second arg of obstack_grow
1970 call to correct type (char *).
1971 * cp-valprint.c (cp_print_static_field): Ditto.
1972 * somsolib.c (som_solib_create_inferior_hook): Add a declaration
1973 for external find_unwind_entry function (from hppa-tdep.c).
1974 * remote-pa.c (remote_write_bytes, remote_read_bytes): Change
1975 type of second arg to "char *" to be type compatible with
1976 dcache.
1977 (remote_wait): Cast second arg to strtol to correct type.
1978 * hppa-tdep.c (compare_unwind_entries): Change argument types to
1979 "const void *" to be type compatible with qsort, and then
1980 assign to local args prior to use.
1981
75eb5231
JL
1982Mon Apr 8 15:35:52 1996 Jeffrey A Law (law@cygnus.com)
1983
1984 * infptrace.c (kill_inferior): Remove call to "kill"; update
1985 comments.
1986
7782ee45
GN
1987Mon Apr 8 14:05:07 1996 Geoffrey Noer <noer@cygnus.com>
1988
1989 * remote-e7000.c: don't append :23 to target port if __WIN32__
1990 is defined (it's WinGDB).
1991
ce0787ef
FF
1992Sun Apr 7 22:34:29 1996 Fred Fish <fnf@cygnus.com>
1993
1994 From: Miles Bader <miles@gnu.ai.mit.edu>
1995 * gnu-nat.c, gnu-nat.h, msg.defs, exc_request.defs, i386gnu-nat.c,
1996 msg_reply.defs, notify.defs, process_reply.defs, reply_mig_hack.awk,
1997 config/nm-gnu.h, config/i386/{i386gnu.mh, i386gnu.mt, nm-gnu.h,
1998 m-i386gnu.h, xm-i386gnu.h}: New files for GNU hurd.
1999
2000Sun Apr 7 13:32:41 1996 Fred Fish <fnf@cygnus.com>
125c17af
FF
2001
2002 * configure.in (case host): Add i386sco5 host.
2003 * configure: Regenerate.
2004
2005 From: Robert Lipe <robertl@dgii.com>
2006 Add support for SCO OpenServer 5 (a.k.a. 3.2v5*) This
2007 target is an SVR3.2 with COFF, ELF, and shared libes, but
2008 no /proc.
2009 * config/i386/i386sco5.mh: New file.
2010 * config/i386/nm-i386sco5.h: New file.
2011
a6b65627
FF
2012Sat Apr 6 08:55:22 1996 Fred Fish <fnf@cygnus.com>
2013
2014 * bcache.c (bcache): When size of chunk to cache is exactly equal to
2015 BCACHE_MAXLENGTH, stash chunk as unique copy.
2016
eae8aa30
FF
2017Sat Apr 6 00:46:26 1996 Fred Fish <fnf@cygnus.com>
2018
2019 * symfile.c (INLINE_ADD_PSYMBOL): Remove ifdef.
2020 (add_psymbol_to_list): Add an arg for passing CORE_ADDR values and
2021 use it, rather than calling add_psymbol_addr_to_list.
2022 (add_psymbol_addr_to_list): Delete.
2023 (add_psymbol_to_list): Make psymbol static to avoid random data in
2024 gaps due to alignment of structure members.
2025 * symfile.h (INLINE_ADD_PSYMBOL, ADD_PSYMBOL_TO_LIST,
2026 ADD_PSYMBOL_ADDR_TO_LIST): Remove. Real world tests show no
2027 performance improvements by inlining via complicated macros and
2028 they just make gdb larger and harder to maintain.
2029 * dwarfread.c (add_enum_psymbol): Replace ADD_PSYMBOL_TO_LIST
2030 and/or ADD_PSYMBOL_ADDR_TO_LIST macro(s) with call to
2031 add_psymbol_to_list with appropriate long or CORE_ADDR args.
2032 (add_partial_symbol): Ditto.
2033 * partial-stab.h: Ditto.
2034 * os9kread.c (read_os9k_psymtab): Ditto
2035 * mdebugread.c (parse_partial_symbols): Ditto.
2036 (handle_psymbol_enumerators): Ditto.
2037 (demangle.h): Include.
2038 * hpread.c (hpread_build_psymtabs): Ditto.
2039 (hpread_build_psymtabs): Ditto.
2040 (demangle.h): Include
2041
51bea8cf 2042start-sanitize-gdbtk
fda6fadc
SS
2043Fri Apr 5 13:44:40 1996 Stan Shebs <shebs@andros.cygnus.com>
2044
2045 * gdbtk.c (running_now): New global variable.
2046 (gdb_cmd): Test it before executing any command.
2047 (gdbtk_call_command): Set it when inferior is running.
2048 * gdbtk.tcl (gdbtk_tcl_busy, gdbtk_tcl_idle): Enable and
2049 disable interaction with command window's text appropriately.
2050
8b3f9ed6
MM
2051Fri Apr 5 13:25:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2052
2053 * gdbtk.c (SIOCSPGRP, linux): If on Linux, undef SIOCSPGRP, since
2054 some versions of the kernel don't support it.
51bea8cf 2055end-sanitize-gdbtk
8b3f9ed6 2056
72ae15f6
FF
2057Thu Apr 4 20:16:55 1996 Fred Fish <fnf@cygnus.com>
2058
2059 * configure.in: Check for setpgid function.
2060 * config.in: Regenerate with autoheader.
2061 * configure: Regenerate with autoconf.
2062 * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL
2063 if it is actually defined.
2064 (gdb_setpgid): Use HAVE_SETPGID.
2065 * ch-exp.c: Change include of <string.h> to "gdb_string.h".
fda6fadc
SS
2066 * c-exp.y, f-exp.y, m2-exp.y: Ditto.
2067 * c-exp.y, serial.c: Include <ctype.h>.
72ae15f6
FF
2068 * config/m68k/nm-news.h: Add typedef for pid_t which is
2069 apparently missing from <sys/types.h>. Enclose entire
2070 file in NM_NEWS_H ifndef and define when included.
2071 * config/mips/nm-news-mips.h: Ditto.
2072 * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL,
2073 REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
2074
67c1413d
SS
2075Thu Apr 4 19:04:18 1996 Stan Shebs <shebs@andros.cygnus.com>
2076
72c9954b
SS
2077 * arm-xdep.c: Move native-specific code to here from arm-tdep.c.
2078 * arm-tdep.c (arm_apcs_32): New global.
2079 (arm_addr_bits_remove, arm_saved_pc_after_call,
2080 arm_push_dummy_frame, arm_pop_frame): New functions.
2081 (arm_skip_prologue): Updated version from Richard Earnshaw.
2082 (_initialize_arm_tdep): Add set/show "apcs32".
2083 * config/arm/tm-arm.h (ADDR_BITS_REMOVE): Call
2084 arm_addr_bits_remove.
2085 (SAVED_PC_AFTER_CALL): Call arm_saved_pc_after_call.
2086 (frame_find_saved_regs): Declare properly.
2087 (PUSH_DUMMY_FRAME): Call arm_push_dummy_frame.
2088 (POP_FRAME): Call arm_pop_frame, use ADDR_BITS_REMOVE instead of
2089 explicit mask.
2090 * config/arm/nm-arm.h: New file.
2091 * config/arm/xm-arm.h (KERNEL_U_ADDR, FETCH_INFERIOR_REGISTERS):
2092 Move definitions to nm-arm.h.
2093 * config/arm/arm.mh (NAT_FILE): Define.
2094
67c1413d
SS
2095 * symfile.c (generic_load): Initialize data_count properly.
2096
3e3ee48f
FF
2097Thu Apr 4 17:17:53 1996 Fred Fish <fnf@cygnus.com>
2098
2099 * symmisc.c (print_objfile_statistics): Print memory used by
2100 psymbol cache obstack.
2101
72158e71
SS
2102Thu Apr 4 15:43:07 1996 Stan Shebs <shebs@andros.cygnus.com>
2103
2104 * symfile.c (report_transfer_performance): New function.
2105 (generic_load): Call it to report transfer rate.
2106 * remote-e7000.c (e7000_load): Ditto.
2107
761e98aa
SS
2108Mon Apr 1 16:31:00 1996 Stan Shebs <shebs@andros.cygnus.com>
2109
2110 * mpw-make.sed: Change references to config.h to be in objdir,
2111 edit out rules to rebuild config.h.
2112
251b8ab9
FF
2113Mon Apr 1 08:32:23 1996 Fred Fish <fnf@cygnus.com>
2114
2115 * hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before
2116 proceeding.
2117
517cb8d7 2118Sun Mar 31 16:15:43 1996 Fred Fish <fnf@cygnus.com>
771f63d3
FF
2119
2120 * hppah-nat.c (store_inferior_registers, store_inferior_registers,
2121 fetch_register, child_xfer_memory): Use call_ptrace function supplied
2122 by infptrace.c rather than calling ptrace directly.
2123
32b18604
SS
2124Sun Mar 31 15:39:00 1996 Stan Shebs <shebs@andros.cygnus.com>
2125
2126 * mon960-rom.c: Cleanups and elimination of unused code,
2127 clarify documentation string.
2128 (mon960_serial, mon960_ttyname): Remove.
2129 * config/i960/tm-mon960.h (ADDITIONAL_OPTIONS,
2130 ADDITIONAL_OPTION_CASES, ADDITIONAL_OPTION_HELP): Remove.
2131
07b77f5c
FF
2132Sat Mar 30 11:00:22 1996 Fred Fish <fnf@cygnus.com>
2133
2134 * configure.in: Check whether printf family supports printing
2135 long doubles or not and define PRINTF_HAS_LONG_DOUBLE if so.
2136 * acconfig.h: Provide default undef for PRINTF_HAS_LONG_DOUBLE.
2137 * configure: Regenerate.
2138 * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE.
2139 * c-exp.y (parse_number): Use PRINTF_HAS_LONG_DOUBLE.
2140 * configure.in: Fix have_gregset and have_fpregset autoconf
2141 variable names so that they match the pattern required to
2142 cache them.
2143
b52cac6b
FF
2144Fri Mar 29 21:39:56 1996 Fred Fish <fnf@cygnus.com>
2145
2146 * core-aout.c (fetch_core_registers): Cast core_reg_size to int
2147 before testing against reg_ptr.
2148 * eval.c (evaluate_subexp_standard): Cast type of
2149 TYPE_FN_FIELD_VOFFSET to int.
2150 * findvar.c (extract_signed_integer, extract_unsigned_integer,
2151 extract_long_unsigned_integer): Cast type of sizeof to int.
2152 * values.c (unpack_field_as_long, modify_field): Ditto.
2153 * valops.c (value_assign, call_function_by_hand): Ditto.
2154 * infcmd.c (do_registers_info): Ditto.
fda6fadc 2155 * ser-tcp.c (tcp_open): Ditto.
b52cac6b
FF
2156 * remote.c (putpkt): Ditto.
2157 * dcache.c (dcache_peek): Ditto.
2158 * dcache.c (dcache_poke): Ditto.
2159 * m2-exp.y (yylex): Ditto.
2160 * gnu-regex.c (re_match_2): Ditto.
2161 * f-lang.c (ADD_BF_SYMNUM, saved_bf_list_end, tmp_bf_ptr): Ifdef
2162 out unused macro definition and variables.
2163 * inftarg.c (proc_wait): Move from main.c to here, and make static.
2164 * valprint.c (val_print_string): Change bufsize from int to unsigned.
fda6fadc 2165 * main.c (wait.h): Include.
b52cac6b
FF
2166 * top.c (command_line_input): Remove unused variable "c".
2167 * f-typeprint.c (f_type_print_varspec_prefix): Add missing enum
2168 value TYPE_CODE_TYPEDEF to switch statement.
2169 (f_type_print_varspec_suffix): Add missing enum value
2170 TYPE_CODE_TYPEDEF to switch statement.
2171 * ch-exp.c (parse_primval): Add remaining enumeration values to
2172 switch statement, with no specific action.
2173 (ch_lex): Add LOC_UNRESOLVED in switch statement.
2174 (pushback_token): Ifdef out, since code using it is ifdef'd out.
2175 * stabsread.c (cleanup_undefined_types): Remove unused label
2176 "badtype".
2177 * objfiles.h (print_symbol_bcache_statistics): Add prototype.
2178 * maint.c (objfiles.h): Include.
2179 (maintenance_print_statistics): Remove unused variable "temp".
2180 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
2181 unused variable "found_file_symbol".
2182 * m2-exp.y (yylex): Add LOC_UNRESOLVED case to switch.
2183 * language.c (lang_bool_type): Use existing function local type
2184 variable rather than create block local variables.
2185 * solib.c (disable_break): Enclose in ifndef SVR4_SHARED_LIBS.
2186 * infptrace.c (wait.h, command.h): Include.
2187 * ser-tcp.c (gdb_string.h): Include
2188 * i386-tdep.c (codestream_seek): Change "place" to CORE_ADDR.
2189 (i386_get_frame_setup): Change "pc" from int to CORE_ADDR.
2190 * command.c (complete_on_enum): Make assignment used as truth value
2191 explictly check against NULL.
2192 (wait.h): Include.
2193 * infrun.c (wait_for_inferior): Ifdef out prologue_pc since code
2194 that uses it is ifdef'd out.
2195 * parser-defs.h: Add prototype for write_dollar_variable.
2196 * infrun.c: Add prototype for write_pc_pid.
2197 * breakpoint.h: Add prototype for re_enable_breakpoints_in_shlibs.
2198 * symmisc.c (bcache.h): Include.
2199 * bcache.h: Add prototype for print_bcache_statistics.
2200 * symfile.c: Include <time.h>.
2201 * printcmd.c (print_scalar_formatted): Change len to unsigned int.
2202 * valarith.c (value_equal): Cast result of TYPE_LENGTH to int.
2203 * valarith.c (value_binop): Change result_len, promoted_len1,
2204 and promoted_len2 to unsigned int.
2205 * valarith.c (value_subscripted_rvalue): Change elt_offs and
2206 elt_size to unsigned int.
2207 * valops.c (value_array): Change typelength to unsigned int.
2208 (destructor_name_p): Change len to unsigned int.
2209 * scm-lang.h (scm_parse): Add prototype for scm_unpack.
2210 * symfile.c (decrement_reading_symtab): Change return type to void.
2211 * valarith.c (value_subscript): Remove unused variable "word".
2212 (value_subscript): Remove unused variable "tint".
2213 * valops.c (auto_abandon): Ifdef out, since code using it is also
2214 ifdef'd out.
2215 * eval.c (init_array_element): Remove unused variable "val".
2216 * Makefile.in (values.o): Depends on scm-lang.h.
2217 (command.o): Depends upon wait_h.
2218 (ser-tcp.o): Depends upon gdb_string.h.
2219 (infptrace.o): Depends upon wait_h and command_h.
2220 (maint.o): Depends on objfiles.h and symfile.h.
2221 * values.c (allocate_repeat_value): Remove unused variable
2222 "element_type".
2223 (scm-lang.h): Include.
2224 * breakpoint.c (create_longjmp_breakpoint): Enclose in
2225 GET_LONGJMP_TARGET define, unused otherwise.
2226 * config/i386/nm-linux.h: Add prototypes for i386_insert_watchpoint,
2227 i386_remove_watchpoint and i386_stopped_by_watchpoint.
2228
078aeca4
DE
2229Thu Mar 28 12:53:19 1996 Doug Evans <dje@canuck.cygnus.com>
2230
2231 * configure.in (sparc64-*-solaris2*): Delete.
2232 Stick with sparc-*-solaris2*.
2233 * configure: Regenerated.
2234
75225aa2
FF
2235Thu Mar 28 06:51:26 1996 Fred Fish <fnf@cygnus.com>
2236
2237 * valops.c (value_assign): Make copy of internal variable value
2238 before returning it as a new value, since it is owned by the
2239 internal variable and will be freed along with it.
2240
fa3764e2
JL
2241Wed Mar 27 08:36:17 1996 Jeffrey A Law (law@cygnus.com)
2242
2243 * From Peter Schauer.
2244 * breakpoint.c (breakpoint_re_set_one): Keep temporary
2245 breakpoints bp_until, bp_finish, bp_watchpoint_cope, bp_call_dummy
2246 and bp_step_resume in case breakpoint_re_set_one is called due
2247 to a step over a dlopen call.
2248 * infrun.c (wait_for_inferior): Always remove breakpoints from
2249 inferior in BPSTAT_WHAT_CHECK_SHLIBS case.
2250
7e2ff10d
FF
2251Tue Mar 26 13:15:32 1996 Fred Fish <fnf@cygnus.com>
2252
2253 * config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer
2254 non-prototyped case over prototyped case for C.
2255 * config/pa/tm-hppa.h (COERCE_FLOAT_TO_DOUBLE): Ditto.
2256
4cfb23a9
FF
2257Sat Mar 23 17:24:28 1996 Fred Fish <fnf@cygnus.com>
2258
2259 * os9kread.c (os9k_process_one_symbol): Note nonportable
2260 assumption that an int can hold a char *.
2261
2262 * bcache.h (struct hashlink): Wrap data[] inside union with
2263 double to force longest alignment.
2264 (BCACHE_DATA): New macro to access data[].
2265 (BCACHE_ALIGNMENT): New macro to get offset to data[].
2266 * bcache.c (lookup_cache, bcache): Use BCACHE_DATA to get
2267 address of cached data. Use BCACHE_ALIGNMENT to compute
2268 amount of space to allocate for each hashlink struct.
2269
b9aa6215
FF
2270Sat Mar 23 12:14:02 1996 Fred Fish <fnf@cygnus.com>
2271
2272 * ch-lang.c (evaluate_subexp_chill): Fix typo.
2273
2274Thu Mar 21 08:27:19 1996 Fred Fish <fnf@cygnus.com>
2275
2276 * Makefile.in (VERSION): Bump version to 4.15.3
2277
18ea4416
ILT
2278Thu Mar 21 10:56:41 1996 Ian Lance Taylor <ian@cygnus.com>
2279
2280 * config.in: Rename from config.h.in.
2281 * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
2282 Change CONFIG_HEADERS test in AC_OUTPUT accordingly.
2283 * configure: Rebuild.
2284 * Makefile.in (stamp-h): Depend upon config.in, not config.h.in.
2285 Set CONFIG_HEADERS to config.h:config.in.
2286
67718369
PS
2287Tue Mar 19 12:47:51 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2288
2289 * partial-stab.h (case N_ENDM): Finish current partial symbol
2290 table for Solaris 2 cc.
2291
a466b86a
JL
2292Tue Mar 19 10:39:15 1996 Jeffrey A Law (law@cygnus.com)
2293
2294 * rs6000-nat.c (exec_one_dummy_insn): Don't clobber the
2295 PC in the registers array. From Peter Schauer.
2296
0ef22be9
FF
2297Mon Mar 18 13:47:09 1996 Fred Fish <fnf@cygnus.com>
2298
2299 * symfile.c (reread_symbols): Reinitialize bcache struct
2300 members to zero using memset. Also use memset to reinit
2301 global_psymbols and static_psymbols, rather than explicitly
2302 resetting each structure member.
2303
31520669
FF
2304Sat Mar 16 19:47:36 1996 Fred Fish <fnf@cygnus.com>
2305
2306 * configure.in: Add fragment to create stamp-h.
2307
2308 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2309 * configure.in (AC_CHECK_HEADERS): Check for link.h.
2310 * configure: Regenerate with autoconf.
2311 * config.h.in: Regenerate with autoheader.
2312 * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H
2313 is defined.
2314 * solib.c: Exclude most of the code if HAVE_LINK_H is not defined.
2315 * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for
2316 older a.out based systems.
2317
bfcf3112 2318Sat Mar 16 16:45:43 1996 Fred Fish <fnf@cygnus.com>
db210d08 2319
bfcf3112 2320 * config.h.in: New file.
db210d08
FF
2321 * acconfig.h: New file, for autoheader.
2322 * configure.in (AC_CONFIG_HEADER): Add, generate config.h.
2323 * configure: Regenerate.
2324 * Makefile.in (defs_h): Add config.h
bfcf3112
FF
2325 (distclean): Remove config.h and stamp-h during distclean.
2326 (config.h, stamp-h): New targets to remake config.h when necessary.
db210d08
FF
2327 * defs.h (config.h): Include before any other includes or defines.
2328 * i386-tdep.c (gdb_string.h): Move include after include of defs.h.
d58ffc6c 2329 * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
db210d08 2330
d5fde1c9
FF
2331Sat Mar 16 14:55:27 1996 Fred Fish <fnf@cygnus.com>
2332
2333 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2334 * Makefile.in (INSTALLED_LIBS): Make sure that @LIBS@ will not
2335 result in an empty line, to work around a bug in native Ultrix 4.4
2336 and OSF/1-3.2C make.
2337
3dedc867
FF
2338Sat Mar 16 13:33:17 1996 Fred Fish <fnf@cygnus.com>
2339
2340 * configure.in: Add gdbserver to configdirs under linux.
2341 * configure: Regenerate.
2342
f727efb5
C
2343Fri Mar 15 12:06:58 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2344
2345 * config/i386/nm-nbsd.h (FLOAT_INFO): Comment out.
2346 * config/i386/tm-nbsd.h (NUM_REGS): Define.
2347
a404ea25
JL
2348Thu Mar 14 10:31:18 1996 Jeffrey A Law (law@cygnus.com)
2349
2350 * solib.c (solib_break_names): Add _r_debug_state for
2351 vanilla SVR4 implementations. From Peter Schauer.
2352
2353Mon Mar 11 14:24:57 1996 Dawn Perchik <dawn@critters.cygnus.com>
2354
2355 * mon960-rom.c: New file; support mon960 rom monitor on i960.
2356 * monitor.c (monitor_debug): Change remotedebug to buffer strings.
2357 * monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before
2358 epecting prompt and echo during open.
2359 * monitor.c (monitor_stop): Add test for flag MO_SEND_BREAK_ON_OPEN to
2360 determine if break should be sent as stop command.
2361 * monitor.h: Add flags MO_NO_ECHO_ON_OPEN and MO_SEND_BREAK_ON_OPEN.
2362 * i960-tdep.c (mon960_frame_chain_valid): New function for getting
2363 stack frame on mon960.
2364 * Makefile.in: Add mon960 files.
2365 * configure.in: Changed i960-*-coff* and i960-*-elf* to target mon960;
2366 added i960-nindy-coff* and i960-nindy-elf* for target nindy.
2367 * configure: Regenerated.
2368 * config/i960/mon960.mt, config/i960/tm-mon960.h: New files;
2369 support mon960 rom monitor on i960.
2370
1ef980b9
SC
2371Mon Mar 11 11:02:47 1996 Steve Chamberlain <sac@slash.cygnus.com>
2372
2373 With Michael Snyder:
2374 * i386-tdep.c (skip_trampoline_code): Fix strncmp length.
2375 * win32-nat.c (CHECK, DEBUG*, debug_*): New.
2376 (handle_load_dll): Don't reload symbols.
2377 (handle_exception): Use the DEBUG_* names.
2378 (child_wait): Add DEBUG_* code.
2379 (_initialize_inftarg): Add new commands to set debug_ names.
2380
803a31a3
JL
2381Mon Mar 11 09:19:58 1996 Jeffrey A Law (law@cygnus.com)
2382
2383 * From Peter Schauer:
2384 * breakpoint.c (insert_breakpoints): Use ALL_BREAKPOINTS_SAFE.
2385 (bpstat_stop_status): Likewise.
2386 (remove_solib_event_breakpoints): Likewise.
2387 (clear_momentary_breakpoints): Likewise.
2388 (re_enable_breakpoints_in_shlibs): Don't reenable a breakpoint
2389 if we still can't read the memory for that breakpoint.
2390 (mention): Add bp_shlib_event case to keep gcc quiet.
2391
2392Fri Mar 8 12:08:12 1996 Jeffrey A Law (law@cygnus.com)
2393
2394 * breakpoint.h (enum enable): New enum shlib_disabled for
2395 shared library breakpoints that have been temporarily disabled.
2396 * breakpoint.c: Handle temporarily disabled shared library
2397 breakpoints like disabled breakpoints in most places.
2398 (insert_breakpoints): Use shlib_disabled to indicate
2399 that an unsettable breakpoint is only temporarily disabled.
2400 (re_enable_breakpoints_in_shlibs): New function.
2401 * corelow.c (solib_add_stub): After adding shared libraries,
2402 try to reenable any temporarily disabled breakpoints.
2403 * infcmd.c (attach_command): Likewise.
2404 * infrun.c (wait_for_inferior): Likewise.
2405
4972c44e
ILT
2406Fri Mar 8 11:41:25 1996 Ian Lance Taylor <ian@cygnus.com>
2407
2408 * defs.h (extract_long_unsigned_integer): Declare.
2409 * findvar.c (extract_long_unsigned_integer): New function.
2410 * printcmd.c (print_scalar_formatted): Use it.
2411 * valprint.c (val_print_type_code_int): Likewise.
2412
00dd4fd9
SS
2413Thu Mar 7 17:40:50 1996 Stan Shebs <shebs@andros.cygnus.com>
2414
2415 * infcmd.c (do_registers_info): Ignore anonymous registers.
2416 * sh-tdep.c (set processor): New command to set specific
2417 processor type.
2418 (sh_reg_names, sh3_reg_names): Arrays of register names for
2419 SH and SH3 processors.
2420 (sh_set_processor_type): New function.
2421 * sh3-rom.c (sh3_open): Call it.
2422 (sh3_regname): Add names of all the bank registers.
2423 (sh3_supply_register): Clean up formatting.
2424 * config/sh/tm-sh.h (NUM_REGS, NUM_REALREGS): Increase to include
2425 bank registers.
2426 (REGISTER_NAMES): Add names of bank registers.
2427 (FP15_REGNUM): Define.
2428 (REGISTER_VIRTUAL_TYPE): Use it.
2429 * monitor.c: Clean up some comments.
2430
43ece84d
C
2431Thu Mar 7 12:09:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2432
2433 * i386b-nat.c: Revert part of Mar 5 change. FreeBSD collapsed the
2434 s* and t* symbols too.
2435
5a367b09
JSC
2436Thu Mar 7 15:18:51 1996 James G. Smith <jsmith@cygnus.co.uk>
2437
2438 * symfile.c (generic_load): Avoid division by zero.
2439
653fed07
JL
2440Wed Mar 6 17:57:59 1996 Jeffrey A Law (law@cygnus.com)
2441
2442 * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,
2443 not just those with HANDLE_SVR4_EXEC_EMULATORS.
27b6a1fa 2444
00dd4fd9 2445 From Peter Schauer:
27b6a1fa
JL
2446 * breakpoint.c (internal_breakpoint_number): Move to file scope.
2447 (create_solib_event_breakpoint): Use an internal breakpoint number.
2448
bb901438
WM
2449Wed Mar 6 00:32:44 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2450
2451 * valarith.c (value_in): Change builtin_type_chill_bool to
2452 LA_BOOL_TYPE.
2453
c105168f
WM
2454Tue Mar 5 23:48:36 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
2455
2456 * ch-exp.c (parse_primval): Handle CARD, MAX, MIN.
2457 (match_string_literal): Handle control sequence.
2458 (match_character_literal): Deto.
2459
2460 * ch-lang.c (chill_printchar): Change formating of nonprintable
2461 characters from C'xx' to ^(num).
2462 (chill_printstr): Deto.
2463 (value_chill_card, value_chill_max_min): New functions to process
2464 Chill's CARD, MAX, MIN.
2465 (evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN.
2466
2467 * expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN
2468 for Chill's CARD, MAX, MIN.
2469
2470 * valarith.c (value_in): Add processing of TYPE_CODE_RANGE
2471 and change return type from builtin_type_int to
2472 builtin_type_chill_bool.
2473
d009ffd8
SS
2474Tue Mar 5 18:54:04 1996 Stan Shebs <shebs@andros.cygnus.com>
2475
b4692cbc
SS
2476 * config/nm-nbsd.h (link_object, lo_name, etc): Move to here
2477 from config/nm-nbsd.h.
2478 * config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here
2479 from config/sparc/tm-nbsd.h.
2480
d009ffd8
SS
2481 * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
2482 instead of in config/m68k/xm-hp300hpux.h.
2483
d554e554
C
2484Tue Mar 5 12:05:35 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2485
2486 * i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide
2487 implementation for NetBSD systems.
2488
02e6e53d
PB
2489Mon Mar 4 23:44:16 1996 Per Bothner <bothner@kalessin.cygnus.com>
2490
8d67b75a
PB
2491 * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.
2492 (value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
2493
02e6e53d
PB
2494 * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error
2495 if "function" is pointer to non-function.
2496
f935141e
SS
2497Mon Mar 4 17:47:03 1996 Stan Shebs <shebs@andros.cygnus.com>
2498
2499 * top.c (print_gdb_version): Update copyright year.
2500
11be829f
JL
2501Mon Mar 4 14:44:54 1996 Jeffrey A Law (law@cygnus.com)
2502
f935141e 2503 From Peter Schauer:
11be829f
JL
2504 * infrun.c (wait_for_inferior): Remove breakpoints and
2505 switch terminal settings before calling SOLIB_ADD.
2506 * solib.c (enable_break, SVR4 variant): Don't map in symbols
2507 for the dynamic linker, the namespace pollution causes real
2508 problems.
2509
4f005fea
JSC
2510Sun Mar 3 17:18:57 1996 James G. Smith <jsmith@cygnus.co.uk>
2511
2512 * remote-mips.c (common_breakpoint): Explicitly terminate the
2513 returned buffer.
2514
cf3c0938
SS
2515Wed Feb 28 22:32:18 1996 Stan Shebs <shebs@andros.cygnus.com>
2516
2517 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
2518 * remote.c (remote_detach): Send a command 'D' to the target
2519 when detaching, update the function's comments.
2520
647e52ea
SG
2521Thu Jun 6 16:11:38 1996 Miles Bader <miles@gnu.ai.mit.edu>
2522
2523 * gnu-nat.c (thread_cmd_list): New declaration.
2524 (parse_int_arg): New function.
2525
2526Wed Jun 5 17:28:04 1996 Miles Bader <miles@gnu.ai.mit.edu>
2527
2528 * gnu-nat.h (struct proc): Add DETACH_SC field.
2529 * gnu-nat.c (make_proc): Set DETACH_SC.
2530 (struct inf): Add DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
2531 (make_inf): Set DETACH_SC & DEFAULT_THREAD_DETACH_SC fields.
2532 (add_thread_commands): Add set/show for detach-suspend-count.
2533 Add takeover-suspend-count cmd.
2534 (inf_detach): Set suspend counts to the detach SC, not 0.
2535 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd,
2536 set_task_detach_sc_cmd, show_task_detach_sc_cmd,
2537 set_thread_default_thread_detach_sc_cmd,
2538 show_thread_default_thread_detach_sc_cmd): New functions.
2539 (show_task_cmd): Also show detach-suspend-count values.
2540 (thread_takeover_sc_cmd): New function.
2541
2542Fri May 31 16:49:24 1996 Miles Bader <miles@gnu.ai.mit.edu>
2543
2544 * gnu-nat.c (show_thread_run_cmd): Actually print state.
2545
2546Thu May 30 10:47:56 1996 Miles Bader <miles@gnu.ai.mit.edu>
2547
2548 * gnu-nat.c (inf_signal): Make unforwardable exceptions an error.
2549
2550Tue May 28 17:06:36 1996 Miles Bader <miles@gnu.ai.mit.edu>
2551
2552 * gnu-nat.c (inf_validate_stopped): proc_getprocinfo takes a
2553 pointer to the flags now, not the flags themselves.
2554
2555Mon May 27 13:31:17 1996 Miles Bader <miles@gnu.ai.mit.edu>
2556
2557 * gnu-nat.c (gnu_wait): Print debugging msgs for pending execs.
2558 (gnu_create_inferior): Check return from ptrace.
2559
2560Sun May 26 16:56:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
2561
2562 * gnu-nat.h (struct proc): Add DEAD field.
2563 * gnu-nat.c (make_proc): Initialize DEAD.
2564 (inf_set_traced, inf_validate_task_sc, inf_validate_procs: Frob it.
2565 (gnu_wait): Only abort for 0 threads if the task isn't dead.
2566
2567Sat May 25 17:06:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
2568
2569 * gnu-nat.c (inf_signal): Pass SIGCODE when posting a signal.
2570
2571Wed May 22 18:44:28 1996 Miles Bader <miles@gnu.ai.mit.edu>
2572
2573 * gnu-nat.c (S_proc_wait_reply): Add SIGCODE argument.
2574 (inf_set_traced): Only give no-signal-thread error message if
2575 turning *on* tracing.
2576
2577Wed May 15 13:03:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
2578
2579 * gnu-nat.c (inf_validate_procs): If INF has no threads, always
2580 set inf->threads_up_to_date to 0.
2581 (inf_signal): Pass in new SIGCODE argument to msg_sig_post_untraced.
2582 (gnu_wait): Pass in new TIMEOUT arg to interrupt_operation.
2583 (proc_update_sc): Cast thread state arg to thread_set_state.
2584 (proc_get_state): Cast thread state arg to thread_get_state.
2585 (inf_validate_task_sc): Cast task_basic_info arg to task_info.
2586 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Call
2587 inf_update_procs before we lookup the thread.
2588 * config/i386/i386gnu.mh (MH_CFLAGS): New variable.
2589
2590Tue May 7 17:52:33 1996 Miles Bader <miles@gnu.ai.mit.edu>
2591
2592 * gnu-nat.c (gnu_kill_inferior): Use inf_set_task to clear the task.
2593
2594Mon May 6 19:06:49 1996 Miles Bader <miles@gnu.ai.mit.edu>
2595
2596 * gnu-nat.c (inf_set_traced): Use msg_set_init_int with
2597 INIT_TRACEMASK instead of setting the exec flags.
2598
2599Fri May 3 19:10:57 1996 Miles Bader <miles@gnu.ai.mit.edu>
2600
2601 * gnu-nat.c (inf_validate_procs): Don't clear INF->task if we find
2602 the task's died, so others have a chance at it.
2603 (gnu_resume): When single-stepping a single thread, given an error
2604 if there is no such thread. When single-stepping one but running
2605 the others, just given a warning and still run all the threads.
2606 (gnu_wait): If there seem to be no threads, look harder, and
2607 signal an error if there really aren't any.
2608 (gnu_attach): Reset thread numbering to 0.
2609
2610 * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Give
2611 thread name in warning messages.
2612
2613 * gnu-nat.c (active_inf): New function.
2614 (show_sig_thread_cmd, show_stopped_cmd): Use it.
2615 (info_port_rights, info_send_rights_cmd, info_port_sets_cmd,
2616 info_recv_rights_cmd, info_port_rights_cmd, info_port_rights_cmd):
2617 New functions.
2618 (add_task_commands): Add new port-right info commands.
2619
2620Fri Apr 26 20:42:16 1996 Miles Bader <miles@gnu.ai.mit.edu>
2621
2622 * gnu-nat.c (gnu_wait): Instead of _hurd_intr_rpc_mach_msg, just
2623 use mach_msg with MACH_RCV_INTERRUPT.
2624 (set_noninvasive_cmd): New function.
2625 (add_task_commands): Add command entry for `set noninvasive'.
2626
2627Mon Mar 4 14:12:02 1996 Miles Bader <miles@gnu.ai.mit.edu>
2628
2629 * gnu-nat.c (gnu_read_inferior): Use hurd_safe_memmove, not safe_bcopy.
2630 (safe_bcopy): Function removed.
2631
2632Mon Dec 4 14:18:26 1995 Miles Bader <miles@gnu.ai.mit.edu>
2633
2634 * gnu-nat.c (proc_update_sc): Assert only threads can have state.
2635 (make_proc): Initialize state_valid & state_changed fields.
2636
2637Tue Nov 28 17:51:21 1995 Miles Bader <miles@gnu.ai.mit.edu>
2638
2639 * reply_mig_hack.awk: New file.
2640
2641Tue Nov 14 14:31:03 1995 Miles Bader <miles@gnu.ai.mit.edu>
2642
2643 * breakpoint.c (breakpoint_1): Print breakpoint thread field.
2644
2645 * lynx-nat.c (child_wait): Return TARGET_WAITKIND_SPURIOUS for new
2646 threads.
2647
2648Mon Nov 13 18:30:53 1995 Miles Bader <miles@gnu.ai.mit.edu>
2649
2650 * target.c (debug_to_check_threads): New function.
2651
2652 * inflow.c (terminal_init_inferior_with_pgrp): New function.
2653 (terminal_init_inferior): Call terminal_init_inferior_with_pgrp.
2654 * inferior.h (terminal_init_inferior_with_pgrp): New declaration,
2655 but only if PROCESS_GROUP_TYPE is defined.
2656
2657Mon Nov 6 16:42:09 1995 Miles Bader <miles@gnu.ai.mit.edu>
2658
2659 * target.c (debug_to_thread_alive): Pass through the return value.
2660
2661Thu Nov 2 18:05:00 1995 Miles Bader <miles@gnu.ai.mit.edu>
2662
2663 * target.c (signals, target_signal_from_host, target_signal_to_host):
2664 Add mach exceptions.
2665 * target.h (enum target_signal): Add mach exceptions.
2666
2667Mon Oct 30 16:41:04 1995 Miles Bader <miles@gnu.ai.mit.edu>
2668
2669 * gnu-nat.c: New file: gnu native backend.
2670 * i386gnu-nat.c: New file: i386-specific part of gnu native backend.
2671 * gnu-nat.h: New file.
2672 * config/nm-gnu.h: New file.
2673 * config/tm-i386gnu.h: New file.
2674 * config/xm-i386gnu.h: New file.
2675 * config/i386/i386gnu.mh: New file.
2676 * config/i386/i386gnu.mt: New file.
2677
8fe2b2c5
FF
2678Wed Feb 28 15:50:12 1996 Fred Fish <fnf@cygnus.com>
2679
2680 * Makefile.in (VERSION): Bump version to 4.15.2 to establish
2681 baseline for gdb 4.16 rerelease testing.
2682
a4f39c06
JL
2683Wed Feb 28 13:32:05 1996 Jeffrey A Law (law@cygnus.com)
2684
2685 * somsolib.c (som_solib_create_inferior_hook): Before returning
2686 call clear_symtab_users.
2687
2688Tue Feb 27 00:04:46 1996 Stu Grossman (grossman@critters.cygnus.com)
2689
2690 * remote-e7000.c (e7000_open): Delete all breakpoints when
2691 connecting to e7000. Change connect message to allow use of
2692 monitor.exp in test suite.
2693 * (e7000_load): Print transfer rate of download.
2694 * symfile.c (generic_load): Print transfer rate of download.
2695
8fa6fcf8
SS
2696Sun Feb 25 13:58:33 1996 Stan Shebs <shebs@andros.cygnus.com>
2697
2698 * configure.in (mips*-*-vxworks*): New config.
2699 * configure: Regenerated.
2700
2701 * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files.
2702 * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual):
2703 Remove, never used.
2704
a97a483c
PS
2705Sat Feb 24 12:30:28 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2706
2707 * partial-stab.h (case N_FUN): Function symbols generated
2708 by SPARCworks cc have a meaningless zero value, do not update
2709 pst->textlow if the function symbol value is zero.
2710
2711 * stabsread.c (define_symbol): Initialize SYMBOL_TYPE field
2712 for function prototype declaration symbols.
2713
b5eccf74
SG
2714Fri Feb 23 22:33:04 1996 Stu Grossman (grossman@critters.cygnus.com)
2715
2716 * remote-e7000.c (e7000_load): New routine to download via the
2717 network.
2718 * (e7000_wait): Don't backup PC when we hit a breakpoint.
2719 Apparantly new sh2 pods get this right...
2720 * (e7000_ops): Add call to e7000_load.
2721
b7f3b6d5
C
2722Thu Feb 22 00:52:42 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2723
2724 * config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},
2725 m68knbsd-nat.c: New files, support for NetBSD/m68k.
2726
2727 * configure.in (m68k-*-netbsd*): New config.
2728 * configure: Regenerated.
2729
517cb8d7 2730Wed Feb 21 19:00:21 1996 Fred Fish <fnf@cygnus.com>
6a6a552a
FF
2731
2732 * standalone.c (open, _initialize_standalone): Fix obvious typos
2733 reported by Martin Pool <martin@citr.uq.oz.au>.
2734
13f6c7ea
JL
2735Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
2736
2737 * solib.c (solib_create_inferior_hook): Fix thinko.
2738
464c6c5f
JL
2739Tue Feb 20 23:59:19 1996 Jeffrey A Law (law@cygnus.com)
2740
2741 * solib.c (solib_break_names): Define for Solaris and Linux.
2742 (enable_break): For SVR4 systems, first try to use the debugger
2743 interfaces in the dynamic linker to track shared library events
2744 as they happen, then fall back to BKPT_AT_SYMBOL code. Convert
2745 BKPT_AT_SYMBOL code to use shared library event breakpoints.
2746 (solib_create_inferior_hook): Simplify BKPT_AT_SYMBOL code,
2747 it no longer needs to restart/wait on the inferior.
2748 * symfile.c (find_lowest_section): No longer static.
2749 * symfile.h (find_lowest_section): Corresponding changes.
2750
517cb8d7 2751Tue Feb 20 18:54:08 1996 Fred Fish <fnf@cygnus.com>
45c5fa78
FF
2752
2753 * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value.
2754 (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE.
2755 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1.
2756 * config/mips/tm-mips.h: Ditto.
2757 * config/pa/tm-hppa.h: Ditto.
2758 * config/rs6000/tm-rs6000.h: Ditto.
2759 * config/sparc/tm-sparc.h: Ditto.
2760
48d27324
C
2761Tue Feb 20 17:32:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2762
eb224848
C
2763 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
2764
48d27324
C
2765 * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined.
2766 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
2767 #ifdef'd out definitions --- Causes serious gdb failures on
2768 the i386. Need to investigate further before enabling.
2769
2770 * i386b-nat.c (fetch_inferior_registers, store_inferior_registers,
2771 fetch_core_registers): New functions. These functions are defined
2772 if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored
2773 with ptrace PT_GETREGS/PT_SETREGS.
2774
95f6f926
SG
2775Tue Feb 20 16:55:06 1996 Stu Grossman (grossman@critters.cygnus.com)
2776
2777 * findvar.c (extract_floating store_floating): Replace `long
2778 double' with `DOUBLEST'.
2779
cb91ea56
C
2780Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
2781
2782 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
2783 Define.
2784
9263da6f
JL
2785Mon Feb 19 10:32:05 1996 Jeffrey A Law (law@cygnus.com)
2786
2787 * symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
2788
2789 * breakpoint.h (remove_solib_event_breakpoints): Declare.
2790 * breakpoint.c (remove_solib_event_breakpoints): New function.
2791 * somsolib.c (solib_create_inferior_hook): Remove all solib event
2792 breakpoints before inserting any new ones. Use a solib event
2793 breakpoint for the breakpoint at "_start".
2794 Remove extraneous "\n" from calls to warning.
2795
2796 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
2797 name array.
2798
0708e99f
FF
2799Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com>
2800
2801 * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST
2802 for CORE_ADDR values.
2803 (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values.
2804 * symfile.h (add_psymbol_{,addr}to_list): Add prototypes.
2805
08dc1eeb
PS
2806Sun Feb 18 14:37:13 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2807
2808 * mipsread.c (mipscoff_symfile_read): Unconditionally add
2809 alpha coff dynamic symbols for all symbol files. Makes skipping
2810 over the trampoline code work when stepping from a function in a
2811 shared library into a function in a different shared library.
2812
1d6afd7f
SG
2813Sun Feb 18 09:27:10 1996 Stu Grossman (grossman@cygnus.com)
2814
2815 * config/sparc/tm-sparc.h: Define PS_FLAG_CARRY. Define
2816 RETURN_VALUE_ON_STACK to return long doubles on the stack.
2817
0708e99f 2818Sat Feb 17 16:33:11 1996 Fred Fish <fnf@cygnus.com>
176b2bee
FF
2819
2820 * Makefile.in (ch-exp.o): Add dependencies.
2821 (various): Add gdb_string.h to dependencies that need it.
2822
dcb6a7c0
FF
2823Sat Feb 17 08:57:50 1996 Fred Fish <fnf@cygnus.com>
2824
2825 * symmisc.c (print_symbol_bcache_statistics): Update description for
2826 printing byte cache statistics.
2827
aa220473
SG
2828Thu Feb 16 16:02:03 1996 Stu Grossman (grossman@cygnus.com)
2829
2830 * Add native support for long double data type.
2831 * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST
2832 to store actual data. Change types of INT and FLOAT tokens to
2833 typed_val_int and typed_val_float respectively. Create new token
2834 DOUBLE_KEYWORD to specify the string `double'. Make production
2835 for FLOAT use type determined by parse_number. Add production for
2836 "long double" data type.
2837 * (parse_number): Use sscanf to parse numbers as float, double or
2838 long double depending upon the type of typed_val_float.dval. Also
2839 allow user to specify `f' or `l' suffix to explicitly specify
2840 float or long double constants. Change typed_val to
2841 typed_val_int.
2842 * (yylex): Change typed_val to typed_val_int. Also, scan for
2843 "double" keyword.
2844 * coffread.c (decode_base_type): Add support for T_LNGDBL basic
2845 type.
2846 * configure, configure.in: Add check for long double support in
2847 the host compiler.
2848 * defs.h: Define DOUBLEST appropriatly depending on whether
2849 HAVE_LONG_DOUBLE (from autoconf) is defined. Also, fix prototypes
2850 for functions that handle this type.
2851 * expression.h (union exp_element): doubleconst is now type
2852 DOUBLEST.
2853 * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST.
2854 * findvar.c (extract_floating): Make return value be DOUBLEST.
2855 Also, add support for numbers with size of long double.
2856 * (store_floating): Arg `val' is now type DOUBLEST. Handle all
2857 floating types.
2858 * parser-defs.h parse.c (write_exp_elt_dblcst): Arg expelt is now
2859 DOUBLEST.
2860 * valarith.c (value_binop): Change temp variables v1, v2 and v to
2861 type DOUBLEST. Coerce type of result to long double if either op
2862 was of that type.
2863 * valops.c (value_arg_coerce): If argument type is bigger than
2864 double, coerce to long double.
2865 * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and
2866 arg type is float and > 8 bytes, then use pointer-to-object
2867 calling conventions.
2868 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
2869 Use appropriate format and precision to print out floating point
2870 values.
2871 * value.h: Fixup prototypes for value_as_double,
2872 value_from_double, and unpack_double to use DOUBLEST.
2873 * values.c (record_latest_value): Remove check for invalid
2874 floats. Allow history to store them so that people may examine
2875 them in hex if they want.
2876 * (value_as_double unpack_double): Change return value to DOUBLEST.
2877 * (value_from_double): Arg `num' is now DOUBLEST.
2878 * (using_struct_return): Use RETURN_VALUE_ON_STACK macro (target
2879 specific) to expect certain types to always be returned on the stack.
2880
2ad5709f
FF
2881Fri Feb 16 14:00:54 1996 Fred Fish <fnf@cygnus.com>
2882
2883 * bcache.c, bcache.h: New files to implement a byte cache.
2884 * Makefile.in (SFILES): Add bcache.c.
2885 (symtab_h): Add bcache.h.
2886 (HFILES_NO_SRCDIR): add bcache.h
2887 (COMMON_OBJS): Add bcache.o
2888 (bcache.o): New target.
2889 * dbxread.c (start_psymtab): Make global_syms & static_syms
2890 type "partial_symbol **".
2891 * hpread.c (hpread_start_symtab): Ditto.
2892 * os9kread.c (os9k_start_psymtab): Ditto.
2893 * stabsread.h (start_psymtab): Ditto.
2894 * {symfile.c, symfile.h} (start_psymtab_common): Ditto.
2895 * maint.c (maintenance_print_statistics): Call
2896 print_symbol_bcache_statistics.
2897 * objfiles.c (allocate_objfile): Initialize psymbol bcache malloc
2898 and free pointers.
2899 * solib.c (allocate_rt_common_objfile): Ditto.
2900 * symfile.c (reread_symbols): Ditto.
2901 (free_objfile): Free psymbol bcache when objfile is freed.
2902 (objfile_relocate): Use new indirect psymbol pointers.
2903 * objfiles.h (struct objfile): Add psymbol cache.
2904 * symfile.c (compare_psymbols): Now passed pointers to pointers to
2905 psymbols.
2906 (reread_symbols): Free psymbol bcache when freeing other objfile
2907 resources.
2908 (add_psymbol_to_list, add_psymbol_addr_to_list): Initialize new
2909 psymbol using the psymbol bcache.
2910 (init_psymbol_list): Psymbol lists now contain pointers rather than
2911 the actual psymbols.
2912 * symfile.h (psymbol_allocation_list): Psymbol lists now dynamically
2913 grown arrays of pointers.
2914 (ADD_PSYMBOL_VT_TO_LIST): Initialize new symbol using the psymbol
2915 bcache.
2916 * symmisc.c (print_partial_symbols): Now takes pointer to pointer
2917 to partial symbol.
2918 (print_symbol_bcache_statistics): New function to print per objfile
2919 bcache statistics.
2920 (print_partial_symbol, print_partial_symbols,
2921 maintenance_check_symtabs, extend_psymbol_list):
2922 Account for change to pointer to pointer to partial symbol.
2923 * symtab.c (find_pc_psymbol, lookup_partial_symbol, decode_line_2,
2924 make_symbol_completion_list):
2925 Account for change to pointer to pointer to partial symbol.
2926 * symtab.h (bcache.h): Include.
2927 * xcoffread.c (xcoff_start_psymtab): Make global_syms & static_syms
2928 type "partial_symbol **".
2929
4a1d2ce2
FF
2930Fri Feb 16 10:02:34 1996 Fred Fish <fnf@cygnus.com>
2931
2932 * dwarfread.c (free_utypes): New function.
2933 (read_file_scope): Call free_utypes as cleanup, rather than just
2934 freeing the utypes pointer.
2935
81afee37
FF
2936Thu Feb 15 21:40:52 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2937
2938 * demangle.c (is_cplus_marker): New function, checks if a
2939 character is one of the commonly used C++ marker characters.
2940 * defs.h (is_cplus_marker): Add prototype.
2941 * c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle),
2942 cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol),
2943 stabsread.c (define_symbol, read_member_functions, read_struct_fields),
2944 symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P),
2945 values.c (vb_match): Use is_cplus_marker instead of comparison
2946 with CPLUS_MARKER.
2947
14b22711
FF
2948Thu Feb 15 18:08:13 1996 Fred Fish <fnf@cygnus.com>
2949
2950 * symfile.h (INLINE_ADD_PSYMBOL): Default this to 0 and possibly
2951 delete entirely someday.
2952
884fb64c
SS
2953Thu Feb 15 15:25:34 1996 Stan Shebs <shebs@andros.cygnus.com>
2954
2955 * mpw-make.sed: Edit out makefile rebuild rule.
2956 (host_alias, target_alias): Comment out instead of deleting.
2957 (@LIBS@): Edit out references.
2958
f1d39876
FF
2959Tue Feb 13 22:56:46 1996 Fred Fish <fnf@cygnus.com>
2960
2961 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
2962 Use n_psyms in OBJSTAT, not psyms.
2963
2964Mon Feb 12 15:59:31 1996 Doug Evans <dje@charmed.cygnus.com>
2965
2966 * configure.in (sparclet-*-aout*): New config.
2967 * configure: Regenerated.
2968
c37c7c6c
FF
2969Mon Feb 12 14:17:52 1996 Fred Fish <fnf@cygnus.com>
2970
2971 * somsolib.c (som_solib_add): Use xmalloc rather than bare
2972 unchecked call to malloc.
2973 * remote-mips.c (pmon_load_fast): ditto.
2974 * remote-mm.c (mm_open): ditto.
2975 * hpread.c (hpread_lookup_type): ditto.
2976 * remote-adapt.c (adapt_open): ditto.
2977
6405302d
FF
2978Mon Feb 12 13:11:32 1996 Fred Fish <fnf@cygnus.com>
2979
2980 * f-lang.c (allocate_saved_bf_node, allocate_saved_function_node,
2981 allocate_saved_f77_common_node, allocate_common_entry_node,
2982 add_common_block): Use xmalloc rather than malloc, some of which
2983 were unchecked.
2984 * gnu-regex.c: At same point as other gdb specific changes
2985 #undef malloc and then #define it to xmalloc.
2986 * ch-exp.c (growbuf_by_size): Use xmalloc/xrealloc rather than
2987 bare unchecked calls to malloc/realloc.
2988 * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare
2989 unchecked call to malloc.
2990
ff7116e2
SG
2991Wed Feb 7 11:31:26 1996 Stu Grossman (grossman@cygnus.com)
2992
2993 * symtab.c (gdb_mangle_name): Change opname var to be const to
2994 match return val of cplus_mangle_name.
2995 * i960-tdep.c: Change arg types of next_insn to match callers.
2996
b0ee0cf2
FF
2997Wed Feb 7 07:34:24 1996 Fred Fish <fnf@cygnus.com>
2998
2999 * config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These
3000 apparently aren't needed in any reasonably recent version of
3001 linux.
3002
ec49fc98
PB
3003Tue Feb 6 21:37:03 1996 Per Bothner <bothner@kalessin.cygnus.com>
3004
3005 * stabsread.c (read_range_type): If !self-subrange and language
3006 is Chill, assume a true range. If a true_range is a sub_subrange,
3007 use builtin_type_int for index_type.
3008
3009Tue Feb 6 18:38:51 1996 J.T. Conklin <jtc@slave.cygnus.com>
3010
3011 * nindy-share/nindy.c (say): Use stdarg.h macros when compiling
3012 with an ANSI compiler.
3013
f0b0d915
TT
3014start-sanitize-gdbtk
3015Tue Feb 6 16:31:25 1996 Tom Tromey <tromey@creche.cygnus.com>
3016
3017 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
3018 double-clicking will work again.
3019 (create_asm_win): Put "break" at end of all B1 bindings.
3020 (create_file_win): Lower "sel" tag, don't raise it.
3021 (ensure_line_visible): New proc.
3022 (update_listing, update_assembly): Use it.
3023 (create_copyright_window): Destroy window on Leave event.
3024 (create_command_window): Put "break" at end of all B2 bindings.
3025
3026end-sanitize-gdbtk
263af172
SC
3027Mon Feb 5 18:24:28 1996 Steve Chamberlain <sac@slash.cygnus.com>
3028
3029 From Michael_Snyder@NeXT.COM (Michael Snyder):
3030 * valops.c (value_arg_coerce): Coerce float to double, unless the
3031 function prototype specifies float.
3032
fc71ad23 3033Mon Feb 5 09:51:55 1996 Tom Tromey <tromey@creche.cygnus.com>
8bdae156 3034
fc71ad23
TT
3035 * language.c (set_language_command): Use languages table when
3036 printing available languages.
3037
3038Sat Feb 3 12:22:05 1996 Fred Fish <fnf@cygnus.com>
3039
3040 Fix problems reported by Hans Verkuil (hans@wyst.hobby.nl):
3041 * command.c (add_cmd): Add missing initialization for enums member.
3042 Reorder members to match structure declaration to make it easier to
3043 tell when one is missing.
3044 * exec.c (exec_file_command): Fix problem where filename in malloc'd
3045 memory is referenced after being freed.
8bdae156 3046
255181a9
PS
3047Sat Feb 3 03:26:21 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3048
3049 * dwarfread.c (read_func_scope): Avoid GDB core dumps if
3050 AT_name tag is missing.
3051
3052 * procfs.c (procfs_stopped_by_watchpoint): Fix logic when
3053 FLTWATCH and FLTKWATCH are defined.
3054
3055 * remote.c (remote_read_bytes): Advance memaddr for transfers,
3056 return number of bytes transferred for partial reads.
3057
3058 * top.c (init_signals): Reset SIGTRAP to SIG_DFL.
3059
454ffae5
SC
3060Fri Feb 2 13:40:50 1996 Steve Chamberlain <sac@slash.cygnus.com>
3061
3062 * win32-nat.c (mappings): Add ppc registers.
9a763320 3063 (child_resume): Turn off step for ppc.
454ffae5 3064
3d78f532
SC
3065Thu Feb 1 10:29:31 1996 Steve Chamberlain <sac@slash.cygnus.com>
3066
3067 * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
3068 xm-cygwin32.h): New.
3069 * config/i386/(*win32*): Becomes *cygwin32*.
3070 * configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32.
3071 (powerpcle-*-cygwin32): New.
3072 * configure: Regenerate.
3073 * win32-nat.c (child_create_inferior): Call CreateProcess
3074 with the right program arg.
3075
4ad70253
JL
3076Thu Feb 1 11:01:10 1996 Jeffrey A Law (law@cygnus.com)
3077
3078 * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.
3079
0db5a6fe
FF
3080Wed Jan 31 19:01:28 1996 Fred Fish <fnf@cygnus.com>
3081
3082 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
3083
28bc5ef7
SS
3084Wed Jan 31 18:36:27 1996 Stan Shebs <shebs@andros.cygnus.com>
3085
97abaf19
SS
3086 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
3087
28bc5ef7
SS
3088 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
3089
97abaf19
SS
3090 * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
3091 here from config/i386/xm-i386mach.h, fix name.
3092 * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
3093 * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
3094 here from config/i386/xm-ptx4.h.
3095 * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
3096 * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
3097 * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
3098 * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h.
3099 * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h.
3100
28bc5ef7
SS
3101 * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
3102 (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
3103 * config/sparc/sun4sol2.mh (NAT_FILE): Update.
28bc5ef7 3104
17280c3f
JL
3105Wed Jan 31 17:20:26 1996 Jeffrey A Law (law@cygnus.com)
3106
3107 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
3108 floating point correctly.
3109 (STORE_RETURN_VALUE): Likewise.
3110 * config/pa/tm-pro.h (SOFT_FLOAT): define.
3111
44e9f3b3
FF
3112Wed Jan 31 13:34:52 1996 Fred Fish <fnf@cygnus.com>
3113
3114 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
3115 Define to what should be reasonable values. However, apparently
3116 a bug in linux mmap prevents mapped symbol tables from working.
3117
ad1e42be
FF
3118Tue Jan 30 18:26:19 1996 Fred Fish <fnf@cygnus.com>
3119
3120 * defs.h (errno.h>: Move #include closer to head of file to solve
3121 obscure problem with systems that declare perror with const arg, in
3122 both errno.h and stdio.h, and const is defined away by intervening
3123 local include.
3124
d3ba76fc
FF
3125Tue Jan 30 15:41:10 1996 Fred Fish <fnf@cygnus.com>
3126
3127 From Jon Reeves <reeves@zk3.dec.com>:
3128 * i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr.
3129 (mem_fault_routine): Fix misplaced volatile type qualifier in decl.
3130
f6ade5dd
FF
3131Mon Jan 29 19:05:58 1996 Fred Fish <fnf@cygnus.com>
3132
3133 * Makefile.in (diststuff): Make all-doc; diststuff target does not
3134 exist in doc/Makefile.in.
3135
cdea3fd3
SS
3136Mon Jan 29 18:44:57 1996 Stan Shebs <shebs@andros.cygnus.com>
3137
3138 * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
3139
d221b17e
WM
3140Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3141
cdea3fd3
SS
3142 * ch-valprint.c (calculate_array_length): New function to
3143 determine the length of an array type.
d221b17e
WM
3144 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
3145 array type is zero, call calculate_array_length.
3146
cdea3fd3
SS
3147 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
3148 values may not be sorted. Scan all entries and set the real lower
3149 and upper bound.
d221b17e 3150
fa9f5840
FF
3151Sun Jan 28 15:50:42 1996 Fred Fish <fnf@cygnus.com>
3152
3153 * config/xm-linux.h: Move include of solib.h and #define of
3154 SVR4_SHARED_LIBS from here ...
3155 * config/nm-linux.h: ...to here.
3156
4708ac65
FF
3157Sat Jan 27 10:34:05 1996 Fred Fish <fnf@cygnus.com>
3158
3159 * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
3160 Also check for gregset_t and fpregset_t types.
3161 * configure: Regenerate.
3162 * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
3163 is defined.
3164 (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
3165 and HAVE_FPREGSET_T are defined. These changes allow systems
3166 like linux that are migrating to /proc support to use a single
3167 configuration for both new and old versions.
3168
3169 * config/i386/linux.mt: Note that this is now for both a.out and
3170 ELF systems.
3171 * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
3172 i386v4-nat.o
3173 * config/i386/tm-linux.h (tm-sysv4.h): Include.
3174 * config/i386/xm-linux.h (solib.h): Include
3175 (SVR4_SHARED_LIBS): Define.
3176 * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
3177 (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
cdea3fd3
SS
3178 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
3179 defined.
4708ac65 3180
a77bf669
SS
3181Fri Jan 26 13:48:14 1996 Stan Shebs <shebs@andros.cygnus.com>
3182
3183 * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
3184 * config/i386/xm-sun386.h: Ditto.
3185 * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
3186
3187Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
3188
3189 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
3190
a4b4479a
SC
3191Thu Jan 25 09:22:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
3192
3193 From Greg McGary <gkm@gnu.ai.mit.edu>:
3194 * dcache.c (dcache_peek, dcache_poke): Advance addr for
3195 multi-byte I/O.
3196
4133a76e
JL
3197Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
3198
3199 * infrun.c (normal_stop): Fix test for shared library event.
3200
146ee7db
DE
3201Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
3202
3203 * configure.in (sparc64-*-*): Add default host configuration.
3204start-sanitize-gdbtk
3205 (sparc64-*-solaris2* host): Link statically if GCC used.
3206end-sanitize-gdbtk
3207 (sparc64-*-solaris2*): Add target configuration.
b23b4cb5 3208 * configure: Regenerated.
146ee7db
DE
3209 * sparc/sp64sol2.mt: New file.
3210
76336191
DE
3211Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
3212
3213 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
3214
1a57cd09
TT
3215Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
3216
3217 * Makefile.in (lint): Close backquotes.
3218
3219start-sanitize-gdbtk
3220Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
3221
3222 * gdbtk.tcl, gdbtk.c: Updated copyrights.
3223
3224 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
3225 greater.
3226 * configure: Rebuilt.
3227
3228end-sanitize-gdbtk
e8f1ad9a
FF
3229Wed Jan 24 13:19:10 1996 Fred Fish <fnf@cygnus.com>
3230
3231 * NEWS: Make note of new record and replay feature for
3232 remote debug sessions.
3233 * serial.c (gdbcmd.h): Include.
3234 (serial_logfile, serial_logfp, serial_reading, serial_writing):
3235 Define here, for remote debug session logging.
3236 (serial_log_command, serial_logchar, serial_write, serial_readchar):
3237 New functions for remote debug session logging.
3238 (serial_open): Open remote debug session log file when needed.
3239 (serial_close): Close remote debug session log file when needed.
3240 (_initialize_serial): Add set/show commands for name of remote
3241 debug session log file.
3242 * serial.h (serial_readchar): Declare
3243 (SERIAL_READCHAR): Call serial_readchar().
3244 (SERIAL_WRITE): Call serial_write().
3245 (serial_close): Declare as extern.
3246 (serial_logfile, serial_logfp): Declare.
3247 * top.c (execute_command): Declare serial_logfp. Log user command
3248 in remote debug session log if log file is open.
3249 * remote-array.c (array_wait): #ifdef out echo to gdb_stdout.
3250 (array_read_inferior_memory): Rewrite to fix memory overwrite bug.
3251 * remote-array.c (SREC_SIZE): Remove, duplicates define in
3252 monitor.h.
3253 * remote-array.c (hexchars, hex2mem): Remove, unused.
3254 * gdbserver/low-linux.c (store_inferior_registers): Remove
3255 unnecessary extern declaration of registers[].
3256 * gdbserver/Makefile.in (all): Add gdbreplay.
3257 * gdbserver/gdbreplay.c: New file.
3258 * gdbserver/README: Give example of recording a remote
3259 debug session with gdb and then replaying it with gdbreplay.
3260
c6038971
PB
3261Tue Jan 23 18:02:35 1996 Per Bothner <bothner@kalessin.cygnus.com>
3262
3263 * stabsread.c (rs6000_builtin_type): Make bool type unsigned.
3264 (read_one_struct_field): Support boolean bitfields.
3265 * c-valprint.c (c_val_print): Print booleans properly.
3266
5a8d8b8d
SS
3267Tue Jan 23 18:54:09 1996 Stan Shebs <shebs@andros.cygnus.com>
3268
3269 * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual):
3270 Remove, never used.
3271 * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o.
3272
ec5f347c
PB
3273Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
3274
9293e886
PB
3275 * ch-exp.c (parse_tuple): Error if invalid mode.
3276
533bda77
PB
3277 * value.h (COERCE_ARRAY): Don't coerce enums.
3278 (COERCE_ENUM): Don't COERCE_REF.
3279 (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM).
3280 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
3281 value_cast handle it otherwise); do *not* COERCE_ENUM either way.
3282 * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY.
3283 Add COERCE_REF before COERCE_ENUM.
3284 * values.c (value_as_long): Simplify.
3285
3286 * valops.c (value_array): Create internalvar if !c_style_arrays.
3287
ec5f347c
PB
3288 * language.c (lang_bool_type): Add Fortran support.
3289 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
3290
87273c71
JL
3291Tue Jan 23 13:08:26 1996 Jeffrey A Law (law@cygnus.com)
3292
3293 * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
3294 All references changed.
3295 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
3296 Update state table. Reformat so that it's still readable.
3297 When we hit the shlib_event breakpoint, set the calss of shlib_event.
3298 (breakpoint_1): Add "shlib events" as a breakpoint type.
3299 Print the shlib_event breakpoint like other breakpoints.
3300 (create_solib_event_breakpoint): New function.
3301 (breakpoint_re_set_one): Handle solib_event breakpoints.
3302 * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type.
3303 (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS
3304 action.
3305 (create_solib_event_breakpoint): Declare.
3306 * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
3307 (normal_stop): Inform the user when the inferior stoped due
3308 to a shared library event.
a77bf669 3309 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
87273c71
JL
3310 to control whether or not gdb continues the inferior or stops it when
3311 a shared library event occurs.
3312 * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
3313 * somsolib.c (TODO list): Update.
3314 (som_solib_create_inferior_hook): Arrange for gdb to be notified
3315 when significant shared library events occur.
3316 * hppa-tdep.c (find_unwind_entry): No longer static.
3317
fc941258
DE
3318Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
3319
5a8d8b8d
SS
3320 * printcmd.c (print_insn): Pass fprintf_unfiltered to
3321 INIT_DISASSEMBLE_INFO.
3322start-sanitize-gdbtk
3323 * gdbtk.c (gdb_disassemble): Likewise.
3324end-sanitize-gdbtk
fc941258 3325
b3fd4c06
SS
3326Mon Jan 22 16:59:40 1996 Stan Shebs <shebs@andros.cygnus.com>
3327
3328 * remote.c (remotebreak): New GDB variable.
3329 (remote_break): New global.
3330 (remote_interrupt): Send a break instead of ^C if remote_break.
3331 * NEWS: Describe the new variable.
3332
d2f5fa49
DE
3333Mon Jan 22 16:24:11 1996 Doug Evans <dje@charmed.cygnus.com>
3334
3335 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
3336
8c038399
FF
3337Fri Jan 19 07:19:38 1996 Fred Fish <fnf@cygnus.com>
3338
3339 * hp300ux-nat.c (getpagesize): Remove unused function
3340 fetch_core_registers.
3341 (hp300ux_core_fns): Remove, is unused.
3342 (_initialize_core_hp300ux): Remove, is unused.
3343 (gdbcore.h): Remove #include, no longer needed.
3344
a0d76829
JL
3345Fri Jan 19 00:59:53 1996 Jeffrey A Law (law@cygnus.com)
3346
3347 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
3348 ptrace bug in aix4.1.3 on the rs6000.
3349
b6768627
SS
3350Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
3351
3352 * remote-hms.c (hms_ops): Add value for to_thread_alive.
3353 * remote-nindy.c (nindy_ops): Ditto.
3354 * remote-udi.c (udi_ops): Ditto.
3355
090d784a
JSC
3356Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
3357
3358 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
3359 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
3360 pmon_load_fast): New functions. Support for the PMON monitor world.
3361 (common_open): New function to merge support for different monitors.
3362 (mips_open): Use common_open().
3363 (mips_send_command): New function.
3364 (mips_send_packet): Scan out-of-sequence packets.
3365 (mips_enter_debug, mips_exit_debug): New functions.
3366 (pmon_ops): New target definition structure.
3367
4e327047
TT
3368Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
3369
3370 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
3371 specified on the make command line (via make LIBS=xxx).
3372start-sanitize-gm
3373 * configure.in (enable-gm): magic.o -> gmagic.o.
3374end-sanitize-gm
3375
3376start-sanitize-gdbtk
3377Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
3378
3379 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
3380 (add_expr): Changes from create_expr_window.
3381 (create_command_window): Set focus.
3382 (delete_expr): Rewrote.
3383 (expr_update_button): New proc.
3384 (add_expr): Put bindings on FocusIn, FocusOut.
3385 Don't allow .file_popup to be torn off.
3386end-sanitize-gdbtk
3387
1aac3d3c
JL
3388Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
3389
3390 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
3391 is set but there are no psymtabs.
3392
c84e5000
SC
3393Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
3394
3395 * dsrec.c (load_srec): Remove unused variable.
1ef980b9 3396 * monitor.c (monitor_expect): Don't expect a ^C to echo.
c84e5000
SC
3397 * serial.c (serial_open): Add parallel interface.
3398 * sh3-rom.c (parallel, parallel_in_use): New.
3399 (sh3_load): If parallel_in_use, download though the
3400 parallel port.
3401 (sh3_open): Open parallel port if specified.
3402 (sh3_close): New function.
3403 (_inititalize_sh3): Add sh3_close hook and documentation.
3404 * monitor.c (monitor_close): Export.
3405 * monitor.h (monitor_close): Add prototype.
3406
2c441e7f
SS
3407Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
3408
3409 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
3410 * remote.c (remotetimeout): New GDB variable, use to set the
3411 remote timeout for reading.
3412
4e327047
TT
3413start-sanitize-gdbtk
3414Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
3415
3416 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
3417 (update_listing): Use lassign. Use "see" to scroll. Don't need
3418 screen_top, screen_bot, screen_height.
3419 (update_assembly): Use "see" to scroll.
3420 (textscrollproc): Removed.
3421 (create_file_win): Don't use textscrollproc.
3422 (asmscrollproc): Removed.
3423 (create_asm_window): Don't use asmscrollproc.
3424 (create_asm_win): Ditto.
3425 (screen_height, screen_top, screen_bot): Removed.
3426 (run_editor): New proc.
3427 (build_framework): Use it.
3428 (create_file_win, create_source_window): Don't use textscrollproc.
3429 (create_breakpoints_window): Set -xscrollcommand on canvas.
3430 (not_implemented_yet): Default button is 0.
3431 (delete_char): Don't use tk_textBackspace.
3432 (create_command_window): Allow Tk bindings to fire after deleting
3433 character.
3434 (create_command_window): Make Delete delete left, not right.
3435end-sanitize-gdbtk
3436
517cb8d7 3437Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cygnus.com>
3730a0ed
FF
3438
3439 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
3440 to get "struct core_fns" defined.
3441 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
2c441e7f 3442 Are dependent upon gdbcore_h.
3730a0ed 3443
7ef89313
PB
3444Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
3445
3446 * symfile.c (decrement_reading_symtab): New function.
3447 * symfile.c, symtab.h (currently_reading_symtab): New variable.
3448 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
3449 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
3450 currently_reading_symtab (since that could infinitely recurse).
3451
1c486a2b
PB
3452Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
3453
34cfa2da
PB
3454 * stabsread.c (read_struct_type): Trivial simplification.
3455
1c486a2b
PB
3456 * stabsread.c (define-symbol): Use invisible references
3457 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
34cfa2da 3458 * valops.c (call_function_by_hand): Likewise.
1c486a2b
PB
3459 * eval.c (evaluate_subexp_standard): When known, use the formal
3460 parameter type as the expected type when evaluating arg expressions.
3461 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
3462
4e327047
TT
3463start-sanitize-gdbtk
3464Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
3465
3466 * main.c (main): Disable window interface if --help or --version
3467 specified.
3468
3469 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
3470
3471 Changes in sync with expect:
3472 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
3473 CY_AC_PATH_TK.
3474 * aclocal.m4: Replaced with version from expect.
3475 * configure: Regenerated.
3476end-sanitize-gdbtk
a1df8e78 3477
a1956677
BK
3478Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3479
3480 * configure.in, configure: Recognize rs6000-*-aix4*.
3481 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
3482 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
3483 * config/rs6000/xm-aix4.h: New file.
3484 * config/xm-aix4.h: New file.
3485
3730a0ed 3486Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
0d14c7df
FF
3487
3488 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
3489 * gdbserver/low-linux.c: New file.
3490 * remote.c (remote_read_bytes): Fix aborts on larger packets.
3491
3492 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
3493 Define.
3494 * stabsread.c (define_symbol): If register value is too large,
3495 tell what it is and what max is.
3496
4e327047
TT
3497start-sanitize-gdbtk
3498Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
3499
3500 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
3501 gdbtk_tcl_flush): Use "see", not "yview".
3502 (gdbtk_tcl_query): Use questhead bitmap.
3503 various: Always wrap condition of 'if' in {...}.
3504 (add_breakpoint_frame): Set -value on radiobuttons.
3505 (lassign): New proc.
3506 (add_breakpoint_frame): Use lassign, not series of assignments.
3507 (decr): Made faster.
3508 (interactive_cmd): Use "see", not "yview".
3509 (not_implemented_yet): Use warning bitmap.
3510 (update_expr): Don't allow $expr to be evalled by Tcl.
3511 (create_expr_window): Don't use "focus".
3512 (delete_char, delete_line): Define globally.
3513 (delete_line, delete_char, create_command_window, update_autocmd,
3514 build_framework, create_asm_win, create_file_win): Use "see", not
3515 "yview".
3516 (create_copyright_window, center_window, bind_widget_after_class):
3517 New procs.
3518 (FSBox,create_command_window, create_autocmd_window): Binding
3519 changes for Tk4.
3520 (textscrollproc): Define globally.
3521 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
3522 Home, End, Up, and Down are all defined by Tk.
3523 (apply_filespec): Use error bitmap in dialog.
3524 (files_command): Don't use tk_listboxSingleSelect.
3525 (files_command): Don't use "uniq" to remove duplicates from a
3526 list.
3527 (update_assembly): Use lassign.
3528 (create_asm_win): Removed redundant bindings.
3529 (listing_window_button_1, file_popup_menu): Use tk_popup.
3530 (ButtonRelease-1 binding): Just remove tag from window; rest
3531 handled by Tk.
3532
3533 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
3534 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
3535 (gdbtk_call_command): Ditto.
3536end-sanitize-gdbtk
3537
60d5a517
JL
3538Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
3539
3540 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
3541 enum namespace -> enum_namespace change.
3542
d1f5c804
WM
3543Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
3544
2c441e7f
SS
3545 * ch-exp.c (parse_primval): In case ARRAY, add missing
3546 FORWARD_TOKEN ().
d1f5c804 3547
1f233758
SS
3548Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
3549
3550 * remote-mips.c (mips_receive_header): Recognize \012 instead
3551 of \n, but write \n when program sends a \012.
3552 * ser-mac.c (mac_input_buffer): Increase size of buffer.
3553
ed3b618d
JL
3554Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
3555
3556 * infptrace.c (initialize_infptrace): Move function out of
3557 #ifdef conditional; put code within the function inside an
3558 #ifdef conditional.
436d4143
JL
3559
3560 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
3561 arguments. Sorting is now dependent on OBJF_REORDERED. All
3562 callers/references changed.
3563 * dbxread.c (read_ofile_symtab): Correctly determine value for
3564 last_source_start_addr for reordered executables.
3565 (process_one_symbol): Handle N_FUN with no name as an end of
3566 function marker.
3567 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
3568 is the high text address for a psymtab.
3569 (case N_SO): Likewise.
3570 (case N_FUN): Handle N_FUN with no name as an end of function
3571 marker.
3572 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
3573 at the same address rather than a random subset of them.
3574 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
3575 * elfread.c (elf_symfile_init): Similarly.
3576 * somread.c (som_symfile_init): Similarly.
3577 * xcoffread.c (xcoff_symfile_init): Similarly.
3578
5351b2a0
SG
3579Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
3580
3581 * stack.c (print_stack_frame print_frame_info) symmisc.c
3582 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
3583 that catch_errors doesn't get blindsided by QUIT and lose the
3584 cleanup chain. This fixes a problem where ^C while in a
3585 user-defined command sometimes leaves instream NULL and causes a
3586 segfault in command_loop.
3587
127841e4
BK
3588Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
3589
3590 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
3591
6b4fe21d
SC
3592Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
3593
3594 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
3595 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
3596 srec.o renamed to dsrec.o.
3597
0fe1522a
SG
3598Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
3599
3600 * breakpoint.c (remove_breakpoint): Change error to warning so
3601 that hardware watchpoint removal problems won't leave breakpoint
3602 traps in the target.
d039321c 3603start-sanitize-gdbtk
0fe1522a 3604 * configure configure.in: Make --enable-gdbtk be the default.
d039321c 3605end-sanitize-gdbtk
0fe1522a
SG
3606 * remote-e7000.c (e7000_insert_breakpoint,
3607 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
3608 breakpoints.
3609 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
3610 compensate for e7000 maladjustment.
3611 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
3612 which prevented hardware watchpoints from working.
3613
517cb8d7 3614Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cygnus.com>
7531f36e
FF
3615
3616 * infptrace.c (udot_info): New function.
3617 (PT_*): Define each individually if that one is not defined.
7531f36e
FF
3618 * rs6000-nat.c (kernel_u_size): New function
3619 Include <sys/user.h> for "struct user"
7531f36e
FF
3620 * alpha-nat.c (kernel_u_size): New function.
3621 Include <sys/user.h> for "struct user"
7531f36e
FF
3622 * sparc-nat.c (kernel_u_size): New function.
3623 Include <sys/user.h> for "struct user"
7531f36e 3624 * i386b-nat.c (kernel_u_size): New function.
7531f36e 3625 * i386v-nat.c (kernel_u_size): New function.
7531f36e
FF
3626 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
3627 (kernel_u_size): Declare.
7531f36e
FF
3628 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
3629 (kernel_u_size): Declare.
7531f36e
FF
3630 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
3631 (kernel_u_size): Declare.
7531f36e
FF
3632 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
3633 (kernel_u_size): Declare.
7531f36e
FF
3634 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
3635 (kernel_u_size): Declare.
7531f36e 3636
1750a5ef
SC
3637Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
3638
3639 * mdebugread.c (mylookup_symbol): enum namespace becomes
3640 enum_namespace type.
3641 * symfile.c (add_psymbol_to_list)
3642 (add_psymbol_addr_to_list): Ditto.
3643 * symtab.c (lookup_partial_symbol): Ditto.
3644 (lookup_symbol): Ditto.
3645 (lookup_block_symbol): Ditto.
3646 * win32-nat.c (handle_load_dll): Use incoming dll base.
3647 (child_wait): Catch DLL load errors.
3648 (create_child_inferior): Translated between paths correctly.
3649
e33aefba
FF
3650Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
3651
3652 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
3653 from NUM_REGS to get number of general registers that we care about.
e33aefba
FF
3654 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
3655 of number of general regs and number of floating point regs.
e33aefba 3656
e02a2ad9
SC
3657Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
3658
a3b64bf9
SC
3659 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
3660 (SKIP_TRAMPOLINE_CODE): New.
3661 * config/i386/xm-win32.h (CANT_FORK): Deleted.
3662 (SLASH*) Changed to use unix style slash.
e02a2ad9
SC
3663 * symtab.h (namespace enum): becomes typedef to avoid namespace
3664 collision in C++.
3665 * infcmd.c (path_command): Use empty string if PATH name not set.
3666 * i386-tdep.c (skip_trampoline_code): New function.
3667 * srec.c: Renamed dsrec.c to avoid filename collision.
3668 * Makefile.in: Cope with renaming.
e02a2ad9 3669
ef4d6187 3670Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
5eccb7dc 3671
ef4d6187
FF
3672 * symmisc.c (print_objfile_statistics): Print memory use statistics
3673 for objfile psymbol, symbol, and type obstacks.
5eccb7dc 3674
ef4d6187 3675Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
3dcd429f 3676
ef4d6187
FF
3677 * config/mips/nm-irix5.h: Restore.
3678 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
3679 from Lee Iverson <leei@ai.sri.com>.
3680 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
3681 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
3dcd429f 3682
ef4d6187 3683For older changes see ChangeLog-95
bd5635a1
RP
3684\f
3685Local Variables:
3686mode: indented-text
3687left-margin: 8
3688fill-column: 74
3689version-control: never
3690End:
This page took 0.543422 seconds and 4 git commands to generate.