* dis-buf.c: Include "sysdep.h" before "dis-asm.h".
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f6ade5dd
FF
1Mon Jan 29 19:05:58 1996 Fred Fish <fnf@cygnus.com>
2
3 * Makefile.in (diststuff): Make all-doc; diststuff target does not
4 exist in doc/Makefile.in.
5
cdea3fd3
SS
6Mon Jan 29 18:44:57 1996 Stan Shebs <shebs@andros.cygnus.com>
7
8 * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
9
d221b17e
WM
10Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
11
cdea3fd3
SS
12 * ch-valprint.c (calculate_array_length): New function to
13 determine the length of an array type.
d221b17e
WM
14 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
15 array type is zero, call calculate_array_length.
16
cdea3fd3
SS
17 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
18 values may not be sorted. Scan all entries and set the real lower
19 and upper bound.
d221b17e 20
fa9f5840
FF
21Sun Jan 28 15:50:42 1996 Fred Fish <fnf@cygnus.com>
22
23 * config/xm-linux.h: Move include of solib.h and #define of
24 SVR4_SHARED_LIBS from here ...
25 * config/nm-linux.h: ...to here.
26
4708ac65
FF
27Sat Jan 27 10:34:05 1996 Fred Fish <fnf@cygnus.com>
28
29 * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
30 Also check for gregset_t and fpregset_t types.
31 * configure: Regenerate.
32 * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
33 is defined.
34 (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
35 and HAVE_FPREGSET_T are defined. These changes allow systems
36 like linux that are migrating to /proc support to use a single
37 configuration for both new and old versions.
38
39 * config/i386/linux.mt: Note that this is now for both a.out and
40 ELF systems.
41 * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
42 i386v4-nat.o
43 * config/i386/tm-linux.h (tm-sysv4.h): Include.
44 * config/i386/xm-linux.h (solib.h): Include
45 (SVR4_SHARED_LIBS): Define.
46 * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
47 (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
cdea3fd3
SS
48 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
49 defined.
4708ac65 50
a77bf669
SS
51Fri Jan 26 13:48:14 1996 Stan Shebs <shebs@andros.cygnus.com>
52
53 * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
54 * config/i386/xm-sun386.h: Ditto.
55 * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
56
57Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
58
59 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
60
a4b4479a
SC
61Thu Jan 25 09:22:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
62
63 From Greg McGary <gkm@gnu.ai.mit.edu>:
64 * dcache.c (dcache_peek, dcache_poke): Advance addr for
65 multi-byte I/O.
66
4133a76e
JL
67Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
68
69 * infrun.c (normal_stop): Fix test for shared library event.
70
146ee7db
DE
71Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
72
73 * configure.in (sparc64-*-*): Add default host configuration.
74start-sanitize-gdbtk
75 (sparc64-*-solaris2* host): Link statically if GCC used.
76end-sanitize-gdbtk
77 (sparc64-*-solaris2*): Add target configuration.
b23b4cb5 78 * configure: Regenerated.
146ee7db
DE
79 * sparc/sp64sol2.mt: New file.
80
76336191
DE
81Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
82
83 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
84
1a57cd09
TT
85Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
86
87 * Makefile.in (lint): Close backquotes.
88
89start-sanitize-gdbtk
90Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
91
92 * gdbtk.tcl, gdbtk.c: Updated copyrights.
93
94 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
95 greater.
96 * configure: Rebuilt.
97
98end-sanitize-gdbtk
e8f1ad9a
FF
99Wed Jan 24 13:19:10 1996 Fred Fish <fnf@cygnus.com>
100
101 * NEWS: Make note of new record and replay feature for
102 remote debug sessions.
103 * serial.c (gdbcmd.h): Include.
104 (serial_logfile, serial_logfp, serial_reading, serial_writing):
105 Define here, for remote debug session logging.
106 (serial_log_command, serial_logchar, serial_write, serial_readchar):
107 New functions for remote debug session logging.
108 (serial_open): Open remote debug session log file when needed.
109 (serial_close): Close remote debug session log file when needed.
110 (_initialize_serial): Add set/show commands for name of remote
111 debug session log file.
112 * serial.h (serial_readchar): Declare
113 (SERIAL_READCHAR): Call serial_readchar().
114 (SERIAL_WRITE): Call serial_write().
115 (serial_close): Declare as extern.
116 (serial_logfile, serial_logfp): Declare.
117 * top.c (execute_command): Declare serial_logfp. Log user command
118 in remote debug session log if log file is open.
119 * remote-array.c (array_wait): #ifdef out echo to gdb_stdout.
120 (array_read_inferior_memory): Rewrite to fix memory overwrite bug.
121 * remote-array.c (SREC_SIZE): Remove, duplicates define in
122 monitor.h.
123 * remote-array.c (hexchars, hex2mem): Remove, unused.
124 * gdbserver/low-linux.c (store_inferior_registers): Remove
125 unnecessary extern declaration of registers[].
126 * gdbserver/Makefile.in (all): Add gdbreplay.
127 * gdbserver/gdbreplay.c: New file.
128 * gdbserver/README: Give example of recording a remote
129 debug session with gdb and then replaying it with gdbreplay.
130
c6038971
PB
131Tue Jan 23 18:02:35 1996 Per Bothner <bothner@kalessin.cygnus.com>
132
133 * stabsread.c (rs6000_builtin_type): Make bool type unsigned.
134 (read_one_struct_field): Support boolean bitfields.
135 * c-valprint.c (c_val_print): Print booleans properly.
136
5a8d8b8d
SS
137Tue Jan 23 18:54:09 1996 Stan Shebs <shebs@andros.cygnus.com>
138
139 * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual):
140 Remove, never used.
141 * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o.
142
ec5f347c
PB
143Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
144
9293e886
PB
145 * ch-exp.c (parse_tuple): Error if invalid mode.
146
533bda77
PB
147 * value.h (COERCE_ARRAY): Don't coerce enums.
148 (COERCE_ENUM): Don't COERCE_REF.
149 (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM).
150 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
151 value_cast handle it otherwise); do *not* COERCE_ENUM either way.
152 * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY.
153 Add COERCE_REF before COERCE_ENUM.
154 * values.c (value_as_long): Simplify.
155
156 * valops.c (value_array): Create internalvar if !c_style_arrays.
157
ec5f347c
PB
158 * language.c (lang_bool_type): Add Fortran support.
159 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
160
87273c71
JL
161Tue Jan 23 13:08:26 1996 Jeffrey A Law (law@cygnus.com)
162
163 * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
164 All references changed.
165 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
166 Update state table. Reformat so that it's still readable.
167 When we hit the shlib_event breakpoint, set the calss of shlib_event.
168 (breakpoint_1): Add "shlib events" as a breakpoint type.
169 Print the shlib_event breakpoint like other breakpoints.
170 (create_solib_event_breakpoint): New function.
171 (breakpoint_re_set_one): Handle solib_event breakpoints.
172 * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type.
173 (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS
174 action.
175 (create_solib_event_breakpoint): Declare.
176 * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
177 (normal_stop): Inform the user when the inferior stoped due
178 to a shared library event.
a77bf669 179 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
87273c71
JL
180 to control whether or not gdb continues the inferior or stops it when
181 a shared library event occurs.
182 * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
183 * somsolib.c (TODO list): Update.
184 (som_solib_create_inferior_hook): Arrange for gdb to be notified
185 when significant shared library events occur.
186 * hppa-tdep.c (find_unwind_entry): No longer static.
187
fc941258
DE
188Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
189
5a8d8b8d
SS
190 * printcmd.c (print_insn): Pass fprintf_unfiltered to
191 INIT_DISASSEMBLE_INFO.
192start-sanitize-gdbtk
193 * gdbtk.c (gdb_disassemble): Likewise.
194end-sanitize-gdbtk
fc941258 195
b3fd4c06
SS
196Mon Jan 22 16:59:40 1996 Stan Shebs <shebs@andros.cygnus.com>
197
198 * remote.c (remotebreak): New GDB variable.
199 (remote_break): New global.
200 (remote_interrupt): Send a break instead of ^C if remote_break.
201 * NEWS: Describe the new variable.
202
d2f5fa49
DE
203Mon Jan 22 16:24:11 1996 Doug Evans <dje@charmed.cygnus.com>
204
205 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
206
8c038399
FF
207Fri Jan 19 07:19:38 1996 Fred Fish <fnf@cygnus.com>
208
209 * hp300ux-nat.c (getpagesize): Remove unused function
210 fetch_core_registers.
211 (hp300ux_core_fns): Remove, is unused.
212 (_initialize_core_hp300ux): Remove, is unused.
213 (gdbcore.h): Remove #include, no longer needed.
214
a0d76829
JL
215Fri Jan 19 00:59:53 1996 Jeffrey A Law (law@cygnus.com)
216
217 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
218 ptrace bug in aix4.1.3 on the rs6000.
219
b6768627
SS
220Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
221
222 * remote-hms.c (hms_ops): Add value for to_thread_alive.
223 * remote-nindy.c (nindy_ops): Ditto.
224 * remote-udi.c (udi_ops): Ditto.
225
090d784a
JSC
226Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
227
228 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
229 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
230 pmon_load_fast): New functions. Support for the PMON monitor world.
231 (common_open): New function to merge support for different monitors.
232 (mips_open): Use common_open().
233 (mips_send_command): New function.
234 (mips_send_packet): Scan out-of-sequence packets.
235 (mips_enter_debug, mips_exit_debug): New functions.
236 (pmon_ops): New target definition structure.
237
4e327047
TT
238Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
239
240 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
241 specified on the make command line (via make LIBS=xxx).
242start-sanitize-gm
243 * configure.in (enable-gm): magic.o -> gmagic.o.
244end-sanitize-gm
245
246start-sanitize-gdbtk
247Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
248
249 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
250 (add_expr): Changes from create_expr_window.
251 (create_command_window): Set focus.
252 (delete_expr): Rewrote.
253 (expr_update_button): New proc.
254 (add_expr): Put bindings on FocusIn, FocusOut.
255 Don't allow .file_popup to be torn off.
256end-sanitize-gdbtk
257
1aac3d3c
JL
258Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
259
260 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
261 is set but there are no psymtabs.
262
c84e5000
SC
263Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
264
265 * dsrec.c (load_srec): Remove unused variable.
266 monitor.c (monitor_expect): Don't expect a ^C to echo.
267 * serial.c (serial_open): Add parallel interface.
268 * sh3-rom.c (parallel, parallel_in_use): New.
269 (sh3_load): If parallel_in_use, download though the
270 parallel port.
271 (sh3_open): Open parallel port if specified.
272 (sh3_close): New function.
273 (_inititalize_sh3): Add sh3_close hook and documentation.
274 * monitor.c (monitor_close): Export.
275 * monitor.h (monitor_close): Add prototype.
276
2c441e7f
SS
277Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
278
279 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
280 * remote.c (remotetimeout): New GDB variable, use to set the
281 remote timeout for reading.
282
4e327047
TT
283start-sanitize-gdbtk
284Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
285
286 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
287 (update_listing): Use lassign. Use "see" to scroll. Don't need
288 screen_top, screen_bot, screen_height.
289 (update_assembly): Use "see" to scroll.
290 (textscrollproc): Removed.
291 (create_file_win): Don't use textscrollproc.
292 (asmscrollproc): Removed.
293 (create_asm_window): Don't use asmscrollproc.
294 (create_asm_win): Ditto.
295 (screen_height, screen_top, screen_bot): Removed.
296 (run_editor): New proc.
297 (build_framework): Use it.
298 (create_file_win, create_source_window): Don't use textscrollproc.
299 (create_breakpoints_window): Set -xscrollcommand on canvas.
300 (not_implemented_yet): Default button is 0.
301 (delete_char): Don't use tk_textBackspace.
302 (create_command_window): Allow Tk bindings to fire after deleting
303 character.
304 (create_command_window): Make Delete delete left, not right.
305end-sanitize-gdbtk
306
3730a0ed
FF
307Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cirdan.cygnus.com>
308
309 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
310 to get "struct core_fns" defined.
311 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
2c441e7f 312 Are dependent upon gdbcore_h.
3730a0ed 313
7ef89313
PB
314Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
315
316 * symfile.c (decrement_reading_symtab): New function.
317 * symfile.c, symtab.h (currently_reading_symtab): New variable.
318 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
319 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
320 currently_reading_symtab (since that could infinitely recurse).
321
1c486a2b
PB
322Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
323
34cfa2da
PB
324 * stabsread.c (read_struct_type): Trivial simplification.
325
1c486a2b
PB
326 * stabsread.c (define-symbol): Use invisible references
327 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
34cfa2da 328 * valops.c (call_function_by_hand): Likewise.
1c486a2b
PB
329 * eval.c (evaluate_subexp_standard): When known, use the formal
330 parameter type as the expected type when evaluating arg expressions.
331 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
332
4e327047
TT
333start-sanitize-gdbtk
334Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
335
336 * main.c (main): Disable window interface if --help or --version
337 specified.
338
339 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
340
341 Changes in sync with expect:
342 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
343 CY_AC_PATH_TK.
344 * aclocal.m4: Replaced with version from expect.
345 * configure: Regenerated.
346end-sanitize-gdbtk
a1df8e78 347
a1956677
BK
348Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
349
350 * configure.in, configure: Recognize rs6000-*-aix4*.
351 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
352 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
353 * config/rs6000/xm-aix4.h: New file.
354 * config/xm-aix4.h: New file.
355
3730a0ed 356Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
0d14c7df
FF
357
358 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
359 * gdbserver/low-linux.c: New file.
360 * remote.c (remote_read_bytes): Fix aborts on larger packets.
361
362 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
363 Define.
364 * stabsread.c (define_symbol): If register value is too large,
365 tell what it is and what max is.
366
4e327047
TT
367start-sanitize-gdbtk
368Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
369
370 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
371 gdbtk_tcl_flush): Use "see", not "yview".
372 (gdbtk_tcl_query): Use questhead bitmap.
373 various: Always wrap condition of 'if' in {...}.
374 (add_breakpoint_frame): Set -value on radiobuttons.
375 (lassign): New proc.
376 (add_breakpoint_frame): Use lassign, not series of assignments.
377 (decr): Made faster.
378 (interactive_cmd): Use "see", not "yview".
379 (not_implemented_yet): Use warning bitmap.
380 (update_expr): Don't allow $expr to be evalled by Tcl.
381 (create_expr_window): Don't use "focus".
382 (delete_char, delete_line): Define globally.
383 (delete_line, delete_char, create_command_window, update_autocmd,
384 build_framework, create_asm_win, create_file_win): Use "see", not
385 "yview".
386 (create_copyright_window, center_window, bind_widget_after_class):
387 New procs.
388 (FSBox,create_command_window, create_autocmd_window): Binding
389 changes for Tk4.
390 (textscrollproc): Define globally.
391 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
392 Home, End, Up, and Down are all defined by Tk.
393 (apply_filespec): Use error bitmap in dialog.
394 (files_command): Don't use tk_listboxSingleSelect.
395 (files_command): Don't use "uniq" to remove duplicates from a
396 list.
397 (update_assembly): Use lassign.
398 (create_asm_win): Removed redundant bindings.
399 (listing_window_button_1, file_popup_menu): Use tk_popup.
400 (ButtonRelease-1 binding): Just remove tag from window; rest
401 handled by Tk.
402
403 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
404 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
405 (gdbtk_call_command): Ditto.
406end-sanitize-gdbtk
407
60d5a517
JL
408Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
409
410 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
411 enum namespace -> enum_namespace change.
412
d1f5c804
WM
413Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
414
2c441e7f
SS
415 * ch-exp.c (parse_primval): In case ARRAY, add missing
416 FORWARD_TOKEN ().
d1f5c804 417
1f233758
SS
418Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
419
420 * remote-mips.c (mips_receive_header): Recognize \012 instead
421 of \n, but write \n when program sends a \012.
422 * ser-mac.c (mac_input_buffer): Increase size of buffer.
423
ed3b618d
JL
424Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
425
426 * infptrace.c (initialize_infptrace): Move function out of
427 #ifdef conditional; put code within the function inside an
428 #ifdef conditional.
436d4143
JL
429
430 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
431 arguments. Sorting is now dependent on OBJF_REORDERED. All
432 callers/references changed.
433 * dbxread.c (read_ofile_symtab): Correctly determine value for
434 last_source_start_addr for reordered executables.
435 (process_one_symbol): Handle N_FUN with no name as an end of
436 function marker.
437 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
438 is the high text address for a psymtab.
439 (case N_SO): Likewise.
440 (case N_FUN): Handle N_FUN with no name as an end of function
441 marker.
442 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
443 at the same address rather than a random subset of them.
444 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
445 * elfread.c (elf_symfile_init): Similarly.
446 * somread.c (som_symfile_init): Similarly.
447 * xcoffread.c (xcoff_symfile_init): Similarly.
448
5351b2a0
SG
449Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
450
451 * stack.c (print_stack_frame print_frame_info) symmisc.c
452 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
453 that catch_errors doesn't get blindsided by QUIT and lose the
454 cleanup chain. This fixes a problem where ^C while in a
455 user-defined command sometimes leaves instream NULL and causes a
456 segfault in command_loop.
457
127841e4
BK
458Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
459
460 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
461
6b4fe21d
SC
462Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
463
464 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
465 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
466 srec.o renamed to dsrec.o.
467
0fe1522a
SG
468Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
469
470 * breakpoint.c (remove_breakpoint): Change error to warning so
471 that hardware watchpoint removal problems won't leave breakpoint
472 traps in the target.
d039321c 473start-sanitize-gdbtk
0fe1522a 474 * configure configure.in: Make --enable-gdbtk be the default.
d039321c 475end-sanitize-gdbtk
0fe1522a
SG
476 * remote-e7000.c (e7000_insert_breakpoint,
477 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
478 breakpoints.
479 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
480 compensate for e7000 maladjustment.
481 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
482 which prevented hardware watchpoints from working.
483
7531f36e
FF
484Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cirdan.cygnus.com>
485
486 * infptrace.c (udot_info): New function.
487 (PT_*): Define each individually if that one is not defined.
7531f36e
FF
488 * rs6000-nat.c (kernel_u_size): New function
489 Include <sys/user.h> for "struct user"
7531f36e
FF
490 * alpha-nat.c (kernel_u_size): New function.
491 Include <sys/user.h> for "struct user"
7531f36e
FF
492 * sparc-nat.c (kernel_u_size): New function.
493 Include <sys/user.h> for "struct user"
7531f36e 494 * i386b-nat.c (kernel_u_size): New function.
7531f36e 495 * i386v-nat.c (kernel_u_size): New function.
7531f36e
FF
496 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
497 (kernel_u_size): Declare.
7531f36e
FF
498 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
499 (kernel_u_size): Declare.
7531f36e
FF
500 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
501 (kernel_u_size): Declare.
7531f36e
FF
502 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
503 (kernel_u_size): Declare.
7531f36e
FF
504 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
505 (kernel_u_size): Declare.
7531f36e 506
1750a5ef
SC
507Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
508
509 * mdebugread.c (mylookup_symbol): enum namespace becomes
510 enum_namespace type.
511 * symfile.c (add_psymbol_to_list)
512 (add_psymbol_addr_to_list): Ditto.
513 * symtab.c (lookup_partial_symbol): Ditto.
514 (lookup_symbol): Ditto.
515 (lookup_block_symbol): Ditto.
516 * win32-nat.c (handle_load_dll): Use incoming dll base.
517 (child_wait): Catch DLL load errors.
518 (create_child_inferior): Translated between paths correctly.
519
e33aefba
FF
520Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
521
522 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
523 from NUM_REGS to get number of general registers that we care about.
e33aefba
FF
524 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
525 of number of general regs and number of floating point regs.
e33aefba 526
e02a2ad9
SC
527Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
528
a3b64bf9
SC
529 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
530 (SKIP_TRAMPOLINE_CODE): New.
531 * config/i386/xm-win32.h (CANT_FORK): Deleted.
532 (SLASH*) Changed to use unix style slash.
e02a2ad9
SC
533 * symtab.h (namespace enum): becomes typedef to avoid namespace
534 collision in C++.
535 * infcmd.c (path_command): Use empty string if PATH name not set.
536 * i386-tdep.c (skip_trampoline_code): New function.
537 * srec.c: Renamed dsrec.c to avoid filename collision.
538 * Makefile.in: Cope with renaming.
e02a2ad9 539
ef4d6187 540Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
5eccb7dc 541
ef4d6187
FF
542 * symmisc.c (print_objfile_statistics): Print memory use statistics
543 for objfile psymbol, symbol, and type obstacks.
5eccb7dc 544
ef4d6187 545Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
3dcd429f 546
ef4d6187
FF
547 * config/mips/nm-irix5.h: Restore.
548 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
549 from Lee Iverson <leei@ai.sri.com>.
550 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
551 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
3dcd429f 552
ef4d6187 553For older changes see ChangeLog-95
bd5635a1
RP
554\f
555Local Variables:
556mode: indented-text
557left-margin: 8
558fill-column: 74
559version-control: never
560End:
This page took 0.350984 seconds and 4 git commands to generate.