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