* i386-tdep.c (i386_extract_struct_value_address): Use
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
ab91194c
MK
12002-10-26 Mark Kettenis <kettenis@gnu.org>
2
751f1375
MK
3 * i386-tdep.c (i386_extract_struct_value_address): Use
4 regcache_raw_read_unsigned instead of
5 regcache_cooked_read_unsigned since we know that the register
6 we're reading isn't a pseudo register. Rename variable 'val' into
7 the more descriptive 'addr'.
8
26abbdc4
MK
9 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
10 (x86_64_push_return_address): Add comment.
11 (x86_64_pop_frame): Make static.
12 (examine_argument): Clarify comment.
13 (x86_64_skip_prologue): Make prolog_expact variable static.
14
9f1549cc
MK
15 * dwarf2cfi.c: Fix some formatting problems.
16 (context_cpy, read_encoded_pointer): Clarify comments.
17
ab91194c
MK
18 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
19 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
20 i386 target back into x86_64_gdbarch_init. Add some comments and
21 remove meaningless ones.
22
72367fb4
AC
232002-10-25 Andrew Cagney <cagney@redhat.com>
24
25 * complaints.h (struct deprecated_complaint): Rename `struct
26 complaint'.
27 * complaints.c (complain): Update.
28 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
29 incorrect comment indicating that "symfile.h" was being included
30 for the `struct complaint' definition.
31 * remote-vx.c: Update.
32 * objc-lang.c: Update.
33 * xcoffread.c: Update.
34 * hpread.c: Update.
35 * mdebugread.c: Update.
36 * stabsread.c: Update.
37 * dwarf2read.c: Update.
38 * dwarfread.c: Update.
39 * elfread.c: Update.
40 * coffread.c: Update.
41 * stabsread.h: Update.
42 * dbxread.c: Update.
43 * buildsym.c: Update.
44 * gdbtypes.c: Update.
45 * macrotab.c: Update.
46
1f2baacc
MK
472002-10-25 Mark Kettenis <kettenis@gnu.org>
48
0c1a73d6
MK
49 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
50 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
51 (x86_64_init_abi): ...new function.
52
6aee4d54 53 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
54 * i386v-nat.c: Include "i386-tdep.h".
55
8f9cbe01
AC
562002-10-25 Andrew Cagney <cagney@redhat.com>
57
5f11f355
AC
58 * gdbtypes.c (address_space_name_to_int): Update.
59 (address_space_int_to_name): Update.
60 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
61 multi-arch predicate.
62 (address_class_name_to_type_flags): Ditto.
63 * gdbarch.h, gdbarch.c: Re-generate.
64
8f9cbe01
AC
65 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
66
e8d96a5d
MH
672002-10-24 Martin M. Hunt <hunt@redhat.com>
68
69 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
70
fe39c653
EZ
712002-10-24 Elena Zannoni <ezannoni@redhat.com>
72
73 * symtab.h (INIT_SAL): Delete macro.
74 (init_sal): Export.
75 * symtab.c (init_sal): New function.
76
77 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
78 to init_sal function call.
79 (find_sal_from_funcs_and_line): Ditto.
80 (all_sals_for_line): Ditto.
81 * breakpoint.c (create_internal_breakpoint): Ditto.
82 (create_fork_vfork_event_catchpoint): Ditto.
83 (create_exec_event_catchpoint): Ditto.
84 (parse_breakpoint_sals): Ditto.
85 (watch_command_1): Ditto.
86 (handle_gnu_4_16_catch_command): Ditto.
87 (clear_command): Ditto.
88 * hppa-tdep.c (child_enable_exception_callback): Ditto.
89 * infcmd.c (run_stack_dummy): Ditto.
90 * infrun.c (process_event_stop_test): Ditto.
91 (check_sigtramp2): Ditto.
92 (step_over_function): Ditto.
93 * linespec.c (decode_line_2): Ditto.
94 (decode_line_1): Ditto.
95 * source.c (line_info): Ditto.
96 * symtab.c (find_pc_sect_line): Ditto.
97
baed091b
ML
982002-10-24 Michal Ludvig <mludvig@suse.cz>
99
100 * dwarf2cfi.c (struct context)
101 (struct context_reg): Moved to dwarf2cfi.h
102 (context_alloc, frame_state_alloc, context_cpy):
103 Made extern instead of static, removed prototypes.
104 * dwarf2cfi.h (struct context)
105 (struct context_reg): New, moved from dwarf2cfi.c
106 (context_alloc, frame_state_alloc, context_cpy):
107 New prototypes.
108 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
109 Changed from static to extern.
110 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
111 (LINUX_SIGCONTEXT_FP_OFFSET)
112 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
113 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
114 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
115 * x86-64-tdep.c (x86_64_gdbarch_init): Several
116 set_gdbarch_*() calls now use x86-64 specific functions
117 instead of DWARF2 CFI ones.
118 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
119 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
120 (x86_64_init_extra_frame_info): New prototypes.
121
c38da1af
DC
1222002-10-23 David Carlton <carlton@math.stanford.edu>
123
124 * linespec.c: #include "parser-defs.h".
125 Delete prototype for find_template_name_end.
126 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
127
fb9b6b35
JJ
1282002-10-23 Jeff Johnston <jjohnstn@redhat.com>
129
130 * NEWS: add recent mi fixes.
131 * varobj.c (struct varobj): Add new "updated" flag.
132 (new_variable): Default "updated" flag to 0.
133 (varobj_set_value): Set "updated" flag to 1 if value
134 changes.
135 (varobj_update): Check varobj "updated" flag before
136 comparing old and refreshed values. Fix for
137 PR gdb/702.
138
8da065d5
DC
1392002-10-23 David Carlton <carlton@math.stanford.edu>
140
141 * parse.c (parse_exp_1): Use BLOCK_START.
142 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
143 SYMBOL_BLOCK_VALUE.
144 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
145
87f2f08c
DC
1462002-10-23 David Carlton <carlton@math.stanford.edu>
147
148 * symtab.c: Delete cplusplus_hint.
149 Delete prototype for find_template_name_end.
150
88cda038
EZ
1512002-10-23 Elena Zannoni <ezannoni@redhat.com>
152
153 * symtab.h: Update comment.
154
2625d86c
MS
1552002-10-23 Michael Snyder <msnyder@redhat.com>
156
157 * printcmd.c (address_info): Restore quotes in output.
158 * valops.c (value_of_local): Restore quotes in error message.
159
9cc0d196
EZ
1602002-10-23 Elena Zannoni <ezannoni@redhat.com>
161
162 * symtab.c (symbol_demangled_name): New function.
163 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
164 turning most of it into a function.
165 (symbol_demangled_name): Export.
166
19de93d0
MS
1672002-10-23 Michael Snyder <msnyder@redhat.com>
168
169 * valops.c (value_of_local): Restore quotes in error message.
170
89aad1f9
EZ
1712002-10-23 Elena Zannoni <ezannoni@redhat.com>
172
173 * symtab.c (symbol_init_language_specific): New function.
174 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
175 turning most of it into a function.
176 (symbol_init_language_specific): Export.
177
d9fa45fe
DC
1782002-10-23 David Carlton <carlton@math.stanford.edu>
179
180 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
181 (dwarf_attr_name): Ditto.
182 (dwarf_type_encoding_name): Ditto.
183 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
184 (process_die): Handle DW_TAG_namespace,
185 DW_TAG_imported_declaration, DW_TAG_imported_module.
186 (read_namespace): New function.
187
1045b512
JB
1882002-10-22 Joel Brobecker <brobecker@gnat.com>
189
190 * configure.in: Define NEW_PROC_API on Interix too.
191 * configure: Regenerate.
192
1932002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
194
195 * configure: Regenerate using the proper version of autoconf.
196
3987b9d4
EZ
1972002-10-21 Elena Zannoni <ezannoni@redhat.com>
198
199 * findvar.c (read_var_value): Temporarily disable TLS code, until
200 complete TLS support is added.
201
9d774e44
EZ
2022002-10-21 Jim Blandy <jimb@redhat.com>
203 Elena Zannoni <ezannoni@redhat.com>
204
205 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
206 for thread local storage locations.
207 (struct symbol): Add objfile field.
208 (SYMBOL_OBJFILE): Define.
209 * dwarf2read.c (is_thread_local): New static variable.
210 (new_symbol): If variable is in thread local fill in address class
211 and objfile appropriately.
212 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
213 stack operation.
214 * printcmd.c (address_info): Print the information for thread
215 local storage variable.
216 * findvar.c (read_var_value): In case of thread local variable,
217 defer to the target vector code to compute address.
218
bc4a16ae
EZ
2192002-10-21 Elena Zannoni <ezannoni@redhat.com>
220
221 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
222 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
223
407caf07
EZ
2242002-10-21 Elena Zannoni <ezannoni@redhat.com>
225
226 * symtab.h (address_class): Rename
227 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
228 * hpread.c (hpread_process_one_debug_symbol): Ditto.
229 * printcmd.c (address_info): Ditto.
230 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
231
005328e3
MK
2322002-10-20 Mark Kettenis <kettenis@gnu.org>
233
afdb036a
MK
234 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
235 DBREG_DRX macro to acces debug registers.
236
ca02e098
MK
237 * Makefile.in (i386obsd-tdep.o): New target.
238
03cc47f7
MK
239 * solib-sunos.c: Include "bcache.h" and "regcache.h".
240 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
241
005328e3
MK
242 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
243 * config/i386/obsd.mt: New file.
244 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
245 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
246 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
247 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
248 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
249 * i386obsd-tdep.c: New file.
250
9c96f9f2
AF
2512002-10-19 Adam Fedor <fedor@gnu.org>
252
253 * objc-exp.y (name_not_typename): Fix invalid comment.
254
ce1ed485
MK
2552002-10-20 Mark Kettenis <kettenis@gnu.org>
256
257 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
258 to allocate partial syms and macro byte caches.
259
1efc7aaa
DC
2602002-10-18 David Carlton <carlton@math.stanford.edu>
261
262 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
263
7e1d63ec
AF
2642002-10-18 Adam Fedor <fedor@gnu.org>
265
266 * stabsread.c (find_name_end): New function.
267 (define_symbol): Use it.
268
6e8d29a9
DJ
2692002-10-18 Daniel Jacobowitz <drow@mvista.com>
270
271 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
272 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
273 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
274 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
275
1efc7aaa 2762002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
277
278 * symfile.h: Add opaque declaration for struct obstack.
279 Declare obsavestring to take a const char *.
280 * symfile.c (obsavestring): Make first argument a const char *.
281
1aeae86e
AF
2822002-10-16 Adam Fedor <fedor@gnu.org>
283
284 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
285 names when matching breakpoints in current file.
286
8b2dbe47
KB
2872002-10-16 Kevin Buettner <kevinb@redhat.com>
288
289 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
290 (read_tag_pointer_type): Add address class support.
291 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
292 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
293 New methods.
294 * gdbarch.h, gdbarch.c: Regenerate.
295 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
296 (make_type_with_address_space, recursive_type_dump): Add address
297 class support.
298 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
299 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
300 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
301
74451869
KD
3022002-10-16 Klee Dienes <kdienes@apple.com>
303
304 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
305 to get the last character of a char[] buffer, not
306 name[sizeof(vptr_name)-1].
307
ff4cb3e8
AF
3082002-10-14 Adam Fedor <fedor@gnu.org>
309
310 * symtab.h: New objc_specific struct.
311 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
312 (SYMBOL_DEMANGLED_NAME): Likewise.
313
da2cf7e0
AF
3142002-10-14 Adam Fedor <fedor@gnu.org>
315
316 * symfile.c (init_filename_language_table): Add ObjC file extension.
317
4a351cef
AF
3182002-10-14 Adam Fedor <fedor@gnu.org>
319
320 * utils.c (puts_filtered_tabular): New function.
321 (fprintf_symbol_filtered): Get ObjC demangled name.
322 * defs.h (puts_filtered_tabular): Declared.
323
9750e763
KB
3242002-10-14 Kevin Buettner <kevinb@redhat.com>
325
326 * c-lang.h (c_type_print_varspec_prefix): Delete.
327 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
328 ``need_post_space'' parameter. Adjust all callers.
329
eee771c1
DJ
3302002-10-14 Daniel Jacobowitz <drow@mvista.com>
331
332 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
333 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
334 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
335 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
336
46c82446
AF
3372002-10-13 Adam Fedor <fedor@gnu.org>
338
339 * source.c (print_source_lines): Update comments.
340
d069f99d
AF
3412002-10-13 Adam Fedor <fedor@gnu.org>
342
343 * valops.c (value_of_local): New function.
344 (value_of_this): Use it.
345 * value.h (value_of_local): Declared.
346
53c551b7
AF
3472002-10-13 Adam Fedor <fedor@gnu.org>
348
349 * parse.c: (length_of_subexp, prefixify_subexp): Handle
350 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
351
eb392fbf
AF
3522002-10-12 Adam Fedor <fedor@gnu.org>
353
354 * language.c (binop_result_type): Add language_objc to case.
355 (integral_type): Likewise.
356 (character_type): Likewise.
357 (string_type): Likewise.
358 (boolean_type): Likewise.
359 (structured_type): Likewise.
360 (binop_type_check): Likewise.
361
e2b23ee9
AF
3622002-10-11 Adam Fedor <fedor@gnu.org>
363
364 * printcmd.c (address_info): Print 'self' for ObjC.
365
b01ab485
AF
3662002-10-11 Adam Fedor <fedor@gnu.org>
367
368 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
369 OP_SELF.
370
806e6073
AF
3712002-10-11 Adam Fedor <fedor@gnu.org>
372
373 * language.h (CAST_IS_CONVERSION): Add language_objc.
374
50f85cdf
AF
3752002-10-11 Adam Fedor <fedor@gnu.org>
376
377 * defs.h (enum language): Add language_objc.
378
0d540cdf
KD
3792002-10-11 Klee Dienes <kdienes@apple.com>
380
381 * findvar.c (read_memory_typed_address): New function.
382 * gdbcore.h (read_memory_typed_address): Add prototype.
383 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
384 to read a value destined for a CORE_ADDR, not read_memory_integer.
385 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
386 (f77_get_dynamic_lowerbound): Ditto.
387
d5dc7960
MH
3882002-10-11 Martin M. Hunt <hunt@redhat.com>
389
390 * utils.c (string_to_core_addr): After turning string into
391 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
392 which will do necessary sign-extension, etc.
393
8343f86c
DJ
3942002-10-11 Daniel Jacobowitz <drow@mvista.com>
395
396 * c-exp.y (THIS): Delete token and grammar rule.
397 (yylex): Don't return THIS.
398 * cp-valprint.c (vtbl_ptr_name_old): Delete.
399 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
400 * demangle.c (cplus_markers): Update comment. Put '$'
401 first. Remove CPLUS_MARKER.
402 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
403 * jv-exp.y (THIS): Delete token and grammar rule.
404 (yylex): Don't return THIS.
405 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
406 * objc-exp.y (THIS): Delete token and grammar rule.
407 (yylex): Don't return THIS.
408 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
409 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
410 (read_member_functions): Likewise for opname.
411 (read_tilde_fields): Use is_cplus_marker.
412
413 * defs.h (CPLUS_MARKER): Don't define.
414 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
415 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
416 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
417 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
418 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
419
420 * config/i386/tm-i386v4.h: Delete file.
421 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
422 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
423 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
424 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
425 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
426 * config/i386/i386sco5.mt (TM_FILE): Likewise.
427 * config/i386/i386v4.mt (TM_FILE): Likewise.
428 * config/i386/ncr3000.mt (TM_FILE): Likewise.
429
967c0d83
MM
4302002-10-10 Marko Mlinar <markom@opencores.org>
431
432 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
433 accidentially not commited 2002-10-09
434 * gdbarch.h, gdbarch.c: Re-generate.
435
f74fa174
MM
4362002-10-09 Marko Mlinar <markom@opencores.org>
437
438 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
439 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
440 * gdbarch.h, gdbarch.c: Re-generate.
441
57349743
JB
4422002-10-08 Petr Sorfa <petrs@caldera.com>
443
444 Revised and re-submitted by John Wolfe <jlw@caldera.com>
445
446 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
447 so we can work on more than one compilation unit at a time. This
448 helps prepare GDB to handle inter-CU die references.
449 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
450 the code to be defined before struct comp_unit_head.
451 (comp_unit_head): Added new members - offset, cu_head,
452 begin_die, next and dwarf2_abbrevs.
453 (dwarf2_abbrevs): Removed single static var; now member of
454 struct comp_unit_head.
455 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
456 members.
457 (psymtab_to_symtab_1): Changed to work with the new
458 struct comp_unit_head.
459 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
460 constructs the dwarf2_abbrevs[] inside the cu_header.
461 (dwarf2_empty_abbrev_table): Now expects a ptr to a
462 dwarf2_abbrev table to clean up.
463 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
464 handling of dwarf2_abbrevs inside the cu_header.
465 (read_partial_die): Now supports the call to the new
466 dwarf2_lookup_abbrev.
467 (read_full_die): Now supports the call to the new
468 dwarf2_lookup_abbrev.
469
4092aadb
CF
4702002-10-06 Christopher Faylor <cgf@redhat.com>
471
472 * Makefile.in (install-gdbtk): Add missing continuation backslash to
473 insure that shell variables, such as "transformed_name" are propagated
474 to later shell statements in rule.
475
af0b2512
MK
4762002-10-06 Mark Kettenis <kettenis@gnu.org>
477
478 * config/i386/nm-i386sco.h: Add protection against
479 multiple-inclusion. Include "i386/nm-i386v.h".
480 (REGISTER_U_ADDR): Remove define.
481 (i386_register_u_addr): Remove prototype.
482
d6020d45
MS
4832002-10-04 Michael Snyder <msnyder@redhat.com>
484
485 * m32r-stub.c (handle_exception): Make sure exception is "trap"
486 before treating it as a single-step event.
487
7248f48e
AF
4882002-10-03 Adam Fedor <fedor@gnu.org>
489
490 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
491 (objc_demangle): Remove assignment in if statements, Replace
492 free with xfree.
493 (add_msglist): Likewise.
494 (end_msglist): Likewise.
495 (complare_selectors): Likewise.
496 (selectors_info): Likewise.
497 (compare_classes): Likewise.
498 (classes_info): Likewise.
499 (print_object_command): Likewise.
500 (find_objc_msgcall_submethod): Replace PTR with void *.
501 * objc-lang.h: Remove check for __STDC__.
502
52c6a6ac
JJ
5032002-10-03 Jeff Johnston <jjohnstn@redhat.com>
504
505 * ui-out.h (ui_out_field_fmt_int): New prototype.
506 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
507 of field width and alignment.
508 * stack.c (print_frame_info_base): When printing frame level, use
509 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
510 PR gdb/192
511
7e3cec17
JJ
5122002-10-03 Jeff Johnston <jjohnstn@redhat.com>
513
514 * MAINTAINERS: Add self to Write After Approval list.
515
a58dd373
EZ
5162002-10-02 Elena Zannoni <ezannoni@redhat.com>
517
518 * infcmd.c (interrupt_target_command_wrapper): Delete.
519 (interrupt_target_command): Make non static.
520 (nofp_registers_info): Make static.
521 * stack.c (return_command_wrapper): Delete.
522 (return_command): Make non static.
523
cee6ddeb
EZ
5242002-10-02 Elena Zannoni <ezannoni@redhat.com>
525
526 * event-top.c (gdb_setup_readline): New function. Code moved from
527 _initialize_event_loop().
528 (_initialize_event_loop): Call gdb_setup_readline().
529
c4ed33b9
AC
5302002-10-02 Andrew Cagney <ac131313@redhat.com>
531
532 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
533 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
534 * gdbarch.h, gdbarch.c: Re-generate.
535
cef4f5dd
DJ
5362002-10-02 Daniel Jacobowitz <drow@mvista.com>
537
538 Fix PR gdb/778
539 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
540 before recursing.
541 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
542 of fill_in_vptr_fieldno.
543
36dc181b 5442002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 545
36dc181b
EZ
546 * inferior.h (registers_info, stepi_command, nexti_command,
547 continue_command, interrupt_target_command): Export from infcmd.c.
548 * frame.h (args_info, selected_frame_level_changed_hook,
549 return_command): Export from stack.c.
550 * v850ice.c (stepi_command, nexti_command, continue_command): use
551 prototypes from inferior.h.
552 * tracepoint.c (registers_info, args_info, locals_info): Use
553 prototypes from frame.h and inferior.h.
554 * Makefile.in (mi-main.o): Add dependency on frame.h.
555
6f99cb26
AC
5562002-10-02 Andrew Cagney <ac131313@redhat.com>
557
da3eff49
AC
558 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
559 value in register 3 adjusted by ppc_gp0_regnum.
560
6f99cb26
AC
561 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
562
da615bee
MM
5632002-10-02 Marko Mlinar <markom@opencores.org>
564
565 * MAINTAINERS: Add myself to the Write After Approval list.
566
d154bee2
AO
5672002-10-01 Alexandre Oliva <aoliva@redhat.com>
568
62a49b2c
AO
569 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
570 of the section for the N64 ABI, fixed.
571
d154bee2
AO
572 * config/mips/tm-irix6.h: Include solib.h.
573
ed348acc
EZ
5742002-10-01 Elena Zannoni <ezannoni@redhat.com>
575
576 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
577 GNU operators.
578
da0f9dcd
AC
5792002-10-01 Andrew Cagney <ac131313@redhat.com>
580
581 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
582 and that "mi0" syntax has been removed.
583
bdf64bac
DC
5842002-09-30 David Carlton <carlton@math.stanford.edu>
585
586 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
587 * ppc-sysv-tdep.c: #include "gdb_string.h".
588 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
589 pacify GCC.
590
54c2a1e6
AC
5912002-10-01 Andrew Cagney <ac131313@redhat.com>
592
593 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
594 "vrsave"'s register number.
595
cedea778
AC
5962002-09-30 Andrew Cagney <ac131313@redhat.com>
597
598 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
599 use frame_unwind_signed_register to obtain the PC.
600 (mips_frame_chain): Handle a generic dummy frame.
601 (mips_init_extra_frame_info): When a generic dummy frame, don't
602 re-compute the frame base.
603 (mips_pop_frame): Handle generic dummy frames.
604 (mips_gdbarch_init): When generic dummy frames, set
605 use_generic_dummy_frames, push_dummy_frame to
606 generic_push_dummy_frame, pc_in_call_dummy to
607 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
608 generic_save_dummy_frame_tos.
609
68315eb8
AC
6102002-09-30 Andrew Cagney <ac131313@redhat.com>
611
612 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
613 against TOP when TOP was explictly set.
614 (generic_push_dummy_frame): Set TOP to zero.
615
3b8630c3
EZ
6162002-09-30 Elena Zannoni <ezannoni@redhat.com>
617
618 * event-loop.c (start_event_loop): Rename variable 'result' to
619 'gdb_result', to avoid conflicts with upcoming intepreters changes.
620
28ee05e9
KS
6212002-09-30 Keith Seitz <keiths@redhat.com>
622
623 * gdb-events.sh (selected_thread_changed): New event.
624 * gdb-events.c: Regenerated.
625 * gdb-events.h: Regenerated.
626
6eecb1c8
HPN
6272002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
628
629 * MAINTAINERS: Add self to Write After Approval list.
630
92df71f0
FN
6312002-09-30 Fernando Nasser <fnasser@redhat.com>
632
3b8630c3
EZ
633 * disasm.c: New file.
634 * disasm.h: New file.
92df71f0
FN
635 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
636 (compare_lines): Ditto.
637 (dump_insns): Ditto.
3b8630c3
EZ
638 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
639 argument.
92df71f0 640 (do_assembly_only): Ditto.
3b8630c3
EZ
641 (do_disassembly): Renamed to gdb_disassembly and moved to
642 disasm.c. Sdded uiout argument.
643 * Makefile.in: Add new files. Reorder SFILES list. Update
644 dependencies. Include libgdb.a later in the insight executable.
92df71f0 645
0c22854d
AC
6462002-09-29 Andrew Cagney <ac131313@redhat.com>
647
648 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
649 bfd/elf64-alpha-fbsd.c.
650
e67f2023
AC
6512002-09-29 Andrew Cagney <ac131313@redhat.com>
652
653 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
654 i386gnu-tdep.c.
655
89396210
AC
6562002-09-29 Andrew Cagney <ac131313@redhat.com>
657
658 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
659 __FUNCTION__.
660 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
661 function name.
662 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
663 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
664 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
665 (S_msg_sig_post_reply): Ditto.
666
7079c36c
CV
6672002-09-28 Corinna Vinschen <vinschen@redhat.com>
668
89396210
AC
669 * sh-tdep.c (sh_use_struct_convention): Use definition according
670 to ABI.
7079c36c
CV
671 (sh_push_arguments): Store in register with correct endianess.
672 (sh_default_store_return_value): Ditto.
673 (sh_gdbarch_init): Set sizeof long double to 8.
674
975ac915
MK
6752002-09-27 Mark Kettenis <kettenis@gnu.org>
676
677 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
678 Fix some whitespace problems.
679
9bbe19fb
DC
6802002-09-27 David Carlton <carlton@math.stanford.edu>
681
682 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
683 (mcore-tdep.o): Ditto.
684 (ns32k-tdep.o): Ditto.
685 (ns32knbsd-tdep.o): Ditto.
686 (sh3-rom.o): Ditto.
687 (vax-tdep.o): Ditto.
688 * cris-tdep.c: #include "gdb_string.h"
689 * mcore-tdep.c: Ditto.
690 * ns32k-tdep.c: Ditto.
691 * ns32knbsd-tdep.c: Ditto.
692 * sh3-rom.c: Ditto.
693 * vax-tdep.c: Ditto.
694
43b2fdc7
DC
6952002-09-27 David Carlton <carlton@math.stanford.edu>
696
697 * config/djgpp/fnchange.lst: Add entries for
698 gdb/testsuite/gdb.c++/m-static files.
699
e8cfbbd9
JW
7002002-09-27 Jim Wilson <wilson@redhat.com>
701
702 * MAINTAINERS: Add myself to the Write After Approval list.
703
43b2fdc7 7042002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
705
706 * mips-tdep.c (find_proc_desc): Initialize startaddr.
707
708
9f3b7f07
AC
7092002-09-26 Andrew Cagney <ac131313@redhat.com>
710
711 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
712 frame.
713
11269d7e
AC
7142002-09-26 Andrew Cagney <ac131313@redhat.com>
715
716 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
717 (rs6000_struct_return_address): Delete variable.
718 (rs6000_store_struct_return): Update.
719 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
720 deprecated_extract_struct_value_address.
721 (rs6000_frame_align): New function.
722 (rs6000_gdbarch_init): Set frame_align.
723
f15ab4a7
AC
7242002-09-26 Andrew Cagney <ac131313@redhat.com>
725
726 From Grace Sainsbury <graces@redhat.com>:
727 * Makefile.in (gdbtk-main.o): New target.
728 (gdb.o): New target.
729 (main_h): Define.
730 (main.o): Update dependencies.
731 (gdb$(EXEEXT)): Add gdb.o.
732 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
733 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
734 (SUBDIR_GDBTK_CLEAN): Set.
735 (install-gdbtk): Install the insight binary.
736 (uninstall-gdbtk): New target.
737 (all-gdbtk, clean-gdbtk): New rule.
738 * top.c (use_windows): Default to zero.
739 * main.c: Include "main.h".
740 (main): Delete.
741 (struct captured_main_args): Delete.
742 (gdb_main): New function.
743 * main.h: New file.
744 * gdb.c: New File.
745
e36180d7
AC
7462002-09-25 Andrew Cagney <cagney@redhat.com>
747
748 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
749 (frame_map_regnum_to_name): New function.
750 (frame_map_name_to_regnum): New function.
751 * frame.h (frame_map_name_to_regnum): Declare.
752 (frame_map_regnum_to_name): Declare.
753 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
754 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
755 * parse.c: Do not include "builtin-regs.h".
756 (target_map_name_to_register): Delete function.
757 (write_dollar_variable): Use frame_map_name_to_regnum.
758 * parser-defs.h (target_map_name_to_register): Delete declaration.
759 * expprint.c: Include "frame.h".
760 (print_subexp): Use frame_map_regnum_to_name.
761 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
762 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
763
8b69000d
AC
7642002-09-25 Andrew Cagney <ac131313@redhat.com>
765
766 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
767 wasn't saved, and the next innermost frame is a dummy, return the
768 dummy frame's link register.
769
046ca86a
JB
7702002-09-24 Jim Blandy <jimb@redhat.com>
771
772 Fix from Paul Breed:
773 * main.c (captured_main): Add a `break' after the case for 'b'.
774
94b66fa7
KS
7752002-09-24 Keith Seitz <keiths@redhat.com>
776
777 * varobj.c (c_type_of_child): Use get_target_type instead
778 of TYPE_TARGET_TYPE.
779
c214a6fd
FN
7802002-09-22 Fernando Nasser <fnasser@redhat.com>
781
53cb0458
FN
782 * source.c (get_current_or_default_source_symtab_and_line): Remove
783 function.
784 (set_default_source_symtab_and_line): New function. Attempts to
785 determine a source file to list lines from if one is not currently
786 defined.
787 (get_current_source_symtab_and_line): Initialize sal.pc and
788 sal.end fields.
789 (set_current_source_symtab_and_line): Mark argument as const.
790 * source.h: Update declarations and comments.
791 * linespec.c (decode_line_1): Replace call to removed routine above.
792 * stack.c (print_frame_info_base): Ditto.
793 * cli/cli-cmds.c (edit_command): Ditto.
794 (list_command): Ditto.
795
7962002-09-22 Fernando Nasser <fnasser@redhat.com>
797
d6020d45 798 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 799 sal.pc and sal.end fields.
c214a6fd
FN
800 (get_current_or_default_source_symtab_and_line): Ditto.
801 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
802 so we do not cause a new source symtab to be searched for (reverting an
803 unintentional change from the 2002-09-20 patch).
804 * scm-lang.c (scm_unpac): Ditto.
805
cc3b68a5
AC
8062002-09-21 Andrew Cagney <cagney@redhat.com>
807
808 * complaints.c (symfile_explanations): Remove new-line from
809 ``isolated_message''.
810 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
811 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
812
5835abe7
NC
8132002-09-20 Nick Clifton <nickc@redhat.com>
814
815 * NEWS: Announce that V850EA ISA is no longer supported.
816 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
817
a15ef5f5
DC
8182002-09-20 David Carlton <carlton@math.stanford.edu>
819
06ba1b39
DC
820 * Makefile.in (c-lang.o): Correct dependencies.
821 (utils.o): Gather dependencies.
822 (charset.o): Move.
a15ef5f5
DC
823 * c-lang.c: #include "gdb_string.h"
824
87885426
FN
8252002-09-20 Fernando Nasser <fnasser@redhat.com>
826
827 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
828 * cli/cli-cmds.c (list_command): New function. Implements the new
829 cli edit command.
830 (_init_cli_cmds): Add new command definition.
831 * gdb.1: Document edit command.
832 * doc/gdb.texinfo: Document edit command.
833
8342002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
835
836 * source.c: Make global variables current_source_symtab and
837 current_source_line static.
838 (list_command): Moved to cli/cli-cmds.c.
839 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
840 (get_first_line_listed): New accessor function.
841 (get_lines_to_list): New accessor function.
842 (get_current_source_symtab_and_line): New function. Retrieves the
843 position in the source code that we consider current.
844 (get_current_or_default_source_symtab_and_line): New function.
845 Like the above but attempts to determine a default position if one
846 is not currently defined.
847 (set_current_source_symtab_and_line): New function. Sets the source
848 code position considered current and returns the previously set one.
849 (clear_current_source_symtab_and_line): Reset stored information about
850 a current source line.
851 (_initialize_source): Remove registration for the "list" command and
852 its alias.
853 * source.h: Add declarations for the new functions above.
854 * symtab.h: Remove declarations for the global variables mentioned
855 above.
856 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
857 obtain current source line.
858 * linespec.c (decode_line_1): Ditto.
859 * macroscope.c (default_macro_scope): Ditto.
860 * scm-lang.c (scm_unpac): Ditto.
861 * stack.c (print_frame_info_base): Ditto.
862 * symfile.c (clear_symtab_users): Ditto.
863 * symtab.c (decode_line_spec): Ditto.
864 * cli/cli-cmds.c (list_command): Moved here from source.c.
865 (ambiguous_line_spec): Moved here from source.c.
866 (_init_cli_cmds): Add definition for "list" and its alias.
867 * Makefile.in: Update dependencies.
868
ddd216ea
CV
8692002-09-20 Corinna Vinschen <vinschen@redhat.com>
870
871 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
872 with what gcc thinks is correct.
873
6d305052
CV
8742002-09-20 Corinna Vinschen <vinschen@redhat.com>
875
876 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
877 multiple register push instruction.
878
234b45d4
KB
8792002-09-19 Jim Blandy <jimb@redhat.com>
880
881 Add support for distinct host and target character sets.
882 * charset.c, charset.h: New files.
883 * c-exp.y: #include "charset.h".
884 (yylex): Convert character and string literals to the target
885 character set, before returning them as the semantic value of the
886 token.
887 * c-lang.c: #include "charset.h".
888 (c_emit_char): Use charset-specific methods to recognize
889 characters with backslash escape forms, to decide which characters
890 to print literally and which to print using numeric escape
891 sequences, and to convert target characters to host characters
892 before printing.
893 * utils.c: #include "charset.h".
894 (no_control_char_error): New function.
895 (parse_escape): Use charset-specific methods to recognize
896 backslash escapes, parse `control character' notation, and convert
897 characters from the host character set to the target character set.
898 * configure.in: Set the default host character set.
899 Check where to find iconv, and what its argument types might be.
900 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
901 * Makefile.in (SFILES): List charset.c.
902 (COMMON_OBS): List charset.o.
903 (charset.o): New rule.
904 (charset_h): New header dependency variable.
905 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
906 (LIBICONV): New variable, set by configure.
907 (CLIBS): Include $(LIBICONV) here.
908 * aclocal.m4, config.in, configure: Regenerated.
909
525d6a61
JB
9102002-09-19 Joel Brobecker <brobecker@gnat.com>
911
912 * ada-exp.y: Add missing semicolons to end rules. Fixes a
913 bison 1.35 warning.
914
3ed93867
RE
9152002-09-19 Richard Earnshaw <rearnsha@arm.com>
916
917 * gdb_mbuild.sh: New file.
918
437666f8
AC
9192002-09-19 Andrew Cagney <ac131313@redhat.com>
920
921 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
922
389e51db
AC
9232002-09-18 Andrew Cagney <ac131313@redhat.com>
924
925 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
926 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
927 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
928 valops.c, value.h: Revert previous change.
929
3b4efeaa
MS
9302002-09-18 Michael Snyder <msnyder@redhat.com>
931
932 Preliminary support for Objective-C:
933 * defs.h (language_objc): New enum value.
934 (puts_filtered_tabular): Declaration only, exported from utils.c.
935 (skip_quoted): Delete, declared in completer.h.
936 * c-exp.y: Include completer.h.
937 * p-exp.y: Ditto.
938 * jv-exp.y: Ditto.
939 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
940 New operator enum values.
941 * language.h (CAST_IS_CONVERSION): Test for language_objc.
942 * language.c (binop_result_type): Handle language_objc case.
943 (integral_type, character_type, string_type, boolean_type,
944 structured_type, binop_type_check): Ditto.
945 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
946 (struct objc_specific): Add to general_symbol_info.
947 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
948 (SYMBOL_DEMANGLED_NAME): Handle objc case.
949 * parser-defs.h (struct objc_class_str): New struct type.
950 (start_msglist, end_msglist, add_msglist): Declaration only,
951 exported from objc-lang.c.
952 * value.h (value_of_local, value_nsstring,
953 call_function_by_hand_expecting_type): Exported from valops.c.
954 * valops.c (find_function_addr): Export.
955 (call_function_by_hand_expecting_type): New function.
956 (value_of_local): New function.
957 * symfile.c (init_filename_language_table): Add ".m" extension
958 for Objective-C.
959 * utils.c (puts_filtered_tabular): New function.
960 (fprintf_symbol_filtered): Add objc demangling support (disabled).
961 (set/show demangle): Extend help-string to refer to ObjC.
962 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
963 * stabsread.c (symbol_reference_defined): Objective-C symbols
964 may contain colons: make allowances when scanning stabs strings
965 for colons.
966 (objc_find_colon): New function.
967 * printcmd.c (address_info): If language == objc then print
968 "self" instead of "this".
969 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
970 OP_NSSTRING, and OP_SELF.
971 (prefixify_subexp): Ditto.
972 * source.c (print_source_lines): Mention objc in comment.
973 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
974 method names.
975
b9caf505
AC
9762002-09-18 Andrew Cagney <ac131313@redhat.com>
977
978 * complaints.h: Update copyright.
979 (struct complaints): Declare.
980 (struct complaint): Make `message' constant.
981 (internal_complaint): Declare.
982 (complaint): Declare.
983 (complaint_root): Delete declaration.
984 (symfile_complaints): Delete declaration.
985 (struct complaints): Add opaque declaration.
986 (clear_complaints): Add a complaints parameter.
987 * complaints.c: Update copyright.
988 (enum complaint_series): Define.
989 (complaint_root): Delete.
990 (struct complaints): Define.
991 (complaint_sentinel, symfile_complaint_book): New variables.
992 (symfile_explanations, symfile_complaints): New variables.
993 New variables.
994 (get_complaints): New function.
995 (vcomplaint): New function.
996 (complaint): New function.
997 (internal_complaint): New function.
998 (complain): Call vcomplain with symfile_complaint.
999 (clear_complaints): Rewrite.
1000 (_initialize_complaints): Use add_setshow_command.
1001 * Makefile.in (complaints.o): Update dependencies.
1002 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1003 to call to clear_complaints.
1004 (new_symfile_objfile, reread_symbols): Ditto.
1005 (oldsyms_complaint): Delete.
1006 (empty_symtab_complaint, unknown_option_complaint): Delete.
1007 (free_named_symtabs): Use complaint instead of complain.
1008
d2e6263c
MS
10092002-09-18 Michael Snyder <msnyder@redhat.com>
1010
5fb2031a
AC
1011 Contributed by Apple Computer, Inc. Merged with current sources
1012 by Adam Fedor <fedor@doc.com> [cagney].
1013
d2e6263c
MS
1014 * objc-lang.c: First clean-up round: comments, indentation.
1015 * objc-lang.h: Ditto.
1016 * objc-lang.y: Ditto.
1017
dec43320
AC
10182002-09-18 Andrew Cagney <ac131313@redhat.com>
1019
1020 * maint.c (maintenance_internal_error): Print the parameter as the
1021 error message.
1022 (maintenance_internal_warning): New function.
1023 (_initialize_maint_cmds): Add command `maint internal-warning'.
1024
1025 * defs.h (internal_warning, internal_vwarning): Declare.
1026 * utils.c (struct internal_problem): Define.
1027 (internal_vproblem): New function.
1028 (internal_warning): New function.
1029 (internal_vwarning): New function.
1030 (internal_warning_problem, internal_error_problem): New variables.
1031 (internal_verror): Just call internal_vproblem.
1032
b81654f1
MS
10332002-09-18 Michael Snyder <msnyder@redhat.com>
1034
1035 * objc-lang.c: New file, support for Objective-C.
1036 Preliminary check-in, not yet integrated into gdb.
1037 * objc-lang.h: New file.
1038 * objc-exp.y: New file.
1039
0542c381
AC
10402002-09-18 Andrew Cagney <ac131313@redhat.com>
1041
7bda5e4a
AC
1042 * infrun.c (signal_stop_update): Convert definition to ISO C.
1043 (signal_print_update): Ditto.
1044 (signal_pass_update): Ditto.
1045 * inflow.c (terminal_save_ours): Ditto.
1046
5247b418
AC
1047 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1048 comments.
1049
fc60962c
AC
1050 * config/djgpp/fnchange.lst: Handle name clashes between
1051 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1052 bfd/coff-tic80.c.
1053
0542c381
AC
1054 * i386-linux-tdep.h: Fix tipo.
1055
5b924b9b
AF
10562002-09-18 Adam Fedor <fedor@gnu.org>
1057
1058 * MAINTAINERS: Add myself to the Write After Approval list.
1059
5afc051b
JB
10602002-09-18 Jim Blandy <jimb@redhat.com>
1061
1062 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1063 texthigh and textlow to reader-specific structs caused
1064 objfile_relocate to miss them. This is fixable, but the work that
1065 the change was supposed to prepare GDB for never got done anyway.
1066
eb944380
DC
10672002-09-18 David Carlton <carlton@math.stanford.edu>
1068
1069 * MAINTAINERS: Alphabetize Write After Approval list.
1070
948e66d9
DJ
10712002-09-18 Daniel Jacobowitz <drow@mvista.com>
1072
1073 Fix PR gdb/709
1074 * values.c (value_static_field): Call read_var_value.
1075
dc604539
AC
10762002-09-18 Andrew Cagney <ac131313@redhat.com>
1077
1078 * valops.c (hand_function_call): Align the initial stack pointer
1079 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1080 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1081 return value.
1082 * mips-tdep.c (mips_frame_align): New function.
1083 (mips_gdbarch_init): Set frame_align.
1084 * gdbarch.sh (FRAME_ALIGN): New method.
1085 * gdbarch.h, gdbarch.c: Re-generate.
1086
cb7e422f
ML
10872002-09-18 Michal Ludvig <mludvig@suse.cz>
1088
1089 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1090 registers.
1091
a094c6fb
AC
10922002-09-17 Andrew Cagney <ac131313@redhat.com>
1093
1094 * NEWS: Mention that MIPS $fp behavior changed.
1095 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1096 reference to FP_REGNUM.
1097 (mipsnbsd_cannot_store_register): Ditto.
1098 * mips-linux-nat.c: Update copyright.
1099 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1100 (mips_linux_cannot_store_register): Ditto.
1101 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1102 * config/mips/tm-mips.h: Update copyright.
1103 (FP_REGNUM): Delete macro.
1104 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1105 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1106 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1107 (mips_r3041_reg_names, mips_r3051_reg_names)
1108 (mips_r3081_reg_names): Replace "fp" with "".
1109 Fix PR gdb/480.
1110
45cf40d1
TR
11112002-09-17 Theodore A. Roth <troth@verinet.com>
1112
1113 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1114 generic_read_register_dummy() (PR gdb/703).
1115 (avr_push_return_address): #if 0 out unused vars.
1116 (avr_gdbarch_init): Enable use of avr_push_return_address().
1117
c7e701b5
MS
11182002-09-17 Michael Snyder <msnyder@redhat.com>
1119
d76ba2a5 1120 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1121 RTE will take care of it.
1122
20bcf01c
AC
11232002-09-17 Andrew Cagney <ac131313@redhat.com>
1124
1125 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1126 invalid, return SP_REGNUM.
1127
009a9971 11282002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1129
1130 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1131 point registers without sign extension.
1132
135c175f
AC
11332002-09-17 Andrew Cagney <cagney@redhat.com>
1134
1135 * blockframe.c (deprecated_read_register_dummy): Rename
1136 generic_read_register_dummy.
1137 * frame.c (frame_unwind_signed_register): New function.
1138 (frame_unwind_unsigned_register): New function.
1139 * frame.h (frame_unwind_signed_register): Declare.
1140 (frame_unwind_unsigned_register): Declare.
1141 (deprecated_read_register_dummy): Rename
1142 generic_read_register_dummy.
1143
1144 * h8300-tdep.c (h8300_frame_chain): Update.
1145 (h8300_frame_saved_pc): Update.
1146 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1147 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1148 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1149 (s390_frame_chain): Update.
1150 * v850-tdep.c (v850_find_callers_reg): Update.
1151 (v850_frame_saved_pc): Update.
1152 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1153 (m32r_find_callers_reg): Update.
1154 (m32r_frame_saved_pc): Update.
1155 * sh-tdep.c (sh_find_callers_reg): Update.
1156 (sh64_get_saved_pr): Update.
1157 (sh_init_extra_frame_info): Update.
1158 (sh_init_extra_frame_info): Update.
1159 (sh64_init_extra_frame_info): Update.
1160 (sh64_init_extra_frame_info): Update.
1161 * mcore-tdep.c (mcore_find_callers_reg): Update.
1162 (mcore_frame_saved_pc): Update.
1163 (mcore_init_extra_frame_info): Update.
1164 * i386-tdep.c (i386_frame_saved_pc): Update.
1165 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1166 (ia64_init_extra_frame_info): Update.
1167 (ia64_init_extra_frame_info): Update.
1168 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1169 * cris-tdep.c (cris_init_extra_frame_info): Update.
1170 * avr-tdep.c (avr_frame_chain): Update.
1171 (avr_init_extra_frame_info): Update.
1172 (avr_frame_saved_pc): Update.
1173 * arm-tdep.c (arm_find_callers_reg): Update.
1174 (arm_init_extra_frame_info): Update.
1175 (arm_frame_saved_pc): Update.
1176
a741e514
TT
11772002-09-17 Tom Tromey <tromey@redhat.com>
1178
1179 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1180 is "'".
1181
d1a8e808
CV
11822002-09-17 Corinna Vinschen <vinschen@redhat.com>
1183
1184 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1185 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1186 NEXT_PROLOGUE_INSN.
1187 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1188 NEXT_PROLOGUE_INSN.
1189
d9025a18
JB
11902002-09-16 Joel Brobecker <brobecker@gnat.com>
1191
1192 * osfsolib.c: Remove file, replaced by solib-osf.c.
1193 * Makefile.in: Remove compilation rules for osfsolib.c.
1194
1b2ef1b6
DC
11952002-09-16 David Carlton <carlton@math.stanford.edu>
1196
1197 * cp-valprint.c (cp_print_class_method): Correct args to
1198 check_stub_method_group.
1199
928e48af
CV
12002002-09-16 Corinna Vinschen <vinschen@redhat.com>
1201
1202 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1203 `set architecture'. Unify naming convention of functions.
1204 (h8300_skip_prologue): Improve prologue analysis.
1205 (h8300_push_arguments): Rewritten to more closely match GCC's
1206 bizarre argument-passing behavior, along with the comment describing
1207 said behavior.
1208 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1209 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1210 sim, remote-e7000.c, remote-hms.c and remote.c
1211
5e3397bb
MK
12122002-09-15 Mark Kettenis <kettenis@gnu.org>
1213
1214 * i386-tdep.c (gdb_print_insn_i386): Removed.
1215 (i386_print_insn): New function.
1216 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1217 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1218 tm_print_insn_info.
1219
f710f4fc
MK
12202002-09-14 Mark Kettenis <kettenis@gnu.org>
1221
1222 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1223 zero.
1224
db54fef4
CV
12252002-09-14 Corinna Vinschen <vinschen@redhat.com>
1226
1227 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1228 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1229 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1230
2becadee
CF
12312002-09-13 Christopher Faylor <cgf@redhat.com>
1232
1233 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1234
de17c821
DJ
12352002-09-13 Daniel Jacobowitz <drow@mvista.com>
1236
1237 * gdbtypes.c (check_stub_method): Make static.
1238 (check_stub_method_group): New function.
1239 * gdbtypes.h: Update prototypes.
1240 * cp-support.c: New file.
1241 * cp-support.h: New file.
1242
1243 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1244 (update_method_name_from_physname): New function.
1245 (read_member_functions): Correct method names for operators
1246 and v3 constructors/destructors. Separate v2 constructors and
1247 destructors.
1248 * Makefile.in (stabsread.o): Update dependencies.
1249 (SFILES): Add cp-support.c.
1250 (COMMON_OBS): Add cp-support.o.
1251 (cp_support_h, cp-support.o): Add.
1252
1253 * cp-valprint.c (cp_print_class_method): Call
1254 check_stub_method_group instead of check_stub_method. Remove
1255 extraneous QUITs.
1256 * p-valprint.c (pascal_object_print_class_method): Likewise.
1257 * valops.c (search_struct_method): Likewise.
1258 (find_method_list, value_struct_elt_for_reference): Likewise.
1259
e76cff22
AC
12602002-09-13 Andrew Cagney <cagney@redhat.com>
1261
1262 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1263 * gdbarch.h, gdbarch.c: Regenerate.
1264
905abb3f
AC
12652002-09-13 Andrew Cagney <ac131313@redhat.com>
1266
1267 * frame.c (find_saved_register): Delete function.
1268 * frame.h (find_saved_register): Delete declaration.
1269 Fix PR gdb/631.
1270
64159455
AC
1271Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1272
1273 * mips-tdep.c (read_next_frame_reg): Re-hack using
1274 frame_register_unwind.
1275
795e1e11
AC
1276Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1277
1278 * mips-tdep.c (mips_get_saved_register): Re-hack using
1279 frame_register_unwind.
1280
5720643c
JB
12812002-09-12 Joel Brobecker <brobecker@gnat.com>
1282
1283 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1284 vector. Will be useful for Interix.
1285 * gdbarch.h, gdbarch.c: Regenerate.
1286
1287 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1288 name of the malloc function by NAME_OF_MALLOC.
1289
3bada2a2
JB
12902002-09-12 Joel Brobecker <brobecker@gnat.com>
1291
1292 * value.h (find_function_in_inferior): Add const keyword to
1293 one of the parameters. Allows us to invoke this function with
1294 a const char *.
1295 * valops.c (find_function_in_inferior): Likewise.
1296
3db26b01
JB
12972002-09-12 Joel Brobecker <brobecker@gnat.com>
1298
1299 * exec.c (xfer_memory): Fix compilation warning with old versions
1300 of GCC.
1301 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1302
17c5ed2c
DC
13032002-09-12 David Carlton <carlton@math.stanford.edu>
1304
1305 * symtab.h: Run through gdb_indent.h.
1306 Add 2002 to Copyright year list.
1307
ecd1107e
AM
13082002-09-12 Alan Modra <amodra@bigpond.net.au>
1309
1310 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1311 mach constants.
1312 * MAINTAINERS: Add myself to write after approval list.
1313
e64f66d1
JB
13142002-09-11 J. Brobecker <brobecker@gnat.com>
1315
1316 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1317
f9395794
JB
13182002-09-11 J. Brobecker <brobecker@gnat.com>
1319
1320 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1321 Interix.
1322
1a303dec
MS
13232002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1324
1325 * procfs.c (do_detach): Clear current signal, not just fault.
1326 Corrects problem with breakpoint trap signal leaking to detached
1327 process on Tru64.
1328
c0219d42
MS
13292002-09-10 Michael Snyder <msnyder@redhat.com>
1330
1331 * buildsym.c (finish_block): Protect against null pointer.
1332
9d84ac84
AC
13332002-09-10 Andrew Cagney <cagney@redhat.com>
1334
1335 * infcmd.c (default_print_registers_info): Send all output to
1336 ``file'' instead of ``gdb_stdout''.
1337
77d8f2b4
MS
13382002-09-10 Michael Snyder <msnyder@redhat.com>
1339
1340 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1341 LONGEST, and use signed register read (addresses are sign-
1342 extended for mips).
1343
99656a61
SC
13442002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1345
1346 * event-loop.c (gdb_do_one_event): Make public.
1347 * event-loop.h (gdb_do_one_event): Declare.
1348
da12f4d8
JL
13492002-09-10 Jeff Law <law@redhat.com>
1350
1351 * infttrace.c (child_resume): Simplify and rework to avoid
1352 TT_PROC_CONTINUE.
1353
d0aee0c4
FF
13542002-09-09 Fred Fish <fnf@intrinsity.com>
1355
1356 * printcmd.c (print_scalar_formatted): "len" is the number of
1357 target bytes, NOT the number of target bits.
1358
7cb3ec5e
EZ
13592002-09-09 Elena Zannoni <ezannoni@redhat.com>
1360
1361 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1362 * top.c (init_main): Set rl_terminal_name.
1363
4dc81987
AS
13642002-09-08 Aidan Skinner <aidan@velvet.net>
1365
1366 * ada-lang.c (ada_array_bound, ada_type_match,
1367 _initialize_ada_language): Fix K&R definitions.
1368 * ada-tasks.c (get_current_task): Fix K&R definitions.
1369 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1370
842330b4
CF
13712002-09-07 Christopher Faylor <cgf@redhat.com>
1372
1373 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1374 Add XP.
1375
43156d82
MK
13762002-09-06 Mark Kettenis <kettenis@gnu.org>
1377
66da5fd8
MK
1378 * i386-tdep.c (i386_register_virtual_type,
1379 i386_register_convertible, i386_register_convert_to_virtual,
1380 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1381 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1382 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1383 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1384 Don't set push_arguments twice.
1385
4b218c18
MK
1386 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1387 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1388 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1389 sigtramp_end to NULL.
1390 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1391 defines.
1392 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1393
4cc314d5
MK
1394 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1395 whitespace.
1396
43156d82
MK
1397 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1398 * gdbarch.h, gdbarch.c: Re-generate.
1399 * blockframe.c (find_pc_sect_partial_function): Convert to use
1400 SIGTRAMP_START_P predicate.
1401
6672060b
MS
14022002-09-05 Michael Snyder <msnyder@redhat.com>
1403
a90c3637
MS
1404 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1405 generic_dummy_frame method and old method. Also distinguish
1406 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1407 (arm_extract_return_value): Use new regcache method.
a90c3637 1408
6672060b
MS
1409 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1410 adjustment that doesn't conform to the ABI.
1411 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1412 saved regcache, not from current regcache.
1413
299ffc64
AC
14142002-09-05 Andrew Cagney <ac131313@redhat.com>
1415
1416 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1417 * README: Update.
1418
a3a2ee65
JT
14192002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1420
1421 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1422 if arm_apcs_32 is false.
1423
2bc7eea9
AC
14242002-09-04 Andrew Cagney <ac131313@redhat.com>
1425
1426 GDB 5.3 branch created.
1427
8a55a7c5
TR
14282002-09-03 Theodore A. Roth <troth@verinet.com>
1429
1430 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1431 generic_unwind_get_saved_register.
1432
e26fb1d7
DC
14332002-09-03 David Carlton <carlton@math.stanford.edu>
1434
1435 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1436 argument (PR gdb/653). Update call to smash_to_method_type.
1437 (read_structure_scope): Update call to dwarf2_add_member_fn.
1438
30d52491
ML
14392002-09-03 Michal Ludvig <mludvig@suse.cz>
1440
1441 * x86-64-linux-tdep.c: Include gdb_string.h
1442 * x86-64-linux-nat.c: Ditto.
1443
06891d83
JT
14442002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1445
1446 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1447 when YYDEBUG is set to 1.
1448 * c-exp.y: Likewise.
1449 * f-exp.y: Likewise.
1450 * jv-exp.y: Likewise.
1451 * m2-exp.y: Likewise.
1452 * p-exp.y: Likewise.
1453
7d400e77
JT
14542002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1455
1456 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1457 dependency list.
1458 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1459 solib_svr4_fetch_link_map_offsets to
1460 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1461 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1462 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1463 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1464 solib-svr4.o, and solib-legacy.o.
1465 * config/i386/tm-nbsd.h: Include solib.h.
1466
704a27c4
JT
14672002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1468
1469 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1470 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1471 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1472 comment noting that this needs its own target configuration.
1473 * config/i386/nbsd.mt: New file.
1474 * config/i386/nbsdaout.mt: Remove.
1475 * config/i386/nbsdelf.mt: Ditto.
1476 * config/i386/tm-nbsdaout.h: Ditto.
1477
d66198e1
JT
14782002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1479
1480 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1481 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1482 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1483 tdep->sigtramp_end.
1484 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1485 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1486 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1487
3cac699e
JT
14882002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1489
1490 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1491 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1492 * i386-tdep.h (i386bsd_init_abi): New prototype.
1493 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1494 function declaration.
1495 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1496 for NetBSD-a.out or NetBSD-ELF.
1497 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1498 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1499 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1500 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1501 and nbsd-tdep.h.
1502 (i386nbsd_pc_in_sigtramp): New function.
1503 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1504 i386nbsd_pc_in_sigtramp.
1505 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1506 and i386nbsdelf_init_abi OS ABI handlers.
1507 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1508 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1509
7010ca0a
MK
15102002-09-02 Mark Kettenis <kettenis@gnu.org>
1511
1512 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1513 registers if the target really has them.
1514
6dd93b72
JT
15152002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1516
1517 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1518 than nbsd-tdep.h.
1519
2ca8ae21
JT
15202002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1521
1522 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1523 list.
1524 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1525 (alphanbsd_skip_sigtramp_frame): New functions.
1526 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1527 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1528 to alphanbsd_sigcontext_addr.
1529
3d9b49b0
JT
15302002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1531
1532 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1533 list.
1534 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1535 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1536 nbsd_pc_in_sigtramp.
1537 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1538 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1539 * nbsd-tdep.c: Include gdb_string.h.
1540 (nbsd_pc_in_sigtramp): New function.
1541 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1542 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1543 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1544 ppcnbsd_pc_in_sigtramp.
1545 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1546 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1547 shnbsd_pc_in_sigtramp.
1548 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1549 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1550 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1551
c860120c
PM
15522002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1553
1554 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1555 watchpoints to NULL.
1556 (insert_breakpoints): set val field of watchpoints if NULL.
1557
1558
c7612d53
JB
15592002-08-29 Jim Blandy <jimb@redhat.com>
1560
1561 * symtab.c (lookup_symbol_aux): In the cases where we find a
1562 minimal symbol of an appropriate name and use its address to
1563 select a symtab to read and search, use `name' (as passed to us)
1564 as the demangled name when searching the symtab's global and
1565 static blocks, not the minsym's name.
1566
66609862
KS
15672002-08-29 Keith Seitz <keiths@redhat.com>
1568
1569 * stack.c (print_frame_info_base): Always set current_source_symtab
1570 and current_source_line.
1571
151fefe2
JB
15722002-08-29 Donn Terry <donnte@microsoft.com>
1573
1574 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1575
bfb3754e
KS
15762002-08-28 Keith Seitz <keiths@redhat.com>
1577
1578 * stack.c (select_frame): Add FIXME concerning selected-frame
1579 events.
1580 (select_frame_command): Send selected-frame-level-changed
1581 event notification, but only if the level actually changed.
1582 (up_silently_base): Add selected-frame-level-changed event
1583 notification.
1584 (down_silently_base): Likewise.
1585
e822a2a0
AC
15862002-08-28 Andrew Cagney <ac131313@redhat.com>
1587
1588 * Makefile.in: Update dependencies for all gdb/*.c files.
1589
309367d4
TT
15902002-08-27 Tom Tromey <tromey@redhat.com>
1591
1592 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1593 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1594 Update dependencies.
1595 * i387-tdep.c: Include gdb_string.h.
1596 * osabi.c: Likewise.
1597 * i386-linux-nat.c: Likewise.
1598 * lin-lwp.c: Likewise.
1599 * ax-gdb.c: Likewise.
1600 * signals/signals.c: Likewise.
1601 * jv-valprint.c: Likewise.
1602 * p-lang.c: Likewise.
1603 * c-valprint.c: Likewise.
1604 * cp-abi.c: Likewise.
1605
e1507482
EZ
16062002-08-27 Elena Zannoni <ezannoni@redhat.com>
1607
1608 * cli/cli-script.h (copy_command_lines): Export.
1609 * breakpoint.c: Include cli/cli-script.h.
1610 * Makefile.in (breakpoint.o): Update dependencies.
1611
c6510018
MS
16122002-08-26 Michael Snyder <msnyder@redhat.com>
1613
1614 * breakpoint.c (insert_breakpoints): Protect all references
1615 to 'process_warning'. Shorten long lines.
1616
c2b8ed2c
MS
16172002-08-26 Joel Brobecker <brobecker@gnat.com>
1618
1619 * cli/cli-script.c (copy_command_lines): New function.
1620 * defs.h (copy_command_lines): Export.
1621 * testsuite/gdb.base/commands.exp: New tests for commands
1622 attached to a temporary breakpoint, and for commands that
1623 delete the breakpoint they are attached to.
1624
16252002-08-26 Michael Snyder <msnyder@redhat.com>
1626
1627 * breakpoint.c (bpstat_stop_status): Instead of copying the
1628 pointer to the breakpoint commands struct, make a new copy
1629 of the struct and point to that.
1630 (bpstat_clear): Free the commands struct.
1631 (bpstat_clear_actions): Free the commands struct.
1632 (bpstat_do_actions): Free the command actions. Also execute
1633 the local cleanups, instead of deleting them.
1634 (delete_breakpoint): Leave the commands field of the bpstat
1635 chain alone -- it will be freed later.
1636
64b84175
KB
16372002-08-26 Kevin Buettner <kevinb@redhat.com>
1638
1639 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1640 deleted in 2002-08-20 commit. This function is still used by
1641 ppc-linux-nat.c.
1642
55970da6
KS
16432002-08-26 Keith Seitz <keiths@redhat.com>
1644
1645 * gdb-events.sh: Add selected-frame-level-changed event.
1646 * gdb-events.c: Regenerated.
1647 * gdb-events.h: Regenerated.
1648
a790ad35
SC
16492002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1650
1651 Fix PR gdb/393:
1652 * inflow.c (terminal_save_ours): New function to save terminal
1653 settings.
1654 * inferior.h (terminal_save_ours): Declare.
1655 * target.c (debug_to_terminal_save_ours): New function.
1656 (cleanup_target): Defaults to_terminal_save_ours.
1657 (update_current_target): Inherit to_terminal_save_ours.
1658 (setup_target_debug): Set to_terminal_save_ours.
1659 * target.h (target_terminal_save_ours): New to save terminal settings.
1660 (target_ops): New member to_terminal_save_ours.
1661 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1662 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1663 * inftarg.c (init_child_ops): Likewise.
1664 * m3-nat.c (init_m3_ops): Likewise.
1665 * procfs.c (init_procfs_ops): Likewise.
1666 * wince.c (init_child_ops): Likewise.
1667 * win32-nat.c (init_child_ops): Likewise.
1668 * sol-thread.c (init_sol_thread_ops): Likewise.
1669
c00dcbe9
MK
16702002-08-26 Mark Kettenis <kettenis@gnu.org>
1671
3d7f4f49
MK
1672 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1673 use regcache_* functions.
1674 (i386_gdbarch_init): Set store_return_value instead of
1675 deprecated_store_return_value.
1676
c00dcbe9
MK
1677 * regcache.c (regcache_raw_write_signed,
1678 regcache_raw_write_unsigned): New functions.
1679 * regcache.h (regcache_raw_write_signed,
1680 regcache_raw_write_unsigned): New prototypes.
1681
0e0d15ca
AC
16822002-08-25 Andrew Cagney <ac131313@redhat.com>
1683
1684 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1685 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1686 source file dependencies. Cleanup corresponding generator rules.
1687
d3b22ed5
AC
16882002-08-25 Andrew Cagney <ac131313@redhat.com>
1689
1690 * regcache.h (register_offset_hack): Declare.
1691 (regcache_cooked_read_using_offset_hack): Declare.
1692 (regcache_cooked_write_using_offset_hack): Declare.
1693
1694 * regcache.c (register_offset_hack): New function.
1695 (regcache_cooked_read_using_offset_hack): New function.
1696 (regcache_cooked_write_using_offset_hack): New function.
1697 (regcache_dump): Check that the registers, according to their
1698 offset, are packed hard against each other.
1699 (cooked_xfer_using_offset_hack): New function.
1700
bb425013
AC
17012002-08-25 Andrew Cagney <ac131313@redhat.com>
1702
1703 * regcache.c (struct regcache_descr): Add field register_type.
1704 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1705 in as a parameter
1706 (init_regcache_descr): Initialize register_type. Pass the descr
1707 to init_legacy_regcache_descr. Use register_type instead of
1708 REGISTER_VIRTUAL_TYPE.
1709 (register_type): New function.
1710 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1711 * regcache.h (register_type): Declare.
1712
d0403e00
AC
17132002-08-25 Andrew Cagney <ac131313@redhat.com>
1714
1715 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1716 instead of deprecated_store_return_value. Fix fallout from
1717 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1718
0ed04cce
AC
17192002-08-25 Andrew Cagney <ac131313@redhat.com>
1720
1721 * regcache.c (max_register_size): New function.
1722 (init_legacy_regcache_descr): Ensure that max_register_size is
1723 large enough for REGISTER_VIRTUAL_SIZE.
1724 * regcache.h (max_register_size): Declare.
1725
46d79c04
AC
17262002-08-24 Andrew Cagney <ac131313@redhat.com>
1727
1728 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1729 store_return_value.
1730 (e500_extract_return_value): Change type of valbuf pointer to
1731 void.
1732
853c7bd0
MK
17332002-08-24 Mark Kettenis <kettenis@gnu.org>
1734
cd87e769
MK
1735 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1736 workaround.
1737
853c7bd0
MK
1738 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1739 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1740 long long) to prevent compiler warning on 64-bit systems.
1741
ebba8386
AC
17422002-08-23 Andrew Cagney <cagney@redhat.com>
1743
1744 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1745 (DEPRECATED_STORE_RETURN_VALUE): New method.
1746 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1747 * gdbarch.h, gdbarch.c: Re-generate.
1748
1749 * values.c (set_return_value): Pass current_regcache to
1750 STORE_RETURN_VALUE.
1751 * arch-utils.h (legacy_store_return_value): Declare.
1752 * arch-utils.c (legacy_store_return_value): New function.
1753 (legacy_extract_return_value): Update parameters.
1754
1755 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1756 STORE_RETURN_VALUE.
1757 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1758 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1759 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1760 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1761 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1762 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1763 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1764 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1765 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1766 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1767
1768 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1769 * i386-tdep.c (i386_extract_return_value): Update.
1770 * arch-utils.c (legacy_extract_return_value): Update.
1771 * frv-tdep.c (frv_gdbarch_init): Update.
1772 * cris-tdep.c (cris_gdbarch_init): Update.
1773 * d10v-tdep.c (d10v_gdbarch_init): Update.
1774 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1775 * m68k-tdep.c (m68k_gdbarch_init): Update.
1776 * mcore-tdep.c (mcore_gdbarch_init): Update.
1777 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1778 * s390-tdep.c (s390_gdbarch_init): Update.
1779 * sparc-tdep.c (sparc_gdbarch_init): Update.
1780 * sh-tdep.c (sh_gdbarch_init): Update.
1781 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1782 * v850-tdep.c (v850_gdbarch_init): Update.
1783 * avr-tdep.c (avr_gdbarch_init): Update.
1784 * ia64-tdep.c (ia64_gdbarch_init): Update.
1785 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1786 * vax-tdep.c (vax_gdbarch_init): Update.
1787 * alpha-tdep.c (alpha_gdbarch_init): Update.
1788 * arm-tdep.c (arm_gdbarch_init): Update.
1789 * mips-tdep.c (mips_gdbarch_init): Update.
1790 * i386-tdep.c (i386_gdbarch_init): Update.
1791
5bd8c6d0
AC
17922002-08-23 Andrew Cagney <ac131313@redhat.com>
1793
1794 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1795 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1796
e73e1724
MK
17972002-08-24 Mark Kettenis <kettenis@gnu.org>
1798
1799 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1800 problems.
1801
3e6564e1
JB
18022002-08-23 Joel Brobecker <brobecker@gnat.com>
1803
1804 * infrun.c (handle_inferior_event): Move a comment outside of a
1805 function call, in order to avoid indent reformatting this part
1806 of the code in an unreadable way.
1807
81d0cc19
GS
18082002-08-23 Grace Sainsbury <graces@redhat.com>
1809
1810 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1811 when breakpoints fail. Move general breakpoint error messages to
1812 insert_breakpoints.
1813 * breakpoint.c (insert_breakpoints): Change warnings when
1814 breakpoints are nto inserted to specify the type. Remove call to
1815 memory_error when hardware breakpoints can't be inserted. Remove
1816 multiple calls to warning so all messages are sent to the user at
1817 once.
1818 (delete_breakpoints): Make insert error messsages more explicit.
1819
17574093
DJ
18202002-08-23 Daniel Jacobowitz <drow@mvista.com>
1821
1822 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1823 gdbserver/ChangeLog.
1824
8acc2935
MK
18252002-08-23 Mark Kettenis <kettenis@gnu.org>
1826
dfe01d39
MK
1827 * i386-tdep.c: Include "objfiles.h".
1828 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1829 skip_trampoline_code.
1830 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1831 (CPLUS_MARKER): Define to '.'.
1832
8acc2935
MK
1833 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1834 member.
1835 (linux_corefile_thread_callback): Increase args->num_notes.
1836 (linux_make_note_section): Initialize thread_args.num_notes, and
1837 use it to determine whether notes for any threads were created.
1838
151fefe2 18392002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
1840
1841 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1842 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1843 and PCUNKILL.
1844 (write_with_trace): Conditionalize out the switch branch handling
1845 PCSHOLD if the corresponding macro is not defined. Likewise for
1846 PRSABORT and PRSTOP.
1847 This change will be needed by the Interix port.
1848
e1507482
EZ
18492002-08-22 Elena Zannoni <ezannoni@redhat.com>
1850
1851 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1852 write_register wherever possible instead of manipulating the
1853 register bytes directly.
1854 Assign VALUE_CONTENTS to a variable and use that.
1855 The GPR numbers are now dependent on the architecture.
1856
96ff0de4
EZ
18572002-08-22 Elena Zannoni <ezannoni@redhat.com>
1858
1859 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1860 ev_offset fields.
1861 (skip_prologue): Add support for BookE/e500 instructions.
1862 (e500_extract_return_value): New function.
1863 (frame_get_saved_regs): Add support for saving ev registers and
1864 pseudo gpr's.
1865 (e500_store_return_value): New function.
1866 (rs6000_gdbarch_init): Move up default intializations of
1867 deprecated_extract_return_value and store_return_value. Overwrite
1868 init of store_return_value with e500 specific version.
1869 Set extract_return_value for e500.
1870
fbefca5b
EZ
18712002-08-22 Elena Zannoni <ezannoni@redhat.com>
1872
1873 * blockframe.c (generic_call_dummy_register_unwind): Use
1874 regcache_cooked_read to catch cases in which the variable is
1875 stored in a pseudo register.
1876
4d210288
AC
18772002-08-22 Andrew Cagney <cagney@redhat.com>
1878
1879 * NEWS: Mention that the i960 has been made obsolete.
1880 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1881 i960-tdep.c
1882 (remote-nrom.o): Obsolete target.
1883 (remote-nindy.o, i960-tdep.o): Ditto.
1884 * remote-nrom.c: Make file obsolete.
1885 * remote-nindy.c, remote-vx960.c: Ditto.
1886 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1887 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
1888 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
1889 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
1890 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
1891 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
1892 i960-*-vxworks* obsolete.
1893 * MAINTAINERS: Note that the i960 is obsolete.
1894
6c0c456d
CV
18952002-08-21 Corinna Vinschen <vinschen@redhat.com
1896
1897 * aix-thread.c (aix_thread_detach): Disable thread debugging on
1898 detach to allow reinitialization.
1899
9f9d12b3
AC
19002002-08-22 Andrew Cagney <ac131313@redhat.com>
1901
1902 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
1903 attempt).
1904
ebeb39fe
JB
19052002-08-22 Jim Blandy <jimb@redhat.com>
1906
1907 * coffread.c (coff_symfile_read): Don't try to read the line
1908 number table from disk if the image file doesn't have a symbol
1909 table; we'll never actually look at the info anyway, and Windows
1910 ships DLL's with bogus file offsets for the line number data.
1911
5bf1c677
EZ
19122002-08-21 Elena Zannoni <ezannoni@redhat.com>
1913
1914 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
1915 an e500 executable.
1916
71b8ef93
MS
19172002-08-21 Michael Snyder <msnyder@redhat.com>
1918
1919 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
1920 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
1921 (DEFAULT_MIPS_TYPE): Delete unused macro.
1922 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
1923 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 1924
d174216d
JB
19252002-08-21 Jim Blandy <jimb@redhat.com>
1926
1927 * valops.c (value_cast): Simplify and correct logic for doing a
1928 static cast from a pointer to a base class to a pointer to a
1929 derived class.
1930
0ab7a791
AC
19312002-08-21 Andrew Cagney <ac131313@redhat.com>
1932
1933 * infcmd.c (default_print_registers_info): Replace
1934 do_registers_info.
1935 (registers_info): Use gdbarch_print_registers_info instead of
1936 DO_REGISTERS_INFO.
1937 * inferior.h (default_print_registers_info): Replace
1938 do_registers_info.
1939 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
1940 (DO_REGISTERS_INFO): Change to a predicate function.
1941 * gdbarch.h, gdbarch.c: Regenerate.
1942
e23792cc
KS
19432002-08-21 Keith Seitz <keiths@redhat.com>
1944
1945 * gdb-events.sh: Add target-changed event.
1946 * gdb-events.c: Regenerated.
1947 * gdb-events.c: Regenerated.
1948 * valops.c (value_assign): Add target-changed event notification
1949 to inlval_register, lval_memory, and lval_reg_frame_relative.
1950
9fb14e79
JB
19512002-08-21 Joel Brobecker <brobecker@gnat.com>
1952
1953 * NEWS: Add an entry regarding the improvement of the next/step
1954 operation on Alpha Tru64 multi-processor machines.
1955
6d39a69f
AC
19562002-08-21 Andrew Cagney <ac131313@redhat.com>
1957
72acd513
AC
1958 * Makefile.in: Update dependencies for mi/ cli/ and tui/
1959 directores.
342af04b 1960 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
1961 * Makefile.in (install-gdbtk): Move to install section.
1962 (rdi-share/libangsd.a): Move to end of file.
1963
fa5f27c7
AC
19642002-08-19 Andrew Cagney <ac131313@redhat.com>
1965
1966 * frame.c (frame_register_unwind): When a register, set addrp to
1967 the register's byte.
1968
5a89d8aa
MS
19692002-08-20 Michael Snyder <msnyder@redhat.com>
1970
1971 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
1972 used locally, so move them from the target machine header to here.
1973 (mips_set_processor_type, mips_register_name, mips32_next_pc,
1974 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
1975 Make static.
1976 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
1977
822e978b
AC
19782002-08-20 Andrew Cagney <cagney@redhat.com>
1979
1980 * NEWS: Mention that the Apollo line was made obsolete.
1981 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
1982 m68*-hp-hpux* obsolete.
1983 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
1984 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
1985 * buildsym.c (make_blockvector): Make static.
1986 * buildsym.h (make_blockvector): Make extern declaration obsolete.
1987 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
1988 (ALLDEPFILES): Remove dstread.c.
1989 (dstread.o): Obsolete make rule.
1990 * dstread.c: Makefile obsolete.
1991 * dst.h: Ditto.
1992 * config/m68k/hp300hpux.mt: Ditto.
1993 * config/m68k/hp300hpux.mh: Ditto.
1994 * config/m68k/hp300bsd.mt: Ditto.
1995 * config/m68k/hp300bsd.mh: Ditto.
1996 * config/m68k/apollo68b.mt: Ditto.
1997 * config/m68k/apollo68v.mh: Ditto.
1998 * config/m68k/apollo68b.mh: Ditto.
1999
e41b17f0
MS
20002002-08-20 Michael Snyder <msnyder@redhat.com>
2001
2002 * mips-tdep.c (mips_in_return_stub): Make static.
2003 (mips_gdbarch_init): Set in_solib_return_trampoline.
2004 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2005
d50355b6
MS
20062002-08-20 Michael Snyder <msnyder@redhat.com>
2007
2008 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2009 * gdbarch.c, gdbarch.h: Regenerate.
2010 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2011 Add.
2012 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2013
757a7cc6
MS
20142002-08-20 Michael Snyder <msnyder@redhat.com>
2015
2016 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2017 (mips_gdbarch_init): Set skip_trampoline_code,
2018 in_solib_call_trampoline.
2019 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2020 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2021
c8001721
EZ
20222002-08-20 Elena Zannoni <ezannoni@redhat.com>
2023
2024 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2025
2026 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2027 vector type for ev registers.
2028 (e500_pseudo_register_read): New function.
2029 (e500_pseudo_register_write): New function.
2030 (e500_dwarf2_reg_to_regnum): New function.
2031 (PPC_UISA_NOFP_SPRS): New macro.
2032 (PPC_EV_REGS): New macro.
2033 (PPC_GPRS_PSEUDO_REGS): New macro.
2034 (registers_e500): New register set for e500.
2035 (variants): Add e500 variant.
2036 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2037 before setting architectural dependent variations. Initialize ev
2038 registers numbers. Add case for e500 architecture. Set the
2039 number of pseudo registers.
2040
64366f1c
EZ
20412002-08-20 Elena Zannoni <ezannoni@redhat.com>
2042
2043 * rs6000-tdep.c: Clean up comments.
2044
7e78f0ca
AC
20452002-08-20 Andrew Cagney <cagney@redhat.com>
2046
2047 * h8300-tdep.c: Re-indent file.
2048
697f7479
JB
20492002-08-20 Jim Blandy <jimb@redhat.com>
2050
2051 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2052 default for this.
697f7479 2053
e86ae29f
KS
20542002-08-20 Keith Seitz <keiths@redhat.com>
2055
2056 * breakpoints.c (watch_command_1): Use internal breakpoint
2057 when setting a watchpoint_scope breakpoint.
2058
216b504f
EZ
20592002-08-20 Elena Zannoni <ezannoni@redhat.com>
2060
2061 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2062 (build_builtin_type_vec64i): Ditto.
2063 (build_builtin_type_vec128): Ditto.
2064 (build_builtin_type_vec128i): Ditto.
2065
f7ab6ec6
MS
20662002-08-19 Michael Snyder <msnyder@redhat.com>
2067
2068 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2069 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2070 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2071 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2072 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2073 CALL_DUMMY_ADDRESS): Delete.
2074 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2075 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2076 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2077 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2078 push_return_address.
2079 (mips_register_raw_size, mips_eabi_use_struct_convention,
2080 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2081 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2082 mips_init_extra_frame_info, mips_eabi_push_arguments,
2083 mips_n32n64_push_arguments, mips_push_return_address,
2084 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2085 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2086
b5d1566e
MS
20872002-08-19 Michael Snyder <msnyder@redhat.com>
2088
2089 * mips-tdep.c (mips_frame_num_args): New function.
2090 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2091 frame_saved_pc, frame_args_address, frame_locals_address,
2092 frame_num_args, and frame_args_skip.
2093 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2094 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2095 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2096 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2097
2f1488ce
MS
20982002-08-20 Michael Snyder <msnyder@redhat.com>
2099
2100 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2101 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2102 * mips-tdep.c (mips_store_struct_return): New function.
2103 (mips_extract_struct_value_address): New function.
2104 (mips_gdbarch_init): Set store_struct_return and
2105 extract_struct_value_address.
2106
41ff2da1
DC
21072002-08-20 David Carlton <carlton@math.stanford.edu>
2108
2109 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2110 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2111 (read_file_scope): Check that line_header is nonzero before
2112 decoding macro information.
2113
e5451d58
MK
21142002-08-20 Mark Kettenis <kettenis@gnu.org>
2115
2116 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2117 flag the general-purpose registers as floating-point on targets
2118 that don't support the floating-point registers.
2119
4a6daafa
EZ
21202002-08-20 Elena Zannoni <ezannoni@redhat.com>
2121
2122 * rs6000-tdep.c (altivec_register_p): Delete.
2123 (rs6000_do_altivec_registers): Delete.
2124 (rs6000_altivec_registers_info): Delete.
2125 (rs6000_do_registers_info): Delete.
2126 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2127 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2128
ab4327e0
EZ
21292002-08-20 Elena Zannoni <ezannoni@redhat.com>
2130
2131 * infcmd.c (do_registers_info): Print vector registers in hex
2132 format only.
2133 (print_vector_info): Check that printing registers
2134 makes sense.
2135 (print_float_info): Ditto.
2136
cb1d2653
AC
21372002-08-20 Andrew Cagney <ac131313@redhat.com>
2138
2139 * mips-tdep.c (mips_gdbarch_init): Update.
2140 (mips_o32_extract_return_value): Rewrite.
2141 (mips_o32_store_return_value): Rewrite.
2142 (mips_o32_xfer_return_value): New function.
2143 (mips_xfer_register): Tweak debug print message. Allow for
2144 buf_offset when dumping the value transfered.
2145
dfc3d9b2
AC
21462002-08-20 Andrew Cagney <ac131313@redhat.com>
2147
2148 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2149 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2150 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2151 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2152 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2153
7807aa61
MS
21542002-08-14 Michael Snyder <msnyder@redhat.com>
2155
2156 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2157
489461e2
EZ
21582002-08-19 Elena Zannoni <ezannoni@redhat.com>
2159
2160 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2161 register.
2162 (P): New macro to define a register as a pseudo register.
2163 (R, R4, R8, R16, FR32, R64, R0): Updated.
2164 (struct variant): Add new fields for number of pseudo registers
2165 and number of total registers.
2166 (tot_num_registers): New macro replacing....
2167 (num_registers): ...deleted macro.
2168 (num_registers): New function.
2169 (num_pseudo_registers): New function.
2170 (variants): Update all variants to intialize new fields correctly.
2171 Postpone initialization of number of pseudo regs and real regs.
2172 (init_variants): New function.
2173 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2174 registers offsets.
2175
fcaffe4c
DC
21762002-08-19 David Carlton <carlton@math.stanford.edu>
2177
2c2738a0
DC
2178 * valops.c (search_struct_field): Change error message to treat
2179 return value of 0 from value_static_field as meaning that field is
2180 optimized out.
2181 (value_struct_elt_for_reference): Ditto.
2182 * values.c (value_static_field): Treat an unresolved location the
2183 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
2184 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2185 enclosed. Fix PR gdb/574.
fcaffe4c
DC
2186 * MAINTAINERS: Add self to Write After Approval list.
2187
88658117
AC
21882002-08-19 Andrew Cagney <ac131313@redhat.com>
2189
2190 * mips-tdep.c (mips_xfer_register): New function.
2191 (mips_n32n64_extract_return_value): Rewrite.
2192 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2193 instead of deprecated_extract_return_value.
2194
21283beb
EZ
21952002-08-19 Elena Zannoni <ezannoni@redhat.com>
2196
2197 * rs6000-tdep.c (TDEP): Delete macro.
2198 (branch_dest): Replace use of TDEP macro with its body.
2199 (rs6000_pop_frame): Ditto.
2200 (rs6000_push_arguments): Ditto.
2201 (rs6000_skip_trampoline_code): Ditto.
2202 (rs6000_frame_saved_pc): Ditto.
2203 (rs6000_frame_chain): Ditto.
2204 (rs6000_register_name): Ditto.
2205 (rs6000_register_byte): Ditto.
2206 (rs6000_register_raw_size): Ditto.
2207 (rs6000_register_virtual_type): Ditto.
2208 (rs6000_register_convertible): Ditto.
2209 (rs6000_convert_from_func_ptr_addr): Ditto.
2210
bf072999
DJ
22112002-08-19 Daniel Jacobowitz <drow@mvista.com>
2212
2213 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2214 conditionally.
2215 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2216 MIPS_LINUX_JB_ELEMENT_SIZE.
2217 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2218 for MAX_REGISTER_RAW_SIZE arrays.
2219 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2220 MIPS_LINUX_JB_ELEMENT_SIZE.
2221
9b949a49
PM
22222002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2223
2224 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2225
6d3e79c6
AS
22262002-08-19 Aidan Skinner <aidan@velvet.net>
2227
2228 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2229 ada-valprint.c ada-tasks.c.
2230 (YYFILES): Add ada-exp.y.
2231 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2232 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2233 (ada-exp.tab.o): New target.
2234
06c0b04e
AC
22352002-08-18 Andrew Cagney <ac131313@redhat.com>
2236
2237 * regcache.c (regcache_xfer_part): New function.
2238 (regcache_raw_read_part): New function.
2239 (regcache_raw_write_part): New function.
2240 (regcache_cooked_read_part): New function.
2241 (regcache_cooked_write_part): New function.
2242 * regcache.h (regcache_raw_read_part): Declare.
2243 (regcache_raw_write_part): Declare.
2244 (regcache_cooked_read_part): Declare.
2245 (regcache_cooked_write_part): Declare.
2246
92d1e331
DJ
22472002-08-18 Daniel Jacobowitz <drow@mvista.com>
2248
2249 * remote.c (remote_open_1): Add async_p.
2250 (remote_async_open_1): Delete.
2251 (open_remote_target): Delete.
2252 (remote_open, extended_remote_open): Update calls to remote_open_1.
2253 (remote_async_open, extended_remote_async_open): Call
2254 remote_open_1 instead of remote_async_open_1.
2255
247055de
MK
22562002-08-19 Mark Kettenis <kettenis@gnu.org>
2257
2258 * blockframe.c: Fix a few coding standard violations.
2259
641eda39
MK
22602002-08-19 Mark Kettenis <kettenis@gnu.org>
2261
0b717710
MK
2262 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2263 here from ...
2264 * config/i386/tm-i386sco5.h: ... here. File removed.
2265 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2266
26d28e12 2267 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
2268 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2269 (TM_FILE): Set to tm-i386.h.
2270 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2271 * config/i386/tm-i386v.h: Remove file.
2272 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2273 instead of "i386/tm-i386v.h".
2274 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2275 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2276 "i386/tm-i386v.h".
2277 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2278 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2279 "i386/tm-i386.h".
2280
d4e0bab4
MK
22812002-08-18 Mark Kettenis <kettenis@gnu.org>
2282
2283 * config/i386/nm-i386v.h: Add protection against
2284 multiple-inclusion.
2285 (i386_register_u_addr): Remove prototype.
2286 (register_u_addr): New prototype.
2287 (REGISTER_U_ADDR): Redefine accordingly.
2288 * i386v-nat.c: Improve several comments.
2289 (i386_register_u_addr): Change signature and rename to
2290 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2291 ubase variable.
2292
46cac009
AC
22932002-08-18 Andrew Cagney <ac131313@redhat.com>
2294
2295 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2296 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2297 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2298 deprecated_extract_return_value.
2299 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2300 rename mips_o32o64_push_arguments.
2301 (mips_gdbarch_init): Update.
2302 (mips_extract_return_value): Delete.
2303 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2304 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2305 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2306 (mips_n32n64_extract_return_value): Clone
2307 mips_extract_return_value.
2308 (mips_store_return_value): Delete.
2309 (mips_o32_store_return_value): Clone mips_store_return_value.
2310 (mips_o64_store_return_value): Clone mips_store_return_value.
2311 (mips_eabi_store_return_value): Clone mips_store_return_value.
2312 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2313
d2e4a39e
AS
23142002-08-18 Aidan Skinner <aidan@velvet.net>
2315
0c30c098
AS
2316 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2317 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2318
23192002-08-18 Aidan Skinner <aidan@velvet.net>
2320
2321 * ada-lang.c: Run through gdb_indent.sh.
2322 * ada-lang.h: Run through gdb_indent.sh.
2323 * ada-tasks.c: Run through gdb_indent.sh.
2324 * ada-typeprint.c: Run through gdb_indent.sh.
2325 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 2326
01fc4e33
AC
23272002-08-18 Andrew Cagney <ac131313@redhat.com>
2328
2329 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2330 ABI.
2331
d8ee244c
MK
23322002-08-18 Mark Kettenis <kettenis@gnu.org>
2333
c38d8261
MK
2334 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2335
222db64c
MK
2336 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2337 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2338
c2848c82
MK
2339 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2340 write_register_gen instead of write_register_bytes.
2341
d8ee244c
MK
2342 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2343 i[3456]-*-osf1mk* configurations have been made obsolete.
2344 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2345 i[3456]86-*-osf1mk* hosts obsolete.
2346 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2347 targets obsolete.
2348 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2349 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2350 config/i386/i386m3.mt, config/i386/nm-m3.h,
2351 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2352 config/i386/i386mk.mh, config/i386/i386mk.mt,
2353 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2354 obsolete.
2355 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2356 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2357 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2358
61d8d407
AC
23592002-08-18 Andrew Cagney <ac131313@redhat.com>
2360
2361 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2362 (hppa_value_returned_from_stack): Declare.
2363 (hppa_extract_return_value): Declare.
2364 * config/pa/hppa.mt: New file.
2365 * configure.tgt: Recognize hppa*-*-*.
2366 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2367
0c52bd59
MK
23682002-08-18 Mark Kettenis <kettenis@gnu.org>
2369
2370 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2371 comment.
2372
b5686e99
MK
23732002-08-17 Mark Kettenis <kettenis@gnu.org>
2374
2375 * top.c (gdb_rl_operate_and_get_next): Make sure
2376 operate-and-get-next functions correctly even when the history
2377 list is completely filled.
2378
c1bab85b
AC
23792002-08-18 Andrew Cagney <ac131313@redhat.com>
2380
2381 * MAINTAINERS (Target Instruction Set Architectures): Rename
2382 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2383 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2384 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2385 already listed under Host/Native.
2386
2387 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2388 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2389 mips*-*-*.
2390
32089c7c
AC
23912002-08-17 Andrew Cagney <ac131313@redhat.com>
2392
2393 * config/ia64/ia64.mt: New file.
2394 * config/alpha/alpha.mt: New file.
2395 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2396 ia64-linux-gnu. Mention that ia64-elf is broken.
2397 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2398
b4671f85
MK
23992002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2400
2401 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2402 generic_func_frame_valid instead of func_frame_valid.
2403
c8edd8b4
JB
24042002-08-16 Joel Brobecker <brobecker@gnat.com>
2405
2406 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2407 procfs appears to be broken when debugging on multi-processor
2408 machines. So enable software single stepping in order to avoid
2409 using the procfs interface to do next/step operations, using
2410 internal breakpoints instead.
2411
2412 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2413 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2414 make this pc address equal to the value it would have if the
2415 system stepping capability was used. Also set a new flag used
2416 to ensure that we don't readjust the PC one more time later.
2417
2418 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2419 address by DECR_PC_AFTER_BREAK when software single step is
2420 in use for this architecture, as this has already been taken
2421 care of in handle_inferior_event().
2422
238617f6
JB
24232002-08-16 Joel Brobecker <brobecker@gnat.com>
2424
2425 * infrun.c (handle_inferior_event): Minor reformatting, to make
2426 a rather long condition expression easier to read.
2427
541a7aac
AC
24282002-08-16 Andrew Cagney <ac131313@redhat.com>
2429
2430 * Makefile.in (gdbtk.o): Move to end of file.
2431 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2432 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2433 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2434 (gdbtk-wrapper.o, gdbres.o): Ditto.
2435
f92d4a7b
AC
24362002-08-16 Andrew Cagney <ac131313@redhat.com>
2437
2438 * Makefile.in (copying.o): Separate out compile rule.
2439 (hpux-thread.o, procfs.o, signals.o): Ditto.
2440 (v850ice.o, z8k-tdep.o): Ditto.
2441 (tui-file.o): Move to TUI section.
2442 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2443 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2444
1cce71eb
JB
24452002-08-16 Joel Brobecker <brobecker@gnat.com>
2446
2447 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2448 skip_trampoline_code, for better namespace-proofing.
2449
2450 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2451
0851f23d
JB
24522002-08-16 Joel Brobecker <brobecker@gnat.com>
2453
2454 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2455
f8d40ec8
JB
24562002-08-16 Joel Brobecker <brobecker@gnat.com>
2457
2458 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2459 signal, check whether we hit a breakpoint before checking for a
2460 single step breakpoint. Otherwise, GDB fails to notice that a
2461 breakpoint has been hit when stepping onto a breakpoint.
2462
63d022e0
KS
24632002-08-16 Keith Seitz <keiths@redhat.com>
2464
2465 * gdb-events.sh (clear_gdb_event_hooks): New function.
2466 * gdb-events.c: Regenerate.
2467 * gdb-events.h: Regenerate.
2468
6e31adb3
AC
24692002-08-16 Andrew Cagney <ac131313@redhat.com>
2470
2471 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2472 not_a_sw_breakpoint.
2473 * breakpoint.h (bpstat_stop_status): Add parameter names.
2474
c8189ed1
GS
24752002-08-16 Grace Sainsbury <graces@redhat.com>
2476
2477 * remote.c (remote_insert_hw_breakpoint)
2478 (remote_remove_hw_breakpoint): Fix calculation of length field
2479 for Z-packet.
2480
d05285fa
MS
24812002-08-15 Michael Snyder <msnyder@redhat.com>
2482
466d7106
MS
2483 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2484 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2485 (supply_fpregset): Ditto.
2486
d05285fa
MS
2487 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2488 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2489 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2490 (TARGET_READ_SP): Delete.
bf1f5b4c 2491 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2492 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2493 Delete.
2494 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2495 from macros to functions.
bf1f5b4c 2496
d05285fa
MS
2497 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2498 (mips_register_convertible, mips_register_convert_to_virtual,
2499 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2500 (mips_read_sp): New function.
2501 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2502 (mips_do_registers_info): Make static.
2503 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2504 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2505 (mips_register_convert_from_type, mips_register_convert_to_type):
2506 New functions.
2507 (mips_gdbarch_init): Set up function_start_offset,
2508 register_virtual_size, pc_in_sigtramp.
d05285fa 2509
e76f1f2e
AC
25102002-08-15 Andrew Cagney <ac131313@redhat.com>
2511
2512 * infcmd.c (vector_info): New function.
2513 (_initialize_infcmd): Add command "info vector".
2514 (print_vector_info): New function.
2515
2516 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2517 * gdbarch.h, gdbarch.c: Regenerate.
2518
4782dc19
AC
25192002-08-15 Andrew Cagney <ac131313@redhat.com>
2520
2521 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2522 ``print_all''. Only print vector registers when ``print_all''.
2523
23e3a7ac
AC
25242002-08-15 Andrew Cagney <ac131313@redhat.com>
2525
8e186fd6
AC
2526 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2527 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2528
23e3a7ac
AC
2529 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2530 Add `args' parameter.
2531 * gdbarch.h, gdbarch.c: Regenerate.
2532
2533 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2534
2535 * infcmd.c (float_info): Call print_float_info.
2536 (print_float_info): New function. By default, print the
2537 floating-point registers.
2538
2539 * arch-utils.h (default_print_float_info): Delete declaration.
2540 * arch-utils.c (default_print_float_info): Delete function.
2541
e0ca2bb9
MK
25422002-08-16 Mark Kettenis <kettenis@gnu.org>
2543
3f733acc
MK
2544 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2545 out define.
2546
7d8d2918
MK
2547 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2548 FRAME.
2549
1c7cc583
MK
2550 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2551 * configure.host: Make i[3456]86-*-aix host obsolete.
2552 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2553 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2554 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2555 config/i386/xm-i386aix.h: Make files obsolete.
2556 * i386aix-nat.c: Make file obsolete.
2557 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2558 (i386aix-nat.o): Make target obsolete.
2559
e0ca2bb9
MK
2560 * config/i386/nm-gnu.h: Removed.
2561 * config/i386/nm-i386gnu.h: New file.
2562 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2563 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2564 Moved here from ...
2565 * config/i386/tm-i386gnu.h: ... here. Removed.
2566 * config/i386/xm-i386gnu.h: Removed.
2567 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2568 (NAT_FILE): Set to nm-i386gnu.h.
2569 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2570 * i386-tdep.c: New file.
2571 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2572 (i386gnu-tdep.o): Specify dependencies.
2573
16057ec7 25742002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2575
6b99ee2e
MK
2576 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2577 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2578 Adjust a few comments to reflect reality a bit closer.
2579 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2580 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2581 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2582 target_insert_watchpoint, target_remove_watchpoint):
2583 Move defines to ...
2584 * config/i386/nm-i386sco5.h: ... here.
2585 (kernel_u_size): Add prototype. Improve a few comments and add
2586 protection against multiple inclusion.
2587
d9a6f65c
MK
2588 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2589 out define.
2590
047eff6a
MK
2591 * uw-thread.c (SP_ARG0): Define if not already defined.
2592 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2593
dcdb1290
MK
2594 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2595
5d2d0b2a
MK
2596 * config/i386/tm-i386.h: Don't include "regcache.h".
2597
61113f8b
MK
2598 * i387-tdep.h (i387_print_float_info): New prototype.
2599 * i387-tdep.c (print_i387_value, print_i387_ext,
2600 print_i387_status_word, print_i387_control_word): Add `struct
2601 ui_file *' argument and use it for output.
2602 (i387_print_float_info): Renamed from i387_float_info. Add
2603 `struct gdbarch *' and `struct ui_file *' arguments and use the
2604 latter for output.
2605 * i386-tdep.c: Include "i387-tdep.h".
2606 (i386_gdbarch_init): Set print_float_info.
2607 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2608 (FLOAT_INFO): Remove define.
2609
46e0f506
MS
26102002-08-13 Michael Snyder <msnyder@redhat.com>
2611
2612 * mips-tdep.c (mips_push_arguments): Rename to
2613 mips_eabi_push_arguments, and tune for EABI.
2614 (MIPS_REGS_HAVE_HOME_P): Delete.
2615 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2616 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2617 Delete references to mips_regs_have_home_p.
2618
409268de
KS
26192002-08-14 Keith Seitz <keiths@redhat.com>
2620
2621 * Makefile.in (install-gdbtk): Create insight plugin directory.
2622 Install plugins.tcl file.
2623
ffc6a242
KS
26242002-08-14 Keith Seitz <keiths@redhat.com>
2625
2626 * configure.in: Move SUBDIRS to near top of the file so that
2627 --enable options may add things to it.
2628 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2629 * configure: Regenerate.
2630
ebafbe83
MS
26312002-08-13 Michael Snyder <msnyder@redhat.com>
2632
2633 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2634 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2635 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2636
32f6f25d
AC
26372002-08-13 Andrew Cagney <ac131313@redhat.com>
2638
2639 * vax-tdep.c (vax_get_saved_register): Delete function.
2640 (vax_gdbarch_init): Update.
2641 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2642 (ns32k_gdbarch_init): Update.
2643 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2644 (alpha_gdbarch_init): Update.
2645
53826de9
AC
26462002-08-13 Andrew Cagney <cagney@redhat.com>
2647
2648 * regcache.c (init_regcache_descr): Overallocate the
2649 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2650 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2651 nr_raw_registers.
2652 (set_register_cached): Add range checking assertions. Use
2653 current_regcache.
2654
16057ec7 26552002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2656
2657 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2658 numbers for MMX registers.
2659
7b4c2dce
AC
26602002-08-13 Andrew Cagney <cagney@redhat.com>
2661
2662 * i386-tdep.c (i386_gdbarch_init): Use
2663 generic_unwind_get_saved_register.
2664
1e03ad20
KB
26652002-08-13 Kevin Buettner <kevinb@redhat.com>
2666
2667 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2668 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2669 target vector.
2670 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2671 Delete. Add comment regarding this now-deleted target method.
2672
548bcbec
SC
26732002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2674
2675 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2676 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2677 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2678 real PC and the page number (if it's within the memory bank window).
2679 (m68hc11_pseudo_register_write): Likewise when saving.
2680 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2681 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2682 (m68hc11_register_raw_size): And use 32-bit for it.
2683 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2684 16K memory bank is used by the prog; also use the virtual pc.
2685
7df11f59
SC
26862002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2687
2688 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2689 (m68hc11_gdbarch_init): Install it in gdbarch.
2690 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2691 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2692 (MSYMBOL_SIZE): New for documentation.
2693 (insn_return_kind): Enum to specify how a function returns.
2694 (frame_extra_info): Cleanup and record the return mode.
2695 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2696 register in address computation.
2697 (m68hc11_get_return_insn): New to obtain the return instruction used
2698 by the function.
2699 (m68hc11_frame_init_saved_regs): Take into account the return
2700 instruction used by the function for far and interrupt functions.
2701 (m68hc11_init_extra_frame_info): Take into account page register.
2702 (m68hc11_frame_args_address): Adjust according to the return mode.
2703 (show_regs): Print page register only when it's used.
2704
5706502a
SC
27052002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2706
2707 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2708 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2709 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2710 registers.
2711 (m68hc11_register_raw_size): Likewise.
2712
28fc6740
AC
27132002-08-13 Andrew Cagney <cagney@redhat.com>
2714
2715 * i386-tdep.c (i386_register_name): Handle mmx registers.
2716 (mmx_regnum_p): New function.
2717 (i386_mmx_names): New array.
2718 (mmx_num_regs): New variable.
2719 (i386_pseudo_register_read): New function.
2720 (i386_pseudo_register_write): New function.
2721 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2722
2723 * regcache.c (regcache_raw_read_unsigned): New function.
2724 (regcache_raw_read_signed): New function.
2725 * regcache.h (regcache_raw_read_unsigned): Declare.
2726 (regcache_raw_read_signed): Declare.
2727
a378f419
AC
27282002-08-13 Andrew Cagney <cagney@redhat.com>
2729
2730 * regcache.c (regcache_raw_read_as_address): Delete function.
2731 (regcache_cooked_read_signed): New function.
2732 (regcache_cooked_read_unsigned): New function.
2733 * regcache.h (regcache_cooked_read_signed): Declare.
2734 (regcache_cooked_read_unsigned): Declare.
2735 (regcache_raw_read_as_address): Delete declaration.
2736
2737 * blockframe.c (generic_read_register_dummy): Use
2738 regcache_cooked_read_unsigned.
2739 * i386-tdep.c (i386_extract_struct_value_address): Use
2740 regcache_cooked_read_unsigned.
2741
81967506
SC
27422002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2743
2744 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2745 double sizes according to ELF ABI flags.
2746 (gdbarch_tdep): Record elf_flags.
2747
ffe1f3ee
SC
27482002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2749
2750 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2751 (m6812_prolog): They can appear in 68HC12 function prologue.
2752 (m68hc11_frame_chain): Cleanup.
2753
98216c5d
AC
27542002-08-12 Andrew Cagney <cagney@redhat.com>
2755
2756 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2757 declarations.
2758 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2759 (i386_linux_register_raw_size): Delete function.
2760 (i386_linux_init_abi): Update.
2761 * i386-tdep.c (i386_register_raw_size): Delete function.
2762 (i386_register_byte): Delete function.
2763 (i386_gdbarch_init): Update.
2764 (i386_register_size): Delete array.
2765 (i386_register_offset): Delete array.
2766
2767 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2768 (REGISTER_RAW_SIZE): Delete macro.
2769 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2770 (REGISTER_BYTE): Delete macro.
2771
3b19021e
AS
27722002-08-11 Aidan Skinner <aidan@velvet.net>
2773
2774 * ada-lang.c (ada_lookup_partial_symbol)
2775 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2776 prototype names so that grep ^func works properly.
2777
2778 * ada-lang.c (ada_array_element_type)
2779 (ada_lookup_partial_symbol): Fix typos in parameter list.
2780
2781 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2782 Fix prototype names so that grep ^func works properly.
2783
b063e7a2
AC
27842002-08-10 Andrew Cagney <cagney@redhat.com>
2785 Elena Zannoni <ezannoni@redhat.com>
2786 Martin M. Hunt <hunt@redhat.com>
2787
2788 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2789 (build_builtin_type_vec128i): Set the vector bit.
2790 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2791 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2792 (build_builtin_type_vec64): New function.
2793 (build_builtin_type_vec64i): New function.
2794 (build_gdbtypes): Initialize builtin_type_vec64 and
2795 builtin_type_vec64i.
2796
a7e3c2ad
AC
27972002-08-09 Andrew Cagney <cagney@redhat.com>
2798
2799 * regcache.c (regcache_dump): Compare the register offset
2800 with REGISTER_BYTE.
2801 * arch-utils.c (generic_register_byte): New function.
2802 * arch-utils.h (generic_register_byte): Declare.
2803 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2804 * gdbarch.h, gdbarch.c: Regenerate.
2805
af030b9a
AC
28062002-08-09 Andrew Cagney <cagney@redhat.com>
2807
2808 * regcache.c: Include "gdbcmd.h"
2809 (_initialize_regcache): Add commands "maintenance print
2810 registers", "maintenance print raw-registers" and "maintenance
2811 print cooked-registers".
2812 (enum regcache_dump_what): Define.
2813 (dump_endian_bytes): New function.
2814 (regcache_dump): New function.
2815 (regcache_print): New function.
2816 (maintenance_print_registers): New function.
2817 (maintenance_print_raw_registers): New function.
2818 (maintenance_print_cooked_registers): New function.
2819 * Makefile.in (regcache.o): Update dependencies.
2820
cb3d25d1
MS
28212002-08-09 Michael Snyder <msnyder@redhat.com>
2822
2823 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2824 (mips_push_arguments): Correct some comments. Use paddr_nz
2825 for printing addresses in debug output. Replace static
2826 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2827 (mips_n32n64_push_arguments): New function, cloned from
2828 mips_push_arguments and tuned for the n32/n64 ABI.
2829 (mips_push_register): Buffer needs dynamic allocation.
2830 (mips_print_register): Ditto.
2831 (do_gp_register_row): Ditto.
2832 (mips_store_return_value): Ditto.
2833 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2834
2163ab9d
DH
28352002-08-09 Don Howard <dhoward@redhat.com>
2836
2837 * memattr.c (mem_info_command): Print special case of upper bound
2838 as max CORE_ADDR + 1.
2839
b78bcb18
MS
28402002-08-08 Michael Snyder <msnyder@redhat.com>
2841
2842 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2843 returns structs by ref if they're too big to fit in two registers.
2844
ffabd70d
KB
28452002-08-09 Kevin Buettner <kevinb@redhat.com>
2846
2847 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2848 saved regs value.
2849 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2850 mips_find_saved_regs().
2851 (mips_pop_frame): Likewise.
2852
fbcdb4a3
KB
28532002-08-09 Kevin Buettner <kevinb@redhat.com>
2854
2855 * blockframe.c (frame_saved_regs_register_unwind): Revise
2856 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2857 frames are in use.
2858
3c3bea1c
GS
28592002-08-09 Grace Sainsbury <graces@redhat.com>
2860
2861 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2862 T-packets; the 'a' is not taken as a register number.
2863 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2864 (remote_stopped_data_address): New functions; add to target
2865 vector.
2866 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2867 prototypes to match other implementations of this
2868 function. replace integer argument with pointer -- the length
2869 field in the Z-packet is the length of what is pointed to or 1 if
2870 pointer is null. Add to target vector.
2871 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2872 target vector.
2873
2874 From Mark Salter:
2875 * remote.c (remote_wait): Add support to extract optional
2876 watchpoint information from T-packet. Ignore unrecognized
2877 optional info in T-packet.
2878 (remote_async_wait): Ditto.
2879
5d1d95de
CV
28802002-08-09 Corinna Vinschen <vinschen@redhat.com>
2881
2882 * cli/cli-dump.c: Change fopen modes to use binary open modes
2883 as defined in include/fopen-bin.h throughout.
2884
c86b5b38
MS
28852002-08-08 Michael Snyder <msnyder@redhat.com>
2886
2887 * mips-tdep.c: Minor whitespace and indentation clean-ups.
2888
b30590dc
KB
28892002-08-08 Kevin Buettner <kevinb@redhat.com>
2890
2891 * doublest.c (store_floating): Avoid floatformat_from_doublest()
2892 assertion failure by returning early after a warning.
2893
498868ed
KB
28942002-08-08 Kevin Buettner <kevinb@redhat.com>
2895
2896 * mips-tdep.c (mips_find_saved_regs): Make static.
2897 (mips_frame_init_saved_regs): New function.
2898 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
2899 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
2900 (mips_find_saved_regs): Delete declaration.
2901
b2dd6311
GS
29022002-08-08 Grace Sainsbury <graces@redhat.com>
2903
3c3bea1c
GS
2904 * remote.c (remote_wait, remote_async_wait): Change
2905 thread_num from int to ULONGEST.
2906 (unpack_varlen_hex): Change result parameter from
2907 int * to ULONGEST *.
b2dd6311 2908
ea47855f
AC
29092002-08-08 Andrew Cagney <ac131313@redhat.com>
2910
2911 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
2912 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
2913 powerpc*-*-*.
2914 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
2915
69db8bae
AC
29162002-08-08 Andrew Cagney <cagney@redhat.com>
2917
2918 * gcore.c (override_derive_stack_segment): Delete variable.
2919 (preempt_derive_stack_segment): Delete function.
2920 (derive_stack_segment): Delete function.
2921 (default_derive_stack_segment): Renamed to derive_stack_segment.
2922 (override_derive_heap_segment): Delete variable.
2923 (preempt_derive_heap_segment): Delete function.
2924 (derive_heap_segment): Delete function.
2925 (default_derive_heap_segment): Rename to derive_heap_segment.
2926
cb811fe7
MS
29272002-08-06 Michael Snyder <msnyder@redhat.com>
2928
2929 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
2930 * mips-tdep.c (mips_EABI_use_struct_convention,
2931 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
2932 New functions. (mips_use_struct_convention): Delete.
2933 (mips_gdbarch_init): set use_gdbarch_convention.
2934
8b389c40
MS
29352002-08-06 Michael Snyder <msnyder@redhat.com>
2936
2937 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
2938 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
2939 mips_o32_reg_struct_has_addr): New functions.
2940 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
2941
5c27f28a
AC
29422002-08-07 Andrew Cagney <ac131313@redhat.com>
2943
2944 * regcache.c (pseudo_register): Delete function.
2945 (fetch_register): Delete function.
2946 (store_register): Delete function.
2947 (regcache_raw_read, legacy_read_register_gen): Use
2948 target_fetch_registers instead of fetch_register.
2949 (legacy_write_register_gen, regcache_raw_write): Use
2950 target_store_register instead of store_register.
2951 (write_register_bytes): Ditto.
2952
2953 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
2954 (STORE_PSEUDO_REGISTER): Delete.
2955 * gdbarch.h, gdbarch.c: Regenerate.
2956
5b331675
CV
29572002-08-06 Corinna Vinschen <vinschen@redhat.com>
2958
2959 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
2960 write dump file binary.
2961
6acdf5c7
MS
29622002-08-05 Michael Snyder <msnyder@redhat.com>
2963
2964 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
2965 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
2966 (mips_gdbarch_init): Set N32 target to be mips64.
2967
b2f01c35
KB
29682002-08-06 Kevin Buettner <kevinb@redhat.com>
2969
2970 * frame.c (find_saved_register): Break out of loop once saved
2971 register address is found. Don't mention sparc in loop comment
2972 anymore.
2973
63db5580
KB
29742002-08-06 Kevin Buettner <kevinb@redhat.com>
2975
2976 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
2977 mips_default_saved_regsize to 8.
2978
5e34e75e
AC
29792002-08-06 Andrew Cagney <ac131313@redhat.com>
2980
2981 * gcore.c: Do not include <sys/procfs.h>.
2982 * Makefile.in (gcore.o): Update dependencies.
2983
eb4c54a2
AC
29842002-08-06 Andrew Cagney <cagney@redhat.com>
2985
2986 * configure.tgt: Make arc-*-* obsolete.
2987 * NEWS: Mention that arc-*-* has been identifed as obsolete.
2988 * MAINTAINERS: Make arc-elf obsolete.
2989 * arc-tdep.c: Make file obsolete.
2990 * config/arc/arc.mt: Ditto.
2991 * config/arc/tm-arc.h: Ditto.
2992
ced15480
TR
29932002-08-05 Theodore A. Roth <troth@verinet.com>
2994
c1bab85b 2995 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 2996
b4743822
AC
29972002-08-05 Andrew Cagney <ac131313@redhat.com>
2998
2999 * mcore-tdep.c (mcore_gdbarch_init): Use
3000 generic_unwind_get_saved_register instead of
3001 generic_get_saved_register.
3002 * v850-tdep.c (v850_gdbarch_init): Ditto.
3003 * frv-tdep.c (frv_gdbarch_init): Ditto.
3004 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3005 * s390-tdep.c (s390_gdbarch_init): Ditto.
3006 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3007 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3008 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3009
3956d554
JB
30102002-08-05 Joel Brobecker <brobecker@gnat.com>
3011
3012 * objfiles.h: Add missing #include "symfile.h"
3013
3014 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3015
8249c0d6
AC
30162002-08-04 Andrew Cagney <ac131313@redhat.com>
3017
3018 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3019 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3020 of FIELD_BITSIZE.
3021
b9d14705
DJ
30222002-08-04 Daniel Jacobowitz <drow@mvista.com>
3023
3024 * NEWS: Cleanup and nitpick.
3025
dd73b9bb
AC
30262002-08-03 Andrew Cagney <ac131313@redhat.com>
3027
3028 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3029
043a27f8
AC
30302002-08-03 Andrew Cagney <ac131313@redhat.com>
3031
3032 * Makefile.in (gdbtk-bp.o): Update dependencies.
3033 (gdbtk-register.o): Ditto.
3034 (gdbtk-varobj.o): Ditto.
3035
46ce284d
AC
30362002-08-03 Andrew Cagney <cagney@redhat.com>
3037
3038 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3039 m68hc11_fetch_pseudo_register.
3040 (m68hc11_pseudo_register_write): Replace
3041 m68hc11_store_pseudo_register.
3042 (m68hc11_gdbarch_init): Update.
3043
b66d6d2e
AC
3044Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3045
3046 * gdbarch.sh: Include "gdb_string.h".
3047 * gdbarch.c: Regenerate.
3048
3049 * regcache.c: Include "gdb_string.h".
3050 * ax-general.c: Ditto.
3051 * varobj.c: Ditto.
3052 * std-regs.c: Ditto.
3053 * fbsd-proc.c: Ditto.
3054 * thread.c: Ditto.
3055
3056 * Makefile.in (regcache.o): Update dependencies.
3057 (thread.o, gdbarch.o): Ditto.
3058 (ax-general.o, gdbarch.o): Ditto.
3059 (varobj.o, std-regs.o): Ditto.
3060 (fbsd-proc.o): Specify dependencies.
3061
29e1842b
AC
30622002-08-02 Andrew Cagney <cagney@redhat.com>
3063
3064 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3065 regnum.
3066 (regcache_cooked_write): Ditto.
3067
68365089
AC
30682002-08-02 Andrew Cagney <ac131313@redhat.com>
3069
3070 * regcache.c (regcache_cooked_read): New function.
3071 (regcache_cooked_write): New function.
3072 (read_register_gen): Rewrite using regcache_cooked_read.
3073 (write_register_gen): Rewrite using regcache_cooked_write.
3074
3075 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3076 Declare.
3077
d8124050
AC
30782002-08-02 Andrew Cagney <cagney@redhat.com>
3079
3080 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3081 Replace the architecture methods register_read and register_write.
3082 * gdbarch.h, gdbarch.c: Regenerate.
3083 * regcache.c (init_regcache_descr): Update.
3084 (read_register_gen): Update.
3085 (write_register_gen): Update.
3086 (supply_register): Update comment.
3087
3088 * sh-tdep.c (sh_gdbarch_init): Update.
3089 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3090 `regcache' and `gdbarch' parameters. Make `buffer' a void
3091 pointer. Update code.
3092 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3093 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3094 void pointer. Update code.
3095 (sh64_register_write): Delete.
3096 (sh4_register_read): Delete.
3097 (sh64_register_read): Delete.
3098 (sh4_register_write): Delete.
3099 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3100 void pointer, `to' parameter a void pointer.
3101 (sh_sh64_register_convert_to_raw): Ditto.
3102
a6425924
KB
31032002-08-01 Kevin Buettner <kevinb@redhat.com>
3104
3105 * mips-tdep.c (mips_register_virtual_type): Use architecture
3106 invariant return values.
3107
ff5922b5
AC
31082002-08-01 Andrew Cagney <cagney@redhat.com>
3109
3110 * linux-proc.c: Include "gdb_string.h".
3111 * Makefile.in (linux-proc.o): Update dependency list.
3112
32a6503c
KB
31132002-08-01 Kevin Buettner <kevinb@redhat.com>
3114
3115 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3116 comment.
3117
ccaa32c7
GS
31182002-08-01 Grace Sainsbury <graces@redhat.com>
3119
3120 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3121 to_insert_watchpoint, to_remove_watchpoint,
3122 to_stopped_by_watchpoint, to_stopped_data_address,
3123 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3124 target vecctor. Define their corresponding macros so they call
3125 them.
3126
3127 * target.c: Add default and debug versions of for
3128 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3129 to_insert_watchpoint, to_remove_watchpoint,
3130 to_stopped_by_watchpoint, to_stopped_data_address,
3131 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3132
78fde5f8
KB
31332002-08-01 Kevin Buettner <kevinb@redhat.com>
3134
3135 * mips-tdep.c (mips_register_virtual_type): New function.
3136 (mips_gdbarch_init): Register mips_register_virtual_type()
3137 with gdbarch machinery.
3138 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3139 this file instead of tm-bigmips.h.
3140 (MIPS_REGSIZE): Delete this macro.
3141 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3142 multiarch version in mips-tdep.c will be found.
3143
db034ac5
AC
31442002-08-01 Andrew Cagney <cagney@redhat.com>
3145
3146 * NEWS: Menion that CHILL has been made obsolete.
3147
3148 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3149 * stabsread.c (read_range_type): Ditto.
3150 * gdbtypes.h: Ditto.
3151 * language.c (binop_type_check): Ditto.
3152 (binop_result_type): Ditto.
3153 (integral_type): Ditto.
3154 (character_type): Ditto.
3155 (string_type): Ditto.
3156 (boolean_type): Ditto.
3157 (structured_type): Ditto.
3158 (lang_bool_type): Ditto.
3159 (binop_type_check): Ditto.
3160 * language.h (_LANG_chill): Ditto.
3161 * dwarfread.c (set_cu_language): Ditto.
3162 * dwarfread.c (CHILL_PRODUCER): Ditto.
3163 * dwarfread.c (handle_producer): Ditto.
3164 * expression.h (enum exp_opcode): Ditto.
3165 * eval.c: Ditto for comments.
3166 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3167 * expprint.c (print_subexp): Ditto.
3168 (print_subexp): Ditto.
3169 * valops.c (value_cast): Ditto.
3170 (search_struct_field): Ditto.
3171 * value.h (COERCE_VARYING_ARRAY): Ditto.
3172 * symfile.c (init_filename_language_table): Ditto.
3173 (add_psymbol_with_dem_name_to_list): Ditto.
3174 * valarith.c (value_binop): Ditto.
3175 (value_neg): Ditto.
3176 * valops.c (value_slice): Ditto.
3177 * symtab.h (union language_specific): Ditto.
3178 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3179 (SYMBOL_DEMANGLED_NAME): Ditto.
3180 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3181 * defs.h (enum language): Ditto.
3182 * symtab.c (got_symtab): Ditto.
3183 * utils.c (fprintf_symbol_filtered): Ditto.
3184
3185 * ch-typeprint.c: Make file obsolete.
3186 * ch-valprint.c: Make file obsolete.
3187 * ch-lang.h: Make file obsolete.
3188 * ch-exp.c: Make file obsolete.
3189 * ch-lang.c: Make file obsolete.
3190
3191 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3192 CHILL_LIB.
3193 (TARGET_FLAGS_TO_PASS): Ditto.
3194 (CHILLFLAGS): Obsolete.
3195 (CHILL): Obsolete.
3196 (CHILL_FOR_TARGET): Obsolete.
3197 (CHILL_LIB): Obsolete.
3198 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3199 ch-valprint.c.
3200 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3201 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3202 ch-lang.o.
3203 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3204 targets.
3205
8aaf0b47
JB
32062002-07-31 Joel Brobecker <brobecker@gnat.com>
3207
3208 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3209 This does not change anything at the moment, but will be helpful
3210 later when full Ada support is integrated.
3211
f3a7b3a5
KB
32122002-07-31 Kevin Buettner <kevinb@redhat.com>
3213
3214 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3215 help message.
3216
fb850278
KB
32172002-07-31 Kevin Buettner <kevinb@redhat.com>
3218
3219 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3220 and save it in a local variable. Use variable in later test.
3221
e3bddbfa
KB
32222002-07-31 Kevin Buettner <kevinb@redhat.com>
3223
3224 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3225 test. (Thanks to Daniel Jacobowitz.)
3226
28d169de
KB
32272002-07-31 Kevin Buettner <kevinb@redhat.com>
3228
3229 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3230 (mips_abi_strings): Add "n64".
3231 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3232
7fe7e44e
KB
32332002-07-31 Kevin Buettner <kevinb@redhat.com>
3234
3235 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3236 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3237
c6caf090
KB
32382002-07-31 Kevin Buettner <kevinb@redhat.com>
3239
3240 * utils.c (host_pointer_to_address, address_to_host_pointer):
3241 Use gdb_assert() instead of explicit call to internal_error().
3242
c41669e0
KB
32432002-07-30 Kevin Buettner <kevinb@redhat.com>
3244
3245 * Makefile.in (rs6000-nat.o): Update dependencies.
3246
3247 From Nicholas Duffek:
3248 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3249 (aix-thread.o): New rule.
3250 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3251 * config/powerpc/aix432.mh: New file.
3252
2fda4977
DJ
32532002-07-30 Daniel Jacobowitz <drow@mvista.com>
3254
3255 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3256 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3257 (fetch_core_registers, ppc_linux_supply_gregset)
3258 (ppc_linux_supply_fpregset): New functions.
3259 (ppc_linux_regset_core_fns): New.
3260 (_initialize_ppc_linux_tdep): Call add_core_fns.
3261 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3262 and ppc_linux_supply_gregset.
3263 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3264 (supply_fpregset): Call ppc_linux_supply_fpregset.
3265 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3266 corelow.o.
3267 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3268
729051e6
DJ
32692002-07-30 Daniel Jacobowitz <drow@mvista.com>
3270
3271 * symtab.c (lookup_symbol): Demangle before lowercasing.
3272
5f8a3188
AC
32732002-07-30 Andrew Cagney <ac131313@redhat.com>
3274
3275 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3276 declaration.
3277 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3278 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3279 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3280 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3281 "gdb_string.h".
3282 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3283 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3284 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3285 (avr-tdep.o, mon960-rom.o): Ditto.
3286 (aout_stabs_gnu_h): Define.
3287 (symtab_h): Remove $(gdb_obstack_h).
3288
67f07146
JB
32892002-07-30 Jim Blandy <jimb@redhat.com>
3290
3291 Patch from David Carlton <carlton@math.stanford.edu>:
3292 * gdbinit.in: Move the `dir' commands that add GDB's own source
3293 directory to the search path to the end, so that the `gdb' source
3294 directory will be searched first.
3295
04ea0df1
AC
32962002-07-29 Andrew Cagney <ac131313@redhat.com>
3297
3298 * gdb_obstack.h: New file.
3299 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3300 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3301 * objfiles.h: Include "gdb_obstack.h".
3302 * Makefile.in (gdb_obstack_h): Define.
3303 (symtab_h): Add $(gdb_obstack_h).
3304 (objfiles_h): Add $(gdb_obstack_h).
3305
3306 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3307 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3308 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3309 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3310 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3311 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3312 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3313 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3314
3315 * Makefile.in (bcache.o): Update dependencies.
3316 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3317 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3318 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3319 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3320 (stabsread.o, symfile.o, symmisc.o): Ditto.
3321 (symtab.o, typeprint.o, macroexp.o): Ditto.
3322 (macrotab.o, mdebugread.o): Ditto.
3323 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3324 (coff_ecoff_h, aout_aout64_h): Define.
3325 (aout_stabs_gnu_h, libaout_h): Define.
3326
d138e37a
AC
33272002-07-29 Andrew Cagney <cagney@redhat.com>
3328
3329 * regcache.c (struct regcache_descr): Rename nr_registers to
3330 nr_cooked_registers. Revise comments describing the structure
3331 member fields.
3332 (init_regcache_descr): Update.
3333 (init_legacy_regcache_descr): Update.
3334 (read_register_gen, write_register_gen): When a cooked register in
3335 the raw register range, directly access the value from the raw
3336 register cache.
3337
460e6ec3
AC
33382002-07-29 Andrew Cagney <ac131313@redhat.com>
3339
3340 * z8k-tdep.c: Do not include "obstack.h".
3341 * h8300-tdep.c, h8500-tdep.c: Ditto.
3342 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3343 * valprint.c, v850-tdep.c: Ditto.
3344 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3345 * mn10200-tdep.c: Ditto.
3346
3347 * Makefile.in (z8k-tdep.o): Update dependencies.
3348 (m68hc11-tdep.o, valprint.o): Ditto.
3349 (v850-tdep.o, d10v-tdep.o): Ditto.
3350 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3351 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3352 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3353 (sh_opc_h, gdb_sim_sh_h): Define.
3354 (elf_sh_h, elf_bfd_h): Define.
3355 (opcode_m68hc11_h): Define.
3356 (OPCODES_SRC, OPCODES_DIR): define.
3357 (OPCODES): Use $(OPCODES_DIR).
3358 (gdb_sim_d10v_h): Rename sim_d10v_h.
3359 (gdb_sim_arm_h): Rename sim_arm_h.
3360
790c9cf0
KB
33612002-07-26 Kevin Buettner <kevinb@redhat.com>
3362
3363 * utils.c (host_pointer_to_address, address_to_host_pointer):
3364 Change internal_error() message to indicate function responsible
3365 for the error.
3366
9647fa49
KB
33672002-07-26 Kevin Buettner <kevinb@redhat.com>
3368
3369 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3370 calls to local_hex_string_custom().
3371
dabbe2c0
KB
33722002-07-26 Kevin Buettner <kevinb@redhat.com>
3373
3374 * irix5-nat.c: Move IRIX shared library support from here...
3375 * solib-irix.c: ...to here. Revised substantially to work with
3376 generic solib framework.
3377
b96d0a4e
KB
3378 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3379 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3380 * mips-irix-tdep.c: New file.
3381
313fb2f6
KB
3382 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3383 (mips-irix-tdep.o, solib-irix.o): New rules.
3384 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3385 solib-irix.o.
3386 * config/mips/irix6.mt (TDEPFILES): Likewise.
3387 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3388
ab2eaf26
KB
33892002-07-26 Kevin Buettner <kevinb@redhat.com>
3390
177e4768 3391 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3392 disabled (via ``#if 0'') includes.
3393
7244546a
KB
33942002-07-26 Kevin Buettner <kevinb@redhat.com>
3395
3396 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3397 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3398 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3399 Add support for the fpscr register.
3400 * rs6000-nat.c (regmap, fetch_inferior_registers)
3401 (store_inferior_registers, fetch_core_registers): Likewise.
3402
dd7be90a
KB
34032002-07-26 Kevin Buettner <kevinb@redhat.com>
3404
3405 * rs6000-nat.c (language.h): Include.
3406 (special_regs): Delete this array.
3407 (regmap): New function.
3408 (fetch_register, store_register): Use regmap() to map gdb
3409 register numbers to ptrace register numbers. Also, use
3410 outputs from regmap() to make decisions regarding type of
3411 ptrace() call to make. In particular, don't compare against
3412 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3413 (fetch_inferior_registers, store_inferior_registers): Where
3414 possible, obtain register numbers from tdep struct. Don't
3415 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3416 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3417 (LAST_UISA_SP_REGNUM): Delete.
3418
11bf77db
KB
34192002-07-25 Kevin Buettner <kevinb@redhat.com>
3420
3421 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3422 (fetch_registers, store_register, fetch_core_registers): Don't
3423 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3424 regcache_collect() as appropriate.
3425 (find_toc_address): Format hex address with local_hex_string().
3426
06afebeb
AC
34272002-07-25 Andrew Cagney <ac131313@redhat.com>
3428
3429 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3430 bfd/elf32-frv.c.
3431
8c554d79
TT
34322002-07-24 Tom Tromey <tromey@redhat.com>
3433
3434 * jv-exp.y: Marked all strings with _().
3435 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3436 internal_error.
3437 (MethodInvocation, CastExpression, parse_number, yyerror,
3438 java_type_from_name, push_expression_name, yylex): Typo fixes.
3439
e4c242d9
DJ
34402002-07-24 Daniel Jacobowitz <drow@mvista.com>
3441
3442 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3443 (tee_file_flush, tee_file_write, tee_file_fputs)
3444 (tee_file_isatty): New.
3445 * ui-file.h (tee_file_new): Add prototype.
3446
ebf56fd3
AS
34472002-07-24 Aidan Skinner <aidan@velvet.net>
3448
3449 * ada-lang.c: Change k&r style function definitions to prototyped
3450 form.
3451 * ada-typeprint.c: Change k&r style function definitions to prototyped
3452 form.
3453 * ada-valprint.c: Change k&r style function definitions to prototyped
3454 form.
3455
7fb623f7
AC
34562002-07-24 Andrew Cagney <cagney@redhat.com>
3457
3458 * README: Remove reference to remote-bug.
3459 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3460 remote-bug.c.
3461 (m88k-nat.o): Delete rule.
3462 (m88k-tdep.o): Delete rule.
3463 (remote-bug.o): Delete rule.
3464 * MAINTAINERS: Mark as obsolete.
3465 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3466 * m88k-tdep.c: Make file obsolete.
3467 * config/m88k/m88k.mh: Ditto.
3468 * config/m88k/delta88v4.mh: Ditto.
3469 * config/m88k/delta88v4.mt: Ditto.
3470 * config/m88k/delta88.mt: Ditto.
3471 * config/m88k/delta88.mh: Ditto.
3472 * remote-bug.c: Ditto.
3473 * config/m88k/tm-delta88.h: Ditto.
3474 * config/m88k/nm-delta88v4.h: Ditto.
3475 * config/m88k/xm-delta88.h: Ditto.
3476 * config/m88k/xm-dgux.h: Ditto.
3477 * config/m88k/tm-m88k.h: Ditto.
3478 * config/m88k/nm-m88k.h: Ditto.
3479 * config/m88k/tm-delta88v4.h: Ditto.
3480 * m88k-nat.c: Ditto.
3481 * cxux-nat.c: Ditto.
3482 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3483 and m88*-*-* obsolete.
3484 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3485 m88*-*-* obsolete.
3486
37611a2b
AC
34872002-07-24 Andrew Cagney <cagney@redhat.com>
3488
3489 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3490 constant. Same for local pointer variables.
3491 (extract_signed_integer): Ditto.
3492 * defs.h (extract_unsigned_integer): Update.
3493 (extract_signed_integer): Update.
3494
1aaa5f99
AC
34952002-07-24 Andrew Cagney <cagney@redhat.com>
3496
3497 * regcache.c (regcache_raw_write): Change buf parameter to a
3498 constant void pointer.
3499 (regcache_raw_read): Change buf parameter to a void pointer.
3500 (legacy_write_register_gen): Change myaddr parameter a constant
3501 void pointer.
3502 (supply_register): Change val parameter to a const void pointer.
3503 * regcache.h (regcache_raw_write): Update declaration.
3504 (regcache_raw_read): Update declaration.
3505 (supply_register): Update declaration.
3506
b4f5539f
TT
35072002-07-24 Tom Tromey <tromey@redhat.com>
3508
3509 * defs.h (gdb_readline_wrapper): Declare.
3510 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3511 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3512 * top.c (gdb_readline_wrapper): New function.
3513 (command_line_input): Use it.
3514
0818c12a
AC
35152002-07-24 Andrew Cagney <cagney@redhat.com>
3516
3517 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3518 regcache_read and regcache_write.
3519 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3520 * regcache.c: Update.
3521 * sh-tdep.c (sh64_push_arguments): Update comment.
3522 (sh_pseudo_register_read): Update.
3523 (sh_pseudo_register_write): Update.
3524 (sh4_register_read): Update.
3525 (sh4_register_write): Update.
3526 (sh64_pseudo_register_read): Update.
3527 (sh64_pseudo_register_write): Update.
3528 (sh64_register_read): Update.
3529 (sh64_register_write): Update.
3530 * i386-tdep.c (i386_extract_return_value): Update.
3531 (i386_extract_struct_value_address): Update.
3532 (i386_extract_return_value): Update.
3533 * blockframe.c (generic_read_register_dummy): Update.
3534 (generic_call_dummy_register_unwind): Update
3535 * infrun.c (write_inferior_status_register): Update.
3536
f7321c06
JB
35372002-07-23 Jim Blandy <jimb@redhat.com>
3538
3539 * parser-defs.h (expression_context_pc): Make this extern.
3540 (Thanks to Michael Snyder.)
3541
2037aebb
AC
35422002-07-23 Andrew Cagney <ac131313@redhat.com>
3543
3544 GDB 5.2.1 released from 5.2 branch.
3545 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3546 * README: Update to mention 5.2.1.
3547
66504d44
MS
35482002-07-23 Mark Salter <msalter@redhat.com>
3549
3550 * remote.c (remote_read_bytes): Fix check for error.
3551
27bae383
KB
35522002-07-22 Kevin Buettner <kevinb@redhat.com>
3553
3554 * aix-thread.c (language.h): Include.
3555 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3556 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3557 Print newlines at end of debug messages.
3558 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3559 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3560
35612002-07-22 Kevin Buettner <kevinb@redhat.com>
3562
3563 * aix-thread.c (ppc-tdep.h): Include.
3564 (special_register_p): New function.
3565 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3566 (store_regs_user_thread): Use register number information from
3567 gdbarch_tdep struct instead of hardcoded offsets relative to
3568 FIRST_UISA_SP_REGNUM.
3569 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3570 special_register_p() instead of using FPLAST_REGNUM and
3571 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3572 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3573 will be MQ's register number.
3574
35752002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3576
3577 * aix-thread.c (ops): Rename to aix_thread_ops.
3578 (base_ops): Rename to base_target.
3579 (ops_attach): Rename to aix_thread_attach.
3580 (ops_detach): Rename to aix_thread_detach.
3581 (ops_resume): Rename to aix_thread_detach.
3582 (ops_wait): Rename to aix_thread_wait.
3583 (ops_kill): Rename to aix_thread_kill.
3584 (init_ops): Rename to init_aix_thread_ops.
3585 (ops_fetch_register): Rename to aix_thread_fetch_register.
3586 (ops_store_register): Rename to aix_thread_store_register.
3587 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3588 (ops_thread_alive): Rename to aix_thread_thread_alive.
3589 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3590 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3591 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3592 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3593 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3594 (store_regs_lib): Rename to store_regs_user_thread.
3595 (store_regs_kern): Rename to store_regs_kernel_thread.
3596
27bae383 35972002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3598
3599 * aix-thread.c (ops_prepare_to_store): Eliminate.
3600 (init_ops): Don't initialize ops.prepare_to_store.
3601 (store_regs_kern): Pre-fetch register buffers from child,
3602 because some registers may not be in the cache. Copy
3603 regs from register cache only if they are cached.
3604 (store_regs_lib): Copy regs from register cache only
3605 if they are cached.
3606 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3607 fill_gprs64): Ditto.
3608
61c5da0b
KB
36092002-07-22 Kevin Buettner <kevinb@redhat.com>
3610
3611 * aix-thread.c (gdb_assert.h): Include.
3612 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3613 register sizes (from register cache) match size of buffer holding
3614 register data.
3615 (fill_sprs32): Change parameter types to match those in the ptrace()
3616 buffer.
3617 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3618 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3619
36202002-07-22 Michael Snyder <msnyder@redhat.com>
3621
3622 * aix-thread.c (supply_sprs64): Cosmetic change.
3623 (supply_sprs32): Cosmetic change.
3624 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3625 (fill_sprs64): Use regcache_collect instead of read_register.
3626 (store_regs_lib): Use regcache_collect instead of
3627 read_register. Use fill_sprs32 instead of fill_sprs64,
3628 if debugging a 32-bit architecture.
3629 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3630 out of the register cache, instead of passing a pointer into
3631 the register cache directly to ptrace. Use regcache_collect
3632 insteaad of read_register.
3633 (ops_prepare_to_store): Use target_read_registers instead
3634 of read_register_bytes.
3635
36479eb1
AS
36362002-07-20 Aidan Skinner <aidan@velvet.net>
3637
3638 * MAINTAINERS: Add self under write after approval.
3639
80ae6ee2
AS
36402002-07-20 Aidan Skinner <aidan@velvet.net>
3641
3642 * ada-tasks.c: Change k&r style function definitions to prototyped
3643 form.
3644
8a8ab2b9
AC
36452002-07-19 Andrew Cagney <ac131313@redhat.com>
3646
3647 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3648 * x86-64-tdep.c: Include "objfiles.h".
3649 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3650 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3651
fb16b900
ML
36522002-07-17 Michal Ludvig <michal@suse.cz>
3653
3654 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3655 (update_context): Initialise cfa variable.
3656
0fe7bf7b
MS
36572002-07-17 Michael Snyder <msnyder@redhat.com>
3658
3659 * aix-thread.c: Shorten some long lines.
3660 Bring comments into line with code spec.
3661
488f131b
JB
36622002-07-18 Joel Brobecker <brobecker@gnat.com>
3663
3664 * infrun.c: Re-indent using gdb_indent.sh.
3665
46c415d2
JB
36662002-07-18 Joel Brobecker <brobecker@gnat.com>
3667
3668 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3669 Leave the indentation temporarily untouched, to minimize the diffs.
3670
cdecafbe
EZ
36712002-07-18 Elena Zannoni <ezannoni@redhat.com>
3672
3673 * stabsread.c: Make os9k sections of the code obsolete,
3674 for real this time.
3675 * stabsread.h: Make os9k sections of the code obsolete.
3676
7b6aa020
ML
36772002-07-18 Michal Ludvig <mludvig@suse.cz>
3678
09ec9b38
ML
3679 * linux-low.c (regsets_store_inferior_registers): Add free()
3680 at the end of a loop to prevent memory leak.
3681 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3682 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3683 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3684 line a comment.
4894ac5d 3685 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3686
233282cd
JB
36872002-07-17 Jim Blandy <jimb@redhat.com>
3688
3689 * macrocmd.c (info_macro_command): Remove newline from error
3690 message.
3691
7b6aa020 36922002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3693
3694 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3695 (sh_gdbarch_init): Use it for sh-dsp.
3696
f7ef9339
KB
36972002-07-16 Kevin Buettner <kevinb@redhat.com>
3698
3699 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3700 64-bit DWARF2 format.
3701
8dd72958
JB
37022002-07-16 Joel Brobecker <brobecker@gnat.com>
3703
3704 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3705 <sys/proc.h> when not available.
3706
a99a9e1b
AC
37072002-07-16 Andrew Cagney <ac131313@redhat.com>
3708
3709 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3710 * stabsread.c: Make os9k sections of the code obsolete.
3711 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3712 * config/i386/i386os9k.mt: Make file obsolete.
3713 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3714 (COMMON_OBS): Remove os9kread.o
3715 (SFILES): Remove os9kread.c.
3716 (os9kread.o, remote-os9k.o): Make target obsolete.
3717 * remote-os9k.c: Make file obsolete.
3718 * os9kread.c: Make file obsolete.
3719 * Makefile.in
3720
7a3085c1
AC
37212002-07-16 Andrew Cagney <ac131313@redhat.com>
3722
3723 * NEWS: Mention that the FR30 has been made obsolete.
3724 * fr30-tdep.c: Make file obsolete.
3725 * config/fr30/tm-fr30.h: Ditto.
3726 * config/fr30/fr30.mt: Ditto.
3727 * configure.tgt: Make fr30-*-elf obsolete.
3728 * MAINTAINERS: Make fr30-elf obsolete.
3729
28a93f5a
PM
37302002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3731
3732 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3733 found is not inside a section.
3734
be006b8b
KB
37352002-07-15 Kevin Buettner <kevinb@redhat.com>
3736
3737 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3738 strerror().
3739 (pdc_realloc): Use xrealloc() instead of realloc().
3740
14fa3751
KB
37412002-07-15 Kevin Buettner <kevinb@redhat.com>
3742
3743 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3744 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3745 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3746 macros.
3747
42cc437f
KB
37482002-07-15 Kevin Buettner <kevinb@redhat.com>
3749
3750 * aix-thread.c (ptrace_check): Eliminate goto.
3751 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3752 problem.
3753
8e2c28d4
KB
37542002-07-15 Kevin Buettner <kevinb@redhat.com>
3755
3756 * aix-thread.c (gdbcmd.h): Include.
3757 (DEBUG, DBG, DBG2, dbg): Eliminate.
3758 (debug_aix_thread): New static global.
3759 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3760 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3761 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3762 invocations to DBG and DBG2 macros to test against
3763 ``debug_aix_thread'' and call fprintf_unfiltered().
3764 (_initialize_aix_thread): Add new command "set debug aix-thread".
3765
30413464
AC
37662002-07-15 Andrew Cagney <ac131313@redhat.com>
3767
3768 From Gerhard Tonn <TON@de.ibm.com>:
3769 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3770 instead of supply_register.
3771
7c43edc1
AC
37722002-07-15 Andrew Cagney <ac131313@redhat.com>
3773
3774 * dwarf2cfi.c: Include "gdb_assert.h".
3775 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3776 non-NULL.
3777 (update_context): Do not use __func__. Add missing ``break''.
3778 (update_context): Do not use __func__.
3779
9364a0ef
EZ
37802002-07-15 Elena Zannoni <ezannoni@redhat.com>
3781
3782 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3783 and its setting. Set gdbarch instruction printing functions
3784 directly. For non-rs6000 case use new function
3785 gdb_print_insn_powerpc.
3786 (gdb_print_insn_powerpc): New function.
3787
3fbeef0b
AC
37882002-07-13 Andrew Cagney <ac131313@redhat.com>
3789
92eb23c5 3790 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
3791 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3792 * configure.tgt: Mark d30v-*-* as obsolete.
3793 * d30v-tdep.c: Mark file as obsolete.
3794 * config/d30v/d30v.mt: Ditto.
3795 * config/d30v/tm-d30v.h: Ditto.
3796
aacb1f0a
AS
37972002-07-13 Aidan Skinner <aidan@velvet.net>
3798
3799 * ada-tasks.c (add_task_entry): replace calls to
3800 malloc() with xmalloc
3801 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3802
3803 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3804 ada_finish_decode_line_1, all_sals_for_line
3805 ada_breakpoint_rewrite): replace calls to free() with xfree()
3806
c11d79f2
KB
38072002-07-12 Kevin Buettner <kevinb@redhat.com>
3808
3809 From Nicholas Duffek (with minor changes by Martin Hunt,
3810 Louis Hamilton, and Kevin Buettner):
3811 * aix-thread.c: New file.
3812
8e19ed76
PS
38132002-07-12 Petr Sorfa <petrs@caldera.com>
3814
3815 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3816 complaint for invalid attribute class or form.
3817 (read_func_scope): DW_AT_frame_base
3818 better handling of DW_AT_block*.
3819 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3820 better handling of DW_AT_block*.
3821 (read_common_block): DW_AT_location
3822 better handling of DW_AT_block*.
3823 (read_partial_die): DW_AT_location better handling
3824 of DW_AT_block*.
3825 (new_symbol): DW_AT_external better handling of
3826 DW_AT_block*. Proper initialization of variable
3827 "addr".
3828 (attr_form_is_block): New function that returns true
3829 if the attribute's form is of DW_FORM_block*.
3830
295401f7
DJ
38312002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3832
3833 * valops.c (find_method_list): Remove comment about
3834 removed STATIC_MEMFUNCP argument.
3835 (value_find_oload_method_list): Likewise.
3836
e42dc924
KB
38372002-07-12 Kevin Buettner <kevinb@redhat.com>
3838
3839 From Nicholas Duffek:
3840 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3841 target_new_objfile_hook.
3842
6904b546
KB
38432002-07-12 Kevin Buettner <kevinb@redhat.com>
3844
3845 From Nicholas Duffek:
3846 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3847 csect.
3848
53fe9346
AC
38492002-07-12 Andrew Cagney <cagney@redhat.com>
3850
3851 * MAINTAINERS: Mention --enable-sim-build-warnings.
3852 (m68hc11-elf): Disable sim build warnings.
3853 (m32r-elf): Mark as broken obsolete candidate.
3854 (x86_64-linux-gnu): Mark as buildable with -Werror.
3855 (arm-elf): Change -w to ``,'' which enables warnings but not
3856 -Werror.
3857
af5f3db6
AC
38582002-07-12 Andrew Cagney <ac131313@redhat.com>
3859
3860 * bcache.h: Update copyright.
3861 (struct bstring, struct bcache): Move definition to "bcache.c".
3862 Replaced by opaque declaration.
3863 (bcache_xfree): Replace free_bcache.
3864 (bcache_xmalloc, bcache_memory_used): Declare.
3865
3866 * bcache.c: Update copyright.
3867 (struct bstring, struct bcache): Moved to here from "bcache.h".
3868 Update comments.
3869 (bcache_xmalloc, bcache_memory_used): New functions.
3870 (bcache_xfree): Replace function free_bcache.
3871
3872 * Makefile.in (objfiles.o): Add $(bcache_h).
3873 (objfiles_h): Remove $(bcache_h).
3874 (symfile.o): Add $(bcache_h).
3875
3876 * symmisc.c: Update copyright.
3877 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3878 (print_objfile_statistics): Use bcache_memory_used.
3879
3880 * symfile.c: Include "bcache.h".
3881 (reread_symbols): Use bcache_xfree.
3882 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3883 (add_psymbol_to_list): Pass psymbol_cache by value.
3884 (add_psymbol_with_dem_name_to_list): Ditto.
3885
3886 * objfiles.h: Update copyright.
3887 (struct bcache): Declare opaque. Do not include "bcache.h".
3888 (struct objfile): Change psymbol_cache and macro_cache to ``struct
3889 bcache'' pointers.
3890 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
3891
3892 * objfiles.c: Include "bcache.h". Update copyright.
3893 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
3894 macro_cache.
3895 (free_objfile): Use bcache_xfree.
3896
444199e7
GS
38972002-07-11 Grace Sainsbury <graces@redhat.com>
3898
3899 * monitor.c (monitor_fetch_register): Make name a constant.
3900 (monitor_store_register): Same.
3901
261397f8
DJ
39022002-07-11 Daniel Jacobowitz <drow@mvista.com>
3903
3904 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
3905 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
3906 (finish_block) For non-function blocks, hash the symbol table. For
3907 function blocks, mark the symbol table as unhashed.
3908 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
3909 (msymbol_hash_iw): Likewise.
3910 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
3911 value.
3912 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
3913 (lookup_minimal_symbol): Likewise for both.
3914 * symtab.h (struct block): Add `hashtable' flag. Comment the
3915 hashtable.
3916 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
3917 (ALL_BLOCK_SYMBOLS): Update.
3918 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
3919 (struct symbol): Add `hash_next' pointer.
3920 * symtab.c (lookup_block_symbol): Search using the hash table when
3921 possible.
3922 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
3923 (search_symbols, find_addr_symbol): Likewise.
3924
3925 * dstread.c (process_dst_block): Clear hashtable bit for new block.
3926 (read_dst_symtab): Likewise.
3927 * jv-lang.c (get_java_class_symtab): Likewise.
3928 * mdebugread.c: Include "gdb_assert.h".
3929 (shrink_block): Assert that the block being modified is not hashed.
3930 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
3931 * symmisc.c (free_symtab_block): Walk the hash table when freeing
3932 symbols.
3933 (dump_symtab): Recognize hashed blocks.
3934 * printcmd.c (print_frame_args): Assert that function blocks do not
3935 have hashed symbol tables.
3936 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
3937 (fill_in_ada_prototype, debug_print_block): Likewise.
3938 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
3939
6f0eaa01
CV
39402002-07-11 Corinna Vinschen <vinschen@redhat.com>
3941
3942 * stack.c (print_frame): Use result of frame_address_in_block()
3943 instead of fi->pc when evaluating symbols.
3944 (backtrace_command_1): Ditto.
3945
a208b0cb
AC
39462002-07-11 Andrew Cagney <cagney@redhat.com>
3947
3948 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
3949 Make static.
3950
3951 * arm-tdep.c (arm_register_name): Make return type constant.
3952
a6b6b089
AC
39532002-07-10 Andrew Cagney <ac131313@redhat.com>
3954
5ae5f592
AC
3955 * win32-nat.c (has_detach_ability): Convert to strict ISO C
3956 prototype.
3957 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
3958 * s390-tdep.c (s390_fp_regnum): Ditto.
3959 (s390_read_fp): Ditto.
3960 (s390_pop_frame): Ditto.
3961 (_initialize_s390_tdep): Ditto.
3962 * remote.c (get_remote_state): Ditto.
3963 * procfs.c (mappingflags): Ditto.
3964 * memattr.c (_initialize_mem): Ditto.
3965 * mcore-tdep.c (mcore_pop_frame): Ditto.
3966 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
3967 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
3968 * language.c (set_case_str): Ditto.
3969 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
3970 * frv-tdep.c (new_variant): Ditto.
3971 (frv_stopped_data_address): Ditto.
3972 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
3973 (context_alloc): Ditto.
3974 (frame_state_alloc): Ditto.
3975 (unwind_tmp_obstack_init): Ditto.
3976 (unwind_tmp_obstack_free): Ditto.
3977 (cfi_read_fp): Ditto.
3978 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
3979 (cris_pop_frame): Ditto.
3980 * c-lang.c (scanning_macro_expansion): Ditto.
3981 (finished_macro_expansion): Ditto.
3982 (c_preprocess_and_parse): Ditto.
3983 * gdbarch.sh: Ditto.
3984 * gdbarch.h, gdbarch.c: Regenerate.
3985 * config/mn10200/tm-mn10200.h: Adjust indentation.
3986 * target.c: Adjust indentation.
3987 * symtab.h: Adjust indentation.
3988 * stabsread.h: Adjust indentation.
3989 * remote-es.c: Adjust indentation.
3990 * os9kread.c: Adjust indentation.
3991
39922002-07-10 Andrew Cagney <ac131313@redhat.com>
3993
a6b6b089
AC
3994 * wince.c (_initialize_wince): Rename _initialize_inftarg.
3995 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
3996
a1789893
GS
39972002-07-10 Grace Sainsbury <graces@redhat.com>
3998
3999 * NEWS: Mention m68k, mcore multi-arching.
4000 * MAINTAINERS: Change status of m68k, mcore to reflect
4001 multi-arching.
4002
02f0d45d
DJ
40032002-07-10 Daniel Jacobowitz <drow@mvista.com>
4004
4005 * valops.c (find_overload_match): Free oload_syms.
4006
f15f768e
JB
40072002-07-09 Joel Brobecker <brobecker@gnat.com>
4008
4009 Define HAVE_SYS_PROC_H if sys/proc.h exists
4010 * configure.in: Add check for sys/proc.h
4011 * config.in: Regenerate.
4012 * configure: Regenerate.
4013
902a7139
GS
40142002-07-09 Grace Sainsbury <graces@redhat.com>
4015
4016 * config/m68k/tm-m68k.h: Remove macros wrapped in
4017 #if !GDB_MULTI_ARCH.
4018
a534e424
AC
40192002-07-08 Andrew Cagney <ac131313@redhat.com>
4020
4021 * config.in, configure: Regenerate.
4022
9b94f7bf
MK
40232002-07-08 Mark Kettenis <kettenis@gnu.org>
4024
4025 * dwarf2cfi.c: Include "gcore.h".
4026 (execute_stack_op): Fix implementation of the
4027 DW_OP_deref and DW_OP_deref_size operators by letting do their
4028 lookup in the target.
4029
1d34db41
MK
40302002-07-07 Mark Kettenis <kettenis@gnu.org>
4031
4032 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4033 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4034 tdep->sc_sp_offset.
4035
79d5b63a
DJ
40362002-07-05 Daniel Jacobowitz <drow@mvista.com>
4037
4038 Fix PR gdb/595, gdb/602
4039 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4040 Don't call value_cast, just read the vtable pointer; update comments
4041 to match.
4042
3bb912e8
GS
40432002-07-05 Grace Sainsbury <graces@redhat.com>
4044
4045 * config/mcore/tm-mcore.h: Remove file.
4046 * config/mcore/mcore.mt: Remove definition of TM_FILE
4047 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4048
ca39387d
MK
40492002-07-05 Mark Kettenis <kettenis@gnu.org>
4050
4051 * i386bsd-tdep.c: Include "gdb_string.h".
4052
efdc1108
GS
40532002-07-04 Grace Sainsbury <graces@redhat.com>
4054
4055 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4056 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4057 mcore-tdep.
4058 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4059 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4060 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4061 (RETVAL_REGNUM): Move macros from tm-mcore.h
4062 (mcore_reg_struct_has_addr): New function.
4063 (mcore_gdbarch_init): Added initializations for the macros removed
4064 from tm-mcore.h.
4065
bb21884d
MK
40662002-07-04 Mark Kettenis <kettenis@gnu.org>
4067
4068 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4069 traditonal string branding within the ELF header.
4070
228c6d41
DJ
40712002-07-04 Daniel Jacobowitz <drow@mvista.com>
4072
4073 * symtab.c (remove_params): New function.
4074 (make_symbol_overload_list): Use it instead of cplus_demangle.
4075 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4076
2404952e
MK
40772002-07-04 Mark Kettenis <kettenis@gnu.org>
4078
e5e4acad
MK
4079 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4080
baadce09
MK
4081 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4082 New variables.
4083 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4084 and tdep->sigtramp_end.
4085 * i386obsd-nat.c: New file.
4086 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4087
2404952e
MK
4088 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4089 Don't call get_current_frame().
4090
9b4f1ba7
PM
40912002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4092
4093 * i386-nat.c (child_post_startup_inferior): New function
4094 calling i386_cleanup_dregs if
4095 I386_USE_GENERIC_WATCHPOINTS is defined.
4096 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4097 conditional to acknowledge that i386-nat.c has its
4098 own child_post_startup_inferior function.
4099
c0d1d883
MK
41002002-07-04 Mark Kettenis <kettenis@gnu.org>
4101
00f8375e
MK
4102 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4103 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4104 instead of MAX_REGISTER_RAW_SIZE.
4105 (i386_extract_return_value, i386_extract_struct_value_address):
4106 Convert to use regcache.
4107 (i386_gdbarch_init): Set max_register_raw_size and
4108 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4109 Set extract_return_value and extract_struct_value_address instead
4110 of their deprecated variants.
4111
c0d1d883
MK
4112 Convert i386 target to generic dummy frames.
4113 * i386-tdep.c: Include "symfile.h".
4114 (i386_frameless_signal_p): Consider a function to be frameless if
4115 the pc points at the first instruction of the function.
4116 (i386_frame_chain): Handle (generic) call dummies.
4117 (i386_frame_saved_pc): Likewise.
4118 (i386_frame_init_saved_regs): Remove code dealing with call
4119 dummies on the stack.
4120 (i386_push_dummy_frame): Removed.
4121 (i386_call_dummy_words): Removed.
4122 (i386_fix_call_dummy): Removed.
4123 (i386_push_return_address): New function.
4124 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4125 parameter, and don't call get_current_frame.
4126 (i386_pop_frame): New function.
4127 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4128 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4129 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4130 call_dummy_length to 0, set call_dummy_words to NULL, set
4131 sizeof_call_dummy_words to 0, set fix_call_dummy to
4132 generic_fix_call_dummy, set pc_in_call_dummy to
4133 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4134 generic_push_dummy_frame, set push_return_address to
4135 i386_push_return_address and set frame_chain_valid to
4136 generic_file_frame_chain_valid.
4137
049ee0e4
AC
41382002-07-03 Andrew Cagney <ac131313@redhat.com>
4139
4140 * gdbarch.sh (struct regcache): Add opaque declaration.
4141 (EXTRACT_RETURN_VALUE): New architecture method.
4142 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4143 * gdbarch.h, gdbarch.c: Regenerate.
4144 * arch-utils.c (legacy_extract_return_value): New function.
4145 * arch-utils.h (legacy_extract_return_value): Declare.
4146 * values.c (value_being_returned): Re-enable code handling
4147 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4148 deprecated_grub_regcache_for_registers call to block handling
4149 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4150 (EXTRACT_RETURN_VALUE): Do not define.
4151
4e0d9804
GS
41522002-07-03 Grace Sainsbury <graces@redhat.com>
4153
4154 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4155 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4156 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4157 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4158 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4159 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4160 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4161 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4162 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4163 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4164 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4165 argument so the function fits the prototype in the architecture
4166 vector.
4167 (mcore_pop_frame): Remove argument so the function fits the
4168 prototype. Use get_current_frame instead of the argument.
4169 (mcore_push_arguments): Change type of struct_return so the
4170 function can be used in the architecture vector.
4171 (mcore_store_struct_return): Add.
4172 (mcore_frame_init_saved_regs): Add.
4173 (mcore_gdbarch_init): Add function calls to replace the macros
4174 removed from tm-mcore.h
4175
36160dc4
AC
41762002-07-03 Andrew Cagney <ac131313@redhat.com>
4177
4178 * infcmd.c (print_return_value): Remove compatibility code calling
4179 deprecated_grub_regcache_for_registers.
4180
4181 * values.c: Include "regcache.h".
4182 (value_being_returned): Update. Use
4183 deprecated_grub_regcache_for_registers to extract the register
4184 buffer address.
4185 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4186 ``struct regcache''.
4187 * Makefile.in (values.o): Add dependency on $(regcache_h).
4188
4189 * inferior.h (run_stack_dummy): Change type of second parameter to
4190 a ``struct regcache''.
4191 * valops.c (hand_function_call): Change type of retbuf to ``struct
4192 regcache''. Allocate using regcache_xmalloc, clean using
4193 make_cleanup_regcache_xfree.
4194 * infcmd.c (run_stack_dummy): Update. Use
4195 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4196
4197 * regcache.c (do_regcache_xfree): New function.
4198 (make_cleanup_regcache_xfree): New function.
4199 * regcache.h (make_cleanup_regcache_xfree): Declare.
4200
e64d9b3d
MH
42012002-07-03 Martin M. Hunt <hunt@redhat.com>
4202
4dd79c29
MH
4203 * event-top.c (command_line_handler): Don't read past
4204 beginning of buffer.
e64d9b3d 4205
4dd79c29
MH
42062002-07-03 Martin M. Hunt <hunt@redhat.com>
4207
e64d9b3d
MH
4208 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4209 struct frame_id.
4210 (varobj_create): Store frame_id for root.
4211 (varobj_gen_name): Use xasprintf.
4212 (varobj_update): Save and restore frame using get_frame_id() and
4213 frame_find_by_id().
4214 (create_child): Use xasprintf.
4215 (new_root_variable): Initialize frame_id.
4216 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4217 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4218 to prevent memory leak.
4219
26e6c56a
AC
42202002-07-03 Andrew Cagney <ac131313@redhat.com>
4221
4222 * valops.c (hand_function_call): Move declaration of retbuf to
4223 start of function, allocate using malloc, add a cleanup but before
4224 the inf_status cleanup, cleanup the buffer. Rename local variable
4225 old_chain to inf_status_cleanup.
4226
f436dd25
MH
42272002-07-03 Martin M. Hunt <hunt@redhat.com>
4228
4229 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4230
4231 * cli/cli-decode.c (cmd_func_p): New function.
4232 (cmd_func): New function.
4233
4234 * command.h: Add cmd_func() and cmd_func_p().
4235
4cfe2084
GS
42362002-07-03 Grace Sainsbury <graces@redhat.com>
4237
4238 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4239 (REGISTER_SIZE): Remove.
4240 (MAX_REGISTER_RAW_SIZE): Remove.
4241 (REGISTER_VIRTUAL_TYPE): Remove.
4242 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4243 (REGISTER_NAME): Remove.
4244 (USE_GENERIC_DUMMY_FRAMES): Remove.
4245 (CALL_DUMMY): Remove.
4246 (CALL_DUMMY_START_OFFSET): Remove.
4247 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4248 (CALL_DUMMY_LOCATION): Remove.
4249 (FIX_CALL_DUMMY): Remove.
4250 (CALL_DUMMY_ADDRESS): Remove.
4251 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4252 (SAVE_DUMMY_FRAME_TOS): Remove.
4253 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4254 (mcore_register_virtual_type): New function.
4255 (mcore_register_byte): New function.
4256 (mcore_register_size): New function.
4257 (mcore_register_name): New function.
4258 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4259 macros removed from tm-mcore.h.
4260 (mcore_dump_tdep): Add.
4261 (_initialize_mcore_tdep): Add gdbarch_register call.
4262
4fd667e9
MK
42632002-07-03 Mark Kettenis <kettenis@gnu.org>
4264
4265 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4266 frameless_look_for_prologue, such that we actually call this
4267 function.
4268
42f99ac2
JB
42692002-07-02 Joel Brobecker <brobecker@gnat.com>
4270
4271 * frame.h (frame_address_in_block): New function.
4272
4273 * blockframe.c (frame_address_in_block): New function extracted
4274 from get_frame_block().
4275 (get_frame_block): Use frame_address_in_block().
4276 (block_innermost_frame): Use frame_address_in_block() to match
4277 the frame pc address against the block boundaries rather than
4278 the frame pc directly. This prevents a failure when a frame pc
4279 is actually a return-address pointing immediately after the end
4280 of the given block.
4281
103a1597 42822002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
4283
4284 * MAINTAINERS: Add self under write after approval.
4285
42862002-07-02 Grace Sainsbury <graces@redhat.com>
4287
103a1597
GS
4288 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4289 used in architecture vector. The default is
4290 m68k_local_breakpoint_from_pc.
4291 (m68k_local_breakpoint_from_pc): Add.
4292 (enum): Add register numbers from tm-m68k.h.
4293 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4294 vector.
4295 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4296 GDB_MULTI_ARCH_PARTIAL.
4297 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4298 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4299 m68k-tdep.c.
4300 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4301 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4302 to enum in m68k-tdep.c
4303
7a5a0534
JB
43042002-07-02 Joel Brobecker <brobecker@gnat.com>
4305
4306 * solib-osf.c (open_map): Compute the list of shared libraries
4307 loaded by the inferior, rather than the list of libraries loaded
4308 by GDB itself. Otherwise, GDB ends up reading the symbols from
4309 the wrong shared libraries...
4310
6f558d74
MK
43112002-07-02 Mark Kettenis <kettenis@gnu.org>
4312
b7d15bf7
MK
4313 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4314 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4315 macros.
4316 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4317 Remove functions.
4318 (FRAMELESS_SIGNAL): Remove function.
4319 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4320 i386_linux_saved_pc_after_call): Removed.
4321 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4322 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4323 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4324
6bff26de
MK
4325 * i386-tdep.c (i386_frameless_signal_p): New function.
4326 (i386_frame_chain): Deal with frameless signals.
4327 (i386_sigtramp_saved_sp): New function.
4328 (i386_frame_saved_pc): Deal with frameless signals.
4329 (i386_saved_pc_after_call): Make sure the correct value is
4330 returned just after entry into a sigtramp.
4331 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4332 i386fbsd4_sc_sp_offset): New variables.
4333 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4334 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4335 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4336 similiar to what we already did for sc_pc_offset.
4337 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4338 tdep->sc_sp_offset.
4339
6f558d74
MK
4340 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4341
145564b7
ML
43422002-07-02 Michal Ludvig <mludvig@suse.cz>
4343
4344 * config/i386/tm-x86-64linux.h: New.
4345 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4346 definitions.
4347 * config/i386/nm-x86-64.h: Rename to ...
4348 * config/i386/nm-x86-64linux.h: ... this one.
4349 * config/i386/x86-64linux.mh: Reflect the above change.
4350
3a1e71e3
MK
43512002-07-01 Mark Kettenis <kettenis@gnu.org>
4352
21d0e8a4
MK
4353 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4354 with sigcontext_addr. Add sc_sp_offset.
4355 (i386bsd_sigtramp_saved_pc): Remove prototype.
4356 (i386bsd_sicontext_addr): Add prototype.
4357 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4358 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4359 (i386_svr4_sigtramp_saved_pc): Removed.
4360 (i386_svr4_sigcontext_addr): New function.
4361 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4362 Initialize tdep->sigcontext_addr instead. Initialize
4363 tdep->sc_pc_offset and tdep->sc_sp_offset.
4364 (i386_gdbarch_init): Likewise.
4365 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4366 any more.
4367 (i386bsd_sigtramp_saved_pc): Remove function.
4368 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4369 Initialize tdep->sigcontext_addr instead. Initialize
4370 tdep->sc_pc_offset.
4371 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4372 of tdep->sigtramp_saved_pc.
4373 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4374 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4375 instead.
4376
3a1e71e3
MK
4377 * i386-tdep.c (i386_frameless_function_invocation,
4378 i386_frame_num_args, i386_frame_init_saved_regs,
4379 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4380 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4381 i386_extract_return_value, i386_store_return_value,
4382 i386_extract_struct_value_address, i386_register_virtual_type,
4383 i386_register_convertible, i386_register_convert_to_virtual,
4384 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4385 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4386 static.
4387
52e9098c
MK
43882002-07-01 Mark Kettenis <kettenis@gnu.org>
4389
77b13a25
MK
4390 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4391
52e9098c
MK
4392 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4393 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4394 this macro. Include "value.h".
4395
1b372fff
AS
43962002-06-30 Aidan Skinner <aidan@velvet.net>
4397
4398 * ada-exp.tab.c: remove as it's a generated file
4399 * ada-lex.c: remove as it's a generated file
4400
9c5045b5
MK
44012002-06-30 Mark Kettenis <kettenis@gnu.org>
4402
4a93c5bb
MK
4403 * config/i386/tm-i386.h (struct frame_info, struct
4404 frame_saved_regs, struct value, struct type): Remove forward
4405 declarations.
4406
322d4fe0
MK
4407 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4408 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4409 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4410 (FILL_FPXREGSET): Define.
4411
fdd8263d
MK
4412 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4413
482e577b
MK
4414 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4415 i[3456]86-*-netbsd* case.
4416 * config/i386/tm-obsd.h: Removed.
4417 * config/i386/obsd.mt: Removed.
4418 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4419 core-aout.o.
4420 (MH_CFLAGS): Add -DYYDEBUG=0.
4421
6916549a
MK
4422 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4423 i386nbsd_sc_pc_offset on OpenBSD too.
4424
9c5045b5
MK
4425 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4426 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4427 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4428 define.
4429 * i386bsd-tdep.c: Include "arch-utils.h".
4430 (i386bsd_aout_in_solib_call_trampoline): New function.
4431 (i386bsd_init_abi): Set in_solib_call_trampoline to
4432 i386bsd_aout_in_solib_call_trampoline.
4433 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4434 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4435
aa84d1bb
AC
44362002-06-28 Andrew Cagney <ac131313@redhat.com>
4437
4438 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4439 (struct obstack, struct bcache): Add opaque declarations.
4440 * Makefile.in (macrotab_h): Update
4441
b4d83933
AC
44422002-06-28 Andrew Cagney <ac131313@redhat.com>
4443
4444 * blockframe.c (generic_find_dummy_frame): Change return type to
4445 ``struct regcache''.
4446 (struct dummy_frame): Replace field ``registers'' with regcache, a
4447 struct regcache object.
4448 (generic_find_dummy_frame): Update.
4449 (generic_push_dummy_frame): Update. Use regcache_xfree,
4450 regcache_xmalloc and regcache_cpy.
4451 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4452 regcache_xfree.
4453 (deprecated_generic_find_dummy_frame): Update.
4454 (generic_read_register_dummy): Update. Use
4455 regcache_read_as_address.
4456 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4457 (generic_get_saved_register): Update. Use regcache_read.
4458
08c0b5bc
AC
44592002-06-28 Andrew Cagney <ac131313@redhat.com>
4460
4461 * Makefile.in (objfiles_h): Add $(bcache_h).
4462 * objfiles.h: Include "bcache.h".
4463
4464 * Makefile.in (symtab_h): Remove $(bcache_h).
4465 * symtab.h: Do not include "bcache.h".
4466
1f89801a
AC
44672002-06-28 Andrew Cagney <ac131313@redhat.com>
4468
4469 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4470 generic_func_frame_chain_valid.
4471
b9644b58
DB
44722002-06-28 David O'Brien <obrien@FreeBSD.org>
4473
4474 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4475 * config/i386/tm-fbsd.h: Likewise.
4476
dd486634
AC
44772002-06-28 Andrew Cagney <ac131313@redhat.com>
4478
4479 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4480 generic_unwind_get_saved_register.
4481
0b434a00
AC
44822002-06-27 Andrew Cagney <ac131313@redhat.com>
4483
4484 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4485 * regcache.c (supply_register): Add missing argument to
4486 register_buffer call.
4487
f30e5a77
AC
44882002-06-27 Andrew Cagney <ac131313@redhat.com>
4489
4490 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4491 Solaris /bin/grep does not not like it. From Peter Schauer.
4492
9f064c95
TT
44932002-06-26 Tom Tromey <tromey@redhat.com>
4494
4495 * command.h (add_setshow_cmd): Declare.
4496 (add_setshow_cmd_full): Declare.
4497 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4498 returns void. Use add_setshow_cmd_full.
4499 (add_setshow_cmd_full): New function.
4500 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4501 (add_setshow_boolean_cmd): Likewise.
4502
099c7589
JT
45032002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4504
4505 * config/vax/tm-vax.h: Protect from multiple inclusion.
4506 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4507 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4508 * config/vax/tm-vaxbsd.h: ...here. New file.
4509 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4510
1d049c5e
JT
45112002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4512
4513 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4514 (BELIEVE_PCC_PROMOTION): Remove.
4515 (AP_REGNUM): Move to...
4516 * config/vax/nm-vax.h: ...here.
4517 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4518 (vax_breakpoint_from_pc): New function.
4519 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4520 and gdbarch_believe_pcc_promotion.
4521
4791e091
JT
45222002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4523
4524 * Makefile.in (vax_tdep_h): Define.
4525 (vax-tdep.o): Use $(vax_tdep_h).
4526 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4527 (vax_dump_tdep): New function.
4528 (_initialize_vax_tdep): Register vax_dump_tdep.
4529 * vax-tdep.h: Include osabi.h.
4530 (struct gdbarch_tdep): New.
4531
da130f98
AC
45322002-06-26 Andrew Cagney <cagney@redhat.com>
4533
4534 * frame.h (deprecated_generic_find_dummy_frame): Rename
4535 generic_find_dummy_frame.
4536 * blockframe.c (generic_find_dummy_frame): Make static.
4537 (deprecated_generic_find_dummy_frame): New function.
4538 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4539 generic_find_dummy_frame with deprecated_find_dummy_frame.
4540 (sh64_nofp_frame_init_saved_regs): Ditto.
4541 (sh_fp_frame_init_saved_regs): Ditto.
4542 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4543 (s390_frame_chain): Ditto.
4544 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4545
6300c360
GS
45462002-06-26 Grace Sainsbury <graces@redhat.com>
4547
4548 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4549 gdbarch vector are at the top.
4550 (NUM_REGS): Remove.
4551 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4552 (FRAME_ARGS_ADDRESS): Remove.
4553 (FRAME_LOCALS_ADDRESS): Remove.
4554 (FRAME_NUM_ARGS): Remove.
4555 (FRAME_ARGS_SKIP): Remove.
4556 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4557 (m68k_gdbarch_init): Add gdbarch initializations for macros
4558 undefined in tm-m68k.h
4559
1c617db8
GS
45602002-06-26 Grace Sainsbury <graces@redhat.com>
4561
4562 * monitor.h: Add the function regname to monitor_ops
4563 structure. This way NUM_REGS does not have to be a constant.
4564 * monitor.c (monitor_fetch_register): Added support for regname
4565 function. The function is called if the array regnames is NULL.
4566 (monitor_store_register): Same.
da130f98
AC
4567 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4568 regnames array.
1c617db8
GS
4569 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4570 cpu32bug_cmds.regname to point to new function.
4571 * abug-rom.c (abug_regname): Same as above.
4572 (init_abug_cmds): Same.
4573 * dbug-rom.c (dbug_regname): Same as above.
4574 (init_dbug_cmds): Same.
4575 * remote-est.c (est_regname): Same.
4576 (init_est_cmds): Same.
4577 * rom68k-rom.c (rom68k_regname): Same.
4578 (init_rom68k_cmds): Same.
4579
ea9365bb
TT
45802002-06-25 Tom Tromey <tromey@redhat.com>
4581
4582 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4583
72cec141
AC
45842002-06-25 Andrew Cagney <cagney@redhat.com>
4585
4586 * infrun.c (stop_registers): Change variable's type to ``struct
4587 regcache'''.
4588 (xmalloc_inferior_status): Delete function.
4589 (free_inferior_status): Delete function.
4590 (normal_stop): Use regcache_cpy.
4591 (struct inferior_status): Change type of fields ``stop_registers''
4592 and ``registers'' to ``struct regcache''.
4593 (write_inferior_status_register): Use regcache_write.
4594 (save_inferior_status): Instead of calling
4595 xmalloc_inferior_status, allocate the inf_status buffer directly.
4596 Use regcache_dup_no_passthrough and regcache_dup to save the
4597 buffers.
4598 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4599 Replace the stop_registers regcache instead of overriding it. Use
4600 regcache_xfree. Instead of calling free_inferior_status, xfree
4601 the buffer directly.
4602 (discard_inferior_status): Use regcache_xfree. Instead of calling
4603 free_inferior_status, xfree the buffer directly.
4604 (build_infrun): Use regcache_xmalloc.
4605 (_initialize_infrun): Delete redundant call to build_infrun.
4606
4607 * Makefile.in (infcmd.o): Add $(regcache_h).
4608
4609 * infcmd.c: Include "regcache.h".
4610 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4611 obtain the address of `stop_registers' register buffer.
4612 (print_return_value): Ditto.
4613
4614 * inferior.h (struct regcache): Add opaque declaration.
4615 (stop_registers): Change variable's declared type to ``struct
4616 regcache''.
4617
defc6f8c
TT
46182002-06-24 Tom Tromey <tromey@redhat.com>
4619
c0e624e7
TT
4620 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4621 * target.c (initialize_targets): Fixed typo in
4622 trust-readonly-sections `show' documentation.
4623
defc6f8c
TT
4624 * main.c: Marked all strings with _().
4625
2b236d82
DH
46262002-06-24 Don Howard <dhoward@redhat.com>
4627
4628 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4629 that means max CORE_ADDR+1.
4630 (lookup_mem_region): Ditto.
4631 (mem_info_command): Ditto.
4632
942dc0e9
GS
46332002-06-24 Grace Sainsbury <graces@redhat.com>
4634
4635 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4636 (REGISTER_BYTES_OK): Remove.
4637 (REGISTER_BYTES): Remove.
4638 (STORE_STRUCT_RETURN): Remove.
4639 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4640 (STORE_RETURN_VALUE): Remove.
4641 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4642 (FRAME_CHAIN): Remove.
4643 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4644 (FRAME_SAVED_PC): Remove.
4645 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4646 (m68k_store_struct_return): Add.
4647 (m68k_deprecated_extract_return_value): Add.
4648 (m68k_deprecated_extract_struct_value_address): Add.
4649 (m68k_store_return_value): Add.
4650 (m68k_frame_chain): Add.
4651 (m68k_frameless_function_invocation): Add.
4652 (m68k_frame_saved_pc): Add.
4653 (m68k_gdbarch_init): added set_gdbarch calls for new
4654 functions and deleted macros.
4655
03c30d4d
TT
46562002-06-23 Tom Tromey <tromey@redhat.com>
4657
4658 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4659 (ALLDEPFILES): Likewise.
4660 (udiheaders): Removed.
4661 (udip2soc.o): Likewise.
4662 (udi2go32.o): Likewise.
4663 (udr.o): Likewise.
4664 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4665
37e71372
AC
46662002-06-22 Andrew Cagney <ac131313@redhat.com>
4667
06a6ac57
AC
4668 * infrun.c (_initialize_infrun): Delete unnecessary call to
4669 build_infrun.
4670
37e71372
AC
4671 * regcache.h: Update comments describing the regcache_cpy family
4672 of functions.
4673 (regcache_save, regcache_restore): Delete declaration.
4674 (regcache_save_no_passthrough): Delete declaration.
4675 (regcache_restore_no_passthrough): Delete declaration.
4676 * regcache.c (regcache_save): Delete function.
4677 (regcache_save_no_passthrough): Delete function.
4678 (regcache_restore): Delete function.
4679 (regcache_restore_no_passthrough): Delete function.
4680
78f6d055
AC
46812002-06-21 Andrew Cagney <ac131313@redhat.com>
4682
4683 * config/m68k/tm-m68k.h: Fix typo.
4684 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4685 (m68k_frame_init_saved_regs): Declare.
4686
78b119cb
JB
46872002-06-21 Jim Blandy <jimb@redhat.com>
4688
4689 Remove some vestiges of Harris 88k support.
4690 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4691 register numbering quirk.
4692 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4693 odd symbols occurring in Harris 88k ELF targets.
4694
0fbb3da7
TT
46952002-06-21 Tom Tromey <tromey@redhat.com>
4696
4697 * gdb_locale.h: New file.
4698 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4699 (defs_h): Added gdb_locale.h.
4700 * configure, config.in: Rebuilt.
4701 * configure.in (PACKAGE): Define.
4702 * defs.h: Include gdb_locale.h.
4703 * main.c (captured_main): Call setlocale, bindtextdomain,
4704 textdomain.
4705
456f8b9d
DB
47062002-06-21 Dave Brolley <brolley@redhat.com>
4707
4708 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4709 * config/frv/frv.mt: New file.
4710 * config/frv/tm-frv.h: New file.
4711 * configure.tgt: Support frv-*-*.
4712 * Makefile.in (frv-tdep.o): New target.
4713 * frv-tdep.c: New file.
4714 * NEWS: Mention frv.
4715
cdd463f9
DB
47162002-06-21 Dave Brolley <brolley@redhat.com>
4717
4718 * MAINTAINERS: Add self to "Write After Approval" list.
4719
5d3ed2e3
GS
47202002-06-21 Grace Sainsbury <graces@redhat.com>
4721
4722 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4723 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4724 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4725 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4726 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4727
4728 * m68k-tdep.c: Include arch-utils.h
4729 (m68k_register_raw_size): Add.
4730 (m68k_register_virtual_size): Add.
4731 (m68k_register_virtual_type): Add.
4732 (m68k_register_name): Add.
4733 (m68k_stack_align): Add.
4734 (m68k_register_byte): Add.
4735 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4736 tm-m68k.h.
4737
7f8e7424
GS
47382002-06-21 Grace Sainsbury <graces@redhat.com>
4739
a2c6a6d5 4740 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4741 m68k_find_saved_regs.
4742 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4743 references to it with frame->saved_regs.
7f8e7424
GS
4744 (m68k_gdbarch_init): Added function calls to initialize the
4745 gdbarch structure.
a2c6a6d5
GS
4746 (m68k_fix_call_dummy): Add.
4747 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4748 (CALL_DUMMY): Remove.
4749 (CALL_DUMMY_LENGTH): Remove.
4750 (CALL_DUMMY_START_OFFSET): Remove.
4751 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4752 (FIX_CALL_DUMMY): Remove.
4753 (PUSH_DUMMY_FRAME): Remove.
4754 (POP_FRAME): Remove.
7f8e7424 4755
f461f5cf
PM
47562002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4757
4758 * parse.c (parse_fprintf): New function used to avoid calls to
4759 fprintf in bison parser generated debug code.
4760 * parser-defs.h: Declaration of new parse_fprintf function.
4761 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4762 Set YYDEBUG to 1 by default.
4763 Set YYFPRINTF as parse_fprintf.
4764
7f0c12ed
ML
47652002-06-21 Michal Ludvig <mludvig@suse.cz>
4766
4767 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4768 encoding anymore.
4769 (pointer_encoding, enum ptr_encoding): New.
4770 (execute_cfa_program): Take care about pointer encoding.
4771 (dwarf2_build_frame_info): Only call parse_frame_info for
4772 .debug_frame and .eh_frame.
4773 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4774 fixed augmentation handling, added relative addressing,
4775 ignore duplicate FDEs. Added comments.
19d833a2 4776 * dwarf2cfi.c: Reindented.
7f0c12ed 4777
87c4a039
EZ
47782002-06-20 Elena Zannoni <ezannoni@redhat.com>
4779
4780 * event-top.c (command_handler): Don't use space_at_cmd_start
4781 unless there is sbrk() on the host. Assign time and space data
4782 to union fields of the appropriate length.
4783
1cf877ad
ML
47842002-06-20 Michal Ludvig <mludvig@suse.cz>
4785
4786 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4787 x86_64_register_name. Return type changed to 'const char *'.
4788 (x86_64_register_name2nr): Rename to x86_64_register_number.
4789 (x86_64_gdbarch_init): Update to reflect the change.
4790 * x86-64-tdep.h: Ditto.
4791 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4792 (supply_fpregset): Ditto.
4793
3fadccb3
AC
47942002-06-19 Andrew Cagney <cagney@redhat.com>
4795
4796 * regcache.h: Update copyright.
4797 (struct regcache, struct gdbarch): Add opaque declarations.
4798 (current_regcache): Declare global variable.
4799 (regcache_read, regcache_write): Add gdbarch parameter.
4800 (regcache_save, regcache_save_no_passthrough)
4801 (regcache_restore, regcache_restore_no_passthrough)
4802 (regcache_dup, regcache_dup_no_passthrough)
4803 (regcache_cpy, regcache_cpy_no_passthrough)
4804 (deprecated_grub_regcache_for_registers)
4805 (deprecated_grub_regcache_for_register_valid)
4806 (regcache_valid_p): Add function declarations.
4807
4808 * regcache.c: Update copyright.
4809 (regcache_descr_handle): New global variable.
4810 (struct regcache_descr): Define.
4811 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4812 (regcache_descr, xfree_regcache_descr): New functions.
4813 (struct regcache): Define.
4814 (regcache_xmalloc, regcache_xfree): New functions.
4815 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4816 (regcache_dup, regcache_dup_no_passthrough): New functions.
4817 (regcache_valid_p, regcache_read_as_address): New functions.
4818 (deprecated_grub_regcache_for_registers): New function.
4819 (deprecated_grub_regcache_for_register_valid): New function.
4820 (current_regcache): New global variable.
4821 (register_buffer): Add regcache parameter. Update calls.
4822 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4823 (read_register_gen, write_register_gen): Update register_buffer
4824 call. Test for legacy_p instead of gdbarch_register_read_p or
4825 gdbarch_register_write_p.
4826 (regcache_collect): Update register_buffer call.
4827 (build_regcache): Rewrite. Use deprecated grub functions.
4828 (regcache_save, regcache_save_no_passthrough): New functions.
4829 (regcache_restore, regcache_restore_no_passthrough): New
4830 functions.
4831 (_initialize_regcache): Create the regcache_data_handle. Swap
4832 current_regcache global variable.
4833
4834 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4835 parameter to regcache_read and regcache_write calls.
4836 (sh4_register_read): Ditto.
4837 (sh64_pseudo_register_read): Ditto.
4838 (sh64_register_read): Ditto.
4839 (sh_pseudo_register_write): Ditto.
4840 (sh4_register_write): Ditto.
4841 (sh64_pseudo_register_write): Ditto.
4842 (sh64_register_write): Ditto.
4843
4844 * defs.h (XCALLOC): Define.
4845
152d9db6
GS
48462002-06-19 Grace Sainsbury <graces@redhat.com>
4847
4848 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4849 * m68k-tdep.c (m68k_gdbarch_init): Added.
4850 (m68k_dump_tdep): Added.
4851
170911c7
DJ
48522002-06-19 Daniel Jacobowitz <drow@mvista.com>
4853
4854 * ada-lang.c (fill_in_ada_prototype): Update comment.
4855
2e4ebe70
DJ
48562002-06-19 Daniel Jacobowitz <drow@mvista.com>
4857
4858 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4859 MIPS_ABI_LAST.
4860 (mips_abi_string, mips_abi_strings): New.
4861 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4862 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4863 tdep->mips_abi_string. Honor mips_abi_string. Default to
4864 O32 if no ABI is found.
4865 (mips_dump_tdep): Use mips_abi_strings.
4866 (mips_abi_update): New function.
4867 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4868 ``set mips abi'' and ``show mips abi''. Check the size of
4869 mips_abi_strings.
4870
16775908
AC
48712002-06-19 Andrew Cagney <cagney@redhat.com>
4872
4873 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4874 constant.
4875
5051bfa4 48762002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 4877
5051bfa4
JB
4878 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4879 current frame using only the first stack size adjustment. All
4880 subsequent size adjustments are not considered to be part of
4881 the "static" part of the current frame.
4882 Compute the address of the saved registers relative to the
4883 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4884 in use in this frame.
4885
56468235
DH
48862002-06-18 Don Howard <dhoward@redhat.com>
4887
4888 * valops.c (value_ind): Use value_at_lazy() when dereferencing
4889 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
4890 suggesting this solution.
4891
0b624158
AC
48922002-06-18 Andrew Cagney <ac131313@redhat.com>
4893
4894 * config/romp/xm-rtbsd.h: Delete file.
4895 * config/romp/rtbsd.mh: Delete file.
4896
221ea385
KS
48972002-06-18 Keith Seitz <keiths@redhat.com>
4898
4899 * breakpoint.c (condition_command): Post breakpoint_modify
4900 when a condition is added to an existing breakpoint.
4901 (commands_command): Likewise for commands.
4902 (set_ignore_count): Likewise for ignore counts.
4903 If no tty, do not simply return, still need to send event
4904 notification.
4905 (ignore_command): Only print a newline if the command came
4906 from a tty.
4907 Don't call breakpoints_changed, since this is now properly
4908 handled by set_ignore_count.
4909
5402eed1
AC
49102002-06-18 Andrew Cagney <cagney@redhat.com>
4911
4912 * MAINTAINERS: Note that cris-elf target can be compiled with
4913 -Werror.
4914 * cris-tdep.c (cris_register_name): Make return type constant.
4915 (cris_breakpoint_from_pc): Ditto.
4916
cc22880b
ML
49172002-06-18 Michal Ludvig <mludvig@suse.cz>
4918
4919 * frame.h (struct frame_info): Change type of context to
4920 'struct context'.
4921
fa88f677
AC
49222002-06-17 Andrew Cagney <cagney@redhat.com>
4923
4924 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
4925 pointer.
4926 * gdbarch.h, gdbarch.c: Regenerate.
4927 * config/mips/tm-mips.h (mips_register_name): Update.
4928 * i386-tdep.h (i386_register_name): Update.
4929 * mips-tdep.c (mips_register_name): Update
4930 * alpha-tdep.c (alpha_register_name): Update.
4931 * arch-utils.c (legacy_register_name): Update.
4932 * arch-utils.h (legacy_register_name): Update.
4933 * avr-tdep.c (avr_register_name): Update.
4934 * ia64-tdep.c (ia64_register_name): Update.
4935 * i386-tdep.c (i386_register_name): Update.
4936 * sparc-tdep.c (sparc32_register_name): Update.
4937 (sparc64_register_name): Update.
4938 (sparclite_register_name): Update.
4939 (sparclet_register_name): Update.
4940 * sh-tdep.c (sh_generic_register_name): Update.
4941 (sh_sh_register_name): Update.
4942 (sh_sh3_register_name): Update.
4943 (sh_sh3e_register_name): Update.
4944 (sh_sh_dsp_register_name): Update.
4945 (sh_sh3_dsp_register_name): Update.
4946 (sh_sh4_register_name): Update.
4947 (sh_sh64_register_name): Update.
4948 * s390-tdep.c (s390_register_name): Update.
4949 * rs6000-tdep.c (rs6000_register_name): Update.
4950 * ns32k-tdep.c (ns32k_register_name_32082): Update.
4951 (ns32k_register_name_32382): Update.
4952 * d10v-tdep.c (d10v_ts2_register_name): Update.
4953 (d10v_ts3_register_name): Update.
4954 * xstormy16-tdep.c (xstormy16_register_name): Update.
4955 * vax-tdep.c (vax_register_name): Update.
4956 * v850-tdep.c (v850_register_name): Update.
4957 * m68hc11-tdep.c (m68hc11_register_name): Update.
4958 * mn10300-tdep.c (mn10300_generic_register_name): Update.
4959 (am33_register_name): Update.
4960
ea1e7ef6
GS
49612002-06-17 Grace Sainsbury <graces@redhat.com>
4962
4963 * m68k-tdep.c: Reindented.
4964
9b02dd1b
AC
49652002-06-17 Andrew Cagney <ac131313@redhat.com>
4966
4967 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
4968 list of predefined types.
4969
8758dec1
MK
49702002-06-16 Mark Kettenis <kettenis@gnu.org>
4971
b6197528
MK
4972 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
4973 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
4974 REGISTER_CONVERT_TO_RAW): Remove defines.
4975 (i386_register_virtual_type, i386_register_convertible,
4976 i386_register_convert_to_virtual, i386_register_convert_to_raw):
4977 Remove prototypes.
4978 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
4979 macros mentioned above.
4980
82b47e62
MK
4981 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
4982 (i386lynx_saved_pc_after_call): Remove prototype.
4983 * i386ly-tdep.c: Include "i386-tdep.h".
4984 (i386lynx_saved_pc_after_call): Make static. Use
4985 read_memory_nobpt instead of read_memory. Use
4986 read_memory_unsigned_integer instead of read_memory_integer.
4987 (i386lynx_init_abi): New function.
4988 (i386lynx_coff_osabi_sniffer): New function.
4989 (_initialize_i386bsd_tdep): New function.
4990
8758dec1
MK
4991 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
4992 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
4993 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
4994 (i386_fix_call_dummy): Remove prototype.
4995 * i386-tdep.c (i386_call_dummy_words): New variable.
4996 (i386_gdbarch_init): Adjust for removal of the
4997 macros mentioned above.
4998
e9e68a56
AC
49992002-06-15 Andrew Cagney <ac131313@redhat.com>
5000
5001 * command.h (add_setshow_auto_boolean_cmd): Replace
5002 add_set_auto_boolean_cmd.
5003 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5004 add_set_auto_boolean_cmd.
5005 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5006 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5007 mask-address'' command.
5008 (show_mask_address): Add cmd parameter.
5009 * remote.c (add_packet_config_cmd): Update. Change type of
5010 set_func and show_func to cmd_sfunc_ftype.
5011 (_initialize_remote): Update `set remote Z-packet'
5012 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5013 (show_remote_protocol_e_packet_cmd): Ditto.
5014 (show_remote_protocol_E_packet_cmd): Ditto.
5015 (show_remote_protocol_P_packet_cmd): Ditto.
5016 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5017 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5018 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5019 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5020 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5021 (show_remote_protocol_Z_packet_cmd): Ditto.
5022 (show_remote_protocol_binary_download_cmd): Ditto.
5023 (show_remote_cmd): Pass NULL to all of above.
5024
fc08ec52
MK
50252002-06-15 Mark Kettenis <kettenis@gnu.org>
5026
5027 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5028 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5029 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5030 POP_FRAME): Remove defines.
5031 (i386_push_arguments, i386_store_struct_return,
5032 i386_extract_return_value, i386_store_return_value,
5033 i386_extract_struct_value_address, i386_push_dummy_frame,
5034 i386_pop_frame): Renove prototypes.
5035 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5036 macros mentioned above.
5037
e707bbc2
AC
50382002-06-15 Andrew Cagney <ac131313@redhat.com>
5039
5040 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5041 add_set_boolean_cmd.
5042 (add_setshow_cmd): New function.
5043 * command.h (add_setshow_boolean_cmd): Replace
5044 add_set_boolean_cmd.
5045 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5046 and ``set rdiromatzero''.
5047 * maint.c (_initialize_maint_cmds): Update commented out code.
5048 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5049 * target.c (initialize_targets): Update `set
5050 trust-readonly-sections'.
5051 * remote.c (_initialize_remote): Update `set remotebreak'.
5052
42fdc8df
MK
50532002-06-15 Mark Kettenis <kettenis@gnu.org>
5054
93924b6b
MK
5055 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5056 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5057 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5058 fit into multi-arch framework.
5059 (i386_breakpoint_from_pc): New function.
5060 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5061 above.
5062
42fdc8df
MK
5063 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5064 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5065 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5066 (i386_frameless_function_invocation, i386_frame_num_args,
5067 i386_frame_init_saved_regs): Remove prototypes.
5068 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5069 macros mentioned above.
5070
9773a94b
AC
50712002-06-15 Andrew Cagney <ac131313@redhat.com>
5072
5073 * cli/cli-decode.c (set_cmd_cfunc): Update.
5074 (set_cmd_sfunc): Update.
5075 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5076 (set_cmd_sfunc, set_cmd_cfunc): Update.
5077 * cli/cli-decode.h: Update.
5078
6e157172
MK
50792002-06-15 Mark Kettenis <kettenis@gnu.org>
5080
5081 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5082 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5083
7f19b9a2
AC
50842002-06-15 Andrew Cagney <ac131313@redhat.com>
5085
5086 * defs.h (auto_boolean): Declare enum.
5087 * command.h (cmd_auto_boolean): Delete enum.
5088 * mips-tdep.c (mask_address_var): Update.
5089 (mips_mask_address_p): Update.
5090 (show_mask_address): Update.
5091 * remote.c (struct packet_config): Update.
5092 (update_packet_config): Update.
5093 (show_packet_config_cmd): Update.
5094 (packet_ok): Update.
5095 (add_packet_config_cmd): Update.
5096 (_initialize_remote):
5097 * command.h: Update.
5098 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5099 (do_setshow_command): Update.
5100 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5101 * cli/cli-decode.h: Update.
5102
1cf88de5
MK
51032002-06-15 Mark Kettenis <kettenis@gnu.org>
5104
22ba8cf2
MK
5105 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5106 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5107 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5108 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5109 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5110 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5111
762c5349
MK
5112 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5113 list of DJGPP COFF targets.
5114
091198bb
MK
5115 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5116 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5117 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5118 (FP0_REGNUM): Remove define.
5119 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5120 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5121 (i386_register_virtual_size): Remove protoype.
5122 * i386-tdep.c (i386_register_virtual_size): Removed.
5123 (i386_extract_return_value, i386_store_return_value): Use
5124 FP0_REGNUM instead of NUM_FREGS to determine whether the
5125 floating-point registers are available.
5126 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5127 Adjust for removal of macros mentioned above.
5128
51292002-06-15 Mark Kettenis <kettenis@gnu.org>
5130
fcc9bf01
MK
5131 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5132 comments.
5133 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5134 Remove prototypes.
5135 (supply_gregset, fill_gregset): Remove use of register keyword and
5136 remove declaration for regmap. Use I386_NUM_GREGS instead of
5137 NUM_REGS and NUM_FREGS.
5138 (FPREGSET_FSAVE_OFFSET): Remove.
5139 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5140 NUM_FREGS to determine whether the floating-point registers are
5141 available.
5142
65e78234
MK
5143 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5144 gnu_store_registers): Replace usage of NUM_GREGS with
5145 I386_NUM_GREGS.
5146
98df6387
MK
5147 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5148 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5149 usage of NUM_GREGS with I386_NUM_GREGS.
5150
099a9414
MK
5151 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5152
57976e88
MK
5153 * i386bsd-nat.c: Include "i386-tdep.h".
5154 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5155 I386_NUM_GREGS.
5156
b335f4a6
MK
5157 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5158 and associated comment. They no longer make any sense, since we
5159 don't use this file anymore on Linux.
5160
1cf88de5
MK
5161 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5162 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5163 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5164 elements in these arrays.
5165 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5166 MAX_NUM_REGS.
5167
daa66587
MK
51682002-06-15 Mark Kettenis <kettenis@gnu.org>
5169
5170 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5171 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5172
26e9b323
AC
51732002-06-14 Andrew Cagney <cagney@redhat.com>
5174
5175 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5176 EXTRACT_RETURN_VALUE.
5177 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5178 EXTRACT_STRUCT_VALUE_ADDRESS.
5179 * gdbarch.h, gdbarch.c: Regenerate.
5180
5181 * values.c (value_being_returned): Handle
5182 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5183 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5184
5185 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5186 * arm-tdep.c (arm_gdbarch_init): Update.
5187 * avr-tdep.c (avr_gdbarch_init): Update.
5188 * cris-tdep.c (cris_gdbarch_init): Update.
5189 * d10v-tdep.c (d10v_gdbarch_init): Update.
5190 * ia64-tdep.c (ia64_gdbarch_init): Update.
5191 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5192 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5193 * s390-tdep.c (s390_gdbarch_init): Update.
5194 * sh-tdep.c (sh_gdbarch_init): Update.
5195 * s390-tdep.c (s390_gdbarch_init): Update.
5196 * sparc-tdep.c (sparc_gdbarch_init): Update.
5197 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5198 * v850-tdep.c (v850_gdbarch_init): Update.
5199 * vax-tdep.c (vax_gdbarch_init): Update.
5200 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5201 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5202
5203 * config/arc/tm-arc.h: Update.
5204 * config/d30v/tm-d30v.h: Update.
5205 * config/fr30/tm-fr30.h: Update.
5206 * config/h8300/tm-h8300.h: Update.
5207 * config/h8500/tm-h8500.h: Update.
5208 * config/i386/tm-i386.h: Update.
5209 * config/i386/tm-ptx.h: Update.
5210 * config/i386/tm-symmetry.h: Update.
5211 * config/i960/tm-i960.h: Update.
5212 * config/m32r/tm-m32r.h: Update.
5213 * config/m68k/tm-delta68.h: Update.
5214 * config/m68k/tm-linux.h: Update.
5215 * config/m68k/tm-m68k.h: Update.
5216 * config/m88k/tm-m88k.h: Update.
5217 * config/mcore/tm-mcore.h: Update.
5218 * config/mips/tm-mips.h: Update.
5219 * config/mn10200/tm-mn10200.h: Update.
5220 * config/pa/tm-hppa.h: Update.
5221 * config/pa/tm-hppa64.h: Update.
5222 * config/sparc/tm-sp64.h: Update.
5223 * config/sparc/tm-sparc.h: Update.
5224 * config/sparc/tm-sparclet.h: Update.
5225 * config/z8k/tm-z8k.h: Update.
5226
5179e78f
AC
52272002-06-14 Andrew Cagney <cagney@redhat.com>
5228
5229 * Makefile.in (i386_linux_tdep_h): Define.
5230 (i386_tdep_h, i387_tdep_h): Define.
5231 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5232 $(i386_tdep_h) and $(i387_tdep_h).
5233 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5234
8201327c
MK
52352002-06-14 Mark Kettenis <kettenis@gnu.org>
5236
edf393ac
MK
5237 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5238 Already covered by the default.
5239
896fb97d
MK
5240 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5241 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5242 (i386_gdbarch_init): Initialize long_double_format and long_double
5243 bit.
5244
8201327c
MK
5245 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5246 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5247 Move these to ...
5248 * config/i386/i386sol2.mh: ... here.
5249 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5250 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5251 (SIGCONTEXT_PC_OFFSET): Remove define.
5252 (IN_SIGTRAMP): Remove define.
5253 * i386-sol2-tdep.c: New file.
5254
5255 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5256 * config/i386/tm-i386nw.h: Removed.
5257
5258 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5259 USE_STRUCT_CONVENTION): Remove defines.
5260 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5261 (get_longjmp_target): Remove prototype.
5262 (IN_SIGTRAMP): Remove define.
5263 (i386bsd_in_sigtramp): Remove prototype.
5264 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5265 function. Update comment accordingly
5266 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5267 (FRAME_SAVED_PC): Remove define.
5268 (i386bsd_frame_saved_pc): Remove prototype.
5269 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5270 GET_LONGJMP_TARGET): Remove defines.
5271 (get_longjmp_target): Remove prototype.
5272 (IN_SIGTRAMP): Remove define.
5273 (i386bsd_in_sigtramp): Remove prototype.
5274 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5275 function. Update comment accordingly
5276 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5277 (FRAME_SAVED_PC): Remove define.
5278 (i386bsd_frame_saved_pc): Remove prototype.
5279 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5280 Remove prototype.
5281 (USE_STRUCT_CONVENTION): Remove prototype.
5282 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5283 declaration.
5284 (_initialize_i386bsd_nat): Revise logic to determine some
5285 constants at compile time when compiling a native GDB. Warn if
5286 things don't match up with what we expect.
5287 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5288 Remove variables.
5289 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5290 to use date stored in `struct gdbarch_tdep'.
5291 (i386bsd_sigcontext_offset): Remove varaible.
5292 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5293 stored in `struct gdbarch_tdep'.
5294 (i386bsd_frame_saved_pc): Make static.
5295 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5296 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5297 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5298 i386fbsd4_sc_pc_offset): New variables.
5299 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5300 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5301 functions.
5302 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5303 functions.
5304 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5305 Modify the value of i386fbsd_sigtramp_start and
5306 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5307 i386fbsd_sigtramp_end.
5308 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5309 function.
5310
5311 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5312 define to i386-linux-tdep.h.
5313 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5314 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5315 defines.
5316 (i386_linux_register_name, i386_linux_register_byte,
5317 i386_linux_register_raw_size): Remove prototypes.
5318 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5319 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5320 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5321 TARGET_WRITE_PC): Remove defines.
5322 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5323 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5324 i386_linux_write_pc): Remove prototypes.
5325 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5326 (get_longjmp_target): Remove prototype.
5327 * i386-linux-tdep.h: New file.
5328 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5329 * i386-linux-tdep.c: Include "i386-tdep.h" and
5330 "i386-linux-tdep.h".
5331 (i386_linux_register_name, i386_linux_register_byte,
5332 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5333 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5334 Make static.
5335 (i386_linux_init_abi): New function.
5336 (_initialize_i386_linux_tdep): New function.
5337
5338 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5339 (i386_saved_pc_after_call): Remove prototype.
5340 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5341 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5342 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5343 (i386_register_name, i386_stab_reg_to_regnum,
5344 i386_dwarf_reg_to_regnum): Remove prototypes.
5345 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5346 SIZEOF_SSE_REGS): Remove defines.
5347 (REGISTER_BYTES): Remove define.
5348 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5349 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5350 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5351 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5352 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5353 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5354 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5355 (get_longjmp_target): Remove prototype.
5356 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5357 (sigtramp_saved_pc): Remove define.
5358 (i386v4_sigtramp_saved_pc): Remove prototype.
5359 * config/i386/tm-go32.h (FRAME_CHAIN,
5360 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5361 (i386go32_frame_saved_pc): Remove prototype.
5362 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5363 (get_longjmp_target): Remove prototype.
5364 * i386-tdep.h: Include "osabi.h".
5365 (enum i386_abi): Removed.
5366 (enum struct_return): New enum.
5367 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5368 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5369 sc_pc_offset members.
5370 (i386_gdbarch_register_os_abi): Remove prototype.
5371 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5372 I386_SSE_NUM_REGS): New defines.
5373 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5374 I386_SSE_SIZEOF_REGS): New defines.
5375 (i386_register_name, i386_register_byte, i386_register_raw_size):
5376 New prototypes.
5377 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5378 (i386bsd_sigtramp_saved_pc): New prototype.
5379 * i386-tdep.c: Don't include "elf-bfd.h".
5380 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5381 i386_frame_chain, i386_saved_pc_after_call): Make static.
5382 (i386_frame_saved_pc): Rewrite to call architecture dependent
5383 function to deal with signal handlers. Make static.
5384 (i386go32_frame_saved_pc): Removed.
5385 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5386 Removed.
5387 (i386_get_longjmp_target): New function.
5388 (default_struct_convention, pcc_struct_convention,
5389 reg_struct_convention, valid_conventions, struct_convention): New
5390 variables.
5391 (i386_use_struct_convention): New function.
5392 (i386v4_sigtramp_saved_pc): Renamed to
5393 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5394 (i386_pc_in_sigtramp): New function.
5395 (i386_abi_names): Removed.
5396 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5397 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5398 Removed.
5399 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5400 i386_gdbarch_register_os_abi): Removed.
5401 (struct i386_abi_handler): Removed.
5402 (i386_abi_handler_list): Removed.
5403 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5404 functions.
5405 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5406 i386_nw_init_abi): New functions.
5407 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5408 Use set_gdbarch_xxx() calls instead of relying on macros for a
5409 number of calls.
5410 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5411 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5412 Register the various architecture variants defined in this file.
5413
ad2f7632
DJ
54142002-06-14 Daniel Jacobowitz <drow@mvista.com>
5415
5416 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5417 (struct main_type): Remove arg_types member. Update comments for
5418 struct field.
5419 (TYPE_ARG_TYPES): Remove.
5420 (TYPE_FN_FIELD_ARGS): Update.
5421 (smash_to_method_type): Update prototype.
5422
5423 * c-typeprint.c (cp_type_print_method_args): Take method type
5424 instead of argument list. Use new argument layout. Simplify.
5425 (c_type_print_args): Use new argument layout. Simplify.
5426 (c_type_print_base): Update call to cp_type_print_method_args.
5427 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5428 argument; use die->type instead. Update call to
5429 smash_to_method_type.
5430 (read_structure_scope): Update call to dwarf2_add_member_fn.
5431 * gdbtypes.c (allocate_stub_method): Update comment.
5432 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5433 Use new argument layout.
5434 (check_stub_method): Use new argument layout. Don't count
5435 void as an argument.
5436 (print_arg_types): Update comments. Use new argument layout.
5437 (recursive_dump_type): Don't print arg_types member.
5438 * hpread.c (hpread_read_struct_type): Use new argument layout.
5439 (fixup_class_method_type): Likewise.
5440 (hpread_type_lookup): Likewise.
5441 * stabsread.c (read_type): Update calls to read_args and
5442 smash_to_method_type.
5443 (read_args): Use new argument layout. Simplify.
5444 * valops.c (typecmp): Use new argument layout. Update parameters
5445 and comments. Simplify.
5446 (hand_function_call): Use new argument layout.
5447 (search_struct_method): Update call to typecmp.
5448 (find_overload_match): Use new argument layout.
5449
6da02953
DJ
54502002-06-13 Daniel Jacobowitz <drow@mvista.com>
5451
5452 * NEWS: Mention multithreaded debug support for gdbserver.
5453
519b2366
DJ
54542002-06-13 Daniel Jacobowitz <drow@mvista.com>
5455
5456 * MAINTAINERS: Mention NEWS.
5457
6c0d6680
DJ
54582002-06-13 Daniel Jacobowitz <drow@mvista.com>
5459
5460 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5461 (struct mips_objfile_private, compare_pdr_entries): New.
5462 (non_heuristic_proc_desc): Read the ".pdr" section if it
5463 is present.
5464
6529d2dd
AC
54652002-06-12 Andrew Cagney <ac131313@redhat.com>
5466
5467 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5468 (arm_debug): New static variable.
5469 (_initialize_arm_tdep): Add ``set debug arm'' command.
5470
26216b98
AC
54712002-06-12 Andrew Cagney <ac131313@redhat.com>
5472
5473 * Makefile.in (sim_arm_h): Define.
5474 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5475 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5476 (arm_register_sim_regno): New function, map an internal REGNUM
5477 onto a simulator register number.
5478 (arm_gdbarch_init): Set register_sim_regno.
5479
814b3ba0
AH
54802002-06-09 Aldy Hernandez <aldyh@redhat.com>
5481
5482 * MAINTAINERS: Add self.
5483
475b0867
JB
54842002-06-11 Jim Blandy <jimb@redhat.com>
5485
919d772c
JB
5486 * source.c (source_info): Mention whether the symtab has
5487 information about preprocessor macros.
5488
475b0867
JB
5489 Call the command `info macro', not `show macro'.
5490 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5491 Fix error message.
5492 (_initialize_macrocmd): Register `info_macro_command' in
5493 `infolist', not `showlist'.
5494
9e364162
DJ
54952002-06-11 Daniel Jacobowitz <drow@mvista.com>
5496
5497 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5498 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5499 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5500 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5501 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5502 unconditionally.
5503 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5504 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5505 (_initialize_mips_tdep): Remove dead code.
5506 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5507 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5508 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5509 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5510 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5511 MIPS_LAST_FP_ARG_REGNUM): Remove.
5512
23aa4c72
ML
55132002-06-11 Michal Ludvig <mludvig@suse.cz>
5514
5515 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5516 (unwind_tmp_obstack_free, parse_frame_info)
5517 (update_context, cfi_read_fp, cfi_write_fp)
5518 (cfi_frame_chain, cfi_init_extra_frame_info)
5519 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5520 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5521
70eb15a4
CV
55222002-06-11 Corinna Vinschen <vinschen@redhat.com>
5523
5524 * v850-tdep.c (v850_type_is_scalar): New function.
5525 (v850_use_struct_convention): Match current gcc implementation
5526 as close as possible.
5527 (v850_push_arguments): Fix stack_offset handling. Don't write
5528 struct_addr into register. This is done by v850_store_struct_return.
5529 (v850_extract_return_value): Care for structs.
5530 (v850_store_return_value): Ditto.
5531 (v850_store_struct_return): Actually write address.
5532
482a4d06
ML
55332002-06-11 Michal Ludvig <mludvig@suse.cz>
5534
5535 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5536 without debug information too.
5537
d855c300
AC
55382002-06-10 Andrew Cagney <ac131313@redhat.com>
5539
5540 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5541 Make multi-arch pure.
5542 * gdbarch.h, gdbarch.c: Re-generate.
5543 * arm-tdep.c (arm_print_float_info): Update.
5544 * arch-utils.h (default_print_float_info): Update.
5545 * arch-utils.c (default_print_float_info): Update.
5546 * infcmd.c (float_info): Update call.
5547
dd12a101
AC
55482002-06-10 Andrew Cagney <ac131313@redhat.com>
5549
5550 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5551 the front of the initialize list.
5552
101dcfbe
AC
55532002-06-10 Andrew Cagney <ac131313@redhat.com>
5554
5555 * infrun.c (struct inferior_status): Replace fields
5556 selected_frame_address and selected_level with field
5557 selected_frame_id.
5558 (save_inferior_status): Update. Use get_frame_id.
5559 (struct restore_selected_frame_args): Delete.
5560 (restore_selected_frame): Update. Use frame_find_by_id.
5561 (restore_inferior_status): Update.
5562
5563 * breakpoint.h (struct breakpoint): Change type of
5564 watchpoint_frame to frame_id.
5565 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5566 call to get_current_frame.
5567 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5568 get_current_frame.
5569 (watchpoint_check): Use frame_find_by_id.
5570
5571 * frame.h (record_selected_frame): Delete declaration.
5572 * stack.c (record_selected_frame): Delete function.
5573
5574 * frame.h (struct frame_id): Define.
5575 (get_frame_id): Declare.
5576 (frame_find_by_id): Declare.
5577 * frame.c (frame_find_by_id): New function.
5578 (get_frame_id): New function.
5579
304270b6
AV
55802002-06-10 Andrey Volkov <avolkov@transas.com>
5581
5582 * ser-e7kpc.c: Fix duplicated define and call of
5583 _initialize_ser_e7000pc
5584
2f2cf184
DJ
55852002-06-09 Daniel Jacobowitz <drow@mvista.com>
5586
5587 * signals/signals.c (target_signal_from_host): Fix #ifdef
5588 SIGRTMIN case.
5589 (do_target_signal_to_host): Likewise.
5590
caaa3122
DJ
55912002-06-09 Daniel Jacobowitz <drow@mvista.com>
5592
5593 * mips-tdep.c (mips_find_abi_section): New function.
5594 (mips_gdbarch_init): Call it.
5595
6ac5df3a
MK
55962002-06-09 Mark Kettenis <kettenis@gnu.org>
5597
5598 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5599 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5600 after Andrew's 2002-06-08 gdbarch change.
5601
82ea117a
MK
56022002-06-09 Mark Kettenis <kettenis@gnu.org>
5603
5604 * i386-linux-nat.c (suppy_gregset): Don't supply
5605 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5606 register cache.
5607 (fill_gregset): Don't fetch it under the same circumstances.
5608
3c25f8c7
AC
56092002-06-09 Andrew Cagney <cagney@redhat.com>
5610
5611 * Makefile.in (callback_h): Define.
5612 (remote_sim_h): Update path to remote-sim.h.
5613 (remote-rdp.o): Add $(callback_h).
5614 (remote-sim.o): Use $(callback_h).
5615 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5616 * remote-rdp.c: Include "gdb/callback.h".
5617
1029b7fa
MK
56182002-06-09 Mark Kettenis <kettenis@gnu.org>
5619
5620 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5621 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5622
616675d3
AC
56232002-06-08 Andrew Cagney <ac131313@redhat.com>
5624
a3efda28
AC
5625 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5626 * rdi-share/serpardr.c: Ditto.
5627 * rdi-share/unixcomm.c: Ditto.
5628 * rdi-share/serdrv.c: Ditto.
5629 * rdi-share/hostchan.h: Ditto.
5630 * rdi-share/hostchan.c: Ditto.
5631 * rdi-share/host.h: Ditto.
5632 * rdi-share/devsw.c: Ditto.
5633
c5f10366
AC
5634 * objfiles.h: Change type of obj_private to void pointer.
5635 * pa64solib.c: Update copyright. Don't include "assert.h", use
5636 strcmp instead of STREQ, use LONGEST, do not use PTR
5637 * somsolib.c: Ditto.
5638
616675d3
AC
5639 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5640 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5641 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5642
e4b415d9
AC
56432002-06-08 Andrew Cagney <ac131313@redhat.com>
5644
5645 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5646 (default_get_saved_register): Delete function.
5647 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5648 generic_unwind_get_saved_register.
5649 * gdbarch.h, gdbarch.c: Re-generate.
5650
ca0d0b52
AC
56512002-06-08 Andrew Cagney <ac131313@redhat.com>
5652
5653 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5654 generic_func_frame_chain_valid.
5655 * gdbarch.h, gdbarch.c: Re-generate.
5656 * blockframe.c (generic_func_frame_chain_valid): Only check
5657 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5658 passing FP to PC_IN_CALL_DUMMY.
5659 Fix PR gdb/360.
5660
76860b5f
AC
56612002-06-08 Andrew Cagney <ac131313@redhat.com>
5662
5663 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5664 (register_gdbarch_data): Initialize init_p.
5665 (gdbarch_data): Initialize data pointer using the init function.
5666 (init_gdbarch_data): Delete function.
5667 (gdbarch_update_p): Update.
5668 (initialize_non_multiarch): Update.
5669 (struct gdbarch): Add field initialized_p.
5670 * gdbarch.h, gdbarch.c: Re-generate.
5671
8dda9770
ML
56722002-06-07 Michal Ludvig <mludvig@suse.cz>
5673
5674 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5675 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5676 better do the things actually here.
5677 * x86-64-tdep.c (x86_64_register_name2nr): New.
5678 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5679 (x86_64_gdbarch_init): Respect the above change.
5680 * x86-64-tdep.h (x86_64_register_name2nr)
5681 (x86_64_register_nr2name): Add prototypes.
5682 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5683
3d79a47c
MS
56842002-06-06 Michael Snyder <msnyder@redhat.com>
5685
7bd91a28
MS
5686 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5687 Delete extra braces and re-indent.
5688 (d10v_store_return_value): Char return values
3d79a47c
MS
5689 must be shifted over by one byte in R0.
5690 (d10v_extract_return_value): Delete extra braces, re-indent.
5691
095a4c96
EZ
56922002-06-06 Elena Zannoni <ezannoni@redhat.com>
5693
5694 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5695 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5696 (d10v_integer_to_address): Rewrite.
5697 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5698 the d10v specific functions which take care of converting to the
5699 correct space.
5700
e8a77ca4
EZ
57012002-06-06 Elena Zannoni <ezannoni@redhat.com>
5702
5703 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5704 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5705
4f2e4a4f
AC
57062002-06-02 Andrew Cagney <ac131313@redhat.com>
5707
5708 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5709 includes.
5710 * config/tm-linux.h: Ditto.
5711 * config/alpha/tm-alphalinux.h: Ditto.
5712 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5713 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5714 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5715 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5716 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5717 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5718 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5719 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5720 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5721 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5722 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5723 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5724 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5725 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5726 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5727 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5728 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5729 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5730 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5731 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5732 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5733 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5734 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5735 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5736 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5737 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5738 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5739 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5740 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5741 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5742 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5743 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5744 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5745 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5746 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5747 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5748 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5749
ae2ab2ce
AS
57502002-05-04 Aidan Skinner <aidan@velvet.net>
5751
5752 * ada-exp.tab.c: New file
5753 * ada-exp.y: New file
5754 * ada-lang.c: New file
5755 * ada-lang.h: New file
5756 * ada-lex.c: New file
5757 * ada-lex.l: New file
5758 * ada-tasks.c: New file
5759 * ada-typeprint.c: New file
5760 * ada-valprint.c: New file
5761
0ddd0135
JT
57622002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5763
5764 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5765 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5766
750fbacc
JT
57672002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5768
5769 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5770 insetead of ppc-linux-tdep.o.
5771 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5772 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5773
df94e18a
AC
57742002-06-02 Andrew Cagney <ac131313@redhat.com>
5775
5776 2002-05-07 Christian Groessler <chris@groessler.org>
5777 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5778 bit register contents for little endian hosts.
5779
1a38ab75
AC
57802002-06-01 Andrew Cagney <ac131313@redhat.com>
5781
5782 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5783 any maintainer.
5784
8b1632ac
AC
57852002-06-01 Andrew Cagney <ac131313@redhat.com>
5786
5787 * gdbarch.h: Regenerate.
5788
627054c8
AC
57892002-06-01 Andrew Cagney <ac131313@redhat.com>
5790
5791 * MAINTAINERS: Add everyone to write-after-approval list.
5792
4f460812
AC
57932002-06-01 Andrew Cagney <ac131313@redhat.com>
5794
5795 * stack.c (frame_info): Use frame_register_unwind instead of
5796 saved_regs. Mention when the SP is on the stack or in a register.
5797
5798 * frame.h (frame_register_unwind_ftype): Define. Document.
5799 (struct frame_info): Add field register_unwind and
5800 register_unwind_cache.
5801 (frame_register_unwind): Declare.
5802 (generic_unwind_get_saved_register): Declare.
5803
5804 * frame.c (frame_register_unwind): New function.
5805 (generic_unwind_get_saved_register): New function.
5806
5807 * blockframe.c (generic_call_dummy_register_unwind): New function.
5808 (frame_saved_regs_register_unwind): New function.
5809 (set_unwind_by_pc): New function.
5810 (create_new_frame): New function.
5811 (get_prev_frame): New function.
5812
de888f76
AC
58132002-05-30 Andrew Cagney <ac131313@redhat.com>
5814
5815 * a29k-share/: Delete directory.
5816 * remote-vx29k.c: Delete file.
5817
2f2c3626
JT
58182002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5819
5820 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5821 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5822
9ce5c36a
JT
58232002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5824
5825 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5826 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5827 (sparc64nbsd-nat.o)
5828 (sparcnbsd-nat.o)
5829 (sparcnbsd-tdep.o): New dependency lists.
5830 * NEWS: Note new UltraSPARC NetBSD native configuration.
5831 * configure.host (sparc64-*-netbsd*): New host.
5832 * configure.tgt (sparc-*-netbsdelf*)
5833 (sparc-*-netbsd*): Set gdb_target to nbsd.
5834 (sparc64-*-netbsd*): New target.
5835 * sparc64nbsd-nat.c: New file.
5836 * sparcnbsd-nat.c: New file.
5837 * sparcnbsd-tdep.c: New file.
5838 * sparcnbsd-tdep.h: New file.
5839 * config/sparc/nbsd.mt: New file.
5840 * config/sparc/nbsd64.mh: New file.
5841 * config/sparc/nbsd64.mt: New file.
5842 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5843 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5844 (HOST_IPC): Remove.
5845 * config/sparc/nbsdaout.mt: Remove.
5846 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5847 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5848 (HOST_IPC): Remove.
5849 * config/sparc/nbsdelf.mt: Remove.
5850 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5851 sparc-nat.c compatiblity defines.
5852 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5853 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5854 * config/sparc/tm-nbsd64.h: New file.
5855 * config/sparc/tm-nbsdaout.h: Remove.
5856 * config/sparc/xm-nbsd.h: Remove.
5857
ef3cf062
JT
58582002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5859
5860 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5861 * sparc-tdep.c: Include osabi.h.
5862 (gdbarch_tdep): Add osabi member.
5863 (_initialize_sparc_tdep): Use gdbarch_register.
5864 (sparc_gdbarch_init): Use generic OS ABI framework.
5865 (sparc_dump_tdep): New function.
5866
ee8ff470
KB
58672002-05-30 Kevin Buettner <kevinb@redhat.com>
5868
5869 * corefile.c (do_captured_read_memory_integer): Return non-zero
5870 result.
5871 (safe_read_memory_integer): Copy result of memory read when
5872 status is non-zero. Also, add comments.
5873
7b112f9c
JT
58742002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5875
5876 * Makefile.in (ppc_tdep_h): Define.
5877 (ppc-linux-nat.o)
5878 (ppc-linux-tdep.o)
5879 (rs6000-tdep.o): Use $(ppc_tdep_h).
5880 (ppc-sysv-tdep.o)
5881 (ppcnbsd-nat.o)
5882 (ppcnbsd-tdep.o): New dependency lists.
5883 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
5884 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5885 (ppc_linux_init_abi): New functions.
7b112f9c
JT
5886 (ppc_sysv_abi_broken_use_struct_convention)
5887 (ppc_sysv_abi_use_struct_convention)
5888 (ppc_sysv_abi_push_arguments): Move to...
5889 * ppc-sysv-tdep.c: ...here.
5890 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
5891 * rs6000-tdep.c (process_note_abi_tag_sections)
5892 (get_elfosabi): Remove.
5893 (rs6000_gdbarch_init): Use generic OS ABI framework.
5894 (rs6000_dump_tdep): New function.
5895 (_initialize_rs6000_tdep): Use gdbarch_register.
5896 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
5897 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
5898 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
5899 of ppc-linux-tdep.o.
5900 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
5901 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
5902 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
5903 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
5904 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
5905 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
5906
480dd42a
JB
59072002-05-29 Jim Blandy <jimb@redhat.com>
5908
5909 * macroscope.c (default_macro_scope): Put `void' in empty argument
5910 list.
5911
4182591f
AC
59122002-05-29 Andrew Cagney <ac131313@redhat.com>
5913
5914 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
5915 * arch-utils.c: Include "sim-regno.h".
5916 * gdbarch.sh: Don't include "sim-regno.h".
5917 * gdbarch.h, gdbarch.c: Regenerate.
5918 * sim-regno.h (legacy_register_sim_regno): Move declaration from
5919 here.
5920 * arch-utils.h (legacy_register_sim_regno): To here.
5921 * remote-sim.c (legacy_register_sim_regno): Move function from
5922 here.
5923 * arch-utils.c (legacy_register_sim_regno): To here.
5924
8238d0bf
AC
59252002-05-28 Andrew Cagney <ac131313@redhat.com>
5926
5927 * sim-regno.h: New file.
5928 * Makefile.in (sim_regno_h): Define.
5929 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
5930 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
5931 (legacy_register_sim_regno): New function.
5932 (one2one_register_sim_regno): New function.
5933 (gdbsim_fetch_register): Rewrite.
5934 (gdbsim_store_register): Only store a register when
5935 REGISTER_SIM_REGNO is valid.
5936 * d10v-tdep.c: Include "sim-regno.h".
5937 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
5938 (d10v_ts3_register_sim_regno): Ditto.
5939 * gdbarch.sh: Include "sim-regno.h".
5940 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
5941 * gdbarch.h, gdbarch.c: Regenerate.
5942 * arch-utils.h (default_register_sim_regno): Delete declaration.
5943 * arch-utils.c (default_register_sim_regno): Delete function.
5944
485721b1
JT
59452002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
5946
5947 * ppcnbsd-nat.c: Rewrite.
5948 * ppcnbsd-tdep.c: New file.
5949 * ppcnbsd-tdep.h: New file.
5950 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
5951 solib.o, and solib-svr4.o.
5952 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
5953 nbsd-tdep.o, and corelow.o.
5954
697f244d
AC
59552002-05-28 Andrew Cagney <ac131313@redhat.com>
5956
5957 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
5958 `tr' and `sed'. Mention that `broken' targets are not expected to
5959 build.
5960
f08caad1 59612002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
5962
5963 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
5964 Let PC point right after the prologue before looking up symbols.
5965
3139facc
MH
59662002-05-27 Martin M. Hunt <hunt@redhat.com>
5967
5968 * i386-tdep.c (i386_register_virtual_type): Return
5969 builtin_type_vec128i for SSE registers.
5970
5971 * gdbtypes.h (builtin_type_vec128i): Declare.
5972
5973 * gdbtypes.c (build_builtin_type_vec128i): New function.
5974 (builtin_type_v2_double, builtin_type_v4_int64): New types.
5975 (builtin_type_vec128i): New type for SSE2 128-bit registers.
5976 (build_gdbtypes): Initialize new builtin vector types.
5977 (_initialize_gdbtypes): Register new vector types with gdbarch.
5978
6e3ba3b8
JT
59792002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5980
5981 * MAINTAINERS: ns32k is not longer an obsolete candidate,
5982 since it has been multi-arch'd.
5983 * NEWS: Note that ns32k-*-* is now partial multi-arch.
5984 Move Alpha and VAX multi-arch news entries to same section
5985 as other multi-arch news.
5986
93d5585d
JT
59872002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5988
5989 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
5990 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
5991 static. Rename some register numbers to put them in ns32k-tdep
5992 private namespace.
5993 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
5994 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
5995 functions.
5996 (_initialize_ns32k_tdep): Use gdbarch_register.
5997 * ns32k-tdep.h: New file.
5998 * ns32knbsd-tdep.c: New file.
5999 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6000 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6001 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6002 REGISTER_BYTES, REGISTER_BYTE): Remove.
6003 * config/ns32k/tm-ns32k.h: New file.
6004 * config/ns32k/tm-umax.h: Remove.
6005
efb2c70e
JT
60062002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6007
6008 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6009 ns32k_store_struct_return, ns32k_extract_return_value,
6010 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6011 functions.
6012 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6013 ns32k_saved_pc_after_call.
6014 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6015 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6016 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6017 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6018 ns32k_extract_struct_value_address.
6019
7bcc927b
JT
60202002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6021
6022 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6023 ns32k_fix_call_dummy): New.
6024 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6025 ns32k_call_dummy_words.
6026 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6027 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6028 CALL_DUMMY_NARGS): Remove.
6029 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6030
78f9d765
JT
60312002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6032
6033 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6034 ns32k_frame_saved_pc, ns32k_frame_args_address,
6035 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6036 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6037 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6038 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6039 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6040 (BREAKPOINT): Remove..
6041 (FRAME_CHAIN): Define as ns32k_frame_chain.
6042 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6043 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6044 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6045 (FRAME_FIND_SAVED_REGS): Remove.
6046 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6047 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6048 (POP_FRAME): Define as ns32k_pop_frame.
6049
f2c762e0
JT
60502002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6051
6052 * ns32k-tdep.c (ns32k_register_byte_32082,
6053 ns32k_register_byte_32382, ns32k_register_raw_size,
6054 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6055 functions.
6056 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6057 ns32k_register_byte_32382.
6058 * config/ns32k/tm-umax.h: Update copyright years.
6059 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6060 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6061 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6062 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6063 (ns32k_get_enter_addr): Fix prototype.
6064
af137673
JT
60652002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6066
6067 * ns32k-tdep.c: Update copyright years.
6068 (ns32k_register_name_32082): New function.
6069 (ns32k_register_name_32382): Ditto.
6070 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6071 (REGISTER_NAME): Define as ns32k_register_name_32382.
6072 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6073 (REGISTER_NAME): Define as ns32k_register_name_32082.
6074
a8bc7b56
JB
60752002-05-24 Jim Blandy <jimb@redhat.com>
6076
6077 * dwarf2read.c (free_line_header): Use xfree, not free.
6078
83a45910
JT
60792002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6080
6081 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6082 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6083
0db71247
AC
60842002-05-23 Andrew Cagney <ac131313@redhat.com>
6085
6086 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6087
b9e5e4dd
AC
60882002-05-23 Andrew Cagney <ac131313@redhat.com>
6089
6090 From Ross Alexander at NEC Europe:
6091 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6092
de530e84
MS
60932002-05-23 Michael Snyder <msnyder@redhat.com>
6094
6095 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6096 for input, rather than parse_and_eval_address.
6097
b91b96f4
AC
60982002-05-23 Andrew Cagney <ac131313@redhat.com>
6099
6100 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6101 * Makefile.in (sim_d10v_h): Update definition.
6102
8b279e7a
AC
61032002-05-24 Andrew Cagney <cagney@redhat.com>
6104
6105 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6106 change `2002-05-22 Michael Snyder' below.
6107 (d10v_push_arguments): Ditto.
6108 (d10v_extract_return_value): Ditto.
6109
0a3d0425
JB
61102002-05-23 Jim Blandy <jimb@redhat.com>
6111
6112 * macrotab.c (check_for_redefinition): Don't complain if the new
6113 definition is the same as the previous one. Take more arguments
6114 to allow the comparison.
6115 (macro_define_object, macro_define_function): Pass more arguments
6116 to check_for_redefinition.
6117
78eac43e
MS
61182002-05-22 Michael Snyder <msnyder@redhat.com>
6119
6120 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6121 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6122 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6123 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6124 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6125 Add a temp variable to save a call (and a memory read).
6126 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6127 if possible (so that PC_IN_CALL_DUMMY will work).
6128
9bc1edb8
CV
61292002-05-22 Corinna Vinschen <vinschen@redhat.com>
6130
6131 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6132
005ef3d2
ML
61332002-05-22 Michal Ludvig <mludvig@suse.cz>
6134
6135 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6136 fde->cie_ptr.
6137 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6138 (dwarf2_build_frame_info): Add offset to fde->initial_location
6139 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6140 (execute_stack_op): Change type of 'result' from ULONGEST to
6141 CORE_ADDR.
005ef3d2 6142
fcf4f891
JT
61432002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6144
6145 * config/alpha/tm-nbsd.h: Include solib.h.
6146
cfef91e4
JT
61472002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6148
6149 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6150 assumptions about the host's byte order.
6151
9964235a
JT
61522002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6153
6154 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6155 to dependency list.
6156 * alphanbsd-tdep.c: Include solib-svr4.h.
6157 * shnbsd-tdep.c: Ditto.
6158
9eeef8ef
JT
61592002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6160
6161 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6162 nbsd-tdep.h to dependency list.
6163 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6164 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6165 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6166 nbsdaout.mh and nbsdelf.mh consistently.
6167 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6168 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6169 nbsdaout.mt and nbsdelf.mh consistently.
6170 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6171 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6172 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6173 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6174 a.out shared library stuff from here...
6175 * config/nm-nbsdaout.h: ...to here.
6176 * config/tm-nbsd.h: Remove.
6177 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6178 * config/arm/nbsd.mh: Remove.
6179 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6180 nbsd-tdep.o.
6181 * config/arm/nbsdaout.mh: New file.
6182 * config/arm/nbsdelf.mh: New file.
6183 * config/arm/nm-nbsdaout.h: New file.
6184 * config/i386/nbsd.mh: Remove.
6185 * config/i386/nbsd.mt: Remove.
6186 * config/i386/nbsdaout.mh: New file.
6187 * config/i386/nbsdaout.mt: New file.
6188 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6189 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6190 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6191 i386_register_u_addr): Remove.
6192 * config/i386/nm-nbsdaout.h: New file.
6193 * config/i386/nm-nbsdelf.h: Remove.
6194 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6195 (USE_STRUCT_CONVENTION): Remove.
6196 * config/i386/tm-nbsdaout.h: New file.
6197 * config/i386/tm-nbsdelf.h: Remove.
6198 * config/m68k/nbsd.mh: Remove.
6199 * config/m68k/nbsd.mt: Remove.
6200 * config/m68k/nbsdaout.mh: New file.
6201 * config/m68k/nbsdaout.mt: New file.
6202 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6203 * config/m68k/nm-nbsdaout.h: New file.
6204 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6205 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6206 * config/ns32k/nbsd.mh: Remove.
6207 * config/ns32k/nbsd.mt: Remove.
6208 * config/ns32k/nbsdaout.mh: New file.
6209 * config/ns32k/nbsdaout.mt: New file.
6210 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6211 * config/ns32k/nm-nbsdaout.h: New file.
6212 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6213 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6214 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6215 (SVR4_SHARED_LIBS): Remove.
6216 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6217 * config/sparc/nbsd.mh: Remove.
6218 * config/sparc/nbsd.mt: Remove.
6219 * config/sparc/nbsdaout.mh: New file.
6220 * config/sparc/nbsdaout.mt: New file.
6221 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6222 * config/sparc/nbsdelf.mt: New file.
6223 * config/sparc/nm-nbsdaout.h: New file.
6224 * config/sparc/nm-nbsdelf.h: Remove.
6225 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6226 * config/sparc/tm-nbsdaout.h: New file.
6227
257ce470
JT
62282002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6229
6230 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6231 mipsnbsd-tdep.c
6232 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6233
76a6d5fe
JT
62342002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6235
6236 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6237 shnbsd-nat.c.
6238 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6239
45888261
JT
62402002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6241
6242 * NEWS: Note new MIPS NetBSD native configuration.
6243 * configure.host (mips*-*-netbsd*): New host.
6244 * configure.tgt (mips*-*-netbsd*): New target.
6245 * mipsnbsd-nat.c: New file.
6246 * mipsnbsd-tdep.c: New file.
6247 * mipsnbsd-tdep.h: New file.
6248 * config/mips/nbsd.mh: New file.
6249 * config/mips/nbsd.mt: New file.
6250 * config/mips/nm-nbsd.h: New file.
6251 * config/mips/tm-nbsd.h: New file.
6252
70f80edf
JT
62532002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6254
6255 * Makefile.in (SFILES): Add osabi.c.
6256 (COMMON_OBS): Add osabi.o.
6257 (osabi.o): New dependency list.
6258 * osabi.c: New file.
6259 * osabi.h: New file.
6260 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6261
6262 * Makefile.in (alpha_tdep_h): Define and use instead of
6263 alpha-tdep.h.
6264 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6265 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6266 Remove.
6267 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6268 * alpha-tdep.h: Include osabi.h.
6269 (alpha_abi): Remove.
6270 (gdbarch_tdep): Use generic OS ABI framework.
6271 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6272 gdbarch_register_osabi.
6273 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6274 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6275 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6276
6277 * Makefile.in (sh_tdep_h): Add osabi.h.
6278 * sh-tdep.h (sh_osabi): Remove.
6279 (gdbarch_tdep): Use generic OS ABI framework.
6280 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6281 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6282 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6283 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6284
6285 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6286 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6287 gdbarch_register_osabi.
6288 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6289 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6290 (get_elfosabi): Rename to...
6291 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6292 ABI framework support routines.
6293 (arm_gdbarch_init): Use generic OS ABI framework.
6294 (arm_dump_tdep): Likewise.
6295 (_initialize_arm_tdep): Likewise.
6296 * arm-tdep.h: Include osabi.h.
6297 (arm_abi): Remove.
6298 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6299 osabi member.
6300 (arm_gdbarch_register_os_abi): Remove prototype.
6301 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6302 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6303
6304 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6305 * mips-tdep.c: Include osabi.h.
6306 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6307 OS ABI framework.
6308
d194345b
KH
63092002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6310
6311 * h8300-tdep.c: Fix formatting.
6312
70c6b0d1
EZ
63132002-05-20 Elena Zannoni <ezannoni@redhat.com>
6314
6315 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6316 printing vector registers.
6317
165b8e33
AC
63182002-05-19 Andrew Cagney <ac131313@redhat.com>
6319
6320 From Fernando Nasser:
6321 * remote.c (remote_async_open_1): Re-throw the exception when the
6322 connection fails.
6323 (remote_cisco_open): Ditto.
6324 (remote_open_1): Ditto.
6325
36918e70
AC
63262002-05-19 Andrew Cagney <ac131313@redhat.com>
6327
6328 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6329 (remote_start_remote): Add uiout parameter. Pass through to
6330 remote_start_remote_dummy.
6331 (remote_open_1): Use catch_exception instead of catch_errors.
6332 (remote_async_open_1): Ditto.
6333 (remote_cisco_open): Ditto.
6334
ae44c0c4
AC
63352002-05-19 Andrew Cagney <ac131313@redhat.com>
6336
6337 * remote.c (remote_start_remote): Replace PTR with void pointer.
6338 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6339 static.
6340
8efe637d
AC
63412002-05-18 Andrew Cagney <ac131313@redhat.com>
6342
6343 * gdb_indent.sh: Allow the script to be run in the sim directory.
6344
2f1b5984
MK
63452002-05-18 Mark Kettenis <kettenis@gnu.org>
6346
f0f625e2
MK
6347 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6348 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6349
2f1b5984
MK
6350 * corelow.c (core_open): Only call set_gdbarch_from_file if
6351 exec_bfd is NULL.
6352
fc974602
AV
63532002-05-17 Andrey Volkov <avolkov@transas.com>
6354
6355 * h8300-tdep.c: Add support of EXR register
6356 * config/h8300/tm-h8300.h: Ditto.
6357
906709f4
AV
63582002-05-17 Andrey Volkov <avolkov@transas.com>
6359
6360 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6361
6e591d68
AV
63622002-05-17 Andrey Volkov <avolkov@transas.com>
6363
6364 * h8300-tdep.c: Change literal regnums to REGNO.
6365
84f0252a
JB
63662002-05-17 Jim Blandy <jimb@redhat.com>
6367
e0e9281e
JB
6368 * NEWS: Note addition of macro support.
6369
84f0252a
JB
6370 Expand preprocessor macros in C expressions.
6371 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6372 (scan_macro_expansion, scanning_macro_expansion,
6373 finished_macro_expansion): New function declarations.
6374 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6375 variable declarations.
6376 * parser-defs.h (expression_context_pc): New declaration.
6377 * parse.c (expression_context_pc): New variable.
6378 (parse_exp_1): Set expression_context_pc, as well as
6379 expression_context_block.
6380 * c-exp.y (yylex): If we're not already reading the result of a
6381 macro expansion, try to macro-expand the next token. When we're
6382 done scanning a macro expansion, switch back to the mainline text.
6383 Commas and `if's in a macro's expansion don't terminate the input.
6384 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6385 (macro_original_text, macro_expanded_text,
6386 expression_macro_lookup_func, expression_macro_lookup_baton): New
6387 variables.
6388 (scan_macro_expansion, scanning_macro_expansion,
6389 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6390 c_preprocess_and_parse): New functions.
6391 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6392 c_preprocess_and_parse, instead of c_parse.
6393 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6394 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6395
1c509ca8
JR
6396Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6397
6398 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6399 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6400 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6401
2250ee0c
CV
64022002-05-17 Corinna Vinschen <vinschen@redhat.com>
6403
6404 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6405
ab3b8126
JT
64062002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6407
6408 * Makefile.in (sh_tdep_h): Define and use.
6409 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6410 register enum): Move to...
6411 * * sh-tdep.h: ...here.
6412 * sh-tdep.c: Include sh-tdep.h.
6413 * sh3-rom.c: Likewise.
6414 * shnbsd-tdep.c: Likewise.
6415
ed9d4749
MS
64162002-05-16 Michael Snyder <msnyder@redhat.com>
6417
6418 * arm-tdep.c: Spelling fix in comment.
6419
2e276125
JB
64202002-05-16 Jim Blandy <jimb@redhat.com>
6421
6821892e
JB
6422 Add commands for manually expanding macros and showing their
6423 definitions.
6424 * macrocmd.c, macroscope.c, macroscope.h: New files.
6425 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6426 (macroscope_h): New variable.
6427 (HFILES_NO_SRCDIR): Add macroscope.h.
6428 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6429 (macroscope.o, macrocmd.o): New rules.
6430
2e276125
JB
6431 Teach the Dwarf 2 reader to read macro information.
6432 * dwarf2read.c: #include "macrotab.h".
6433 (dwarf_macinfo_buffer): New variable.
6434 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6435 dwarf_macinfo_size.
6436 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6437 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6438 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6439 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6440 dwarf2_macro_spaces_in_definition): New complaints.
6441 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6442 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6443 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6444 the partial symbol table.
6445 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6446 from what's recorded in the partial symbol table.
6447 (read_file_scope): If the compilation unit has a
6448 `DW_AT_macro_info' attribute, read its macro information.
6449 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6450
2f53fe6c
DJ
64512002-05-16 Daniel Jacobowitz <drow@mvista.com>
6452
6453 Fix PR gdb/546
6454 * ser-tcp.c: Don't include <netinet/udp.h>.
6455
2be99286
SC
64562002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6457
6458 * MAINTAINERS: Update my email address.
6459
c9af212b 64602002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6461
6462 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6463 include file of the same name.
6464
bf5f1a52
CV
64652002-05-16 Corinna Vinschen <vinschen@redhat.com>
6466
6467 * configure.tgt: Mark v850 as multi-arched.
6468 * config/v850/tm-v850.h: Remove file.
6469 * config/v850/v850.mt: Eliminate TM_FILE.
6470
435e042a
CV
64712002-05-16 Corinna Vinschen <vinschen@redhat.com>
6472
6473 * v850-tdep.c: Full multi-arch.
6474 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6475 Define GDB_MULTI_ARCH to 2.
6476
9819c6c8
PM
64772002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6478
6479 * p-exp.y (current_type): New static variable.
6480 Carries the type of the expression at the position that is parsed.
6481 (push_current_type, pop_current_type): Two new functions. Used
6482 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6483 (search_field): New static variable. Set to one after parsing a point
6484 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6485 (FIELDNAME): New token. After a point only a token belonging to
6486 current_type type definition is allowed.
6487 (all over token rules): reset and change current_type according
6488 to rules.
6489 (exp '[' rule): insert implicit array index field if
6490 exp is a pascal string type.
6491
3a06899a
CV
64922002-05-16 Corinna Vinschen <vinschen@redhat.com>
6493
6494 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6495 frame info. Use frame_info's saved_regs instead of matching member
6496 in extra_frame_info throughout.
6497 (v850_frame_init_saved_regs): New function.
6498 (v850_init_extra_frame_info): Move most functionality into
6499 v850_frame_init_saved_regs().
6500 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6501 (v850_frame_find_saved_regs): Remove declaration.
6502 (FRAME_FIND_SAVED_REGS): Remove definition.
6503 (v850_frame_init_saved_regs): Add declaration.
6504 (FRAME_INIT_SAVED_REGS): Add definition.
6505
6ed14b0e
CV
65062002-05-16 Corinna Vinschen <vinschen@redhat.com>
6507
6508 * v850-tdep.c: Begin multi-arch'ing v850.
6509 (v850_target_architecture_hook): Remove function.
6510 (v850_gdbarch_init): New function. Add code previously in
6511 v850_target_architecture_hook().
6512 (_initialize_v850_tdep): Don't set target_architecture_hook.
6513 Call register_gdbarch_init() instead.
6514
42725910
DJ
65152002-05-16 Daniel Jacobowitz <drow@mvista.com>
6516
6517 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6518 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6519 (fixup_class_method_type): Likewise.
6520
99d9066e
JB
65212002-05-15 Jim Blandy <jimb@redhat.com>
6522
6523 Add macro structures to GDB's symbol tables. Nobody puts anything
6524 in them yet.
6525 * symtab.h (struct symtab): New member: `macro_table'.
6526 * buildsym.h (pending_macros): New global variable.
6527 * buildsym.c: #include "macrotab.h".
6528 (buildsym_init): Initialize `pending_macros'.
6529 (end_symtab): If we found macro information while reading a CU's
6530 debugging info, do build a symtab structure for it. Make the
6531 symtab point to the macro information, and clear the
6532 `pending_macros' pointer which held it while we were reading the
6533 debug info.
6534 (really_free_pendings): Free any pending macro table.
6535 * objfiles.h (struct objfile): New member: `macro_cache'.
6536 * objfiles.c (allocate_objfile): Set allocate and free functions
6537 for the macro cache's objstack.
6538 (free_objfile): Empty the macro cache's obstack.
6539 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6540 set new allocate and free functions for it.
6541 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6542 free functions for the macro cache's objstack. (Why is this
6543 function building its own objfile?)
6544 * symmisc.c (print_objfile_statistics): Print statistics on the
6545 macro bcache.
6546 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6547
c899585b
RE
65482002-05-15 Richard Earnshaw <rearnsha@arm.com>
6549
6550 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6551 (REGISTER_U_ADDR): Delete definition.
6552 (arm_register_u_addr): Delete declaration.
6553
a6cdd8c5
RE
65542002-05-15 Richard Earnshaw <rearnsha@arm.com>
6555
6556 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6557 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6558
c97dcfc7
AC
65592002-05-14 Andrew Cagney <ac131313@redhat.com>
6560
6561 * regcache.c (register_valid): Revise comments refering to "Not
6562 available" and "unavailable".
6563 * frame.c (frame_register_read): Ditto.
6564 * findvar.c (value_of_register): Ditto.
6565
93021b7d
AC
65662002-05-15 Andrew Cagney <cagney@redhat.com>
6567
6568 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6569 (remote-sim.o): Update dependencies.
6570 (d10v-tdep.o): Specify dependencies.
6571 (sim_d10v_h): Define.
6572
a86bc61c
JB
65732002-05-14 Jim Blandy <jimb@redhat.com>
6574
6575 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6576 * macrotab.c (macro_lookup_inclusion, find_definition,
6577 new_macro_table): Same.
6578
6579 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6580 not `! strcmp ()'. This is a dubious improvement.
6581 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6582
6583 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6584 although it's not necessary, to avoid a warning.
6585
2fdde8f8
DJ
65862002-05-14 Daniel Jacobowitz <drow@mvista.com>
6587
6588 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6589 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6590 TYPE_INSTANCE_FLAGS.
6591 (struct main_type): New.
6592 (struct type): Move most members to struct main_type. Change
6593 cv_type and as_type to new type_chain member. Add instance_flags.
6594 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6595 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6596 (finish_cv_type): Remove prototype.
6597 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6598 Set TYPE_CHAIN.
6599 (alloc_type_instance): New function.
6600 (smash_type): New function.
6601 (make_pointer_type, make_reference_type, make_function_type)
6602 (smash_to_member_type, smash_to_method_type): Call smash_type.
6603 (make_qualified_type): New function.
6604 (make_type_with_address_space): Call make_qualified_type.
6605 (make_cv_type): Likewise.
6606 (finish_cv_type): Remove unnecessary function.
6607 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6608 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6609 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6610 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6611 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6612 * hpread.c (hpread_read_struct_type): Likewise.
6613 * stabsread.c (read_struct_type): Likewise.
6614
843fedf4
EZ
66152002-05-14 Elena Zannoni <ezannoni@redhat.com>
6616
6617 * configure.tgt: Add a catch all sh* target, for cases like
6618 sh[2,3,4]-elf and sh-hms.
6619
05a6c72c
KS
66202002-05-14 Keith Seitz <keiths@redhat.com>
6621
6622 * event-loop.c (create_file_handler): Don't do anything but
6623 update data when we are given a fd which we are already
6624 monitoring.
6625
5d085aaf
ML
66262002-05-14 Michal Ludvig <mludvig@suse.cz>
6627
6628 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6629 (update_context): Use __func__ in warnings.
6630
9db8d71f
DJ
66312002-05-14 Daniel Jacobowitz <drow@mvista.com>
6632
6633 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6634 and tcp_close to net_open and net_close.
6635 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6636 using UDP if requested. Don't try to disable Nagle on UDP
6637 sockets.
6638 * remote.c (remote_serial_open): New function. Warn about UDP.
6639 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6640
5dbc6baa
EZ
66412002-05-13 Elena Zannoni <ezannoni@redhat.com>
6642
6643 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6644
cc3023f7
EZ
66452002-05-13 Elena Zannoni <ezannoni@redhat.com>
6646
6647 * configure.tgt: Remove sh-hms target.
6648 * MAINTAINERS: Don't list sh-hms as a separate target.
6649
ec2bcbe7
JB
66502002-05-13 Jim Blandy <jimb@redhat.com>
6651
6652 Add first preprocessor macro-expansion files.
6653 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6654 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6655 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6656 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6657 (COMMON_OBS): Add macrotab.o, macroexp.o.
6658 (macroexp.o, macrotab.o): New rules.
6659
6d531722
AC
66602002-05-13 Andrew Cagney <ac131313@redhat.com>
6661
6662 * config/m88k/tm-m88k.h: Update copyright.
6663 (m88k_target_write_pc): Declare
6664 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6665 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6666 (SHIFT_INST_REGS): Update definition.
6667 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6668 using old definition of TARGET_WRITE_PC.
6669 * regcache.c (generic_target_write_pc): Delete code handling
6670 NNPC_REGNUM.
6671 * gdbarch.sh (NNPC_REGNUM): Delete.
6672 * gdbarch.h, gdbarch.c: Regenerate.
6673
3e3f2739
RE
66742002-05-13 Richard Earnshaw <rearnsha@arm.com>
6675
6676 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6677 builtin reg number.
6678
0004e5a2
DJ
66792002-05-13 Daniel Jacobowitz <drow@mvista.com>
6680
6681 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6682 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6683 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6684 access macros.
6685 * c-typeprint.c (cp_type_print_method_args): Likewise.
6686 (c_type_print_args): Likewise.
6687 * d10v-tdep.c (d10v_push_arguments): Likewise.
6688 (d10v_extract_return_value): Likewise.
6689 * expprint.c (print_subexp): Likewise.
6690 * gdbtypes.c (lookup_primitive_typename): Likewise.
6691 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6692 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6693 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6694 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6695 (TYPE_VECTOR): Likewise.
6696 * hpread.c (hpread_read_struct_type)
6697 (fix_static_member_physnames, fixup_class_method_type)
6698 (hpread_type_lookup): Likewise.
6699 * mdebugread.c (parse_symbol, parse_type): Likewise.
6700 * p-lang.c (is_pascal_string_type): Likewise.
6701 * valops.c (hand_function_call): Likewise.
6702 * x86-64-tdep.c (classify_argument): Likewise.
6703
6704 * hpread.c (hpread_read_function_type)
6705 (hpread_read_doc_function_type): Call replace_type.
6706 * dstread.c (create_new_type): Delete.
6707 (decode_dst_structure, process_dst_function): Call alloc_type.
6708 Use type access macros.
6709
dff95cc7
MK
67102002-05-12 Mark Kettenis <kettenis@gnu.org>
6711
6712 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6713 the're not supported by the current architecture.
6714 (i387_fill_fxsave): Likewise.
6715
bbcd32ad
FF
67162002-05-12 Fred Fish <fnf@redhat.com>
6717
6718 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6719 sect_index_xxx members to index the first slot in section_offsets
6720 if all of the section_offsets are zero.
6721
89cf4787
MK
67222002-05-12 Mark Kettenis <kettenis@gnu.org>
6723
6724 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6725 checked in with last change.
6726
1f77ffc5
MK
67272002-05-12 Mark Kettenis <kettenis@gnu.org>
6728
6729 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6730 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6731 config.sub.
6732
89b8b4a9
DJ
67332002-05-12 Daniel Jacobowitz <drow@mvista.com>
6734
6735 * Makefile.in: Update dependencies.
6736
14a5e767
AC
67372002-05-11 Andrew Cagney <ac131313@redhat.com>
6738
6739 * language.c (local_hex_string_custom): Simplify. Do not depend
6740 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6741
6742 * memattr.c (mem_info_command): Replace calls to
6743 longest_local_hex_string and longest_local_hex_string_custom.
6744 * buildsym.c (make_blockvector): Ditto.
6745 * solib.c (info_sharedlibrary_command): Ditto.
6746 * tracepoint.c (tracepoints_info): Ditto.
6747 * symtab.c (print_msymbol_info): Ditto.
6748
6749 * language.c (local_hex_string): Delete.
6750 (local_hex_string_custom): Delete.
6751 (longest_local_hex_string): Rename to local_hex_string.
6752 (longest_local_hex_string_custom): Rename to
6753 local_hex_string_custom.
6754 * language.h (local_hex_string): Change parameter type to LONGEST.
6755 (local_hex_string_custom): Ditto.
6756 (longest_local_hex_string): Delete declaration.
6757 (longest_local_hex_string_custom): Ditto.
6758
6759 * solib.c: Update copyright.
6760 * memattr.c: Update copyright.
6761
13d01224
AC
67622002-05-11 Andrew Cagney <ac131313@redhat.com>
6763
6764 * arch-utils.h (legacy_register_to_value): Declare.
6765 (legacy_value_to_register): Declare.
6766 (legacy_convert_register_p): Declare.
6767 * arch-utils.c (legacy_register_to_value): New function.
6768 (legacy_value_to_register): New function.
6769 (legacy_convert_register_p): New function.
6770
6771 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6772 (VALUE_TO_REGISTER): Define.
6773 (CONVERT_REGISTER_P): Define.
6774 * gdbarch.h, gdbarch.c: Regenerate.
6775
6776 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6777 VALUE_TO_REGISTER.
6778 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6779 CONVERT_REGISTER_P.
6780
4a1970e4
DJ
67812005-05-11 Daniel Jacobowitz <drow@mvista.com>
6782 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6783
6784 * Makefile.in: Update dependencies for valops.c.
6785 * valops.c: Include "gdb_assert.h".
6786 (typecmp): Skip THIS parameter to methods.
6787 (find_method_list): Remove static_memfuncp argument,
6788 update callers. Check for stub methods.
6789 (find_value_oload_method_list): Don't set *static_memfuncp.
6790 (find_overload_match): Don't check for stub methods. Assert
6791 that methods are not stubbed. Handle static methods.
6792 (value_find_oload_method_list): Remove static_memfuncp argument.
6793 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6794 to the argument list for static stub methods.
6795 * value.h (value_find_oload_method_list): Update prototype.
6796
b2e75d78
AC
67972002-05-11 Andrew Cagney <ac131313@redhat.com>
6798
6799 * arch-utils.h (generic_register_size): Declare.
6800 (generic_register_raw_size, generic_register_virtual_size): Delete
6801 declarations.
6802 * arch-utils.c (generic_register_raw_size): Delete.
6803 (generic_register_size): New function.
6804 (generic_register_virtual_size): Delete.
6805
6806 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6807 default generic_register_size.
6808 * gdbarch.h, gdbarch.c: Re-generate.
6809
6810 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6811 register_virtual_size.
6812 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6813 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6814
451fbdda
AC
68152002-05-11 Andrew Cagney <ac131313@redhat.com>
6816
6817 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6818 * gdbarch.h, gdbarch.c: Regenerate.
6819 * gnu-v3-abi.c: Update copyright.
6820 (vtable_address_point_offset): Update.
6821 (gnuv3_rtti_type): Update.
6822 (gnuv3_baseclass_offset): Update.
6823 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6824 (init_fetch_link_map_offsets): Update.
6825 * remote.c (get_remote_state): Update.
6826
6d2f5cea
DJ
68272002-05-11 Daniel Jacobowitz <drow@mvista.com>
6828
6829 * TODO: Remove value_headof/value_from_vtable_info comment.
6830 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6831 * values.c (value_headof, value_from_vtable_info): Delete.
6832 * value.h (value_from_vtable_info): Delete prototype.
6833
d2324da4
AC
68342002-05-11 Andrew Cagney <ac131313@redhat.com>
6835
6836 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6837 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6838 $(gdb_regex_h).
6839 (gdb_assert_h): Define.
6840 (gdb_wait_h): Define.
6841 (gdb_regex_h): Define.
6842
5c717440
DJ
68432002-05-11 Daniel Jacobowitz <drow@mvista.com>
6844
6845 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6846 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6847
6c7861b3
JT
68482002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6849
6850 * nbsd-tdep.c: Fix comment.
6851
ea5bc2a6
JT
68522002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6853
6854 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6855 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6856 (nbsd-tdep.o): New dependency list.
6857 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6858 nbsd-tdep.h.
6859 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6860 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6861 * nbsd-tdep.c: New file.
6862 * nbsd-tdep.h: New file.
6863 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6864 nbsd-tdep.h.
6865 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6866 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6867 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6868 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6869
b28da865
JT
68702002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6871
6872 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6873 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6874 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6875 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6876 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6877 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6878
4b8ff1fa
JT
68792002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6880
6881 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6882 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6883 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6884 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6885 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6886 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6887 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6888
dfe6eb1f
JT
68892002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6890
6891 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
6892 fetch_elfcore_registers to...
6893 * i386nbsd-tdep.c: ...here.
6894 (i386nbsd_use_struct_convention): Rename to...
6895 (i386nbsd_aout_use_struct_convention): ...this.
6896 (i386nbsd_supply_reg): New function.
6897 (i386nbsd_fill_reg): New function.
6898 (fetch_core_registers): Use i386nbsd_supply_reg.
6899 (fetch_elfcore_registers): Likewise.
6900 (_initialize_i386nbsd_tdep): New function.
6901 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
6902 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6903 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
6904 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
6905 (i386nbsd_aout_use_struct_convention): ...this.
6906
20cb8cda
JT
69072002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6908
6909 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
6910 (store_inferior_registers): Use shnbsd_fill_reg.
6911 * shnbsd-tdep.c (sh_nbsd_supply_registers,
6912 sh_nbsd_supply_register): Collapse into...
6913 (shnbsd_supply_reg): ...this.
6914 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
6915 (shnbsd_fill_reg): ...this.
6916 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
6917 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
6918 (fetch_core_registers): Use shnbsd_supply_reg.
6919 (fetch_elfcore_registers): Use shnbsd_supply_reg.
6920 (sh_nbsd_core_fns): Rename to...
6921 (shnbsd_core_fns): ...this.
6922 (sh_nbsd_elfcore_fns): Rename to...
6923 (shnbsd_elfcore_fns): ...this.
6924 (sh_nbsd_init_abi): Rename to...
6925 (shnbsd_init_abi): ...this.
6926 (_initialize_sh_nbsd_tdep): Rename to...
6927 (_initialize_shnbsd_tdep): ...this.
6928 * shnbsd-tdep.h (sh_nbsd_supply_registers,
6929 sh_nbsd_supply_register, sh_nbsd_fill_registers,
6930 sh_nbsd_fill_register): Remove prototypes.
6931 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
6932
e750d25e
JT
69332002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6934
6935 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
6936 (i387-nat.o): Delete dependency list.
6937 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
6938 (x86-64-linux-nat.o): Likewise.
6939 * i387-nat.c: Delete file, moving contents to...
6940 * i387-tdep.c: ...here.
6941 * i387-nat.h: Rename...
6942 * i387-tdep.h: ...to this.
6943 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
6944 * i386-linux-nat.c: Likewise.
6945 * i386bsd-nat.c: Likewise.
6946 * i386gnu-nat.c: Likewise.
6947 * i386nbsd-nat.c: Likewise.
6948 * i386v4-nat.c: Likewise.
6949 * x86-64-linux-nat.c: Likewise.
6950 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
6951 * config/i386/go32.mh (NATDEPFILES): Likewise.
6952 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6953 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
6954 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6955 * config/i386/linux.mh (NATDEPFILES): Likewise.
6956 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6957 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6958 * config/i386/obsd.mh (NATDEPFILES): Likewise.
6959 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
6960
1aee598a
JT
69612002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6962
6963 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
6964 (alphanbsd-nat.o): Remove dependency list.
6965 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
6966 * alphanbsd-nat.c: Delete. Contents moved to...
6967 * alphanbsd-tdep.c: ...here.
6968 (_initialize_alphanbsd_tdep): Register core functions.
6969 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
6970
12bcb0fe
JT
69712002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6972
6973 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
6974 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
6975 (alphanbsd-nat.o): Likewise.
6976 (alphabsd-tdep.o): New dependency list.
6977 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
6978 (fill_gregset): Use alphabsd_fill_reg.
6979 (supply_fpregset): Use alphabsd_supply_fpreg.
6980 (fill_fpregset): Use alphabsd_fill_fpreg.
6981 (fetch_inferior_registers): Use struct reg and struct fpreg
6982 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
6983 and alphabsd_supply_fpreg.
6984 (store_inferior_registers): Use struct reg and struct fpreg
6985 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
6986 and alphabsd_fill_fpreg.
6987 * alphabsd-tdep.c: New file.
6988 * alphabsd-tdep.h: New file.
6989 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
6990 (fetch_elfcore_registers): Use alphabsd_supply_reg and
6991 alphabsd_supply_fpreg.
6992 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
6993 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6994
361d1df0
EC
69952002-05-11 Eric Christopher <echristo@redhat.com>
6996
6997 * mips-tdep.c (mips_double_register_type): Fix thinko.
6998 (mips_single_register_type): Ditto.
6999 * MAINTAINERS: Add self.
7000
92dd7cee
MK
70012002-05-11 Mark Kettenis <kettenis@gnu.org>
7002
7003 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7004 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7005 right thing on architectures with different endianness and/or
7006 integer sizes.
7007
e27da16d
JT
70082002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7009
7010 From Christian Limpach <chris@Pin.LU>
7011 * configure.in: Change sed expression which comments out
7012 NATDEPFILES to also comment out continuation lines.
7013 * configure: Regenerate.
7014
ddde02bd
EZ
70152002-05-10 Elena Zannoni <ezannoni@redhat.com>
7016
7017 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7018 big patch.
7019
1c922164
EZ
70202002-05-10 Elena Zannoni <ezannoni@redhat.com>
7021
7022 * sh-tdep.c: Include correct file.
7023
283150cd
EZ
70242002-05-10 Elena Zannoni <ezannoni@redhat.com>
7025
7026 New support for sh64-elf (sh5) target.
7027
7028 * configure.tgt: For sh64-elf target, default to sh-elf.
7029
7030 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7031 (struct gdbarch_tdep): Add new fields for new registers and ABI
7032 info.
361d1df0 7033
283150cd
EZ
7034 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7035 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7036 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7037 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7038 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7039 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7040 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7041 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7042 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7043 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7044 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7045 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7046 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7047 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7048 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7049 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7050 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7051 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7052 sign_extend, sh64_nofp_frame_init_saved_regs,
7053 sh64_init_extra_frame_info, sh64_get_saved_register,
7054 sh64_extract_struct_value_address, sh64_pop_frame,
7055 sh64_push_arguments, sh64_extract_return_value,
7056 sh64_store_return_value, sh64_show_media_regs,
7057 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7058 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7059 sh_sh64_register_virtual_type,
7060 sh_sh64_register_convert_to_virtual,
7061 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7062 sh64_register_read, sh64_pseudo_register_write,
7063 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7064 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7065 sh64_do_pseudo_register, sh_compact_do_registers_info,
7066 sh64_do_registers_info, sh_gdbarch_init): New functions.
7067
3117ed25
EZ
70682002-05-10 Elena Zannoni <ezannoni@redhat.com>
7069
7070 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7071
2654e6d4
DJ
70722002-05-10 Daniel Jacobowitz <drow@mvista.com>
7073
7074 * linespec.c (decode_line_1): Check for a double quote after
7075 a filename correctly.
7076
9ab3e532
JB
70772002-05-10 Jim Blandy <jimb@redhat.com>
7078
7079 Properly track the size of the current objfile's .debug_line section.
7080 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7081 (DWARF_LINE_SIZE): New macro.
7082 (dwarf2_build_psymtabs_hard): Record the line section's size in
7083 the partial symbol table.
7084 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7085 symbol table.
7086
126fa72d
PS
70872002-05-10 Petr Sorfa <petrs@caldera.com>
7088
7089 * ia64-tdep.c: Handle breakpoints on L instruction type
7090 in MLX instruction bundle by moving the breakpoint to
7091 the third slot (X instruction type) as L holds only data.
7092
1f077a3e
KB
70932002-05-10 Kevin Buettner <kevinb@redhat.com>
7094
7095 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7096 (process_one_symbol): Complain about discarding local symbols
7097 due to a misplaced N_LBRAC entry.
7098
8120c9d5 70992002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7100
7101 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7102 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7103 decrease the depth we are at, in the case of templates.
361d1df0 7104
67b2c998
DJ
71052002-05-09 Daniel Jacobowitz <drow@mvista.com>
7106
7107 * mips-tdep.c (mips_float_register_type): New function.
7108 (mips_double_register_type): New function.
7109 (mips_print_register): Use them.
7110 (do_fp_register_row): Likewise.
7111
fd326606
DJ
71122002-05-09 Daniel Jacobowitz <drow@mvista.com>
7113
6609d9af 7114 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7115 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7116 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7117
bef35864
MS
71182002-05-09 Michael Snyder <msnyder@redhat.com>
7119
7120 * remote-rdp.c (remote_rdp_can_run): Remove.
7121
c55a3f73
TT
71222002-05-09 Tom Tromey <tromey@redhat.com>
7123
7124 * jv-valprint.c (java_val_print): Handle `char' as a special case
7125 of TYPE_CODE_INT.
7126
b8d5e71d
MS
71272002-05-09 Michael Snyder <msnyder@redhat.com>
7128
7129 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7130 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7131 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7132 str r(0123),[sp,#nn].
361d1df0 7133 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7134 order-independent by placing it in a loop.
7135
e2cd42dd
MS
71362002-05-06 Michael Snyder <msnyder@redhat.com>
7137
7138 * stabsread.c (read_type): Add recognition for new attribute:
7139 "@V;" means that an array type is actually a vector.
7140 This is analogous to the vector flag that's been added to dwarf2.
7141
3ce1502b
MK
71422002-05-09 Mark Kettenis <kettenis@gnu.org>
7143
7144 * i386-tdep.h (i386_abi): New enum.
7145 (struct gdbarch_tdep): Replace os_ident member with abi.
7146 (i386_gdbarch_register_os_abi): New prototype.
7147 * i386-tdep.c (i386_abi_names): New array.
7148 (process_note_abi_tag_sections): Removed.
7149 (process_note_sections): New function.
7150 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7151 (struct i386_abi_handler): New struct.
7152 (i386_abi_handler_list): New variable.
7153 (i386_gdbarch_register_os_abi): New function.
7154 (i386_gdbarch_init): Adapt for the changes given above.
7155
084c156a
DJ
71562002-05-08 Daniel Jacobowitz <drow@mvista.com>
7157
7158 * gregset.h: Say "GNU/Linux".
7159
6599f021
EZ
71602002-05-08 Elena Zannoni <ezannoni@redhat.com>
7161
7162 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7163 (build_gdbtypes): Build builtin_type_v2_float.
7164 (_initialize_gdbtypes): Register new builtin type.
7165
40af4b0c
AC
71662002-05-08 Andrew Cagney <ac131313@redhat.com>
7167
7168 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7169 (clear_gdbarch_swap): New function.
7170 (initialize_non_multiarch): Call.
7171 (gdbarch_update_p): Before calling init(), swap out and clear the
7172 existing architecture.
7173 * gdbarch.c: Regenerate.
7174
4fe84f46
JT
71752002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7176
7177 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7178 alphanbsd-tdep.c.
7179
4015edd1
JT
71802002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7181
7182 * sh-nbsd-nat.c: Rename to...
7183 * shnbsd-nat.c: ...this.
7184 * sh-nbsd-tdep.c: Rename to...
7185 * shnbsd-tdep.c: ...this.
7186 * sh-nbsd-tdep.h: Rename to...
7187 * shnbsd-tdep.h: ...this.
7188 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7189 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7190
0e2bd219
RE
71912002-05-08 Richard Earnshaw <rearnsha@arm.com>
7192
7193 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7194 concatenation for command help messages.
7195
13a38d45
JT
71962002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7197
7198 * NEWS: Note new sh*-*-netbsdelf* configuration.
7199 * configure.host: Set gdb_host_cpu to sh for all sh*.
7200 (sh*-*-netbsdelf*): New host.
7201 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7202 (sh*-*-netbsdelf*): New target.
7203 * sh-nbsd-nat.c: New file.
7204 * sh-nbsd-tdep.c: New file.
7205 * sh-nbsd-tdep.h: New file.
7206 * config/sh/nbsd.mh: New file.
7207 * config/sh/nbsd.mt: New file.
7208 * config/sh/nm-nbsd.h: New file.
7209 * config/sh/tm-nbsd.h: New file.
7210
d658f924
JT
72112002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7212
7213 * sh-tdep.c (sh_osabi_names): Declare.
7214 (process_note_abi_tag_sections): New function.
7215 (get_elfosabi): Ditto.
7216 (sh_gdbarch_register_os_abi): Ditto.
7217 (sh_dump_tdep): Ditto.
7218 _initialize_sh_tdep): Use gdbarch_register to register
7219 sh_gdbarch_init and sh_dump_tdep.
7220 * config/sh/tm-sh.h (sh_osabi): Declare.
7221 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7222
848cfffb
AC
72232002-05-07 Andrew Cagney <ac131313@redhat.com>
7224
7225 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7226 (thumb_scan_prologue): Ditto.
7227 (arm_find_callers_reg): Ditto.
7228 (arm_frame_chain): Ditto.
7229 (arm_init_extra_frame_info): Ditto.
7230 (arm_frame_saved_pc): Ditto.
7231 (arm_pop_frame): Ditto.
7232 (arm_push_return_address): New function.
7233 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7234 call_dummy_location, call_dummy_breakpoint_offset_p,
7235 call_dummy_breakpoint_offset, call_dummy_p,
7236 call_dummy_stack_adjust_p, call_dummy_words,
7237 sizeof_call_dummy_words, call_dummy_start_offset,
7238 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7239 call_dummy_address, push_return_address and push_dummy_frame for
7240 generic dummy frames.
7241
e7d717c0
JT
72422002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7243
7244 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7245 size computation for alloca.
7246 (sh_fp_frame_init_saved_regs): Likewise.
7247
7bbcf283
RE
72482002-05-07 Richard Earnshaw <rearnsha@arm.com>
7249
7250 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7251 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 7252 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
7253 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7254 * remote-rdp.c (remote_rdp_fetch_register): Use
7255 ARM_MAX_REGISTER_RAW_SIZE.
7256 (remote_rdp_store_register): Likewise.
7257
4657573b
ML
72582002-05-07 Michal Ludvig <mludvig@suse.cz>
7259
361d1df0 7260 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
7261 added default labels to switch {} statements.
7262 * x86-64-tdep.c: Ditto.
7263 * x86-64-linux-nat.c: Ditto.
7264
010f3b2f
JT
72652002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7266
7267 * solib.h: Protect against multiple inclusion.
7268
debd256d
JB
72692002-05-06 Jim Blandy <jimb@redhat.com>
7270
9ab3e532
JB
7271 Add first preprocessor macro-expansion files.
7272 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7273 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7274 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7275 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7276 (COMMON_OBS): Add macrotab.o, macroexp.o.
7277 (macroexp.o, macrotab.o): New rules.
7278
debd256d
JB
7279 Separate the job of reading the line number info statement program
7280 header (...expialidocious) out into its own function.
7281 * dwarf2read.c (struct line_head, struct filenames, struct
7282 directories): Replace with...
7283 (struct line_header): New structure, containing the full
7284 contents of the statement program header, including the
7285 include directory and file name tables.
7286 (read_file_scope): If we have line number info, instead of just
7287 calling dwarf_decode_lines to do all the work, call
7288 dwarf_decode_line_header first to get a `struct line_header'
7289 containing the data in the statement program header, and then
7290 pass that to dwarf_decode_lines, which will pick up where that
7291 left off. Be sure to clean up the `struct line_header' object.
7292 (dwarf_decode_line_header, free_line_header, add_include_dir,
7293 add_file_name): New functions.
7294 (dwarf_decode_lines): Move all the code to read the statement
7295 program header into dwarf_decode_line_header. Take the line
7296 header it built as the first argument, instead of the offset to
7297 the compilation unit's line number info. Use the new `struct
7298 line_header' type instead of the old structures. No need to do
7299 cleanups here now, since we don't allocate anything.
7300 (dwarf2_statement_list_fits_in_line_number_section,
7301 dwarf2_line_header_too_long): New complaints.
7302
ac3aafc7
EZ
73032002-05-06 Elena Zannoni <ezannoni@redhat.com>
7304
7305 * gdbtypes.c (init_vector_type): New function.
7306 (build_builtin_type_vec128): Simplify the representation of SIMD
7307 registers.
7308 (build_gdbtypes): Initialize new builtin vector types.
7309 (_initialize_gdbtypes): Register new vector types with gdbarch.
7310 (builtin_type_v4_float, builtin_type_v4_int32,
7311 builtin_type_v8_int16, builtin_type_v16_int8,
7312 builtin_type_v2_int32, builtin_type_v4_int16,
7313 builtin_type_v8_int8): New (renamed) SIMD types.
7314
13e49980
MK
73152002-05-06 Mark Kettenis <kettenis@gnu.org>
7316
7317 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7318 (i387_fill_fxsave): Likewise.
7319
997b20b8
AO
73202002-05-05 Alexandre Oliva <aoliva@redhat.com>
7321
7322 * alpha-tdep.c (alpha_extract_return_value): Don't use
7323 non-constant array size in prototype.
7324
535c96ce
AC
73252002-05-04 Andrew Cagney <ac131313@redhat.com>
7326
7327 From Brian Taylor <briant at model dot com>:
7328 * ui-out.c (ui_out_field_core_addr): Use the function
7329 longest_local_hex_string_custom'to format addresses > 32 bits
7330 wide.
7331
7332 * ui-out.c (ui_out_field_core_addr): Update comment.
7333
bedfa57b
AC
73342002-05-04 Andrew Cagney <ac131313@redhat.com>
7335
7336 * stack.c (select_and_print_frame): Make static. Delete the
7337 parameter `level'.
7338 (func_command): Update call.
7339 (select_frame_command): Delete code computing the frame level.
7340 * frame.h (select_and_print_frame): Delete declaration.
7341
f621c63e
AC
73422002-05-04 Andrew Cagney <ac131313@redhat.com>
7343
7344 * sparc-tdep.c (sparc_get_saved_register): Comment why
7345 get_prev_frame call is safe.
7346
0f7d239c
AC
73472002-05-04 Andrew Cagney <ac131313@redhat.com>
7348
7349 * frame.h (select_frame): Delete level parameter.
7350 * stack.c (select_frame): Update. Use frame_relative_level to
7351 obtain the frame's level.
7352 (select_and_print_frame): Update call.
7353 (select_frame_command): Ditto.
7354 (up_silently_base): Ditto.
7355 (down_silently_base): Ditto.
7356 * ocd.c (ocd_start_remote): Ditto.
7357 * remote-rdp.c (remote_rdp_open): Ditto.
7358 * remote-mips.c (mips_initialize): Ditto.
7359 (common_open): Ditto.
7360 * remote-e7000.c (e7000_start_remote): Ditto.
7361 * m3-nat.c (select_thread): Ditto.
7362 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7363 (child_get_current_exception_event): Ditto.
7364 * varobj.c (varobj_create): Ditto.
7365 (varobj_update): Ditto.
7366 (c_value_of_root): Ditto.
7367 * tracepoint.c (finish_tfind_command): Ditto.
7368 * corelow.c (core_open): Ditto.
7369 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7370 * thread.c (info_threads_command): Ditto.
7371 (switch_to_thread): Ditto.
7372 * infrun.c (normal_stop): Ditto.
7373 (restore_selected_frame): Ditto.
7374 (restore_inferior_status): Ditto.
7375 * breakpoint.c (insert_breakpoints): Ditto.
7376 (watchpoint_check): Ditto.
7377 (bpstat_stop_status): Ditto.
7378 (do_enable_breakpoint): Ditto.
7379 * blockframe.c (flush_cached_frames): Ditto.
7380 (reinit_frame_cache): Ditto.
7381
71d6c7b1
AC
73822002-05-04 Andrew Cagney <ac131313@redhat.com>
7383
7384 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7385 maintainer.
7386
cda6c68a
JB
73872002-05-04 Jim Blandy <jimb@redhat.com>
7388
7389 * gdbtypes.c (replace_type): Doc fix.
7390
5c1c87f0
AC
73912002-05-04 Andrew Cagney <ac131313@redhat.com>
7392
7393 * valprint.c (strcat_longest): Delete commented out function.
7394 Update copyright.
7395
cd9bfe15
AC
73962002-05-04 Andrew Cagney <ac131313@redhat.com>
7397
7398 * MAINTAINERS: Mark a29k as deleted.
7399 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7400 Move new configurations to the top.
7401 * configure.tgt: Remove a29k.
7402 * config/a29k/tm-vx29k.h: Delete.
7403 * config/a29k/vx29k.mt: Delete.
7404 * config/a29k/tm-a29k.h: Delete.
7405 * config/a29k/a29k-udi.mt: Delete.
7406 * config/a29k/a29k.mt: Delete.
7407 * a29k-tdep.c: Delete.
7408 * remote-udi.c: Delete.
7409 * remote-mm.c: Delete.
7410 * remote-eb.c: Delete.
7411 * remote-adapt.c: Delete.
7412 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7413 * config/s390/s390x.mt: Ditto.
7414 * config/s390/s390.mt: Ditto.
7415 * config/sparc/sparclynx.mh: Ditto.
7416 * config/sparc/linux.mh: Ditto.
7417 * config/pa/hppaosf.mh: Ditto.
7418 * config/pa/hppabsd.mh: Ditto.
7419 * config/ns32k/nbsd.mt: Ditto.
7420 * config/mips/vr5000.mt: Ditto.
7421 * config/m68k/sun3os4.mh: Ditto.
7422 * config/m68k/nbsd.mt: Ditto.
7423 * config/m68k/m68klynx.mh: Ditto.
7424 * config/m32r/m32r.mt: Ditto.
7425 * config/i386/x86-64linux.mt: Ditto.
7426 * config/i386/nbsdelf.mt: Ditto.
7427 * config/i386/nbsd.mt: Ditto.
7428 * config/i386/i386lynx.mh: Ditto.
7429
bf0c5130
AC
74302002-05-04 Andrew Cagney <ac131313@redhat.com>
7431
7432 * target.c (debug_print_register): New function. Handle oversize
7433 registers.
7434 (debug_to_fetch_registers): Call.
7435 (debug_to_store_registers): Call.
7436
2ae1c2d2
JB
74372002-05-03 Jim Blandy <jimb@redhat.com>
7438
13a393b0
JB
7439 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7440 (read_type): Doc fix.
7441 * gdbtypes.c (replace_type): Doc fix.
7442
2ae1c2d2
JB
7443 * stabsread.c (multiply_defined_struct): New complaint.
7444 (read_struct_type): If the type we were passed isn't empty, or
7445 incomplete, don't read the new struct type into it; complain,
7446 and return the original type unchanged. Take a new `type_code'
7447 argument, which is the type code for the new type.
7448 (read_type): Rather than storing the type's type code here, pass
7449 it as an argument to read_struct_type, and let that take care of
7450 storing it. That way, we don't overwrite the original type code,
7451 so read_struct_type can use it to decide whether we're overwriting
7452 something we shouldn't.
7453 (complain_about_struct_wipeout): New function.
7454
8de9bdc4
AC
74552002-05-03 Andrew Cagney <ac131313@redhat.com>
7456
7457 * gdbarch.sh: Assert that gdbarch is non-NULL.
7458 * gdbarch.c: Regenerate.
7459
f773fdbb
JM
74602002-05-03 Jason Merrill <jason@redhat.com>
7461
7462 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7463 and return NULL.
7464
0e04a514
ML
74652002-05-03 Michal Ludvig <mludvig@suse.cz>
7466
7467 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7468 (x86_64_dwarf2gdb_regno_map_length),
7469 (x86_64_dwarf2_reg_to_regnum): Added.
7470 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7471 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7472 (_initialize_x86_64_tdep): Synced with the change above.
7473 (x86_64_skip_prologue): Reformulated message.
7474
065432a8
PM
74752002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7476
7477 * f-exp.y: Also use new prev_lexptr variable
7478 to improve error reporting. Based on Michael Snyder
7479 2002-04-24 dated patch to c-exp.y.
7480 * jv-exp.y: Likewise.
7481 * m2-exp.y: Likewise.
7482
a3162708
EZ
74832002-05-02 Elena Zannoni <ezannoni@redhat.com>
7484
7485 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7486 we are dealing with vectors.
7487
03620c38
PM
74882002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7489
7490 * config/m68k/tm-nbsd.h: Obvious fix,
7491 correct machine name.
7492
6604db2e
PM
74932002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7494
7495 * p-typeprint.c (pascal_type_print_base): Add support
7496 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7497
0906b739
PM
74982002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7499
7500 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7501 for fondamental pascal 'char' type.
7502
e2625b33
PM
75032002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7504
7505 * p-lang.h (is_pascal_string_type): Declaration changed,
7506 new sixth argument of type char ** added.
361d1df0 7507 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7508 changed. Args length_pos, length_size, string_pos, char_size
7509 can now be NULL. New argument arrayname set to the field
7510 name of the char array. Return value set to char array
7511 field index plus one.
361d1df0 7512 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7513 is_pascal_string_type function.
7514
cf17c188
AC
75152002-05-02 Andrew Cagney <cagney@redhat.com>
7516
7517 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7518 <cagney@redhat.com> change.
7519 * gdbarch.c: Regenerate.
7520
52bca491
AC
75212002-05-02 Andrew Cagney <cagney@redhat.com>
7522
7523 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7524 before probing for a new one. Detect errorenous gdbarch_init
7525 functions.
7526 * gdbarch.c: Regenerate.
7527
d5e72505
AC
75282002-05-01 Andrew Cagney <cagney@redhat.com>
7529
7530 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7531 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7532 * config/v850/tm-v850.h: Ditto. Update copyright.
7533
af566d9f
AC
75342002-04-30 Andrew Cagney <ac131313@redhat.com>
7535
7536 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7537 current_gdbarch.
7538
880d85fa
MS
75392002-04-30 Michael Snyder <msnyder@redhat.com>
7540
94c30b78
MS
7541 * arm-tdep.c: Whitespace clean-ups.
7542 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7543 should have been removed as part of 4/24 change.
7544
6f5987a6
KB
75452002-04-30 Kevin Buettner <kevinb@redhat.com>
7546
7547 * rs6000-tdep.c: Added comment describing how fpscr register
7548 numbers were chosen.
7549
1a113c93
MS
75502002-04-30 Michael Snyder <msnyder@redhat.com>
7551
7552 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7553
9a6f53fe
EZ
75542002-04-29 Elena Zannoni <ezannoni@redhat.com>
7555
7556 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7557 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7558 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7559
11ed25ac
KB
75602002-04-29 Kevin Buettner <kevinb@redhat.com>
7561
7562 From Louis Hamilton <hamilton@redhat.com>:
7563 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7564 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7565 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7566 not bfd-private xcoff data, to determine wordsize.
7567 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7568
ae232405
AC
75692002-04-29 Andrew Cagney <ac131313@redhat.com>
7570
7571 GDB 5.2 released from 5.2 branch.
7572
91fd20f7
ML
75732002-04-29 Michal Ludvig <mludvig@suse.cz>
7574
7575 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7576 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7577 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7578
2dc5091b
EZ
75792002-04-29 Elena Zannoni <ezannoni@redhat.com>
7580
7581 * rs6000-tdep.c (rs6000_extract_return_value,
7582 rs6000_store_return_value): Handle returning vectors.
7583 (rs6000_gdbarch_init): Use
7584 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7585 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7586 New function.
7587 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7588 vectors.
7589 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7590 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7591
2b9848d8
PM
75922002-04-24 Pierre Muller <ics.u-strasbg.fr>
7593
7594 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7595 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7596 with fprintf_unfiltered (gdb_stderr,...).
7597
f8d17dc5
PM
75982002-04-24 Pierre Muller <ics.u-strasbg.fr>
7599
7600 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7601 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7602 Replace fprintf (stderr,...
7603 with fprintf_unfiltered (gdb_stderr,....
7604 * remote-es.c: Likewise.
7605 * remote-os9k.c: Likewise.
7606 * remote-st.c: Likewise.
7607
2f2f1ad1
AS
76082002-04-28 Andreas Schwab <schwab@suse.de>
7609
7610 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7611 linux-proc.o and gcore.o.
7612
b6779aa2
AC
76132002-04-26 Michal Ludvig <mludvig@suse.cz>
7614
7615 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7616 code without frame pointers.
7617
7e57f5f4
AC
76182002-04-26 Andrew Cagney <ac131313@redhat.com>
7619
7620 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7621 ON_STACK is needed.
7622
2ceb85d0
BE
76232002-04-26 Ben Elliston <bje@redhat.com>
7624
7625 * target.c (do_xfer_memory): Correct reference to the new option
7626 "trust-readonly-sections".
7627
f5f8a009
EZ
76282002-04-26 Elena Zannoni <ezannoni@redhat.com>
7629
7630 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7631 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7632 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7633 vectors.
7634 (read_array_type): Record the fact that this array type is really a
7635 vector (i.e. are passed in by value).
7636
5868c862
JT
76372002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7638
7639 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7640 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7641 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7642 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7643 * alpha-linux-tdep.c: Include frame.h.
7644 (alpha_linux_sigcontext_addr): New function.
7645 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7646 alpha_linux_sigcontext_addr.
7647 * alpha-osf1-tdep.c: Include gdbcore.h.
7648 (alpha_osf1_sigcontext_addr): New function.
7649 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7650 alpha_osf1_sigcontext_addr.
7651 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7652 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7653
bfb01f37
AC
76542002-04-26 Andrew Cagney <ac131313@redhat.com>
7655
361d1df0 7656 * stack.c (selected_frame_level):
bfb01f37
AC
7657 (select_frame): Do not set selected_frame_level.
7658 * frame.h (selected_frame_level): Delete declaration.
7659
15813d3f
AC
76602002-04-26 Andrew Cagney <ac131313@redhat.com>
7661
7662 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7663 convert_from_func_ptr-addr when AIX / PowerOpen.
7664
6096c27a
AC
76652002-04-25 Andrew Cagney <ac131313@redhat.com>
7666
7667 * valops.c (hand_function_call): Call
7668 generic_save_call_dummy_addr.
7669 * frame.h (generic_save_call_dummy_addr): Declare.
7670 * blockframe.c (struct dummy_frame): Add fields call_lo and
7671 call_hi.
7672 (generic_find_dummy_frame): Check for PC in range call_lo to
7673 call_hi instead of entry_point_address.
7674 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7675 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7676 (generic_save_call_dummy_addr): New function.
7677
f510d44e
DM
76782002-04-24 David S. Miller <davem@redhat.com>
7679
7680 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7681 sparc_skip_prologue.
7682 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7683 information to find prologue when possible.
7684 (sparc_prologue_frameless_p): Call examine_prologue directly.
7685 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7686 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7687 second argument.
7688 (SKIP_PROLOGUE): Likewise.
7689
15d72a92
JT
76902002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7691
7692 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7693 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7694 indicate that the condition it was testing is always true.
7695 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7696 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7697 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7698
accc6d1f
JT
76992002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7700
7701 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7702 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7703 tdep->jb_pc and tdep->jb_elt_size.
7704 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7705 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7706 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7707 * alpha-nat.c (get_longjmp_target): Remove.
7708 (JB_ELEMENT_SIZE): Ditto.
7709 (JB_PC): Ditto.
7710 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7711 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7712 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7713 to alpha_get_longjmp_target.
7714 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7715 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7716 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7717
1bfdc549
AC
77182002-04-25 Andrew Cagney <ac131313@redhat.com>
7719
7720 * README: Update to GDB 5.2.
7721
1bd316f0
AC
77222002-04-25 Andrew Cagney <ac131313@redhat.com>
7723
7724 * gdbarch.sh (LC_ALL): Set to `c'.
7725
2e5ff58c
TR
77262002-04-25 Theodore A. Roth <troth@verinet.com>
7727
7728 * avr-tdep.c: Ran through gdb_indent.sh.
7729
e33ce519
TR
77302002-04-25 Theodore A. Roth <troth@verinet.com>
7731
7732 * MAINTAINERS: Add myself as AVR maintainer.
7733 * NEWS: Note new target avr.
7734
8818c391
TR
77352002-04-25 Theodore A. Roth <troth@verinet.com>
7736
7737 * Makefile.in: Add support for AVR target.
7738 * configure.tgt: Add support for AVR target.
7739 * avr-tdep.c: New file
7740 * config/avr/avr.mt: New file.
7741
79509c2d
TR
77422002-04-25 Theodore A. Roth <troth@verinet.com>
7743
7744 * MAINTAINERS: Add myself to write-after-approval.
7745
dac8068e
PM
77462002-04-24 Pierre Muller <ics.u-strasbg.fr>
7747
7748 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7749 with fprintf_unfiltered (gdb_stderr,....
7750
25bf3106
PM
77512002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7752
7753 Fix PR gdb/508.
7754 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7755
24467a86
PM
77562002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7757
7758 * p-exp.y: Also use new prev_lexptr variable
7759 to improve error reporting. Based on Michael Snyder
7760 2002-04-24 dated patch to c-exp.y.
7761
95b80706
JT
77622002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7763
7764 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7765 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7766 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7767 to 0.
7768 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7769 and struct value.
7770 (FUNCTION_START_OFFSET): Remove.
7771 (BREAKPOINT): Ditto.
7772
e90cc612
JT
77732002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7774
7775 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7776 * NEWS: Ditto.
7777
6c72f9f9
JT
77782002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7779
7780 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7781 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7782 alpha_linux_pc_in_sigtramp.
7783 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7784 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7785 alpha_osf1_pc_in_sigtramp.
7786 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7787 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7788 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7789 alphafbsd_pc_in_sigtramp.
7790 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7791 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7792 alphanbsd_pc_in_sigtramp.
7793 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7794 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7795
5e4f3379
JT
77962002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7797
7798 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7799
da8ca43d
JT
78002002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7801
7802 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7803 alphanbsd-tdep.c.
7804 (alphanbsd-nat.o): New dependency list.
7805 (alphanbsd-tdep.o): Ditto.
7806 * NEWS: Note new native NetBSD/alpha configuration.
7807 * alphanbsd-nat.c: New file.
7808 * alphanbsd-tdep.c: Ditto.
7809 * configure.host (alpha*-*-netbsd*): New host.
7810 * configure.tgt (alpha*-*-netbsd*): New target.
7811 * config/alpha/nbsd.mh: New file.
7812 * config/alpha/nbsd.mt: Ditto.
7813 * config/alpha/nm-nbsd.h: Ditto.
7814 * config/alpha/tm-nbsd.h: Ditto.
7815
36a6271d
JT
78162002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7817
7818 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7819 (alpha-osf1-tdep.o): New dependency list.
7820 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7821 and skip_sigtramp_frame members.
7822 * alpha-linux-tdep.c: Include gdbcore.h.
7823 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7824 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7825 * alpha-osf1-tdep.c: New file.
7826 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7827 alpha-osf1-dep.c.
7828 (alpha_frame_past_sigtramp_frame): New function.
7829 (alpha_dynamic_sigtramp_offset): Ditto.
7830 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7831 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7832 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7833 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7834 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7835 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7836 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7837 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7838 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7839 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7840 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7841 to find_solib_trampoline_target.
7842 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7843 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7844 (SKIP_TRAMPOLINE_CODE): Remove.
7845 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7846 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7847 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7848 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7849 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7850 (PROC_SIGTRAMP_MAGIC): Ditto.
7851 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7852 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7853 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7854 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7855 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7856
2f4bc57b
JT
78572002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7858
7859 * NEWS: Note that Alpha targets are now multi-arch.
7860
665132f9
MS
78612002-04-24 Michael Snyder <msnyder@redhat.com>
7862
7863 * parser-defs.h (prev_lexptr): New external variable.
7864 * parse.c (parse_exp_1): Set prev_lexptr to null before
7865 calling the language-specific parser.
7866 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7867 (yyerror): Use prev_lexptr in error reporting.
7868
32872fa7
DJ
78692002-04-24 Daniel Jacobowitz <drow@mvista.com>
7870
7871 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7872 * gregset.h: If FILL_FPXREGSET is defined, provide
7873 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7874 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7875 is defined, call fill_fpxregset.
7876
57e76fac
MS
78772002-04-24 Roland McGrath <roland@frob.com>
7878
7879 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7880 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7881 (supply_gregset, supply_fpregset): New functions.
7882
7883 * gnu-nat.c (gnu_find_memory_regions): New function.
7884 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7885 (gnu_xfer_memory): Add a cast.
7886
f43845b3
MS
78872002-04-24 Michael Snyder <msnyder@redhat.com>
7888
361d1df0 7889 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
7890 loop. Add handling for "str lr, [sp, #-4]!" and for saves
7891 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 7892 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
7893 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
7894 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
7895
a0abec03
AC
7896Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
7897
7898 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
7899 NUM_PSEUDO_REGS can be used.
7900
d7bd68ca
AC
79012002-04-24 Andrew Cagney <ac131313@redhat.com>
7902
7903 * arch-utils.h: Update copyright.
7904
7905 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
7906 * gdbarch.h, gdbarch.c: Re-generate.
7907
7908 * inferior.h (IN_SIGTRAMP): Delete definition.
7909 * arch-utils.c (legacy_pc_in_sigtramp): New function.
7910 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
7911
7912 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
7913 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
7914 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
7915 (find_proc_framesize): Ditto.
7916 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
7917 (alpha_init_extra_frame_info): Ditto.
7918 * infrun.c (handle_inferior_event): Ditto.
7919 (handle_inferior_event): Ditto.
7920 (check_sigtramp2): Ditto.
7921 * blockframe.c (create_new_frame): Ditto.
7922 (get_prev_frame): Ditto.
7923 * ppc-linux-tdep.c: Update comments.
7924 * i386-linux-tdep.c: Update comments.
7925 * breakpoint.c (bpstat_what): Update comment.
7926
4867e41e
DM
79272002-04-24 David S. Miller <davem@redhat.com>
7928
21d83aa5
DM
7929 * i960-tdep.c (register_in_window_p): New function.
7930 (i960_find_saved_register): Use it instead of
7931 REGISTER_IN_WINDOW_P.
7932 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
7933
4867e41e
DM
7934 * symtab.h (find_stab_function_addr): Kill extern.
7935 * minsyms.c (find_stab_function_addr): Remove from here...
7936 * dbxread.c: ... to here, and mark it static.
7937
69cdf6a2
DM
79382002-04-20 David S. Miller <davem@redhat.com>
7939
7940 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
7941 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
7942
5a595886
DM
79432002-04-21 David S. Miller <davem@redhat.com>
7944
7945 * remote-vxsparc.c (vx_read_register): Fix typo, we want
7946 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
7947 (vx_write_register): Likewise.
7948
1da1a192
JB
79492002-04-23 J. Brobecker <brobecker@gnat.com>
7950
7951 * source.c (is_regular_file): New function.
7952 (openp): Check wether file to open is a regular file
7953 to avoid opening directories.
7954
baa6f10b
JT
79552002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7956
7957 * findvar.c (extract_signed_integer): Cast printf argument
7958 to suppress format warning.
7959 (extract_unsigned_integer): Likewise.
7960 * infcmd.c (registers_info): Likewise.
7961 * top.c (get_prompt_1): Likewise.
7962 * valops.c (value_assign): Likewise.
7963 * valprint.c (print_decimal): Likewise.
7964
b2c4da81
L
79652002-04-22 H.J. Lu (hjl@gnu.org)
7966
7967 * c-exp.y (typebase): Support
361d1df0 7968
b2c4da81
L
7969 [long|long long|short] [signed|unsigned] [int|]
7970
7971 and
7972
7973 signed [long|long long|short] int
7974
f267bd6a
JT
79752002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7976
7977 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
7978 and vax-tdep.h.
7979 * vax-tdep.h: New file.
7980 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
7981 Make several routines static.
7982 (vax_get_saved_register): New function.
7983 (vax_gdbarch_init): New function.
7984 (_initialize_vax_tdep): Register vax_gdbarch_init.
7985 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
7986 Remove macros now under the control of gdbarch.
7987
da3c6d4a
MS
79882002-04-22 Michael Snyder <msnyder@redhat.com>
7989
11d3b27d
MS
7990 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
7991 Some whitespace and coding standards tweaks.
da3c6d4a 7992
a33f7558
JT
79932002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
7994
7995 * vax-tdep.c: Include regcache.h.
7996 (vax_call_dummy_words): New.
7997 (sizeof_vax_call_dummy_words): New.
7998 (vax_fix_call_dummy): New function.
7999 (vax_saved_pc_after_call): Ditto.
8000 * config/vax/tm-vax.h: Don't include regcache.h.
8001 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8002 (CALL_DUMMY): Remove.
8003 (CALL_DUMMY_WORDS): Define.
8004 (SIZEOF_CALL_DUMMY_WORDS): Define.
8005 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8006
47a73475
MS
80072002-04-18 Michael Snyder <msnyder@redhat.com>
8008
8009 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8010
52efde73
JT
80112002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8012
8013 * vax-tdep.c (vax_frame_chain): New function.
8014 (vax_push_dummy_frame): Ditto.
8015 (vax_pop_frame): Ditto.
8016 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8017 (FRAMELESS_FUNCTION_INVOCATION): Use
8018 generic_frameless_function_invocation_not.
8019 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8020 (POP_FRAME): Use vax_pop_frame.
8021
ea74468c
JT
80222002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8023
8024 * vax-tdep.c (vax_store_struct_return): New function.
8025 (vax_extract_return_value): Ditto.
8026 (vax_store_return_value): Ditto.
8027 (vax_extract_struct_value_address): Ditto.
8028 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8029 vax_store_struct_return.
8030 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8031 (STORE_RETURN_VALUE): Use vax_store_return_value.
8032 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8033
5516aa92
JT
80342002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8035
8036 * vax-tdep.c (vax_frame_saved_pc): New function.
8037 (vax_frame_args_address_correct): Ditto.
8038 (vax_frame_args_address): Ditto.
8039 (vax_frame_locals_address): Ditto.
8040 (vax_frame_num_args): Move code to be in proximity to
8041 other frame-related functions.
8042 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8043 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8044 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8045 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8046 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8047
36af0b35
L
80482002-04-22 H.J. Lu (hjl@gnu.org)
8049
8050 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8051 includedir.
8052
ab62c900
JT
80532002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8054
8055 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8056 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8057 (FRAME_INIT_SAVED_REGS): New macro.
8058
7232b100
JT
80592002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8060
8061 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8062
b70d2aee
JT
80632002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8064
8065 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8066 where needed.
8067 (fetch_osf_core_registers): Likewise.
8068 (supply_gregset): Likewise.
8069
a0e8a2d1 80702002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8071
a0e8a2d1
JB
8072 * symfile.h (get_section_index): Define.
8073 * symfile.c (get_section_index): New function.
8074 * mdebugread.c (SC_IS_SBSS): New macro.
8075 (SC_IS_BSS): Return true for the scBss storage class only, as
8076 the scSBss storage class refers to the .sbss section.
8077 (parse_partial_symbols): Discard the symbols which associated
8078 section does not exist.
8079 Make sure to use the .sbss section index for symbols which
8080 storage class is scBss, rather than using the .bss section index.
8081
51eb8b08
JT
80822002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8083
8084 * vax-tdep.c: Update copyright years.
8085 (vax_register_name): New function.
8086 (vax_register_byte): Ditto.
8087 (vax_register_raw_size): Ditto.
8088 (vax_register_virtual_size): Ditto.
8089 (vax_register_virtual_type): Ditto.
8090 * config/vax/tm-vax.h: Update copyright years.
8091 (REGISTER_NAMES): Remove.
8092 (REGISTER_NAME): Define.
8093 (REGISTER_BYTE): Use vax_register_byte.
8094 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8095 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8096 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8097
6cc1c0a8
AC
80982002-04-21 Andrew Cagney <ac131313@redhat.com>
8099
8100 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8101 declaration
8102 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8103
9319a2fe
DM
81042002-04-21 David S. Miller <davem@redhat.com>
8105
8106 * arch-utils.c (generic_prologue_frameless_p): Kill
8107 SKIP_PROLOGUE_FRAMELESS_P code.
8108 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8109 references.
8110 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8111 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8112 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8113 references.
8114 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8115 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8116 (sparc_gdbarch_init): Pass it to
8117 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8118
e9ed6d01
JT
81192002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8120
8121 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8122 (alphabsd-nat.o): New dependency list.
8123
36012033
JT
81242002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8125
8126 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8127 alphafbsd-tdep.c.
8128 (alpha-linux-tdep.o): New dependency list.
8129 (alphafbsd-tdep.o): Likewise.
8130
3379287a
JT
81312002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8132
8133 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8134 to here...
8135 * alpha-tdep.c: ...from here.
8136 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8137
4bcbd6cb
JT
81382002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8139
8140 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8141 prototype from here...
8142 * alpha-tdep.h: ...to here.
8143
b31da25e
AC
81442002-04-21 Andrew Cagney <ac131313@redhat.com>
8145
8146 * frame.h (selected_frame_level): Document as deprecated.
8147 (frame_relative_level): Declare.
8148 * stack.c (frame_relative_level): New function.
8149 (selected_frame_level): Document as deprecated.
8150 (select_frame): Do not set the selected_frame_level.
8151
8152 * stack.c (frame_info, record_selected_frame): Update.
8153 (frame_command, current_frame_command): Update.
8154 (up_silently_base, up_command, down_silently_base): Update.
8155 (down_command): Update.
8156 * inflow.c (kill_command): Update.
8157 * tracepoint.c (finish_tfind_command): Update.
8158 * corelow.c (core_open): Update.
8159 * thread.c (info_threads_command): Update.
8160 (do_captured_thread_select): Update.
8161 * infcmd.c (finish_command): Update.
8162 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8163
9c1d6fe5
JT
81642002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8165
8166 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8167
ab89facf
AC
81682002-04-21 Andrew Cagney <ac131313@redhat.com>
8169
8170 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8171 type const.
8172
82a4efa1
JT
81732002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8174
8175 * alphafbsd-tdep.c: Update copyright years. Include
8176 alpha-tdep.h.
8177 (alphafbsd_use_struct_convention): Make static.
8178 (alphafbsd_init_abi): New function.
8179 (_initialize_alphafbsd_tdep): New function.
8180 * config/alpha/tm-fbsd.h: Update copyright years.
8181 (USE_STRUCT_CONVENTION): Remove.
8182
44dffaac
JT
81832002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8184
8185 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8186 an Alpha ABI variant.
8187 (alpha_abi_handler_list): Declare.
8188 (alpha_gdbarch_register_os_abi): New function.
8189 (alpha_gdbarch_init): Give registered ABI variant handlers a
8190 chance to tweak the gdbarch once we have set up defaults.
8191 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8192
65585be4
JT
81932002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8194
8195 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8196 to standard_coerce_float_to_double.
8197 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8198
d9b023cc
JT
81992002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8200
8201 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8202 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8203 from gdbarch_tdep rather than a constant.
8204 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8205 the default text address for all Alpha Unix ABIs.
8206 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8207 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8208
dc129d82
JT
82092002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8210
8211 * alpha-tdep.h: New file. Includes several Alpha target constants
8212 taken from...
8213 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8214 let gdbarch deal with.
8215 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8216 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8217 to dependency list.
8218 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8219 Alpha target register names.
8220 * alphabsd-nat.c: Likewise.
8221 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8222 Alpha target register names. Make serveral routines static.
8223 (alpha_get_saved_register): New function.
8224 (alpha_abi_names): New.
8225 (process_note_abi_tag_sections): New function.
8226 (get_elfosabi): New function.
8227 (alpha_gdbarch_init): New function.
8228 (alpha_dump_tdep): New function.
8229 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8230
d49d1e0a
AC
82312002-04-21 Andrew Cagney <ac131313@redhat.com>
8232
8233 * frame.c (find_saved_register): Delete #ifdef
8234 HAVE_REGISTER_WINDOWS code.
8235 * config/sparc/tm-sparc.h: Update comments.
8236 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8237
92e8c9ed
AC
82382002-04-21 Andrew Cagney <ac131313@redhat.com>
8239
8240 * i960-tdep.c (i960_find_saved_register): New function.
8241 (i960_get_saved_register): New function.
8242 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8243 (i960_get_saved_register): Declare.
8244 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8245
e1925118
DM
82462002-04-20 David S. Miller <davem@redhat.com>
8247
8248 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8249
29673b29
AC
82502002-04-20 Andrew Cagney <ac131313@redhat.com>
8251
8252 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8253 instead of NUM_PSEUDO_REGS.
8254
6c86dcd5
DM
82552002-04-20 David S. Miller <davem@redhat.com>
8256
8257 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8258 GDB_MULTI_ARCH_PARTIAL
8259 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8260 define, let tm-sp64.h do it.
8261
aa40ec90
JT
82622002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8263
8264 * frame.c (find_saved_register): Avoid a NULL pointer
8265 dereference and actually walk the frame list.
8266
0f79675b
AC
82672002-04-20 Andrew Cagney <ac131313@redhat.com>
8268
8269 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8270 sorted in most most-recent-used order. Document.
8271 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8272
f91305dd 82732002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
8274
8275 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8276 instead of ->prev.
8277 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8278 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8279 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8280 instead of ->prev.
8281
73d322b1
EZ
82822002-04-19 Elena Zannoni <ezannoni@redhat.com>
8283
8284 Fix PR gdb/471.
8285 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8286 (build_builtin_type_vec128): Ditto.
8287 (append_composite_type_field): Fix calculation of type length in
8288 union case.
8289
ccd9a834
EZ
82902002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8291
8292 * config/djgpp/README: Update.
8293
8294 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8295 compiler warnings.
8296
a57f9e49
JT
82972002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8298
8299 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8300 (alpha_setup_arbitrary_frame): ...to this.
8301 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8302 for alpha_setup_arbitrary_frame.
8303
f4f9705a
AC
83042002-04-18 Andrew Cagney <cagney@redhat.com>
8305
8306 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8307 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8308
f4f9705a
AC
8309 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8310 * target.h (memory_breakpoint_from_pc): Update declaration.
8311 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8312
8313 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8314 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8315 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8316 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8317 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8318 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8319 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8320 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8321 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8322 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8323 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8324 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8325
8326 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8327 const pointer.
8328 * monitor.c (monitor_insert_breakpoint): Ditto.
8329 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8330
8331 * config/mcore/tm-mcore.h: Update copyright.
8332 * mem-break.c: Ditto.
8333 * xstormy16-tdep.c: Ditto.
8334
29f319b8
PM
83352002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8336
8337 * p-exp.y: Add precedence rule for '^' token.
8338 This removes the shift/reduce conflicts.
8339 Remove the comment concerning these shift/reduce conflicts.
8340
ebeac11a
EZ
83412002-04-18 Elena Zannoni <ezannoni@redhat.com>
8342
8343 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8344 (registers_powerpc_nofp): New register set for processors
8345 without floating point unit.
8346
27c31547
DM
83472002-04-18 David S. Miller <davem@redhat.com>
8348
8349 * MAINTAINERS: Add myself to write-after-approval.
8350
47a73475
MS
83512002-04-17 Michael Snyder <msnyder@redhat.com>
8352
8353 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8354
953836b2
AC
83552002-04-17 Andrew Cagney <ac131313@redhat.com>
8356
8357 * rs6000-tdep.c (frame_initial_stack_address): Use
8358 frame_register_read to read the alloca_reg.
8359
8b0d4340
AC
83602002-04-17 Andrew Cagney <ac131313@redhat.com>
8361
8362 * frame.c (find_saved_register): Find saved registers in the next
8363 not prev frame.
8364 Fix PR gdb/365.
8365
d8864532
AC
83662002-04-17 Andrew Cagney <ac131313@redhat.com>
8367
8368 * gdbarch.sh (LANG): Set to ``c''.
8369
36cc83a3 83702002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 8371
36cc83a3 8372 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 8373
2f4150cc 83742002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
8375
8376 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8377 Update copyright.
8378
628703c6 8379 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 8380 Also fix PR gdb/391.
361d1df0 8381
56157b4a
AC
83822002-04-14 Andrew Cagney <ac131313@redhat.com>
8383
8384 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8385 * aclocal.m4, configure: Re-generate.
8386 Fix PR gdb/391.
361d1df0 8387
6d1e3329
EZ
83882002-04-14 Elena Zannoni <ezannoni@redhat.com>
8389
8390 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8391 instead of tm_print_insn.
8392
cb06fa07
EZ
83932002-04-14 Elena Zannoni <ezannoni@redhat.com>
8394
8395 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8396
f208ba17
AC
83972002-04-14 Andrew Cagney <ac131313@redhat.com>
8398
8399 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8400 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8401 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8402
20f01a46
DH
84032002-04-12 Don Howard <dhoward@redhat.com>
8404
8405 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8406 max_user_call_depth.
8407 (init_cmd_lists): Initialize the new value;
8408 * cli/cli-script.c (execute_user_command): Limit the call depth of
8409 user defined commands. This avoids a core-dump when user commands
8410 are infinitly recursive.
8411
a88376a3
KB
84122002-04-12 Kevin Buettner <kevinb@redhat.com>
8413
8414 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8415 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8416 from tdep struct instead of DEFAULT_LR_SAVE.
8417 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8418 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8419 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8420
f2172603
MS
84212002-04-12 Michael Snyder <msnyder@redhat.com>
8422
694f61fb 8423 * Remote.c: Spelling fix.
20fe79c8
MS
8424 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8425 If no symbol found for "sbrk", try "_sbrk".
8426 (make_output_phdrs): Use bfd_section_name.
8427 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8428 * eval.c: Indentation fix-ups.
169a7369
MS
8429 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8430 in case it gets applied to an address that is already
8431 in the instruction space.
de74f71f
MS
8432 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8433 * symfile.c: Fix indentation, long lines.
f2172603
MS
8434 * source.c: White space fix-up.
8435
cda5a58a
AC
84362002-04-12 Andrew Cagney <cagney@redhat.com>
8437
8438 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8439 * frame.c (frame_register_read): New function. Return non-zero on
8440 success.
8441 (read_relative_register_raw_bytes_for_frame): Delete.
8442 (read_relative_register_raw_bytes): Delete.
8443 * frame.h (frame_register_read): Declare.
8444 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8445 * sh-tdep.c: Ditto.
8446 * infcmd.c (do_registers_info): Ditto.
8447 * hppa-tdep.c: Ditto.
8448 * rs6000-tdep.c: Ditto.
8449 * h8500-tdep.c: Ditto.
8450 * mips-tdep.c: Ditto.
8451 * h8300-tdep.c: Ditto.
8452 * z8k-tdep.c: Ditto.
8453
2ea5f656
KB
84542002-04-12 Kevin Buettner <kevinb@redhat.com>
8455
8456 From Jimi X <jimix@watson.ibm.com>:
8457 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8458 64-bit SysV ABI.
8459
27b15785
KB
84602002-04-12 Kevin Buettner <kevinb@redhat.com>
8461
8462 From Jimi X <jimix@watson.ibm.com>:
8463 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8464 bfd info.
8465
5d57ee30
KB
84662002-04-12 Kevin Buettner <kevinb@redhat.com>
8467
8468 From Jimi X <jimix@watson.ibm.com>:
8469 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8470 register sets for these processor variants.
8471
bc1e36ca
DJ
84722002-04-11 Daniel Jacobowitz <drow@mvista.com>
8473
bc1e36ca
DJ
8474 * regformats/reg-ppc.dat: Support FPSCR.
8475
e3f36dbd
KB
84762002-04-11 Kevin Buettner <kevinb@redhat.com>
8477
8478 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8479 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8480 Add fpscr as an invalid/unfetchable register.
8481 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8482 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8483 (fill_fpregset): Add support for register fpscr.
8484 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8485 (fill_gregset): Account for the fact that register ``mq'' might
8486 not exist.
8487 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8488 (registers_power): Add fpscr to register set at slot 71.
8489 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8490 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8491
943c9c25
MS
84922002-04-11 Michael Snyder <msnyder@redhat.com>
8493
8494 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8495 * configure: Regenerate.
8496 * config.in: Regenerate.
8497 * acconfig.h: Add define for _SYSCALL32.
8498 * core-sol2.c: Remove #define _SYSCALL32.
8499 * solib-legacy.c: Remove #define _SYSCALL32.
8500
d8c0a2e7
AC
85012002-04-10 Andrew Cagney <ac131313@redhat.com>
8502
8503 * stack.c (select_frame): Cleanup internal error message, do not
8504 use %p.
8505
7cc19214
AC
85062002-04-10 Andrew Cagney <ac131313@redhat.com>
8507
8508 * stack.c (select_frame): Check that selected_frame and the
8509 specified level are as expected.
8510 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8511 Update copyright.
8512 * frame.h (struct frame_info): Add field `level'. Update
8513 copyright.
8514 Work-in-progress PR gdb/464.
8515
67a2b77e
AC
85162002-04-10 Andrew Cagney <ac131313@redhat.com>
8517
8518 * maint.c (maint_print_section_info): Rename print_section_info.
8519 (print_bfd_section_info, print_objfile_section_info): Update.
8520 * inferior.h (struct gdbarch): Add opaque declaration.
8521 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8522 * gdbarch.h: Regenerate.
8523
8cfda98c
ML
85242002-04-10 Michal Ludvig <mludvig@suse.cz>
8525
8526 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8527 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8528 (kernel_u_size): Added.
8529 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8530 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8531
ca439ad2 85322002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8533
ca439ad2
JI
8534 * valarith.c (find_size_for_pointer_math): New function, either returns
8535 the size for a pointer's target, returns 1 for void *, or errors for
8536 incomplete types.
8537 (value_add, value_sub): use find_size_for_pointer_math.
8538
2f2893d9
DJ
85392002-04-09 Daniel Jacobowitz <drow@mvista.com>
8540
8541 * linux-low.c (linux_look_up_symbols): New hook.
8542 (linux_target_ops): Add linux_look_up_symbols.
8543 * remote-utils.c (decode_address): New function.
8544 (look_up_one_symbol): New function.
8545 * server.c (handle_query): Call target look_up_symbols hook.
8546 * server.h (look_up_one_symbol): Add prototype.
8547 * target.h (struct target_ops): Add look_up_symbols hook.
8548
96cb11df
AC
85492002-04-09 Andrew Cagney <ac131313@redhat.com>
8550
8551 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8552 override FP_REGNUM with frame->fp. Update copyright.
8553 * parse.c (num_std_regs, std_regs): Delete.
8554 (target_map_name_to_register): Do not search std_regs. Update
8555 function description.
8556 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8557 declarations. Update copyright.
8558 Fix PR gdb/251.
361d1df0 8559
97658e92
DJ
85602002-04-09 Daniel Jacobowitz <drow@mvista.com>
8561
8562 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8563 after the last symbol in a block.
8564
6044e3eb
PM
85652002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8566
8567 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8568 is non zero as a found symbol.
8569
0406ec40
AC
85702002-04-08 Andrew Cagney <ac131313@redhat.com>
8571
8572 * findvar.c: Include "builtin-regs.h".
8573 (value_of_register): Call value_of_builtin_reg when applicable.
8574 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8575 (target_map_name_to_register): Call
8576 builtin_reg_map_name_to_regnum.
8577 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8578 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8579 (builtin_regs_h): Define.
8580 (builtin-regs.o): New target.
8581 (findvar.o): Add $(builtin_regs_h).
8582 * builtin-regs.c, builtin-regs.h: New files.
8583 * std-regs.c: New file.
8584 Partial fix for PR gdb/251.
8585
56a6dfb9
KB
85862002-04-08 Kevin Buettner <kevinb@redhat.com>
8587
8588 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8589 it's no longer required.
8590
3a808432
AC
85912002-04-08 Andrew Cagney <ac131313@redhat.com>
8592
8593 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8594
7c40d541
KB
85952002-04-08 Kevin Buettner <kevinb@redhat.com>
8596
8597 From Jimi X <jimix@watson.ibm.com>:
8598 * rs6000-tdep.c (rs6000_software_single_step): Use
8599 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8600 and size. Use target_insert_breakpoint() and
8601 target_remove_breakpoint() to insert and remove breakpoints
8602 instead of explicit memory reads and writes.
8603
cc9836a8
KB
86042002-04-08 Kevin Buettner <kevinb@redhat.com>
8605
8606 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8607 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8608 ELF_OBJECT_FORMAT ifdef.
8609
7495d1dc
KB
86102002-04-08 Kevin Buettner <kevinb@redhat.com>
8611
8612 From Jimi X <jimix@watson.ibm.com>:
8613 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8614
4288e836
KB
86152002-04-08 Kevin Buettner <kevinb@redhat.com>
8616
8617 From Jimi X <jimix@watson.ibm.com>:
8618 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8619 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8620
a4e4e501
MK
86212002-04-07 Mark Kettenis <kettenis@gnu.org>
8622
8623 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8624 s/asprintf/xasprintf/.
8625 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8626
006defba
AC
86272002-04-07 Andrew Cagney <ac131313@redhat.com>
8628
8629 I believe Jeff Law denies responsability for this one:
8630 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8631 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8632 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8633 Work-around for PR gdb/366.
8634
7aa83cac
EZ
86352002-04-07 Elena Zannoni <ezannoni@redhat.com>
8636
8637 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8638 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8639 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8640
cf1fcca1
EZ
86412002-04-07 Elena Zannoni <ezannoni@redhat.com>
8642
8643 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8644 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8645 information.
8646
3f289e6f
AC
86472002-04-07 Andrew Cagney <ac131313@redhat.com>
8648
8649 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8650 maintainer.
8651
129188f6
AC
86522002-04-07 Andrew Cagney <ac131313@redhat.com>
8653
8654 * README (Reporting Bugs in GDB): Document the bug web page as the
8655 prefered way of submitting bugs.
8656 Fix PR gdb/402.
8657
1200cd6e
AC
86582002-04-06 Andrew Cagney <ac131313@redhat.com>
8659
8660 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8661 -1. Update comment.
8662 * gdbarch.h, gdbarch.c: Re-generate.
8663
2853c33c
AS
86642002-04-07 Andreas Schwab <schwab@suse.de>
8665
8666 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8667 buffer to regcache_collect.
8668
c2169756
AC
86692002-04-06 Andrew Cagney <ac131313@redhat.com>
8670
8671 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8672 * gdbarch.c, gdbarch.h: Re-generate.
8673
25f1b008
AC
86742002-04-06 Andrew Cagney <ac131313@redhat.com>
8675
8676 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8677 declaration. Fix -Werror.
8678
59263426
DJ
86792002-04-05 Daniel Jacobowitz <drow@mvista.com>
8680
8681 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8682 * gdbarch.c: Regenerate.
8683
f5db4da3
MS
86842002-04-05 Michael Snyder <msnyder@redhat.com>
8685
80f8a6eb
MS
8686 * breakpoint.c (clear_command): Rewrite middle section to
8687 combine two loops with identical control conditions.
8688 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8689 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8690
ad3dcc5c
L
86912002-04-05 H.J. Lu (hjl@gnu.org)
8692
8693 * solib-svr4.c (bkpt_names): Add "__start".
8694
f32e7a74
AC
86952002-04-04 Andrew Cagney <ac131313@redhat.com>
8696
8697 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8698 as test for 64 bit target.
8699
8227c0ff
AC
87002002-04-05 Andrew Cagney <ac131313@redhat.com>
8701
8702 * h8500-tdep.c (h8500_write_fp): Delete function.
8703 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8704 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8705 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8706 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8707 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8708 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8709 (s390_write_fp):
8710 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8711 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8712 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8713 (d10v_write_fp): Delete function.
8714 * inferior.h (write_fp, generic_target_write_fp): Delete
8715 declarations.
8716 * regcache.c (generic_target_write_fp): Delete function.
8717 (write_fp): Delete function.
8718 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8719 * gdbarch.h, gdbarch.c: Regenerate.
8720 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8721 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8722 (sparc64_write_fp): Delete declaration.
8723 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8724 (h8500_write_fp): Delete declaration.
8725
2757dd86
AC
87262002-04-04 Andrew Cagney <ac131313@redhat.com>
8727
8728 * sparc-tdep.c (sparc64_write_fp): Delete.
8729 (sparc_push_dummy_frame): Replace write_fp call with code to store
8730 the FP directly.
8731 (sparc_gdbarch_init): Do not initialize write_fp.
8732
c69255e1
KB
87332002-04-05 Kevin Buettner <kevinb@redhat.com>
8734
8735 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8736 clause.
8737
ae767bfb
JB
87382002-03-29 Jim Blandy <jimb@redhat.com>
8739
8740 * stack.c (get_selected_block): Add new argument `addr_in_block',
8741 used to return the exact code address we used to select the block,
8742 not just the block.
8743 * blockframe.c (get_frame_block, get_current_block): Same.
8744 * frame.h (get_frame_block, get_current_block,
8745 get_selected_block): Update declarations.
8746 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8747 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8748
84d2ac95
MS
87492002-04-05 Michael Snyder <msnyder@redhat.com>
8750
8751 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8752 warning message.
8753
596aa3bf
JB
87542002-04-05 J. Brobecker <brobecker@gnat.com>
8755
8756 * utils.c (xfullpath): New function.
8757 * defs.h (xfullpath): Add declaration.
8758 * source.c (openp): Use xfullpath in place of gdb_realpath to
8759 avoid resolving the basename part of filenames when the
8760 associated file is a symbolic link. This fixes a potential
8761 inconsistency between the filenames known to GDB and the
8762 filenames it prints in the annotations.
8763 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8764 to be able to match a filename with either the real filename, or
8765 the name of any symbolic link to this file.
8766 (lookup_partial_symtab): Ditto.
8767
c02f5703
MS
87682002-04-04 Michael Snyder <msnyder@redhat.com>
8769
8770 * breakpoint.c: Add support for hardware breakpoints in overlays.
8771 (overlay_events_enabled): New state variable.
8772 (insert_breakpoints): Use overlay_events_enabled to decide
8773 whether to attempt to set a breakpoint at the overlay load addr.
8774 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8775 (remove_breakpoint): Use overlay_events_enabled to decide
8776 whether breakpoints need to be removed from overlay load addr.
8777 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8778 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 8779 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
8780 disable_overlay_breakpoints): Update overlay_events_enabled.
8781
5fb290d7
DJ
87822002-04-04 Daniel Jacobowitz <drow@mvista.com>
8783
8784 * dwarf2read.c (struct function_range): New.
8785 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8786 (check_cu_functions): New.
8787 (read_file_scope): Initialize global function lists.
8788 Call dwarf_decode_line after processing children.
8789 (read_func_scope): Add to global function list.
8790 (dwarf_decode_lines): Call check_cu_functions everywhere
8791 record_line is called. Call record_line with a linenumber
8792 of 0 to mark sequence ends.
8793
7b3fabf0
ML
87942002-04-04 Michal Ludvig <mludvig@suse.cz>
8795
361d1df0 8796 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
8797 change sync with glibc.
8798
bce58c09
JB
87992002-04-03 Jim Blandy <jimb@redhat.com>
8800
8801 * configure.in: Call AC_C_INLINE.
8802 * configure: Regenerated.
361d1df0 8803
2fccf04a
DJ
88042002-04-01 Daniel Jacobowitz <drow@mvista.com>
8805
8806 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8807 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8808
2d1bfe2e
MK
88092002-03-31 Mark Kettenis <kettenis@gnu.org>
8810
a5941fbf
MK
8811 * NEWS: Mention gcore support on FreeBSD/i386.
8812
a90cd31d
MK
8813 * fbsd-proc.c: New file.
8814 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8815 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8816
2d1bfe2e
MK
8817 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8818 while statement.
8819
9eb6e5a1
JB
88202002-03-29 Jim Blandy <jimb@redhat.com>
8821
8822 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8823 unescaped newlines in string literals, but newer ones don't. So
8824 escape them.
8825
f02df580
MS
88262002-03-26 Michael Snyder <msnyder@redhat.com>
8827 Andrew Cagney <cagney@redhat.com>
8828
361d1df0 8829 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
8830 restore file to memory.
8831 * cli/cli-dump.h: New file.
8832 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 8833 * NEWS: Mention new commands.
f02df580 8834
109f874e
MS
88352002-03-28 Michael Snyder <msnyder@redhat.com>
8836
8837 * symfile.c (symbol_file_add): Move test for null symbols to later.
8838
520f6ade
AC
88392002-03-27 Andrew Cagney <ac131313@redhat.com>
8840
8841 From veksler at il.ibm.com:
8842 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8843 the xstrduped original path.
8844 Fix PR gdb/417.
8845
d4654627
MS
88462002-03-27 Michael Snyder <msnyder@redhat.com>
8847
8848 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8849 * infcmd.c (_initialize_infcmd): Ditto.
8850 * language.c (_initialize_language): Ditto.
8851 * symfile.c (_initialize_symfile): Ditto.
8852 * top.c (_init_main): Ditto.
8853 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8854
6be8bc0c
EZ
88552002-03-27 Elena Zannoni <ezannoni@redhat.com>
8856
8857 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8858 vector registers handling.
8859 (skip_prologue): Handle new AltiVec instructions. Fill in new
8860 fields of frame data.
8861 (frame_get_saved_regs): Fill in information for AltiVec registers.
8862
12af6855
JB
88632002-03-27 Jim Blandy <jimb@redhat.com>
8864
8865 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8866 a function; leave this macro here to invoke that function.
8867 (symbol_init_mangled_name): Declaration for that function.
8868 * symtab.c (symbol_init_mangled_name): New function.
8869
dc672865
AC
88702002-03-27 Andrew Cagney <ac131313@redhat.com>
8871
8872 * valarith.c: Replace strerror with safe_strerror.
8873 * tracepoint.c: Ditto.
8874 * lin-lwp.c: Ditto.
8875 * go32-nat.c: Ditto.
8876 * inflow.c: Ditto.
8877 * gnu-nat.c: Ditto.
8878
d96429cd
AS
88792002-03-27 Andreas Schwab <schwab@suse.de>
8880
8881 * event-top.c (command_line_handler): Remove useless if.
8882
7e336ba1
AJ
88832002-03-27 Andreas Jaeger <aj@suse.de>
8884
8885 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8886 comment.
8887
de220d0f
ML
88882002-03-27 Michal Ludvig <mludvig@suse.cz>
8889
8890 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
8891 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
8892 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
8893 (x86_64_linux_dr_get_status, supply_gregset),
8894 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
8895 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
8896 (x86_64_register_info_table): Add.
8897 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
8898 (x86_64_register_raw_size, x86_64_register_virtual_type),
8899 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
8900 general x86_64_register_info_table.
8901 (i386_gdbarch_init): gdbarch_register_bytes is now set
8902 dynamicaly during initialization.
8903 * regformats/reg-x86-64.dat: Synced with changes to registers above.
8904 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 8905
0e98d0a7
DJ
89062002-03-27 Daniel Jacobowitz <drow@mvista.com>
8907
8908 * gdbserver/server.c (main): Call target_signal_to_host_p
8909 and target_signal_to_host on signals received from the remote.
8910 * gdbserver/remote-utils.c (prepare_resume_reply): Call
8911 target_signal_from_host on signals sent to the remote.
8912 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
8913 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
8914
3130066b
DJ
89152002-03-27 Daniel Jacobowitz <drow@mvista.com>
8916
8917 * signals/signals.c: Include "server.h" in gdbserver build.
8918 (target_signal_from_name): Don't use STREQ.
8919 (_initialize_signals): Likewise. Don't include function in
8920 gdbserver build.
8921
9aedf4f4
DJ
89222002-03-27 Daniel Jacobowitz <drow@mvista.com>
8923
8924 * signals.c: Moved to...
8925 * signals/signals.c: Here.
7e336ba1 8926 * Makefile (signals.o): Update.
9aedf4f4 8927
3fa41cdb
JL
89282002-03-26 Jeff Law (law@redhat.com)
8929
8930 * somread.c (som_symtab_read): Remove some commented out code and
8931 updated related comments. Do not set the minimal symbol table to
8932 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
8933 in a dynamic executable.
8934 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
8935 where we are unable to find the minimal symbol for the given
8936 PC value.
8937
ee677e8d
MS
89382002-03-25 Jeff Law (law@redhat.com)
8939
8940 * linux-proc.c (read_mapping): Scan up to end of line for filename.
8941
e76e1718
ML
89422002-03-25 Michal Ludvig <mludvig@suse.cz>
8943
8944 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
8945
18a642a1
AC
89462002-03-23 Andrew Cagney <ac131313@redhat.com>
8947
8948 * command.h: Update copyright.
8949 (struct cmd_list_element): Replace definition with opaque
8950 declaration.
8951 (enum cmd_types): Document that it will eventually be moved to
8952 cli/cli-decode.h
8953 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
8954 (MALLOCED_REPLACEMENT): Delete macro.
8955 * Makefile.in (cli_decode_h): Add $(command_h).
8956 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 8957 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
8958 * completer.c: Include "cli/cli-decode.h".
8959 * maint.c: Include "cli/cli-decode.h".
8960 * cli/cli-decode.h: Include "command.h".
8961 (enum command_class): Delete.
8962 (enum cmd_types): Comment out.
8963 (enum cmd_auto_boolean): Delete.
8964 (enum var_types): Delete.
8965
b2875cc0
AC
89662002-03-23 Andrew Cagney <ac131313@redhat.com>
8967
8968 * cli/cli-decode.c: Include "gdb_assert.h".
8969 (add_set_or_show_cmd): New static function.
8970 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
8971 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
8972 all fields, such as func, from the set command.
8973
3b45974e
AC
89742002-03-23 Andrew Cagney <ac131313@redhat.com>
8975
8976 * MAINTAINERS (sh-elf): Change warning flag to -w.
8977
823ca731
AC
89782002-03-23 Andrew Cagney <cagney@redhat.com>
8979
8980 * defs.h (error): Add printf format attribute.
8981 * thread-db.c (thread_from_lwp): Fix error format string.
8982 * stack.c (parse_frame_specification): Ditto.
8983 * cli/cli-decode.c (undef_cmd_error): Ditto.
8984 * scm-lang.c (scm_lookup_name): Ditto.
8985 * tracepoint.c (trace_error): Ditto.
8986 * remote-utils.c (usage): Ditto.
8987 * remote.c (compare_sections_command): Ditto.
8988 Fix PR gdb/328.
8989
0e101458
AC
89902002-03-22 Andrew Cagney <ac131313@redhat.com>
8991
8992 * gdbtypes.c (append_composite_type_field): New function.
8993 (init_composite_type): New function.
8994 * gdbtypes.h (append_composite_type_field): Declare.
8995 (init_composite_type): Ditto.
8996
8e0662df
EZ
89972002-03-22 Elena Zannoni <ezannoni@redhat.com>
8998
8999 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9000 function.
8e0662df
EZ
9001 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9002 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9003 structure returning convention for SYSV ABI case, but not
9004 for GNU/Linux, FreeBSD, or NetBSD.
9005
3121eff0
DJ
90062002-03-22 Daniel Jacobowitz <drow@mvista.com>
9007
9008 * symtab.h (lookup_block_symbol): Add mangled_name argument
9009 to prototype.
9010
9011 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9012 with new mangled_name argument.
9013 * linespec.c (decode_line_1): Likewise.
9014 * valops (value_of_this): Likewise.
9015 * symtab.c (lookup_transparent_type): Likewise.
9016 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9017 (lookup_symbol): If we are given a mangled name, pass it down
9018 to lookup_symbol_aux.
9019 (lookup_block_symbol): If we are given a mangled name to check
9020 against, only return symbols which match it.
9021
349b409f
CF
90222002-03-22 Christopher Faylor <cgf@redhat.com>
9023
9024 * win32-nat.c (child_create_inferior): Check for proper shell to use
9025 here, in case the user changes it on the fly.
9026 (_initialize_inftarg): Remove shell path considerations.
9027
2a873819
EZ
90282002-03-21 Elena Zannoni <ezannoni@redhat.com>
9029
9030 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9031 for gdbarch_max_register_raw_size and max_register_virtual_size.
9032 Adjust copyright year.
9033
a1b9830c
DJ
90342002-03-21 Daniel Jacobowitz <drow@mvista.com>
9035
9036 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9037 in a function to cover the entire beginning of the function
9038 as well if it does not already.
9039
8b5790f2
TR
90402002-03-21 Tom Rix <trix@redhat.com>
9041
9042 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9043 (rs6000_ptrace64): Renamed from ptrace64.
9044
bdbe5747
MH
90452002-03-20 Martin M. Hunt <hunt@redhat.com>
9046
9047 * gdbserver/remote-utils.c (remote_open): Don't call
9048 getprotobyname, we're all using TCP here so just use
9049 IPPROTO_TCP.
7e336ba1 9050 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9051
90522002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9053
bdbe5747
MH
9054 * regcache.c (_initialize_regcache): No need to call
9055 build_regcache() at this time; it gets called whenever
9056 the gdbarch changes.
9057
7781cd62
DB
90582002-03-20 David O'Brien <obrien@FreeBSD.org>
9059
9060 * sparc-nat.c: Include sys/param.h where possible.
9061
f65ca430
DJ
90622002-03-20 Daniel Jacobowitz <drow@mvista.com>
9063
9064 Fix PR gdb/422.
9065 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9066 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9067 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9068 complex types.
9069 * stabsread.c (rs6000_builtin_type): Likewise.
9070 (read_sun_floating_type): Likewise.
9071
0c867556
PS
90722002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9073
9074 * stabsread.c (read_member_functions): Remove skip code for duplicate
9075 constructor/destructor methods. Use standard parsing for these
9076 methods and just do not chain them to the list of methods after
9077 parsing.
9078
12b9c64f
AO
90792002-03-19 Alexandre Oliva <aoliva@redhat.com>
9080
9081 * coffread.c: Remove redundant static declarations. Replace
9082 occurrences of `PTR' with `void *'.
9083 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9084 * top.h (quit_cover): Likewise.
9085 * defs.h (catch_errors): Likewise.
9086
349c5d5f
AC
90872002-03-18 Andrew Cagney <ac131313@redhat.com>
9088
9089 * defs.h (XMALLOC): Define.
9090 * gdb-events.sh (XMALLOC): Delete macro.
9091 * gdb-events.c, gdb-events.h: Regenerate.
9092 * gdbarch.sh (XMALLOC): Delete macro.
9093 * gdbarch.c: Regenerate.
9094 * serial.c (XMALLOC): Delete macro.
9095 * ui-file.c (XMALLOC): Ditto.
9096 * ser-unix.h (XMALLOC): Ditto.
9097 * sh-tdep.c (XMALLOC): Ditto.
9098 * ui-out.c (XMALLOC): Ditto.
9099 * utils.c (XMALLOC): Ditto.
9100 * i386-tdep.c (XMALLOC): Ditto.
9101 * gdb-events.c (XMALLOC): Ditto.
9102 * d10v-tdep.c (XMALLOC): Ditto.
9103 * cli-out.c (XMALLOC): Ditto.
9104
9105 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9106 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9107 * ui-file.c, ui-out.c: Ditto.
9108
7d0766f3
AC
91092002-03-18 Andrew Cagney <ac131313@redhat.com>
9110
9111 * command.h (struct cmd_list_element): Add field context.
9112 (set_cmd_context, get_cmd_context): Declare.
9113 * cli/cli-decode.h: Ditto.
9114 * cli/cli-decode.c (get_cmd_context): New function.
9115 (set_cmd_context): New function.
9116 (add_cmd): Initialize context.
9117 Part of fixing PR gdb/145 and PR gdb/146.
9118
5913bcb0
AC
91192002-03-17 Andrew Cagney <ac131313@redhat.com>
9120
1868c04e
AC
9121 * cli/cli-decode.c (cmd_type): New function.
9122 * command.h (cmd_type): Declare.
9123 * infrun.c (set_schedlock_func): Call function cmd_type.
9124 * kod.c (kod_set_os): Call cmd_type.
9125 * cris-tdep.c (cris_version_update): Use function cmd_type.
9126 (cris_mode_update, cris_abi_update): Ditto.
9127
5913bcb0
AC
9128 * command.h: (execute_cmd_post_hook): Declare.
9129 (execute_cmd_pre_hook): Declare.
9130 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9131 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9132 functions. Execute pre/post hook while ensuring that afterwords
9133 hook_in is cleared.
9134 * top.c (execute_command): Use execute_cmd_post_hook, and
9135 execute_cmd_pre_hook to execute pre/post commands.
9136 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9137 hook_stop_stub.
9138 (hook_stop_stub): Call execute_cmd_pre_hook.
9139
b51450c9
AC
91402002-03-17 Andrew Cagney <ac131313@redhat.com>
9141
9142 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9143 set'' and this leads to a core dump. Move xstrdup of
9144 operating_system to after check that it is not NULL.
9145
f66c9f11
AC
91462002-03-17 Andrew Cagney <ac131313@redhat.com>
9147
8e694ecf
AC
9148 * kod.c (kod_set_os): Remove unnecessary check that
9149 ``command->type'' is set_cmd.
9150
f66c9f11
AC
9151 * valprint.c (set_input_radix): Use input_radix.
9152 (set_output_radix): Use output_radix.
9153 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9154 isn't reverted.
9155
9d01611c
AC
91562002-03-16 Andrew Cagney <ac131313@redhat.com>
9157
9158 * value.h (struct value): Delete field ``substring_addr''. Change
9159 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
9160 force_core_addr_align and force_pointer_aligh.
9161
9162 * value.h (struct value): Fix typo in above change.
9d01611c 9163
4156bb53
PS
91642002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9165
9166 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9167 to fix internal_error from ``maintenance print architecture''.
9168
0e5e3ea6
PS
91692002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9170
9171 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9172 for gcc versions after gcc-2.8.1.
9173
9b013045
PS
91742002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9175
9176 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9177 for method resolution. Restore adjustment of ``this'' pointer after
9178 calling value_struct_elt, which was accidentally removed during the
9179 HP merge.
9180
376c9600
AC
91812002-03-15 Andrew Cagney <ac131313@redhat.com>
9182
9183 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9184 value_of_register.
9185 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9186 get_saved_register.
9187 * value.h (value_of_register): Update.
9188
a4db0f07
RH
91892002-03-14 Richard Henderson <rth@redhat.com>
9190
9191 * configure.in: Detect declaration for canonicalize_file_name.
9192 * utils.c (canonicalize_file_name): Declare, if needed.
9193 (gdb_realpath): Prefer realpath if available and usable.
9194 * config.in, configure: Rebuild.
9195
96383835
RH
91962002-03-14 Richard Henderson <rth@redhat.com>
9197
9198 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9199 a constant array bound.
9200
9201 * MAINTAINERS: Add myself to write-after-approval.
9202
75245b24
MS
92032002-03-14 Michael Snyder <msnyder@redhat.com>
9204
9205 * symfile.c (syms_from_objfile): Return immediately if no syms.
9206 (symbol_file_add): Return immediately if no syms.
9207 (find_sym_fns): Return immediately if no syms.
9208
e641a1ca
ML
92092002-03-13 Michal Ludvig <mludvig@suse.cz>
9210
9211 * gdbserver/remote-util.c (remote_open): Print remote-side's
9212 IP address when remote debugging over the network.
7e336ba1 9213
df08bfec
DB
92142002-03-12 David O'Brien <obrien@FreeBSD.org>
9215
9216 * config/sparc/fbsd.mh: Fix copyright.
9217 * config/sparc/fbsd.mt: Likewise.
9218
9a57864f
RE
92192002-03-11 Richard Earnshaw <rearnsha@arm.com>
9220
9221 * MAINTAINERS: Fix typo in name of gdb warnings option.
9222 (x86-64): Fix formating so that this can be parsed by awk.
9223
dd7bf85e
DJ
92242002-03-10 Daniel Jacobowitz <drow@mvista.com>
9225
9226 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9227 * defs.h: Include "gdb/signals.h".
9228 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9229
33a0a2ac
ML
92302002-03-10 Michal Ludvig <mludvig@suse.cz>
9231
9232 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 9233 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
9234 from x86-64-tdep.h
9235
dd824b04
DJ
92362002-03-10 Daniel Jacobowitz <drow@mvista.com>
9237 Don Howard <dhoward@redhat.com>
9238
9239 * mips-tdep.c (ST0_FR): Define.
9240 (mips2_fp_compat): New function, temporarily disabled.
9241 (mips_read_fp_register_single): New function.
9242 (mips_read_fp_register_double): New function.
9243 (mips_print_register): Use them.
9244 (do_fp_register_row): Likewise.
9245
6a41ff59
AC
92462002-03-09 Andrew Cagney <ac131313@redhat.com>
9247
9248 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9249 approval''.
9250
4ea09c10
PS
92512002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9252
9253 * stabsread.c (read_member_functions): Fix is_stub test for
9254 static member functions, improve comment.
9255
6ccc741d
RE
92562002-03-07 Richard Earnshaw <rearnsha@arm.com>
9257
9258 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9259 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9260 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9261 commands that set boolean values.
9262 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9263 (arm_rdi_resume): Always initialize PC.
9264 (arm_rdi_open): Don't use rslt as a boolean.
9265 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9266 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9267 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9268 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9269
438013df
AO
92702002-03-06 Alexandre Oliva <aoliva@redhat.com>
9271
9272 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9273 * configure: Rebuilt.
9274
70ed8774
SC
92752002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9276
9277 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9278 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9279
5ba2abeb
AC
92802002-03-06 Andrew Cagney <ac131313@redhat.com>
9281
9282 * cli/cli-decode.c (set_cmd_completer): New function.
9283 * command.h (set_cmd_completer): Declare.
9284 * cli/cli-decode.h (set_cmd_completer): Ditto.
9285
9286 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9287 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9288 * win32-nat.c (_initialize_inftarg): Ditto.
9289 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9290 * proc-api.c (_initialize_proc_api): Ditto.
9291 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9292 * source.c (_initialize_source): Ditto.
9293 * exec.c (_initialize_exec): Ditto.
9294 * solib.c (_initialize_solib): Ditto.
9295 * top.c (init_main): Ditto.
9296 * tracepoint.c (_initialize_tracepoint): Ditto.
9297 * symfile.c (_initialize_symfile): Ditto.
9298 * printcmd.c (_initialize_printcmd): Ditto.
9299 * infcmd.c (_initialize_infcmd): Ditto.
9300 * corefile.c (_initialize_core): Ditto.
9301
f779ca99
AC
93022002-03-05 Andrew Cagney <ac131313@redhat.com>
9303
9304 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9305
01a3934b
AC
93062002-03-05 Andrew Cagney <ac131313@redhat.com>
9307
9308 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9309
37057839
AC
93102002-03-05 Andrew Cagney <ac131313@redhat.com>
9311
9312 * NEWS: Update headings, 5.2 has branched.
9313
c6ecbae5
DJ
93142002-03-04 Daniel Jacobowitz <drow@mvista.com>
9315
9316 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9317 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9318 (register_addr, REGISTER_RAW_SIZE): Likewise.
9319 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9320 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9321
e9f30c21
ML
93222002-03-03 Michal Ludvig <mludvig@suse.cz>
9323
9324 * MAINTAINERS (x86-64): Add myself.
9325 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9326 changed value_ptr -> struct value *
9327
54394ac3
DB
93282002-03-01 David O'Brien <obrien@FreeBSD.org>
9329
9330 * configure.host (sparc64-*-freebsd): Add.
9331 * configure.tgt: Likewise.
9332 * config/sparc/fbsd.mh: New file.
9333 * config/sparc/fbsd.mt: Likewise.
9334 * config/sparc/nm-fbsd.h: Likewise.
9335 * config/sparc/tm-fbsd.h: Likewise.
9336
bfe95955
DJ
93372002-03-01 Daniel Jacobowitz <drow@mvista.com>
9338
9339 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9340 regformats/reg-s390x.dat.
9341
f33c6cbf
AC
93422002-03-01 Andrew Cagney <ac131313@redhat.com>
9343
9344 * utils.c: Add FIXME explaining true/false problem.
9345
5ecaa7dd
AC
93462002-02-28 Andrew Cagney <ac131313@redhat.com>
9347
9348 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9349
2a251cc2
MC
93502002-02-28 Michael Chastain <mec@shout.net>
9351
9352 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9353
6a8031a3 93542002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
9355
9356 * gdbserver/linux-s390-low.c: New file.
9357 * regformats/reg-s390.dat: New file.
9358 * regformats/reg-s390x.dat: New file.
9359 * gdbserver/configure.srv: Add S/390.
9360 * gdbserver/Makefile.in: Add S/390.
9361 * configure.tgt: Enable gdbserver for S/390.
9362
ac469903
EZ
93632002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9364
9365 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9366 first line of the doc string for "info dos", except at the end of
9367 the sentence, since the short help stops at the first period.
9368
985cb1a3
JM
93692002-02-28 Jason Merrill <jason@redhat.com>
9370
9371 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9372
c570663e
FF
93732002-02-27 Fred Fish <fnf@redhat.com>
9374
9375 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9376 comment (dumy -> dummy).
9377
43630227
PS
93782002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9379
9380 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9381
b84911e8
RB
93822002-02-27 Rodney Brown <rbrown64@csc.com.au>
9383
9384 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9385
58caa3dc
DJ
93862002-02-27 Daniel Jacobowitz <drow@mvista.com>
9387
9388 * gdbserver/acconfig.h: New file.
9389 * gdbserver/i387-fp.c: New file.
9390 * gdbserver/i387-fp.h: New file.
9391 * gdbserver/linux-x86-64.c: New file.
9392 * regformats/reg-x86-64.dat: New file.
9393 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9394 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9395 * gdbserver/configure.in: Add support for regsets.
9396 * gdbserver/config.in: Regenerate.
9397 * gdbserver/configure: Regenerate.
9398 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9399 * gdbserver/linux-low.h: New file.
9400 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9401 for regsets.
9402 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9403 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9404 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9405 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9406 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9407 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9408 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9409 "i387-fp.h". Add PTRACE_GETREGS and friends.
9410 * gdbserver/regcache.c (supply_register): New function.
9411 (supply_register_by_name): New function.
9412 (collect_register): New function.
9413 (collect_register_by_name): New function.
9414
93652174
DJ
94152002-02-27 Daniel Jacobowitz <drow@mvista.com>
9416
9417 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9418 (config.status): Add configure.srv dependency.
9419 (server_h): Add config.h dependency.
9420
a02e4a61
DJ
94212002-02-27 Daniel Jacobowitz <drow@mvista.com>
9422
9423 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9424 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9425 * gdbserver/configure.srv: Change i386-*-linux* to use
9426 reg-i386-linux.o.
9427
ce0eebec
AC
94282002-02-26 Andrew Cagney <ac131313@redhat.com>
9429
9430 * x86-64-tdep.c: Re-indent. Update copyright date.
9431
82dbc5f7
AC
94322002-02-26 Andrew Cagney <ac131313@redhat.com>
9433
9434 From Michal Ludvig <mludvig@suse.cz>:
9435 * x86-64-tdep.c (value.h): Delete.
9436 (gdb_assert.h): Include.
9437 (x86_64_register_convert_to_virtual,
9438 x86_64_register_convert_to_raw ): Add check which lets only
9439 floating-point values to be converted.
9440 (value_push): Delete.
9441 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9442 (i386_gdbarch_init): Number of register_bytes fixed.
9443
e4621584
AC
94442002-02-26 Andrew Cagney <ac131313@redhat.com>
9445
9446 * MAINTAINERS: Add x86-64 target.
9447
81a9a963
AC
94482002-02-26 Andrew Cagney <ac131313@redhat.com>
9449
9450 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9451 * osfsolib.c (solib_map_sections): Ditto.
9452 * irix5-nat.c (solib_map_sections): Ditto.
9453 * corelow.c (gdb_check_format): Ditto.
9454 * symfile.c (symfile_bfd_open): Ditto.
9455 * solib.c (solib_map_sections): Ditto.
9456 Fix PR gdb/354.
7e336ba1 9457
0f017ab9
AC
94582002-02-26 Andrew Cagney <ac131313@redhat.com>
9459
9460 * remote.c (_initialize_remote): By default, disable ``e'' and
9461 ``E'' step out-of-range packets.
9462
75738c29
AS
94632002-02-26 Andreas Schwab <schwab@suse.de>
9464
9465 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9466 m68k_linux_frame_saved_pc.
9467 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9468 in_sigtramp.
9469 (SIGCONTEXT_PC_OFFSET): Remove.
9470 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9471 m68k_linux_sigtramp_saved_pc): New functions.
9472 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9473 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9474 (UCONTEXT_PC_OFFSET): Define.
9475 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9476 non-RT and RT signal trampolines.
9477
7e8ed687
RE
94782002-02-26 Richard Earnshaw <rearnsha@arm.com>
9479
9480 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9481 (TARGET_NBPG, STACK_END_ADDR): Delete
9482 (VARIABLES_INSIDE_BLOCK): Delete.
9483
6972bc8b
AC
94842002-02-25 Andrew Cagney <ac131313@redhat.com>
9485
9486 * utils.c (perror_with_name): Make string parameter constant.
9487 (print_sys_errmsg): Ditto.
9488 (query): Ditto.
9489 * defs.h (perror_with_name): Update.
9490 (print_sys_errmsg): Update.
9491 (query): Update.
9492
aa32f823
DJ
94932002-02-25 Daniel Jacobowitz <drow@mvista.com>
9494
9495 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9496 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9497
19caaa45
PS
94982002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9499
9500 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9501 if it already matches the current architecture from the exec file.
9502 Include arch-utils.h for gdbarch_info_init prototype.
9503 * Makefile.in (rs6000-nat.o): Update dependencies.
9504
d951901f
EZ
95052002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9506
9507 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9508 list of exported variables.
9509
7ea81414
DJ
95102002-02-24 Daniel Jacobowitz <drow@mvista.com>
9511
9512 * gdbserver/configure.srv: New file.
9513 * gdbserver/configure.in: Use configure.srv instead
9514 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9515 from it.
9516 * gdbserver/configure: Regenerated.
9517 * gdbserver/terminal.h: New file.
9518 * gdbserver/Makefile.in: Update for configure changes. Remove
9519 more unneeded include paths.
9520
080fe24b
AC
95212002-02-24 Andrew Cagney <ac131313@redhat.com>
9522
9523 From wiz at danbala:
9524 * config/sparc/tm-sp64.h: Fix grammar and typos.
9525 Fix PR gdb/287.
9526
8605d56e
AC
95272002-02-24 Andrew Cagney <ac131313@redhat.com>
9528
9529 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9530 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9531 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9532 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9533 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9534 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9535 * s390-tdep.c: Ditto.
92362027
AC
9536 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9537 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9538 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9539 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9540 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9541 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9542 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9543 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9544 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9545 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9546 Fix PR gdb/378.
7e336ba1 9547
8ed32cc0
AC
95482002-02-23 Andrew Cagney <ac131313@redhat.com>
9549
a3007b6f
AC
9550 * lin-thread.c: Delete file.
9551 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9552 to gdb_proc_service.h.
9553 * configure: Re-generate.
9554
50a9e2f1
AC
9555 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9556 * serial.c (serial_open): Delete check for "ocd".
9557 Fix PR gdb/349.
9558
8b6e7932
AC
9559 * Makefile.in (linux-thread.o): Delete target.
9560 * linux-thread.c: Delete file.
9561
d155c46b
AC
9562 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9563 renamed SH files to be consistent.
9564
8ed32cc0
AC
9565 * symtab.c (sort_search_symbols): Use xfree.
9566
0e18d038
RE
95672002-02-23 Richard Earnshaw <rearnsha@arm.com>
9568
9569 * arm-linux-tdep.c (arm_linux_init_abi): Register
9570 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9571 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9572 definition with undef, since we don't want the sysvr4 definition.
9573 (SKIP_TRAMPOLINE_CODE): Likewise.
9574
27aac7ff
AC
95752002-02-23 Andrew Cagney <ac131313@redhat.com>
9576
9577 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9578
9579 * configure.in: (AC_CHECK_FUNCS) Added test for
9580 canonicalize_file_name Regenerated.
9581 * config.in, configure: Regenerated.
9582 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9583 defined use canonicalize_file_name.
7e336ba1 9584
65a6e0ee
MC
95852002-02-23 Michael Chastain <mec@shout.net>
9586
9587 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9588
47b95330
AC
95892002-02-23 Andrew Cagney <ac131313@redhat.com>
9590
9591 * README: Remove references to cygnus.com.
9592 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9593 dot com'' form. Remove references to cygnus.com and sourceware.
9594
696f451b
AC
95952002-02-23 Andrew Cagney <ac131313@redhat.com>
9596
9597 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9598 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9599 1003.1-2001 no longer allows "head -1".
9600 * gdb/Makefile.in (version.c): Likewise.
9601 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9602 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9603 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9604
bbaca940
AC
96052002-02-23 Andrew Cagney <ac131313@redhat.com>
9606
9607 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9608 * command.h (cmd_cfunc_eq): Declare.
9609 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9610
9611 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9612 ``struct cmd_list_element *''.
9613 * cli/cli-cmds.c (is_complete_command): Update. Use
9614 cmd_cfunc_eq.
9615 * top.c (execute_command): Pass the command to
9616 is_complete_command.
9617 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9618
b8b8b047
AC
96192002-02-23 Andrew Cagney <ac131313@redhat.com>
9620
9621 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9622 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9623 architecture defines.
9624 * s390-tdep.c (s390_gdbarch_init): Likewise.
9625
19d3fc80
RE
96262002-02-23 Richard Earnshaw <rearnsha@arm.com>
9627
9628 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9629 (arm_linux_push_arguments): Likewise.
9630 (arm_linux_init_abi): Register them. Also register linux-specific
9631 call_dummy_words.
9632 (find_minsym_and_objfile): Use strcmp, not STREQ.
9633 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9634 (arm_linux_call_dummy_words): Delete declaration.
9635 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9636 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9637 declarations.
9638 (LOWEST_PC): Delete.
9639
3ab13650
PS
96402002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9641
9642 * maint.c (print_section_info): Do not prepend `0x' to filepos
9643 output, it will be handled by local_hex_string_custom.
9644
19d3fc80 96452002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9646
9647 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9648 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9649 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9650
d85a5daf
JB
96512002-02-22 Jim Blandy <jimb@redhat.com>
9652
9653 Indicate that the bcache functions don't change the strings
9654 they're passed.
9655 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9656 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9657
eeb25b8a
PM
96582002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9659
9660 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9661
6badb179
CF
96622002-02-21 Christopher Faylor <cgf@redhat.com>
9663
9664 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9665 find the complete path to a loaded DLL.
9666
e8717518
FF
96672002-02-21 Fred Fish <fnf@redhat.com>
9668
9669 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9670 that marks the end of the range of a function, enter a line number
9671 entry that has a line number of zero and a PC offset that matches
9672 the end of the function. This starts a range of PC's for which no
9673 line number information is known.
9674 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9675 PC's for which no line number info is found (line number is zero)
9676 then we didn't find any valid line information.
9677 * symtab.h: Document use of zero line number entry.
9678
9abe5450
EZ
96792002-02-21 Elena Zannoni <ezannoni@redhat.com>
9680
9681 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9682 (have_ptrace_getvrregs): Define for run time checks.
9683 (gdb_vrregset_t): New type for Altivec register handling.
9684 (fetch_register, store_register): Fetch/store altivec register
9685 when needed.
9686 (fetch_altivec_register, store_altivec_register): New functions.
9687 (supply_vrregset, fill_vrregset): New functions.
9688 (fetch_altivec_registers, store_altivec_registers): New functions.
9689 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9690 registers as well.
9691
aaa38bb5
AJ
96922002-02-21 Jiri Smid <smid@suse.cz>
9693
9694 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9695
b34db576
RE
96962002-02-21 Richard Earnshaw <rearnsha@arm.com>
9697
9698 * Makefile.in (armnbsd-nat.o): Update dependencies.
9699 * armnbsd-nat.c (supply_gregset): New function. Common code to
9700 supply the integer register set.
9701 (supply_fparegset): New function. Similar for FPA registers.
9702 (fetch_regs, fetch_fp_regs): Use them.
9703 (fetch_core_registers): Likewise.
9704 (fetch_elfcore_registers): New function.
9705 (arm_netbsd_elfcore_fns): New core-file type specification.
9706 (_initialize_arm_netbsd_nat): Register it.
9707
3e56fc4b
RE
97082002-02-21 Richard Earnshaw <rearnsha@arm.com>
9709
9710 * armnbsd-nat.c: Include gdbcore.h.
9711 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9712 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9713 'void' to declaration, to shut up ARI.
9714 (fetch_core_registers): Make static. Rewrite using supply_register.
9715 (arm_netbsd_core_fns): New core-file type specification.
9716 (_initialize_arm_netbsd_nat): New function.
9717
097f6b0b
CF
97182002-02-21 Christopher Faylor <cgf@redhat.com>
9719
9720 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9721 value.
9722
c914e0cc
CF
97232002-02-20 Christopher Faylor <cgf@redhat.com>
9724
9725 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9726 fails.
9727
385fa495
DJ
97282002-02-20 Daniel Jacobowitz <drow@mvista.com>
9729
9730 * jv-exp.y (parse_number): Change type of implicit longs
9731 to builtin_type_uint64.
9732
e5f1222d
DJ
97332002-02-20 Daniel Jacobowitz <drow@mvista.com>
9734
9735 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9736 to be an integer instead of a `union wait'.
9737
75c9abc6
DJ
97382002-02-20 Daniel Jacobowitz <drow@mvista.com>
9739
9740 * mips-linux-nat.c: Call the operating system GNU/Linux.
9741 * mips-linux-tdep.c: Likewise.
9742 * mips-tdep.c: Likewise.
9743
551792a5
DJ
97442002-02-20 Daniel Jacobowitz <drow@mvista.com>
9745
9746 Fix PR gdb/265.
9747 * jv-exp.y (parse_number): Handle 64-bit integers.
9748
ee6e2b82
DJ
97492002-02-20 Daniel Jacobowitz <drow@mvista.com>
9750
9751 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9752 AC_STDC_HEADERS to AC_HEADER_STDC.
9753 * gdbserver/configure: Regenerated.
9754
a48442a0
RE
97552002-02-20 Richard Earnshaw <rearnsha@arm.com>
9756
9757 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9758 is defined.
9759 * sparc-tdep.c (get_longjmp_target): Likewise.
9760
fe419ffc
RE
97612002-02-20 Richard Earnshaw <rearnsha@arm.com>
9762
9763 * News: Add news about ARM and Multi-arch. Mention the new target
9764 arm*-*-netbsd*.
9765
5832ed7e
JB
97662002-02-19 Jim Blandy <jimb@redhat.com>
9767
9768 * stabsread.c (error_type_complaint): Improve error message.
9769
84563040
DJ
97702002-02-19 Daniel Jacobowitz <drow@mvista.com>
9771
9772 * gdbserver/README: Update documentation.
9773 * gdbserver/configure.in: Update configury to match documentation.
9774 * gdbserver/Makefile.in: Likewise.
9775 * gdbserver/configure: Regenerated.
9776 * gdbserver/aclocal.m4: New file, generated by aclocal.
9777 * gdbserver/config.in: New file, generated by autoheader.
9778
375fd65b
RE
97792002-02-19 Richard Earnshaw <rearnsha@arm.com>
9780
9781 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9782 armnbsd-nat.c.
9783
08216dd7
RE
97842002-02-19 Richard Earnshaw <rearnsha@arm.com>
9785
9786 * arm-tdep.h (enum arm_float_model): New enum.
9787 (struct gdbarch_tdep): Add fp_model.
9788 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9789 up floating-point conversions until we know the floating-point model
9790 in use by the inferior. Don't complain about being unable to
9791 determine the ABI of the inferior when we don't have one.
9792 (arm_extract_return_value): Support different floating-point models.
9793 (arm_store_return_value): Likewise.
aaa38bb5 9794 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
9795 ARM_FLOAT_SOFT.
9796 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9797
65d6d66a
PS
97982002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9799
9800 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9801 of ``current_gdbarch''.
9802
47221191
RE
98032002-02-19 Richard Earnshaw <rearnsha@arm.com>
9804
9805 * armnbsd-nat.c : ANSIfy all function declarations.
9806 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9807 (fetch_inferior_registers): Re-implement in terms of above.
9808 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9809 (store_inferior_registers): Re-implement in terms of above.
9810
fdf39c9a
RE
98112002-02-19 Richard Earnshaw <rearnsha@arm.com>
9812
aaa38bb5 9813 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
9814 kernel.
9815 * arm-linux-tdep.c: Likewise.
9816 * config/arm/tm-linux.h: Likewise.
9817
93247f88
RE
98182002-02-19 Richard Earnshaw <rearnsha@arm.com>
9819
9820 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9821 * config/arm/nbsd.mt (TM_FILE): Delete.
9822 * config/arm/tm-nbsd.h: Delete.
9823
d7b486e7
RE
98242002-02-19 Richard Earnshaw <rearnsha@arm.com>
9825
9826 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9827 Initialize CALL_DUMMY_LENGTH.
9828
41d39a95
RE
98292002-02-19 Richard Earnshaw <rearnsha@arm.com>
9830
9831 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9832 function.
9833 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 9834 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
9835 defines one thing and that is incorrect for this port.
9836 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9837
e1195560
PM
98382002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9839
9840 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9841
c1748f97
PM
98422002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9843
9844 * win32-nat.c (display_selector): New function. Displays information
9845 about the information returned by GetThreadSelectorEntry API function.
9846 (display_selectors): New function. Displays the infomation of
9847 the selector given as argument, or of CS, DS ans FS selectors
9848 if no argument is given.
9849 ( _initialize_inftarg): Add "w32" as info prefix command.
9850 Add "info w32 selector" as command calling display_selectors.
9851
e41e6bbf
PM
98522002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9853
9854 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9855 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9856 if not defined.
9857
0d3a9f48
RE
98582002-02-18 Richard Earnshaw <rearnsha@arm.com>
9859
9860 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9861
3fb4b924
RE
98622002-02-18 Richard Earnshaw <rearnsha@arm.com>
9863
9864 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9865 (arm_fix_call_dummy): Call it.
9866 (arm_call_dummy_breakpoint_offset): Delete.
9867 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9868 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9869
7f55af32
AC
98702002-02-18 Andrew Cagney <ac131313@redhat.com>
9871
9872 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9873 Default to func_frame_chain_valid.
9874 * gdbarch.h, gdbarch.c: Re-generate.
9875 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9876
05f13b9c
EZ
98772002-02-18 Elena Zannoni <ezannoni@redhat.com>
9878
9879 * ppc-linux-nat.c: Update copyright.
9880 (fetch_register, store_register): Add tid parameter, don't compute
9881 tid here.
9882 (fetch_ppc_registers, store_ppc_registers): Add tid
9883 parameter. Pass it along to callees.
9884 (fetch_inferior_registers, store_inferior_registers): Compute tid
9885 here, and pass it to calleed functions.
9886 (fill_gregset, supply_fpregset): Clean up formatting.
9887
d7afb4c9
RE
98882002-02-18 Richard Earnshaw <rearnsha@arm.com>
9889
9890 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
9891 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
9892
9df628e0
RE
98932002-02-18 Richard Earnshaw <rearnsha@arm.com>
9894
9895 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
9896 * gdbarch.c gdbarch.h: Regenerate.
9897 * breakpoint.c (create_longjmp_breakpoint): Always compile this
9898 function.
9899 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
9900 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
9901 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
9902
9903 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
9904 * arm-tdep.c (arm_get_longjmp_target): New function.
9905 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
9906 this to a positive value register arm_get_longjmp_target as the
9907 longjmp handler.
9908 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
9909 (arm_linux_init_abi): Set up longjmp description in tdep.
9910 * armnbsd-nat.c (get_longjmp_target): Delete.
9911 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
9912 description in tdep.
9913 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
9914 (get_longjmp_target): Delete declaration.
9915 (GET_LONGJMP_TARGET): Delete.
9916 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
9917 (GET_LONGJMP_TARGET): Delete.
9918
57bc8964
KB
99192002-02-17 Kevin Buettner <kevinb@redhat.com>
9920
9921 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
9922 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
9923 of ``current_gdbarch''.
9924
83d31a92
TT
99252002-02-17 Tom Tromey <tromey@redhat.com>
9926
9927 * cli/cli-cmds.c (compare_strings): New function.
9928 (complete_command): Only print each unique item once.
9929 * completer.h (complete_line): Declare.
9930 * completer.c (complete_line): New function.
9931 (line_completion_function): Use it.
9932
17ef5d92
AC
99332002-02-16 Andrew Cagney <ac131313@redhat.com>
9934
9935 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
9936 * gdbarch.h, gdbarch.c: Re-generate.
9937
491b8946
DJ
99382002-02-16 Daniel Jacobowitz <drow@mvista.com>
9939
9940 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
9941
99422002-02-16 Daniel Jacobowitz <drow@mvista.com>
9943
9944 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
9945 * valops.c (value_arg_coerce): Don't take the address of a reference
9946 to convert an argument to a reference.
9947
dfe7f3ac
CF
99482002-02-15 Christopher Faylor <cgf@redhat.com>
9949
9950 * win32-nat.c (get_image_name): New function.
9951 (handle_load_dll): Use get_image_name function.
9952 (get_child_debug_event): Avoid registering debug events until possibly
9953 execed process is started.
9954 (child_create_inferior): Allow invocation via shell so that command
9955 line redirection, etc. works ok.
9956 (_initialize_inftarg): Add new command: "set shell" to control whether
9957 a shell is used to start a process.
9958
1d33e73a
DJ
99592002-02-15 Daniel Jacobowitz <drow@mvista.com>
9960
9961 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
9962 instead of find_register_by_number.
9963 (cannot_store_register): Likewise.
9964
48cd0caa
PM
99652002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9966
aaa38bb5 9967 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
9968 fprintf_unfiltered (gdb_stderr, ...).
9969
8656e7d8
DJ
99702002-02-15 Daniel Jacobowitz <drow@mvista.com>
9971
9972 * gdbserver/gdbserver.1: Document --attach.
9973
66e810cd
RE
99742002-02-15 Richard Earnshaw <rearnsha@arm.com>
9975
9976 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
9977 descriptions.
9978 * arm-tdep.c (arm_default_arm_le_breakpoint)
9979 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
9980 (arm_default_thumb_be_breakpoint): New. Initialize them from
9981 traditional breakpoint defines.
9982 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
9983 (arm_gdbarch_init): Initialize new breakpoint variables.
9984 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
9985 (arm_linux_init_abi): Initialize linux-specific breakpoint.
9986 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
9987 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
9988 code out to ...
9989 (arm_netbsd_init_abi_common): ... here; new function.
9990 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
9991 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
9992 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
9993 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
9994
97e03143
RE
99952002-02-15 Richard Earnshaw <rearnsha@arm.com>
9996
9997 * arm-tdep.h (enum arm_abi): New enum.
9998 (struct gdbarch_tdep): New structure.
9999 (LOWEST_PC): Provide a default.
10000 (arm_gdbarch_register_os_abi): Declare new function.
10001 * arm-tdep.c (arm_abi_names): New array.
10002 (process_note_abi_tag_sections): New function.
10003 (get_elfosabi): New function.
10004 (arm_gdbarch_register_os_abi): New function.
10005 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10006 support for that ABI has been built in, then call the appropriate
10007 configuration routine. Use gdbarch_num_regs() to get the number
10008 of registers.
10009 (arm_dump_tdep): New function.
10010 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10011 place-holder functions.
10012 (_initialize_arm_tdep): Register them.
10013 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10014
10015 * armnbsd-tdep.c: New file.
10016 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10017 * config/arm/nbsd.mt (TDEPFILES): Add it.
10018 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10019
10020 * armnbsd-nat.c: Include regcache.h.
10021 * Makefile.in (armnbsd-nat.o): Update dependency list.
10022
10023 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10024
ad68be46
DJ
100252002-02-14 Daniel Jacobowitz <drow@mvista.com>
10026
10027 * gdbserver/Makefile.in: Fix typos in target rules.
10028
003d6d1d
DJ
100292002-02-14 Daniel Jacobowitz <drow@mvista.com>
10030
aaa38bb5 10031 Fix part of PR gdb/267.
003d6d1d
DJ
10032 * linespec.c (find_methods): Handle constructors specially for now.
10033
6b230f1b
CV
100342002-02-14 Corinna Vinschen <vinschen@redhat.com>
10035
10036 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10037 handling.
10038 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10039 standard_coerce_float_to_double().
10040
1ea98d12
CF
100412002-02-14 Christopher Faylor <cgf@redhat.com>
10042
10043 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10044 GDBINIT_FILENAME.
10045
dd47e6fd
EZ
100462002-02-14 Elena Zannoni <ezannoni@redhat.com>
10047
10048 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10049 find_variant_by_name, because it confuses the multiarch
10050 framework. Return NULL if there isn't an architecture with the
10051 user supplied name, instead of forcing a different one without
10052 recording the change with the multiarch machinery.
10053 (find_variant_by_name): Delete.
10054
d7e39b9e
PS
100552002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10056
10057 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10058 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10059
76e42a4f
MH
100602002-02-13 Martin M. Hunt <hunt@redhat.com>
10061
aaa38bb5 10062 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10063 print_frame_info_listing_hook, set current_source_symtab.
10064
0a30fbc4
DJ
100652002-02-14 Daniel Jacobowitz <drow@mvista.com>
10066
10067 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10068 and remove unused $(INCLUDE_DIR).
10069 Add regcache.c to OBS.
10070 Add generated register protocol files to clean target.
10071 Update dependencies for new objects, obsolete old target code.
10072
10073 * gdbserver/linux-low.c: Remove all platform-specific code to
10074 new files. Remove various dead code. Update to use regcache
10075 functionality.
10076 * gdbserver/remote-utils.c (fromhex): Add return statement
10077 to quiet warning.
10078 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10079 constant.
10080 (input_interrupt): Add integer parameter to match prototype
10081 of a signal handler.
10082 (outreg): Use register_data ().
10083 (prepare_resume_reply): Use gdbserver_expedite_regs.
10084 * gdbserver/server.c (main): Dynamically allocate own_buf because
10085 PBUFSIZ is no longer constant. Use registers_to_string () and
10086 registers_from_string ().
10087 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10088 for error (), fatal (), and warning (). Update definition of
10089 PBUFSIZ to use regcache functionality. Add include guard.
10090 * gdbserver/utils.c (fatal): Add missing ``const''.
10091 (warning): New function.
10092
10093 * regformats/regdat.sh: Include "regcache.h" in generated files.
10094 Provide init_registers () function.
10095 * regformats/regdef.h: Add prototype for set_register_cache ().
10096 Add include guard.
10097
10098 * gdbserver/linux-arm-low.c: New file.
10099 * gdbserver/linux-i386-low.c: New file.
10100 * gdbserver/linux-ia64-low.c: New file.
10101 * gdbserver/linux-m68k-low.c: New file.
10102 * gdbserver/linux-mips-low.c: New file.
10103 * gdbserver/linux-ppc-low.c: New file.
10104 * gdbserver/linux-sh-low.c: New file.
10105
10106 * gdbserver/regcache.c: New file.
10107 * gdbserver/regcache.h: New file.
10108
10109 * gdbserver/low-linux.c: Removed obsolete file.
10110
4cc841d0
DJ
101112002-02-14 Daniel Jacobowitz <drow@mvista.com>
10112
10113 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10114 * config/i386/linux.mt: Likewise.
10115 * config/ia64/linux.mt: Likewise.
10116 * config/m68k/linux.mh: Likewise.
10117 * config/powerpc/linux.mh: Likewise.
10118 * config/mips/linux.mt: Likewise.
10119
10120 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10121
10122 * config/i386/i386lynx.mh: Mark gdbserver variables
10123 as (currently) obsolete for this target.
10124 * config/i386/nbsd.mt: Likewise.
10125 * config/i386/nbsdelf.mt: Likewise.
10126 * config/m32r/m32r.mt: Likewise.
10127 * config/m68k/m68klynx.mh: Likewise.
10128 * config/m68k/nbsd.mt: Likewise.
10129 * config/m68k/sun3os4.mh: Likewise.
10130 * config/mips/vr5000.mt: Likewise.
10131 * config/ns32k/nbsd.mt: Likewise.
10132 * config/pa/hppabsd.mh: Likewise.
10133 * config/pa/hppaosf.mh: Likewise.
10134 * config/powerpc/nbsd.mt: Likewise.
10135 * config/rs6000/rs6000lynx.mh: Likewise.
10136 * config/s390/s390.mt: Likewise.
10137 * config/s390/s390x.mt: Likewise.
10138 * config/sparc/sparclynx.mh: Likewise.
10139 * config/sparc/sun4os4.mh: Likewise.
10140 * config/i386/x86-64linux.mt: Likewise.
10141 * config/sparc/linux.mh: Likewise.
10142
a85f51e7
DJ
101432002-02-14 Daniel Jacobowitz <drow@mvista.com>
10144
10145 * configure.tgt: Configure gdbserver only for known working
10146 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10147 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10148 SUBDIRS if it is configured. Update comment for ${nativefile}.
10149 * configure: Regenerated.
10150
65554fef
MS
101512002-02-13 Michael Snyder <msnyder@redhat.com>
10152
670a52db
MS
10153 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10154
6dbdc4a3
MS
10155 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10156 (default_gcore_mach): Just return 0, work around a problem in bfd.
10157 (default_gcore_target): OK to return NULL if exec_bfd is null.
10158 (make_mem_sec): Use a cast, avoid a warning.
10159
10160 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 10161 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
10162 sizeof (host pointer) != sizeof (target pointer)).
10163 (procfs_make_note_section): Avoid overflow in psargs string.
10164
aaa38bb5 10165 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
10166 implementation return an error.
10167
101682002-02-13 Rodney Brown <rbrown64@csc.com.au>
10169
10170 * procfs.c (procfs_make_note_section): Provide a default definition
10171 (for alpha-dec-osf4.0f). Fix typos.
10172
1e4d76e7
EZ
101732002-02-13 Elena Zannoni <ezannoni@redhat.com>
10174
10175 * linux-proc.c: Add include of regcache.h.
10176 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10177
b6d1a1d5
AC
101782002-02-13 Andrew Cagney <ac131313@redhat.com>
10179
10180 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
10181 * memattr.c (create_mem_region): Disallow useless empty region.
10182 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 10183 non-overlapping.
b6d1a1d5 10184
6c6ea35e
MC
101852002-02-13 Michael Chastain <mec@shout.net>
10186
10187 * defs.h: Kill CONST_PTR.
10188 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10189 * c-lang.c (c_builtin_types): Likewise.
10190 * ch-lang.c (ch_builtin_types): Likewise.
10191 * f-lang.c (f_builtin_types): Likewise.
10192 * language.c (unknown_builtin_types): Likewise.
10193 * m2-lang.c (m2_builtin_types): Likewise.
10194 * p-lang.c (pascal_builtin_types): Likewise.
10195 * scm-lang.c (c_builtin_types): Likewise.
10196
3e0b0f48
KS
101972002-02-13 Keith Seitz <keiths@redhat.com>
10198
10199 * arm-tdep.h (arm_get_next_pc): Add declaration.
10200
67255d04
RE
102012002-02-13 Richard Earnshaw <rearnsha@arm.com>
10202
10203 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10204 with other related struct-returning functions.
10205 (arm_extract_struct_value_address): New function.
10206 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10207 initialize float_format, double_format and long_double_format as
10208 appropriate to the endianness of the target.
10209 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10210 (arm_use_struct_convention): Delete declaration.
10211 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10212
079777f6
KS
102132002-02-13 Keith Seitz <keiths@redhat.com>
10214
10215 * defs.h (core_addr_to_string_nz): New function.
10216
34588f23
MK
102172002-02-13 Mark Kettenis <kettenis@gnu.org>
10218
10219 Apply missing bits of 2002-01-15 patch.
10220 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10221 (fill_fpregset): Use i387_fill_fsave.
10222
49b563f9
KS
102232002-02-12 Keith Seitz <keiths@redhat.com>
10224
49b563f9
KS
10225 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10226 (core_addr_to_string_nz): New function.
10227
aeb98c60
RE
102282002-02-11 Richard Earnshaw <rearnsha@arm.com>
10229
10230 * arm-linux-nat.c: Really include arm-tdep.h.
10231 * config/arm/tm-linux.h (struct type, struct value): Declare.
10232
65554fef
MS
102332002-02-11 Michael Snyder <msnyder@redhat.com>
10234
10235 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10236 (gcore section): Ifdef for Solaris and Unixware only.
10237 (procfs_do_thread_registers): Unixware needs one lwpstatus
10238 per thread (not one prstatus or pstatus).
10239 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10240 not over all gdb threads. For unixware, call elfcore_write_pstatus
10241 once before iterating over threads.
10242
34e8f22d
RE
102432002-02-11 Richard Earnshaw <rearnsha@arm.com>
10244
10245 * arm-tdep.h: New file.
10246 * arm-tdep.c: Include arm-tdep.h.
10247 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10248 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10249 (arm_print_float_info, arm_register_type, convert_to_extended)
10250 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10251 (arm_extract_return_value, arm_register_name): Make static.
10252 (arm_software_single_step): Similarly. Fix types in declaration.
10253 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10254 (arm_store_return_value, arm_store_struct_return): New functions.
10255 (arm_gdbarch_init): Register the above functions. Also register
10256 call_dummy_start_offset, sizeof_call_dummy_words,
10257 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10258 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 10259 max_register_virtual_size, register_size. Set up
34e8f22d
RE
10260 prologue_cache.saved_regs here, rather than ...
10261 (_initialize_arm_tdep): ... here.
10262 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10263 declarations.
10264 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10265 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10266 (arm_print_float_info, arm_register_type, convert_to_extended)
10267 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10268 (arm_extract_return_value, arm_register_name): Delete declarations.
10269 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10270 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10271 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10272 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10273 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10274 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10275 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10276 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10277 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10278 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10279 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10280 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10281 interface.
10282 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10283 * remote-rdi.c remote-rdp.c: Likewise.
10284 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10285 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10286 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10287 definition.
10288
10289 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10290 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10291 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10292 from non-ARM_ prefixed definitions.
10293 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10294 all uses of above.
10295 * remote-rdi.c remote-rdp.c: Likewise.
10296 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10297
148754e5
RE
102982002-02-11 Richard Earnshaw <rearnsha@arm.com>
10299
10300 * arm-tdep.c (arm_frameless_function_invocation)
10301 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10302 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10303 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10304 (arm_pop_frame, arm_get_next_pc): Make static.
10305 (arm_gdbarch_init): Register above in gdbarch structure.
10306 (arm_read_fp): Renamed from arm_target_read_fp.
10307 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10308 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10309 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10310 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10311 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10312 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10313 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
10314 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10315 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10316 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10317 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 10318
434d2d4f
DJ
103192002-02-10 Daniel Jacobowitz <drow@mvista.com>
10320
10321 * symtab.c (compare_search_syms): New function.
10322 (sort_search_symbols): New function.
10323 (search_symbols): Sort symbols after searching rather than
10324 before.
10325
55241689
AC
103262002-02-10 Andrew Cagney <ac131313@redhat.com>
10327
10328 * NEWS: Linux -> GNU/Linux.
10329
028c194b
AC
103302002-02-10 Andrew Cagney <ac131313@redhat.com>
10331
10332 * gdbarch.sh: For for level one methods, disallow a definition
10333 when partially multi-arched. Add comments explaining rationale.
10334 * gdbarch.h: Re-generate.
10335
6acf50cd
AC
103362002-02-10 Andrew Cagney <ac131313@redhat.com>
10337
10338 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10339 multi-arch partial.
aaa38bb5 10340
50248794
AC
103412002-02-10 Andrew Cagney <ac131313@redhat.com>
10342
10343 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10344 field. Use diff -u.
10345 * gdbarch.c: Re-generate.
10346
c30e0066
AC
103472002-02-10 Andrew Cagney <ac131313@redhat.com>
10348
9b56c5f3 10349 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
10350 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10351 partial.
10352
6e6d6484
AC
103532002-02-10 Andrew Cagney <ac131313@redhat.com>
10354
10355 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10356 multi-arch partial.
10357 (PUSH_ARGUMENTS): Switch to using predefault.
10358 * gdbarch.c: Regenerate.
10359
c203844d
AC
103602002-02-10 Andrew Cagney <ac131313@redhat.com>
10361
10362 * valops.c (PUSH_ARGUMENTS): Delete definition.
10363 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10364 partial. Default to default_push_arguments.
10365 * gdbarch.h, gdbarch.c: Regenerate.
10366
b5a2688f
AC
103672002-02-09 Andrew Cagney <ac131313@redhat.com>
10368
10369 * defs.h (throw_exception): Rename return_to_top_level. Update
10370 comments.
10371 * utils.c (error_stream, internal_verror, quit): Ditto.
10372 * top.c (throw_exception, catcher): Ditto.
10373 * sparclet-rom.c (sparclet_load): Ditto.
10374 * remote.c (interrupt_query, minitelnet): Ditto.
10375 * remote-sds.c (interrupt_query): Ditto.
10376 * remote-mips.c (mips_error, mips_kill): Ditto.
10377 * ocd.c (interrupt_query): Ditto.
10378 * monitor.c (monitor_interrupt_query): Ditto.
10379 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10380 * target.h: Update comment.
aaa38bb5 10381
b5a2688f 10382 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 10383
2fa5c1e0
AC
103842002-02-09 Andrew Cagney <ac131313@redhat.com>
10385
10386 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10387 default_double_format.
10388 * gdbarch.h, gdbarch.c: Re-generate.
10389 * findvar.c (floatformat_unknown): Delete variable definition.
10390 * doublest.h (floatformat_unknown): Delete variable declaration.
10391
da966255
JB
103922002-02-09 Jim Blandy <jimb@redhat.com>
10393
10394 * stabsread.c (read_type): Add code to parse Sun's syntax for
10395 prototyped function types.
10396
123a4891
AC
103972002-02-09 Andrew Cagney <ac131313@redhat.com>
10398
10399 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10400 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10401
fb39c8f3
PS
104022002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10403
10404 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10405 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10406 now _initialize_xcoffsolib gets called again and overrides the
10407 commands from solib.c in a native configuration.
10408
0b87a11d
MK
104092002-02-09 Mark Kettenis <kettenis@gnu.org>
10410
10411 * doublest.c (store_typed_floating): Don't try to return a value.
10412 Fixes PR gdb/290.
10413
bdc2fc72
JB
104142002-02-08 Jim Blandy <jimb@redhat.com>
10415
10416 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10417 is prototyped and has no arguments, print its argument list as
10418 `(void)'.
10419
da69bbcf
CD
104202002-02-08 Chris Demetriou <cgd@broadcom.com>
10421
10422 * MAINTAINERS (write-after-approval): Add myself.
10423 (paper-trail): I've escaped!
aaa38bb5 10424
b69571f5
CF
104252002-02-08 Christopher Faylor <cgf@redhat.com>
10426
10427 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10428 changes.
10429 (_initialize_check_for_gdb_ini): Ditto.
10430
f6871398
MH
104312002-02-08 Martin M. Hunt <hunt@redhat.com>
10432
10433 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10434 xaprintf -> xasprintf.
10435
4e52d31c
PM
104362002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10437
10438 * win32-nat.c: Remove use of printf and sprintf functions.
10439
39bbf761
RE
104402002-02-08 Richard Earnshaw <rearnsha@arm.com>
10441
10442 * arm-tdep.c (arm_frame_chain_valid): Make static.
10443 (arm_push_arguments): Likewise.
10444 (arm_gdbarch_init): New function.
10445 (_initialize_arm_tdep): Call it.
10446 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10447 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10448 (FRAME_CHAIN_VALID): Delete.
10449 (arm_frame_chain_valid): Delete declaration.
10450 (PUSH_ARGUMENTS): Delete.
10451 (arm_push_arguments): Delete declaration.
10452 (CALL_DUMMY_P): Delete.
10453
9c9532c9
CV
104542002-02-08 Andrew Cagney <ac131313@redhat.com>
10455 Corinna Vinschen <vinschen@redhat.com>
10456
10457 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10458 on builtin float types.
10459
4e8f7a8b
DJ
104602002-02-08 Daniel Jacobowitz <drow@mvista.com>
10461
10462 * utils.c: Include <curses.h> before "bfd.h".
10463 * tui/tui-hooks.c: Likewise.
10464 * tui/tui.c: Likewise.
10465 * tui/tuiCommand.c: Likewise.
10466 * tui/tuiData.c: Likewise.
10467 * tui/tuiDataWin.c: Likewise.
10468 * tui/tuiDisassem.c: Likewise.
10469 * tui/tuiGeneralWin.c: Likewise.
10470 * tui/tuiIO.c: Likewise.
10471 * tui/tuiLayout.c: Likewise.
10472 * tui/tuiRegs.c: Likewise.
10473 * tui/tuiSource.c: Likewise.
10474 * tui/tuiSourceWin.c: Likewise.
10475 * tui/tuiStack.c: Likewise.
10476 * tui/tuiWin.c: Likewise.
10477
cd4bffcf
EZ
104782002-02-07 Elena Zannoni <ezannoni@redhat.com>
10479
10480 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10481 to include space for pseudoregs as well. Update loops accordingly.
10482 (sh_fp_frame_init_saved_regs): Ditto.
10483 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10484
26806ce2
AC
104852002-02-07 Andrew Cagney <ac131313@redhat.com>
10486
10487 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10488 Add Richard Earnshaw to Arm maintainers.
10489
97fdab62
AC
104902002-02-07 Andrew Cagney <ac131313@redhat.com>
10491
a6b98203
AC
10492 * defs.h (warning_begin): Delete declaration.
10493
97fdab62
AC
10494 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10495 Delete macro.
10496
78b29b40
MS
104972002-02-07 Michael Snyder <msnyder@redhat.com>
10498
aaa38bb5 10499 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10500 Logic bug, remove misplaced else.
10501
d8849953
KD
105022002-02-07 Klee Dienes <klee@apple.com>
10503
10504 * fork-inferior.c (fork_inferior): Add '!' to the list of
10505 characters that need to be quoted when building a string for the
10506 shell. Quote '!' specifically with a backslash, since CSH chokes
10507 when trying to evaluate "str!str".
aaa38bb5 10508
095778a0
NC
105092002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10510
10511 * rdi-share/host.h: Only provide a typedef for bool if it is not
10512 defined.
10513
1900040c
MS
105142002-02-04 Michael Snyder <msnyder@redhat.com>
10515
10516 * breakpoint.h (enum bptype): Add new overlay event bp type.
10517 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10518
1900040c
MS
10519 * breakpoint.c (create_internal_breakpoint): New function.
10520 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10521 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10522 (create_thread_event_breakpoint): Ditto.
10523 (create_solib_event_breakpoint): Ditto.
10524 (create_overlay_event_breakpoint): New function.
10525 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10526 (update_breakpoints_after_exec): Delete and re-initialize
10527 overlay event breakpoints after an exec. Add FIXME comment
10528 about longjmp breakpoint.
10529 (print_it_typical): Ignore overlay event breakpoints.
10530 (print_one_breakpoint): Ditto.
10531 (mention): Ditto.
10532 (bpstat_what): Do not stop for overlay event breakpoints.
10533 (delete_breakpoint): Don't delete overlay event breakpoints.
10534 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10535 (breakpoint_re_set): Re-create overlay event breakpoint.
10536
10537 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10538 (overlay_manual_command): Disable overlay breakpoints.
10539 (overlay_off_command): Disable overlay breakpoints.
10540
082fc60d
RE
105412002-02-06 Richard Earnshaw <rearnsha@arm.com>
10542
10543 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10544 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10545 to here from config/tm-arm.h.
10546 (coff_sym_is_thumb): Make static.
10547 (arm_elf_make_msymbol_special): New function.
10548 (arm_coff_make_msymbol_special): New function.
10549 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10550 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10551 (coff_sym_is_thumb): Delete declaration.
10552 (arm_elf_make_msymbol_special): Declare.
10553 (arm_coff_make_msymbol_special): Declare.
10554 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10555 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10556
039c5766
RE
105572002-02-06 Richard Earnshaw <rearnsha@arm.com>
10558
10559 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10560
105612002-02-06 Richard Earnshaw <rearnsha@arm.com>
10562
10563 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10564 * gdbarch.c gdbarch.h: Regenerate.
10565 * arch-utils.c (default_print_float_info): New function.
10566 * arch-utils.h (default_print_float_info): Prototype it.
10567 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10568 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10569 (PRINT_FLOAT_INFO): Document it.
10570
10571 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10572 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10573 (PRINT_FLOAT_INFO): Define.
10574
58fa08f0
PM
105752002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10576
aaa38bb5 10577 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10578 Add typecast to sprintf argument to suppress a warning.
10579
7393af7c
PM
105802002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10581
58fa08f0 10582 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10583 to allow easier handling of pass state.
10584 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10585 that gives exception name and address.
10586 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10587 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10588 exceptions added.
aaa38bb5
AJ
10589 (child_continue): Correctly report continue_status.
10590 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10591 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10592 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10593 the exception should be passed to debuggee or not.
10594
6af4589c
MS
105952002-02-05 Michael Snyder <msnyder@redhat.com>
10596
10597 * regcache.c (fetch_register): Call target_fetch_register
10598 only if we don't call FETCH_PSEUDO_REGISTER.
10599 (store_register): Call target_store_register only if we
10600 don't call STORE_PSEUDO_REGISTER.
10601
a2cf933a
EZ
106022002-02-05 Elena Zannoni <ezannoni@redhat.com>
10603
10604 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10605 ELF_MAKE_MSYMBOL_SPECIAL.
10606 * gdbarch.c, gdbarch.h: Regenerate.
10607 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10608 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10609 * elfread.c (elf_symtab_read): Compile use of
10610 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10611 multiarched.
10612 * coffread.c (coff_symtab_read): Ditto, for
10613 COFF_MAKE_MSYMBOL_SPECIAL.
10614
6bb7be43
JB
106152002-02-05 Jim Blandy <jimb@redhat.com>
10616
10617 * solib-svr4.c (svr4_truncate_ptr): New function.
10618 (svr4_relocate_section_addresses): Do the address arithmetic with
10619 the appropriate truncation for target addresses, even when
10620 CORE_ADDR is larger than a target address.
10621
e18651ec
DJ
106222002-02-05 Daniel Jacobowitz <drow@mvista.com>
10623
10624 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10625 to (int *).
10626
6b2725be
DJ
106272002-02-05 Daniel Jacobowitz <drow@mvista.com>
10628
10629 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10630 code.
10631
fca9e603
DJ
106322002-02-05 Daniel Jacobowitz <drow@mvista.com>
10633
10634 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10635
6c537a52
DJ
106362002-02-05 Daniel Jacobowitz <drow@mvista.com>
10637
10638 * gdbserver/linux-low.c: Remove unused include files.
10639
d844cde6
DJ
106402002-02-05 Daniel Jacobowitz <drow@mvista.com>
10641
10642 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10643 (read_inferior_memory): Use it.
10644 (write_inferior_memory): Likewise.
10645
d07c63e7
DJ
106462002-02-05 Daniel Jacobowitz <drow@mvista.com>
10647
10648 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10649 grubbing through sys_errlist.
10650
da6d8c04
DJ
106512002-02-05 Daniel Jacobowitz <drow@mvista.com>
10652
10653 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10654
5b421780
PM
106552002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10656 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10657
9f60d481
AC
106582002-02-04 Andrew Cagney <ac131313@redhat.com>
10659
10660 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10661 (do_sfunc, set_cmd_sfunc): New functions.
10662
10663 * command.h (struct cmd_list_element): Add field func.
10664 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10665 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10666 * cli/cli-decode.h: Ditto.
10667
10668 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10669 (help_all, help_cmd_list): Ditto.
10670 (find_cmd, complete_on_cmdlist): Ditto.
10671 * top.c (execute_command): Ditto.
10672
10673 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10674 function.sfunc.
10675
10676 * infcmd.c (notice_args_read): Fix function signature.
10677
10678 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10679 * cli/cli-decode.c (add_set_cmd): Ditto.
10680 * utils.c (initialize_utils): Ditto.
10681 * maint.c (_initialize_maint_cmds): Ditto.
10682 * infrun.c (_initialize_infrun): Ditto.
10683 * demangle.c (_initialize_demangler): Ditto.
10684 * remote.c (add_packet_config_cmd): Ditto.
10685 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10686 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10687 * proc-api.c (_initialize_proc_api): Ditto.
10688 * kod.c (_initialize_kod): Ditto.
10689 * valprint.c (_initialize_valprint): Ditto.
10690 * top.c (init_main): Ditto.
10691 * infcmd.c (_initialize_infcmd): Ditto.
10692 * corefile.c (_initialize_core): Ditto.
10693 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10694 * arch-utils.c (initialize_current_architecture): Ditto.
10695 (_initialize_gdbarch_utils): Ditto.
10696 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10697
10698 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10699 * wince.c (_initialize_inftarg): Ditto.
10700 * symfile.c (_initialize_symfile): Ditto.
10701 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10702 * language.c (_initialize_language): Ditto.
10703 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10704
f9ba0717
MS
107052002-02-04 Michael Snyder <msnyder@redhat.com>
10706
10707 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10708
0c74b2a7
DJ
107092002-02-04 Daniel Jacobowitz <drow@mvista.com>
10710
10711 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10712 Add rules for building the register data files.
10713
c638789f
DJ
107142002-02-04 Daniel Jacobowitz <drow@mvista.com>
10715
10716 * regformats/regdat.sh: Add braces to the definition of
10717 expedite_regs_${arch}.
10718
db253027
DJ
107192002-02-04 Daniel Jacobowitz <drow@mvista.com>
10720
10721 * regformats/regdef.h (struct reg): Add comment describing the
10722 requirements for offset and size fields.
10723
206be19c
AS
107242002-02-04 Andreas Schwab <schwab@suse.de>
10725
10726 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10727 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10728
181c1381
RE
107292002-02-04 Richard Earnshaw <rearnsha@arm.com>
10730
10731 * gdbarch.sh (copyright): Update years in generated header.
10732 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10733 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10734 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10735 * dbxread.c: Likewise.
10736 * dwarfread.c: Likewise.
10737 * elfread.c: Likewise.
10738 * somread.c: Likewise.
10739
10740 * arm-tdep.c (arm_smash_text_address): New function.
10741 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10742
fa4ba8da
PM
107432002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10744
10745 Add support for hardware watchpoints on win32 native.
aaa38bb5 10746 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10747 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10748 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10749 of debug registers.
10750 (debug_registers_changed): New variable. Reflects when debug registers
10751 are changed and need to be written to inferior.
aaa38bb5 10752 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10753 was set, used when new threads are created.
10754 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10755 i386-nat code.
10756 (thread_rec): Set dr array if id is the thread of current_event .
10757 (child_continue, child_resume): Change the debug registers for all
10758 threads if debug_registers_changed.
10759 (child_add_thread): Change the debug registers if debug_registers_used.
10760 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10761 Link nm.h to new nm-cygwin.h file.
10762 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10763 of hardware registers.
10764
a73c86fb
AC
107652002-02-03 Andrew Cagney <ac131313@redhat.com>
10766
10767 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10768 Restore behavour broken by 2002-01-20 Andrew Cagney
10769 <ac131313@redhat.com> IEEE_FLOAT removal.
10770
acf5ed49
DJ
107712002-02-03 Daniel Jacobowitz <drow@mvista.com>
10772
10773 * c-valprint.c (c_val_print): Pass a proper valaddr to
10774 cp_print_class_method.
10775 * valops.c (search_struct_method): If there is only one method
10776 and args is NULL, return that method.
10777
493d28d5
DJ
107782002-02-03 Daniel Jacobowitz <drow@mvista.com>
10779
10780 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10781 accessing tag_name directly.
10782
7495dfdb
DJ
107832002-02-03 Daniel Jacobowitz <drow@mvista.com>
10784
10785 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10786 of accessing tag_name directly.
10787
dd6bda65
DJ
107882002-02-03 Daniel Jacobowitz <drow@mvista.com>
10789
10790 PR gdb/280
10791 * gdbtypes.c (replace_type): New function.
10792 * gdbtypes.h (replace_type): Add prototype.
10793 * stabsread.c (read_type): Use replace_type.
10794
88fe217c
RE
107952002-02-03 Richard Earnshaw <rearnsha@arm.com>
10796
10797 * Makefile.in (memattr.o): Add missing dependencies rule.
10798
e5d66720
PS
107992002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10800
10801 * breakpoint.c (break_at_finish_command): Really export.
10802 (break_at_finish_at_depth_command): Ditto.
10803 (tbreak_at_finish_command): Ditto.
10804 * hppa-tdep.c: Include completer.h.
10805 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10806 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10807
fffee0be
AC
108082002-02-01 Andrew Cagney <ac131313@redhat.com>
10809
10810 * utils.c (do_write): New function.
10811 (error_stream): Rewrite combining the code from error_begin and
10812 verror.
10813 (verror): Rewrite using error_stream.
10814 (error_begin): Delete function.
10815
255e7dbf
AC
108162002-02-01 Andrew Cagney <ac131313@redhat.com>
10817
10818 * utils.c (error_begin): Make static.
10819 * defs.h (error_begin): Delete declaration.
10820
10821 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10822 (decode_line_1): Use cplusplus_error instead of error_begin,
10823 cplusplus_hint and return_to_top_level.
10824 * coffread.c (coff_symfile_read): Use error instead of error_begin
10825 and return_to_top_level.
10826 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10827
ddfe3c15
AC
108282002-02-01 Andrew Cagney <ac131313@redhat.com>
10829
10830 * language.h (type_error, range_error): Make string parameter
10831 constant.
10832 * language.c (warning_pre_print): Delete extern declaration.
10833 * dwarfread.c (warning_pre_print): Ditto.
10834 * language.c (type_error, range_error): Rewrite to use verror and
10835 vwarning instead of warning_begin.
10836
03ac34d5
MS
108372002-02-01 Michael Snyder <msnyder@redhat.com>
10838
261c4ca2
MS
10839 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10840 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 10841
e00d1dc8
AC
108422002-02-01 Andrew Cagney <ac131313@redhat.com>
10843
10844 * command.h (NO_FUNCTION): Delete macro.
10845 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10846 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10847 * tracepoint.c (_initialize_tracepoint): Ditto.
10848 * cli/cli-decode.c (add_set_cmd): Ditto.
10849 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 10850
76b79d6e
DJ
108512002-02-01 Daniel Jacobowitz <drow@mvista.com>
10852
10853 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10854 Update ``this'' pointer when calling virtual functions.
10855
799f9e91
MS
108562002-02-01 Michael Snyder <msnyder@redhat.com>
10857
c7bd442c 10858 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
10859 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10860
3cf384d4
DJ
108612002-02-01 Daniel Jacobowitz <drow@mvista.com>
10862
10863 * regformats/reg-arm.dat: New file.
10864 * regformats/reg-i386.dat: New file.
10865 * regformats/reg-ia64.dat: New file.
10866 * regformats/reg-m68k.dat: New file.
10867 * regformats/reg-mips.dat: New file.
10868 * regformats/reg-ppc.dat: New file.
10869 * regformats/reg-sh.dat: New file.
10870 * regformats/regdef.h: New file.
10871 * regformats/regdat.sh: New file.
10872
0defa245
RE
108732002-02-01 Richard Earnshaw <reanrsha@arm.com>
10874
10875 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10876 (arm_frame_args_address, arm_frame_locals_address): New functions.
10877 (arm_frame_num_args): New function.
10878 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10879 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10880 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10881
405f26e6
MS
108822002-01-31 Michael Snyder <msnyder@redhat.com>
10883
502fd408
MS
10884 * breakpoint.c (break_at_finish_command): Export.
10885 (break_at_finish_at_depth_command): Export.
10886 (tbreak_at_finish_command): Export.
d6020d45 10887 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 10888 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 10889 "txbreak" commands, which are HPPA specific.
502fd408 10890
7d35e135
MS
10891 * printcmd.c (disassemble_command): Remove an ancient
10892 artifact of an old merge.
10893
aaa38bb5 10894 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
10895 Define enum constant values for overlay mode.
10896 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
10897 (overlay_is_mapped, overlay_auto_command,
10898 overlay_manual_command): Ditto.
d874f1e2 10899
aaa38bb5
AJ
10900 * breakpoint.c (insert_breakpoints, remove_breakpoint,
10901 breakpoint_here_p, breakpoint_inserted_here_p,
10902 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
10903 describe_other_breakpoints, check_duplicates, clear_command):
10904 Coding standard fixes.
10905
8add0441 10906 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 10907 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
10908 code: check bfd SEC_READONLY flag for section.
10909
e351066e
AC
109102002-01-31 Andrew Cagney <ac131313@redhat.com>
10911
7d35e135 10912 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 10913
8a48e967
DJ
109142002-01-30 Daniel Jacobowitz <drow@mvista.com>
10915
10916 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
10917 data symbols, since we search based on textlow and texthigh.
10918 (find_pc_sect_symtab): Likewise.
10919
f5a96129
AC
109202002-01-30 Andrew Cagney <ac131313@redhat.com>
10921
10922 * defs.h (vwarning): Declare.
f5a96129
AC
10923 * utils.c (vwarning): New function.
10924 (warning): Call vwarning.
10925 (warning_begin): Delete function.
10926
10927 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
10928 the warning message.
10929 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
10930 warning_begin.
10931
cefd4ef5
MS
109322002-01-30 Michael Snyder <msnyder@redhat.com>
10933
1a703748
MS
10934 * NEWS: Mention "set trust-readonly-sections" command.
10935 Mention generate-core-file command.
cefd4ef5 10936
3a11626d
MS
109372002-01-15 Michael Snyder <msnyder@redhat.com>
10938
10939 * target.c: New command, "set trust-readonly-sections on".
10940 (do_xfer_memory): Honor the suggestion to trust readonly sections
10941 by reading them from the object file instead of from the target.
10942 (initialize_targets): Register command "set trust-readonly-sections".
10943
d1c7e53b
AC
109442002-01-29 Andrew Cagney <ac131313@redhat.com>
10945
10946 * parse.c (target_map_name_to_register): Simplify, search regs and
10947 pseudo-regs using a single loop.
10948
e2c9a72c
AC
109492002-01-30 Andrew Cagney <ac131313@redhat.com>
10950
10951 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
10952
69824b4e
MK
109532002-01-15 Rodney Brown <rbrown64@csc.com.au>
10954
10955 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
10956 * config/i386/i386v42mp.mh: Add i387-nat.o .
10957 * i386v4-nat.c: Include i387-nat.h.
10958 (supply_fpregset): Use i387_supply_fsave.
10959 (fill_fpregset): Use i387_fill_fsave.
10960
6eb69eab
RE
109612002-01-30 Richard Earnshaw <rearnsha@arm.com>
10962
10963 * arm-tdep.c (arm_call_dummy_words): Define.
10964 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
10965 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
10966 (CALL_DUMMY_WORDS): Define.
10967 (arm_call_dummy_words): Declare.
10968 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
10969 (arm_linux_call_dummy_words): Declare.
10970
9852326a
AS
109712002-01-30 Andreas Schwab <schwab@suse.de>
10972
10973 * m68klinux-nat.c: Fix last change to use regcache_collect
10974 instead of referencing registers[] directly.
10975
977a3030
AC
109762002-01-29 Andrew Cagney <ac131313@redhat.com>
10977
10978 * parse.c (target_map_name_to_register): Delete code wrapped in
10979 #ifdef REGISTER_NAME_ALIAS_HOOK.
10980
2076c72b
MS
109812002-01-28 Michael Snyder <msnyder@redhat.com>
10982
10983 * regcache.c (legacy_read_register_gen): Need to be able to
10984 read pseudo-register as well as real register.
10985 (legacy_write_register_gen): Ditto.
10986
8fcc723b
AC
109872002-01-28 Andrew Cagney <ac131313@redhat.com>
10988
10989 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10990 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
10991 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
10992 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
10993 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
10994 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
10995 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
10996 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
10997 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
10998 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
10999 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11000 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11001 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11002 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11003 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11004 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11005 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11006 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11007 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11008 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11009
afe64c1a
AC
110102002-01-28 Andrew Cagney <ac131313@redhat.com>
11011
11012 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11013 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11014 (initialize_current_architecture): Update target_byte_order using
11015 information from BFD.
aaa38bb5 11016 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11017 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11018
75bc7ddf
AC
110192002-01-28 Andrew Cagney <ac131313@redhat.com>
11020
11021 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11022 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11023
11024 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11025 #ifdef INVALID_FLOAT.
11026 * infcmd.c (do_registers_info): Ditto.
11027 * values.c (unpack_double): Ditto. Add comment.
11028
11029 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11030 already commented out.
11031
0280a90a
AS
110322002-01-26 Andreas Schwab <schwab@suse.de>
11033
11034 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11035 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11036 registers and add support for PTRACE_GETREGS.
11037
7072a954
AC
110382002-01-24 Andrew Cagney <ac131313@redhat.com>
11039
11040 GDB 5.1.1 released from 5.1 branch.
11041 * NEWS: Add 5.1.1 news.
11042 * README: Sync with 5.1 branch.
11043
86f902e0
FF
110442002-01-23 Fred Fish <fnf@redhat.com>
11045
11046 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11047 stabstring on initial malloc. Reallocing will copy it for us,
11048 if necessary.
11049
8af51c36
EZ
110502002-01-23 Elena Zannoni <ezannoni@redhat.com>
11051
aaa38bb5 11052 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11053 (HFILES_NO_SRCDIR): Remove hpread.h.
11054 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11055 (hpread.o): Update dependencies.
11056 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11057
11058 * hp-psymtab-read.c: Remove file.
11059 * hp-symtab-read.c: Remove file.
11060 * hpread.h: Remove file.
11061
11062 * hpread.c: Merge all contents of hp-psymtab-read.c,
11063 hp-symtab-read.c and hpread.h into this file, as it was prior to
11064 January 1999.
11065
11066 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11067 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11068 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11069 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11070
dc5cfeb6
EZ
110712002-01-23 Elena Zannoni <ezannoni@redhat.com>
11072
11073 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11074 fill_gregset): Call gdbarch_tdep() just once, assign result to
11075 variable and use that, instead of calling the function several
11076 times.
11077
ea87b71b
AO
110782002-01-24 Alexandre Oliva <aoliva@redhat.com>
11079
11080 * configure.host: Accept sparcv9 as alias for sparc64.
11081 * configure.tgt: Likewise.
11082
13fc0c2f
KB
110832002-01-22 Kevin Buettner <kevinb@redhat.com>
11084
11085 * solib-aix5.c (build_so_list_from_mapfile)
11086 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11087 arguments is not reversed.
11088 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11089 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11090
7bd872fe
EZ
110912002-01-22 Elena Zannoni <ezannoni@redhat.com>
11092
11093 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11094 modified version of obsolete sh_fetch_pseudo_register.
11095 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11096 (sh4_register_read): New function.
11097 (sh_pseudo_register_write): New function. Renamed and modified
11098 version of obsolete sh_store_pseudo_register.
11099 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11100 (sh4_register_write): New function.
11101 (sh_gdbarch_init): Remove setting of gdbarch function
11102 fetch_pseudo_register and store_pseudo_register. Remove setting of
11103 register_convert_to_raw, register_convert_to_virtual,
11104 register_convertible.
11105 (sh_sh4_register_convertible): Delete. No longer needed. All is
11106 taken care by architecture specific functions
11107 register_read/register_write.
11108 (sh_sh4_register_convert_to_virtual): Make static.
11109 (sh_sh4_register_convert_to_raw): Ditto.
11110
069e84fd
AC
111112002-01-22 Andrew Cagney <ac131313@redhat.com>
11112
11113 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11114 (floatformat_is_nan, floatformat_mantissa): Ditto.
11115
11116 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11117 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11118 builtin_type_ieee_double_little,
11119 builtin_type_ieee_double_littlebyte_bigword,
11120 builtin_type_m68881_ext, builtin_type_i960_ext,
11121 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11122 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11123 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11124 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11125
211a4f69
CV
111262002-01-22 Corinna Vinschen <vinschen@redhat.com>
11127
11128 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11129 parameter. Set frameless flag if it exists and depended of
11130 whether the scanned function is frameless or not.
11131 (xstormy16_skip_prologue): If function is frameless, return
11132 result of xstormy16_scan_prologue().
11133 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11134 call.
11135
f81353e4
EZ
111362002-01-21 Elena Zannoni <ezannoni@redhat.com>
11137
11138 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11139 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11140 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11141 sh_sh4_register_byte, sh_sh4_register_raw_size,
11142 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11143 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11144 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11145 sh_store_pseudo_register, sh_do_pseudo_register): Call
11146 gdbarch_tdep() just once, assign result to variable and use that,
11147 instead of calling the function several times.
11148
63c73a17
MK
111492002-01-20 Mark Kettenis <kettenis@gnu.org>
11150
11151 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11152 macros instead of LAST_FPU_CTRL_REGNUM.
11153 (store_register): Likewise.
11154
39ad761d
JB
111552002-01-21 Jim Blandy <jimb@redhat.com>
11156
11157 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11158 is up-to-date before running the program, not just when a program
11159 exits.
11160
3d74b771
FF
111612002-01-21 Fred Fish <fnf@redhat.com>
11162
11163 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11164 when we have found all instructions we are looking for.
11165
966fbf70
RE
111662002-01-21 Richard Earnshaw <rearnsha@arm.com>
11167
11168 * arm-tdep.c (arm_register_name): New function.
11169 (arm_registers_names): Make static.
11170 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11171 (arm_register_name): Declare.
11172 (REGISTER_NAME): Use it.
11173
c3b4394c
RE
111742002-01-21 Richard Earnshaw <rearnsha@arm.com>
11175 Kevin Buettner <kevinb@redhat.com>
11176
11177 Convert arm targets to new FRAME interface.
11178 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11179 (arm_frame_find_save_regs): Delete.
11180 (arm_frame_init_saved_regs): New.
11181 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11182 Allocate extra_info as required. Convert all uses of fsr.regs
11183 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11184 to use extra_info.
11185 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11186 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11187 (check_prologue_cache, save_prologue_cache): Likewise.
11188 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11189 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11190 (FRAME_FIND_SAVED_REGS): Delete.
11191 (arm_frame_find_saved_regs): Delete prototype.
11192 (arm_frame_init_saved_regs): New prototype.
11193 (FRAME_INIT_SAVED_REGS): Define.
11194
61d99182
AC
111952002-01-20 Andrew Cagney <ac131313@redhat.com>
11196
11197 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11198
6aaea291
AC
111992002-01-20 Andrew Cagney <ac131313@redhat.com>
11200
11201 From Jeff Law <law@redhat.com>:
11202 * infttrace.c: Include <sys/pstat.h>.
11203 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11204 exec file if the ttrace equivalent fails.
11205
15f698d2
AC
112062002-01-20 Andrew Cagney <ac131313@redhat.com>
11207
11208 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11209 (closeLogFile): Ditto.
11210
f86ddd7c
MC
112112002-01-20 Michael Chastain <mec@shout.net>
11212
11213 * top.c (print_gdb_version): Bump copyright year to 2002.
11214
904507ce
AC
112152002-01-20 Andrew Cagney <ac131313@redhat.com>
11216
11217 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11218 Zannoni and Eli Zaretskii.
11219
d7f0b9ce
DJ
112202002-01-20 Daniel Jacobowitz <drow@mvista.com>
11221
11222 * buildsym.c: Update copyright years.
11223 * c-typeprint.c: Likewise.
11224 * dwarf2read.c: Likewise.
11225 * f-typeprint.c: Likewise.
11226 * gdbtypes.c: Likewise.
11227 * gdbtypes.h: Likewise.
11228 * hp-symtab-read.c: Likewise.
11229 * hpread.c: Likewise.
11230 * mdebugread.c: Likewise.
11231 * p-typeprint.c: Likewise.
11232
3fd3d7d2
AC
112332002-01-20 Andrew Cagney <ac131313@redhat.com>
11234
11235 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11236 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11237 byte-order selectable.
11238 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11239 * arch-utils.c: Ditto.
11240 (set_endian): Ditto.
11241 (set_endian_from_file): Ditto.
11242 * gdbserver/low-sim.c (create_inferior): Ditto.
11243 * gdbarch.sh: Ditto.
11244 * gdbarch.h: Re-generate.
aaa38bb5
AJ
11245 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11246 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11247 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11248 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11249 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11250 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11251 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
11252 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11253 macro definition.
11254 * config/mips/tm-wince.h: Remove #undef of macro
11255 TARGET_BYTE_ORDER_SELECTABLE.
11256 * config/sh/tm-wince.h: Ditto.
11257
b02dede2
DJ
112582002-01-20 Daniel Jacobowitz <drow@mvista.com>
11259
11260 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11261 member function fields. Add accessor macro
11262 TYPE_FN_FIELD_ARTIFICIAL.
11263 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11264 * c-typeprint.c (c_type_print_base): Skip artificial member
11265 functions.
11266
c3643761
DJ
112672002-01-20 Daniel Jacobowitz <drow@mvista.com>
11268
11269 * f-typeprint.c: Delete unused function f_type_print_args.
11270 * p-typeprint.c: Delete unused function pascal_type_print_args.
11271
8176bb6d
DJ
112722002-01-20 Daniel Jacobowitz <drow@mvista.com>
11273
11274 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11275 comment. Add ``artificial'' to ``union field_location''.
11276
11277 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11278
11279 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11280 * mdebugread.c (parse_symbol): Likewise.
11281 * stabsread.c (define_symbol): Likewise.
11282 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11283 initializing TYPE_FIELD_BITPOS to n (obsolete).
11284 (hpread_doc_function_type): Likewise.
11285 * hpread.c (hpread_function_type): Likewise.
11286
7fd60527
AC
112872002-01-20 Andrew Cagney <ac131313@redhat.com>
11288
11289 * configure.in (host_makefile_frag): Only require a host makefile
11290 fragment when a native build.
11291 * configure: Re-generate.
11292
c2f05ac9
AC
112932002-01-20 Andrew Cagney <ac131313@redhat.com>
11294
11295 * doublest.h (floatformat_from_type): Declare.
11296 * doublest.c (floatformat_from_type): New function.
11297 (convert_typed_floating): Use.
11298
11299 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11300 call to function floatformat_from_type.
11301
11302 * gdbarch.sh (IEEE_FLOAT): Delete.
11303 * gdbarch.h, gdbarch.c: Re-generate.
11304 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11305 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11306 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11307 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11308 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11309 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11310 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11311 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11312 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11313 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11314 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
11315 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11316
11317 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11318 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11319 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11320 * sh-tdep.c (sh_gdbarch_init): Ditto.
11321 * mips-tdep.c (mips_gdbarch_init): Ditto.
11322 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11323 * cris-tdep.c (cris_gdbarch_init): Ditto.
11324
abf22e64
AJ
113252002-01-20 Jiri Smid <smid@suse.cz>
11326
11327 * configure.host, configure.tgt: Support x86-64.
11328 * NEWS: Note new target x86-64.
11329
b7c4cbf8
AJ
11330 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11331 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11332 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11333 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11334 x86-64-linux-nat.o): Fix dependencies.
11335
82600034
AC
113362002-01-19 Andrew Cagney <ac131313@redhat.com>
11337
11338 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11339 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11340 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11341 * config/sparc/xm-sun4os4.h: Delete file.
11342 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 11343
bbe5c628
AC
113442002-01-19 Andrew Cagney <ac131313@redhat.com>
11345
11346 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11347 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11348 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11349 * config/i386/i386lynx.mh (XM_FILE): Delete.
11350 * config/rs6000/xm-rs6000ly.h: Delete file.
11351 * config/sparc/xm-sparclynx.h: Delete file.
11352 * config/m68k/xm-m68klynx.h: Delete file.
11353 * config/i386/xm-i386lynx.h: Delete file.
11354 * config/xm-lynx.h: Delete file.
11355 * config/djgpp/fnchange.lst: Update.
11356
f8453e34
JT
113572002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11358
11359 * alpha-tdep.c (alpha_register_byte): New function.
11360 (alpha_register_raw_size): Ditto.
11361 (alpha_register_virtual_size): Ditto.
11362 (alpha_skip_prologue_internal): Renamed from
11363 alpha_skip_prologue.
11364 (alpha_skip_prologue): New version that calls
11365 alpha_skip_prologue_internal.
11366 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11367 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11368 second argument from alpha_skip_prologue.
11369 (REGISTER_BYTE): Use alpha_register_byte.
11370 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11371 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11372 (FRAMELESS_FUNCTION_INVOCATION): Use
11373 generic_frameless_function_invocation_not.
11374 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11375 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11376
52d9e613
AC
113772002-01-19 Andrew Cagney <ac131313@redhat.com>
11378
11379 * config/mips/xm-news-mips.h: Delete file.
11380 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11381
11382 * config/m88k/xm-m88k.h: Delete file.
11383 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11384 * config/m88k/xm-delta88v4.h: Ditto.
11385 * config/m88k/xm-delta88.h: Ditto.
11386
11387 * config/alpha/xm-fbsd.h: Delete file.
11388 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11389
11390 * config/sparc/xm-sparc.h: Delete file.
11391 * Makefile.in (xm-sun4os4.h): Delete dependency.
11392 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11393 * config/sparc/xm-sun4os4.h: Ditto.
11394 * config/sparc/xm-linux.h: Ditto.
11395
11396 * config/i386/xm-windows.h: Delete file.
11397
2d1b2124
AC
113982002-01-19 Andrew Cagney <ac131313@redhat.com>
11399
11400 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11401 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11402
ee1f65f0
JT
114032002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11404
11405 * alpha-tdep.c (alpha_call_dummy_words): New.
11406 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11407 (CALL_DUMMY_P): Define.
11408 (CALL_DUMMY_WORDS): Define.
11409 (SIZEOF_CALL_DUMMY_WORDS): Define.
11410
98081e55
PB
114112002-01-19 Per Bothner <per@bothner.com>
11412
11413 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11414 isn't NULL, which can happen with some gcj-3.x-produced code.
11415
0d056799
JT
114162002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11417
11418 * alpha-tdep.c (alpha_register_virtual_type): New function.
11419 (alpha_init_frame_pc_first): Ditto.
11420 (alpha_fix_call_dummy): Ditto.
11421 (alpha_store_struct_return): Ditto.
11422 (alpha_extract_struct_value_address): Ditto.
11423 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11424 alpha_register_virtual_type.
11425 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11426 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11427 alpha_extract_struct_value_address.
11428 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11429 (INIT_FRAME_PC): Use init_frame_pc_noop.
11430 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11431
4604bcad
MK
114322002-01-19 Mark Kettenis <kettenis@gnu.org>
11433
11434 * i386gnu-nat.c: Include "i386-tdep.h".
11435 (fetch_fpregs): Simplify code dealing with uninitialized floating
11436 point states such that it doesn't require FP7_REGNUM.
11437
140f9984
JT
114382002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11439
abf22e64
AJ
11440 * alpha-tdep.c (frame_extra_info): New.
11441 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11442 frame->extra_info.
11443 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11444 (alpha_frame_saved_pc): Use frame->extra_info.
11445 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11446 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11447 (init_extra_frame_info): Rename to...
11448 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11449 (alpha_print_extra_frame_info): New function.
140f9984
JT
11450 (alpha_frame_locals_address): Ditto.
11451 (alpha_frame_args_address): Ditto.
abf22e64 11452 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11453 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11454 alpha_frame_args_address.
abf22e64 11455 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11456 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11457 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11458 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11459 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11460 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11461
d734c450
JT
114622002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11463
11464 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11465 (alpha_cannot_fetch_register): Ditto.
11466 (alpha_cannot_store_register): Ditto.
11467 (alpha_register_convertible): Ditto.
11468 (alpha_use_struct_convention): Ditto.
11469 * config/alpha/tm-alpha.h: Update copyright years.
11470 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11471 (INNER_THAN): Use core_addr_lessthan.
11472 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11473 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11474 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11475 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11476 (FRAME_CHAIN): Remove unnecessary cast.
11477
b4ceaee6
AC
114782002-01-18 Andrew Cagney <ac131313@redhat.com>
11479
11480 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11481 obsolete.
11482
0a65a603
AC
114832002-01-18 Andrew Cagney <ac131313@redhat.com>
11484
11485 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11486 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11487 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11488 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11489 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11490 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11491 * x86-64-linux-nat.c: Ditto.
11492
636a6dfc
JT
114932002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11494
abf22e64 11495 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11496 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11497 (REGISTER_NAME): Define.
11498
acceddb6
JT
114992002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11500
11501 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11502
ec32e4be
JT
115032002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11504
11505 * alpha-tdep.c: Update copyright years.
11506 (alpha_next_pc): New function.
11507 (alpha_software_single_step): Ditto.
11508 * config/alpha/tm-alpha.h: Add prototype for
11509 alpha_software_single_step.
11510
e771a871
JT
115112002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11512
11513 * alphabsd-nat.c: Update copyright years.
11514 (fill_gregset): Use regcache_collect.
11515 (fill_fpregset): Likewise.
11516 (fetch_inferior_registers): Only fetch integer registers
11517 if requested to do so.
11518 (store_inferior_registers): Only store integer registers
11519 if requested to do so.
11520
7708fa01
AC
115212002-01-17 Andrew Cagney <ac131313@redhat.com>
11522
11523 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11524 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11525 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11526 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11527 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11528 * config/arm/linux.mh (XDEPFILES): Delete.
11529 * config/arm/nbsd.mh (XDEPFILES): Delete.
11530 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11531 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11532 * config/i386/i386m3.mh (XDEPFILES): Delete.
11533 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11534 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11535 * config/i386/fbsd.mh (XDEPFILES): Delete.
11536 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11537 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11538 * config/i386/i386v4.mh (XDEPFILES): Delete.
11539 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11540 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11541 * config/i386/i386aix.mh (XDEPFILES): Delete.
11542 * config/i386/go32.mh (XDEPFILES): Delete.
11543 * config/i386/cygwin.mh (XDEPFILES): Delete.
11544 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11545 * config/i386/i386mach.mh (XDEPFILES): Delete.
11546 * config/i386/i386v32.mh (XDEPFILES): Delete.
11547 * config/i386/linux.mh (XDEPFILES): Delete.
11548 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11549 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11550 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11551 * config/i386/i386sco.mh (XDEPFILES): Delete.
11552 * config/i386/i386v.mh (XDEPFILES): Delete.
11553 * config/i386/nbsd.mh (XDEPFILES): Delete.
11554 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11555 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11556 * config/i386/symmetry.mh (XDEPFILES): Delete.
11557 * config/i386/obsd.mh (XDEPFILES): Delete.
11558 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11559 * config/ia64/linux.mh (XDEPFILES): Delete.
11560 * config/ia64/aix.mh (XDEPFILES): Delete.
11561 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11562 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11563 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11564 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11565 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11566 * config/m68k/linux.mh (XDEPFILES): Delete.
11567 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11568 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11569 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11570 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11571 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11572 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11573 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11574 * config/m88k/delta88.mh (XDEPFILES): Delete.
11575 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11576 * config/m88k/m88k.mh (XDEPFILES): Delete.
11577 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11578 * config/mips/linux.mh (XDEPFILES): Delete.
11579 * config/mips/irix6.mh (XDEPFILES): Delete.
11580 * config/mips/irix5.mh (XDEPFILES): Delete.
11581 * config/mips/irix4.mh (XDEPFILES): Delete.
11582 * config/mips/irix3.mh (XDEPFILES): Delete.
11583 * config/mips/decstation.mh (XDEPFILES): Delete.
11584 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11585 (NATDEPFILES): Move core-aout.o to here.
11586 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11587 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11588 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11589 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11590 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11591 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11592 * config/pa/hpux11.mh (XDEPFILES): Delete.
11593 * config/powerpc/aix.mh (XDEPFILES): Delete.
11594 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11595 * config/powerpc/linux.mh (XDEPFILES): Delete.
11596 * config/romp/rtbsd.mh: Rename XDEPFILES.
11597 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11598 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11599 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11600 * config/s390/s390.mh (XDEPFILES): Delete.
11601 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11602 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11603 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11604 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11605 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11606 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11607 * config/sparc/linux.mh (XDEPFILES): Delete.
11608 * config/vax/vaxult.mh (XDEPFILES): Delete.
11609 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11610 * Makefile.in (DEPFILES): Remove XDEPFILES.
11611
375fc983
AC
116122002-01-17 Andrew Cagney <ac131313@redhat.com>
11613
11614 * utils.c (internal_verror): Fix comments, default is yes not no.
11615 Update queries to match. Default to quit and dump core.
11616
8926118c
AC
116172002-01-17 Andrew Cagney <ac131313@redhat.com>
11618
11619 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11620 copyright.
11621 * defs.h, event-top.c, gdbcmd.h: Ditto.
11622 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11623 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11624 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11625 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11626 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11627 * mi/mi-main.c:Ditto.
11628
11629 * stack.c, symfile.c: Update copyright.
11630
45b7b345
DJ
116312002-01-17 Daniel Jacobowitz <drow@mvista.com>
11632
db728ff7
DJ
11633 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11634 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11635 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11636 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11637
db728ff7
DJ
116382002-01-17 Daniel Jacobowitz <drow@mvista.com>
11639
11640 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11641 * gdbserver/low-lynx.c (myattach): Likewise.
11642 * gdbserver/low-nbsd.c (myattach): Likewise.
11643 * gdbserver/low-sim.c (myattach): Likewise.
11644 * gdbserver/low-sparc.c (myattach): Likewise.
11645 * gdbserver/low-sun3.c (myattach): Likewise.
11646
11647 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11648
db728ff7 11649 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11650 (main): Handle "--attach".
11651
8de3c354
AC
116522002-01-16 Andrew Cagney <ac131313@redhat.com>
11653
11654 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11655 maintainer.
11656
b0129042
DJ
116572002-01-15 Daniel Jacobowitz <drow@mvista.com>
11658
11659 * c-typeprint.c (is_type_conversion_operator): Add additional
11660 check for non-conversion operators.
11661
ba8679fb 116622002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11663
11664 * linux-proc.c: Add "info proc" command, a la procfs.c.
11665 (read_mapping): New function, abstract and re-use code.
11666 (linux_find_memory_regions): Use new func read_mapping.
11667 (linux_info_proc_cmd): New function, implement "info proc".
11668 (_initialize_linux_proc): Add new command "info proc".
11669
e4f9b4d5
MS
116702002-01-15 Michael Snyder <msnyder@redhat.com>
11671
11672 * symfile.c (generic_load): Use bfd_map_over_sections method
11673 instead of manipulating bfd structure members directly.
11674 (add_section_size_callback): New function, bfd sections callback
11675 used by generic_load.
11676 (load_sections_callback): New function, bfd sections callback
11677 used by generic_load.
11678
08cf96df
EZ
116792002-01-15 Elena Zannoni <ezannoni@redhat.com>
11680
abf22e64 11681 [Based on work by Jim Blandy]
08cf96df
EZ
11682 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11683 (builtin_type_vec128): Export.
11684 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11685 types.
11686 (builtin_type_vec128): New builtin type for 128 bit vector
11687 registers.
11688 (build_gdbtypes): Initialize builtin_type_v16qi and
11689 builtin_type_v8hi. Create the vec128 register builtin type
11690 structure.
11691 (build_builtin_type_vec128): New function.
abf22e64 11692 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11693 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11694 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11695 AltiVec register to new builtin type.
11696
d7242108
DJ
116972001-01-15 Daniel Jacobowitz <drow@mvista.com>
11698
11699 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11700 to make_cv_type.
11701
4ee3352d
AC
117022002-01-14 Andrew Cagney <ac131313@redhat.com>
11703
11704 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11705 CLEAN_UP_REGISTER_VALUE.
11706 * regcache.c (supply_register): Update only call.
11707
f015b2e7
AC
117082002-01-14 Andrew Cagney <ac131313@redhat.com>
11709
11710 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11711 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11712 a29k-*-vxworks* targets as obsolete.
11713
356ae49d
MS
117142002-01-14 Michael Snyder <msnyder@redhat.com>
11715
11716 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11717 until we can resolve portability issues.
11718 * gregset.h: Remove references to fpxregs.
11719 * gcore.c (gcore_command): Initialize note_sec to NULL.
11720
ade8f45e
AC
117212002-01-13 Andrew Cagney <ac131313@redhat.com>
11722
11723 * signals.c (target_signal_to_name): Rewrite. Only use
11724 signals[].name when in bounds and non-NULL.
abf22e64 11725
89c49e7a
AC
117262002-01-13 Andrew Cagney <ac131313@redhat.com>
11727
11728 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11729 * signals.c (target_signal_to_name): Verify that SIG is within the
11730 bounds of the signals array.
11731
4daa9f9f
AC
117322002-01-13 Andrew Cagney <ac131313@redhat.com>
11733
11734 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11735
ba4bbdcb
KS
117362002-01-13 Keith Seitz <keiths@redhat.com>
11737
11738 * stack.c (print_frame_info_base): Print the frame's pc
11739 only if when print_frame_info_listing_hook is not defined.
11740
575bbeb6
KS
117412002-01-13 Keith Seitz <keiths@redhat.com>
11742
11743 * varobj.c (varobj_set_value): Make sure that there were no
11744 errors evaluating the object before attempting to set its
11745 value.
11746 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11747 so this offset adjustment is no longer necessary.
11748 (create_child): Don't set the error flag if the child is
11749 a CPLUS_FAKE_CHILD.
11750 (value_of_child): If value_fetch_lazy fails, return NULL
11751 so that callers will be notified that an error occurred.
11752 (c_value_of_variable): Delay check of variable's validity
11753 until later. We actually want all structs and unions to have
11754 the value "{...}".
11755 Do not return "???" for variables which could not be evaluated.
11756 This error condition must be returned to the caller so that it
11757 can get the error condition from gdb.
11758 (cplus_name_of_child): Adjust index for vptr before figuring
11759 out the name of the child.
11760 (cplus_value_of_child): If a child's (real) parent is not valid,
11761 don't even bother trying to give a value for it. Just return
11762 an error. Change all instances in this function.
11763 (cplus_type_of_child): If our parent is one of the "fake"
11764 parents, we need to get at the type of the real parent, and
11765 derive the child's true type using this information.
11766
b76898ab
AC
117672002-01-13 Andrew Cagney <ac131313@redhat.com>
11768
11769 From 2002-01-09 John Marshall <johnm@falch.net>:
11770 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11771 sources.redhat.com, and tweak some related URLs which had
11772 suffered from linkrot.
11773
b6649e88
AC
117742002-01-13 Andrew Cagney <ac131313@redhat.com>
11775
11776 From Jeff law:
11777 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11778 structures passed in registers.
11779
82cc5033
EZ
117802002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11781
11782 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11783 white space which prevented compilation. Reported by DSK
11784 <dsk@student.unsw.edu.au>.
11785
ba5f2f8a
MS
117862002-01-11 Michael Snyder <msnyder@redhat.com>
11787
fbd35540
MS
11788 * symfile.c (build_section_addr_info_from_section_tab):
11789 Use bfd access method instead of manipulating bfd directly.
11790 (syms_from_objfile): Ditto.
11791 (simple_overlay_update_1): Ditto.
11792 (simple_overlay_update): Ditto.
11793 (generic_load): Ditto.
11794 (overlay_unmapped_address): FIXME comment, bfd access methods.
11795 (sections_overlap): FIXME comment, bfd access methods.
11796 (pc_in_mapped_range): FIXME comment, bfd access methods.
11797 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11798 (section_is_mapped): FIXME comment, bfd access methods.
11799 (section_is_overlay): FIXME comment, bfd access methods.
11800
ba5f2f8a
MS
11801 * symfile.c (generic_load): Whitespace and long line cleanups.
11802 Remove duplicate variable, change several local variables to
11803 more appropriate data types.
11804 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11805
17df2af6
AC
118062002-01-12 Andrew Cagney <ac131313@redhat.com>
11807
11808 From Peter Schauer:
11809 * language.c (longest_local_hex_string_custom): Use phex_nz to
11810 convert NUM to a hex string.
11811
ec920329
EZ
118122002-01-12 Elena Zannoni <ezannoni@redhat.com>
11813
11814 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11815 the function.
538a76d6 11816 Update Copyright year.
ec920329 11817
3abd2e01
AC
118182002-01-12 Andrew Cagney <ac131313@redhat.com>
11819
11820 * language.c (longest_raw_hex_string): Delete unused function.
11821
b21b22e0
PS
118222002-01-11 Petr Sorfa <petrs@caldera.com>
11823
11824 * MAINTAINERS (write-after-approval): Add myself.
11825 * dwarf2read.c (read_tag_string_type): Handling of
11826 DW_AT_byte_size.
11827 (read_tag_string_type): FORTRAN fix to prevent propagation of
11828 first string size.
11829 (set_cu_language): Handling of DW_LANG_Fortran95
11830
747fe712
RE
118312002-01-11 Richard Earnshaw <rearnsha@arm.com>
11832
11833 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11834 GETPID(inferior_ptid).
11835 (store_inferior_registers): Likewise.
11836
f1bea926
JM
118372002-01-10 Jason Merrill <jason@redhat.com>
11838
11839 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11840 Fix DW_OP_minus.
11841
ae940673
AC
118422002-01-10 Andrew Cagney <ac131313@redhat.com>
11843
11844 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11845 and bfd/elf32-sh-nbsd.c.
11846
00546b04
MS
118472002-01-10 Michael Snyder <msnyder@redhat.com>
11848
352ed7b4
MS
11849 * NEWS: Mention --pid and corefile/proc-id behavior change.
11850
c18be923
MS
11851 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11852 * gcore.c: Include cli/cli-decode.h instead of command.h.
11853
00546b04
MS
11854 * main.c (captured_main): Add new command line option "--pid".
11855 If the second command line argument (following the symbol-file)
11856 begins with a digit, try to attach to it before trying to open
11857 it as a corefile.
11858 (print_gdb_help): Document the "--pid" argument.
11859
db60ec62
EZ
118602002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11861
11862 * completer.c (command_completer): New function.
11863
11864 * completer.h <command_completer>: Add prototype.
11865
11866 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11867 completer for the "help" command.
11868
39c22d1a
JM
118692002-01-09 Jason Merrill <jason@redhat.com>
11870
11871 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11872
c564377f
MS
118732002-01-09 Michael Snyder <msnyder@redhat.com>
11874
975aec09
MS
11875 * i386-linux-nat.c (fill_fpxregset): Make global.
11876 (store_fpxregset): Ditto.
11877
db4a10fa
MS
11878 * gregset.h (gdb_fpxregset_t): Define.
11879 (supply_fpxregset): Prototype.
11880 (fill_fpxregset): Prototype.
11881
c564377f
MS
11882 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11883
c3d45d70
RE
118842002-01-09 Richard Earnshaw <rearnsha@arm.com>
11885
11886 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11887 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
11888 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
11889
fcc87af1
AC
118902002-01-09 Andrew Cagney <ac131313@redhat.com>
11891
11892 * MAINTAINERS: Update target maintainer rules so that any
11893 Maintainer can approve a tested patch for a maintenance-only
11894 target.
11895
dd96c05b
RE
118962002-01-09 Richard Earnshaw <rearnsha@arm.com>
11897
d4297db9 11898 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 11899
d4297db9 11900 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
11901 IN_SIGTRAMP.
11902
145fdc6e
MS
119032002-01-08 Michael Snyder <msnyder@redhat.com>
11904
11905 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
11906 real name of the executable, rather than the /proc name.
11907
be4d1333
MS
119082002-01-03 Michael Snyder <msnyder@redhat.com>
11909
11910 Implement a "generate-core-file" command in gdb, save target state.
11911 * gcore.c: New file. Implement new command 'generate-core-file'.
11912 Save a corefile image of the current state of the inferior.
11913 * linux-proc.c: Add linux-specific code for saving corefiles.
11914 * target.h (struct target_ops): Add new target vectors for saving
11915 corefiles; to_find_memory_regions and to_make_corefile_notes.
11916 (target_find_memory_regions): New macro.
11917 (target_make_corefile_notes): New macro.
11918 * target.c (update_current_target): Inherit new target methods.
11919 (dummy_find_memory_regions): New place-holder method.
11920 (dummy_make_corefile_notes): New place-holder method.
11921 (init_dummy_target): Initialize new dummy target vectors.
11922 * exec.c (exec_set_find_memory_regions): New function.
11923 Allow the exec_ops vector for memory regions to be taken over.
11924 (exec_make_note_section): New function, target vector method.
11925 * defs.h (exec_set_find_memory_regions): Export prototype.
11926 * procfs.c (proc_find_memory_regions): New function, corefile method.
11927 (procfs_make_note_section): New function, corefile method.
11928 (init_procfs_ops): Set new target vector pointers.
11929 (find_memory_regions_callback): New function.
11930 (procfs_do_thread_registers): New function.
11931 (procfs_corefile_thread_callback): New function.
11932 * sol-thread.c (sol_find_memory_regions): New function.
11933 (sol_make_note_section): New function.
11934 (init_sol_thread_ops): Initialize new target vectors.
11935 * inftarg.c (inftarg_set_find_memory_regions): New function.
11936 Allow to_find_memory_regions vector to be taken over.
11937 (inftarg_set_make_corefile_notes): New function.
11938 Allow to_make_corefile_notes vector to be taken over.
11939 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
11940 interface layer if not target_has_execution (may be a corefile).
11941 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
11942 * config/sparc/sun4sol2.mh: Ditto.
11943 * config/alpha/alpha-linux.mh: Ditto.
11944 * config/arm/linux.mh: Ditto.
11945 * config/i386/x86-64linux.mh: Ditto.
11946 * config/ia64/linux.mh: Ditto.
11947 * config/m68k/linux.mh: Ditto.
11948 * config/mips/linux.mh: Ditto.
11949 * config/powerpc/linux.mh: Ditto.
11950 * config/sparc/linux.mh: Ditto.
11951
c6b92abd
MS
119522002-01-07 Michael Snyder <msnyder@redhat.com>
11953
11954 * arm-linux-nat.c: Remove references to regcache.c internal data
11955 (registers[] and register_valid[]).
11956
4b09dc8c
MS
119572002-01-07 Michael Snyder <msnyder@redhat.com>
11958
abf22e64
AJ
11959 * linux-proc.c: New file. Implement child_pid_to_exec_file,
11960 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
11961 symbol file and shlibs.
11962 * Makefile.in: Add rule for linux-proc.o.
11963 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
11964 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
11965 * config/arm/linux.mh: Ditto.
11966 * config/i386/linux.mh: Ditto.
11967 * config/i386/x86-64linux.mh: Ditto.
11968 * config/ia64/linux.mh: Ditto.
11969 * config/m68k/linux.mh: Ditto.
11970 * config/mips/linux.mh: Ditto.
11971 * config/powerpc/linux.mh: Ditto.
11972 * config/sparc/linux.mh: Ditto.
11973
c25b74ac
PM
119742002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
11975
11976 * win32-nat.c: Add i386-tdep.h dependency.
11977
94cd915f
MS
119782002-01-07 Michael Snyder <msnyder@redhat.com>
11979
c7cccb76
MS
11980 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
11981 instead of bfd_get_arch_size. Don't bail out just because
11982 there's no exec_bfd.
abf22e64 11983
34c0bd93
MS
11984 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
11985 * p-valprint.c (pascal_object_print_value): Ditto.
11986 * somread.c (som_symtab_read): Ditto.
11987 * symfile.c (simple_free_overlay_region_table): Ditto.
11988 * valops.c (value_assign): Ditto.
11989
21c1c920
MS
11990 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
11991 use tilde_expand and strerror for opening save-tracepoints file.
11992
5bbd998e
MS
11993 * thread-db.c (thread_db_new_objfile): Indendation fix.
11994
94cd915f
MS
11995 * infptrace.c (GDB_MAX_ALLOCA): New define.
11996 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 11997 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
11998 can be overridden with whatever value is appropriate to the host).
11999 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12000 alloca to allocate potentially large buffer.
12001 * rs6000-nat.c (child_xfer_memory): Ditto.
12002 * symm-nat.c (child_xfer_memory): Ditto.
12003 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12004
494e8a93
JSC
120052002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12006
12007 From Nick Clifton <nickc@redhat.com>
12008 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12009
d0e1d48e
MS
120102002-01-07 Michael Snyder <msnyder@redhat.com>
12011
abf22e64 12012 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12013 Don't use exec_bfd if it's NULL.
12014
290b2c7a
MK
120152002-01-06 Mark Kettenis <kettenis@gnu.org>
12016
abf22e64 12017 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12018
aef21287
AC
120192002-01-06 Andrew Cagney <ac131313@redhat.com>
12020
12021 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12022 * gnu-nat.c: Ditto.
12023
30efa627
AC
120242002-01-06 Andrew Cagney <ac131313@redhat.com>
12025
12026 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12027 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12028 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12029 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12030 z8k-coff have not been multi-arched. Update z8k-coff build
12031 status.
12032
9b4ff276
AC
120332002-01-06 Andrew Cagney <ac131313@redhat.com>
12034
12035 * MAINTAINERS: Mark a29k target as obsolete.
12036 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12037 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12038 comments.
12039 * NEWS: Note that a29k targets are obsolete.
12040 * a29k-tdep.c: Mark as obsolete.
12041 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12042 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12043 a29k-*-vxworks* targets as obsolete.
12044 * remote-adapt.c: Obsolete.
12045 * remote-eb.c: Obsolete.
12046 * remote-mm.c: Obsolete.
12047 * remote-udi.c: Obsolete.
12048 * config/a29k/a29k-udi.mt: Obsolete.
12049 * config/a29k/a29k.mt: Obsolete.
12050 * config/a29k/tm-a29k.h: Obsolete.
12051 * config/a29k/tm-vx29k.h: Obsolete.
12052 * config/a29k/vx29k.mt: Obsolete.
12053
a9011d31
AC
120542002-01-05 Andrew Cagney <ac131313@redhat.com>
12055
12056 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12057 with BFD_ENDIAN_BIG.
12058
9299404e
AC
120592002-01-05 Andrew Cagney <ac131313@redhat.com>
12060
12061 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12062 * configure, config.in: Re-generate.
12063 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12064 * defs.h: Do not include <endian.h>.
12065
7e89e357
JT
120662002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12067
12068 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12069 * config.in: Regenerate.
12070 * configure.in: Update copyright years.
12071 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12072 * configure: Regenerate.
12073 * i386bsd-nat.c: Update copyright years.
12074 (fill_gregset): Use regcache_collect.
12075 (fetch_inferior_registers): Only fetch integer registers
12076 if requested to do so. Add support for XMM registers
12077 using PT_GETXMMREGS.
12078 (store_inferior_registers): Only store integer registers
12079 if requested to do so. Add support for XMM registers
12080 using PT_SETXMMREGS.
12081 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12082 (store_inferior_registers): Remove.
12083 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12084 (fetch_elfcore_registers): New function.
12085 (i386nbsd_elfcore_fns): New.
12086 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12087 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12088 i386bsd-nat.o.
12089 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12090 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12091 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12092 * config/i386/tm-nbsd.h: Update copyright years.
12093 (HAVE_SSE_REGS): Define.
12094 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12095 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12096 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12097 (SIGCONTEXT_PC_OFFSET): Remove.
12098 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12099
a752853e
AC
121002002-01-05 Andrew Cagney <ac131313@redhat.com>
12101
12102 * configure.tgt: Remove powerpc-*-macos* target.
12103 * config/m68k/xm-mpw.h: Delete file.
12104 * config/xm-mpw.h: Delete file.
12105 * ser-mac.c: Delete file.
12106 * mpw-make.sed: Delete file.
12107 * mpw-config.in: Delete file.
12108 * mac-xdep.c: Delete file.
12109 * mac-gdb.r: Delete file.
12110 * mac-defs.h: Delete file.
12111 * mac-nat.c: Delete file.
12112 * config/powerpc/macos.mh: Delete file.
12113 * config/powerpc/macos.mt: Delete file.
12114 * config/powerpc/nm-macos.h: Delete file.
12115 * config/powerpc/tm-macos.h: Delete file.
12116 * source.c (openp, open_source_file): Remove obsolete code.
12117 * top.c (gdb_readline): Ditto.
12118 * utils.c (query): Ditto.
12119 * event-top.c (display_gdb_prompt): Ditto.
12120 * Makefile.in (ser-mac.o): Delete obsolete target.
12121 * NEWS: Update.
12122
d7449b42
AC
121232002-01-04 Andrew Cagney <ac131313@redhat.com>
12124
12125 * defs.h (BIG_ENDIAN): Delete macro definition.
12126 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12127 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12128 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12129 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12130 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12131 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12132 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12133 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12134 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12135 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12136 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12137 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12138 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12139 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12140 * gdbarch.c: Re-generate.
12141
356374e8
DJ
121422002-01-04 Daniel Jacobowitz <drow@mvista.com>
12143
12144 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12145 for core files.
12146
a2b8f8f8
JT
121472002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12148
12149 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12150
12466af9
AC
121512002-01-04 Andrew Cagney <ac131313@redhat.com>
12152
12153 * value.h (value_ptr): Delete typedef.
12154
3549ab40
JT
121552002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12156
12157 * i386nbsd-nat.c: Update copyright years.
12158 Include i386-tdep.h.
12159
fedbd091
EZ
121602002-01-04 Elena Zannoni <ezannoni@redhat.com>
12161
12162 * stabsread.c: Update copyright years.
12163
12164 From Debashis Mahata <debashis.mahata@wipro.com>:
12165 (read_struct_fields): Deal with Sun C compiler erroneous stab
12166 output for structs and unions.
fec8b34f 12167 Fix PR gdb/269.
fedbd091 12168
eb43544b
DJ
121692002-01-04 Daniel Jacobowitz <drow@mvista.com>
12170
12171 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12172 prototype.
12173
1514d34e
DJ
121742002-01-04 Daniel Jacobowitz <drow@mvista.com>
12175
12176 * cp-abi.c: Fix whitespace.
12177 (baseclass_offset): New wrapper function.
12178 * cp-abi.h (baseclass_offset): Add prototype.
12179 (struct cp_abi_ops): Add baseclass_offset pointer.
12180
12181 * valops.c (vb_match): Move to...
12182 * gnu-v2-abi.c (vb_match): here.
12183 * valops.c (baseclass_offset): Move to...
12184 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12185
12186 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12187
12188 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12189 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12190 * hpacc-abi.c (init_hpacc_ops): Likewise.
12191
7f8c9282
DJ
121922002-01-04 Daniel Jacobowitz <drow@mvista.com>
12193
12194 * valops.c (find_overload_match): Accept obj as a
12195 reference parameter. Update it before returning.
12196 * value.h (find_overload_match): Update prototype.
12197 * eval.c (evaluate_subexp_standard): Pass object to
12198 find_overload_match by reference.
12199
f23631e4
AC
122002002-01-03 Andrew Cagney <ac131313@redhat.com>
12201
12202 * valarith.c: Replace value_ptr with struct value pointer. Remove
12203 register attribute from value declarations.
12204 * valops.c: Ditto.
12205 * value.h: Ditto.
12206 * scm-lang.c (scm_lookup_name): Ditto.
12207
79e10fab 122082002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 12209
79e10fab
AC
12210 Abstract the functionality of iterating over mapped memory
12211 regions into a general purpose iterator function.
abf22e64 12212 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
12213 iterator for memory sections.
12214 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12215 (solib_mappings_callback): New function, callback for above.
12216 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12217 (info_mappings_callback): New function, callback for above.
12218
12219 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12220
c5ad026a
MK
122212002-01-01 Mark Kettenis <kettenis@gnu.org>
12222
d2a7c97a
MK
12223 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12224 * i386-tdep.c: Include "elf-bfd.h".
12225 (process_note_abi_tag_sections): New function.
12226 (i386_gdbarch_init): Add code to recognize various OS/ABI
12227 combinations.
12228
c5ad026a
MK
12229 * maint.c (_initialize_maint_cmds): Add missing \ in
12230 string-literal.
12231
a1a5b71e 12232For older changes see ChangeLog-2001
c906108c
SS
12233\f
12234Local Variables:
12235mode: change-log
12236left-margin: 8
12237fill-column: 74
12238version-control: never
12239End:
This page took 0.876029 seconds and 4 git commands to generate.