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