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