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