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