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