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