* configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
67c1413d
SS
1Thu Apr 4 19:04:18 1996 Stan Shebs <shebs@andros.cygnus.com>
2
72c9954b
SS
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
67c1413d
SS
21 * symfile.c (generic_load): Initialize data_count properly.
22
3e3ee48f
FF
23Thu 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
72158e71
SS
28Thu 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
761e98aa
SS
34Mon 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
251b8ab9
FF
39Mon 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
771f63d3
FF
44Sun 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
32b18604
SS
50Sun 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
07b77f5c
FF
58Sat 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
b52cac6b
FF
70Fri 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
078aeca4
DE
155Thu 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
75225aa2
FF
161Thu 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
fa3764e2
JL
167Wed 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
7e2ff10d
FF
177Tue 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
4cfb23a9
FF
183Sat 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
b9aa6215
FF
196Sat Mar 23 12:14:02 1996 Fred Fish <fnf@cygnus.com>
197
198 * ch-lang.c (evaluate_subexp_chill): Fix typo.
199
200Thu Mar 21 08:27:19 1996 Fred Fish <fnf@cygnus.com>
201
202 * Makefile.in (VERSION): Bump version to 4.15.3
203
18ea4416
ILT
204Thu 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
67718369
PS
213Tue 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
a466b86a
JL
218Tue 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
0ef22be9
FF
223Mon 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
31520669
FF
230Sat 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
bfcf3112 244Sat Mar 16 16:45:43 1996 Fred Fish <fnf@cygnus.com>
db210d08 245
bfcf3112 246 * config.h.in: New file.
db210d08
FF
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
bfcf3112
FF
251 (distclean): Remove config.h and stamp-h during distclean.
252 (config.h, stamp-h): New targets to remake config.h when necessary.
db210d08
FF
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.
d58ffc6c 255 * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
db210d08 256
d5fde1c9
FF
257Sat 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
3dedc867
FF
264Sat 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
f727efb5
C
269Fri 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
a404ea25
JL
274Thu 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
279Mon 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
1ef980b9
SC
297Mon 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
803a31a3
JL
307Mon 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
318Fri 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
4972c44e
ILT
332Fri 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
00dd4fd9
SS
339Thu 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
43ece84d
C
357Thu 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
5a367b09
JSC
362Thu Mar 7 15:18:51 1996 James G. Smith <jsmith@cygnus.co.uk>
363
364 * symfile.c (generic_load): Avoid division by zero.
365
653fed07
JL
366Wed 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.
27b6a1fa 370
00dd4fd9 371 From Peter Schauer:
27b6a1fa
JL
372 * breakpoint.c (internal_breakpoint_number): Move to file scope.
373 (create_solib_event_breakpoint): Use an internal breakpoint number.
374
bb901438
WM
375Wed 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
c105168f
WM
380Tue 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
d009ffd8
SS
400Tue Mar 5 18:54:04 1996 Stan Shebs <shebs@andros.cygnus.com>
401
b4692cbc
SS
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
d009ffd8
SS
407 * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here
408 instead of in config/m68k/xm-hp300hpux.h.
409
d554e554
C
410Tue 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
02e6e53d
PB
415Mon Mar 4 23:44:16 1996 Per Bothner <bothner@kalessin.cygnus.com>
416
8d67b75a
PB
417 * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT.
418 (value_concat): Handle varying strings (add COERCE_VARYING_ARRAY).
419
02e6e53d
PB
420 * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error
421 if "function" is pointer to non-function.
422
f935141e
SS
423Mon Mar 4 17:47:03 1996 Stan Shebs <shebs@andros.cygnus.com>
424
425 * top.c (print_gdb_version): Update copyright year.
426
11be829f
JL
427Mon Mar 4 14:44:54 1996 Jeffrey A Law (law@cygnus.com)
428
f935141e 429 From Peter Schauer:
11be829f
JL
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
4f005fea
JSC
436Sun 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
cf3c0938
SS
441Wed 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
8fe2b2c5
FF
447Wed 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
a4f39c06
JL
452Wed 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
457Tue 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
8fa6fcf8
SS
465Sun 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
a97a483c
PS
474Sat 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
b5eccf74
SG
483Fri 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
b7f3b6d5
C
491Thu 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
6a6a552a
FF
499Wed 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
13f6c7ea
JL
504Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
505
506 * solib.c (solib_create_inferior_hook): Fix thinko.
507
464c6c5f
JL
508Tue 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
45c5fa78
FF
520Tue 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
48d27324
C
530Tue Feb 20 17:32:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
531
eb224848
C
532 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
533
48d27324
C
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
95f6f926
SG
544Tue 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
cb91ea56
C
549Mon 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
9263da6f
JL
554Mon 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
0708e99f
FF
568Mon 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
08dc1eeb
PS
575Sun 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
1d6afd7f
SG
582Sun 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
0708e99f 587Sat Feb 17 16:33:11 1996 Fred Fish <fnf@cygnus.com>
176b2bee
FF
588
589 * Makefile.in (ch-exp.o): Add dependencies.
590 (various): Add gdb_string.h to dependencies that need it.
591
dcb6a7c0
FF
592Sat 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
aa220473
SG
597Thu 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
2ad5709f
FF
650Fri 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
4a1d2ce2
FF
699Fri 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
81afee37
FF
705Thu 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
14b22711
FF
717Thu 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
884fb64c
SS
722Thu 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
f1d39876
FF
728Tue 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
733Mon Feb 12 15:59:31 1996 Doug Evans <dje@charmed.cygnus.com>
734
735 * configure.in (sparclet-*-aout*): New config.
736 * configure: Regenerated.
737
c37c7c6c
FF
738Mon 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
6405302d
FF
747Mon 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
ff7116e2
SG
760Wed 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
b0ee0cf2
FF
766Wed 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
ec49fc98
PB
772Tue 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
778Tue 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
f0b0d915
TT
783start-sanitize-gdbtk
784Tue 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
795end-sanitize-gdbtk
263af172
SC
796Mon 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
fc71ad23 802Mon Feb 5 09:51:55 1996 Tom Tromey <tromey@creche.cygnus.com>
8bdae156 803
fc71ad23
TT
804 * language.c (set_language_command): Use languages table when
805 printing available languages.
806
807Sat 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.
8bdae156 815
255181a9
PS
816Sat 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
454ffae5
SC
829Fri Feb 2 13:40:50 1996 Steve Chamberlain <sac@slash.cygnus.com>
830
831 * win32-nat.c (mappings): Add ppc registers.
9a763320 832 (child_resume): Turn off step for ppc.
454ffae5 833
3d78f532
SC
834Thu 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
4ad70253
JL
845Thu 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
0db5a6fe
FF
849Wed Jan 31 19:01:28 1996 Fred Fish <fnf@cygnus.com>
850
851 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
852
28bc5ef7
SS
853Wed Jan 31 18:36:27 1996 Stan Shebs <shebs@andros.cygnus.com>
854
97abaf19
SS
855 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
856
28bc5ef7
SS
857 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
858
97abaf19
SS
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
28bc5ef7
SS
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.
28bc5ef7 873
17280c3f
JL
874Wed 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
44e9f3b3
FF
881Wed 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
ad1e42be
FF
887Tue 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
d3ba76fc
FF
894Tue 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
f6ade5dd
FF
900Mon 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
cdea3fd3
SS
905Mon 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
d221b17e
WM
909Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
910
cdea3fd3
SS
911 * ch-valprint.c (calculate_array_length): New function to
912 determine the length of an array type.
d221b17e
WM
913 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
914 array type is zero, call calculate_array_length.
915
cdea3fd3
SS
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.
d221b17e 919
fa9f5840
FF
920Sun 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
4708ac65
FF
926Sat 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.
cdea3fd3
SS
947 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
948 defined.
4708ac65 949
a77bf669
SS
950Fri 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
956Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
957
958 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
959
a4b4479a
SC
960Thu 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
4133a76e
JL
966Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
967
968 * infrun.c (normal_stop): Fix test for shared library event.
969
146ee7db
DE
970Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
971
972 * configure.in (sparc64-*-*): Add default host configuration.
973start-sanitize-gdbtk
974 (sparc64-*-solaris2* host): Link statically if GCC used.
975end-sanitize-gdbtk
976 (sparc64-*-solaris2*): Add target configuration.
b23b4cb5 977 * configure: Regenerated.
146ee7db
DE
978 * sparc/sp64sol2.mt: New file.
979
76336191
DE
980Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
981
982 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
983
1a57cd09
TT
984Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
985
986 * Makefile.in (lint): Close backquotes.
987
988start-sanitize-gdbtk
989Wed 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
997end-sanitize-gdbtk
e8f1ad9a
FF
998Wed 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
c6038971
PB
1030Tue 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
5a8d8b8d
SS
1036Tue 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
ec5f347c
PB
1042Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
1043
9293e886
PB
1044 * ch-exp.c (parse_tuple): Error if invalid mode.
1045
533bda77
PB
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
ec5f347c
PB
1057 * language.c (lang_bool_type): Add Fortran support.
1058 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
1059
87273c71
JL
1060Tue 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.
a77bf669 1078 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
87273c71
JL
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
fc941258
DE
1087Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
1088
5a8d8b8d
SS
1089 * printcmd.c (print_insn): Pass fprintf_unfiltered to
1090 INIT_DISASSEMBLE_INFO.
1091start-sanitize-gdbtk
1092 * gdbtk.c (gdb_disassemble): Likewise.
1093end-sanitize-gdbtk
fc941258 1094
b3fd4c06
SS
1095Mon 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
d2f5fa49
DE
1102Mon 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
8c038399
FF
1106Fri 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
a0d76829
JL
1114Fri 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
b6768627
SS
1119Wed 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
090d784a
JSC
1125Tue 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
4e327047
TT
1137Tue 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).
1141start-sanitize-gm
1142 * configure.in (enable-gm): magic.o -> gmagic.o.
1143end-sanitize-gm
1144
1145start-sanitize-gdbtk
1146Mon 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.
1155end-sanitize-gdbtk
1156
1aac3d3c
JL
1157Fri 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
c84e5000
SC
1162Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
1163
1164 * dsrec.c (load_srec): Remove unused variable.
1ef980b9 1165 * monitor.c (monitor_expect): Don't expect a ^C to echo.
c84e5000
SC
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
2c441e7f
SS
1176Fri 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
4e327047
TT
1182start-sanitize-gdbtk
1183Fri 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.
1204end-sanitize-gdbtk
1205
3730a0ed
FF
1206Fri 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):
2c441e7f 1211 Are dependent upon gdbcore_h.
3730a0ed 1212
7ef89313
PB
1213Thu 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
1c486a2b
PB
1221Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
1222
34cfa2da
PB
1223 * stabsread.c (read_struct_type): Trivial simplification.
1224
1c486a2b
PB
1225 * stabsread.c (define-symbol): Use invisible references
1226 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
34cfa2da 1227 * valops.c (call_function_by_hand): Likewise.
1c486a2b
PB
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
4e327047
TT
1232start-sanitize-gdbtk
1233Thu 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.
1245end-sanitize-gdbtk
a1df8e78 1246
a1956677
BK
1247Wed 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
3730a0ed 1255Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
0d14c7df
FF
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
4e327047
TT
1266start-sanitize-gdbtk
1267Wed 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.
1305end-sanitize-gdbtk
1306
60d5a517
JL
1307Tue 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
d1f5c804
WM
1312Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
1313
2c441e7f
SS
1314 * ch-exp.c (parse_primval): In case ARRAY, add missing
1315 FORWARD_TOKEN ().
d1f5c804 1316
1f233758
SS
1317Mon 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
ed3b618d
JL
1323Mon 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.
436d4143
JL
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
5351b2a0
SG
1348Fri 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
127841e4
BK
1357Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1358
1359 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
1360
6b4fe21d
SC
1361Fri 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
0fe1522a
SG
1367Thu 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.
d039321c 1372start-sanitize-gdbtk
0fe1522a 1373 * configure configure.in: Make --enable-gdbtk be the default.
d039321c 1374end-sanitize-gdbtk
0fe1522a
SG
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
7531f36e
FF
1383Thu 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.
7531f36e
FF
1387 * rs6000-nat.c (kernel_u_size): New function
1388 Include <sys/user.h> for "struct user"
7531f36e
FF
1389 * alpha-nat.c (kernel_u_size): New function.
1390 Include <sys/user.h> for "struct user"
7531f36e
FF
1391 * sparc-nat.c (kernel_u_size): New function.
1392 Include <sys/user.h> for "struct user"
7531f36e 1393 * i386b-nat.c (kernel_u_size): New function.
7531f36e 1394 * i386v-nat.c (kernel_u_size): New function.
7531f36e
FF
1395 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
1396 (kernel_u_size): Declare.
7531f36e
FF
1397 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
1398 (kernel_u_size): Declare.
7531f36e
FF
1399 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
1400 (kernel_u_size): Declare.
7531f36e
FF
1401 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
1402 (kernel_u_size): Declare.
7531f36e
FF
1403 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
1404 (kernel_u_size): Declare.
7531f36e 1405
1750a5ef
SC
1406Thu 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
e33aefba
FF
1419Wed 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.
e33aefba
FF
1423 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
1424 of number of general regs and number of floating point regs.
e33aefba 1425
e02a2ad9
SC
1426Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
1427
a3b64bf9
SC
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.
e02a2ad9
SC
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.
e02a2ad9 1438
ef4d6187 1439Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
5eccb7dc 1440
ef4d6187
FF
1441 * symmisc.c (print_objfile_statistics): Print memory use statistics
1442 for objfile psymbol, symbol, and type obstacks.
5eccb7dc 1443
ef4d6187 1444Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
3dcd429f 1445
ef4d6187
FF
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.
3dcd429f 1451
ef4d6187 1452For older changes see ChangeLog-95
bd5635a1
RP
1453\f
1454Local Variables:
1455mode: indented-text
1456left-margin: 8
1457fill-column: 74
1458version-control: never
1459End:
This page took 0.38889 seconds and 4 git commands to generate.