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