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