81689a4bc05ddf3fbba53929337d3670d3862cac
[binutils-gdb.git] / gdb / ChangeLog
1 Sun Feb 25 13:58:33 1996 Stan Shebs <shebs@andros.cygnus.com>
2
3 * configure.in (mips*-*-vxworks*): New config.
4 * configure: Regenerated.
5
6 * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files.
7 * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual):
8 Remove, never used.
9
10 Sat Feb 24 12:30:28 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11
12 * partial-stab.h (case N_FUN): Function symbols generated
13 by SPARCworks cc have a meaningless zero value, do not update
14 pst->textlow if the function symbol value is zero.
15
16 * stabsread.c (define_symbol): Initialize SYMBOL_TYPE field
17 for function prototype declaration symbols.
18
19 Fri Feb 23 22:33:04 1996 Stu Grossman (grossman@critters.cygnus.com)
20
21 * remote-e7000.c (e7000_load): New routine to download via the
22 network.
23 * (e7000_wait): Don't backup PC when we hit a breakpoint.
24 Apparantly new sh2 pods get this right...
25 * (e7000_ops): Add call to e7000_load.
26
27 Thu Feb 22 00:52:42 1996 J.T. Conklin <jtc@rtl.cygnus.com>
28
29 * config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},
30 m68knbsd-nat.c: New files, support for NetBSD/m68k.
31
32 * configure.in (m68k-*-netbsd*): New config.
33 * configure: Regenerated.
34
35 Wed Feb 21 19:00:21 1996 Fred Fish <fnf@ninemoons.com>
36
37 * standalone.c (open, _initialize_standalone): Fix obvious typos
38 reported by Martin Pool <martin@citr.uq.oz.au>.
39
40 Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
41
42 * solib.c (solib_create_inferior_hook): Fix thinko.
43
44 Tue Feb 20 23:59:19 1996 Jeffrey A Law (law@cygnus.com)
45
46 * solib.c (solib_break_names): Define for Solaris and Linux.
47 (enable_break): For SVR4 systems, first try to use the debugger
48 interfaces in the dynamic linker to track shared library events
49 as they happen, then fall back to BKPT_AT_SYMBOL code. Convert
50 BKPT_AT_SYMBOL code to use shared library event breakpoints.
51 (solib_create_inferior_hook): Simplify BKPT_AT_SYMBOL code,
52 it no longer needs to restart/wait on the inferior.
53 * symfile.c (find_lowest_section): No longer static.
54 * symfile.h (find_lowest_section): Corresponding changes.
55
56 Tue Feb 20 18:54:08 1996 Fred Fish <fnf@rtl.cygnus.com>
57
58 * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value.
59 (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE.
60 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1.
61 * config/mips/tm-mips.h: Ditto.
62 * config/pa/tm-hppa.h: Ditto.
63 * config/rs6000/tm-rs6000.h: Ditto.
64 * config/sparc/tm-sparc.h: Ditto.
65
66 Tue Feb 20 17:32:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
67
68 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
69
70 * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined.
71 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
72 #ifdef'd out definitions --- Causes serious gdb failures on
73 the i386. Need to investigate further before enabling.
74
75 * i386b-nat.c (fetch_inferior_registers, store_inferior_registers,
76 fetch_core_registers): New functions. These functions are defined
77 if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored
78 with ptrace PT_GETREGS/PT_SETREGS.
79
80 Tue Feb 20 16:55:06 1996 Stu Grossman (grossman@critters.cygnus.com)
81
82 * findvar.c (extract_floating store_floating): Replace `long
83 double' with `DOUBLEST'.
84
85 Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
86
87 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
88 Define.
89
90 Mon Feb 19 10:32:05 1996 Jeffrey A Law (law@cygnus.com)
91
92 * symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
93
94 * breakpoint.h (remove_solib_event_breakpoints): Declare.
95 * breakpoint.c (remove_solib_event_breakpoints): New function.
96 * somsolib.c (solib_create_inferior_hook): Remove all solib event
97 breakpoints before inserting any new ones. Use a solib event
98 breakpoint for the breakpoint at "_start".
99 Remove extraneous "\n" from calls to warning.
100
101 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
102 name array.
103
104 Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com>
105
106 * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST
107 for CORE_ADDR values.
108 (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values.
109 * symfile.h (add_psymbol_{,addr}to_list): Add prototypes.
110
111 Sun Feb 18 14:37:13 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
112
113 * mipsread.c (mipscoff_symfile_read): Unconditionally add
114 alpha coff dynamic symbols for all symbol files. Makes skipping
115 over the trampoline code work when stepping from a function in a
116 shared library into a function in a different shared library.
117
118 Sun Feb 18 09:27:10 1996 Stu Grossman (grossman@cygnus.com)
119
120 * config/sparc/tm-sparc.h: Define PS_FLAG_CARRY. Define
121 RETURN_VALUE_ON_STACK to return long doubles on the stack.
122
123 Sat Feb 17 16:33:11 1996 Fred Fish <fnf@cygnus.com>
124
125 * Makefile.in (ch-exp.o): Add dependencies.
126 (various): Add gdb_string.h to dependencies that need it.
127
128 Sat Feb 17 08:57:50 1996 Fred Fish <fnf@cygnus.com>
129
130 * symmisc.c (print_symbol_bcache_statistics): Update description for
131 printing byte cache statistics.
132
133 Thu Feb 16 16:02:03 1996 Stu Grossman (grossman@cygnus.com)
134
135 * Add native support for long double data type.
136 * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST
137 to store actual data. Change types of INT and FLOAT tokens to
138 typed_val_int and typed_val_float respectively. Create new token
139 DOUBLE_KEYWORD to specify the string `double'. Make production
140 for FLOAT use type determined by parse_number. Add production for
141 "long double" data type.
142 * (parse_number): Use sscanf to parse numbers as float, double or
143 long double depending upon the type of typed_val_float.dval. Also
144 allow user to specify `f' or `l' suffix to explicitly specify
145 float or long double constants. Change typed_val to
146 typed_val_int.
147 * (yylex): Change typed_val to typed_val_int. Also, scan for
148 "double" keyword.
149 * coffread.c (decode_base_type): Add support for T_LNGDBL basic
150 type.
151 * configure, configure.in: Add check for long double support in
152 the host compiler.
153 * defs.h: Define DOUBLEST appropriatly depending on whether
154 HAVE_LONG_DOUBLE (from autoconf) is defined. Also, fix prototypes
155 for functions that handle this type.
156 * expression.h (union exp_element): doubleconst is now type
157 DOUBLEST.
158 * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST.
159 * findvar.c (extract_floating): Make return value be DOUBLEST.
160 Also, add support for numbers with size of long double.
161 * (store_floating): Arg `val' is now type DOUBLEST. Handle all
162 floating types.
163 * parser-defs.h parse.c (write_exp_elt_dblcst): Arg expelt is now
164 DOUBLEST.
165 * valarith.c (value_binop): Change temp variables v1, v2 and v to
166 type DOUBLEST. Coerce type of result to long double if either op
167 was of that type.
168 * valops.c (value_arg_coerce): If argument type is bigger than
169 double, coerce to long double.
170 * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and
171 arg type is float and > 8 bytes, then use pointer-to-object
172 calling conventions.
173 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
174 Use appropriate format and precision to print out floating point
175 values.
176 * value.h: Fixup prototypes for value_as_double,
177 value_from_double, and unpack_double to use DOUBLEST.
178 * values.c (record_latest_value): Remove check for invalid
179 floats. Allow history to store them so that people may examine
180 them in hex if they want.
181 * (value_as_double unpack_double): Change return value to DOUBLEST.
182 * (value_from_double): Arg `num' is now DOUBLEST.
183 * (using_struct_return): Use RETURN_VALUE_ON_STACK macro (target
184 specific) to expect certain types to always be returned on the stack.
185
186 Fri Feb 16 14:00:54 1996 Fred Fish <fnf@cygnus.com>
187
188 * bcache.c, bcache.h: New files to implement a byte cache.
189 * Makefile.in (SFILES): Add bcache.c.
190 (symtab_h): Add bcache.h.
191 (HFILES_NO_SRCDIR): add bcache.h
192 (COMMON_OBJS): Add bcache.o
193 (bcache.o): New target.
194 * dbxread.c (start_psymtab): Make global_syms & static_syms
195 type "partial_symbol **".
196 * hpread.c (hpread_start_symtab): Ditto.
197 * os9kread.c (os9k_start_psymtab): Ditto.
198 * stabsread.h (start_psymtab): Ditto.
199 * {symfile.c, symfile.h} (start_psymtab_common): Ditto.
200 * maint.c (maintenance_print_statistics): Call
201 print_symbol_bcache_statistics.
202 * objfiles.c (allocate_objfile): Initialize psymbol bcache malloc
203 and free pointers.
204 * solib.c (allocate_rt_common_objfile): Ditto.
205 * symfile.c (reread_symbols): Ditto.
206 (free_objfile): Free psymbol bcache when objfile is freed.
207 (objfile_relocate): Use new indirect psymbol pointers.
208 * objfiles.h (struct objfile): Add psymbol cache.
209 * symfile.c (compare_psymbols): Now passed pointers to pointers to
210 psymbols.
211 (reread_symbols): Free psymbol bcache when freeing other objfile
212 resources.
213 (add_psymbol_to_list, add_psymbol_addr_to_list): Initialize new
214 psymbol using the psymbol bcache.
215 (init_psymbol_list): Psymbol lists now contain pointers rather than
216 the actual psymbols.
217 * symfile.h (psymbol_allocation_list): Psymbol lists now dynamically
218 grown arrays of pointers.
219 (ADD_PSYMBOL_VT_TO_LIST): Initialize new symbol using the psymbol
220 bcache.
221 * symmisc.c (print_partial_symbols): Now takes pointer to pointer
222 to partial symbol.
223 (print_symbol_bcache_statistics): New function to print per objfile
224 bcache statistics.
225 (print_partial_symbol, print_partial_symbols,
226 maintenance_check_symtabs, extend_psymbol_list):
227 Account for change to pointer to pointer to partial symbol.
228 * symtab.c (find_pc_psymbol, lookup_partial_symbol, decode_line_2,
229 make_symbol_completion_list):
230 Account for change to pointer to pointer to partial symbol.
231 * symtab.h (bcache.h): Include.
232 * xcoffread.c (xcoff_start_psymtab): Make global_syms & static_syms
233 type "partial_symbol **".
234
235 Fri Feb 16 10:02:34 1996 Fred Fish <fnf@cygnus.com>
236
237 * dwarfread.c (free_utypes): New function.
238 (read_file_scope): Call free_utypes as cleanup, rather than just
239 freeing the utypes pointer.
240
241 Thu Feb 15 21:40:52 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
242
243 * demangle.c (is_cplus_marker): New function, checks if a
244 character is one of the commonly used C++ marker characters.
245 * defs.h (is_cplus_marker): Add prototype.
246 * c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle),
247 cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol),
248 stabsread.c (define_symbol, read_member_functions, read_struct_fields),
249 symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P),
250 values.c (vb_match): Use is_cplus_marker instead of comparison
251 with CPLUS_MARKER.
252
253 Thu Feb 15 18:08:13 1996 Fred Fish <fnf@cygnus.com>
254
255 * symfile.h (INLINE_ADD_PSYMBOL): Default this to 0 and possibly
256 delete entirely someday.
257
258 Thu Feb 15 15:25:34 1996 Stan Shebs <shebs@andros.cygnus.com>
259
260 * mpw-make.sed: Edit out makefile rebuild rule.
261 (host_alias, target_alias): Comment out instead of deleting.
262 (@LIBS@): Edit out references.
263
264 Tue Feb 13 22:56:46 1996 Fred Fish <fnf@cygnus.com>
265
266 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
267 Use n_psyms in OBJSTAT, not psyms.
268
269 Mon Feb 12 15:59:31 1996 Doug Evans <dje@charmed.cygnus.com>
270
271 * configure.in (sparclet-*-aout*): New config.
272 * configure: Regenerated.
273
274 Mon Feb 12 14:17:52 1996 Fred Fish <fnf@cygnus.com>
275
276 * somsolib.c (som_solib_add): Use xmalloc rather than bare
277 unchecked call to malloc.
278 * remote-mips.c (pmon_load_fast): ditto.
279 * remote-mm.c (mm_open): ditto.
280 * hpread.c (hpread_lookup_type): ditto.
281 * remote-adapt.c (adapt_open): ditto.
282
283 Mon Feb 12 13:11:32 1996 Fred Fish <fnf@cygnus.com>
284
285 * f-lang.c (allocate_saved_bf_node, allocate_saved_function_node,
286 allocate_saved_f77_common_node, allocate_common_entry_node,
287 add_common_block): Use xmalloc rather than malloc, some of which
288 were unchecked.
289 * gnu-regex.c: At same point as other gdb specific changes
290 #undef malloc and then #define it to xmalloc.
291 * ch-exp.c (growbuf_by_size): Use xmalloc/xrealloc rather than
292 bare unchecked calls to malloc/realloc.
293 * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare
294 unchecked call to malloc.
295
296 Wed Feb 7 11:31:26 1996 Stu Grossman (grossman@cygnus.com)
297
298 * symtab.c (gdb_mangle_name): Change opname var to be const to
299 match return val of cplus_mangle_name.
300 * i960-tdep.c: Change arg types of next_insn to match callers.
301
302 Wed Feb 7 07:34:24 1996 Fred Fish <fnf@cygnus.com>
303
304 * config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These
305 apparently aren't needed in any reasonably recent version of
306 linux.
307
308 Tue Feb 6 21:37:03 1996 Per Bothner <bothner@kalessin.cygnus.com>
309
310 * stabsread.c (read_range_type): If !self-subrange and language
311 is Chill, assume a true range. If a true_range is a sub_subrange,
312 use builtin_type_int for index_type.
313
314 Tue Feb 6 18:38:51 1996 J.T. Conklin <jtc@slave.cygnus.com>
315
316 * nindy-share/nindy.c (say): Use stdarg.h macros when compiling
317 with an ANSI compiler.
318
319 start-sanitize-gdbtk
320 Tue Feb 6 16:31:25 1996 Tom Tromey <tromey@creche.cygnus.com>
321
322 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
323 double-clicking will work again.
324 (create_asm_win): Put "break" at end of all B1 bindings.
325 (create_file_win): Lower "sel" tag, don't raise it.
326 (ensure_line_visible): New proc.
327 (update_listing, update_assembly): Use it.
328 (create_copyright_window): Destroy window on Leave event.
329 (create_command_window): Put "break" at end of all B2 bindings.
330
331 end-sanitize-gdbtk
332 Mon Feb 5 18:24:28 1996 Steve Chamberlain <sac@slash.cygnus.com>
333
334 From Michael_Snyder@NeXT.COM (Michael Snyder):
335 * valops.c (value_arg_coerce): Coerce float to double, unless the
336 function prototype specifies float.
337
338 Mon Feb 5 09:51:55 1996 Tom Tromey <tromey@creche.cygnus.com>
339
340 * language.c (set_language_command): Use languages table when
341 printing available languages.
342
343 Sat Feb 3 12:22:05 1996 Fred Fish <fnf@cygnus.com>
344
345 Fix problems reported by Hans Verkuil (hans@wyst.hobby.nl):
346 * command.c (add_cmd): Add missing initialization for enums member.
347 Reorder members to match structure declaration to make it easier to
348 tell when one is missing.
349 * exec.c (exec_file_command): Fix problem where filename in malloc'd
350 memory is referenced after being freed.
351
352 Sat Feb 3 03:26:21 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
353
354 * dwarfread.c (read_func_scope): Avoid GDB core dumps if
355 AT_name tag is missing.
356
357 * procfs.c (procfs_stopped_by_watchpoint): Fix logic when
358 FLTWATCH and FLTKWATCH are defined.
359
360 * remote.c (remote_read_bytes): Advance memaddr for transfers,
361 return number of bytes transferred for partial reads.
362
363 * top.c (init_signals): Reset SIGTRAP to SIG_DFL.
364
365 Fri Feb 2 13:40:50 1996 Steve Chamberlain <sac@slash.cygnus.com>
366
367 * win32-nat.c (mappings): Add ppc registers.
368 (child_resume): Turn off step for ppc.
369
370 Thu Feb 1 10:29:31 1996 Steve Chamberlain <sac@slash.cygnus.com>
371
372 * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
373 xm-cygwin32.h): New.
374 * config/i386/(*win32*): Becomes *cygwin32*.
375 * configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32.
376 (powerpcle-*-cygwin32): New.
377 * configure: Regenerate.
378 * win32-nat.c (child_create_inferior): Call CreateProcess
379 with the right program arg.
380
381 Thu Feb 1 11:01:10 1996 Jeffrey A Law (law@cygnus.com)
382
383 * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.
384
385 Wed Jan 31 19:01:28 1996 Fred Fish <fnf@cygnus.com>
386
387 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
388
389 Wed Jan 31 18:36:27 1996 Stan Shebs <shebs@andros.cygnus.com>
390
391 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
392
393 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
394
395 * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
396 here from config/i386/xm-i386mach.h, fix name.
397 * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
398 * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
399 here from config/i386/xm-ptx4.h.
400 * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
401 * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
402 * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
403 * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h.
404 * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h.
405
406 * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
407 (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
408 * config/sparc/sun4sol2.mh (NAT_FILE): Update.
409
410 Wed Jan 31 17:20:26 1996 Jeffrey A Law (law@cygnus.com)
411
412 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
413 floating point correctly.
414 (STORE_RETURN_VALUE): Likewise.
415 * config/pa/tm-pro.h (SOFT_FLOAT): define.
416
417 Wed Jan 31 13:34:52 1996 Fred Fish <fnf@cygnus.com>
418
419 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
420 Define to what should be reasonable values. However, apparently
421 a bug in linux mmap prevents mapped symbol tables from working.
422
423 Tue Jan 30 18:26:19 1996 Fred Fish <fnf@cygnus.com>
424
425 * defs.h (errno.h>: Move #include closer to head of file to solve
426 obscure problem with systems that declare perror with const arg, in
427 both errno.h and stdio.h, and const is defined away by intervening
428 local include.
429
430 Tue Jan 30 15:41:10 1996 Fred Fish <fnf@cygnus.com>
431
432 From Jon Reeves <reeves@zk3.dec.com>:
433 * i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr.
434 (mem_fault_routine): Fix misplaced volatile type qualifier in decl.
435
436 Mon Jan 29 19:05:58 1996 Fred Fish <fnf@cygnus.com>
437
438 * Makefile.in (diststuff): Make all-doc; diststuff target does not
439 exist in doc/Makefile.in.
440
441 Mon Jan 29 18:44:57 1996 Stan Shebs <shebs@andros.cygnus.com>
442
443 * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
444
445 Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
446
447 * ch-valprint.c (calculate_array_length): New function to
448 determine the length of an array type.
449 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
450 array type is zero, call calculate_array_length.
451
452 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
453 values may not be sorted. Scan all entries and set the real lower
454 and upper bound.
455
456 Sun Jan 28 15:50:42 1996 Fred Fish <fnf@cygnus.com>
457
458 * config/xm-linux.h: Move include of solib.h and #define of
459 SVR4_SHARED_LIBS from here ...
460 * config/nm-linux.h: ...to here.
461
462 Sat Jan 27 10:34:05 1996 Fred Fish <fnf@cygnus.com>
463
464 * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
465 Also check for gregset_t and fpregset_t types.
466 * configure: Regenerate.
467 * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
468 is defined.
469 (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
470 and HAVE_FPREGSET_T are defined. These changes allow systems
471 like linux that are migrating to /proc support to use a single
472 configuration for both new and old versions.
473
474 * config/i386/linux.mt: Note that this is now for both a.out and
475 ELF systems.
476 * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
477 i386v4-nat.o
478 * config/i386/tm-linux.h (tm-sysv4.h): Include.
479 * config/i386/xm-linux.h (solib.h): Include
480 (SVR4_SHARED_LIBS): Define.
481 * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
482 (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
483 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
484 defined.
485
486 Fri Jan 26 13:48:14 1996 Stan Shebs <shebs@andros.cygnus.com>
487
488 * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
489 * config/i386/xm-sun386.h: Ditto.
490 * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
491
492 Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
493
494 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
495
496 Thu Jan 25 09:22:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
497
498 From Greg McGary <gkm@gnu.ai.mit.edu>:
499 * dcache.c (dcache_peek, dcache_poke): Advance addr for
500 multi-byte I/O.
501
502 Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
503
504 * infrun.c (normal_stop): Fix test for shared library event.
505
506 Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
507
508 * configure.in (sparc64-*-*): Add default host configuration.
509 start-sanitize-gdbtk
510 (sparc64-*-solaris2* host): Link statically if GCC used.
511 end-sanitize-gdbtk
512 (sparc64-*-solaris2*): Add target configuration.
513 * configure: Regenerated.
514 * sparc/sp64sol2.mt: New file.
515
516 Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
517
518 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
519
520 Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
521
522 * Makefile.in (lint): Close backquotes.
523
524 start-sanitize-gdbtk
525 Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
526
527 * gdbtk.tcl, gdbtk.c: Updated copyrights.
528
529 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
530 greater.
531 * configure: Rebuilt.
532
533 end-sanitize-gdbtk
534 Wed Jan 24 13:19:10 1996 Fred Fish <fnf@cygnus.com>
535
536 * NEWS: Make note of new record and replay feature for
537 remote debug sessions.
538 * serial.c (gdbcmd.h): Include.
539 (serial_logfile, serial_logfp, serial_reading, serial_writing):
540 Define here, for remote debug session logging.
541 (serial_log_command, serial_logchar, serial_write, serial_readchar):
542 New functions for remote debug session logging.
543 (serial_open): Open remote debug session log file when needed.
544 (serial_close): Close remote debug session log file when needed.
545 (_initialize_serial): Add set/show commands for name of remote
546 debug session log file.
547 * serial.h (serial_readchar): Declare
548 (SERIAL_READCHAR): Call serial_readchar().
549 (SERIAL_WRITE): Call serial_write().
550 (serial_close): Declare as extern.
551 (serial_logfile, serial_logfp): Declare.
552 * top.c (execute_command): Declare serial_logfp. Log user command
553 in remote debug session log if log file is open.
554 * remote-array.c (array_wait): #ifdef out echo to gdb_stdout.
555 (array_read_inferior_memory): Rewrite to fix memory overwrite bug.
556 * remote-array.c (SREC_SIZE): Remove, duplicates define in
557 monitor.h.
558 * remote-array.c (hexchars, hex2mem): Remove, unused.
559 * gdbserver/low-linux.c (store_inferior_registers): Remove
560 unnecessary extern declaration of registers[].
561 * gdbserver/Makefile.in (all): Add gdbreplay.
562 * gdbserver/gdbreplay.c: New file.
563 * gdbserver/README: Give example of recording a remote
564 debug session with gdb and then replaying it with gdbreplay.
565
566 Tue Jan 23 18:02:35 1996 Per Bothner <bothner@kalessin.cygnus.com>
567
568 * stabsread.c (rs6000_builtin_type): Make bool type unsigned.
569 (read_one_struct_field): Support boolean bitfields.
570 * c-valprint.c (c_val_print): Print booleans properly.
571
572 Tue Jan 23 18:54:09 1996 Stan Shebs <shebs@andros.cygnus.com>
573
574 * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual):
575 Remove, never used.
576 * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o.
577
578 Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
579
580 * ch-exp.c (parse_tuple): Error if invalid mode.
581
582 * value.h (COERCE_ARRAY): Don't coerce enums.
583 (COERCE_ENUM): Don't COERCE_REF.
584 (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM).
585 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
586 value_cast handle it otherwise); do *not* COERCE_ENUM either way.
587 * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY.
588 Add COERCE_REF before COERCE_ENUM.
589 * values.c (value_as_long): Simplify.
590
591 * valops.c (value_array): Create internalvar if !c_style_arrays.
592
593 * language.c (lang_bool_type): Add Fortran support.
594 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
595
596 Tue Jan 23 13:08:26 1996 Jeffrey A Law (law@cygnus.com)
597
598 * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
599 All references changed.
600 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
601 Update state table. Reformat so that it's still readable.
602 When we hit the shlib_event breakpoint, set the calss of shlib_event.
603 (breakpoint_1): Add "shlib events" as a breakpoint type.
604 Print the shlib_event breakpoint like other breakpoints.
605 (create_solib_event_breakpoint): New function.
606 (breakpoint_re_set_one): Handle solib_event breakpoints.
607 * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type.
608 (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS
609 action.
610 (create_solib_event_breakpoint): Declare.
611 * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
612 (normal_stop): Inform the user when the inferior stoped due
613 to a shared library event.
614 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
615 to control whether or not gdb continues the inferior or stops it when
616 a shared library event occurs.
617 * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
618 * somsolib.c (TODO list): Update.
619 (som_solib_create_inferior_hook): Arrange for gdb to be notified
620 when significant shared library events occur.
621 * hppa-tdep.c (find_unwind_entry): No longer static.
622
623 Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
624
625 * printcmd.c (print_insn): Pass fprintf_unfiltered to
626 INIT_DISASSEMBLE_INFO.
627 start-sanitize-gdbtk
628 * gdbtk.c (gdb_disassemble): Likewise.
629 end-sanitize-gdbtk
630
631 Mon Jan 22 16:59:40 1996 Stan Shebs <shebs@andros.cygnus.com>
632
633 * remote.c (remotebreak): New GDB variable.
634 (remote_break): New global.
635 (remote_interrupt): Send a break instead of ^C if remote_break.
636 * NEWS: Describe the new variable.
637
638 Mon Jan 22 16:24:11 1996 Doug Evans <dje@charmed.cygnus.com>
639
640 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
641
642 Fri Jan 19 07:19:38 1996 Fred Fish <fnf@cygnus.com>
643
644 * hp300ux-nat.c (getpagesize): Remove unused function
645 fetch_core_registers.
646 (hp300ux_core_fns): Remove, is unused.
647 (_initialize_core_hp300ux): Remove, is unused.
648 (gdbcore.h): Remove #include, no longer needed.
649
650 Fri Jan 19 00:59:53 1996 Jeffrey A Law (law@cygnus.com)
651
652 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
653 ptrace bug in aix4.1.3 on the rs6000.
654
655 Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
656
657 * remote-hms.c (hms_ops): Add value for to_thread_alive.
658 * remote-nindy.c (nindy_ops): Ditto.
659 * remote-udi.c (udi_ops): Ditto.
660
661 Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
662
663 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
664 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
665 pmon_load_fast): New functions. Support for the PMON monitor world.
666 (common_open): New function to merge support for different monitors.
667 (mips_open): Use common_open().
668 (mips_send_command): New function.
669 (mips_send_packet): Scan out-of-sequence packets.
670 (mips_enter_debug, mips_exit_debug): New functions.
671 (pmon_ops): New target definition structure.
672
673 Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
674
675 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
676 specified on the make command line (via make LIBS=xxx).
677 start-sanitize-gm
678 * configure.in (enable-gm): magic.o -> gmagic.o.
679 end-sanitize-gm
680
681 start-sanitize-gdbtk
682 Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
683
684 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
685 (add_expr): Changes from create_expr_window.
686 (create_command_window): Set focus.
687 (delete_expr): Rewrote.
688 (expr_update_button): New proc.
689 (add_expr): Put bindings on FocusIn, FocusOut.
690 Don't allow .file_popup to be torn off.
691 end-sanitize-gdbtk
692
693 Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
694
695 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
696 is set but there are no psymtabs.
697
698 Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
699
700 * dsrec.c (load_srec): Remove unused variable.
701 monitor.c (monitor_expect): Don't expect a ^C to echo.
702 * serial.c (serial_open): Add parallel interface.
703 * sh3-rom.c (parallel, parallel_in_use): New.
704 (sh3_load): If parallel_in_use, download though the
705 parallel port.
706 (sh3_open): Open parallel port if specified.
707 (sh3_close): New function.
708 (_inititalize_sh3): Add sh3_close hook and documentation.
709 * monitor.c (monitor_close): Export.
710 * monitor.h (monitor_close): Add prototype.
711
712 Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
713
714 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
715 * remote.c (remotetimeout): New GDB variable, use to set the
716 remote timeout for reading.
717
718 start-sanitize-gdbtk
719 Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
720
721 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
722 (update_listing): Use lassign. Use "see" to scroll. Don't need
723 screen_top, screen_bot, screen_height.
724 (update_assembly): Use "see" to scroll.
725 (textscrollproc): Removed.
726 (create_file_win): Don't use textscrollproc.
727 (asmscrollproc): Removed.
728 (create_asm_window): Don't use asmscrollproc.
729 (create_asm_win): Ditto.
730 (screen_height, screen_top, screen_bot): Removed.
731 (run_editor): New proc.
732 (build_framework): Use it.
733 (create_file_win, create_source_window): Don't use textscrollproc.
734 (create_breakpoints_window): Set -xscrollcommand on canvas.
735 (not_implemented_yet): Default button is 0.
736 (delete_char): Don't use tk_textBackspace.
737 (create_command_window): Allow Tk bindings to fire after deleting
738 character.
739 (create_command_window): Make Delete delete left, not right.
740 end-sanitize-gdbtk
741
742 Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cirdan.cygnus.com>
743
744 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
745 to get "struct core_fns" defined.
746 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
747 Are dependent upon gdbcore_h.
748
749 Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
750
751 * symfile.c (decrement_reading_symtab): New function.
752 * symfile.c, symtab.h (currently_reading_symtab): New variable.
753 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
754 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
755 currently_reading_symtab (since that could infinitely recurse).
756
757 Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
758
759 * stabsread.c (read_struct_type): Trivial simplification.
760
761 * stabsread.c (define-symbol): Use invisible references
762 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
763 * valops.c (call_function_by_hand): Likewise.
764 * eval.c (evaluate_subexp_standard): When known, use the formal
765 parameter type as the expected type when evaluating arg expressions.
766 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
767
768 start-sanitize-gdbtk
769 Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
770
771 * main.c (main): Disable window interface if --help or --version
772 specified.
773
774 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
775
776 Changes in sync with expect:
777 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
778 CY_AC_PATH_TK.
779 * aclocal.m4: Replaced with version from expect.
780 * configure: Regenerated.
781 end-sanitize-gdbtk
782
783 Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
784
785 * configure.in, configure: Recognize rs6000-*-aix4*.
786 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
787 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
788 * config/rs6000/xm-aix4.h: New file.
789 * config/xm-aix4.h: New file.
790
791 Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
792
793 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
794 * gdbserver/low-linux.c: New file.
795 * remote.c (remote_read_bytes): Fix aborts on larger packets.
796
797 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
798 Define.
799 * stabsread.c (define_symbol): If register value is too large,
800 tell what it is and what max is.
801
802 start-sanitize-gdbtk
803 Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
804
805 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
806 gdbtk_tcl_flush): Use "see", not "yview".
807 (gdbtk_tcl_query): Use questhead bitmap.
808 various: Always wrap condition of 'if' in {...}.
809 (add_breakpoint_frame): Set -value on radiobuttons.
810 (lassign): New proc.
811 (add_breakpoint_frame): Use lassign, not series of assignments.
812 (decr): Made faster.
813 (interactive_cmd): Use "see", not "yview".
814 (not_implemented_yet): Use warning bitmap.
815 (update_expr): Don't allow $expr to be evalled by Tcl.
816 (create_expr_window): Don't use "focus".
817 (delete_char, delete_line): Define globally.
818 (delete_line, delete_char, create_command_window, update_autocmd,
819 build_framework, create_asm_win, create_file_win): Use "see", not
820 "yview".
821 (create_copyright_window, center_window, bind_widget_after_class):
822 New procs.
823 (FSBox,create_command_window, create_autocmd_window): Binding
824 changes for Tk4.
825 (textscrollproc): Define globally.
826 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
827 Home, End, Up, and Down are all defined by Tk.
828 (apply_filespec): Use error bitmap in dialog.
829 (files_command): Don't use tk_listboxSingleSelect.
830 (files_command): Don't use "uniq" to remove duplicates from a
831 list.
832 (update_assembly): Use lassign.
833 (create_asm_win): Removed redundant bindings.
834 (listing_window_button_1, file_popup_menu): Use tk_popup.
835 (ButtonRelease-1 binding): Just remove tag from window; rest
836 handled by Tk.
837
838 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
839 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
840 (gdbtk_call_command): Ditto.
841 end-sanitize-gdbtk
842
843 Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
844
845 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
846 enum namespace -> enum_namespace change.
847
848 Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
849
850 * ch-exp.c (parse_primval): In case ARRAY, add missing
851 FORWARD_TOKEN ().
852
853 Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
854
855 * remote-mips.c (mips_receive_header): Recognize \012 instead
856 of \n, but write \n when program sends a \012.
857 * ser-mac.c (mac_input_buffer): Increase size of buffer.
858
859 Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
860
861 * infptrace.c (initialize_infptrace): Move function out of
862 #ifdef conditional; put code within the function inside an
863 #ifdef conditional.
864
865 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
866 arguments. Sorting is now dependent on OBJF_REORDERED. All
867 callers/references changed.
868 * dbxread.c (read_ofile_symtab): Correctly determine value for
869 last_source_start_addr for reordered executables.
870 (process_one_symbol): Handle N_FUN with no name as an end of
871 function marker.
872 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
873 is the high text address for a psymtab.
874 (case N_SO): Likewise.
875 (case N_FUN): Handle N_FUN with no name as an end of function
876 marker.
877 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
878 at the same address rather than a random subset of them.
879 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
880 * elfread.c (elf_symfile_init): Similarly.
881 * somread.c (som_symfile_init): Similarly.
882 * xcoffread.c (xcoff_symfile_init): Similarly.
883
884 Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
885
886 * stack.c (print_stack_frame print_frame_info) symmisc.c
887 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
888 that catch_errors doesn't get blindsided by QUIT and lose the
889 cleanup chain. This fixes a problem where ^C while in a
890 user-defined command sometimes leaves instream NULL and causes a
891 segfault in command_loop.
892
893 Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
894
895 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
896
897 Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
898
899 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
900 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
901 srec.o renamed to dsrec.o.
902
903 Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
904
905 * breakpoint.c (remove_breakpoint): Change error to warning so
906 that hardware watchpoint removal problems won't leave breakpoint
907 traps in the target.
908 start-sanitize-gdbtk
909 * configure configure.in: Make --enable-gdbtk be the default.
910 end-sanitize-gdbtk
911 * remote-e7000.c (e7000_insert_breakpoint,
912 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
913 breakpoints.
914 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
915 compensate for e7000 maladjustment.
916 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
917 which prevented hardware watchpoints from working.
918
919 Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cirdan.cygnus.com>
920
921 * infptrace.c (udot_info): New function.
922 (PT_*): Define each individually if that one is not defined.
923 * rs6000-nat.c (kernel_u_size): New function
924 Include <sys/user.h> for "struct user"
925 * alpha-nat.c (kernel_u_size): New function.
926 Include <sys/user.h> for "struct user"
927 * sparc-nat.c (kernel_u_size): New function.
928 Include <sys/user.h> for "struct user"
929 * i386b-nat.c (kernel_u_size): New function.
930 * i386v-nat.c (kernel_u_size): New function.
931 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
932 (kernel_u_size): Declare.
933 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
934 (kernel_u_size): Declare.
935 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
936 (kernel_u_size): Declare.
937 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
938 (kernel_u_size): Declare.
939 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
940 (kernel_u_size): Declare.
941
942 Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
943
944 * mdebugread.c (mylookup_symbol): enum namespace becomes
945 enum_namespace type.
946 * symfile.c (add_psymbol_to_list)
947 (add_psymbol_addr_to_list): Ditto.
948 * symtab.c (lookup_partial_symbol): Ditto.
949 (lookup_symbol): Ditto.
950 (lookup_block_symbol): Ditto.
951 * win32-nat.c (handle_load_dll): Use incoming dll base.
952 (child_wait): Catch DLL load errors.
953 (create_child_inferior): Translated between paths correctly.
954
955 Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
956
957 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
958 from NUM_REGS to get number of general registers that we care about.
959 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
960 of number of general regs and number of floating point regs.
961
962 Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
963
964 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
965 (SKIP_TRAMPOLINE_CODE): New.
966 * config/i386/xm-win32.h (CANT_FORK): Deleted.
967 (SLASH*) Changed to use unix style slash.
968 * symtab.h (namespace enum): becomes typedef to avoid namespace
969 collision in C++.
970 * infcmd.c (path_command): Use empty string if PATH name not set.
971 * i386-tdep.c (skip_trampoline_code): New function.
972 * srec.c: Renamed dsrec.c to avoid filename collision.
973 * Makefile.in: Cope with renaming.
974
975 Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
976
977 * symmisc.c (print_objfile_statistics): Print memory use statistics
978 for objfile psymbol, symbol, and type obstacks.
979
980 Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
981
982 * config/mips/nm-irix5.h: Restore.
983 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
984 from Lee Iverson <leei@ai.sri.com>.
985 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
986 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
987
988 For older changes see ChangeLog-95
989 \f
990 Local Variables:
991 mode: indented-text
992 left-margin: 8
993 fill-column: 74
994 version-control: never
995 End: