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