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