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