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