* mn10300-tdep.c (mn10300_analyze_prologue): Undo previous fix
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5ef103c0
MA
1Mon Jul 27 15:38:07 1998 Mark Alexander <marka@cygnus.com>
2
3 * mn10300-tdep.c (mn10300_analyze_prologue): Undo previous fix
4 for setting frame address in optimized code; made unnecessary
5 by compiler fixes.
6
55d3002f
MH
7Mon Jul 27 10:45:56 1998 Martin M. Hunt <hunt@cygnus.com>
8
9 * symtab.c (decode_line_1): For minimal symbol, call
10 find_pc_sect_line() to make sure the line number gets set
11 properly.
12 (print_symbol_info): Redeclare function void.
13
2926766b
JM
141998-07-27 Jason Molenda (jsm@bugshack.cygnus.com)
15
16 * config/d10v/tm-d10v.h (REGISTER_NAMES): sp -> r15. The
17 stack pointer et al are synthesized from the SP_REGNUM (etc)
18 defines and should not be mentioned in REGISTER_NAMES.
19
b5b59a3c
JL
20start-sanitize-am33
21Mon Jul 27 08:54:41 1998 Jeffrey A Law (law@cygnus.com)
22
23 * mn10300-tdep.c (mn10300_frame_chain): Account for space saved
24 by am33 register saves.
25 (mn10300_frame_saved_pc): Similarly.
26
27end-sanitize-am33
8d6476c7
MS
28Fri Jul 24 14:41:19 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
29
30 * tracepoint.c (encode_actions): Treat register names and simple
31 variable names as special cases and don't convert them to byte-
32 codes: these things can be collected far more efficiently
33 without invoking the bytecode interpreter.
34
bd06c4e4
MA
35Fri Jul 24 13:32:46 1998 Mark Alexander <marka@cygnus.com>
36
37 * config/i386/tm-i386.h (STORE_STRUCT_RETURN): Make it
38 work on hosts of any endianness.
4448ace2 39 * config/i386/tm-i386v.h: Ditto.
bd06c4e4 40
52e4073c
MA
41Fri Jul 24 07:41:12 1998 Mark Alexander <marka@cygnus.com>
42
43 * mn10300-tdep.c (set_movm_offsets): New helper function
44 for mn10300_analyze_prologue.
45 (mn10300_analyze_prologue): Simplify by factoring out common code.
46 Fix bugs in setting frame address for optimized code.
47 Use read_memory_nobpt instead of target_read_memory.
48
f32fa053
MS
49Thu Jul 23 17:01:17 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
50
51 * tracepoint.c (collect_symbol): handle LOC_ARG case.
52
79dc9305
DP
53Thu Jul 23 15:07:40 1998 Dawn Perchik <dawn@cygnus.com>
54
55 * sparc-tdep.c (sparc_init_extra_frame_info): Recognize when we're
56 in a function prologue before the SAVE instruction.
57 (sparc_frame_saved_pc): Ditto.
58 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Add in_prologue flag.
59
dd473edc
DP
60Thu Jul 23 14:58:09 1998 Dawn Perchik <dawn@cygnus.com>
61
62 * i386-tdep.c (i386_get_frame_setup): Recognize function
63 prologues in code compiled with -fcheck-stack.
64
2474bfd7
DP
65Thu Jul 23 14:49:27 1998 Dawn Perchik <dawn@cygnus.com>
66
67 * remote-mips.c (remote_mips_insert_hw_breakpoint,
68 remote_mips_remove_hw_breakpoint): New functions for hardware
69 breakpoints on LSI targets.
70 * config/mips/tm-embed.h (target_remove_hw_breakpoint,
71 target_insert_hw_breakpoint): Define to call
72 remote_mips_insert_hw_breakpoint and remote_mips_remove_hw_breakpoint,
73 respectively.
74
f07122bc
IC
75start-sanitize-sky
76Thu Jul 23 13:00:28 1998 Ian Carmichael <iancarm@cygnus.com>
77
78 * txvu-tdep.c: (VU0_MEM0_WINDOW_START, VU1_MEM0_WINDOW_START)
79 Changed to use addresses in kseg1 range.
80
81end-sanitize-sky
821998-07-21 Fernando Nasser <fnasser@totem.to.cygnus.com>
83
84 * source.c (print_source_lines): Print "No such file or directory"
85 just once.
86 (directory_command): same as above; resets if user issues dir.
87
4d14b252
MH
88Sun Jul 19 02:11:45 1998 Martin M. Hunt <hunt@cygnus.com>
89
90 * symtab.c (decode_line_2): Instead of printing a prompt
91 and calling command_line_input() without a prompt, just
92 call it with the proper args. This makes the GUI work too.
93
36297ff3
RU
94Fri Jul 17 9:26:50 1998 Ron Unrau <runrau@cygnus.com>
95
96 * blockframe.c (find_pc_sect_partial_function): allow for the possi-
97 bility of multiple symbols at the same address when finding high.
98 * breakpoint.c (resolve_sal_pc): if the function based section lookup
99 fails, try getting the section from the minimal symbol table.
100 * parse.c (write_exp_msymbol): use symbol_overlayed_address to get
101 the LMA of a minimal symbol if unmapped.
102 * symtab.c (find_line_symtab): change interface to return symtab
103 containing the best linetable found.
104 (decode_line_1): use find_line_symtab to set val.symtab. This should
105 improve support for source files with multiple symtabs.
106start-sanitize-sky
107 * tm-txvu.h: include tm-mips64.h instead of starting from scratch.
108end-sanitize-sky
109
895cc8ab
KS
110Wed Jul 15 11:51:33 1998 Keith Seitz <keiths@cygnus.com>
111
112 * main.c (main): Fix violations of GNU coding standard.
113
114 * breakpoint.c: Export delete_command.
115
116 * infcmd.c: Export continue_command, stepi_command, and nexti_command.
117
118 * Makefile.in: Add target for v850ice.o.
119
120 * configure.tgt: Add cygwin32 dependencies for v850 ice.
121
e1f1ed1a
NC
122Wed Jul 15 10:58:29 1998 Nick Clifton <nickc@cygnus.com>
123
124 * tracepoint.c (set_raw_tracepoint): Cope with symbols that do not
125 have an associated directory.
126
127Mon Jul 13 15:21:04 1998 Mark Alexander <marka@cygnus.com>
128
129 * utils.c (puts_debug): Display non-printable characters in hex
130 instead of octal.
131
f05bd277
JL
132Thu Jul 9 16:16:47 1998 Jeffrey A Law (law@cygnus.com)
133
134 * mn10300-tdep.c (mn10300_generic_register_names): New variable.
135 (set_machine_hook): New function. Copy the appropriate register
136 names into reg_names.
137 (_initialize_mn10300_tdep): Set up to call set_machine_hook.
138 * tm-mn10300 (NUM_REGS): Bump to 32.
139 (REGISTER_NAMES): Updated accordingly.
140
141start-sanitize-am33
142 * mn10300-tdep.c (am33_register_names): New variable.
143 (mn10300_analyze_prologue): Handle regs saved by am33 prologues.
144 * tm-mn10300.h (E0_REGNUM): Define.
145end-sanitize-am33
146
89f015d7
RU
147Tue Jul 7 7:40:13 1998 Ron Unrau <runrau@cygnus.com>
148
149 * symtab.c (find_pc_sect_psymbol): allow case where textlow is 0
150
8d3c21b3
FCE
151Thu Jul 2 15:57:58 1998 Frank Ch. Eigler <fche@cygnus.com>
152
153 * breakpoint.c (resolve_sal_pc): Accept absence of innermost
154 Lexical block for breakpoint resolution.
155
3acd0db5
DP
156Thu Jul 2 10:22:00 1998 Dawn Perchik <dawn@cygnus.com>
157
158 * mdebugread.c (parse_partial_symbols): Go ahead and read the .mdebug
159 section, but just don't add a 2nd minimal symbol if this is an .mdebug
160 section in an ELF file.
161
40d8aa2c
JB
1621998-07-01 Jim Blandy <jimb@zwingli.cygnus.com>
163
164 * Makefile.in (ax-general.o): Depend on $(defs_h) too.
165 (ax_h): Bother to define this.
166
d40d5880
JM
167Mon Jun 29 19:01:18 1998 Jim Wilson <wilson@cygnus.com>
168
169 * gnu-regex.c (re_comp): Add cast to char * before gettext calls.
170
655a27b0
PS
171Sun Jun 28 11:35:48 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
172
173 Improve support for SunPro F77.
174 * dbxread.c (end_psymtab, process_one_symbol): Handle minimal
175 symbols with trailing underscore names.
176 * minsyms.c (find_stab_function_addr): Ditto.
177 * dbxread.c (process_one_symbol): Ignore N_ALIAS for now.
178 * partial-stab.h (case N_ALIAS): Ditto.
179 * stabsread.c (read_sun_builtin_type): Handle boolean types.
180
7f6cb62e
KS
181Fri Jun 26 14:03:01 1998 Keith Seitz <keiths@cygnus.com>
182
183 * symtab.h (enum namespace): Add new namespaces FUNCTIONS_NAMESPACE,
184 TYPES_NAMESPACE, METHODS_NAMESPACE, and VARIABLES_NAMESPACE used by
185 new search_symbols.
186 Add prototype for search_symbols and free_search_symbols.
187
188 * symtab.c (list_symbols): Rewrite to use new search_symbols.
189 (file_matches): New helper function for search_symbols.
190 (free_search_symbols): New function which frees data returned from
191 search_symbols.
192 (print_symbol_info): New helper function which prints info about a
193 matched symbol to stdout. Extracted from old list_symbols.
194 (print_msymbol_info): New helper function which prints info about
195 a matched msymbol to stdout. Extracted from old list_symbols.
196 (symtab_symbol_info): Extracted from old list_symbols.
197 (variables_info): Use symtab_symbol_info.
198 (functions_info): Use symtab_symbol_info.
199 (types_info): Use symtab_symbol_info.
200 (rbreak_command): Rewrite to use new search_symbols.
201
d3f153ad
FCE
202Thu Jun 25 22:38:32 1998 Frank Ch. Eigler <fche@cygnus.com>
203
204 * mips-tdep.c (mips_push_arguments): Use 128-bit stack frame
205 alignment for inferior calls.
206
9d4cd1e8
MA
207Wed Jun 24 23:17:12 1998 Mark Alexander <marka@cygnus.com>
208
209 * mn10200-tdep.c (mn10200_analyze_prologue): Fix calculation
210 of jsr target address.
211
2f75adc0
MA
212Tue Jun 23 19:37:46 1998 Mark Alexander <marka@cygnus.com>
213
214 * config/mn10200/tm-mn10200.h (SAVED_PC_AFTER_CALL): Don't
215 zero upper byte of address.
216
75621b2b
MS
217Tue Jun 23 17:32:26 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
218
219 * rs6000-tdep.c (pop_dummy_frame): use memcpy.
220 (push_arguments): use memset.
221 (various other places): fix up indentation and long lines.
222
59bbabf5
JM
223Tue Jun 23 11:58:35 1998 Jason Molenda (crash@bugshack.cygnus.com)
224
225 * configure.in: s/lXext/-lXext/ for Jillian's change.
226
a00dfa36
MS
227Tue Jun 23 11:14:04 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
228
d32d4319
MS
229 * source.c (find_source_lines): fix indentation.
230
a00dfa36
MS
231 * config/mips/tm-irix5.h: Modify to work better on irix 6, by
232 making FP registers 8 bytes instead of 4.
233 REGISTER_BYTES: redefine. REGISTER_BYTE(): redefine.
234 REGISTER_VIRTUAL_TYPE: redefine. MIPS_LAST_ARG_REGNUM: redefine.
235 * irix5-nat.c (fetch_core_registers): read 8 bytes per FP register.
236 * mips-tdep.c (FP_REGISTER_DOUBLE): new macro to distinguish
237 targets with 8-byte FP registers (don't use TARGET_MIPS64).
238 (STACK_ARGSIZE): new macro, how much space is taken up on the
239 stack for each function argument (don't use TARGET_MIPS64).
240 (mips_push_arguments): modify logic to work better on Irix 6
241 (n32 ABI).
242
f915cc91
JY
243Tue Jun 23 12:29:53 1998 Jillian Ye <jillian@cygnus.com>
244
245 * configure.in: Add -lXext to mips_extra_libs
59bbabf5 246 * configure: Regenerated.
f915cc91
JY
247
248Sun Jun 21 09:31:12 1998 Ron Unrau (runrau@cygnus.com)
249
250 * symtab.c (find_line_pc): assumed that a PC of 0 is illegal.
251 Changed to pass PC as arg and return 1 if valid (0 otherwise).
252 symtab.h: change prototype to match
253 symtab.c (find_line_pc_range): use new interface
254 breakpoint.c (resolve_sal_pc): ditto
255 gdbtk.c (gdb_set_bp): ditto
256
257Wed Jun 17 15:50:00 1998 Ron Unrau (runrau@cygnus.com)
258
259 * parse.c (target_map_name_to_register): Check target specific
260 aliases *first* so that it can over-ride architectural names
261
959941e7
SZ
262Wed Jun 17 17:13:38 1998 Said Ziouani (saidz@park-street.cygnus.com)
263
264 * remote-sds.c (sds_start_remote): Fix printf call.
265
40fad493
MA
266Tue Jun 16 16:32:08 1998 Mark Alexander <marka@cygnus.com>
267
268 * mn10200-tdep.c (mn10200_analyze_prologue): Fix null pointer
269 crash when in "start".
270
ec076280
RU
271Tue Jun 16 14:38:40 1998 Ron Unrau (runrau@cygnus.com)
272
273 * dbxread.c: reset function_start_offset after a finishing N_FUN
274 is seen.
275 * remote-sim.c: allow TARGET_REDEFINE_DEFAULT_OPS to override
276 target vectors as needed.
277
c4faac32
RU
278Sun Jun 14 08:46:25 1998 Ron Unrau (runrau@cygnus.com)
279
280 * partial-stab.h: 'F' and 'f' type N_FUN psymbols should pass
281 CUR_SYMBOL_VALUE as CORE_ADDR instead of long
282 * buildsym.[ch]: export pending_blocks list
283
47963370
DP
284Sat Jun 13 13:02:32 1998 Dawn Perchik (dawn@cygnus.com)
285
286 * remote.c : Fix remote help string to match that of help.exp.
287
15125484
JM
288Fri Jun 12 14:22:55 1998 Jason Molenda (crash@bugshack.cygnus.com)
289
290 * configure.in (LIBS): Add -lw to the list of libraries if needed.
291
292Thu Jun 11 15:05:10 1998 Jason Molenda (crash@bugshack.cygnus.com)
293
294 * btowc.c: Removed.
295 * configure.in: Don't see if we need to replace btowc().
296 * Makefile.in: Don't include LIBOBJS.
297 * configure: Regenerated.
298 * gnu-regex.c (regex_compile): Only support i18n [:foo:] if
299 we have btowc().
300
f6d23b6f
SG
301Wed Jun 10 15:39:14 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
302
303 * c-exp.y: Fix problems with parsing "'foo.bar'::func". Some languages
304 allow symbols with dots.
305
306 * gdbtypes.c (check_stub_method): Cosmetic. Use more descriptive
307 names for parameters.
308
309start-sanitize-java
310 * jv-exp.y: Parser now accepts primitive types.
311 * (parse_number): Use correct ifdef for scanf long double support.
312 * jv-lang.c (java_array_type): Initial cut at array support.
313
314end-sanitize-java
315 * language.c language.h (set_language): Now returns previous language.
316
317 * symtab.c (find_methods): Make static. Cosmetic changes, including
318 indentation, and adding descriptive comments. Move local variable defs
319 into the block they are used in.
320 * Don't call check_stub_method any more. Use gdb_mangle_name to
321 generate the full method name. find_method doesn't need all the other
322 goobldegook that check_stub_method does.
323 * (gdb_mangle_name): Use more descriptive names for parameters. Fix
324 comment.
325start-sanitize-java
326 * (lookup_partial_symbol lookup_block_symbol): Check for java to
327 ensure we can find mangled names.
328end-sanitize-java
329 * (decode_line_1): Move local variable defs into the block they are
330 used in. (Improves code readability.)
331
7924771e
FCE
332Wed Jun 10 18:04:35 1998 Frank Ch. Eigler <fche@cygnus.com>
333
334 * gdbtypes.c (get_discrete_bounds): Assign unsigned type flag for
335 all-positive enum.
336 (create_set_type): Ditto for all-positive set values.
337 * values.c (unpack_field_as_long): Check for typedef in struct
338 field unpacking.
339
9ed669cf
JM
340Wed Jun 10 14:06:05 1998 Jason Molenda (crash@bugshack.cygnus.com)
341
342 * configure.in: Add some tests for gnu-regex.c's benefit.
343 See if btowc() function is provided in C library.
344 * configure, config.in: Regenerated.
345 * Makefile.in (CLIBS, CDEPS): Add @LIBOBJS@ to build btowc.c
346 if necessary.
347 * btowc.c: New file.
348
349 * gnu-regex.c: Reorder wchar.h and wctype.h includes for Solaris'
350 benefit.
351 Drop namespace preserving defines for now.
352
a4122443
JM
353Wed Jun 10 11:53:42 1998 Jason Molenda (crash@bugshack.cygnus.com)
354
355 * gnu-regex.c: Include "gnu-regex.h", not "regex.h".
356
9408296b
JM
357Wed Jun 10 11:34:07 1998 Jason Molenda (crash@bugshack.cygnus.com)
358
359 * gnu-regex.c, gnu-regex.h: Change LGPL license to GPL license
360 to stay consistent with the rest of GDB.
361
9f85ab1a
JM
362Wed Jun 10 11:27:39 1998 Jason Molenda (crash@bugshack.cygnus.com)
363
364 * gnu-regex.c, gnu-regex.h: Update to current FSF (glibc) versions.
365
f7065e88
MS
366Wed Jun 10 10:58:18 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
367
9f85ab1a 368 * printcmd.c (disassemble_command): move overlay mapping code
f7065e88
MS
369 "up" into find_pc_partial_function.
370 * blockframe.c (find_pc_partial_function): adjust start address
371 and end address for overlays (mapped vs. unmapped addresses),
372 so that all callers of this function may benefit.
373 * m32r-tdep.c (m32r_skip_prologue): adjust indentation.
374
a2266bed
RU
375Mon Jun 8 16:08:10 1998 Ron Unrau <runrau@cygnus.com>
376
377 * objfiles.c (add_to_objfile_sections): All targets to define
378 TARGET_KEEP_SECTION to permit them to retain bfd sections that
379 GDB would otherwise have discarded.
380
705b12df
DE
381Fri Jun 5 13:56:19 1998 Doug Evans <devans@canuck.cygnus.com>
382
383 * dbxread.c (read_dbx_symtab): Don't lower texthigh for last psymtab.
384
0e05ecee
SS
385Thu Jun 4 18:35:04 1998 Stan Shebs <shebs@andros.cygnus.com>
386
387 * remote.c (init_extended_remote_ops): Make extended_remote_ops
388 by copying from remote_ops, move it and init_remote_ops to
389 usual place at end of file, remove "void" from arg lists.
390
ce56660d
MA
391Thu Jun 4 17:51:06 1998 Mark Alexander <marka@cygnus.com>
392
393 * sparc-tdep.c (sparc_fix_call_dummy): Byte-swap the call dummy
394 on bi-endian machines.
395 (sparc_extract_return_value): Handle values smaller than int on
396 machines with little-endian data.
397 (sparc_target_architecture_hook): Set bi_endian flag.
398
d6b6757b
MS
399Thu Jun 4 12:14:48 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
400
401 * printcmd.c (disassemble_command): Fix off-by-one error for
402 disassembling functions in unmapped overlay sections.
403
ecc6e842
EZ
404Thu Jun 4 10:15:03 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
405
406 * remote.c: merged.
407
408 - Jim Blandy <jimb@zwingli.cygnus.com>
409 (print_packet, remote_packet_command): New functions.
410 (_initialize_remote): Register the remote-packet command.
411 - David Taylor <taylor@texas.cygnus.com>
412 (_initialize_remote): remote-compare is now
413 compare-sections.
414 - Elena Zannoni <ezannoni@kwikemart.cygnus.com>
415 (remote_compare_command): added warning, issued in case
416 of mismatch only.
417
b85cf6ae
MS
418Thu Jun 4 08:25:38 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
419
420 * remote.c (remote_compare_command): New function, new command.
421 Compare object file binary image with corresponding memory on
422 remote target. Report differences.
423
cda8a2bb
MA
424Tue Jun 2 19:05:04 1998 Mark Alexander <marka@cygnus.com>
425
426 * sparc-tdep.c (sparc_target_architecture_hook): Set target
427 byte order only when it's selectable.
428
33c65ba3
MA
429Tue Jun 2 02:01:56 1998 Mark Alexander <marka@cygnus.com>
430
431 * sparc-tdep.c (sparc_target_architecture_hook): New function to
432 set endianness based on machine type.
433 (_initialize_sparc_tdep): Initialize target_architecture_hook.
434 (sparc_print_register_hook): Print PSR and FPSR in fancy format
435 on 32-bit machines.
436 * config/sparc/tm-sparc.h (PRINT_REGISTER_HOOK): Redefine to
437 call sparc_print_register_hook instead of using inline code.
438 * config/sparc/tm-sp64.h (PRINT_REGISTER_HOOK): Remove.
439
47792960
KS
440Thu May 28 17:19:14 1998 Keith Seitz <keiths@cygnus.com>
441
442 * main.c (main): Check for NULL from getenv on CYGWIN32.
443
444Thu May 28 09:41:44 1998 Nick Clifton <nickc@cygnus.com>
445
446 * monitor.c (monitor_vsprintf): Handle %%. Patch courtesy of
447 Felix Lee (flee@cygnus.com)
448
f893ebe3
PS
449Thu May 28 00:27:35 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
450
451 * mips-tdep.c (mips_push_dummy_frame): Fix calculation of
452 PROC_REG_OFFSET and PROC_FREG_OFFSET.
453
ea45efcf
AC
454Mon Apr 27 14:37:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
455
456 * config/v850/tm-v850.h (REGISTER_BYTE): FP_REGNUM and
457 FP_RAW_REGNUM use the same register location.
458
459 * v850-tdep.c (v850_scan_prologue): Use FP_RAW_REGNUM instead of
460 FP_REGNUM.
461 (v850_frame_chain): Ditto.
462
463 * config/v850/tm-v850.h (REGISTER_NAMES): Add "fp".
464 (NUM_REGS): Update.
465 (FP_REGNUM): Update.
466 (FP_RAW_REGNUM): Define.
467
f893ebe3
PS
468Wed May 27 14:22:31 1998 Keith Seitz <keiths@cygnus.com>
469
470 * main.c (main): Convert the path returned from getenv to a posix
471 path on cygwin32 hosts.
472
6ac0c55d
KS
473Mon May 25 13:31:27 1998 Keith Seitz <keiths@cygnus.com>
474
822730df
JM
475 * remote.c (remote_open_1): If an error occurs starting the remote,
476 pop the target AND return.
6ac0c55d 477
be5f18e1
PS
478Sat May 23 02:23:09 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
479
480 * dwarf2read.c (read_subroutine_type): Set TYPE_FLAG_PROTOTYPED
481 on C++ functions.
482 * valops.c (value_arg_coerce): Add new argument to indicate whether
483 the function has a prototype, handle integer and float promotions
484 accordingly.
485 (call_function_by_hand): Always call value_arg_coerce, pass down
486 prototype information.
487
3ff4b4c6
JM
488Fri May 22 10:56:36 1998 John Metzler <jmetzler@cygnus.com>
489
490 * remote.c (_initialize_remote): Typo extended__remote
491
c719b714 492Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
b0cf9ee2 493
c719b714 494 * gnu-nat.c (init_gnu_ops): Initialization of target ops by assignment.
b0cf9ee2
JM
495 (_initialize_gnu_nat): Call new init
496 * mac-nat.c (init_child_ops): Ditto.
497 (_initialize_mac_nat): Ditto.
498 * monitor.c (init_base_monitor_ops): Ditto.
499 (_initialize_remote_monitors): Ditto.
500 * ppc-bdm.c (init_bdm_ppc_ops): Ditto.
501 (_initialize_bdm_ppc): Ditto.
502 * remote-adapt.c (init_adapt_ops): Ditto.
503 (_initialize_remote_adapt): Ditto.
504 * remote-array.c (init_array_ops): Ditto.
505 (_initialize_array): Ditto.
506 * remote-bug (init_bug_ops): Ditto.
507 (_initialize_remote_bug): Ditto.
508 * remote-e7000.c (init_e7000_ops): Ditto.
509 (_initialize_remote_e7000): Ditto.
510 * remote-eb.c (init_eb_ops): Ditto.
511 (_initialize_remote_eb): Ditto.
512 * remote-es.c (init_es1800_ops): Ditto.
513 (init_es1800_child_ops): Ditto.
514 (_initialize_es1800): Ditto.
515 * remote-hms.c (init_hms_ops): Ditto.
516 (_initialize_remote_hms): Ditto.
517 * remote-mm.c (init_mm_ops): Ditto.
518 (_initialize_remote_mm): Ditto.
519 * remote-nindy.c (init_nindy_ops): Ditto.
520 (_initialize_nindy): Ditto.
521 * remote_nrom.c (init_nrom_ops): Ditto.
522 (_initialize_remote_nrom): Ditto.
523 * remote-os9k (init_rombug_ops): Ditto.
524 (_initialize_remote_os9k): Ditto.
525 * remote-rdi.c (init_rdi_ops): Ditto.
526 (_initialize_remote_rdi): Ditto.
527 * remote-rdp.c (init_remote_rdp_ops): Ditto.
528 (_initialize_remote_rdp): Ditto.
529 * remote-sds.c (init_sds_ops): Ditto.
530 (_initialize_remote_sds): Ditto.
531 * remote-sim.c (init_gdbsim_ops): Ditto.
532 (_initialize_remote_sim): Ditto.
533 * remote-st.c (init_st2000_ops): Ditto.
534 (_initialize_remote_st2000): Ditto.
535 * remote-udi.c (init_udi_ops): Ditto.
536 (_initialize_remote_udi): Ditto.
537 * remote-vx.c (init_vx_ops): Ditto.
538 (init_vx_run_ops): Ditto.
539 (_initialize_vx): Ditto.
540 * remote.c (init_remote_ops): Ditto.
541 (init_extended_remote_ops): Ditto.
542 (_initialize_remote): Ditto.
543 * sparcl-tdep.c (init_sparclite_ops): Ditto.
544 (_initialize_sparcl_tdep): Ditto.
545 * v850ice.c (init_850ice_ops): Ditto.
546 (_initialize_v850ice): Ditto.
547 * win32-nat.c: (init_child_ops): Ditto.
548 (_initialize_inftarg): Ditto.
c719b714 549
b0d7af2a
MS
5501998-05-21 Jim Blandy <jimb@zwingli.cygnus.com>
551
552 * ax-gdb.c (const_var_ref): Don't handle function names. I don't
553 want to implement all the "usual unary conversion" rules for
554 constants.
555 (gen_usual_unary): Turn "function" values into "pointer to
556 function" values, in accordance with ANSI.
557 (gen_deref): Don't do the usual unary conversions here. Let the
558 caller do it. Note that dereferencing a function pointer yields
559 a function designator, which we call an rvalue, not an lvalue.
560 (gen_address_of): Handle functions specially.
561 (gen_struct_ref): Perform the usual unary conversions before
562 calling gen_deref.
563 (gen_expr): In case for the prefix '*' operator, call
564 gen_usual_unary manually.
565
116b98b8
GRK
566Wed May 20 15:29:41 1998 Gavin Koch <gavin@cygnus.com>
567
78af0a00
JM
568 * mips/tm-tx39.h (MIPS_DEFAULT_FPU_TYPE): Defined as MIPS_FPU_NONE.
569 * mips/tm-tx39l.h: Same.
116b98b8 570
40fd928f
JM
571Wed May 20 10:12:11 1998 John Metzler <jmetzler@cygnus.com>
572
573 * m32r-tdep.c: (decode_prologue): Handle frames compiled with -Os.
574 Split out as separate function called by skip prologue and scan
575 prologue. new formula handles optimization in which the prologue
576 is interleaved with the body of the function. Also recognizes new
577 variations of prologue encoding. Use of frame pointer is
578 essential to debugging, -fno-omit-frame-pointer
579 (m32r_skip_prologue): Call decode prologue, ignore line info
580 (m32r_scan_prologue): Call decode prologue, ignore line info.
581
5d460ad9
JM
582Tue May 19 17:23:54 1998 John Metzler <jmetzler@cygnus.com>
583
78af0a00
JM
584 * w89k-rom.c (_initialize_w89k): Call new init function
585 (init_w89k_cmds): Convert to dynamic initialization of monitor_ops
586 data structure for forward compatability with additions to the
587 data structure.
5d460ad9 588 * dbug-rom.c (_initialize_dbug_rom): ditto
78af0a00
JM
589 (init_dbug_cmds): ditto
590 * m32r-rom.c (_initialize_m32r_rom): ditto
591 (init_m32r_cmds): ditto
5d460ad9 592
b0d7af2a
MS
593Tue May 19 14:54:11 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
594
595 * tracepoint.c (memrange_cmp): use const void * args to avoid
596 ANSI compiler warnings.
597
5981998-05-19 Jim Blandy <jimb@zwingli.cygnus.com>
599
600 * ax-gdb.c (gen_fetch, gen_var_ref, gen_deref, find_field,
601 gen_bitfield_ref, gen_expr): Call error, not abort.
602 * ax-general.c (read_const, generic_ext, ax_trace_quick,
603 ax_label, ax_const_d, ax_reg, ax_print): Same.
604
605 * tracepoint.c: Remove the $(...) syntax for memranges.
606 (validate_actionline, encode_actions, trace_dump_command): Remove
607 clauses for the $(...) syntax.
608 (parse_and_eval_memrange): Function deleted.
609 (_initialize_tracepoint): Update function description.
610
611 * gdbtk.c (struct wrapped_call_objs): Change the `func' member to
612 be a Tcl_ObjCmdProc, not an Tcl_CmdProc, since it accepts a vector
613 of objects as arguments. Change the object vector to be const,
614 since that's what all the users of this structure seem to expect.
615 (call_obj_wrapper): Cast clientData properly before storing it in
616 the wrapped_args structure.
617
618 * ax-gdb.c (_initialize_ax_gdb): Make the "agent" command a
619 subcommand of "maintenance", as it should have been from the
620 beginning. #include "gdbcmd.h", to get the declaration for
621 maintenancelist.
622 * Makefile.in: Document that dependency.
623
624Tue May 19 12:00:58 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
625
626 * tracepoint.c (get_tracepoint_by_number): new function, to access
627 traceframe_number for use of the GUI.
628
629 * tracepoint.h: added prototype for get_traceframe_number.
630
d4d1c7b5
KS
631Mon May 18 13:34:27 1998 Keith Seitz <keiths@cygnus.com>
632
633 * dbxread.c (process_one_symbol): If block addresses are relative to
634 function start addresses, reset function_start_address whenever a new
635 source file is seen.
636
b0d7af2a
MS
637Mon May 18 13:04:27 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
638
639 * tracepoint.c (get_tracepoint_by_number): make sure to advance
640 arg pointer even if we fail to parse a useful number. Otherwise,
641 since this function is called in a loop, it may loop forever!
642 Also change strtol call to allow arbitrary radix.
643 (map_args_over_tracepoints (and other places)): add QUIT; call
644 to loop, to allow breakout using control-C. Not all loops were
645 analyzed to make sure they could terminate cleanly, but even
646 terminating with a messed-up tracepoint list would be better
647 than not terminating at all!
648 (tdump_command): check to see if we're connected to a trace-
649 capable target (currently only "remote") before doing anything
650 else.
651
c19916b7
FCE
652Sat May 16 22:21:48 1998 Frank Ch. Eigler <fche@cygnus.com>
653
654 * config/d30v/tm-d30v.h (INIT_FRAME_PC_FIRST): Fill in PC into
655 frame struct before extracting saved register offsets.
b0d7af2a
MS
656
657Fri May 15 22:47:45 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
658
659 * tracepoint.c (encode_actions): fix typo in printf format string.
660
6611998-05-15 Jim Blandy <jimb@zwingli.cygnus.com>
662
663 Implement a few more tracing operators: ^ | & ~ !
664 * ax-gdb.c (gen_integral_promotions, gen_logical_not,
665 gen_complement): New functions.
666 (gen_binop): New argument MAY_CARRY, indicating whether we need to
667 correct the upper bits of the value after performing the
668 operation. Callers changed.
669 (gen_expr): Handle BINOP_BITWISE_AND, BINOP_BITWISE_IOR, and
670 BINOP_BITWISE_XOR here as well, by calling gen_binop. Handle
671 UNOP_LOGICAL_NOT, UNOP_COMPLEMENT.
672
673 * ax-gdb.c (gen_conversion): Reworked to avoid some unnecessary
674 sign extension.
675
676 * ax-gdb.c (gen_usual_arithmetic): Renamed from gen_usual_binary,
677 to match the ANSI C standard better. Callers changed.
678
679 * ax-gdb.c (gen_traced_pop): Add prototyped declaration.
680
681Fri May 15 18:18:38 1998 David Taylor <taylor@texas.cygnus.com>
682
683 * tracepoint.c (stringify_collections_list): return a collection
684 of strings rather than a single string.
685 (free_actions_list): new function.
686 (encode_actions): process collection of strings returned by
687 stringify_collections_list.
688
6891998-05-15 Jim Blandy <jimb@zwingli.cygnus.com>
690
691 * ax-gdb.c (gen_traced_pop): New function.
692 (gen_expr): Call it for comma operator.
693 (gen_trace_for_expr): Call it, instead of writing it out.
694
695 Add facilities for sending arbitrary packets to the remote agent.
696 There are a bunch of improvements to make (make it generic; handle
697 'O' replies properly), but I just want to get this onto the branch.
698 * remote.c (print_packet, remote_packet_command): New functions.
699 (_initialize_remote): Register the remote-packet command.
700
701Thu May 14 17:52:31 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
702
703 * tracepoint.c: move actionline_type definition to tracepoint.h.
704 (validate_actionline): make non static.
705
706 * tracepoint.h: move actioline_type definition from tracepoint.c.
707 (validate_actionline) moved prototype from tracepoint.c.
708
709Thu May 14 11:49:18 1998 David Taylor <taylor@texas.cygnus.com>
710
711 * tracepoint.c (validate_actionline): add additional error
712 checking, remove some dead code.
713 (encode_actions): additional cleanups.
714 (trace_find_command): remove some dead code.
715 (trace_find_pc_command): ditto.
716 (trace_find_tracepoint_command): ditto.
717 (trace_find_line_command): ditto.
718 (trace_find_range_command): ditto.
719 (trace_find_outside_command): ditto.
720
6e8bee16
SG
721Thu May 14 5:51:00 1998 Ron Unrau <runrau@cygnus.com>
722
723 * symtab.c (decode_line_1): set section for "break *<addr>"
724
091d7302
MA
725Wed May 13 20:58:02 1998 Mark Alexander <marka@cygnus.com>
726
727 * corefile.c (reopen_exec_file): Reopen the exec file if
728 it has changed.
729
f151b17f
MA
730Wed May 13 15:22:02 1998 Mark Alexander <marka@cygnus.com>
731
732 * sparc-tdep.c (fetch_instruction): New function.
733 (single_step, sparc_init_extra_frame_info, examine_prologue):
734 Use fetch_instruction instead of read_memory_integer
735 to ensure that instructions are always read as big-endian.
736
0aa3233e
ILT
737Wed May 13 14:42:21 1998 Ian Lance Taylor <ian@cygnus.com>
738
739 * configure.in: Add AC_FUNC_ALLOCA.
740 * defs.h: Check HAVE_ALLOCA_H rather than sparc. Add _AIX pragma
741 alloca.
742 * configure: Rebuild.
6e8bee16 743start-sanitize-java
0aa3233e
ILT
744 * Makefile.in (jv-lang.o, jv-typeprint.o, jv-valprint.o): New
745 targets.
6e8bee16 746end-sanitize-java
0aa3233e 747
b0d7af2a
MS
748Wed May 13 11:19:08 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
749
750 * tracepoint.c (trace_command): Remove old diagnostic code that was
751 preventing tracepoints from being defined with a full-path filename.
752
c19916b7
FCE
753Tue May 12 13:17:35 1998 Frank Ch. Eigler <fche@cygnus.com>
754
755 * stabsread.c (read_one_struct_field): Check for typedef in type
756 tree before clearing bitfield information.
757
b0d7af2a
MS
7581998-05-11 Jim Blandy <jimb@zwingli.cygnus.com>
759
760 * ax-gdb.c (gen_binop): New function, based on gen_mul, to replace
761 gen_mul and gen_div, and handle `%' op as well. Correctly tests
762 type of arguments.
763 (gen_expr): Factor out common code in binary arithmetic operators.
764 Add support for `%'.
765 (gen_mul, gen_div): Removed.
766
ff62d310
JI
767Thu May 7 14:49:38 1998 Bob Manson <manson@charmed.cygnus.com>
768
769 * config/sparc/tm-sp64.h (CALL_DUMMY): Store and retrieve
770 %o0-%o5 as 64-bit values; compensate for stack bias.
771 (USE_STRUCT_CONVENTION): We only pass pointers to structs
772 if they're larger than 32 bytes.
773 (REG_STRUCT_HAS_ADDR): Ditto.
774
775 * sparc-tdep.c (sparc_init_extra_frame_info): Use read_sp()
776 instead of read_register. If the target is a sparc64 and the frame
777 pointer is odd, compensate for the stack bias.
778 (get_saved_register): Use read_sp().
779 (DUMMY_STACK_REG_BUF_SIZE): Use FP_REGISTER_BYTES.
780 (sparc_push_dummy_frame): Use read_sp()/write_sp(). On sparc64,
781 save the PC, NPC, CCR, FSR, FPRS, Y and ASI registers.
782 (sparc_frame_find_saved_regs): Use read_sp(). Read the PC, NPC,
783 CCR, FSR, FPRS, Y and ASI registers from the frame, if it's a
784 dummy frame.
785 (sparc_pop_frame): Use write_sp(). If the target is a sparc64 and
786 the FP is odd, compensate for stack bias.
787 (sparc_store_return_value): Right-justify the return value before
788 writing it to %o0.
789 (sparc_fix_call_dummy): Don't NOP out part of the call dummy on
790 sparc64.
791 (sparc64_read_sp, sparc64_read_fp, sparc64_write_sp,
792 sparc64_write_fp, sp64_push_arguments,
793 sparc64_extract_return_value): New functions to support the
794 sparc64 ABI.
795
796 * dwarfread.c (handle_producer): Set processing_gcc_compilation to
797 the right version number.
798
799 * dwarf2read.c (read_file_scope): Assume we're processing
800 GCC2 output.
801
7252da95
JL
802Wed May 6 16:34:03 1998 Jeffrey A Law (law@cygnus.com)
803
804 * somsolib.c: Include gdb_stat.h.
805
b0d7af2a
MS
806Mon May 4 18:34:01 1998 David Taylor <taylor@texas.cygnus.com>
807
808 * ax-gdb.c (gen_mul): new function; (gen_div): new function;
809 (gen_expr): add support for * and / operators, call gen_mul and
810 gen_div as appropriate.
811
7252da95
JL
812Mon May 4 16:24:22 1998 Mark Alexander <marka@cygnus.com>
813
814 * defs.h (make_run_cleanup): Declare.
815 * solib.c (find_solib): Pass correct number of arguments to
816 make_run_cleanup.
817
b0d7af2a
MS
818Mon May 4 07:08:25 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
819
820 * tracepoint.c (trace_actions_command): actions command must set
821 step_count to zero (in case previous actions have set it but the
822 new set does not).
823
e5a940e2
SG
824Sat May 2 09:35:07 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
825
a41292ba
SG
826 * ocd.h: Add new flags, function codes, and processor types to support
827 new Wiggler capabilities.
828 * (ocd_write_bytes_size): New function to allow atomic writes of
829 memory in sizes larger than a byte.
830
e5a940e2
SG
831 * ser-unix.c (baudtab): Add 57600, 115200, 230400, and 460800 baud.
832
ce225290
FCE
833Fri May 1 19:51:32 1998 Frank Ch. Eigler <fche@cygnus.com>
834
835 * stabsread.c (read_one_struct_field): Do not override supplied
836 bitfield size for a range type value.
837
838 * gdbtypes.c (create_range_type): For a range with positive
839 lower limit, declare range type as unsigned.
840
fcc1ac97
JM
841Fri May 1 10:58:34 1998 John Metzler <jmetzler@cygnus.com>
842
843 * monitor.c: Turn off debug
844
a871ab92
PS
845Fri May 1 09:29:56 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
846
847 * breakpoint.c (delete_command): Skip internal breakpoints when
848 all breakpoints are requested.
849
850 * stabsread.c (define_symbol): Record parameter types from Sunpro
851 function stabs in the TYPE_FIELDS of the function type.
852
921d949d
JM
853Thu Apr 30 15:59:54 1998 Jason Molenda (crash@bugshack.cygnus.com)
854
855 * Makefile.in (config-check-targets, config-check-hosts): Removed.
856
8571998-04-30 Paul Eggert <eggert@twinsun.com>
858
859 * Makefile.in (maintainer-clean):
860 Don't get ahead of yourself and delete Makefile
861 before running `make'.
862 (local-maintainer-clean, do-maintainer-clean): New rules.
863
b0d7af2a
MS
864Wed Apr 29 14:02:59 1998 David Taylor <taylor@texas.cygnus.com>
865
866 * ax-gdb.c (gen_add): when adding a pointer and an int, use
867 the size of the pointer, not the int (typo) to decide how
868 to extend the result.
869
2a8b1fab 870Wed Apr 29 10:20:40 1998 John Metzler <jmetzler@cygnus.com>
17a56e13 871start-sanitize-vr4111
2a8b1fab 872
921d949d
JM
873 * nec4102rom.c: New file implements ROM monitor adapter for
874 nec-vr4102 board. This board hosts the vr4111 chip. This file
900dc14b 875 required extensions to the monitor_ops structure, hooks for wait
2a8b1fab
JM
876 filter, new flags. This version does not support more than one
877 breakpoint and resuming after a breakpoint in 16 bit mode is
921d949d 878 completely disfunctional.
17a56e13 879end-sanitize-vr4111
921d949d
JM
880
881 * monitor.h: Defined additional hooks for dmpregs, configure_hooks
882 and wait_filter. These additions require that all ROM monitor
883 interfaces be recoded to initialize monitor ops using assignments
884 rather than static structure initialization. Added new bits to
885 flags MO_EXACT_DUMPADDR, MO_HAS_BLOCKWRITES.
886
2a8b1fab
JM
887 * monitor.c (RDEBUG): Conditional tracing throughout the file.
888 (fromhex): Now recognized upper cse hex digits
889 (monitor_printf_noecho):
890 (monitor_readchar): Tracing interferes with input timing.
891 (monitor_open): Register different memory write functions with
892 dcache_init if MO_HAS_BLOCKWRITES.
893 (flush_monior_dcache): Added as an additional utilty.
894 (monitor-resume): Call continue hook if one has been supplied.
895 (monitor_wait_filter): New function Factored out of monitor wait
896 and used if alternate wait-filter has not been provided.
897 (monitor_wait): call alternate wait filter if provided. Call
898 monitor_dump_regs, a new function factored out from inline code.
899 (monitor_dump_block): A new function used as a utility when
900 monitors must dump several blocks of registers using different
901 commands.
902 (monitor_dump_regs): Call alternate function if provided. Uses new
903 hook in monitor.h.
904 (monitor_write_memory): Engage previouly added hook
905 MO_FILL_USES_ADDR.
906 (monitor_write_even_block): new function supports writing long
907 blocks of 4byte words.
908 (longlongendswap): new internal function
909 (monitor_write_memory_longlongs): new function writes large blocks
910 using command to enter a long long.
911 (monitor_write-memory_block): new Function figures out which block
912 mod to use.
913 (monitor_read_memory): Can now handle dump formats in which the bytes
914 preceeding the requested data is not printed.
2a8b1fab 915
94415c7e
TT
916Tue Apr 28 19:41:33 1998 Tom Tromey <tromey@cygnus.com>
917
b177bf84
TT
918 * Makefile.in (GDBTKLIBS): New macro.
919 (INSTALLED_LIBS): Include GDBTKLIBS.
920 (CLIBS): Likewise.
921 * configure: Rebuilt.
922 * configure.in: Put Tcl/Tk libs into GDBTKLIBS, not LIBS.
923 (GDBTKLIBS): AC_SUBST.
924
4a3456fc
TT
925 * tracepoint.c (memrange_cmp): Another typo fix; `memrbnge' ->
926 `memrange'.
927
94415c7e
TT
928 * tracepoint.c (memrange_cmp): Fixed typo in function intro.
929
59813131
JM
930Tue Apr 28 17:41:20 1998 Philippe De Muyter <phdm@macqel.be>
931
932 * symfile.c (overlay_auto_command): Add forgotten parameter definitions.
933 (overlay_manual_command, overlay_off_command): Likewise.
934 (overlay_load_command): Likewise.
935 * tracepoint.c (memrange_cmp): Parameters have type void *, not
936 struct memrange *.
937
82973f18
JM
938Tue Apr 28 11:08:25 1998 John Metzler <jmetzler@cygnus.com>
939
59813131 940 * rom68k-rom.c (_initialize_rom68k): Fix unresolved init_rom_68kcmds.
82973f18 941
07f45587
MA
942Mon Apr 27 14:32:21 1998 Mark Alexander <marka@cygnus.com>
943
944 * config/sparc/tm-sparc.h (CALL_DUMMY): Shorten it drastically,
945 make it work on the simulator.
946 (FIX_CALL_DUMMY): Convert to function call instead of inline code.
947 (sparc_fix_call_dummy): Declare.
948 * sparc-tdep.c (sparc_fix_call_dummy): New function, taken from
949 old FIX_CALL_DUMMY macro, with additional fixes for simulator.
950 (sparc_push_dummy_frame): Set registers differently on simulator
951 to prevent corrupted register window save areas.
952
adc176bb
JM
953Mon Apr 27 13:46:40 1998 John Metzler <jmetzler@cygnus.com>
954
59813131
JM
955 * rom68k-rom.c (_initialize_rom68k, init_rom68k_cmds):
956 Convert all static initializations of monitor ops structures to
957 executable initializations in order that additions to the data
958 structure definition can me made without repeating this editing
959 exercise.
960 * abug-rom.c (_initialize_abug_rom, init_abug-cmds): Ditto.
961 * cpu32bug-rom.c (_initialize_cpu32bug_rom, init_cpu32bug_cmds): Ditto.
962 * mon960-rom.c (initialize_mon960, init_mon960_cmds): Ditto.
963 * op50-rom.c (initialize_op50n, init_op50n_cmds): Ditto.
964 * ppcbug-rom.c (_initialize_ppcbug_rom, init_ppc_cmds): Ditto.
965 * sh3-rom.c (_initialize_sh3_rom, init_sh3_cmds): Ditto.
966 * sparclet-rom.c (_initialize_sparclet, init_sparclet_cmds): Ditto.
967 * remote-est.c (_initialize_est, init_est_cmds): Ditto.
968 * remote-hms.c ( _initialize_remote_hms, init_hms_cmds): Ditto.
adc176bb 969
a9eeaad7
JM
970Mon Apr 27 10:43:04 1998 Jason Molenda (crash@bugshack.cygnus.com)
971
972 * gdb_string.h (strdup): Don't specify arguments in prototype.
973
8b150a6b
PS
974Sun Apr 26 07:57:21 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
975
976 * rs6000-nat.c (vmap_ldinfo): Issue warning instead of error if
977 fstat on ldinfo_fd fails. Use objfile->obfd instead of vp->bfd
978 to check for reference to the same file.
979
980 * target.c (target_read_string): Handle string transfers at the
981 end of a memory section gracefully.
982
6ef37205
GN
983Fri Apr 24 17:18:56 1998 Geoffrey Noer <noer@cygnus.com>
984
985 * Makefile.in: enable EXEEXT setting
986
b0d7af2a
MS
987Fri Apr 24 11:53:49 1998 David Taylor <taylor@texas.cygnus.com>
988
989 * tracepoint.c (add_local_symbols): change type of type from
990 char to int so that type shows up as 'A' or 'L' not 0.
991
66a9a263
JL
992start-sanitize-r5900
993Fri Apr 24 11:25:07 1998 Jeffrey A Law (law@cygnus.com)
994
995 * mips-tdep.c (mips32_decode_reg_save): Handle 128bit wide
996 GPR loads/stores generated on the r5900.
997 (mips_find_saved_regs, mips32_skip_prologue): Likewise.
998 * mips/tm-r5900.h (R5900_128BIT_GPR_HACK): Define.
999 * mips/tm-txvu.h (R5900_128BIT_GPR_HACK): Likewise.
1000
1001end-sanitize-r5900
29f35f37
JM
1002Thu Apr 23 16:37:20 1998 Jason Molenda (crash@bugshack.cygnus.com)
1003
1004 * README: Minor changes for 4.17 release.
1005
6e8bee16 1006start-sanitize-java
ffa157d8
PB
1007Thu Apr 23 15:44:39 1998 Per Bothner <bothner@cygnus.com>
1008
1009 * symfile.c (deduce_language_from_filename): .class implies java.
1010
6e8bee16 1011end-sanitize-java
21cbc60c
JM
1012Thu Apr 23 12:52:21 1998 Philippe De Muyter <phdm@macqel.be>
1013
1014 * configure.in (strerror): Check if function must be declared.
1015 * acconfig.h (NEED_DECLARATION_STRERROR): New define slot.
1016 * gdb_string.h (strerror): Function declaration issued if
1017 NEED_DECLARATION_STRERROR.
1018 * configure, config.in : Files regenerated.
1019
74d6ac44
JM
1020Thu Apr 23 12:27:43 1998 Philippe De Muyter <phdm@macqel.be>
1021
1022 * symfile.c (simple_overlay_update_1): Do not prefix array address
1023 by `&'.
1024 * bcache.h (BCACHE_DATA_ALIGNMENT): Ditto.
1025 * tracepoint.c (encode_actions): Ditto.
1026 * language.c, complaints.c, utils.c (varargs.h): Do not include that
1027 file here, it is already included indirectly by defs.h.
1028 * dbxread.c (dbx_symfile_init, process_one_symbol): Cast xmalloc return
1029 value to the appropriate pointer type.
1030 * utils.c (floatformat_from_doublest): Ditto.
1031 * tracepoint.c (read_actions, _initialize_tracepoint): Ditto.
1032 (add_memrange): Likewise with xrealloc return value.
1033 * stabsread.c (ref_add): Ditto.
1034 * coffread.c (coff_symfile_init): Likewise for xmmalloc return value.
1035 * elfread.c (elf_symfile_read): Ditto.
1036 * os9kread.c (os9k_symfile_init): Ditto.
1037
52dd717d
TT
1038Thu Apr 23 00:32:08 1998 Tom Tromey <tromey@cygnus.com>
1039
1040 * config.in: Rebuilt.
1041 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_STPCPY, HAVE_GETTEXT,
1042 HAVE_LC_MESSAGES): Define.
1043
fcfc3c0c
TT
1044Wed Apr 22 15:38:56 1998 Tom Tromey <tromey@cygnus.com>
1045
1046 * configure: Rebuilt.
1047 * configure.in: Call CY_GNU_GETTEXT.
1048 * Makefile.in (top_builddir): New macro.
1049 (INTL): Define to @INTLLIBS@.
1050 (INTL_DEPS): New macro.
1051 (CDEPS): Reference INTL_DEPS, not INTL.
1052
71f08cfc
DE
1053start-sanitize-sky
1054Wed Apr 22 13:40:16 1998 Doug Evans <devans@canuck.cygnus.com>
1055
1056 * txvu-tdep.c (txvu_print_insn): Fix thinko.
1057
1058end-sanitize-sky
b420cea7
PS
1059Wed Apr 22 12:58:23 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1060
1061 Handle missing shared libraries during the examination of a core
1062 dump gracefully.
1063 * solib.c (find_solib): Use catch_errors around call to
1064 solib_map_sections. Use warning instead of error if reading of
1065 the shared library name fails.
1066 (solib_map_sections): Change return and argument types to make
1067 it callable from catch_errors.
1068 (symbol_add_stub): Avoid GDB core dump if solib->abfd is NULL.
1069 * irix5-nat.c, osfsolib.c (xfer_link_map_member, solib_map_sections,
1070 symbol_add_stub): Ditto.
1071
f2a0822c
MM
1072Wed Apr 22 14:34:49 1998 Michael Meissner <meissner@cygnus.com>
1073
1074 * Makefile.in (INTL*): Add support to link in the intl library,
1075 and to add -I options to its source and object directories.
1076 (INTERNAL_CFLAGS): Ditto.
1077 (C{LIBS,DEPS}): Ditto.
1078
3e5fbf91
JL
1079start-sanitize-sky
1080Wed Tue 21 17:29:48 1998 Jim Lemke <jlemke@cygnus.com>
1081 * configure.in: Add configure option --with-sim-funit.
1082
1083end-sanitize-sky
88ff9e06
FCE
1084Tue Apr 21 11:20:54 1998 Frank Ch. Eigler <fche@cygnus.com>
1085
1086 * mips-tdep.c (gdb_print_insn_mips): Disassemble MIPS instructions
1087 with subtarget-specific `mach', rather than fixed default.
1088 * config/mips/tm-mips.h (TM_PRINT_INSN_MACH): New macro, default
1089 disassembly `mach'.
1090start-sanitize-r5900
1091 * config/mips/tm-r5900.h (TM_PRINT_INSN_MACH): Override.
1092end-sanitize-r5900
1093start-sanitize-sky
1094 * config/mips/tm-txvu.h (TM_PRINT_INSN_MACH): Override.
1095end-sanitize-sky
1096
1097Mon Apr 20 15:35:03 1998 Philippe De Muyter <phdm@macqel.be>
1098
1099 * coffread.c (decode_base_type): Treat a long field with size greater
1100 than TARGET_LONG_BIT as long long.
1101 * values.c (value_from_longest): Print code value in error message.
1102
a38cd80a
JM
1103Mon Apr 20 15:32:21 1998 Mark Kettenis <kettenis@phys.uva.nl>
1104
1105 * gdb/gdb_string.h (strdup): Declare only if not defined as a
1106 macro.
1107
1e50f1b4
JM
1108Mon Apr 20 14:18:45 1998 J. Kean Johnston <jkj@sco.com>
1109
1110 * procfs.c: Added replacement macros for LWP stuff. Fixed support
1111 for UnixWare / SVR4.2MP targets and any targets which use
1112 multi-file /proc entries. Fixed support for hardware watchpoints.
1113 * solib.c: SCO needs some of the same code as SunOS. Change
1114 preprocessor conditionals.
1115
1116 * config/i386/i386sco5.mt: New file.
1117 * config/i386/tm-i386sco5.h: New file.
1118 * config/i386/i386sco5.mh (NATDEPFILES): add i386v-nat.o.
1119 * config/i386/nm-i386v42mp.h
1120 (TARGET_HAS_HARDWARE_WATCHPOINTS): define.
1121 Add other macros for hardware assisted watchpoints.
1122 * config/i386/nm-i386sco5.h: Correct attributions.
1123 (TARGET_HAS_HARDWARE_WATCHPOINTS): define.
1124 * config/i386/nm-linux.h (target_remote_watchpoint): Pass
1125 'type' through to i386_insert_watchpoint.
1126
1127Mon Apr 20 14:12:30 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1128
1129 * infrun.c (wait_for_inferior): Don't add signalled processes
1130 as new threads.
1131 * procfs.c (wait_fd): Note if LWP has exited.
1132 (procfs_wait): use GETPID to get process ID.
1133
7c0892b3
SC
1134Sat Apr 18 15:21:04 1998 Stan Cox <scox@cygnus.com>
1135
1136 * configure.tgt: Added sparc86x support.
1137
a17aca47
JM
1138Thu Apr 16 13:13:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
1139
1140 * rdi-share/etherdrv.c (EthernetWrite): Use strerror to get
1141 error string if in an ANSI C-ish environment.
1142
4a3f4c4c
MA
1143Wed Apr 15 18:59:48 1998 Mark Alexander <marka@cygnus.com>
1144
1145 * sparc-tdep.c (SPARC_HAS_FPU): Define.
1146 (sparc_extract_return_value): New function, required to handle
1147 machines without floating point.
1148 (sparc_store_return_value): Ditto.
1149 * config/sparc/tm-sparc.h (EXTRACT_RETURN_VALUE): Call
1150 sparc_extract_return_value instead of using inline code.
1151 (sparc_extract_return_value): Declare.
1152 (STORE_RETURN_VALUE): Call sparc_store_return_value instead
1153 of using inline code.
1154 (sparc_store_return_value): Declare.
1155
65c0c978
MH
1156Wed Apr 15 12:19:42 1998 Martin M. Hunt <hunt@cygnus.com>
1157
1158 * solib.c (enable_break): Only call warning once
1159 instead of three times.
1160
e50f526e
MA
1161Tue Apr 14 16:52:59 1998 Mark Alexander <marka@cygnus.com>
1162
1163 * sparc-tdep.c (sparc_extract_struct_value_address): Make it
1164 work correctly on little-endian hosts.
1165 (sparc_push_arguments): New function.
1166 (gdb_print_insn_sparc): New function.
1167 (_initialize_sparc_tdep): Make gdb_print_insn_sparc the default
1168 disassembler, so that SPARClite-specific instructions will
1169 be recognized.
1170 * sparcl-tdep.c (readchar): Print debugging information.
1171 (debug_serial_write): New function, a replacement for SERIAL_WRITE
1172 that prints debugging information.
1173 * config/sparc/tm-sparc.h (PUSH_ARGUMENTS): Define.
1174 (sparc_push_arguments): Declare.
1175
a47fe057
JM
1176Tue Apr 14 15:43:49 1998 John Metzler <jmetzler@cygnus.com>
1177
74317310 1178 * gdbcfgxref (xref_menu): Call new regex and wild card searches
822730df 1179 Now you can type in a specific triple like mips64-vr4300-elf or
74317310
JM
1180 somthing like mips*.h
1181 (triple_search) wildcardsearch): The new functions
1182
822730df 1183start-sanitize-vr4320
a47fe057
JM
1184 * configure.tgt: Switch over to use tm-4320.h. Since I switched to
1185 MIPS EABI the fixes are no longer backward compatible with 4300.
1186 * tm-vr4320.h: Added
1187 * vr4320.mt: Added
1188
822730df 1189end-sanitize-vr4320
e6e9507d
EZ
1190Mon Apr 13 16:28:07 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1191
1192 * utils.c: (warning) added call to warning_hook
1193
1194 * source.c: (find_source_lines) modified to call warning in case
1195 of source vs. executable time stamp mismatch. Simplified object
1196 file check. Initialized mtime to 0.
1197
1198 * defs.h: added warning_hook prototype
1199
1200 * top.c: added warning_hook prototype.
1201
29d867f8
KS
1202Mon Apr 13 09:54:08 1998 Keith Seitz <keiths@andros.cygnus.com>
1203
1204 * config/sparc/tm-sun4os4.h (IS_STATIC_TRANSFORM_NAME): Add missing
1205 definition.
1206
f0fce3b8
JM
1207Fri Apr 10 22:36:28 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1208
1209 Update support for x86 Solaris 2.
1210 * config/i386/tm-i386sol2.h, nm-i386sol2.h: New configuration
1211 files for x86 Solaris 2.
1212 * config/i386/i386sol2.mt, i386sol2.mh: Use them.
1213 * config/sparc/tm-sun4sol2.h (PROCFS_GET_CARRY): New macro, extract
1214 carry flag from a given regset.
1215 (IS_STATIC_TRANSFORM_NAME): New macro, check if a symbol name
1216 is a SunPro transformed name.
1217 * i386-tdep.c (sunpro_static_transform_name): New function to
1218 extract the source name from a SunPro transformed name.
1219 * inferior.h (procfs_first_available, procfs_get_pid_fd):
1220 Add prototypes.
1221 * infrun.c (wait_for_inferior): Handle breakpoint hit in
1222 signal handler without intervening stop in sigtramp.
1223 * procfs.c (procfs_lwp_creation_handler): Use PROCFS_GET_CARRY
1224 instead of direct access to the status register.
1225 (procfs_get_pid_fd): New function, returns procfs fd for a given pid.
1226 * sol-thread.c (ps_lgetLDT): New function, returns LDT for a given
1227 lwpid.
1228 (sol_find_new_threads): Handle failed libthread_db initialization
1229 gracefully.
1230 * stabsread.c (define_symbol): Use IS_STATIC_TRANSFORM_NAME
1231 to check for a SunPro transformed symbol name.
1232
6aeec893
JM
1233Fri Apr 10 10:35:35 1998 John Metzler <jmetzler@cygnus.com>
1234
c66e3d64
JM
1235 * utils.c (fmthex): A formatting function for hexdumps
1236
6aeec893
JM
1237 * mips-tdep.c (unpack_mips16): Fixed instruction decoding, lots of
1238 bit pattern interpretations. mips_fetch_instruction does not work
1239 for 16 bit instructions. Some confusion remains about sign
1240 extension in backward branches.
1241 (mips32_relative_offset): Sign extension
1242 (mips32_next_pc): Major debugging, bit pattern interpretation
1243 (print_unpack): debugging printf
1244 (fetch_mips_16): new funtion, key on PC low bit, not symbol table
1245 (mips16_next_16): Initial major debugging of this function. Lots
1246 of bit pattern mistakes.
1247 (mips_next_pc): key on low bit of PC, not symbol table.
1248 * symfile.c(generic_load) : Added a download verification which
1249 reads back the loade code. Download chunk size is now a defined
1250 macro. Fixed a bug in which downloading slips into loading one
1251 byte at a time. Lower level functions in monitor.c can load long
1252 sequences of bytes and make use of these fixups. Referencing
1253 bfd-start_address directly was incorrectly getting zero for start.
1254
cf93a3aa
ILT
1255Thu Apr 9 19:20:32 1998 Ian Lance Taylor <ian@cygnus.com>
1256
1257 * mips-tdep.c (do_fp_register_row): Use alloca rather than arrays
1258 with dynamic size.
1259
bf9084c0
JM
1260Wed Apr 8 19:21:42 1998 Jason Molenda (crash@bugshack.cygnus.com)
1261
1262 * top.c (print_gdb_version): Print 1998 now.
1263
6760a872
JM
1264Wed Apr 8 16:57:22 1998 Philippe De Muyter <phdm@macqel.be>
1265
1266 * source.c: Remove obsolete decl of strstr().
1267
5b944218
JM
1268Wed Apr 8 16:47:33 1998 Jason Molenda (crash@bugshack.cygnus.com)
1269
1270 * solib.c (solib_create_inferior_hook): Remove Ulrich Drepper's
1271 patch of March 23 1998.
1272 * breakpoint.c (breakpoint_re_set_one): Remove Ulrich Drepper's
1273 patch of March 23 1998.
1274
af473842 1275Sat Apr 4 10:05:00 1998 Dawn Perchik <dawn@cygnus.com>
5b944218 1276
af473842
DP
1277 * mdebugread.c (parse_partial_symbols): If this is an .mdebug
1278 section in an ELF file, override a symbol's ECOFF section with its
1279 ELF section. Also, fix stabs continuation where a stabs string
1280 continues for more than one continuation.
1281
912e805f
AC
1282Mon Apr 6 09:17:48 1998 Andrew Cagney <cagney@b1.cygnus.com>
1283
1284 * mips-tdep.c (mips_push_arguments): Specify dimention of valbuf
1285 using MAX_REGISTER_RAW_SIZE.
1286
24a38525 1287Sat Apr 4 10:05:00 1998 Dawn Perchik <dawn@cygnus.com>
f0fce3b8 1288
24a38525
DP
1289 * infrun.c: Fix prototype of signals_info to match static funtion.
1290
1291Thu Apr 2 12:47:41 1998 Frank Ch. Eigler <fche@cygnus.com>
f0fce3b8 1292
24a38525
DP
1293 * sol-thread.c (sol_thread_store_registers): Save & restore new
1294 value of single updated register to prevent accidental clobbering.
1295
c8b77887
MA
1296Wed Apr 1 22:01:09 1998 Mark Alexander <marka@cygnus.com>
1297
1298 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE): Define.
1299 * config/sparc/sparclite.mt: Link in the erc32 simulator.
1300
3dcac15f
JM
1301Wed Apr 1 16:30:49 1998 Ian Dall <Ian.Dall@dsto.defence.gov.au>
1302
1303 * ns32k-tdep.c (flip_bytes, ns32k_localcount,
1304 ns32k_get_enter_addr, sign_extend): Restore functions mysteriously
1305 deleted.
1306
1307 * ns32knbsd-nat.c: New (?) file to support fetching and storing
1308 registers on NetBSD hosts.
1309
1310 * nbsd.mh (NATDEPFILES): put ns32knbsd-nat.o instead of
1311 ns32k-nat.o
1312
1313 * ns32km3-nat.c (reg_offset): Get order of floating point
1314 registers correct. Add extra 32382 register offsets.
1315 (REG_ADDRESS): define to point at correct part of thread
1316 state. Use calls to "warning" instead of "message".
1317
1318 * tm-nbsd.h, tm-ns32km3.h (REGISTER_NAMES, NUM_REGS,
1319 REGISTER_BYTES, REGISTER_BYTE): redefine allowing for 32382
1320 fpu registers.
1321
32e3c8b8
JM
1322Wed Apr 1 13:43:07 1998 Philippe De Muyter <phdm@macqel.be>
1323
1324 * NEWS: m68k-motorola-sysv host support added.
1325 * coffread.c (coff_start_symtab): Accept the filename as an argument,
1326 set it here. Callers updated.
1327
d0136bf3
AC
1328Wed Apr 1 23:13:23 1998 Andrew Cagney <cagney@b1.cygnus.com>
1329
1330 * config/mips/tm-mips.h (REGISTER_VIRTUAL_TYPE): Handle 32 bit SR,
1331 FSR and FIR registers.
1332 (REGISTER_VIRTUAL_SIZE): Compute using REGISTER_VIRTUAL_TYPE.
1333 (REGISTER_RAW_SIZE): Define using REGISTER_VIRTUAL_SIZE.
1334
1335 * config/mips/tm-mips64.h: Ditto.
1336
4269399c
NC
1337Tue Mar 31 21:30:39 1998 Nick Clifton <nickc@cygnus.com>
1338
1339 * arm-tdep.c (gdb_print_insn_arm): Attach a fake Thumb symbol
1340 vector to the info structure when disassembling thumb
1341 instructions.
1342
1343 * coffread.c (coff_symtab_read, read_one_sym,
1344 process_coff_symbol): Support Thumb symbol types.
1345
1346 * dbxread.c (process_one_symbol): Call SMASH_TEXT_ADDRESS (if it
1347 is defined) for function symbols.
1348
19735aea
AC
1349Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
1350
1351 * d10v-tdep.c (d10v_extract_return_value): Wierd. GCC wants to
1352 return odd sized register quantities with only half of the first
1353 register used!
1354
1355 * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Use stack when
1356 size > 8.
1357
b0d7af2a
MS
1358Tue Mar 31 16:39:28 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
1359
1360 * tracepoint.c (get_tracepoint_by_number): change warning to note.
1361 (delete_trace_command): suppress y/n query if no tracepoints, or
1362 if not from_tty. (trace_pass_command): reject junk at end of args.
1363 (read_actions): an action list consisting only of "end" is discarded.
1364 (validate_actionline (for collect command)): an argument beginning
1365 with a dollar_sign but not recognized as a special argument is
1366 parsed like any other expression -- if it isn't a register name,
1367 it's rejected. Also reject an empty argument to while-stepping.
1368 (trace_find_command): reject a negative frame number argument.
1369 (_initialize_tracepoint): set $traceframe initially to -1.
1370
f45d8080
JM
1371Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
1372
1373 * rdi-share/Makefile.am, rdi-share/aclocal.m4,
1374 rdi-share/configure: New files.
1375 * rdi-share/configure.in: Rewritten to be an autoconf input file.
1376 * rdi-share/Makefile.in, rdi-share/configure: Generated by
1377 automake/autoconf.
1378 * rdi-share/dbg_hif.h, etherdrv.c, hostchan.c: Use autoconf tests
1379 to check environment.
1380
57a39824
KS
1381Sun Mar 29 15:17:16 1998 Keith Seitz <keiths@onions.cygnus.com>
1382
1383 * tracepoint.c (trace_start_command): Set trace_running_p.
1384 (trace_stop_command): Clear trace_running_p.
1385
dfbb701a
SS
1386Sat Mar 28 15:19:48 1998 Stan Shebs <shebs@andros.cygnus.com>
1387
1388 * NEWS: Update for 4.17 release.
1389
b0d7af2a
MS
1390Fri Mar 27 10:15:50 1998 David Taylor <taylor@tito.cygnus.com>
1391
1392 * tracepoint.c (parse_and_eval_memrange): Fix memory leaks.
1393 (encode_actions): Use the new gen_trace_for_expr function
1394 instead of expr_to_address_and_size; collect registers when
1395 using expressions. (clear_collection_list): Fix memory leak.
1396
13971998-03-26 Jim Blandy <jimb@zwingli.cygnus.com>
1398
1399 * ax-gdb.h (gen_trace_for_expr): Add prototype.
1400
1401Thu Mar 26 17:24:23 1998 David Taylor <taylor@texas.cygnus.com>
1402
1403 * tracepoint.c (validate_actionline): Fix memory leak.
1404 (encode_actions): Fix memory leak.
1405
1406Thu Mar 26 16:16:55 1998 David Taylor <taylor@tito.cygnus.com>
1407
1408 * tracepoint.c (trace_mention): New function.
1409 (trace_command): Call it.
1410
14111998-03-26 Jim Blandy <jimb@zwingli.cygnus.com>
1412
1413 * ax-general.c (ax_reqs): New function.
1414 * ax.h (enum agent_flaws, struct agent_reqs): New types.
1415 (agent_reqs): New extern prototype. Well, actually, this was
1416 there before, due to a premature checkin.
1417 (struct aop_map): Add new `data_size' member.
1418 * ax-general.c (aop_map): Supply its value.
1419 * ax-gdb.c (agent_command): Call ax_reqs, for testing.
1420
1421 * ax-general.c (ax_print): If we encounter an invalid or
1422 incomplete opcode, don't abort; just print an error message.
1423
1424 * ax-gdb.c: Generate trace bytecodes, as appropriate.
1425 (trace_kludge): New variable.
1426 (gen_fetch, gen_bitfield_ref): Emit trace bytecodes, if asked
1427 nicely.
1428 (expr_to_agent): Ask for no trace bytecodes.
1429 (gen_trace_for_expr): New function.
1430 (agent_command): Call it, and display the result appropriately ---
1431 no struct axs_value, so no type or kind information.
1432
1433 * ax-gdb.c: Use TARGET_CHAR_BIT throughout, not HOST_CHAR_BIT.
1434
41158958
EZ
1435Thu Mar 26 22:29:28 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1436
1437 * tracepoint.c (trace_status_command): Recognize a boolean return
1438 value from the stub to indicate whether trace experiment is
900dc14b 1439 running. Export this value as a global state variable.
41158958
EZ
1440 (trace_running_p) for use by the GUI. (from Michael Snyder)
1441 (trace_pass_command) added call to modify_tracepoint_hook.
1442
900dc14b 1443 * tracepoint.h export trace_running_p.
41158958 1444
b0d7af2a
MS
1445Thu Mar 26 13:08:01 1998 David Taylor <taylor@texas.cygnus.com>
1446
1447 * tracepoint.c (validate_actionline): do not error out if
1448 exp->elts[0].opcode is not on short line -- let
1449 expr_to_address_and_size handle it.
1450
14511998-03-26 Jim Blandy <jimb@zwingli.cygnus.com>
1452
1453 * tracepoint.c: Include "ax.h", not "agentexpr.h".
1454
1455 * tracepoint.c (encode_actions): Call expr_to_address_and_size,
1456 not simply expr_to_agent.
1457
1458 * ax-general.c: Comment out code in progress, so everyone else can
1459 at least compile.
1460
1461 * gdbtypes.c: Doc fix.
1462
1463 * ax.h, ax-gdb.h, ax-general.c, ax-gdb.c: New files.
1464 * Makefile.in (REMOTE_OBJS): Add ax-general.o and ax-gdb.o.
1465 (SFILES): Add ax-general.c, ax-gdb.c.
1466 (ax_h): New variable.
1467 (ax-general.o, ax-gdb.o): New rules.
1468
41158958
EZ
1469start-sanitize-sky
1470Wed Mar 25 11:45:19 1998 Frank Ch. Eigler <fche@cygnus.com>
1471
1472 * configure.in (sim-gpu2): Added target type checking to make
1473 --with-sim-gpu2 option only valid for sky target.
1474 * configure: Regenerated.
1475end-sanitize-sky
1476
1477Tue Mar 24 16:22:40 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1478
1479 * Makefile.in: Derive SHELL from configure.
c19916b7 1480 * config/d10v/d10v.mt config/m32r/m32r.mt
2c9fd4b1
ILT
1481 config/mn10200/mn10200.mt config/mn10300/mn10300.mt
1482 config/d30v/d30v.mt : Remove -lm from SIM. This prevents
1483 dependency checking of -lm (under NT native builds). (It is
1484 automatically added by configure if it exists.)
41158958
EZ
1485 * doc/configure mswin/configure nlm/configure
1486 testsuite/gdb.base/configure testsuite/gdb.c++/configure
1487 testsuite/gdb.chill/configure testsuite/gdb.disasm/configure
1488 testsuite/gdb.stabs/configure testsuite/gdb.threads/configure:
1489 Regenerate with autoconf 2.12.1 to fix shell issues for NT native
1490 builds.
1491
fecf06cf
JM
1492Mon Mar 23 18:10:57 1998 Ulrich Drepper (drepper@cygnus.com)
1493
1494 * solib.c (solib_create_inferior_hook): Rewrite previous
1495 change to check the type of file via BFD.
1496
124e64bb
JM
1497Mon Mar 23 13:52:28 1998 Ulrich Drepper (drepper@cygnus.com)
1498
1499 * breakpoint.c (breakpoint_re_set_one): Treat bp_shlib_events
1500 like bp_breakpoints.
1501 * solib.c (solib_create_inferior_hook): Relocate section addresses
1502 if the alleged start address doesn't agree with the PC.
1503
b236defa
FCE
1504start-sanitize-sky
1505Mon Mar 23 13:07:22 1998 Frank Ch. Eigler <fche@cygnus.com>
1506
1507 * configure.in (sim-gpu2): Added --with-sim-gpu2 as configure
1508 option, to allow gdb+sim linking with sky GPU2 library.
83c7ab51 1509 * configure: Regenerated.
124e64bb 1510
b236defa 1511end-sanitize-sky
b236defa
FCE
1512Sat Mar 21 19:34:49 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1513
1514 merged changes from Foundry (list follows by file/author):
1515
1516 - Tom Tromey <tromey@cygnus.com>
1517 * Makefile.in (gdbres.o): New target.
1518 (WINDRES): New define.
1519 * configure: Rebuilt.
1520 * configure.in (WINDRES): Define.
1521 (CONFIG_OBS): Include gdbres.o on Windows.
1522 * gdbtool.ico: New file.
1523 * gdb.rc: New file.
1524
1525 * ser-unix.c
1526 - Keith Seitz <keiths@onions.cygnus.com>
1527 (wait_for): Don't reset the timeout_remaining for CYGWIN32,
1528 since we now effectively poll the serial port.
1529 Don't reset the current_timeout, either, since this member is used
1530 by hardwire_readchar to track the timeout and call the ui_loop_hook.
900dc14b
SS
1531 (hardwire_readchar): Poll the serial port for Cygwin32. We timeout
1532 every second, update the UI, and loop around doing this until we
1533 have hit the real timeout or we get data or an error. This will
1534 allow the UI to stay active while gdb is "blocked" talking to the
1535 target.
1536 - Martin M. Hunt <hunt@cygnus.com>
1537 (wait_for): Do reset current_timeout because it is only used to
1538 keep track of what the current timeout for the scb is.
b236defa
FCE
1539
1540 * top.c
1541 - Martin M. Hunt <hunt@cygnus.com>
1542 (quit_confirm): Change exit message again
1543 for GUI.
1544 (pc_changed_hook): Add prototype.
1545 - Tom Tromey <tromey@cygnus.com>
1546 (quit_confirm): Added missing `else'.
1547 (quit_confirm): Special-case message if init_ui_hook is
1548 set.
1549
1550 * symtab.c
1551 - Martin M. Hunt <hunt@cygnus.com>
1552 (find_pc_sect_line): If no symbol information
1553 is found, return correct pc anyway.
1554 (find_methods): Comment out an apparently
1555 bogus error message because it messes up Foundry.
1556
1557 * serial.c
1558 - Martin M. Hunt <hunt@cygnus.com>
1559 (_initialize_serial): Add a description of
1560 "set remotelogbase".
1561
1562 * findvar.c
1563 - Martin M. Hunt <hunt@cygnus.com>
1564 (write_register_gen): Add call to
1565 pc_changed_hook if the PC is being changed.
1566
1567 * defs.h
1568 - Martin M. Hunt <hunt@cygnus.com>
1569 (pc_changed_hook): Define.
1570
1571 * command.c
1572 - Martin M. Hunt <hunt@cygnus.com>
1573 (do_setshow_command): If no arguments are supplied,
1574 don't dump core, instead print out an error message.
1575
1576 * breakpoint.c
1577 - Martin M. Hunt <hunt@cygnus.com>
1578 Make set_raw_breakpoint, set_breakpoint_count,
1579 and breakpoint_count non-static so they are accessible from
1580 gdbtk.c.
1581 (enable_breakpoint): Enable breakpoint
1582 with same disposition instead of changing all breakpoints
1583 to donttouch.
1584
1585 * annotate.h
1586 - Keith Seitz <keiths@onions.cygnus.com>
1587 Add declarations for annotation hooks.
1588
1589 * annotate.c
1590 - Keith Seitz <keiths@onions.cygnus.com>
1591 Add hooks: annotate_starting_hook, annotate_stopped_hook,
1592 annotate_signalled_hook, annotate_exited_hook.
1593 (annotate_starting): If hook exists, call it instead.
1594 (annotate_stopped): If hook exists, call it instead.
1595 (annotate_exited): If hook exists, call it instead.
1596 (annotate_signalled): If hook exists, call it instead.
1597
d1732185
MS
1598Fri Mar 20 14:45:36 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
1599
1600 * gdbserver/Makefile.in: add dependency on XM_CLIBS.
1601 * gdbserver/low-sim.c (registers) force into alignment.
1602 (create_inferior): Fix typo on new_argv; add abfd arg to
1603 sim_open, sim_create_inferior. Add reg_size arg to
1604 sim_fetch_register, sim_store_register. Make simulator
1605 take a single-step to get into a known running state.
1606 * gdbserver/gdbreplay.c: include fcntl.h for def'n of F_SETFL.
1607 * gdbserver/server.c: Add remote_debug variable to control
1608 debug output.
1609 * gdbserver/server.h: Add prototypes for enable/disable_async_io.
1610 * gdbserver/remote-utils.c: add verbose debugging output controlled
1611 by "remote_debug" variable. Add call to "disable_async_io()"
1612 to avoid being killed by async SIGIO signals.
1613 * config/m32r/m32r.mt: define GDBSERVER_(LIBS and DEPFILES),
1614 so that gdbserver can be built with the m32r simulator.
1615
980714f9
AC
1616Fri Mar 20 09:04:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
1617
1618start-sanitize-r5900
1619 * config/mips/tm-r5900.h (REGISTER_VIRTUAL_SIZE): Redefine as
1620 expression from REGISTER_VIRTUAL_TYPE.
1621 (REGISTER_RAW_SIZE): Ditto.
1622 (REGISTER_VIRTUAL_TYPE): Redefine, use explicit size for 32 bit
1623 registers.
1624
1625end-sanitize-r5900
1626 * gdbtypes.h (builtin_type_{,u}int{8,16,32,64}): New gdb builtin
1627 types.
1628start-sanitize-r5900
1629 (builtin_type_{,u}int128): Ditto.
1630end-sanitize-r5900
1631
1632 * gdbtypes.c (_initialize_gdbtypes): Initialize new types.
1633
1634 * mips-tdep.c (do_gp_register_row): Pad register value when GP
1635 register is smaller than MIPS_REGSIZE.
1636
1637 * findvar.c (value_of_register): When raw and virtual register
1638 values identical, check that sizes are consistent.
1639
f4f7d594
MS
1640Thu Mar 19 11:32:15 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
1641
1642 * minsyms.c (compare_minimal_symbols): If addresses are identical,
1643 then compare on names. Sorted list should have symbols with
1644 identical addresses AND names adjacent, so dups can be discarded.
1645
c298bd54
JL
1646Wed Mar 18 12:50:17 1998 Jeff Law (law@cygnus.com)
1647
1648 * stabsread.c (define_symbol): Don't look for ',' as a LRS
1649 indicator.
1650
3f7e239d
NC
1651Wed Mar 18 10:34:51 1998 Nick Clifton <nickc@cygnus.com>
1652
1653 * rdi-share/etherdrv.c: Set sys_errlist[] as char * not const char *.
1654
c7ab546c
JM
1655Fri Mar 13 15:43:53 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1656
1657 * config/mips/xm-mips.h (CC_HAS_LONG_LONG): Undefine for Ultrix
1658 when compiling with native cc, the compiler has broken long long
1659 support.
1660
60c7c376
JM
1661Fri Mar 13 15:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1662
1663 * config/m68k/xm-sun3os4.h: Remove malloc declarations, they
1664 are handled via autoconf now.
1665 * remote.c (remote_ops, extended_remote_ops): Replace static
1666 forward declaration by moving the static definition to the top of
1667 the file, for old K&R compilers.
1668 * tracepoint.c (collect_symbol, trace_start_command):
1669 Replace ANSI string concatenation with K&R compatible simple string.
1670
16711998-03-11 Fred Fish <fnf@ninemoons.com>
1672
1673 * source.c (select_source_symtab): Don't reach error if we have
1674 a current_source_symtab from reading in partial symbol table.
1675
e0848028
GRK
1676start-sanitize-vr4320
1677Tue Mar 10 16:15:13 1998 Gavin Koch <gavin@cygnus.com>
1678
1679 * configure.tgt (mips64*vr4320*el-*-elf*) : Removed spurious case.
1680
1681end-sanitize-vr4320
3ffbdf15
FF
1682Fri Mar 6 13:10:27 1998 Fred Fish <fnf@cygnus.com>
1683
1684 * utils.c (quit): Call SERIAL_DRAIN_OUTPUT rather than
1685 SERIAL_FLUSH_OUTPUT.
1686 * serial.h (struct serial_ops): Add drain_output, pointer to
1687 function that waits for output to drain.
1688 (SERIAL_DRAIN_OUTPUT): Macro to wait for output to drain.
1689 * ser-unix.c (hardwire_drain_output): New function and prototype.
1690
1691 * ser-unix.c (hardwire_ops): Add entry for drain_output function.
1692 * ser-tcp.c (tcp_ops): Ditto.
1693 * ser-ocd.c (ocd_ops): Ditto.
1694 * ser-mac.c (mac_ops): Ditto.
1695 * ser-go32.c (dos_ops): Ditto.
1696 * ser-e7kpc.c (e7000pc_ops): Ditto.
1697
d6acae68
MS
1698Thu Mar 5 16:07:41 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
1699
1700 * sparcl-tdep.c: fix #endif comments
1701
56deac4b
JM
1702Thu Mar 5 15:10:35 1998 Jason Molenda (crash@bugshack.cygnus.com)
1703
1704 * Makefile.in (BISON): Configure substitutes in @YACC@, not @BISON@.
1705
17772016
KS
1706Thu Mar 5 14:42:41 1998 Keith Seitz <keiths@onions.cygnus.com>
1707
1708 * ocd.c (ocd_open): If we fail ocd_start_remote, make sure we
1709 error () so that we abort out of bdm_ppc_open.
1710
1d7a3fd7
MH
1711Wed Mar 4 16:53:52 1998 Martin M. Hunt <hunt@cygnus.com>
1712
1713 * serial.c (_initialize_serial): Add a description of
1714 "set remotelogbase".
1715
1716 * command.c (do_setshow_command): If no arguments are supplied,
1717 don't dump core, instead print out an error message.
1718
94ec3e76
JM
1719Wed Mar 4 16:50:18 1998 Jason Molenda (crash@bugshack.cygnus.com)
1720
1721 * gdbtk.c (gdb_listfiles): Fix thinko in last change.
1722
d7363521
JM
1723Wed Mar 4 15:34:49 1998 Jason Molenda (crash@bugshack.cygnus.com)
1724
1725 * gdbtk.c (gdb_listfiles): Allocate space for 'files' dynamically.
1726
4f0f84e7
RU
1727Wed Mar 4 01:39:08 1998 Ron Unrau <runrau@cygnus.com>
1728
1729 * elfread.c (elf_symtab_read): merge SYMBOL_IS_SPECIAL into
1730 MAKE_MSYMBOL_SPECIAL
1731 * config/mips/tm-mips.h: ditto
1732
3a012857
JM
1733Tue Mar 3 17:19:08 1998 John Metzler <jmetzler@cygnus.com>
1734
f893ebe3 1735start-sanitize-vr4111
900dc14b 1736 * config/mips/tm-vr4xxx.h: implements vr4111 as separate from 4300
d7363521 1737 * config/mips/vr4xxx.tm: implements vr4111 as separate from 4300
3a012857 1738 * configure.tgt: Recognise mips64vr4111-*-elf as vr4xxx
f893ebe3 1739end-sanitize-vr4111
d7363521 1740 * dwarfread.c (read_tag_pointer_type): Pointer sizes now come from
3a012857
JM
1741 TARGET_PTR_BIT rather from sizeof(char *) on host.
1742
716e3a4f
JM
1743Tue Mar 3 14:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1744
1745 * alpha-nat.c (fetch_osf_core_registers): Renamed from
1746 fetch_aout_core_registers.
1747 (alpha_osf_core_fns): Renamed from alpha_aout_core_fns, change
1748 flavour to bfd_target_unknown_flavour for OSF core files.
1749
e4e30cdc
GRK
1750start-sanitize-vr4320
1751Tue Mar 3 11:12:39 1998 Gavin Koch <gavin@cygnus.com>
1752
1753 * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*) :
1754 Added.
1755
1756end-sanitize-vr4320
58299977
MS
1757Mon Mar 2 17:44:13 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
1758
1759 * breakpoint.c (_initialize_breakpoint): Make "en" an alias
1760 for "enable" (so that it doesn't conflict with "end").
1761
d0b6f2ad
JM
1762Mon Mar 2 17:04:25 1998 Jason Molenda (crash@bugshack.cygnus.com)
1763
1764 * Makefile (VERSION): Bump to 4.17.1.
1765
290d79e0
JM
1766Mon Mar 2 16:59:15 1998 Jason Molenda (crash@bugshack.cygnus.com)
1767
1768 * rdi-share/etherdrv.c (sys_errlist): Add correct decl for Linux.
1769
37ac9ecc
JM
1770Mon Mar 2 16:51:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
1771
1772 * Makefile.in (YYFILES): Remove in maintainer-clean, not distclean.
1773
c87c674a
JM
1774Mon Mar 2 16:47:11 1998 Philippe De Muyter <phdm@macqel.be>
1775
1776 * Makefile.in (distclean): Add `rm $(YYFILES)'.
1777
79f0b613
JM
1778Mon Mar 2 16:45:48 1998 Philippe De Muyter <phdm@macqel.be>
1779
1780 * coffread.c (coff_read_enum_type): Set TYPE_FLAG_UNSIGNED if enum
1781 is unsigned.
1782
6cc922a9
JM
1783Sun Mar 2 15:16:13 1998 Richard Henderson <rth@cygnus.com>
1784
1785 * configure.host, configure.tgt: Add sparc-linux.
1786 * sparc-nat.c: Include <asm/reg.h> not <machine/reg.h> for Linux.
1787 * config/sparc/*linux*: New files.
1788
4321ed53
JM
1789Mon Mar 2 12:12:41 1998 Anthony Thompson (athompso@cambridge.arm.com)
1790
1791 * arm-tdep.c (gdb_print_insn_arm): Call print_insn_big_arm
1792 if we're big endian; else call print_insn_little_arm.
1793
9a760d24
JM
1794Mon Feb 24 11:24:57 1998 Richard Henderson <rth@cygnus.com>
1795
1796 * Makefile.in (BISON): Don't even pretend to use yacc.
1797 (c-exp.tab.o): Use bison -o to use a unique intermediate file.
6e8bee16
SG
1798 (f-exp.tab.o, m2-exp.tab.o): Likewise.
1799start-sanitize-java
1800 (jv-exp.tab.o): Likewise.
1801end-sanitize-java
9a760d24 1802
5af9fc5f
AC
1803Tue Feb 24 03:32:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
1804
1805 * remote-sim.c (gdbsim_fetch_register): Don't abort when the
1806 register size is wrong.
1807
1808start-sanitize-r5900
24d084d9 1809Tue Feb 24 02:53:41 1998 And<rew Cagney <cagney@b1.cygnus.com>
5af9fc5f
AC
1810
1811 * config/mips/tm-r5900.h (REGISTER_VIRTUAL_SIZE,
1812 REGISTE_RAW_SIZE): Re-define.
1813
1814end-sanitize-r5900
c3cf44c4
JM
1815Thu Feb 19 16:49:48 1998 John Metzler <jmetzler@cygnus.com>
1816
24d084d9 1817 * target.c (debug_to_fetch_registers,debug_to_store_registers,
863b20a3
JM
1818 debug-to_insert_breakpoint,debug_to_remove_breakpoint): tracing
1819 64 bit targets crashed long long printfs.
c3cf44c4
JM
1820
1821Tue Feb 17 16:36:22 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
1822
1823 * symfile.c (read_target_int_array): rename read_target_long_array
1824 and force the sizeof an ovly_table element to sizeof(long),
1825 instead of sizeof(int).
1826
f8611801
FCE
1827Tue Feb 17 18:05:05 1998 Frank Ch. Eigler <fche@cygnus.com>
1828
1829 * remote-mips.c (mips_request): Use unsigned long during parsing
1830 returned value from monitor, to prevent accidental sign extension.
1831
dd600735
JM
1832Tue Feb 17 14:28:33 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1833
1834 * acconfig.h: FORCE_MMCHECK changed to MMCHECK_FORCE.
1835 * configure.in: Ditto.
1836 * configure: Regenerated.
1837
1838Tue Feb 17 14:07:34 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1839
1840 * gdbtypes.c (check_typedef): Do not try to resolve the length of
1841 a type which has TYPE_FLAG_TARGET_STUB set, if the target type has
1842 set TYPE_FLAG_TARGET_STUB as well.
1843
bccb2e7f
AC
1844Tue Feb 17 14:32:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
1845
1846 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
1847 Pass register size to sim_{fetch,store}_register. Check nr of
1848 register bytes transfered is correct.
1849
6c3beaaf
AC
1850Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
1851
1852 * remote-d10v.c (remote_d10v_open): Call push_remote_target
1853 instead of open_remote_target.
1854
1855 * remote.c (remote_xfer_memory): Use REMOTE_TRANSLATE_XFER_ADDRESS
1856 to translate addr/size when defined.
1857 (open_remote_target): Delete.
1858
1859 * target.h (open_remote_target): Delete.
1860
1861 * config/d10v/tm-d10v.h (REMOTE_TRANSLATE_XFER_ADDRESS): Define.
1862
1863Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
1864
1865 * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Define. True when
1866 sizeof type > 1.
1867
1868Mon Feb 16 14:05:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
1869
1870 * config/d10v/tm-d10v.h (USE_STRUCT_CONVENTION): Define. True when
1871 sizeof type > 1.
1872
678fa7ff
RU
1873Sun Feb 15 16:10:50 1998 Ron Unrau <runrau@cygnus.com>
1874
1875 * parse.c (write_dollar_variable): call new function
1876 target_map_name_to_register to allow targets to define their own
1877 register name aliases.
1878 * infcmd.c (registers_info): use target_map_name_to_register so that
1879 "print $reg" and "info reg $reg" use the same register name aliases.
1880
8970f2fd
SS
1881Fri Feb 13 16:40:30 1998 Stan Shebs <shebs@andros.cygnus.com>
1882
1883 * config/i386/i386mk.mt (OBJFORMATS): Delete, no longer used.
1884 * config/i386/xm-i386mk.h: Fix an include.
1885 * config/pyr/tm-pyr.h (PC_INNER_THAN): Remove, never used.
1886
a469b84c
FCE
1887Thu Feb 12 16:12:07 1998 Frank Ch. Eigler <fche@cygnus.com>
1888
1889 * remote-mips.c (mips_enter_debug): Sleep before sending CR to
1890 monitor.
1891 (mips_exit_debug): Accept any whitespace / verbiage before monitor
1892 prompt reappears.
1893
9df3ba70
AC
1894Thu Feb 12 18:25:42 1998 Andrew Cagney <cagney@b1.cygnus.com>
1895
1896 * d10v-tdep.c (show_regs): Avoid use of %llx when printing 8 byte
1897 accumulators.
1898
93087920
AC
1899Thu Feb 12 17:10:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
1900
1901 * valops.c (value_at): For d10v, make read pointers with
1902 read_target_unsigned_integer, keep addresses unsigned.
1903 (value_fetch_lazy): Ditto.
1904
dd0ce8f6
AC
1905Thu Feb 12 12:14:02 1998 Andrew Cagney <cagney@b1.cygnus.com>
1906
1907 * remote-d10v.c: New file. Layer the d10v GDB->remote memory map
1908 on top of the remote serial memory transfer functions.
1909
1910 * config/d10v/d10v.mt (TDEPFILES): Add remote-d10v.o
1911
1912 * Makefile.in (remote-d10v.o): Add dependencies.
1913
1914 * remote.c (remote_open_1): Add arg extended_p, engage extended
1915 protocol when extended_p.
1916 (remote_open, extended_remote_open): Pass !extended_p /
1917 extended_p to remote_open_1.
1918
1919 * remote.c (open_remote_target), target.h: New function.
1920
6bcc5ba3
AC
1921Wed Feb 11 08:41:15 1998 Andrew Cagney <cagney@b1.cygnus.com>
1922
1923 * config/i386/fbsd.mh (XDEPFILES): Add ser-tcp.o.
1924
a5f4fbff
KS
1925Tue Feb 10 17:50:37 1998 Keith Seitz <keiths@onions.cygnus.com>
1926
1927 * tracepoint.c (tracepoint_operation): Call the modify_tracepoint_hook
1928 if it exists.
1929 Remove static declaration of free_actions.
1930
1931 * tracepoint.h: Add declaration of free_actions.
1932
1933Tue Feb 10 12:17:13 1998 Fred Fish <fnf@cygnus.com>
1934
1935 * symtab.c (decode_line_1): Revert change that mistakenly
1936 removed assignment of sals[0].pc field.
1937
75a1d67a
JM
1938Mon Feb 10 12:37:47 1998 Philippe De Muyter <phdm@macqel.be>
1939
1940 * m68k/tm-delta68.h (EXTRACT_RETURN_VALUE): Type argument for
1941 `REGISTER_CONVERT_TO_VIRTUAL is `TYPE', not
1942 `REGISTER_VIRTUAL_TYPE (FP0_REGNUM)';
1943 (STORE_RETURN_VALUE): Ditto, and offset for `write_register_bytes'
1944 is `REGISTER_BYTE (FP0_REGNUM)', not `FP0_REGNUM'.
1945 (FRAME_NUM_ARGS): New macro.
1946 * m68k/tm-news.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Ditto.
1947 * delta68-nat.c (clear_insn_cache): New function, forgotten in previous
1948 patch.
1949
f6826586
AC
1950Mon Feb 9 11:10:06 1998 Andrew Cagney <cagney@b1.cygnus.com>
1951
1952 * d10v-tdep.c: Replace references to IMEM_ADDR and DMEM_ADDR with
1953 D10V_MAKE_[DI]ADDR and D10V_CONVERT_[ID]ADDR_TO_RAW macros.
1954
1955 * config/d10v/tm-d10v.h (IMEM_START): Move to 0x01......
1956 (DMEM_START): Move to 0x00......
1957 (STACK_START): Move to 0x00..7ffe.
1958 (D10V_MAKE_IADDR, D10V_MAKE_DADDR): Translate unconditionally.
1959
1960 * d10v-tdep.c (d10v_xlate_addr): Delete function.
1961
9c01dbfb
DE
1962Mon Feb 9 15:10:21 1998 Fred Fish <fnf@cygnus.com>
1963
1964 * symtab.c (fixup_psymbol_section): Move forward declaration to
1965 top of file with other such decls. Make it a static function.
1966 * symtab.h: Minor formatting tweaks.
1967
cb5cd5b4
SS
1968Mon Feb 9 13:14:12 1998 Stan Shebs <shebs@andros.cygnus.com>
1969
1970 * config/a29k-udi.mt, config/i960/vxworks960.mt (REMOTE_OBS):
1971 Remove redefinition.
1972 * config/i960/tm-i960.h (BREAKPOINT): Define.
1973
89f2ecdb
ILT
1974Mon Feb 9 15:35:38 1998 Ian Lance Taylor <ian@cygnus.com>
1975
1976 * Makefile.in (init.c): Ignore errors when making init.c. Seems
1977 necessary to work around bug in Solaris make.
1978
75a1d67a 1979Sun Feb 6 02:44:28 1997 Philippe De Muyter <phdm@macqel.be>
4434e2dc
JM
1980
1981 * m68k/tm-delta68.h (CPLUS_MARKER): Macro deleted.
1982 (EXTRACT_STRUCT_VALUE_ADDRESS): Macro defined.
1983 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): Macros modified
1984 because floating-point values return via %fp0.
1985 (CLEAR_INSN_CACHE): New macro.
1986 * m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL): Macro fixed
1987 to use DOUBLEST.
1988 (REGISTER_CONVERT_TO_RAW): Ditto.
1989 * infptrace.c (child_xfer_memory): If CLEAR_INSN_CACHE is defined,
1990 call it after having written in child process's memory.
1991 * inflow.c (PROCESS_GROUP_TYPE): Macro defined if HAVE_TERMIO.
1992 (gdb_has_a_terminal, terminal_ours_1): Functions fixed for HAVE_TERMIO.
1993
4cb36674
JL
1994Fri Feb 6 16:17:30 1998 Jeffrey A Law (law@cygnus.com)
1995
1996 * config/mips/tm-mips64.h (TARGET_LONG_BIT): Allow final target to
1997 override.
1998 (TARGET_LONG_LONG_BIT): Likewise.
1999 (TARGET_PTR_BIT): Likewise.
2000start-sanitize-r5900
2001 * config/mips/tm-r5900.h (TARGET_PTR_BIT): Define to 32 bits.
2002end-sanitize-r5900
2003
5f3ba16b
DE
2004start-sanitize-sky
2005Fri Feb 6 14:33:34 1998 Doug Evans <devans@canuck.cygnus.com>
2006
2007 * configure.tgt (mips64r5900*-sky-elf*): Replaces txvu-elf.
2008 * config/mips/txvu.mt (SIM): txvu -> mips.
2009
2010end-sanitize-sky
608addd4
AC
2011Fri Feb 6 17:42:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
2012
2013 * config/d10v/tm-d10v.h (D10V_CONVERT_IADDR_TO_RAW,
2014 D10V_CONVERT_DADDR_TO_RAW): Define.
2015
2016 * d10v-tdep.c (d10v_push_arguments): Re-write. Pass arguments in
2017 registers, regardless of their size, when they fit.
2018
9961ca7a
AC
2019Thu Feb 5 13:16:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
2020
2021 * d10v-tdep.c (d10v_extract_return_value): For function pointers
2022 translate address to IMAP area.
2023
2024 * config/d10v/tm-d10v.h (EXTRA_FRAME_INFO): Delete dummy from
2025 struct.
2026 (POP_FRAME): Point at generic_pop_current_frame.
2027
2028 * d10v-tdep.c (d10v_pop_frame): Delete code handling dummy frames,
2029 handled earlier.
2030 (d10v_push_return_address): New function.
2031 (d10v_pop_dummy_frame): Delete.
2032 (d10v_fix_call_dummy): Delete.
2033 (d10v_call_dummy_address): Delete.
2034
2035 * d10v-tdep.c (d10v_init_extra_frame_info): Clear dummy and
2036 frameless.
2037
2038 * d10v-tdep.c (d10v_push_arguments): Keep stack word aligned.
2039
2040 * config/d10v/tm-d10v.h (EXTRACT_STRUCT_VALUE_ADDRESS): Extract
2041 address of structure from first ARG1_REGNUM.
2042
2043 * d10v-tdep.c (d10v_push_arguments): Force 4 byte args into
2044 even-odd register pair. Store 1 and 2 byte args in registers.
2045
2046 * valops.c (value_fetch_lazy): Ensure that a D10V function pointer
2047 is fetched in the correct byte order.
2048 (value_at): Ditto. Also ensure data pointers are mapped to data
2049 segment.
2050
2051 * config/d10v/tm-d10v.h (D10V_DADDR_P, D10V_IADDR_P):
2052
2053 * d10v-tdep.c: Replace 2 with REGISTER_RAW_SIZE.
2054 (d10v_pop_frame): Replace R13 with LR_REGNUM.
2055 (d10v_push_arguments): Replace R2 with ARG1_REGNUM.
2056 (d10v_push_arguments): Replace 6 with ARGN_REGNUM.
2057 (d10v_extract_return_value): Access return value with RET1_REGNUM.
2058
2059 * config/d10v/tm-d10v.h (ARG1_REGNUM, ARGN_REGNUM, RET1_REGNUM):
2060 Define.
2061 (STORE_RETURN_VALUE): Specify return register using RET1_REGNUM.
2062 (STORE_STRUCT_RETURN): Specify ARG1_REGNUM as the struct ptr
2063 location.
2064
44d33d55
AC
2065Thu Feb 5 13:16:36 1998 Andrew Cagney <cagney@b1.cygnus.com>
2066
2067 * blockframe.c (generic_pop_dummy_frame): Flush the frame, no
2068 longer valid.
2069
2070 * blockframe.c (generic_pop_current_frame), frames.h: New
2071 function.
2072
1931ea8d
AC
2073Thu Feb 5 17:18:16 1998 Andrew Cagney <cagney@b1.cygnus.com>
2074
2075 * remote-sim.c (gdbsim_create_inferior): clear_proceed_status
2076 before /re/starting the simulator.
2077
df419eec
JM
2078Thu Feb 5 15:55:31 1998 C. M. Heard (heard@vvnet.com)
2079
2080 * top.c (do_nothing): Remove signal handler after signal is caught.
2081
d9ba1c3f
MS
2082Thu Feb 5 11:57:06 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
2083
2084 * tracepoint.c (tracepoint_operation): call free_actions instead
2085 of free. (free_actions): eliminate some memory leaks for actions.
2086 (validate_actionline): pass string arg by reference, so we can
2087 change the pointer. Change all memrange collection arguments to
2088 canonical form (literal address and size), to enforce early
2089 evaluation. Accept UNOP_MEMVAL (assembly variables) for
2090 trace collection. (parse_and_eval_memrange): accept expressions
2091 for the address and size fields of a memrange (and evaluate
2092 them immediately). (several places): use -1 instead of zero
2093 to distinguish an absolute memrange from a register-relative one.
2094 (encode_actions): add handling for UNOP_MEMVAL (assembly variable).
2095
c7bb1531
JM
2096Wed Feb 4 17:40:21 1998 Jason Molenda (crash@bugshack.cygnus.com)
2097
2098 * Makefile.in (SFILES): add tracepoint.c.
2099 (LINTFILES): add @CONFIG_SRCS@.
2100 (SOURCES): Ditto.
2101 * configure.in (CONFIG_SRCS): Mirror use of CONFIG_OBS.
2102 * configure: Regenerated.
2103
70b3329c
JM
2104Tue Feb 3 16:12:32 1998 Gordon W. Ross (gwr@mc.com)
2105
2106 * infptrace.c (child_resume): Don't try to step if
2107 NO_SINGLE_STEP is defined.
2108
c09eab00
JM
2109Mon Feb 2 19:06:13 1998 Jason Molenda (crash@bugshack.cygnus.com)
2110
2111 * Makefile.in (VERSION): Bump to 4.16.2.
2112
2113Mon Feb 2 17:18:25 1998 Richard Henderson <rth@cygnus.com>
2114
2115 * alpha-nat.c (fetch_aout_core_registers): Rename from
2116 fetch_core_registers.
2117 (fetch_elf_core_registers): New function.
2118 (supply_gregset): Use ALPHA_REGSET_BASE.
2119 (supply_fpregset): Likewise.
2120 (fill_fpregset): Likewise.
2121 (alpha_aout_core_fns): Rename from alpha_core_fns.
2122 (alpha_elf_core_fns): New.
2123 * config/alpha/alpha-linux.mh (NATDEPFILES): solib.o not osfsolib.o.
2124 Disable MMALLOC.
2125 * config/alpha/nm-linux.h (SVR4_SHARED_LIBS): Define if ELF.
2126 (TARGET_ELF64): Likewise.
2127 (ALPHA_REGSET_BASE): New.
2128 * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): New.
2129 * config/alpha/tm-alphalinux.h: Include tm-sysv4.h.
2130
2131 * solib.c (elf_locate_base): Add TARGET_ELF64 support.
2132 (info_sharedlibary_command): Likewise.
2133
2134 * configure.host: Match alpha*.
2135 * configure.tgt: Likewise.
2136
6981a588
DT
2137Fri Jan 30 15:11:38 1998 David Taylor <taylor@texas.cygnus.com>
2138
2139 Changes by <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2140 * infrun.c (IN_SOLIB_DYNSYM_RESOLVE_CODE): new macro for detecting
2141 whether we are in the dynamic symbol resolution code
2142 (wait_for_inferior): invoke it.
2143 * solib.c (in_svr4_dynsym_resolve_code): new function
2144 (enable_break): record start and end of the dynamic linker
2145 text and plt sections for use in in_svr4_dynsym_resolve_code.
2146 * solib.h (IN_SOLIB_DYNSYM_RESOLVE_CODE): add svr4 definition;
2147 (in_svr4_dynsym_resolve_code): declare it.
2148 * config/nm-gnu.h (solib.h): move inclusion to after definition
2149 of SVR4_SHARED_LIBS.
2150 * config/nm-sysv4.h (solib.h): ditto.
2151 * config/i386/nm-i386sco5.h (solib.h): ditto.
2152 * config/i386/nm-linux.h (solib.h): ditto.
2153 * config/mips/nm-irix5.h (IN_SOLIB_DYNSYM_RESOLVE_CODE): undefine.
2154
3e269acb
SS
2155Thu Jan 29 19:39:31 1998 Stan Shebs <shebs@andros.cygnus.com>
2156
2157 * coffread.c (coff_symtab_read) [SEM]: Remove code, macro can
2158 never be defined.
2159 * dbxread.c (process_one_symbol) [BLOCK_ADDRESS_ABSOLUTE]:
2160 Remove, no longer needed.
2161 * hppa-tdep.c (N_SET_MAGIC): Remove, no longer used.
2162 * config/pa/xm-hppab.h (SEEK_SET, SEEK_CUR, SEEK_END): Ditto.
2163 * config/mips/tm-mipsm3.h (NUMERIC_REG_NAMES): Ditto.
2164 * config/mips/mipsm3.mt (TDEPFILES): Remove mipsread.o.
2165
7074cd4e
SS
2166Wed Jan 28 14:46:52 1998 Stan Shebs <shebs@andros.cygnus.com>
2167
2168 Suggested by Chris Walter <walter@budoe.bu.edu>:
2169 * dwarfread.c (set_cu_language): Recognize Fortran.
2170 * dwarf2read.c (set_cu_language): Ditto.
2171 (read_array_type): Fix language test.
2172
2a913d71
MS
2173Wed Jan 28 12:51:08 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
2174
2175 * blockframe.c (generic_frame_chain_valid): A frame pointer may
2176 be valid if it is equal to the frame pointer of its caller (ie.
2177 not necessarily strictly INNER_THAN). Allows frameless functions.
2178
29df6f4b
MA
2179Wed Jan 28 11:23:25 1998 Mark Alexander <marka@cygnus.com>
2180
2181 * monitor.c (monitor_vsprintf): New function to handle
2182 printing of large addresses using %A format specifier.
2183 (monitor_printf_noecho, monitor_printf): Use monitor_vsprintf
2184 instead of vsprintf.
2185 * dve3900-rom.c (_initialize_r3900_rom): Use %A instead of %Lx
2186 to print addresses.
2187
4b95e9a1
JM
2188Tue Jan 27 16:14:23 1998 Jason Molenda (crash@bugshack.cygnus.com)
2189
2190 * configure.in (CONFIG_LDFLAGS): Only add -export-dynamic
2191 when using GNU ld.
2192
bf1fb2e0
JM
2193Mon Jan 26 19:07:46 1998 Jason Molenda (crash@bugshack.cygnus.com)
2194
2195 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset):
2196 Add closing parenthesis. From HJ Lu.
2197
d8365eee
MA
2198Mon Jan 26 17:54:45 1998 Mark Alexander <marka@cygnus.com>
2199
2200 * dve3900-rom.c: Improve performance by using memory commands
2201 that print less fluff. Minor cosmetic changes.
2202 Eliminate compiler warnings.
2203
f03cdc5e
MH
2204Sat Jan 24 23:44:43 1998 Martin M. Hunt <hunt@cygnus.com>
2205
2206 * breakpoint.c (enable_breakpoint): Preserve breakpoint
2207 disposition when enabling a breakpoint.
2208
2209 * symtab.c (find_pc_sect_line): If no symbol information
2210 is found, return correct pc anyway.
2211
9a2e2aba
SS
2212Fri Jan 23 17:26:22 1998 Stan Shebs <shebs@andros.cygnus.com>
2213
2214 * configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*,
2215 ns32k-*-mach3*): Fix file names.
2216 (i[3456]86-*-os9k, m88*-*-mach3*, w65-*-*): Remove config
2217 recognition, no source files for these.
2218 * configure.tgt (powerpc-*-aix4*): Remove config, now identical
2219 to powerpc-*-aix*.
2220 * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: Remove files,
2221 no longer needed.
2222
1a31a33a
MA
2223Fri Jan 23 16:49:41 1998 Mark Alexander <marka@cygnus.com>
2224
2225 * monitor.c (monitor_write, monitor_readchar): New functions.
2226 * monitor.h (monitor_write, monitor_readchar): Declare.
2227 * dve3900-rom.c: Add support for fast loading on ethernet connections.
2228
77636dea
FF
2229Fri Jan 23 07:47:06 1998 Fred Fish <fnf@cygnus.com>
2230
2231 * config/d10v/tm-d10v.h (CALL_DUMMY): Define as "{ 0 }".
2232 (TARGET_READ_FP): Define to d10v_read_fp rather than d10v_read_sp.
2233 (TARGET_WRITE_FP): Define to d10v_write_fp rather than d10v_write_sp.
2234 (d10v_write_fp, d10v_read_fp): Add prototypes.
2235 * symtab.c (decode_line_1): Remove assignment of sals[0].pc field.
2236 * symfile.c (simple_overlay_update, simple_overlay_update_1):
2237 Ignore the size of overlay sections. This check is redundant anyway.
2238 * printcmd.c (print_frame_args): Ditto.
2239 * valops.c (value_fetch_lazy): Ditto.
2240 * values.c (unpack_long): Ditto.
2241 * d10v-tdep.c (d10v_frame_chain, d10v_frame_find_saved_regs,
2242 d10v_init_extra_frame_info): Fix some minor bugs so the finish command
2243 works properly.
2244 (show_regs): Change num1 and num2 types from "long long" to "LONGEST".
2245 (d10v_read_fp, d10v_write_fp): New functions.
2246 (d10v_push_arguments): Remove unneeded assigns to "val" and "contents".
2247 (d10v_push_arguments): Fix for pointers and structs.
2248 (d10v_extract_return_value): Fix for pointers and chars.
2249
4133151f
SS
2250Tue Jan 20 18:53:18 1998 Stan Shebs <shebs@andros.cygnus.com>
2251
2252 * configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove config
2253 recognition, no source files for these (note that the i386 Mach
9a2e2aba 2254 config is for pre-Mach 3).
4133151f
SS
2255 (mips*-*-mach3*, ns32k-*-mach3*): Fix file names.
2256 * config/mips/mipsel64.mt: Remove, never referenced.
2257
59ae1b0f
SS
2258Mon Jan 19 14:01:28 1998 Stan Shebs <shebs@andros.cygnus.com>
2259
2260 * top.c (print_gdb_version): Restore to original message.
2261
76bf9192
ILT
2262Mon Jan 19 13:34:40 1998 Ian Lance Taylor <ian@cygnus.com>
2263
b5edcb45
ILT
2264 From cgf@bbc.com (Chris Faylor):
2265 * win32-nat.c (child_mourn_inferior): Call ContinueDebugEvent to
2266 let the child exit.
2267 (child_kill_inferior): Respond to all debug events as the child is
2268 terminating.
2269
76bf9192
ILT
2270 * Makefile.in (all): Change gdb dependency to gdb$(EXEEXT).
2271 (uninstall): Add $(EXEEXT) to file name to remove.
2272 (gdb$(EXEEXT)): Rename target from plain gdb.
2273 (gdb1$(EXEEXT)): Rename target from plain gdb1.
2274 (clean, mostlyclean): Add $(EXEEXT) to binary names to remove.
2275
23f38c9e
FL
22761998-01-16 Felix Lee <flee@cygnus.com>
2277
2278 * top.c (print_gdb_version): delete stutter.
2279
ed3e2cfe
NC
2280Thu Jan 15 12:29:13 1998 Nick Clifton <nickc@cygnus.com>
2281
2282 * remote-rdi.c (arm_rdi_open): Patch from Tony.Thompson@arm.com
2283 to prevent spurous error messages on non-ICE targets.
2284
8d9371a5
SS
2285Wed Jan 14 19:27:02 1998 Stan Shebs <shebs@andros.cygnus.com>
2286
2287 * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
2288 Remove, no longer used.
2289
f27bb101
MM
2290Wed Jan 14 18:11:26 1998 Michael Meissner <meissner@cygnus.com>
2291
2292 Patch from Jim Wilson.
2293 * d30v-tdep.c (d30v_frame_find_saved_regs_offsets): Properly
2294 declare void function before use.
2295
2296 * config/d30v/tm-d30v.h (CALL_DUMMY): Initialize as { 0 }, not {}.
2297
0728afad
FF
2298Tue Jan 13 16:38:48 1998 Fred Fish <fnf@cygnus.com>
2299
2300 * configure.in (--with-mmalloc): Add new configure arg to use the
2301 mmalloc package. Default is to not use it.
2302 (START_INFERIOR_TRAPS_EXPECTED): Define to the integer 2, not
2303 the string "2".
2304 * acconfig.h (USE_MMALLOC, FORCE_MMCHECK): Add #undef.
2305 * configure: Regenerated.
2306 * config.in: Regenerated.
2307 * Makefile.in (MMALLOC_DIR, MMALLOC_SRC): Remove.
2308 (MMALLOC): Set using configure.
2309 (MMALLOC_CFLAGS): Set using configure.
2310
2311 * config/i386/tm-linux.h (sys_quotactl): Define to 1 rather
2312 than just defining it.
2313 * mpw-make.sed: Undefine USE_MMALLOC rather than defining NO_MMALLOC.
2314 * utils.c (NO_MMALLOC): Use USE_MMALLOC instead.
2315 * objfiles.c: ditto.
2316 * defs.h: ditto.
2317
2318 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Remove.
2319 * config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Remove.
2320 * config/i386/cygwin32.mh (MMALLOC_CFLAGS): Remove.
2321 * config/alpha/alpha-osf3.mh (MMALLOC_CFLAGS): Remove.
2322 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Remove.
2323 * gdbserver/Makefile.in (MMALLOC_*): Remove.
2324 * config/rs6000/rs6000.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2325 * config/rs6000/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2326 * config/powerpc/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2327 * config/powerpc/aix.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2328 * config/ns32k/ns32km3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2329 * config/mips/mipsm3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2330 * config/mips/decstation.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2331 * config/m88k/cxux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2332 * config/i386/xm-windows.h (NO_MMALLOC, NO_MMCHECK): Remove.
2333 * config/i386/i386mk.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2334 * config/i386/i386m3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2335 * config/i386/i386gnu.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2336 * config/alpha/alpha-osf1.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2337 * config/alpha/alpha-linux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
2338
e21fb2ae
MS
2339Mon Jan 12 11:46:51 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
2340
8f05bc95
MS
2341 * config/m68k/tm-m68k.h (REGISTER_VIRTUAL_TYPE): make A0 thru A7
2342 default to void pointer type (so that their default radix is hex).
2343
e21fb2ae 2344 * symtab.c: move rbreak_command from no_class to class_breakpoint
8f05bc95 2345 so it will be listed under "help breakpoints".
e21fb2ae 2346
0a51a5af
SS
2347Sat Jan 10 14:58:04 1998 Stan Shebs <shebs@andros.cygnus.com>
2348
2349 * rdi-share/hostchan.c: Remove gettimeofday declaration.
2350
3a9c3d12
NC
2351Thu Jan 8 11:03:59 1998 Nick Clifton <nickc@cygnus.com>
2352
2353 * remote-rdp.c: Applied patches submitted by Tony.Thompson@arm.com
0a51a5af 2354 to implement the Angel remote debugging interface.
3a9c3d12
NC
2355
2356 * Makefile.in: Add build rules for remote-rdi.c and
0a51a5af 2357 rdi-share/libangsd.a.
3a9c3d12
NC
2358
2359 * configure.tgt: Updated from source on branch.
2360 * config/arm/tm-arm.h: Updated from source on branch.
2361 * arm-tdep.c: Updated from source on branch.
2362
0a51a5af
SS
2363 * rdi-share: New directory, RDI library contributed by ARM.
2364
352f9e9d
MA
2365Mon Jan 5 20:21:59 1998 Mark Alexander <marka@cygnus.com>
2366
2367 * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define.
2368 * monitor.c (monitor_wait): Echo program output.
2369 * dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag,
2370 add MO_PRINT_PROGRAM_OUTPUT flag.
2371
4d132e40
DT
2372Mon Jan 5 18:21:11 1998 David Taylor <taylor@texas.cygnus.com>
2373
2374 * top.h (HAVE_SIGSETJMP): define SIGJMP_BUF, SIGSETJMP, and
2375 SIGLONGJMP appropriately based on whether HAVE_SIGSETJMP is
2376 defined.
2377 * top.c (return_to_top_level, catch_errors): use the new macros
2378 * main.c (SET_TOP_LEVEL): ditto.
2379 * config/xm-sysv4.h (HAVE_SIGSETJMP): Define.
2380
3435297a
MA
2381Fri Jan 2 18:48:58 1998 Mark Alexander <marka@cygnus.com>
2382
2383 * configure.in: Double up brackets in shell case pattern.
2384
99fa2de0
MS
2385Fri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
2386
2387 * tracepoint.c (finish_tfind_command): improved algorithm for
2388 deciding when we've "stepped" into a new stack frame.
2389 (map_args_over_tracepoints): loop over tracepoint list "safely",
2390 since list elements may be deleted during loop.
2391 (read_actions): add actions to history list.
2392
6d0b229c 2393For older changes see ChangeLog-97
bd5635a1
RP
2394\f
2395Local Variables:
55d3002f 2396mode: change-log
bd5635a1
RP
2397left-margin: 8
2398fill-column: 74
2399version-control: never
2400End:
This page took 0.671111 seconds and 4 git commands to generate.