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