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