2002-11-01 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
bdcdd535
AC
12002-11-01 Andrew Cagney <cagney@redhat.com>
2
3 * frame.h (deprecated_generic_get_saved_register): Rename
4 generic_get_saved_register.
5 * blockframe.c (deprecated_generic_get_saved_register): Update.
6 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
7 (xstormy16_frame_saved_register): Update.
8 * sh-tdep.c (sh_gdbarch_init): Update.
9 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10 * ia64-tdep.c (ia64_get_saved_register): Update.
11 * cris-tdep.c (cris_gdbarch_init): Update.
12 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
13 * arm-tdep.c (arm_gdbarch_init): Update.
14
2a4b7c45
DJ
152002-10-31 Daniel Jacobowitz <drow@mvista.com>
16
17 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
18
ef17e74b
DJ
192002-10-31 Daniel Jacobowitz <drow@mvista.com>
20
21 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
22 trampolines in sigaction.
23
4904ba5b
AC
242002-10-31 Andrew Cagney <cagney@redhat.com>
25
26 * h8300-tdep.c: Include "gdb_assert.h".
27 (h8300_print_register): Add gdbarch, file and frame parameters.
28 Use frame_read_unsigned_register to read the register's value.
29 Use fprintf_filtered to display output.
30 (h8300_print_registers_info): Replace h8300_do_registers_info.
31 (h8300_gdbarch_init): Set print_registers_info.
32
f908a0eb
AC
332002-10-31 Andrew Cagney <cagney@redhat.com>
34
35 * frame.c (frame_read_unsigned_register): New function.
36 (frame_read_signed_register): New function.
37 * frame.h (frame_read_unsigned_register): Declare.
38 (frame_read_signed_register): Declare.
39
c5646e11
AC
402002-10-31 Andrew Cagney <cagney@redhat.com>
41
42 * h8500-tdep.c (h8500_print_registers_info): New static function,
43 clone of infcmd.c's default_print_registers_info.
44 (h8500_do_registers_info): New funtion.
45 (h8500_print_register_hook): Rename print_register_hook, make
46 static.
47
48 * config/h8500/tm-h8500.h: Update copyright.
49 (DEPRECATED_DO_REGISTERS_INFO): Define.
50 (h8500_do_registers_info: Declare.
51 (PRINT_REGISTER_HOOK): Delete macro.
52 (print_register_hook): Delete function.
53
0bdd672b
AC
542002-10-31 Andrew Cagney <cagney@redhat.com>
55
56 * z8k-tdep.c (z8k_print_register_hook): Make static.
57 (z8k_print_registers_info): New static function, clone of
58 infcmd.c's default_print_registers_info.
59 (z8k_do_registers_info): New function. Wrap
60 z8k_print_registers_info.
61 * config/z8k/tm-z8k.h: Update copyright.
62 (PRINT_REGISTER_HOOK): Delete macro.
63 (z8k_print_register_hook): Delete declaration.
64 (DEPRECATED_DO_REGISTERS_INFO): Define.
65 (z8k_do_registers_info): Declare.
66
bf9c25dc
JB
672002-10-30 Joel Brobecker <brobecker@gnat.com>
68
69 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
70 as this is already provided by value.h, and was actually causing
71 a compilation error because of a conflict in parameter type
72 declaration due to a missing const keyword.
73 (low_text_segment_addres): Fix a compilation warning.
74
2c665b51
DJ
752002-10-29 Daniel Jacobowitz <drow@mvista.com>
76
77 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
78 registers without a name.
79 (mips_linux_cannot_store_register): Don't store registers without
80 a name.
81
e70ea697
DC
822002-10-28 David Carlton <carlton@math.stanford.edu>
83
84 * symtab.c (find_addr_symbol): Delete. (It was already commented
85 out.)
86 * symtab.h: Delete prototype for find_addr_symbol.
87
903ad3a6
AC
882002-10-26 Andrew Cagney <cagney@redhat.com>
89
90 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
91 DO_REGISTERS_INFO.
92 gdbarch.h, gdbarch.c: Re-generate.
93 * infcmd.c (default_print_registers_info): Update reference.
94 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
95 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
96 * sh-tdep.c (sh_gdbarch_init): Ditto.
97 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
98 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
99
ab91194c
MK
1002002-10-26 Mark Kettenis <kettenis@gnu.org>
101
e3033f15
MK
102 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
103 cfi_init_extra_frame_info.
104 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
105 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
106
b83b026c
MK
107 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
108 target where necessary. Add more comments and remove the ones
109 that don't provide any useful information.
110
267bf4bb
MK
111 * i386-tdep.c (i386_frame_saved_pc): Replace call to
112 deprecated_read_register_dummy with
113 frame_unwind_unsigned_register.
114
751f1375
MK
115 * i386-tdep.c (i386_extract_struct_value_address): Use
116 regcache_raw_read_unsigned instead of
117 regcache_cooked_read_unsigned since we know that the register
118 we're reading isn't a pseudo register. Rename variable 'val' into
119 the more descriptive 'addr'.
120
26abbdc4
MK
121 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
122 (x86_64_push_return_address): Add comment.
123 (x86_64_pop_frame): Make static.
124 (examine_argument): Clarify comment.
125 (x86_64_skip_prologue): Make prolog_expact variable static.
126
9f1549cc
MK
127 * dwarf2cfi.c: Fix some formatting problems.
128 (context_cpy, read_encoded_pointer): Clarify comments.
129
ab91194c
MK
130 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
131 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
132 i386 target back into x86_64_gdbarch_init. Add some comments and
133 remove meaningless ones.
134
72367fb4
AC
1352002-10-25 Andrew Cagney <cagney@redhat.com>
136
137 * complaints.h (struct deprecated_complaint): Rename `struct
138 complaint'.
139 * complaints.c (complain): Update.
140 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
141 incorrect comment indicating that "symfile.h" was being included
142 for the `struct complaint' definition.
143 * remote-vx.c: Update.
144 * objc-lang.c: Update.
145 * xcoffread.c: Update.
146 * hpread.c: Update.
147 * mdebugread.c: Update.
148 * stabsread.c: Update.
149 * dwarf2read.c: Update.
150 * dwarfread.c: Update.
151 * elfread.c: Update.
152 * coffread.c: Update.
153 * stabsread.h: Update.
154 * dbxread.c: Update.
155 * buildsym.c: Update.
156 * gdbtypes.c: Update.
157 * macrotab.c: Update.
158
1f2baacc
MK
1592002-10-25 Mark Kettenis <kettenis@gnu.org>
160
0c1a73d6
MK
161 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
162 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
163 (x86_64_init_abi): ...new function.
164
6aee4d54 165 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
166 * i386v-nat.c: Include "i386-tdep.h".
167
8f9cbe01
AC
1682002-10-25 Andrew Cagney <cagney@redhat.com>
169
5f11f355
AC
170 * gdbtypes.c (address_space_name_to_int): Update.
171 (address_space_int_to_name): Update.
172 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
173 multi-arch predicate.
174 (address_class_name_to_type_flags): Ditto.
175 * gdbarch.h, gdbarch.c: Re-generate.
176
8f9cbe01
AC
177 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
178
e8d96a5d
MH
1792002-10-24 Martin M. Hunt <hunt@redhat.com>
180
181 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
182
fe39c653
EZ
1832002-10-24 Elena Zannoni <ezannoni@redhat.com>
184
185 * symtab.h (INIT_SAL): Delete macro.
186 (init_sal): Export.
187 * symtab.c (init_sal): New function.
188
189 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
190 to init_sal function call.
191 (find_sal_from_funcs_and_line): Ditto.
192 (all_sals_for_line): Ditto.
193 * breakpoint.c (create_internal_breakpoint): Ditto.
194 (create_fork_vfork_event_catchpoint): Ditto.
195 (create_exec_event_catchpoint): Ditto.
196 (parse_breakpoint_sals): Ditto.
197 (watch_command_1): Ditto.
198 (handle_gnu_4_16_catch_command): Ditto.
199 (clear_command): Ditto.
200 * hppa-tdep.c (child_enable_exception_callback): Ditto.
201 * infcmd.c (run_stack_dummy): Ditto.
202 * infrun.c (process_event_stop_test): Ditto.
203 (check_sigtramp2): Ditto.
204 (step_over_function): Ditto.
205 * linespec.c (decode_line_2): Ditto.
206 (decode_line_1): Ditto.
207 * source.c (line_info): Ditto.
208 * symtab.c (find_pc_sect_line): Ditto.
209
baed091b
ML
2102002-10-24 Michal Ludvig <mludvig@suse.cz>
211
212 * dwarf2cfi.c (struct context)
213 (struct context_reg): Moved to dwarf2cfi.h
214 (context_alloc, frame_state_alloc, context_cpy):
215 Made extern instead of static, removed prototypes.
216 * dwarf2cfi.h (struct context)
217 (struct context_reg): New, moved from dwarf2cfi.c
218 (context_alloc, frame_state_alloc, context_cpy):
219 New prototypes.
220 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
221 Changed from static to extern.
222 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
223 (LINUX_SIGCONTEXT_FP_OFFSET)
224 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
225 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
226 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
227 * x86-64-tdep.c (x86_64_gdbarch_init): Several
228 set_gdbarch_*() calls now use x86-64 specific functions
229 instead of DWARF2 CFI ones.
230 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
231 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
232 (x86_64_init_extra_frame_info): New prototypes.
233
c38da1af
DC
2342002-10-23 David Carlton <carlton@math.stanford.edu>
235
236 * linespec.c: #include "parser-defs.h".
237 Delete prototype for find_template_name_end.
238 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
239
fb9b6b35
JJ
2402002-10-23 Jeff Johnston <jjohnstn@redhat.com>
241
242 * NEWS: add recent mi fixes.
243 * varobj.c (struct varobj): Add new "updated" flag.
244 (new_variable): Default "updated" flag to 0.
245 (varobj_set_value): Set "updated" flag to 1 if value
246 changes.
247 (varobj_update): Check varobj "updated" flag before
248 comparing old and refreshed values. Fix for
249 PR gdb/702.
250
8da065d5
DC
2512002-10-23 David Carlton <carlton@math.stanford.edu>
252
253 * parse.c (parse_exp_1): Use BLOCK_START.
254 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
255 SYMBOL_BLOCK_VALUE.
256 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
257
87f2f08c
DC
2582002-10-23 David Carlton <carlton@math.stanford.edu>
259
260 * symtab.c: Delete cplusplus_hint.
261 Delete prototype for find_template_name_end.
262
88cda038
EZ
2632002-10-23 Elena Zannoni <ezannoni@redhat.com>
264
265 * symtab.h: Update comment.
266
2625d86c
MS
2672002-10-23 Michael Snyder <msnyder@redhat.com>
268
269 * printcmd.c (address_info): Restore quotes in output.
270 * valops.c (value_of_local): Restore quotes in error message.
271
9cc0d196
EZ
2722002-10-23 Elena Zannoni <ezannoni@redhat.com>
273
274 * symtab.c (symbol_demangled_name): New function.
275 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
276 turning most of it into a function.
277 (symbol_demangled_name): Export.
278
19de93d0
MS
2792002-10-23 Michael Snyder <msnyder@redhat.com>
280
281 * valops.c (value_of_local): Restore quotes in error message.
282
89aad1f9
EZ
2832002-10-23 Elena Zannoni <ezannoni@redhat.com>
284
285 * symtab.c (symbol_init_language_specific): New function.
286 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
287 turning most of it into a function.
288 (symbol_init_language_specific): Export.
289
d9fa45fe
DC
2902002-10-23 David Carlton <carlton@math.stanford.edu>
291
292 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
293 (dwarf_attr_name): Ditto.
294 (dwarf_type_encoding_name): Ditto.
295 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
296 (process_die): Handle DW_TAG_namespace,
297 DW_TAG_imported_declaration, DW_TAG_imported_module.
298 (read_namespace): New function.
299
1045b512
JB
3002002-10-22 Joel Brobecker <brobecker@gnat.com>
301
302 * configure.in: Define NEW_PROC_API on Interix too.
303 * configure: Regenerate.
304
3052002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
306
307 * configure: Regenerate using the proper version of autoconf.
308
3987b9d4
EZ
3092002-10-21 Elena Zannoni <ezannoni@redhat.com>
310
311 * findvar.c (read_var_value): Temporarily disable TLS code, until
312 complete TLS support is added.
313
9d774e44
EZ
3142002-10-21 Jim Blandy <jimb@redhat.com>
315 Elena Zannoni <ezannoni@redhat.com>
316
317 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
318 for thread local storage locations.
319 (struct symbol): Add objfile field.
320 (SYMBOL_OBJFILE): Define.
321 * dwarf2read.c (is_thread_local): New static variable.
322 (new_symbol): If variable is in thread local fill in address class
323 and objfile appropriately.
324 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
325 stack operation.
326 * printcmd.c (address_info): Print the information for thread
327 local storage variable.
328 * findvar.c (read_var_value): In case of thread local variable,
329 defer to the target vector code to compute address.
330
bc4a16ae
EZ
3312002-10-21 Elena Zannoni <ezannoni@redhat.com>
332
333 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
334 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
335
407caf07
EZ
3362002-10-21 Elena Zannoni <ezannoni@redhat.com>
337
338 * symtab.h (address_class): Rename
339 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
340 * hpread.c (hpread_process_one_debug_symbol): Ditto.
341 * printcmd.c (address_info): Ditto.
342 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
343
005328e3
MK
3442002-10-20 Mark Kettenis <kettenis@gnu.org>
345
afdb036a
MK
346 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
347 DBREG_DRX macro to acces debug registers.
348
ca02e098
MK
349 * Makefile.in (i386obsd-tdep.o): New target.
350
03cc47f7
MK
351 * solib-sunos.c: Include "bcache.h" and "regcache.h".
352 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
353
005328e3
MK
354 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
355 * config/i386/obsd.mt: New file.
356 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
357 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
358 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
359 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
360 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
361 * i386obsd-tdep.c: New file.
362
9c96f9f2
AF
3632002-10-19 Adam Fedor <fedor@gnu.org>
364
365 * objc-exp.y (name_not_typename): Fix invalid comment.
366
ce1ed485
MK
3672002-10-20 Mark Kettenis <kettenis@gnu.org>
368
369 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
370 to allocate partial syms and macro byte caches.
371
1efc7aaa
DC
3722002-10-18 David Carlton <carlton@math.stanford.edu>
373
374 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
375
7e1d63ec
AF
3762002-10-18 Adam Fedor <fedor@gnu.org>
377
378 * stabsread.c (find_name_end): New function.
379 (define_symbol): Use it.
380
6e8d29a9
DJ
3812002-10-18 Daniel Jacobowitz <drow@mvista.com>
382
383 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
384 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
385 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
386 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
387
1efc7aaa 3882002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
389
390 * symfile.h: Add opaque declaration for struct obstack.
391 Declare obsavestring to take a const char *.
392 * symfile.c (obsavestring): Make first argument a const char *.
393
1aeae86e
AF
3942002-10-16 Adam Fedor <fedor@gnu.org>
395
396 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
397 names when matching breakpoints in current file.
398
8b2dbe47
KB
3992002-10-16 Kevin Buettner <kevinb@redhat.com>
400
401 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
402 (read_tag_pointer_type): Add address class support.
403 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
404 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
405 New methods.
406 * gdbarch.h, gdbarch.c: Regenerate.
407 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
408 (make_type_with_address_space, recursive_type_dump): Add address
409 class support.
410 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
411 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
412 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
413
74451869
KD
4142002-10-16 Klee Dienes <kdienes@apple.com>
415
416 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
417 to get the last character of a char[] buffer, not
418 name[sizeof(vptr_name)-1].
419
ff4cb3e8
AF
4202002-10-14 Adam Fedor <fedor@gnu.org>
421
422 * symtab.h: New objc_specific struct.
423 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
424 (SYMBOL_DEMANGLED_NAME): Likewise.
425
da2cf7e0
AF
4262002-10-14 Adam Fedor <fedor@gnu.org>
427
428 * symfile.c (init_filename_language_table): Add ObjC file extension.
429
4a351cef
AF
4302002-10-14 Adam Fedor <fedor@gnu.org>
431
432 * utils.c (puts_filtered_tabular): New function.
433 (fprintf_symbol_filtered): Get ObjC demangled name.
434 * defs.h (puts_filtered_tabular): Declared.
435
9750e763
KB
4362002-10-14 Kevin Buettner <kevinb@redhat.com>
437
438 * c-lang.h (c_type_print_varspec_prefix): Delete.
439 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
440 ``need_post_space'' parameter. Adjust all callers.
441
eee771c1
DJ
4422002-10-14 Daniel Jacobowitz <drow@mvista.com>
443
444 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
445 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
446 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
447 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
448
46c82446
AF
4492002-10-13 Adam Fedor <fedor@gnu.org>
450
451 * source.c (print_source_lines): Update comments.
452
d069f99d
AF
4532002-10-13 Adam Fedor <fedor@gnu.org>
454
455 * valops.c (value_of_local): New function.
456 (value_of_this): Use it.
457 * value.h (value_of_local): Declared.
458
53c551b7
AF
4592002-10-13 Adam Fedor <fedor@gnu.org>
460
461 * parse.c: (length_of_subexp, prefixify_subexp): Handle
462 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
463
eb392fbf
AF
4642002-10-12 Adam Fedor <fedor@gnu.org>
465
466 * language.c (binop_result_type): Add language_objc to case.
467 (integral_type): Likewise.
468 (character_type): Likewise.
469 (string_type): Likewise.
470 (boolean_type): Likewise.
471 (structured_type): Likewise.
472 (binop_type_check): Likewise.
473
e2b23ee9
AF
4742002-10-11 Adam Fedor <fedor@gnu.org>
475
476 * printcmd.c (address_info): Print 'self' for ObjC.
477
b01ab485
AF
4782002-10-11 Adam Fedor <fedor@gnu.org>
479
480 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
481 OP_SELF.
482
806e6073
AF
4832002-10-11 Adam Fedor <fedor@gnu.org>
484
485 * language.h (CAST_IS_CONVERSION): Add language_objc.
486
50f85cdf
AF
4872002-10-11 Adam Fedor <fedor@gnu.org>
488
489 * defs.h (enum language): Add language_objc.
490
0d540cdf
KD
4912002-10-11 Klee Dienes <kdienes@apple.com>
492
493 * findvar.c (read_memory_typed_address): New function.
494 * gdbcore.h (read_memory_typed_address): Add prototype.
495 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
496 to read a value destined for a CORE_ADDR, not read_memory_integer.
497 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
498 (f77_get_dynamic_lowerbound): Ditto.
499
d5dc7960
MH
5002002-10-11 Martin M. Hunt <hunt@redhat.com>
501
502 * utils.c (string_to_core_addr): After turning string into
503 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
504 which will do necessary sign-extension, etc.
505
8343f86c
DJ
5062002-10-11 Daniel Jacobowitz <drow@mvista.com>
507
508 * c-exp.y (THIS): Delete token and grammar rule.
509 (yylex): Don't return THIS.
510 * cp-valprint.c (vtbl_ptr_name_old): Delete.
511 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
512 * demangle.c (cplus_markers): Update comment. Put '$'
513 first. Remove CPLUS_MARKER.
514 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
515 * jv-exp.y (THIS): Delete token and grammar rule.
516 (yylex): Don't return THIS.
517 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
518 * objc-exp.y (THIS): Delete token and grammar rule.
519 (yylex): Don't return THIS.
520 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
521 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
522 (read_member_functions): Likewise for opname.
523 (read_tilde_fields): Use is_cplus_marker.
524
525 * defs.h (CPLUS_MARKER): Don't define.
526 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
527 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
528 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
529 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
530 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
531
532 * config/i386/tm-i386v4.h: Delete file.
533 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
534 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
535 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
536 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
537 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
538 * config/i386/i386sco5.mt (TM_FILE): Likewise.
539 * config/i386/i386v4.mt (TM_FILE): Likewise.
540 * config/i386/ncr3000.mt (TM_FILE): Likewise.
541
967c0d83
MM
5422002-10-10 Marko Mlinar <markom@opencores.org>
543
544 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
545 accidentially not commited 2002-10-09
546 * gdbarch.h, gdbarch.c: Re-generate.
547
f74fa174
MM
5482002-10-09 Marko Mlinar <markom@opencores.org>
549
550 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
551 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
552 * gdbarch.h, gdbarch.c: Re-generate.
553
57349743
JB
5542002-10-08 Petr Sorfa <petrs@caldera.com>
555
556 Revised and re-submitted by John Wolfe <jlw@caldera.com>
557
558 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
559 so we can work on more than one compilation unit at a time. This
560 helps prepare GDB to handle inter-CU die references.
561 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
562 the code to be defined before struct comp_unit_head.
563 (comp_unit_head): Added new members - offset, cu_head,
564 begin_die, next and dwarf2_abbrevs.
565 (dwarf2_abbrevs): Removed single static var; now member of
566 struct comp_unit_head.
567 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
568 members.
569 (psymtab_to_symtab_1): Changed to work with the new
570 struct comp_unit_head.
571 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
572 constructs the dwarf2_abbrevs[] inside the cu_header.
573 (dwarf2_empty_abbrev_table): Now expects a ptr to a
574 dwarf2_abbrev table to clean up.
575 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
576 handling of dwarf2_abbrevs inside the cu_header.
577 (read_partial_die): Now supports the call to the new
578 dwarf2_lookup_abbrev.
579 (read_full_die): Now supports the call to the new
580 dwarf2_lookup_abbrev.
581
4092aadb
CF
5822002-10-06 Christopher Faylor <cgf@redhat.com>
583
584 * Makefile.in (install-gdbtk): Add missing continuation backslash to
585 insure that shell variables, such as "transformed_name" are propagated
586 to later shell statements in rule.
587
af0b2512
MK
5882002-10-06 Mark Kettenis <kettenis@gnu.org>
589
590 * config/i386/nm-i386sco.h: Add protection against
591 multiple-inclusion. Include "i386/nm-i386v.h".
592 (REGISTER_U_ADDR): Remove define.
593 (i386_register_u_addr): Remove prototype.
594
d6020d45
MS
5952002-10-04 Michael Snyder <msnyder@redhat.com>
596
597 * m32r-stub.c (handle_exception): Make sure exception is "trap"
598 before treating it as a single-step event.
599
7248f48e
AF
6002002-10-03 Adam Fedor <fedor@gnu.org>
601
602 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
603 (objc_demangle): Remove assignment in if statements, Replace
604 free with xfree.
605 (add_msglist): Likewise.
606 (end_msglist): Likewise.
607 (complare_selectors): Likewise.
608 (selectors_info): Likewise.
609 (compare_classes): Likewise.
610 (classes_info): Likewise.
611 (print_object_command): Likewise.
612 (find_objc_msgcall_submethod): Replace PTR with void *.
613 * objc-lang.h: Remove check for __STDC__.
614
52c6a6ac
JJ
6152002-10-03 Jeff Johnston <jjohnstn@redhat.com>
616
617 * ui-out.h (ui_out_field_fmt_int): New prototype.
618 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
619 of field width and alignment.
620 * stack.c (print_frame_info_base): When printing frame level, use
621 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
622 PR gdb/192
623
7e3cec17
JJ
6242002-10-03 Jeff Johnston <jjohnstn@redhat.com>
625
626 * MAINTAINERS: Add self to Write After Approval list.
627
a58dd373
EZ
6282002-10-02 Elena Zannoni <ezannoni@redhat.com>
629
630 * infcmd.c (interrupt_target_command_wrapper): Delete.
631 (interrupt_target_command): Make non static.
632 (nofp_registers_info): Make static.
633 * stack.c (return_command_wrapper): Delete.
634 (return_command): Make non static.
635
cee6ddeb
EZ
6362002-10-02 Elena Zannoni <ezannoni@redhat.com>
637
638 * event-top.c (gdb_setup_readline): New function. Code moved from
639 _initialize_event_loop().
640 (_initialize_event_loop): Call gdb_setup_readline().
641
c4ed33b9
AC
6422002-10-02 Andrew Cagney <ac131313@redhat.com>
643
644 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
645 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
646 * gdbarch.h, gdbarch.c: Re-generate.
647
cef4f5dd
DJ
6482002-10-02 Daniel Jacobowitz <drow@mvista.com>
649
650 Fix PR gdb/778
651 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
652 before recursing.
653 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
654 of fill_in_vptr_fieldno.
655
36dc181b 6562002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 657
36dc181b
EZ
658 * inferior.h (registers_info, stepi_command, nexti_command,
659 continue_command, interrupt_target_command): Export from infcmd.c.
660 * frame.h (args_info, selected_frame_level_changed_hook,
661 return_command): Export from stack.c.
662 * v850ice.c (stepi_command, nexti_command, continue_command): use
663 prototypes from inferior.h.
664 * tracepoint.c (registers_info, args_info, locals_info): Use
665 prototypes from frame.h and inferior.h.
666 * Makefile.in (mi-main.o): Add dependency on frame.h.
667
6f99cb26
AC
6682002-10-02 Andrew Cagney <ac131313@redhat.com>
669
da3eff49
AC
670 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
671 value in register 3 adjusted by ppc_gp0_regnum.
672
6f99cb26
AC
673 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
674
da615bee
MM
6752002-10-02 Marko Mlinar <markom@opencores.org>
676
677 * MAINTAINERS: Add myself to the Write After Approval list.
678
d154bee2
AO
6792002-10-01 Alexandre Oliva <aoliva@redhat.com>
680
62a49b2c
AO
681 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
682 of the section for the N64 ABI, fixed.
683
d154bee2
AO
684 * config/mips/tm-irix6.h: Include solib.h.
685
ed348acc
EZ
6862002-10-01 Elena Zannoni <ezannoni@redhat.com>
687
688 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
689 GNU operators.
690
da0f9dcd
AC
6912002-10-01 Andrew Cagney <ac131313@redhat.com>
692
693 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
694 and that "mi0" syntax has been removed.
695
bdf64bac
DC
6962002-09-30 David Carlton <carlton@math.stanford.edu>
697
698 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
699 * ppc-sysv-tdep.c: #include "gdb_string.h".
700 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
701 pacify GCC.
702
54c2a1e6
AC
7032002-10-01 Andrew Cagney <ac131313@redhat.com>
704
705 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
706 "vrsave"'s register number.
707
cedea778
AC
7082002-09-30 Andrew Cagney <ac131313@redhat.com>
709
710 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
711 use frame_unwind_signed_register to obtain the PC.
712 (mips_frame_chain): Handle a generic dummy frame.
713 (mips_init_extra_frame_info): When a generic dummy frame, don't
714 re-compute the frame base.
715 (mips_pop_frame): Handle generic dummy frames.
716 (mips_gdbarch_init): When generic dummy frames, set
717 use_generic_dummy_frames, push_dummy_frame to
718 generic_push_dummy_frame, pc_in_call_dummy to
719 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
720 generic_save_dummy_frame_tos.
721
68315eb8
AC
7222002-09-30 Andrew Cagney <ac131313@redhat.com>
723
724 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
725 against TOP when TOP was explictly set.
726 (generic_push_dummy_frame): Set TOP to zero.
727
3b8630c3
EZ
7282002-09-30 Elena Zannoni <ezannoni@redhat.com>
729
730 * event-loop.c (start_event_loop): Rename variable 'result' to
731 'gdb_result', to avoid conflicts with upcoming intepreters changes.
732
28ee05e9
KS
7332002-09-30 Keith Seitz <keiths@redhat.com>
734
735 * gdb-events.sh (selected_thread_changed): New event.
736 * gdb-events.c: Regenerated.
737 * gdb-events.h: Regenerated.
738
6eecb1c8
HPN
7392002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
740
741 * MAINTAINERS: Add self to Write After Approval list.
742
92df71f0
FN
7432002-09-30 Fernando Nasser <fnasser@redhat.com>
744
3b8630c3
EZ
745 * disasm.c: New file.
746 * disasm.h: New file.
92df71f0
FN
747 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
748 (compare_lines): Ditto.
749 (dump_insns): Ditto.
3b8630c3
EZ
750 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
751 argument.
92df71f0 752 (do_assembly_only): Ditto.
3b8630c3
EZ
753 (do_disassembly): Renamed to gdb_disassembly and moved to
754 disasm.c. Sdded uiout argument.
755 * Makefile.in: Add new files. Reorder SFILES list. Update
756 dependencies. Include libgdb.a later in the insight executable.
92df71f0 757
0c22854d
AC
7582002-09-29 Andrew Cagney <ac131313@redhat.com>
759
760 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
761 bfd/elf64-alpha-fbsd.c.
762
e67f2023
AC
7632002-09-29 Andrew Cagney <ac131313@redhat.com>
764
765 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
766 i386gnu-tdep.c.
767
89396210
AC
7682002-09-29 Andrew Cagney <ac131313@redhat.com>
769
770 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
771 __FUNCTION__.
772 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
773 function name.
774 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
775 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
776 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
777 (S_msg_sig_post_reply): Ditto.
778
7079c36c
CV
7792002-09-28 Corinna Vinschen <vinschen@redhat.com>
780
89396210
AC
781 * sh-tdep.c (sh_use_struct_convention): Use definition according
782 to ABI.
7079c36c
CV
783 (sh_push_arguments): Store in register with correct endianess.
784 (sh_default_store_return_value): Ditto.
785 (sh_gdbarch_init): Set sizeof long double to 8.
786
975ac915
MK
7872002-09-27 Mark Kettenis <kettenis@gnu.org>
788
789 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
790 Fix some whitespace problems.
791
9bbe19fb
DC
7922002-09-27 David Carlton <carlton@math.stanford.edu>
793
794 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
795 (mcore-tdep.o): Ditto.
796 (ns32k-tdep.o): Ditto.
797 (ns32knbsd-tdep.o): Ditto.
798 (sh3-rom.o): Ditto.
799 (vax-tdep.o): Ditto.
800 * cris-tdep.c: #include "gdb_string.h"
801 * mcore-tdep.c: Ditto.
802 * ns32k-tdep.c: Ditto.
803 * ns32knbsd-tdep.c: Ditto.
804 * sh3-rom.c: Ditto.
805 * vax-tdep.c: Ditto.
806
43b2fdc7
DC
8072002-09-27 David Carlton <carlton@math.stanford.edu>
808
809 * config/djgpp/fnchange.lst: Add entries for
810 gdb/testsuite/gdb.c++/m-static files.
811
e8cfbbd9
JW
8122002-09-27 Jim Wilson <wilson@redhat.com>
813
814 * MAINTAINERS: Add myself to the Write After Approval list.
815
43b2fdc7 8162002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
817
818 * mips-tdep.c (find_proc_desc): Initialize startaddr.
819
820
9f3b7f07
AC
8212002-09-26 Andrew Cagney <ac131313@redhat.com>
822
823 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
824 frame.
825
11269d7e
AC
8262002-09-26 Andrew Cagney <ac131313@redhat.com>
827
828 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
829 (rs6000_struct_return_address): Delete variable.
830 (rs6000_store_struct_return): Update.
831 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
832 deprecated_extract_struct_value_address.
833 (rs6000_frame_align): New function.
834 (rs6000_gdbarch_init): Set frame_align.
835
f15ab4a7
AC
8362002-09-26 Andrew Cagney <ac131313@redhat.com>
837
838 From Grace Sainsbury <graces@redhat.com>:
839 * Makefile.in (gdbtk-main.o): New target.
840 (gdb.o): New target.
841 (main_h): Define.
842 (main.o): Update dependencies.
843 (gdb$(EXEEXT)): Add gdb.o.
844 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
845 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
846 (SUBDIR_GDBTK_CLEAN): Set.
847 (install-gdbtk): Install the insight binary.
848 (uninstall-gdbtk): New target.
849 (all-gdbtk, clean-gdbtk): New rule.
850 * top.c (use_windows): Default to zero.
851 * main.c: Include "main.h".
852 (main): Delete.
853 (struct captured_main_args): Delete.
854 (gdb_main): New function.
855 * main.h: New file.
856 * gdb.c: New File.
857
e36180d7
AC
8582002-09-25 Andrew Cagney <cagney@redhat.com>
859
860 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
861 (frame_map_regnum_to_name): New function.
862 (frame_map_name_to_regnum): New function.
863 * frame.h (frame_map_name_to_regnum): Declare.
864 (frame_map_regnum_to_name): Declare.
865 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
866 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
867 * parse.c: Do not include "builtin-regs.h".
868 (target_map_name_to_register): Delete function.
869 (write_dollar_variable): Use frame_map_name_to_regnum.
870 * parser-defs.h (target_map_name_to_register): Delete declaration.
871 * expprint.c: Include "frame.h".
872 (print_subexp): Use frame_map_regnum_to_name.
873 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
874 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
875
8b69000d
AC
8762002-09-25 Andrew Cagney <ac131313@redhat.com>
877
878 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
879 wasn't saved, and the next innermost frame is a dummy, return the
880 dummy frame's link register.
881
046ca86a
JB
8822002-09-24 Jim Blandy <jimb@redhat.com>
883
884 Fix from Paul Breed:
885 * main.c (captured_main): Add a `break' after the case for 'b'.
886
94b66fa7
KS
8872002-09-24 Keith Seitz <keiths@redhat.com>
888
889 * varobj.c (c_type_of_child): Use get_target_type instead
890 of TYPE_TARGET_TYPE.
891
c214a6fd
FN
8922002-09-22 Fernando Nasser <fnasser@redhat.com>
893
53cb0458
FN
894 * source.c (get_current_or_default_source_symtab_and_line): Remove
895 function.
896 (set_default_source_symtab_and_line): New function. Attempts to
897 determine a source file to list lines from if one is not currently
898 defined.
899 (get_current_source_symtab_and_line): Initialize sal.pc and
900 sal.end fields.
901 (set_current_source_symtab_and_line): Mark argument as const.
902 * source.h: Update declarations and comments.
903 * linespec.c (decode_line_1): Replace call to removed routine above.
904 * stack.c (print_frame_info_base): Ditto.
905 * cli/cli-cmds.c (edit_command): Ditto.
906 (list_command): Ditto.
907
9082002-09-22 Fernando Nasser <fnasser@redhat.com>
909
d6020d45 910 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 911 sal.pc and sal.end fields.
c214a6fd
FN
912 (get_current_or_default_source_symtab_and_line): Ditto.
913 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
914 so we do not cause a new source symtab to be searched for (reverting an
915 unintentional change from the 2002-09-20 patch).
916 * scm-lang.c (scm_unpac): Ditto.
917
cc3b68a5
AC
9182002-09-21 Andrew Cagney <cagney@redhat.com>
919
920 * complaints.c (symfile_explanations): Remove new-line from
921 ``isolated_message''.
922 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
923 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
924
5835abe7
NC
9252002-09-20 Nick Clifton <nickc@redhat.com>
926
927 * NEWS: Announce that V850EA ISA is no longer supported.
928 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
929
a15ef5f5
DC
9302002-09-20 David Carlton <carlton@math.stanford.edu>
931
06ba1b39
DC
932 * Makefile.in (c-lang.o): Correct dependencies.
933 (utils.o): Gather dependencies.
934 (charset.o): Move.
a15ef5f5
DC
935 * c-lang.c: #include "gdb_string.h"
936
87885426
FN
9372002-09-20 Fernando Nasser <fnasser@redhat.com>
938
939 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
940 * cli/cli-cmds.c (list_command): New function. Implements the new
941 cli edit command.
942 (_init_cli_cmds): Add new command definition.
943 * gdb.1: Document edit command.
944 * doc/gdb.texinfo: Document edit command.
945
9462002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
947
948 * source.c: Make global variables current_source_symtab and
949 current_source_line static.
950 (list_command): Moved to cli/cli-cmds.c.
951 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
952 (get_first_line_listed): New accessor function.
953 (get_lines_to_list): New accessor function.
954 (get_current_source_symtab_and_line): New function. Retrieves the
955 position in the source code that we consider current.
956 (get_current_or_default_source_symtab_and_line): New function.
957 Like the above but attempts to determine a default position if one
958 is not currently defined.
959 (set_current_source_symtab_and_line): New function. Sets the source
960 code position considered current and returns the previously set one.
961 (clear_current_source_symtab_and_line): Reset stored information about
962 a current source line.
963 (_initialize_source): Remove registration for the "list" command and
964 its alias.
965 * source.h: Add declarations for the new functions above.
966 * symtab.h: Remove declarations for the global variables mentioned
967 above.
968 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
969 obtain current source line.
970 * linespec.c (decode_line_1): Ditto.
971 * macroscope.c (default_macro_scope): Ditto.
972 * scm-lang.c (scm_unpac): Ditto.
973 * stack.c (print_frame_info_base): Ditto.
974 * symfile.c (clear_symtab_users): Ditto.
975 * symtab.c (decode_line_spec): Ditto.
976 * cli/cli-cmds.c (list_command): Moved here from source.c.
977 (ambiguous_line_spec): Moved here from source.c.
978 (_init_cli_cmds): Add definition for "list" and its alias.
979 * Makefile.in: Update dependencies.
980
ddd216ea
CV
9812002-09-20 Corinna Vinschen <vinschen@redhat.com>
982
983 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
984 with what gcc thinks is correct.
985
6d305052
CV
9862002-09-20 Corinna Vinschen <vinschen@redhat.com>
987
988 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
989 multiple register push instruction.
990
234b45d4
KB
9912002-09-19 Jim Blandy <jimb@redhat.com>
992
993 Add support for distinct host and target character sets.
994 * charset.c, charset.h: New files.
995 * c-exp.y: #include "charset.h".
996 (yylex): Convert character and string literals to the target
997 character set, before returning them as the semantic value of the
998 token.
999 * c-lang.c: #include "charset.h".
1000 (c_emit_char): Use charset-specific methods to recognize
1001 characters with backslash escape forms, to decide which characters
1002 to print literally and which to print using numeric escape
1003 sequences, and to convert target characters to host characters
1004 before printing.
1005 * utils.c: #include "charset.h".
1006 (no_control_char_error): New function.
1007 (parse_escape): Use charset-specific methods to recognize
1008 backslash escapes, parse `control character' notation, and convert
1009 characters from the host character set to the target character set.
1010 * configure.in: Set the default host character set.
1011 Check where to find iconv, and what its argument types might be.
1012 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1013 * Makefile.in (SFILES): List charset.c.
1014 (COMMON_OBS): List charset.o.
1015 (charset.o): New rule.
1016 (charset_h): New header dependency variable.
1017 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1018 (LIBICONV): New variable, set by configure.
1019 (CLIBS): Include $(LIBICONV) here.
1020 * aclocal.m4, config.in, configure: Regenerated.
1021
525d6a61
JB
10222002-09-19 Joel Brobecker <brobecker@gnat.com>
1023
1024 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1025 bison 1.35 warning.
1026
3ed93867
RE
10272002-09-19 Richard Earnshaw <rearnsha@arm.com>
1028
1029 * gdb_mbuild.sh: New file.
1030
437666f8
AC
10312002-09-19 Andrew Cagney <ac131313@redhat.com>
1032
1033 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1034
389e51db
AC
10352002-09-18 Andrew Cagney <ac131313@redhat.com>
1036
1037 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1038 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1039 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1040 valops.c, value.h: Revert previous change.
1041
3b4efeaa
MS
10422002-09-18 Michael Snyder <msnyder@redhat.com>
1043
1044 Preliminary support for Objective-C:
1045 * defs.h (language_objc): New enum value.
1046 (puts_filtered_tabular): Declaration only, exported from utils.c.
1047 (skip_quoted): Delete, declared in completer.h.
1048 * c-exp.y: Include completer.h.
1049 * p-exp.y: Ditto.
1050 * jv-exp.y: Ditto.
1051 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1052 New operator enum values.
1053 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1054 * language.c (binop_result_type): Handle language_objc case.
1055 (integral_type, character_type, string_type, boolean_type,
1056 structured_type, binop_type_check): Ditto.
1057 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1058 (struct objc_specific): Add to general_symbol_info.
1059 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1060 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1061 * parser-defs.h (struct objc_class_str): New struct type.
1062 (start_msglist, end_msglist, add_msglist): Declaration only,
1063 exported from objc-lang.c.
1064 * value.h (value_of_local, value_nsstring,
1065 call_function_by_hand_expecting_type): Exported from valops.c.
1066 * valops.c (find_function_addr): Export.
1067 (call_function_by_hand_expecting_type): New function.
1068 (value_of_local): New function.
1069 * symfile.c (init_filename_language_table): Add ".m" extension
1070 for Objective-C.
1071 * utils.c (puts_filtered_tabular): New function.
1072 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1073 (set/show demangle): Extend help-string to refer to ObjC.
1074 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1075 * stabsread.c (symbol_reference_defined): Objective-C symbols
1076 may contain colons: make allowances when scanning stabs strings
1077 for colons.
1078 (objc_find_colon): New function.
1079 * printcmd.c (address_info): If language == objc then print
1080 "self" instead of "this".
1081 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1082 OP_NSSTRING, and OP_SELF.
1083 (prefixify_subexp): Ditto.
1084 * source.c (print_source_lines): Mention objc in comment.
1085 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1086 method names.
1087
b9caf505
AC
10882002-09-18 Andrew Cagney <ac131313@redhat.com>
1089
1090 * complaints.h: Update copyright.
1091 (struct complaints): Declare.
1092 (struct complaint): Make `message' constant.
1093 (internal_complaint): Declare.
1094 (complaint): Declare.
1095 (complaint_root): Delete declaration.
1096 (symfile_complaints): Delete declaration.
1097 (struct complaints): Add opaque declaration.
1098 (clear_complaints): Add a complaints parameter.
1099 * complaints.c: Update copyright.
1100 (enum complaint_series): Define.
1101 (complaint_root): Delete.
1102 (struct complaints): Define.
1103 (complaint_sentinel, symfile_complaint_book): New variables.
1104 (symfile_explanations, symfile_complaints): New variables.
1105 New variables.
1106 (get_complaints): New function.
1107 (vcomplaint): New function.
1108 (complaint): New function.
1109 (internal_complaint): New function.
1110 (complain): Call vcomplain with symfile_complaint.
1111 (clear_complaints): Rewrite.
1112 (_initialize_complaints): Use add_setshow_command.
1113 * Makefile.in (complaints.o): Update dependencies.
1114 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1115 to call to clear_complaints.
1116 (new_symfile_objfile, reread_symbols): Ditto.
1117 (oldsyms_complaint): Delete.
1118 (empty_symtab_complaint, unknown_option_complaint): Delete.
1119 (free_named_symtabs): Use complaint instead of complain.
1120
d2e6263c
MS
11212002-09-18 Michael Snyder <msnyder@redhat.com>
1122
5fb2031a
AC
1123 Contributed by Apple Computer, Inc. Merged with current sources
1124 by Adam Fedor <fedor@doc.com> [cagney].
1125
d2e6263c
MS
1126 * objc-lang.c: First clean-up round: comments, indentation.
1127 * objc-lang.h: Ditto.
1128 * objc-lang.y: Ditto.
1129
dec43320
AC
11302002-09-18 Andrew Cagney <ac131313@redhat.com>
1131
1132 * maint.c (maintenance_internal_error): Print the parameter as the
1133 error message.
1134 (maintenance_internal_warning): New function.
1135 (_initialize_maint_cmds): Add command `maint internal-warning'.
1136
1137 * defs.h (internal_warning, internal_vwarning): Declare.
1138 * utils.c (struct internal_problem): Define.
1139 (internal_vproblem): New function.
1140 (internal_warning): New function.
1141 (internal_vwarning): New function.
1142 (internal_warning_problem, internal_error_problem): New variables.
1143 (internal_verror): Just call internal_vproblem.
1144
b81654f1
MS
11452002-09-18 Michael Snyder <msnyder@redhat.com>
1146
1147 * objc-lang.c: New file, support for Objective-C.
1148 Preliminary check-in, not yet integrated into gdb.
1149 * objc-lang.h: New file.
1150 * objc-exp.y: New file.
1151
0542c381
AC
11522002-09-18 Andrew Cagney <ac131313@redhat.com>
1153
7bda5e4a
AC
1154 * infrun.c (signal_stop_update): Convert definition to ISO C.
1155 (signal_print_update): Ditto.
1156 (signal_pass_update): Ditto.
1157 * inflow.c (terminal_save_ours): Ditto.
1158
5247b418
AC
1159 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1160 comments.
1161
fc60962c
AC
1162 * config/djgpp/fnchange.lst: Handle name clashes between
1163 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1164 bfd/coff-tic80.c.
1165
0542c381
AC
1166 * i386-linux-tdep.h: Fix tipo.
1167
5b924b9b
AF
11682002-09-18 Adam Fedor <fedor@gnu.org>
1169
1170 * MAINTAINERS: Add myself to the Write After Approval list.
1171
5afc051b
JB
11722002-09-18 Jim Blandy <jimb@redhat.com>
1173
1174 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1175 texthigh and textlow to reader-specific structs caused
1176 objfile_relocate to miss them. This is fixable, but the work that
1177 the change was supposed to prepare GDB for never got done anyway.
1178
eb944380
DC
11792002-09-18 David Carlton <carlton@math.stanford.edu>
1180
1181 * MAINTAINERS: Alphabetize Write After Approval list.
1182
948e66d9
DJ
11832002-09-18 Daniel Jacobowitz <drow@mvista.com>
1184
1185 Fix PR gdb/709
1186 * values.c (value_static_field): Call read_var_value.
1187
dc604539
AC
11882002-09-18 Andrew Cagney <ac131313@redhat.com>
1189
1190 * valops.c (hand_function_call): Align the initial stack pointer
1191 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1192 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1193 return value.
1194 * mips-tdep.c (mips_frame_align): New function.
1195 (mips_gdbarch_init): Set frame_align.
1196 * gdbarch.sh (FRAME_ALIGN): New method.
1197 * gdbarch.h, gdbarch.c: Re-generate.
1198
cb7e422f
ML
11992002-09-18 Michal Ludvig <mludvig@suse.cz>
1200
1201 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1202 registers.
1203
a094c6fb
AC
12042002-09-17 Andrew Cagney <ac131313@redhat.com>
1205
1206 * NEWS: Mention that MIPS $fp behavior changed.
1207 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1208 reference to FP_REGNUM.
1209 (mipsnbsd_cannot_store_register): Ditto.
1210 * mips-linux-nat.c: Update copyright.
1211 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1212 (mips_linux_cannot_store_register): Ditto.
1213 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1214 * config/mips/tm-mips.h: Update copyright.
1215 (FP_REGNUM): Delete macro.
1216 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1217 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1218 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1219 (mips_r3041_reg_names, mips_r3051_reg_names)
1220 (mips_r3081_reg_names): Replace "fp" with "".
1221 Fix PR gdb/480.
1222
45cf40d1
TR
12232002-09-17 Theodore A. Roth <troth@verinet.com>
1224
1225 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1226 generic_read_register_dummy() (PR gdb/703).
1227 (avr_push_return_address): #if 0 out unused vars.
1228 (avr_gdbarch_init): Enable use of avr_push_return_address().
1229
c7e701b5
MS
12302002-09-17 Michael Snyder <msnyder@redhat.com>
1231
d76ba2a5 1232 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1233 RTE will take care of it.
1234
20bcf01c
AC
12352002-09-17 Andrew Cagney <ac131313@redhat.com>
1236
1237 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1238 invalid, return SP_REGNUM.
1239
009a9971 12402002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1241
1242 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1243 point registers without sign extension.
1244
135c175f
AC
12452002-09-17 Andrew Cagney <cagney@redhat.com>
1246
1247 * blockframe.c (deprecated_read_register_dummy): Rename
1248 generic_read_register_dummy.
1249 * frame.c (frame_unwind_signed_register): New function.
1250 (frame_unwind_unsigned_register): New function.
1251 * frame.h (frame_unwind_signed_register): Declare.
1252 (frame_unwind_unsigned_register): Declare.
1253 (deprecated_read_register_dummy): Rename
1254 generic_read_register_dummy.
1255
1256 * h8300-tdep.c (h8300_frame_chain): Update.
1257 (h8300_frame_saved_pc): Update.
1258 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1259 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1260 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1261 (s390_frame_chain): Update.
1262 * v850-tdep.c (v850_find_callers_reg): Update.
1263 (v850_frame_saved_pc): Update.
1264 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1265 (m32r_find_callers_reg): Update.
1266 (m32r_frame_saved_pc): Update.
1267 * sh-tdep.c (sh_find_callers_reg): Update.
1268 (sh64_get_saved_pr): Update.
1269 (sh_init_extra_frame_info): Update.
1270 (sh_init_extra_frame_info): Update.
1271 (sh64_init_extra_frame_info): Update.
1272 (sh64_init_extra_frame_info): Update.
1273 * mcore-tdep.c (mcore_find_callers_reg): Update.
1274 (mcore_frame_saved_pc): Update.
1275 (mcore_init_extra_frame_info): Update.
1276 * i386-tdep.c (i386_frame_saved_pc): Update.
1277 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1278 (ia64_init_extra_frame_info): Update.
1279 (ia64_init_extra_frame_info): Update.
1280 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1281 * cris-tdep.c (cris_init_extra_frame_info): Update.
1282 * avr-tdep.c (avr_frame_chain): Update.
1283 (avr_init_extra_frame_info): Update.
1284 (avr_frame_saved_pc): Update.
1285 * arm-tdep.c (arm_find_callers_reg): Update.
1286 (arm_init_extra_frame_info): Update.
1287 (arm_frame_saved_pc): Update.
1288
a741e514
TT
12892002-09-17 Tom Tromey <tromey@redhat.com>
1290
1291 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1292 is "'".
1293
d1a8e808
CV
12942002-09-17 Corinna Vinschen <vinschen@redhat.com>
1295
1296 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1297 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1298 NEXT_PROLOGUE_INSN.
1299 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1300 NEXT_PROLOGUE_INSN.
1301
d9025a18
JB
13022002-09-16 Joel Brobecker <brobecker@gnat.com>
1303
1304 * osfsolib.c: Remove file, replaced by solib-osf.c.
1305 * Makefile.in: Remove compilation rules for osfsolib.c.
1306
1b2ef1b6
DC
13072002-09-16 David Carlton <carlton@math.stanford.edu>
1308
1309 * cp-valprint.c (cp_print_class_method): Correct args to
1310 check_stub_method_group.
1311
928e48af
CV
13122002-09-16 Corinna Vinschen <vinschen@redhat.com>
1313
1314 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1315 `set architecture'. Unify naming convention of functions.
1316 (h8300_skip_prologue): Improve prologue analysis.
1317 (h8300_push_arguments): Rewritten to more closely match GCC's
1318 bizarre argument-passing behavior, along with the comment describing
1319 said behavior.
1320 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1321 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1322 sim, remote-e7000.c, remote-hms.c and remote.c
1323
5e3397bb
MK
13242002-09-15 Mark Kettenis <kettenis@gnu.org>
1325
1326 * i386-tdep.c (gdb_print_insn_i386): Removed.
1327 (i386_print_insn): New function.
1328 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1329 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1330 tm_print_insn_info.
1331
f710f4fc
MK
13322002-09-14 Mark Kettenis <kettenis@gnu.org>
1333
1334 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1335 zero.
1336
db54fef4
CV
13372002-09-14 Corinna Vinschen <vinschen@redhat.com>
1338
1339 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1340 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1341 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1342
2becadee
CF
13432002-09-13 Christopher Faylor <cgf@redhat.com>
1344
1345 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1346
de17c821
DJ
13472002-09-13 Daniel Jacobowitz <drow@mvista.com>
1348
1349 * gdbtypes.c (check_stub_method): Make static.
1350 (check_stub_method_group): New function.
1351 * gdbtypes.h: Update prototypes.
1352 * cp-support.c: New file.
1353 * cp-support.h: New file.
1354
1355 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1356 (update_method_name_from_physname): New function.
1357 (read_member_functions): Correct method names for operators
1358 and v3 constructors/destructors. Separate v2 constructors and
1359 destructors.
1360 * Makefile.in (stabsread.o): Update dependencies.
1361 (SFILES): Add cp-support.c.
1362 (COMMON_OBS): Add cp-support.o.
1363 (cp_support_h, cp-support.o): Add.
1364
1365 * cp-valprint.c (cp_print_class_method): Call
1366 check_stub_method_group instead of check_stub_method. Remove
1367 extraneous QUITs.
1368 * p-valprint.c (pascal_object_print_class_method): Likewise.
1369 * valops.c (search_struct_method): Likewise.
1370 (find_method_list, value_struct_elt_for_reference): Likewise.
1371
e76cff22
AC
13722002-09-13 Andrew Cagney <cagney@redhat.com>
1373
1374 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1375 * gdbarch.h, gdbarch.c: Regenerate.
1376
905abb3f
AC
13772002-09-13 Andrew Cagney <ac131313@redhat.com>
1378
1379 * frame.c (find_saved_register): Delete function.
1380 * frame.h (find_saved_register): Delete declaration.
1381 Fix PR gdb/631.
1382
64159455
AC
1383Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1384
1385 * mips-tdep.c (read_next_frame_reg): Re-hack using
1386 frame_register_unwind.
1387
795e1e11
AC
1388Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1389
1390 * mips-tdep.c (mips_get_saved_register): Re-hack using
1391 frame_register_unwind.
1392
5720643c
JB
13932002-09-12 Joel Brobecker <brobecker@gnat.com>
1394
1395 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1396 vector. Will be useful for Interix.
1397 * gdbarch.h, gdbarch.c: Regenerate.
1398
1399 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1400 name of the malloc function by NAME_OF_MALLOC.
1401
3bada2a2
JB
14022002-09-12 Joel Brobecker <brobecker@gnat.com>
1403
1404 * value.h (find_function_in_inferior): Add const keyword to
1405 one of the parameters. Allows us to invoke this function with
1406 a const char *.
1407 * valops.c (find_function_in_inferior): Likewise.
1408
3db26b01
JB
14092002-09-12 Joel Brobecker <brobecker@gnat.com>
1410
1411 * exec.c (xfer_memory): Fix compilation warning with old versions
1412 of GCC.
1413 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1414
17c5ed2c
DC
14152002-09-12 David Carlton <carlton@math.stanford.edu>
1416
1417 * symtab.h: Run through gdb_indent.h.
1418 Add 2002 to Copyright year list.
1419
ecd1107e
AM
14202002-09-12 Alan Modra <amodra@bigpond.net.au>
1421
1422 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1423 mach constants.
1424 * MAINTAINERS: Add myself to write after approval list.
1425
e64f66d1
JB
14262002-09-11 J. Brobecker <brobecker@gnat.com>
1427
1428 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1429
f9395794
JB
14302002-09-11 J. Brobecker <brobecker@gnat.com>
1431
1432 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1433 Interix.
1434
1a303dec
MS
14352002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1436
1437 * procfs.c (do_detach): Clear current signal, not just fault.
1438 Corrects problem with breakpoint trap signal leaking to detached
1439 process on Tru64.
1440
c0219d42
MS
14412002-09-10 Michael Snyder <msnyder@redhat.com>
1442
1443 * buildsym.c (finish_block): Protect against null pointer.
1444
9d84ac84
AC
14452002-09-10 Andrew Cagney <cagney@redhat.com>
1446
1447 * infcmd.c (default_print_registers_info): Send all output to
1448 ``file'' instead of ``gdb_stdout''.
1449
77d8f2b4
MS
14502002-09-10 Michael Snyder <msnyder@redhat.com>
1451
1452 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1453 LONGEST, and use signed register read (addresses are sign-
1454 extended for mips).
1455
99656a61
SC
14562002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1457
1458 * event-loop.c (gdb_do_one_event): Make public.
1459 * event-loop.h (gdb_do_one_event): Declare.
1460
da12f4d8
JL
14612002-09-10 Jeff Law <law@redhat.com>
1462
1463 * infttrace.c (child_resume): Simplify and rework to avoid
1464 TT_PROC_CONTINUE.
1465
d0aee0c4
FF
14662002-09-09 Fred Fish <fnf@intrinsity.com>
1467
1468 * printcmd.c (print_scalar_formatted): "len" is the number of
1469 target bytes, NOT the number of target bits.
1470
7cb3ec5e
EZ
14712002-09-09 Elena Zannoni <ezannoni@redhat.com>
1472
1473 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1474 * top.c (init_main): Set rl_terminal_name.
1475
4dc81987
AS
14762002-09-08 Aidan Skinner <aidan@velvet.net>
1477
1478 * ada-lang.c (ada_array_bound, ada_type_match,
1479 _initialize_ada_language): Fix K&R definitions.
1480 * ada-tasks.c (get_current_task): Fix K&R definitions.
1481 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1482
842330b4
CF
14832002-09-07 Christopher Faylor <cgf@redhat.com>
1484
1485 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1486 Add XP.
1487
43156d82
MK
14882002-09-06 Mark Kettenis <kettenis@gnu.org>
1489
66da5fd8
MK
1490 * i386-tdep.c (i386_register_virtual_type,
1491 i386_register_convertible, i386_register_convert_to_virtual,
1492 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1493 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1494 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1495 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1496 Don't set push_arguments twice.
1497
4b218c18
MK
1498 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1499 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1500 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1501 sigtramp_end to NULL.
1502 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1503 defines.
1504 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1505
4cc314d5
MK
1506 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1507 whitespace.
1508
43156d82
MK
1509 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1510 * gdbarch.h, gdbarch.c: Re-generate.
1511 * blockframe.c (find_pc_sect_partial_function): Convert to use
1512 SIGTRAMP_START_P predicate.
1513
6672060b
MS
15142002-09-05 Michael Snyder <msnyder@redhat.com>
1515
a90c3637
MS
1516 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1517 generic_dummy_frame method and old method. Also distinguish
1518 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1519 (arm_extract_return_value): Use new regcache method.
a90c3637 1520
6672060b
MS
1521 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1522 adjustment that doesn't conform to the ABI.
1523 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1524 saved regcache, not from current regcache.
1525
299ffc64
AC
15262002-09-05 Andrew Cagney <ac131313@redhat.com>
1527
1528 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1529 * README: Update.
1530
a3a2ee65
JT
15312002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1532
1533 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1534 if arm_apcs_32 is false.
1535
2bc7eea9
AC
15362002-09-04 Andrew Cagney <ac131313@redhat.com>
1537
1538 GDB 5.3 branch created.
1539
8a55a7c5
TR
15402002-09-03 Theodore A. Roth <troth@verinet.com>
1541
1542 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1543 generic_unwind_get_saved_register.
1544
e26fb1d7
DC
15452002-09-03 David Carlton <carlton@math.stanford.edu>
1546
1547 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1548 argument (PR gdb/653). Update call to smash_to_method_type.
1549 (read_structure_scope): Update call to dwarf2_add_member_fn.
1550
30d52491
ML
15512002-09-03 Michal Ludvig <mludvig@suse.cz>
1552
1553 * x86-64-linux-tdep.c: Include gdb_string.h
1554 * x86-64-linux-nat.c: Ditto.
1555
06891d83
JT
15562002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1557
1558 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1559 when YYDEBUG is set to 1.
1560 * c-exp.y: Likewise.
1561 * f-exp.y: Likewise.
1562 * jv-exp.y: Likewise.
1563 * m2-exp.y: Likewise.
1564 * p-exp.y: Likewise.
1565
7d400e77
JT
15662002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1567
1568 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1569 dependency list.
1570 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1571 solib_svr4_fetch_link_map_offsets to
1572 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1573 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1574 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1575 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1576 solib-svr4.o, and solib-legacy.o.
1577 * config/i386/tm-nbsd.h: Include solib.h.
1578
704a27c4
JT
15792002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1580
1581 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1582 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1583 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1584 comment noting that this needs its own target configuration.
1585 * config/i386/nbsd.mt: New file.
1586 * config/i386/nbsdaout.mt: Remove.
1587 * config/i386/nbsdelf.mt: Ditto.
1588 * config/i386/tm-nbsdaout.h: Ditto.
1589
d66198e1
JT
15902002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1591
1592 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1593 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1594 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1595 tdep->sigtramp_end.
1596 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1597 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1598 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1599
3cac699e
JT
16002002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1601
1602 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1603 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1604 * i386-tdep.h (i386bsd_init_abi): New prototype.
1605 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1606 function declaration.
1607 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1608 for NetBSD-a.out or NetBSD-ELF.
1609 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1610 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1611 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1612 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1613 and nbsd-tdep.h.
1614 (i386nbsd_pc_in_sigtramp): New function.
1615 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1616 i386nbsd_pc_in_sigtramp.
1617 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1618 and i386nbsdelf_init_abi OS ABI handlers.
1619 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1620 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1621
7010ca0a
MK
16222002-09-02 Mark Kettenis <kettenis@gnu.org>
1623
1624 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1625 registers if the target really has them.
1626
6dd93b72
JT
16272002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1628
1629 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1630 than nbsd-tdep.h.
1631
2ca8ae21
JT
16322002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1633
1634 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1635 list.
1636 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1637 (alphanbsd_skip_sigtramp_frame): New functions.
1638 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1639 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1640 to alphanbsd_sigcontext_addr.
1641
3d9b49b0
JT
16422002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1643
1644 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1645 list.
1646 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1647 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1648 nbsd_pc_in_sigtramp.
1649 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1650 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1651 * nbsd-tdep.c: Include gdb_string.h.
1652 (nbsd_pc_in_sigtramp): New function.
1653 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1654 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1655 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1656 ppcnbsd_pc_in_sigtramp.
1657 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1658 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1659 shnbsd_pc_in_sigtramp.
1660 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1661 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1662 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1663
c860120c
PM
16642002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1665
1666 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1667 watchpoints to NULL.
1668 (insert_breakpoints): set val field of watchpoints if NULL.
1669
1670
c7612d53
JB
16712002-08-29 Jim Blandy <jimb@redhat.com>
1672
1673 * symtab.c (lookup_symbol_aux): In the cases where we find a
1674 minimal symbol of an appropriate name and use its address to
1675 select a symtab to read and search, use `name' (as passed to us)
1676 as the demangled name when searching the symtab's global and
1677 static blocks, not the minsym's name.
1678
66609862
KS
16792002-08-29 Keith Seitz <keiths@redhat.com>
1680
1681 * stack.c (print_frame_info_base): Always set current_source_symtab
1682 and current_source_line.
1683
151fefe2
JB
16842002-08-29 Donn Terry <donnte@microsoft.com>
1685
1686 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1687
bfb3754e
KS
16882002-08-28 Keith Seitz <keiths@redhat.com>
1689
1690 * stack.c (select_frame): Add FIXME concerning selected-frame
1691 events.
1692 (select_frame_command): Send selected-frame-level-changed
1693 event notification, but only if the level actually changed.
1694 (up_silently_base): Add selected-frame-level-changed event
1695 notification.
1696 (down_silently_base): Likewise.
1697
e822a2a0
AC
16982002-08-28 Andrew Cagney <ac131313@redhat.com>
1699
1700 * Makefile.in: Update dependencies for all gdb/*.c files.
1701
309367d4
TT
17022002-08-27 Tom Tromey <tromey@redhat.com>
1703
1704 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1705 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1706 Update dependencies.
1707 * i387-tdep.c: Include gdb_string.h.
1708 * osabi.c: Likewise.
1709 * i386-linux-nat.c: Likewise.
1710 * lin-lwp.c: Likewise.
1711 * ax-gdb.c: Likewise.
1712 * signals/signals.c: Likewise.
1713 * jv-valprint.c: Likewise.
1714 * p-lang.c: Likewise.
1715 * c-valprint.c: Likewise.
1716 * cp-abi.c: Likewise.
1717
e1507482
EZ
17182002-08-27 Elena Zannoni <ezannoni@redhat.com>
1719
1720 * cli/cli-script.h (copy_command_lines): Export.
1721 * breakpoint.c: Include cli/cli-script.h.
1722 * Makefile.in (breakpoint.o): Update dependencies.
1723
c6510018
MS
17242002-08-26 Michael Snyder <msnyder@redhat.com>
1725
1726 * breakpoint.c (insert_breakpoints): Protect all references
1727 to 'process_warning'. Shorten long lines.
1728
c2b8ed2c
MS
17292002-08-26 Joel Brobecker <brobecker@gnat.com>
1730
1731 * cli/cli-script.c (copy_command_lines): New function.
1732 * defs.h (copy_command_lines): Export.
1733 * testsuite/gdb.base/commands.exp: New tests for commands
1734 attached to a temporary breakpoint, and for commands that
1735 delete the breakpoint they are attached to.
1736
17372002-08-26 Michael Snyder <msnyder@redhat.com>
1738
1739 * breakpoint.c (bpstat_stop_status): Instead of copying the
1740 pointer to the breakpoint commands struct, make a new copy
1741 of the struct and point to that.
1742 (bpstat_clear): Free the commands struct.
1743 (bpstat_clear_actions): Free the commands struct.
1744 (bpstat_do_actions): Free the command actions. Also execute
1745 the local cleanups, instead of deleting them.
1746 (delete_breakpoint): Leave the commands field of the bpstat
1747 chain alone -- it will be freed later.
1748
64b84175
KB
17492002-08-26 Kevin Buettner <kevinb@redhat.com>
1750
1751 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1752 deleted in 2002-08-20 commit. This function is still used by
1753 ppc-linux-nat.c.
1754
55970da6
KS
17552002-08-26 Keith Seitz <keiths@redhat.com>
1756
1757 * gdb-events.sh: Add selected-frame-level-changed event.
1758 * gdb-events.c: Regenerated.
1759 * gdb-events.h: Regenerated.
1760
a790ad35
SC
17612002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1762
1763 Fix PR gdb/393:
1764 * inflow.c (terminal_save_ours): New function to save terminal
1765 settings.
1766 * inferior.h (terminal_save_ours): Declare.
1767 * target.c (debug_to_terminal_save_ours): New function.
1768 (cleanup_target): Defaults to_terminal_save_ours.
1769 (update_current_target): Inherit to_terminal_save_ours.
1770 (setup_target_debug): Set to_terminal_save_ours.
1771 * target.h (target_terminal_save_ours): New to save terminal settings.
1772 (target_ops): New member to_terminal_save_ours.
1773 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1774 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1775 * inftarg.c (init_child_ops): Likewise.
1776 * m3-nat.c (init_m3_ops): Likewise.
1777 * procfs.c (init_procfs_ops): Likewise.
1778 * wince.c (init_child_ops): Likewise.
1779 * win32-nat.c (init_child_ops): Likewise.
1780 * sol-thread.c (init_sol_thread_ops): Likewise.
1781
c00dcbe9
MK
17822002-08-26 Mark Kettenis <kettenis@gnu.org>
1783
3d7f4f49
MK
1784 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1785 use regcache_* functions.
1786 (i386_gdbarch_init): Set store_return_value instead of
1787 deprecated_store_return_value.
1788
c00dcbe9
MK
1789 * regcache.c (regcache_raw_write_signed,
1790 regcache_raw_write_unsigned): New functions.
1791 * regcache.h (regcache_raw_write_signed,
1792 regcache_raw_write_unsigned): New prototypes.
1793
0e0d15ca
AC
17942002-08-25 Andrew Cagney <ac131313@redhat.com>
1795
1796 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1797 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1798 source file dependencies. Cleanup corresponding generator rules.
1799
d3b22ed5
AC
18002002-08-25 Andrew Cagney <ac131313@redhat.com>
1801
1802 * regcache.h (register_offset_hack): Declare.
1803 (regcache_cooked_read_using_offset_hack): Declare.
1804 (regcache_cooked_write_using_offset_hack): Declare.
1805
1806 * regcache.c (register_offset_hack): New function.
1807 (regcache_cooked_read_using_offset_hack): New function.
1808 (regcache_cooked_write_using_offset_hack): New function.
1809 (regcache_dump): Check that the registers, according to their
1810 offset, are packed hard against each other.
1811 (cooked_xfer_using_offset_hack): New function.
1812
bb425013
AC
18132002-08-25 Andrew Cagney <ac131313@redhat.com>
1814
1815 * regcache.c (struct regcache_descr): Add field register_type.
1816 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1817 in as a parameter
1818 (init_regcache_descr): Initialize register_type. Pass the descr
1819 to init_legacy_regcache_descr. Use register_type instead of
1820 REGISTER_VIRTUAL_TYPE.
1821 (register_type): New function.
1822 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1823 * regcache.h (register_type): Declare.
1824
d0403e00
AC
18252002-08-25 Andrew Cagney <ac131313@redhat.com>
1826
1827 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1828 instead of deprecated_store_return_value. Fix fallout from
1829 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1830
0ed04cce
AC
18312002-08-25 Andrew Cagney <ac131313@redhat.com>
1832
1833 * regcache.c (max_register_size): New function.
1834 (init_legacy_regcache_descr): Ensure that max_register_size is
1835 large enough for REGISTER_VIRTUAL_SIZE.
1836 * regcache.h (max_register_size): Declare.
1837
46d79c04
AC
18382002-08-24 Andrew Cagney <ac131313@redhat.com>
1839
1840 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1841 store_return_value.
1842 (e500_extract_return_value): Change type of valbuf pointer to
1843 void.
1844
853c7bd0
MK
18452002-08-24 Mark Kettenis <kettenis@gnu.org>
1846
cd87e769
MK
1847 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1848 workaround.
1849
853c7bd0
MK
1850 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1851 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1852 long long) to prevent compiler warning on 64-bit systems.
1853
ebba8386
AC
18542002-08-23 Andrew Cagney <cagney@redhat.com>
1855
1856 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1857 (DEPRECATED_STORE_RETURN_VALUE): New method.
1858 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1859 * gdbarch.h, gdbarch.c: Re-generate.
1860
1861 * values.c (set_return_value): Pass current_regcache to
1862 STORE_RETURN_VALUE.
1863 * arch-utils.h (legacy_store_return_value): Declare.
1864 * arch-utils.c (legacy_store_return_value): New function.
1865 (legacy_extract_return_value): Update parameters.
1866
1867 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1868 STORE_RETURN_VALUE.
1869 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1870 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1871 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1872 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1873 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1874 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1875 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1876 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1877 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1878 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1879
1880 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1881 * i386-tdep.c (i386_extract_return_value): Update.
1882 * arch-utils.c (legacy_extract_return_value): Update.
1883 * frv-tdep.c (frv_gdbarch_init): Update.
1884 * cris-tdep.c (cris_gdbarch_init): Update.
1885 * d10v-tdep.c (d10v_gdbarch_init): Update.
1886 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1887 * m68k-tdep.c (m68k_gdbarch_init): Update.
1888 * mcore-tdep.c (mcore_gdbarch_init): Update.
1889 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1890 * s390-tdep.c (s390_gdbarch_init): Update.
1891 * sparc-tdep.c (sparc_gdbarch_init): Update.
1892 * sh-tdep.c (sh_gdbarch_init): Update.
1893 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
1894 * v850-tdep.c (v850_gdbarch_init): Update.
1895 * avr-tdep.c (avr_gdbarch_init): Update.
1896 * ia64-tdep.c (ia64_gdbarch_init): Update.
1897 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1898 * vax-tdep.c (vax_gdbarch_init): Update.
1899 * alpha-tdep.c (alpha_gdbarch_init): Update.
1900 * arm-tdep.c (arm_gdbarch_init): Update.
1901 * mips-tdep.c (mips_gdbarch_init): Update.
1902 * i386-tdep.c (i386_gdbarch_init): Update.
1903
5bd8c6d0
AC
19042002-08-23 Andrew Cagney <ac131313@redhat.com>
1905
1906 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
1907 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
1908
e73e1724
MK
19092002-08-24 Mark Kettenis <kettenis@gnu.org>
1910
1911 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
1912 problems.
1913
3e6564e1
JB
19142002-08-23 Joel Brobecker <brobecker@gnat.com>
1915
1916 * infrun.c (handle_inferior_event): Move a comment outside of a
1917 function call, in order to avoid indent reformatting this part
1918 of the code in an unreadable way.
1919
81d0cc19
GS
19202002-08-23 Grace Sainsbury <graces@redhat.com>
1921
1922 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
1923 when breakpoints fail. Move general breakpoint error messages to
1924 insert_breakpoints.
1925 * breakpoint.c (insert_breakpoints): Change warnings when
1926 breakpoints are nto inserted to specify the type. Remove call to
1927 memory_error when hardware breakpoints can't be inserted. Remove
1928 multiple calls to warning so all messages are sent to the user at
1929 once.
1930 (delete_breakpoints): Make insert error messsages more explicit.
1931
17574093
DJ
19322002-08-23 Daniel Jacobowitz <drow@mvista.com>
1933
1934 * ChangeLog: Move gdbserver entries after GDB 5.2 to
1935 gdbserver/ChangeLog.
1936
8acc2935
MK
19372002-08-23 Mark Kettenis <kettenis@gnu.org>
1938
dfe01d39
MK
1939 * i386-tdep.c: Include "objfiles.h".
1940 (i386_svr4_init_abi): Set in_solib_call_trampoline and
1941 skip_trampoline_code.
1942 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
1943 (CPLUS_MARKER): Define to '.'.
1944
8acc2935
MK
1945 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
1946 member.
1947 (linux_corefile_thread_callback): Increase args->num_notes.
1948 (linux_make_note_section): Initialize thread_args.num_notes, and
1949 use it to determine whether notes for any threads were created.
1950
151fefe2 19512002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
1952
1953 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
1954 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
1955 and PCUNKILL.
1956 (write_with_trace): Conditionalize out the switch branch handling
1957 PCSHOLD if the corresponding macro is not defined. Likewise for
1958 PRSABORT and PRSTOP.
1959 This change will be needed by the Interix port.
1960
e1507482
EZ
19612002-08-22 Elena Zannoni <ezannoni@redhat.com>
1962
1963 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
1964 write_register wherever possible instead of manipulating the
1965 register bytes directly.
1966 Assign VALUE_CONTENTS to a variable and use that.
1967 The GPR numbers are now dependent on the architecture.
1968
96ff0de4
EZ
19692002-08-22 Elena Zannoni <ezannoni@redhat.com>
1970
1971 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
1972 ev_offset fields.
1973 (skip_prologue): Add support for BookE/e500 instructions.
1974 (e500_extract_return_value): New function.
1975 (frame_get_saved_regs): Add support for saving ev registers and
1976 pseudo gpr's.
1977 (e500_store_return_value): New function.
1978 (rs6000_gdbarch_init): Move up default intializations of
1979 deprecated_extract_return_value and store_return_value. Overwrite
1980 init of store_return_value with e500 specific version.
1981 Set extract_return_value for e500.
1982
fbefca5b
EZ
19832002-08-22 Elena Zannoni <ezannoni@redhat.com>
1984
1985 * blockframe.c (generic_call_dummy_register_unwind): Use
1986 regcache_cooked_read to catch cases in which the variable is
1987 stored in a pseudo register.
1988
4d210288
AC
19892002-08-22 Andrew Cagney <cagney@redhat.com>
1990
1991 * NEWS: Mention that the i960 has been made obsolete.
1992 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
1993 i960-tdep.c
1994 (remote-nrom.o): Obsolete target.
1995 (remote-nindy.o, i960-tdep.o): Ditto.
1996 * remote-nrom.c: Make file obsolete.
1997 * remote-nindy.c, remote-vx960.c: Ditto.
1998 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
1999 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2000 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2001 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2002 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2003 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2004 i960-*-vxworks* obsolete.
2005 * MAINTAINERS: Note that the i960 is obsolete.
2006
6c0c456d
CV
20072002-08-21 Corinna Vinschen <vinschen@redhat.com
2008
2009 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2010 detach to allow reinitialization.
2011
9f9d12b3
AC
20122002-08-22 Andrew Cagney <ac131313@redhat.com>
2013
2014 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2015 attempt).
2016
ebeb39fe
JB
20172002-08-22 Jim Blandy <jimb@redhat.com>
2018
2019 * coffread.c (coff_symfile_read): Don't try to read the line
2020 number table from disk if the image file doesn't have a symbol
2021 table; we'll never actually look at the info anyway, and Windows
2022 ships DLL's with bogus file offsets for the line number data.
2023
5bf1c677
EZ
20242002-08-21 Elena Zannoni <ezannoni@redhat.com>
2025
2026 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2027 an e500 executable.
2028
71b8ef93
MS
20292002-08-21 Michael Snyder <msnyder@redhat.com>
2030
2031 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2032 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2033 (DEFAULT_MIPS_TYPE): Delete unused macro.
2034 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2035 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2036
d174216d
JB
20372002-08-21 Jim Blandy <jimb@redhat.com>
2038
2039 * valops.c (value_cast): Simplify and correct logic for doing a
2040 static cast from a pointer to a base class to a pointer to a
2041 derived class.
2042
0ab7a791
AC
20432002-08-21 Andrew Cagney <ac131313@redhat.com>
2044
2045 * infcmd.c (default_print_registers_info): Replace
2046 do_registers_info.
2047 (registers_info): Use gdbarch_print_registers_info instead of
2048 DO_REGISTERS_INFO.
2049 * inferior.h (default_print_registers_info): Replace
2050 do_registers_info.
2051 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2052 (DO_REGISTERS_INFO): Change to a predicate function.
2053 * gdbarch.h, gdbarch.c: Regenerate.
2054
e23792cc
KS
20552002-08-21 Keith Seitz <keiths@redhat.com>
2056
2057 * gdb-events.sh: Add target-changed event.
2058 * gdb-events.c: Regenerated.
2059 * gdb-events.c: Regenerated.
2060 * valops.c (value_assign): Add target-changed event notification
2061 to inlval_register, lval_memory, and lval_reg_frame_relative.
2062
9fb14e79
JB
20632002-08-21 Joel Brobecker <brobecker@gnat.com>
2064
2065 * NEWS: Add an entry regarding the improvement of the next/step
2066 operation on Alpha Tru64 multi-processor machines.
2067
6d39a69f
AC
20682002-08-21 Andrew Cagney <ac131313@redhat.com>
2069
72acd513
AC
2070 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2071 directores.
342af04b 2072 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2073 * Makefile.in (install-gdbtk): Move to install section.
2074 (rdi-share/libangsd.a): Move to end of file.
2075
fa5f27c7
AC
20762002-08-19 Andrew Cagney <ac131313@redhat.com>
2077
2078 * frame.c (frame_register_unwind): When a register, set addrp to
2079 the register's byte.
2080
5a89d8aa
MS
20812002-08-20 Michael Snyder <msnyder@redhat.com>
2082
2083 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2084 used locally, so move them from the target machine header to here.
2085 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2086 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2087 Make static.
2088 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2089
822e978b
AC
20902002-08-20 Andrew Cagney <cagney@redhat.com>
2091
2092 * NEWS: Mention that the Apollo line was made obsolete.
2093 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2094 m68*-hp-hpux* obsolete.
2095 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2096 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2097 * buildsym.c (make_blockvector): Make static.
2098 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2099 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2100 (ALLDEPFILES): Remove dstread.c.
2101 (dstread.o): Obsolete make rule.
2102 * dstread.c: Makefile obsolete.
2103 * dst.h: Ditto.
2104 * config/m68k/hp300hpux.mt: Ditto.
2105 * config/m68k/hp300hpux.mh: Ditto.
2106 * config/m68k/hp300bsd.mt: Ditto.
2107 * config/m68k/hp300bsd.mh: Ditto.
2108 * config/m68k/apollo68b.mt: Ditto.
2109 * config/m68k/apollo68v.mh: Ditto.
2110 * config/m68k/apollo68b.mh: Ditto.
2111
e41b17f0
MS
21122002-08-20 Michael Snyder <msnyder@redhat.com>
2113
2114 * mips-tdep.c (mips_in_return_stub): Make static.
2115 (mips_gdbarch_init): Set in_solib_return_trampoline.
2116 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2117
d50355b6
MS
21182002-08-20 Michael Snyder <msnyder@redhat.com>
2119
2120 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2121 * gdbarch.c, gdbarch.h: Regenerate.
2122 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2123 Add.
2124 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2125
757a7cc6
MS
21262002-08-20 Michael Snyder <msnyder@redhat.com>
2127
2128 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2129 (mips_gdbarch_init): Set skip_trampoline_code,
2130 in_solib_call_trampoline.
2131 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2132 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2133
c8001721
EZ
21342002-08-20 Elena Zannoni <ezannoni@redhat.com>
2135
2136 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2137
2138 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2139 vector type for ev registers.
2140 (e500_pseudo_register_read): New function.
2141 (e500_pseudo_register_write): New function.
2142 (e500_dwarf2_reg_to_regnum): New function.
2143 (PPC_UISA_NOFP_SPRS): New macro.
2144 (PPC_EV_REGS): New macro.
2145 (PPC_GPRS_PSEUDO_REGS): New macro.
2146 (registers_e500): New register set for e500.
2147 (variants): Add e500 variant.
2148 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2149 before setting architectural dependent variations. Initialize ev
2150 registers numbers. Add case for e500 architecture. Set the
2151 number of pseudo registers.
2152
64366f1c
EZ
21532002-08-20 Elena Zannoni <ezannoni@redhat.com>
2154
2155 * rs6000-tdep.c: Clean up comments.
2156
7e78f0ca
AC
21572002-08-20 Andrew Cagney <cagney@redhat.com>
2158
2159 * h8300-tdep.c: Re-indent file.
2160
697f7479
JB
21612002-08-20 Jim Blandy <jimb@redhat.com>
2162
2163 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2164 default for this.
697f7479 2165
e86ae29f
KS
21662002-08-20 Keith Seitz <keiths@redhat.com>
2167
2168 * breakpoints.c (watch_command_1): Use internal breakpoint
2169 when setting a watchpoint_scope breakpoint.
2170
216b504f
EZ
21712002-08-20 Elena Zannoni <ezannoni@redhat.com>
2172
2173 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2174 (build_builtin_type_vec64i): Ditto.
2175 (build_builtin_type_vec128): Ditto.
2176 (build_builtin_type_vec128i): Ditto.
2177
f7ab6ec6
MS
21782002-08-19 Michael Snyder <msnyder@redhat.com>
2179
2180 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2181 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2182 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2183 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2184 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2185 CALL_DUMMY_ADDRESS): Delete.
2186 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2187 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2188 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2189 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2190 push_return_address.
2191 (mips_register_raw_size, mips_eabi_use_struct_convention,
2192 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2193 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2194 mips_init_extra_frame_info, mips_eabi_push_arguments,
2195 mips_n32n64_push_arguments, mips_push_return_address,
2196 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2197 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2198
b5d1566e
MS
21992002-08-19 Michael Snyder <msnyder@redhat.com>
2200
2201 * mips-tdep.c (mips_frame_num_args): New function.
2202 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2203 frame_saved_pc, frame_args_address, frame_locals_address,
2204 frame_num_args, and frame_args_skip.
2205 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2206 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2207 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2208 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2209
2f1488ce
MS
22102002-08-20 Michael Snyder <msnyder@redhat.com>
2211
2212 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2213 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2214 * mips-tdep.c (mips_store_struct_return): New function.
2215 (mips_extract_struct_value_address): New function.
2216 (mips_gdbarch_init): Set store_struct_return and
2217 extract_struct_value_address.
2218
41ff2da1
DC
22192002-08-20 David Carlton <carlton@math.stanford.edu>
2220
2221 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2222 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2223 (read_file_scope): Check that line_header is nonzero before
2224 decoding macro information.
2225
e5451d58
MK
22262002-08-20 Mark Kettenis <kettenis@gnu.org>
2227
2228 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2229 flag the general-purpose registers as floating-point on targets
2230 that don't support the floating-point registers.
2231
4a6daafa
EZ
22322002-08-20 Elena Zannoni <ezannoni@redhat.com>
2233
2234 * rs6000-tdep.c (altivec_register_p): Delete.
2235 (rs6000_do_altivec_registers): Delete.
2236 (rs6000_altivec_registers_info): Delete.
2237 (rs6000_do_registers_info): Delete.
2238 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2239 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2240
ab4327e0
EZ
22412002-08-20 Elena Zannoni <ezannoni@redhat.com>
2242
2243 * infcmd.c (do_registers_info): Print vector registers in hex
2244 format only.
2245 (print_vector_info): Check that printing registers
2246 makes sense.
2247 (print_float_info): Ditto.
2248
cb1d2653
AC
22492002-08-20 Andrew Cagney <ac131313@redhat.com>
2250
2251 * mips-tdep.c (mips_gdbarch_init): Update.
2252 (mips_o32_extract_return_value): Rewrite.
2253 (mips_o32_store_return_value): Rewrite.
2254 (mips_o32_xfer_return_value): New function.
2255 (mips_xfer_register): Tweak debug print message. Allow for
2256 buf_offset when dumping the value transfered.
2257
dfc3d9b2
AC
22582002-08-20 Andrew Cagney <ac131313@redhat.com>
2259
2260 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2261 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2262 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2263 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2264 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2265
7807aa61
MS
22662002-08-14 Michael Snyder <msnyder@redhat.com>
2267
2268 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2269
489461e2
EZ
22702002-08-19 Elena Zannoni <ezannoni@redhat.com>
2271
2272 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2273 register.
2274 (P): New macro to define a register as a pseudo register.
2275 (R, R4, R8, R16, FR32, R64, R0): Updated.
2276 (struct variant): Add new fields for number of pseudo registers
2277 and number of total registers.
2278 (tot_num_registers): New macro replacing....
2279 (num_registers): ...deleted macro.
2280 (num_registers): New function.
2281 (num_pseudo_registers): New function.
2282 (variants): Update all variants to intialize new fields correctly.
2283 Postpone initialization of number of pseudo regs and real regs.
2284 (init_variants): New function.
2285 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2286 registers offsets.
2287
fcaffe4c
DC
22882002-08-19 David Carlton <carlton@math.stanford.edu>
2289
2c2738a0
DC
2290 * valops.c (search_struct_field): Change error message to treat
2291 return value of 0 from value_static_field as meaning that field is
2292 optimized out.
2293 (value_struct_elt_for_reference): Ditto.
2294 * values.c (value_static_field): Treat an unresolved location the
2295 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
2296 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2297 enclosed. Fix PR gdb/574.
fcaffe4c
DC
2298 * MAINTAINERS: Add self to Write After Approval list.
2299
88658117
AC
23002002-08-19 Andrew Cagney <ac131313@redhat.com>
2301
2302 * mips-tdep.c (mips_xfer_register): New function.
2303 (mips_n32n64_extract_return_value): Rewrite.
2304 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2305 instead of deprecated_extract_return_value.
2306
21283beb
EZ
23072002-08-19 Elena Zannoni <ezannoni@redhat.com>
2308
2309 * rs6000-tdep.c (TDEP): Delete macro.
2310 (branch_dest): Replace use of TDEP macro with its body.
2311 (rs6000_pop_frame): Ditto.
2312 (rs6000_push_arguments): Ditto.
2313 (rs6000_skip_trampoline_code): Ditto.
2314 (rs6000_frame_saved_pc): Ditto.
2315 (rs6000_frame_chain): Ditto.
2316 (rs6000_register_name): Ditto.
2317 (rs6000_register_byte): Ditto.
2318 (rs6000_register_raw_size): Ditto.
2319 (rs6000_register_virtual_type): Ditto.
2320 (rs6000_register_convertible): Ditto.
2321 (rs6000_convert_from_func_ptr_addr): Ditto.
2322
bf072999
DJ
23232002-08-19 Daniel Jacobowitz <drow@mvista.com>
2324
2325 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2326 conditionally.
2327 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2328 MIPS_LINUX_JB_ELEMENT_SIZE.
2329 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2330 for MAX_REGISTER_RAW_SIZE arrays.
2331 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2332 MIPS_LINUX_JB_ELEMENT_SIZE.
2333
9b949a49
PM
23342002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2335
2336 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2337
6d3e79c6
AS
23382002-08-19 Aidan Skinner <aidan@velvet.net>
2339
2340 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2341 ada-valprint.c ada-tasks.c.
2342 (YYFILES): Add ada-exp.y.
2343 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2344 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2345 (ada-exp.tab.o): New target.
2346
06c0b04e
AC
23472002-08-18 Andrew Cagney <ac131313@redhat.com>
2348
2349 * regcache.c (regcache_xfer_part): New function.
2350 (regcache_raw_read_part): New function.
2351 (regcache_raw_write_part): New function.
2352 (regcache_cooked_read_part): New function.
2353 (regcache_cooked_write_part): New function.
2354 * regcache.h (regcache_raw_read_part): Declare.
2355 (regcache_raw_write_part): Declare.
2356 (regcache_cooked_read_part): Declare.
2357 (regcache_cooked_write_part): Declare.
2358
92d1e331
DJ
23592002-08-18 Daniel Jacobowitz <drow@mvista.com>
2360
2361 * remote.c (remote_open_1): Add async_p.
2362 (remote_async_open_1): Delete.
2363 (open_remote_target): Delete.
2364 (remote_open, extended_remote_open): Update calls to remote_open_1.
2365 (remote_async_open, extended_remote_async_open): Call
2366 remote_open_1 instead of remote_async_open_1.
2367
247055de
MK
23682002-08-19 Mark Kettenis <kettenis@gnu.org>
2369
2370 * blockframe.c: Fix a few coding standard violations.
2371
641eda39
MK
23722002-08-19 Mark Kettenis <kettenis@gnu.org>
2373
0b717710
MK
2374 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2375 here from ...
2376 * config/i386/tm-i386sco5.h: ... here. File removed.
2377 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2378
26d28e12 2379 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
2380 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2381 (TM_FILE): Set to tm-i386.h.
2382 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2383 * config/i386/tm-i386v.h: Remove file.
2384 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2385 instead of "i386/tm-i386v.h".
2386 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2387 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2388 "i386/tm-i386v.h".
2389 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2390 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2391 "i386/tm-i386.h".
2392
d4e0bab4
MK
23932002-08-18 Mark Kettenis <kettenis@gnu.org>
2394
2395 * config/i386/nm-i386v.h: Add protection against
2396 multiple-inclusion.
2397 (i386_register_u_addr): Remove prototype.
2398 (register_u_addr): New prototype.
2399 (REGISTER_U_ADDR): Redefine accordingly.
2400 * i386v-nat.c: Improve several comments.
2401 (i386_register_u_addr): Change signature and rename to
2402 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2403 ubase variable.
2404
46cac009
AC
24052002-08-18 Andrew Cagney <ac131313@redhat.com>
2406
2407 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2408 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2409 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2410 deprecated_extract_return_value.
2411 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2412 rename mips_o32o64_push_arguments.
2413 (mips_gdbarch_init): Update.
2414 (mips_extract_return_value): Delete.
2415 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2416 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2417 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2418 (mips_n32n64_extract_return_value): Clone
2419 mips_extract_return_value.
2420 (mips_store_return_value): Delete.
2421 (mips_o32_store_return_value): Clone mips_store_return_value.
2422 (mips_o64_store_return_value): Clone mips_store_return_value.
2423 (mips_eabi_store_return_value): Clone mips_store_return_value.
2424 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2425
d2e4a39e
AS
24262002-08-18 Aidan Skinner <aidan@velvet.net>
2427
0c30c098
AS
2428 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2429 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2430
24312002-08-18 Aidan Skinner <aidan@velvet.net>
2432
2433 * ada-lang.c: Run through gdb_indent.sh.
2434 * ada-lang.h: Run through gdb_indent.sh.
2435 * ada-tasks.c: Run through gdb_indent.sh.
2436 * ada-typeprint.c: Run through gdb_indent.sh.
2437 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 2438
01fc4e33
AC
24392002-08-18 Andrew Cagney <ac131313@redhat.com>
2440
2441 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2442 ABI.
2443
d8ee244c
MK
24442002-08-18 Mark Kettenis <kettenis@gnu.org>
2445
c38d8261
MK
2446 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2447
222db64c
MK
2448 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2449 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2450
c2848c82
MK
2451 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2452 write_register_gen instead of write_register_bytes.
2453
d8ee244c
MK
2454 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2455 i[3456]-*-osf1mk* configurations have been made obsolete.
2456 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2457 i[3456]86-*-osf1mk* hosts obsolete.
2458 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2459 targets obsolete.
2460 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2461 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2462 config/i386/i386m3.mt, config/i386/nm-m3.h,
2463 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2464 config/i386/i386mk.mh, config/i386/i386mk.mt,
2465 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2466 obsolete.
2467 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2468 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2469 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2470
61d8d407
AC
24712002-08-18 Andrew Cagney <ac131313@redhat.com>
2472
2473 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2474 (hppa_value_returned_from_stack): Declare.
2475 (hppa_extract_return_value): Declare.
2476 * config/pa/hppa.mt: New file.
2477 * configure.tgt: Recognize hppa*-*-*.
2478 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2479
0c52bd59
MK
24802002-08-18 Mark Kettenis <kettenis@gnu.org>
2481
2482 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2483 comment.
2484
b5686e99
MK
24852002-08-17 Mark Kettenis <kettenis@gnu.org>
2486
2487 * top.c (gdb_rl_operate_and_get_next): Make sure
2488 operate-and-get-next functions correctly even when the history
2489 list is completely filled.
2490
c1bab85b
AC
24912002-08-18 Andrew Cagney <ac131313@redhat.com>
2492
2493 * MAINTAINERS (Target Instruction Set Architectures): Rename
2494 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2495 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2496 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2497 already listed under Host/Native.
2498
2499 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2500 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2501 mips*-*-*.
2502
32089c7c
AC
25032002-08-17 Andrew Cagney <ac131313@redhat.com>
2504
2505 * config/ia64/ia64.mt: New file.
2506 * config/alpha/alpha.mt: New file.
2507 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2508 ia64-linux-gnu. Mention that ia64-elf is broken.
2509 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2510
b4671f85
MK
25112002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2512
2513 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2514 generic_func_frame_valid instead of func_frame_valid.
2515
c8edd8b4
JB
25162002-08-16 Joel Brobecker <brobecker@gnat.com>
2517
2518 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2519 procfs appears to be broken when debugging on multi-processor
2520 machines. So enable software single stepping in order to avoid
2521 using the procfs interface to do next/step operations, using
2522 internal breakpoints instead.
2523
2524 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2525 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2526 make this pc address equal to the value it would have if the
2527 system stepping capability was used. Also set a new flag used
2528 to ensure that we don't readjust the PC one more time later.
2529
2530 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2531 address by DECR_PC_AFTER_BREAK when software single step is
2532 in use for this architecture, as this has already been taken
2533 care of in handle_inferior_event().
2534
238617f6
JB
25352002-08-16 Joel Brobecker <brobecker@gnat.com>
2536
2537 * infrun.c (handle_inferior_event): Minor reformatting, to make
2538 a rather long condition expression easier to read.
2539
541a7aac
AC
25402002-08-16 Andrew Cagney <ac131313@redhat.com>
2541
2542 * Makefile.in (gdbtk.o): Move to end of file.
2543 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2544 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2545 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2546 (gdbtk-wrapper.o, gdbres.o): Ditto.
2547
f92d4a7b
AC
25482002-08-16 Andrew Cagney <ac131313@redhat.com>
2549
2550 * Makefile.in (copying.o): Separate out compile rule.
2551 (hpux-thread.o, procfs.o, signals.o): Ditto.
2552 (v850ice.o, z8k-tdep.o): Ditto.
2553 (tui-file.o): Move to TUI section.
2554 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2555 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2556
1cce71eb
JB
25572002-08-16 Joel Brobecker <brobecker@gnat.com>
2558
2559 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2560 skip_trampoline_code, for better namespace-proofing.
2561
2562 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2563
0851f23d
JB
25642002-08-16 Joel Brobecker <brobecker@gnat.com>
2565
2566 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2567
f8d40ec8
JB
25682002-08-16 Joel Brobecker <brobecker@gnat.com>
2569
2570 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2571 signal, check whether we hit a breakpoint before checking for a
2572 single step breakpoint. Otherwise, GDB fails to notice that a
2573 breakpoint has been hit when stepping onto a breakpoint.
2574
63d022e0
KS
25752002-08-16 Keith Seitz <keiths@redhat.com>
2576
2577 * gdb-events.sh (clear_gdb_event_hooks): New function.
2578 * gdb-events.c: Regenerate.
2579 * gdb-events.h: Regenerate.
2580
6e31adb3
AC
25812002-08-16 Andrew Cagney <ac131313@redhat.com>
2582
2583 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2584 not_a_sw_breakpoint.
2585 * breakpoint.h (bpstat_stop_status): Add parameter names.
2586
c8189ed1
GS
25872002-08-16 Grace Sainsbury <graces@redhat.com>
2588
2589 * remote.c (remote_insert_hw_breakpoint)
2590 (remote_remove_hw_breakpoint): Fix calculation of length field
2591 for Z-packet.
2592
d05285fa
MS
25932002-08-15 Michael Snyder <msnyder@redhat.com>
2594
466d7106
MS
2595 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2596 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2597 (supply_fpregset): Ditto.
2598
d05285fa
MS
2599 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2600 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2601 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2602 (TARGET_READ_SP): Delete.
bf1f5b4c 2603 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2604 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2605 Delete.
2606 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2607 from macros to functions.
bf1f5b4c 2608
d05285fa
MS
2609 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2610 (mips_register_convertible, mips_register_convert_to_virtual,
2611 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2612 (mips_read_sp): New function.
2613 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2614 (mips_do_registers_info): Make static.
2615 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2616 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2617 (mips_register_convert_from_type, mips_register_convert_to_type):
2618 New functions.
2619 (mips_gdbarch_init): Set up function_start_offset,
2620 register_virtual_size, pc_in_sigtramp.
d05285fa 2621
e76f1f2e
AC
26222002-08-15 Andrew Cagney <ac131313@redhat.com>
2623
2624 * infcmd.c (vector_info): New function.
2625 (_initialize_infcmd): Add command "info vector".
2626 (print_vector_info): New function.
2627
2628 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2629 * gdbarch.h, gdbarch.c: Regenerate.
2630
4782dc19
AC
26312002-08-15 Andrew Cagney <ac131313@redhat.com>
2632
2633 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2634 ``print_all''. Only print vector registers when ``print_all''.
2635
23e3a7ac
AC
26362002-08-15 Andrew Cagney <ac131313@redhat.com>
2637
8e186fd6
AC
2638 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2639 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2640
23e3a7ac
AC
2641 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2642 Add `args' parameter.
2643 * gdbarch.h, gdbarch.c: Regenerate.
2644
2645 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2646
2647 * infcmd.c (float_info): Call print_float_info.
2648 (print_float_info): New function. By default, print the
2649 floating-point registers.
2650
2651 * arch-utils.h (default_print_float_info): Delete declaration.
2652 * arch-utils.c (default_print_float_info): Delete function.
2653
e0ca2bb9
MK
26542002-08-16 Mark Kettenis <kettenis@gnu.org>
2655
3f733acc
MK
2656 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2657 out define.
2658
7d8d2918
MK
2659 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2660 FRAME.
2661
1c7cc583
MK
2662 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2663 * configure.host: Make i[3456]86-*-aix host obsolete.
2664 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2665 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2666 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2667 config/i386/xm-i386aix.h: Make files obsolete.
2668 * i386aix-nat.c: Make file obsolete.
2669 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2670 (i386aix-nat.o): Make target obsolete.
2671
e0ca2bb9
MK
2672 * config/i386/nm-gnu.h: Removed.
2673 * config/i386/nm-i386gnu.h: New file.
2674 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2675 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2676 Moved here from ...
2677 * config/i386/tm-i386gnu.h: ... here. Removed.
2678 * config/i386/xm-i386gnu.h: Removed.
2679 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2680 (NAT_FILE): Set to nm-i386gnu.h.
2681 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2682 * i386-tdep.c: New file.
2683 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2684 (i386gnu-tdep.o): Specify dependencies.
2685
16057ec7 26862002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2687
6b99ee2e
MK
2688 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2689 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2690 Adjust a few comments to reflect reality a bit closer.
2691 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2692 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2693 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2694 target_insert_watchpoint, target_remove_watchpoint):
2695 Move defines to ...
2696 * config/i386/nm-i386sco5.h: ... here.
2697 (kernel_u_size): Add prototype. Improve a few comments and add
2698 protection against multiple inclusion.
2699
d9a6f65c
MK
2700 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2701 out define.
2702
047eff6a
MK
2703 * uw-thread.c (SP_ARG0): Define if not already defined.
2704 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2705
dcdb1290
MK
2706 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2707
5d2d0b2a
MK
2708 * config/i386/tm-i386.h: Don't include "regcache.h".
2709
61113f8b
MK
2710 * i387-tdep.h (i387_print_float_info): New prototype.
2711 * i387-tdep.c (print_i387_value, print_i387_ext,
2712 print_i387_status_word, print_i387_control_word): Add `struct
2713 ui_file *' argument and use it for output.
2714 (i387_print_float_info): Renamed from i387_float_info. Add
2715 `struct gdbarch *' and `struct ui_file *' arguments and use the
2716 latter for output.
2717 * i386-tdep.c: Include "i387-tdep.h".
2718 (i386_gdbarch_init): Set print_float_info.
2719 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2720 (FLOAT_INFO): Remove define.
2721
46e0f506
MS
27222002-08-13 Michael Snyder <msnyder@redhat.com>
2723
2724 * mips-tdep.c (mips_push_arguments): Rename to
2725 mips_eabi_push_arguments, and tune for EABI.
2726 (MIPS_REGS_HAVE_HOME_P): Delete.
2727 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2728 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2729 Delete references to mips_regs_have_home_p.
2730
409268de
KS
27312002-08-14 Keith Seitz <keiths@redhat.com>
2732
2733 * Makefile.in (install-gdbtk): Create insight plugin directory.
2734 Install plugins.tcl file.
2735
ffc6a242
KS
27362002-08-14 Keith Seitz <keiths@redhat.com>
2737
2738 * configure.in: Move SUBDIRS to near top of the file so that
2739 --enable options may add things to it.
2740 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2741 * configure: Regenerate.
2742
ebafbe83
MS
27432002-08-13 Michael Snyder <msnyder@redhat.com>
2744
2745 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2746 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2747 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2748
32f6f25d
AC
27492002-08-13 Andrew Cagney <ac131313@redhat.com>
2750
2751 * vax-tdep.c (vax_get_saved_register): Delete function.
2752 (vax_gdbarch_init): Update.
2753 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2754 (ns32k_gdbarch_init): Update.
2755 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2756 (alpha_gdbarch_init): Update.
2757
53826de9
AC
27582002-08-13 Andrew Cagney <cagney@redhat.com>
2759
2760 * regcache.c (init_regcache_descr): Overallocate the
2761 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2762 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2763 nr_raw_registers.
2764 (set_register_cached): Add range checking assertions. Use
2765 current_regcache.
2766
16057ec7 27672002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2768
2769 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2770 numbers for MMX registers.
2771
7b4c2dce
AC
27722002-08-13 Andrew Cagney <cagney@redhat.com>
2773
2774 * i386-tdep.c (i386_gdbarch_init): Use
2775 generic_unwind_get_saved_register.
2776
1e03ad20
KB
27772002-08-13 Kevin Buettner <kevinb@redhat.com>
2778
2779 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2780 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2781 target vector.
2782 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2783 Delete. Add comment regarding this now-deleted target method.
2784
548bcbec
SC
27852002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2786
2787 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2788 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2789 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2790 real PC and the page number (if it's within the memory bank window).
2791 (m68hc11_pseudo_register_write): Likewise when saving.
2792 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2793 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2794 (m68hc11_register_raw_size): And use 32-bit for it.
2795 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2796 16K memory bank is used by the prog; also use the virtual pc.
2797
7df11f59
SC
27982002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2799
2800 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2801 (m68hc11_gdbarch_init): Install it in gdbarch.
2802 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2803 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2804 (MSYMBOL_SIZE): New for documentation.
2805 (insn_return_kind): Enum to specify how a function returns.
2806 (frame_extra_info): Cleanup and record the return mode.
2807 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2808 register in address computation.
2809 (m68hc11_get_return_insn): New to obtain the return instruction used
2810 by the function.
2811 (m68hc11_frame_init_saved_regs): Take into account the return
2812 instruction used by the function for far and interrupt functions.
2813 (m68hc11_init_extra_frame_info): Take into account page register.
2814 (m68hc11_frame_args_address): Adjust according to the return mode.
2815 (show_regs): Print page register only when it's used.
2816
5706502a
SC
28172002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2818
2819 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2820 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2821 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2822 registers.
2823 (m68hc11_register_raw_size): Likewise.
2824
28fc6740
AC
28252002-08-13 Andrew Cagney <cagney@redhat.com>
2826
2827 * i386-tdep.c (i386_register_name): Handle mmx registers.
2828 (mmx_regnum_p): New function.
2829 (i386_mmx_names): New array.
2830 (mmx_num_regs): New variable.
2831 (i386_pseudo_register_read): New function.
2832 (i386_pseudo_register_write): New function.
2833 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2834
2835 * regcache.c (regcache_raw_read_unsigned): New function.
2836 (regcache_raw_read_signed): New function.
2837 * regcache.h (regcache_raw_read_unsigned): Declare.
2838 (regcache_raw_read_signed): Declare.
2839
a378f419
AC
28402002-08-13 Andrew Cagney <cagney@redhat.com>
2841
2842 * regcache.c (regcache_raw_read_as_address): Delete function.
2843 (regcache_cooked_read_signed): New function.
2844 (regcache_cooked_read_unsigned): New function.
2845 * regcache.h (regcache_cooked_read_signed): Declare.
2846 (regcache_cooked_read_unsigned): Declare.
2847 (regcache_raw_read_as_address): Delete declaration.
2848
2849 * blockframe.c (generic_read_register_dummy): Use
2850 regcache_cooked_read_unsigned.
2851 * i386-tdep.c (i386_extract_struct_value_address): Use
2852 regcache_cooked_read_unsigned.
2853
81967506
SC
28542002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2855
2856 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2857 double sizes according to ELF ABI flags.
2858 (gdbarch_tdep): Record elf_flags.
2859
ffe1f3ee
SC
28602002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2861
2862 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2863 (m6812_prolog): They can appear in 68HC12 function prologue.
2864 (m68hc11_frame_chain): Cleanup.
2865
98216c5d
AC
28662002-08-12 Andrew Cagney <cagney@redhat.com>
2867
2868 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2869 declarations.
2870 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2871 (i386_linux_register_raw_size): Delete function.
2872 (i386_linux_init_abi): Update.
2873 * i386-tdep.c (i386_register_raw_size): Delete function.
2874 (i386_register_byte): Delete function.
2875 (i386_gdbarch_init): Update.
2876 (i386_register_size): Delete array.
2877 (i386_register_offset): Delete array.
2878
2879 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
2880 (REGISTER_RAW_SIZE): Delete macro.
2881 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
2882 (REGISTER_BYTE): Delete macro.
2883
3b19021e
AS
28842002-08-11 Aidan Skinner <aidan@velvet.net>
2885
2886 * ada-lang.c (ada_lookup_partial_symbol)
2887 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
2888 prototype names so that grep ^func works properly.
2889
2890 * ada-lang.c (ada_array_element_type)
2891 (ada_lookup_partial_symbol): Fix typos in parameter list.
2892
2893 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
2894 Fix prototype names so that grep ^func works properly.
2895
b063e7a2
AC
28962002-08-10 Andrew Cagney <cagney@redhat.com>
2897 Elena Zannoni <ezannoni@redhat.com>
2898 Martin M. Hunt <hunt@redhat.com>
2899
2900 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
2901 (build_builtin_type_vec128i): Set the vector bit.
2902 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
2903 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
2904 (build_builtin_type_vec64): New function.
2905 (build_builtin_type_vec64i): New function.
2906 (build_gdbtypes): Initialize builtin_type_vec64 and
2907 builtin_type_vec64i.
2908
a7e3c2ad
AC
29092002-08-09 Andrew Cagney <cagney@redhat.com>
2910
2911 * regcache.c (regcache_dump): Compare the register offset
2912 with REGISTER_BYTE.
2913 * arch-utils.c (generic_register_byte): New function.
2914 * arch-utils.h (generic_register_byte): Declare.
2915 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
2916 * gdbarch.h, gdbarch.c: Regenerate.
2917
af030b9a
AC
29182002-08-09 Andrew Cagney <cagney@redhat.com>
2919
2920 * regcache.c: Include "gdbcmd.h"
2921 (_initialize_regcache): Add commands "maintenance print
2922 registers", "maintenance print raw-registers" and "maintenance
2923 print cooked-registers".
2924 (enum regcache_dump_what): Define.
2925 (dump_endian_bytes): New function.
2926 (regcache_dump): New function.
2927 (regcache_print): New function.
2928 (maintenance_print_registers): New function.
2929 (maintenance_print_raw_registers): New function.
2930 (maintenance_print_cooked_registers): New function.
2931 * Makefile.in (regcache.o): Update dependencies.
2932
cb3d25d1
MS
29332002-08-09 Michael Snyder <msnyder@redhat.com>
2934
2935 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
2936 (mips_push_arguments): Correct some comments. Use paddr_nz
2937 for printing addresses in debug output. Replace static
2938 allocation using MAX_REGISTER_RAW_SIZE with alloca.
2939 (mips_n32n64_push_arguments): New function, cloned from
2940 mips_push_arguments and tuned for the n32/n64 ABI.
2941 (mips_push_register): Buffer needs dynamic allocation.
2942 (mips_print_register): Ditto.
2943 (do_gp_register_row): Ditto.
2944 (mips_store_return_value): Ditto.
2945 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
2946
2163ab9d
DH
29472002-08-09 Don Howard <dhoward@redhat.com>
2948
2949 * memattr.c (mem_info_command): Print special case of upper bound
2950 as max CORE_ADDR + 1.
2951
b78bcb18
MS
29522002-08-08 Michael Snyder <msnyder@redhat.com>
2953
2954 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
2955 returns structs by ref if they're too big to fit in two registers.
2956
ffabd70d
KB
29572002-08-09 Kevin Buettner <kevinb@redhat.com>
2958
2959 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
2960 saved regs value.
2961 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
2962 mips_find_saved_regs().
2963 (mips_pop_frame): Likewise.
2964
fbcdb4a3
KB
29652002-08-09 Kevin Buettner <kevinb@redhat.com>
2966
2967 * blockframe.c (frame_saved_regs_register_unwind): Revise
2968 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
2969 frames are in use.
2970
3c3bea1c
GS
29712002-08-09 Grace Sainsbury <graces@redhat.com>
2972
2973 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
2974 T-packets; the 'a' is not taken as a register number.
2975 (remote_check_watch_resources, remote_stopped_by_watchpoint)
2976 (remote_stopped_data_address): New functions; add to target
2977 vector.
2978 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
2979 prototypes to match other implementations of this
2980 function. replace integer argument with pointer -- the length
2981 field in the Z-packet is the length of what is pointed to or 1 if
2982 pointer is null. Add to target vector.
2983 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
2984 target vector.
2985
2986 From Mark Salter:
2987 * remote.c (remote_wait): Add support to extract optional
2988 watchpoint information from T-packet. Ignore unrecognized
2989 optional info in T-packet.
2990 (remote_async_wait): Ditto.
2991
5d1d95de
CV
29922002-08-09 Corinna Vinschen <vinschen@redhat.com>
2993
2994 * cli/cli-dump.c: Change fopen modes to use binary open modes
2995 as defined in include/fopen-bin.h throughout.
2996
c86b5b38
MS
29972002-08-08 Michael Snyder <msnyder@redhat.com>
2998
2999 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3000
b30590dc
KB
30012002-08-08 Kevin Buettner <kevinb@redhat.com>
3002
3003 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3004 assertion failure by returning early after a warning.
3005
498868ed
KB
30062002-08-08 Kevin Buettner <kevinb@redhat.com>
3007
3008 * mips-tdep.c (mips_find_saved_regs): Make static.
3009 (mips_frame_init_saved_regs): New function.
3010 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3011 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3012 (mips_find_saved_regs): Delete declaration.
3013
b2dd6311
GS
30142002-08-08 Grace Sainsbury <graces@redhat.com>
3015
3c3bea1c
GS
3016 * remote.c (remote_wait, remote_async_wait): Change
3017 thread_num from int to ULONGEST.
3018 (unpack_varlen_hex): Change result parameter from
3019 int * to ULONGEST *.
b2dd6311 3020
ea47855f
AC
30212002-08-08 Andrew Cagney <ac131313@redhat.com>
3022
3023 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3024 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3025 powerpc*-*-*.
3026 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3027
69db8bae
AC
30282002-08-08 Andrew Cagney <cagney@redhat.com>
3029
3030 * gcore.c (override_derive_stack_segment): Delete variable.
3031 (preempt_derive_stack_segment): Delete function.
3032 (derive_stack_segment): Delete function.
3033 (default_derive_stack_segment): Renamed to derive_stack_segment.
3034 (override_derive_heap_segment): Delete variable.
3035 (preempt_derive_heap_segment): Delete function.
3036 (derive_heap_segment): Delete function.
3037 (default_derive_heap_segment): Rename to derive_heap_segment.
3038
cb811fe7
MS
30392002-08-06 Michael Snyder <msnyder@redhat.com>
3040
3041 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3042 * mips-tdep.c (mips_EABI_use_struct_convention,
3043 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3044 New functions. (mips_use_struct_convention): Delete.
3045 (mips_gdbarch_init): set use_gdbarch_convention.
3046
8b389c40
MS
30472002-08-06 Michael Snyder <msnyder@redhat.com>
3048
3049 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3050 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3051 mips_o32_reg_struct_has_addr): New functions.
3052 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3053
5c27f28a
AC
30542002-08-07 Andrew Cagney <ac131313@redhat.com>
3055
3056 * regcache.c (pseudo_register): Delete function.
3057 (fetch_register): Delete function.
3058 (store_register): Delete function.
3059 (regcache_raw_read, legacy_read_register_gen): Use
3060 target_fetch_registers instead of fetch_register.
3061 (legacy_write_register_gen, regcache_raw_write): Use
3062 target_store_register instead of store_register.
3063 (write_register_bytes): Ditto.
3064
3065 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3066 (STORE_PSEUDO_REGISTER): Delete.
3067 * gdbarch.h, gdbarch.c: Regenerate.
3068
5b331675
CV
30692002-08-06 Corinna Vinschen <vinschen@redhat.com>
3070
3071 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3072 write dump file binary.
3073
6acdf5c7
MS
30742002-08-05 Michael Snyder <msnyder@redhat.com>
3075
3076 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3077 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3078 (mips_gdbarch_init): Set N32 target to be mips64.
3079
b2f01c35
KB
30802002-08-06 Kevin Buettner <kevinb@redhat.com>
3081
3082 * frame.c (find_saved_register): Break out of loop once saved
3083 register address is found. Don't mention sparc in loop comment
3084 anymore.
3085
63db5580
KB
30862002-08-06 Kevin Buettner <kevinb@redhat.com>
3087
3088 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3089 mips_default_saved_regsize to 8.
3090
5e34e75e
AC
30912002-08-06 Andrew Cagney <ac131313@redhat.com>
3092
3093 * gcore.c: Do not include <sys/procfs.h>.
3094 * Makefile.in (gcore.o): Update dependencies.
3095
eb4c54a2
AC
30962002-08-06 Andrew Cagney <cagney@redhat.com>
3097
3098 * configure.tgt: Make arc-*-* obsolete.
3099 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3100 * MAINTAINERS: Make arc-elf obsolete.
3101 * arc-tdep.c: Make file obsolete.
3102 * config/arc/arc.mt: Ditto.
3103 * config/arc/tm-arc.h: Ditto.
3104
ced15480
TR
31052002-08-05 Theodore A. Roth <troth@verinet.com>
3106
c1bab85b 3107 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3108
b4743822
AC
31092002-08-05 Andrew Cagney <ac131313@redhat.com>
3110
3111 * mcore-tdep.c (mcore_gdbarch_init): Use
3112 generic_unwind_get_saved_register instead of
3113 generic_get_saved_register.
3114 * v850-tdep.c (v850_gdbarch_init): Ditto.
3115 * frv-tdep.c (frv_gdbarch_init): Ditto.
3116 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3117 * s390-tdep.c (s390_gdbarch_init): Ditto.
3118 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3119 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3120 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3121
3956d554
JB
31222002-08-05 Joel Brobecker <brobecker@gnat.com>
3123
3124 * objfiles.h: Add missing #include "symfile.h"
3125
3126 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3127
8249c0d6
AC
31282002-08-04 Andrew Cagney <ac131313@redhat.com>
3129
3130 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3131 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3132 of FIELD_BITSIZE.
3133
b9d14705
DJ
31342002-08-04 Daniel Jacobowitz <drow@mvista.com>
3135
3136 * NEWS: Cleanup and nitpick.
3137
dd73b9bb
AC
31382002-08-03 Andrew Cagney <ac131313@redhat.com>
3139
3140 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3141
043a27f8
AC
31422002-08-03 Andrew Cagney <ac131313@redhat.com>
3143
3144 * Makefile.in (gdbtk-bp.o): Update dependencies.
3145 (gdbtk-register.o): Ditto.
3146 (gdbtk-varobj.o): Ditto.
3147
46ce284d
AC
31482002-08-03 Andrew Cagney <cagney@redhat.com>
3149
3150 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3151 m68hc11_fetch_pseudo_register.
3152 (m68hc11_pseudo_register_write): Replace
3153 m68hc11_store_pseudo_register.
3154 (m68hc11_gdbarch_init): Update.
3155
b66d6d2e
AC
3156Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3157
3158 * gdbarch.sh: Include "gdb_string.h".
3159 * gdbarch.c: Regenerate.
3160
3161 * regcache.c: Include "gdb_string.h".
3162 * ax-general.c: Ditto.
3163 * varobj.c: Ditto.
3164 * std-regs.c: Ditto.
3165 * fbsd-proc.c: Ditto.
3166 * thread.c: Ditto.
3167
3168 * Makefile.in (regcache.o): Update dependencies.
3169 (thread.o, gdbarch.o): Ditto.
3170 (ax-general.o, gdbarch.o): Ditto.
3171 (varobj.o, std-regs.o): Ditto.
3172 (fbsd-proc.o): Specify dependencies.
3173
29e1842b
AC
31742002-08-02 Andrew Cagney <cagney@redhat.com>
3175
3176 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3177 regnum.
3178 (regcache_cooked_write): Ditto.
3179
68365089
AC
31802002-08-02 Andrew Cagney <ac131313@redhat.com>
3181
3182 * regcache.c (regcache_cooked_read): New function.
3183 (regcache_cooked_write): New function.
3184 (read_register_gen): Rewrite using regcache_cooked_read.
3185 (write_register_gen): Rewrite using regcache_cooked_write.
3186
3187 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3188 Declare.
3189
d8124050
AC
31902002-08-02 Andrew Cagney <cagney@redhat.com>
3191
3192 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3193 Replace the architecture methods register_read and register_write.
3194 * gdbarch.h, gdbarch.c: Regenerate.
3195 * regcache.c (init_regcache_descr): Update.
3196 (read_register_gen): Update.
3197 (write_register_gen): Update.
3198 (supply_register): Update comment.
3199
3200 * sh-tdep.c (sh_gdbarch_init): Update.
3201 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3202 `regcache' and `gdbarch' parameters. Make `buffer' a void
3203 pointer. Update code.
3204 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3205 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3206 void pointer. Update code.
3207 (sh64_register_write): Delete.
3208 (sh4_register_read): Delete.
3209 (sh64_register_read): Delete.
3210 (sh4_register_write): Delete.
3211 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3212 void pointer, `to' parameter a void pointer.
3213 (sh_sh64_register_convert_to_raw): Ditto.
3214
a6425924
KB
32152002-08-01 Kevin Buettner <kevinb@redhat.com>
3216
3217 * mips-tdep.c (mips_register_virtual_type): Use architecture
3218 invariant return values.
3219
ff5922b5
AC
32202002-08-01 Andrew Cagney <cagney@redhat.com>
3221
3222 * linux-proc.c: Include "gdb_string.h".
3223 * Makefile.in (linux-proc.o): Update dependency list.
3224
32a6503c
KB
32252002-08-01 Kevin Buettner <kevinb@redhat.com>
3226
3227 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3228 comment.
3229
ccaa32c7
GS
32302002-08-01 Grace Sainsbury <graces@redhat.com>
3231
3232 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3233 to_insert_watchpoint, to_remove_watchpoint,
3234 to_stopped_by_watchpoint, to_stopped_data_address,
3235 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3236 target vecctor. Define their corresponding macros so they call
3237 them.
3238
3239 * target.c: Add default and debug versions of for
3240 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3241 to_insert_watchpoint, to_remove_watchpoint,
3242 to_stopped_by_watchpoint, to_stopped_data_address,
3243 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3244
78fde5f8
KB
32452002-08-01 Kevin Buettner <kevinb@redhat.com>
3246
3247 * mips-tdep.c (mips_register_virtual_type): New function.
3248 (mips_gdbarch_init): Register mips_register_virtual_type()
3249 with gdbarch machinery.
3250 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3251 this file instead of tm-bigmips.h.
3252 (MIPS_REGSIZE): Delete this macro.
3253 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3254 multiarch version in mips-tdep.c will be found.
3255
db034ac5
AC
32562002-08-01 Andrew Cagney <cagney@redhat.com>
3257
3258 * NEWS: Menion that CHILL has been made obsolete.
3259
3260 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3261 * stabsread.c (read_range_type): Ditto.
3262 * gdbtypes.h: Ditto.
3263 * language.c (binop_type_check): Ditto.
3264 (binop_result_type): Ditto.
3265 (integral_type): Ditto.
3266 (character_type): Ditto.
3267 (string_type): Ditto.
3268 (boolean_type): Ditto.
3269 (structured_type): Ditto.
3270 (lang_bool_type): Ditto.
3271 (binop_type_check): Ditto.
3272 * language.h (_LANG_chill): Ditto.
3273 * dwarfread.c (set_cu_language): Ditto.
3274 * dwarfread.c (CHILL_PRODUCER): Ditto.
3275 * dwarfread.c (handle_producer): Ditto.
3276 * expression.h (enum exp_opcode): Ditto.
3277 * eval.c: Ditto for comments.
3278 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3279 * expprint.c (print_subexp): Ditto.
3280 (print_subexp): Ditto.
3281 * valops.c (value_cast): Ditto.
3282 (search_struct_field): Ditto.
3283 * value.h (COERCE_VARYING_ARRAY): Ditto.
3284 * symfile.c (init_filename_language_table): Ditto.
3285 (add_psymbol_with_dem_name_to_list): Ditto.
3286 * valarith.c (value_binop): Ditto.
3287 (value_neg): Ditto.
3288 * valops.c (value_slice): Ditto.
3289 * symtab.h (union language_specific): Ditto.
3290 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3291 (SYMBOL_DEMANGLED_NAME): Ditto.
3292 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3293 * defs.h (enum language): Ditto.
3294 * symtab.c (got_symtab): Ditto.
3295 * utils.c (fprintf_symbol_filtered): Ditto.
3296
3297 * ch-typeprint.c: Make file obsolete.
3298 * ch-valprint.c: Make file obsolete.
3299 * ch-lang.h: Make file obsolete.
3300 * ch-exp.c: Make file obsolete.
3301 * ch-lang.c: Make file obsolete.
3302
3303 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3304 CHILL_LIB.
3305 (TARGET_FLAGS_TO_PASS): Ditto.
3306 (CHILLFLAGS): Obsolete.
3307 (CHILL): Obsolete.
3308 (CHILL_FOR_TARGET): Obsolete.
3309 (CHILL_LIB): Obsolete.
3310 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3311 ch-valprint.c.
3312 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3313 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3314 ch-lang.o.
3315 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3316 targets.
3317
8aaf0b47
JB
33182002-07-31 Joel Brobecker <brobecker@gnat.com>
3319
3320 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3321 This does not change anything at the moment, but will be helpful
3322 later when full Ada support is integrated.
3323
f3a7b3a5
KB
33242002-07-31 Kevin Buettner <kevinb@redhat.com>
3325
3326 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3327 help message.
3328
fb850278
KB
33292002-07-31 Kevin Buettner <kevinb@redhat.com>
3330
3331 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3332 and save it in a local variable. Use variable in later test.
3333
e3bddbfa
KB
33342002-07-31 Kevin Buettner <kevinb@redhat.com>
3335
3336 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3337 test. (Thanks to Daniel Jacobowitz.)
3338
28d169de
KB
33392002-07-31 Kevin Buettner <kevinb@redhat.com>
3340
3341 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3342 (mips_abi_strings): Add "n64".
3343 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3344
7fe7e44e
KB
33452002-07-31 Kevin Buettner <kevinb@redhat.com>
3346
3347 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3348 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3349
c6caf090
KB
33502002-07-31 Kevin Buettner <kevinb@redhat.com>
3351
3352 * utils.c (host_pointer_to_address, address_to_host_pointer):
3353 Use gdb_assert() instead of explicit call to internal_error().
3354
c41669e0
KB
33552002-07-30 Kevin Buettner <kevinb@redhat.com>
3356
3357 * Makefile.in (rs6000-nat.o): Update dependencies.
3358
3359 From Nicholas Duffek:
3360 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3361 (aix-thread.o): New rule.
3362 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3363 * config/powerpc/aix432.mh: New file.
3364
2fda4977
DJ
33652002-07-30 Daniel Jacobowitz <drow@mvista.com>
3366
3367 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3368 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3369 (fetch_core_registers, ppc_linux_supply_gregset)
3370 (ppc_linux_supply_fpregset): New functions.
3371 (ppc_linux_regset_core_fns): New.
3372 (_initialize_ppc_linux_tdep): Call add_core_fns.
3373 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3374 and ppc_linux_supply_gregset.
3375 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3376 (supply_fpregset): Call ppc_linux_supply_fpregset.
3377 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3378 corelow.o.
3379 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3380
729051e6
DJ
33812002-07-30 Daniel Jacobowitz <drow@mvista.com>
3382
3383 * symtab.c (lookup_symbol): Demangle before lowercasing.
3384
5f8a3188
AC
33852002-07-30 Andrew Cagney <ac131313@redhat.com>
3386
3387 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3388 declaration.
3389 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3390 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3391 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3392 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3393 "gdb_string.h".
3394 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3395 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3396 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3397 (avr-tdep.o, mon960-rom.o): Ditto.
3398 (aout_stabs_gnu_h): Define.
3399 (symtab_h): Remove $(gdb_obstack_h).
3400
67f07146
JB
34012002-07-30 Jim Blandy <jimb@redhat.com>
3402
3403 Patch from David Carlton <carlton@math.stanford.edu>:
3404 * gdbinit.in: Move the `dir' commands that add GDB's own source
3405 directory to the search path to the end, so that the `gdb' source
3406 directory will be searched first.
3407
04ea0df1
AC
34082002-07-29 Andrew Cagney <ac131313@redhat.com>
3409
3410 * gdb_obstack.h: New file.
3411 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3412 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3413 * objfiles.h: Include "gdb_obstack.h".
3414 * Makefile.in (gdb_obstack_h): Define.
3415 (symtab_h): Add $(gdb_obstack_h).
3416 (objfiles_h): Add $(gdb_obstack_h).
3417
3418 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3419 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3420 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3421 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3422 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3423 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3424 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3425 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3426
3427 * Makefile.in (bcache.o): Update dependencies.
3428 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3429 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3430 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3431 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3432 (stabsread.o, symfile.o, symmisc.o): Ditto.
3433 (symtab.o, typeprint.o, macroexp.o): Ditto.
3434 (macrotab.o, mdebugread.o): Ditto.
3435 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3436 (coff_ecoff_h, aout_aout64_h): Define.
3437 (aout_stabs_gnu_h, libaout_h): Define.
3438
d138e37a
AC
34392002-07-29 Andrew Cagney <cagney@redhat.com>
3440
3441 * regcache.c (struct regcache_descr): Rename nr_registers to
3442 nr_cooked_registers. Revise comments describing the structure
3443 member fields.
3444 (init_regcache_descr): Update.
3445 (init_legacy_regcache_descr): Update.
3446 (read_register_gen, write_register_gen): When a cooked register in
3447 the raw register range, directly access the value from the raw
3448 register cache.
3449
460e6ec3
AC
34502002-07-29 Andrew Cagney <ac131313@redhat.com>
3451
3452 * z8k-tdep.c: Do not include "obstack.h".
3453 * h8300-tdep.c, h8500-tdep.c: Ditto.
3454 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3455 * valprint.c, v850-tdep.c: Ditto.
3456 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3457 * mn10200-tdep.c: Ditto.
3458
3459 * Makefile.in (z8k-tdep.o): Update dependencies.
3460 (m68hc11-tdep.o, valprint.o): Ditto.
3461 (v850-tdep.o, d10v-tdep.o): Ditto.
3462 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3463 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3464 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3465 (sh_opc_h, gdb_sim_sh_h): Define.
3466 (elf_sh_h, elf_bfd_h): Define.
3467 (opcode_m68hc11_h): Define.
3468 (OPCODES_SRC, OPCODES_DIR): define.
3469 (OPCODES): Use $(OPCODES_DIR).
3470 (gdb_sim_d10v_h): Rename sim_d10v_h.
3471 (gdb_sim_arm_h): Rename sim_arm_h.
3472
790c9cf0
KB
34732002-07-26 Kevin Buettner <kevinb@redhat.com>
3474
3475 * utils.c (host_pointer_to_address, address_to_host_pointer):
3476 Change internal_error() message to indicate function responsible
3477 for the error.
3478
9647fa49
KB
34792002-07-26 Kevin Buettner <kevinb@redhat.com>
3480
3481 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3482 calls to local_hex_string_custom().
3483
dabbe2c0
KB
34842002-07-26 Kevin Buettner <kevinb@redhat.com>
3485
3486 * irix5-nat.c: Move IRIX shared library support from here...
3487 * solib-irix.c: ...to here. Revised substantially to work with
3488 generic solib framework.
3489
b96d0a4e
KB
3490 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3491 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3492 * mips-irix-tdep.c: New file.
3493
313fb2f6
KB
3494 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3495 (mips-irix-tdep.o, solib-irix.o): New rules.
3496 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3497 solib-irix.o.
3498 * config/mips/irix6.mt (TDEPFILES): Likewise.
3499 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3500
ab2eaf26
KB
35012002-07-26 Kevin Buettner <kevinb@redhat.com>
3502
177e4768 3503 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3504 disabled (via ``#if 0'') includes.
3505
7244546a
KB
35062002-07-26 Kevin Buettner <kevinb@redhat.com>
3507
3508 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3509 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3510 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3511 Add support for the fpscr register.
3512 * rs6000-nat.c (regmap, fetch_inferior_registers)
3513 (store_inferior_registers, fetch_core_registers): Likewise.
3514
dd7be90a
KB
35152002-07-26 Kevin Buettner <kevinb@redhat.com>
3516
3517 * rs6000-nat.c (language.h): Include.
3518 (special_regs): Delete this array.
3519 (regmap): New function.
3520 (fetch_register, store_register): Use regmap() to map gdb
3521 register numbers to ptrace register numbers. Also, use
3522 outputs from regmap() to make decisions regarding type of
3523 ptrace() call to make. In particular, don't compare against
3524 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3525 (fetch_inferior_registers, store_inferior_registers): Where
3526 possible, obtain register numbers from tdep struct. Don't
3527 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3528 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3529 (LAST_UISA_SP_REGNUM): Delete.
3530
11bf77db
KB
35312002-07-25 Kevin Buettner <kevinb@redhat.com>
3532
3533 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3534 (fetch_registers, store_register, fetch_core_registers): Don't
3535 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3536 regcache_collect() as appropriate.
3537 (find_toc_address): Format hex address with local_hex_string().
3538
06afebeb
AC
35392002-07-25 Andrew Cagney <ac131313@redhat.com>
3540
3541 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3542 bfd/elf32-frv.c.
3543
8c554d79
TT
35442002-07-24 Tom Tromey <tromey@redhat.com>
3545
3546 * jv-exp.y: Marked all strings with _().
3547 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3548 internal_error.
3549 (MethodInvocation, CastExpression, parse_number, yyerror,
3550 java_type_from_name, push_expression_name, yylex): Typo fixes.
3551
e4c242d9
DJ
35522002-07-24 Daniel Jacobowitz <drow@mvista.com>
3553
3554 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3555 (tee_file_flush, tee_file_write, tee_file_fputs)
3556 (tee_file_isatty): New.
3557 * ui-file.h (tee_file_new): Add prototype.
3558
ebf56fd3
AS
35592002-07-24 Aidan Skinner <aidan@velvet.net>
3560
3561 * ada-lang.c: Change k&r style function definitions to prototyped
3562 form.
3563 * ada-typeprint.c: Change k&r style function definitions to prototyped
3564 form.
3565 * ada-valprint.c: Change k&r style function definitions to prototyped
3566 form.
3567
7fb623f7
AC
35682002-07-24 Andrew Cagney <cagney@redhat.com>
3569
3570 * README: Remove reference to remote-bug.
3571 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3572 remote-bug.c.
3573 (m88k-nat.o): Delete rule.
3574 (m88k-tdep.o): Delete rule.
3575 (remote-bug.o): Delete rule.
3576 * MAINTAINERS: Mark as obsolete.
3577 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3578 * m88k-tdep.c: Make file obsolete.
3579 * config/m88k/m88k.mh: Ditto.
3580 * config/m88k/delta88v4.mh: Ditto.
3581 * config/m88k/delta88v4.mt: Ditto.
3582 * config/m88k/delta88.mt: Ditto.
3583 * config/m88k/delta88.mh: Ditto.
3584 * remote-bug.c: Ditto.
3585 * config/m88k/tm-delta88.h: Ditto.
3586 * config/m88k/nm-delta88v4.h: Ditto.
3587 * config/m88k/xm-delta88.h: Ditto.
3588 * config/m88k/xm-dgux.h: Ditto.
3589 * config/m88k/tm-m88k.h: Ditto.
3590 * config/m88k/nm-m88k.h: Ditto.
3591 * config/m88k/tm-delta88v4.h: Ditto.
3592 * m88k-nat.c: Ditto.
3593 * cxux-nat.c: Ditto.
3594 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3595 and m88*-*-* obsolete.
3596 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3597 m88*-*-* obsolete.
3598
37611a2b
AC
35992002-07-24 Andrew Cagney <cagney@redhat.com>
3600
3601 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3602 constant. Same for local pointer variables.
3603 (extract_signed_integer): Ditto.
3604 * defs.h (extract_unsigned_integer): Update.
3605 (extract_signed_integer): Update.
3606
1aaa5f99
AC
36072002-07-24 Andrew Cagney <cagney@redhat.com>
3608
3609 * regcache.c (regcache_raw_write): Change buf parameter to a
3610 constant void pointer.
3611 (regcache_raw_read): Change buf parameter to a void pointer.
3612 (legacy_write_register_gen): Change myaddr parameter a constant
3613 void pointer.
3614 (supply_register): Change val parameter to a const void pointer.
3615 * regcache.h (regcache_raw_write): Update declaration.
3616 (regcache_raw_read): Update declaration.
3617 (supply_register): Update declaration.
3618
b4f5539f
TT
36192002-07-24 Tom Tromey <tromey@redhat.com>
3620
3621 * defs.h (gdb_readline_wrapper): Declare.
3622 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3623 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3624 * top.c (gdb_readline_wrapper): New function.
3625 (command_line_input): Use it.
3626
0818c12a
AC
36272002-07-24 Andrew Cagney <cagney@redhat.com>
3628
3629 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3630 regcache_read and regcache_write.
3631 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3632 * regcache.c: Update.
3633 * sh-tdep.c (sh64_push_arguments): Update comment.
3634 (sh_pseudo_register_read): Update.
3635 (sh_pseudo_register_write): Update.
3636 (sh4_register_read): Update.
3637 (sh4_register_write): Update.
3638 (sh64_pseudo_register_read): Update.
3639 (sh64_pseudo_register_write): Update.
3640 (sh64_register_read): Update.
3641 (sh64_register_write): Update.
3642 * i386-tdep.c (i386_extract_return_value): Update.
3643 (i386_extract_struct_value_address): Update.
3644 (i386_extract_return_value): Update.
3645 * blockframe.c (generic_read_register_dummy): Update.
3646 (generic_call_dummy_register_unwind): Update
3647 * infrun.c (write_inferior_status_register): Update.
3648
f7321c06
JB
36492002-07-23 Jim Blandy <jimb@redhat.com>
3650
3651 * parser-defs.h (expression_context_pc): Make this extern.
3652 (Thanks to Michael Snyder.)
3653
2037aebb
AC
36542002-07-23 Andrew Cagney <ac131313@redhat.com>
3655
3656 GDB 5.2.1 released from 5.2 branch.
3657 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3658 * README: Update to mention 5.2.1.
3659
66504d44
MS
36602002-07-23 Mark Salter <msalter@redhat.com>
3661
3662 * remote.c (remote_read_bytes): Fix check for error.
3663
27bae383
KB
36642002-07-22 Kevin Buettner <kevinb@redhat.com>
3665
3666 * aix-thread.c (language.h): Include.
3667 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3668 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3669 Print newlines at end of debug messages.
3670 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3671 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3672
36732002-07-22 Kevin Buettner <kevinb@redhat.com>
3674
3675 * aix-thread.c (ppc-tdep.h): Include.
3676 (special_register_p): New function.
3677 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3678 (store_regs_user_thread): Use register number information from
3679 gdbarch_tdep struct instead of hardcoded offsets relative to
3680 FIRST_UISA_SP_REGNUM.
3681 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3682 special_register_p() instead of using FPLAST_REGNUM and
3683 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3684 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3685 will be MQ's register number.
3686
36872002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3688
3689 * aix-thread.c (ops): Rename to aix_thread_ops.
3690 (base_ops): Rename to base_target.
3691 (ops_attach): Rename to aix_thread_attach.
3692 (ops_detach): Rename to aix_thread_detach.
3693 (ops_resume): Rename to aix_thread_detach.
3694 (ops_wait): Rename to aix_thread_wait.
3695 (ops_kill): Rename to aix_thread_kill.
3696 (init_ops): Rename to init_aix_thread_ops.
3697 (ops_fetch_register): Rename to aix_thread_fetch_register.
3698 (ops_store_register): Rename to aix_thread_store_register.
3699 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3700 (ops_thread_alive): Rename to aix_thread_thread_alive.
3701 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3702 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3703 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3704 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3705 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3706 (store_regs_lib): Rename to store_regs_user_thread.
3707 (store_regs_kern): Rename to store_regs_kernel_thread.
3708
27bae383 37092002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3710
3711 * aix-thread.c (ops_prepare_to_store): Eliminate.
3712 (init_ops): Don't initialize ops.prepare_to_store.
3713 (store_regs_kern): Pre-fetch register buffers from child,
3714 because some registers may not be in the cache. Copy
3715 regs from register cache only if they are cached.
3716 (store_regs_lib): Copy regs from register cache only
3717 if they are cached.
3718 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3719 fill_gprs64): Ditto.
3720
61c5da0b
KB
37212002-07-22 Kevin Buettner <kevinb@redhat.com>
3722
3723 * aix-thread.c (gdb_assert.h): Include.
3724 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3725 register sizes (from register cache) match size of buffer holding
3726 register data.
3727 (fill_sprs32): Change parameter types to match those in the ptrace()
3728 buffer.
3729 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3730 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3731
37322002-07-22 Michael Snyder <msnyder@redhat.com>
3733
3734 * aix-thread.c (supply_sprs64): Cosmetic change.
3735 (supply_sprs32): Cosmetic change.
3736 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3737 (fill_sprs64): Use regcache_collect instead of read_register.
3738 (store_regs_lib): Use regcache_collect instead of
3739 read_register. Use fill_sprs32 instead of fill_sprs64,
3740 if debugging a 32-bit architecture.
3741 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3742 out of the register cache, instead of passing a pointer into
3743 the register cache directly to ptrace. Use regcache_collect
3744 insteaad of read_register.
3745 (ops_prepare_to_store): Use target_read_registers instead
3746 of read_register_bytes.
3747
36479eb1
AS
37482002-07-20 Aidan Skinner <aidan@velvet.net>
3749
3750 * MAINTAINERS: Add self under write after approval.
3751
80ae6ee2
AS
37522002-07-20 Aidan Skinner <aidan@velvet.net>
3753
3754 * ada-tasks.c: Change k&r style function definitions to prototyped
3755 form.
3756
8a8ab2b9
AC
37572002-07-19 Andrew Cagney <ac131313@redhat.com>
3758
3759 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3760 * x86-64-tdep.c: Include "objfiles.h".
3761 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3762 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3763
fb16b900
ML
37642002-07-17 Michal Ludvig <michal@suse.cz>
3765
3766 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3767 (update_context): Initialise cfa variable.
3768
0fe7bf7b
MS
37692002-07-17 Michael Snyder <msnyder@redhat.com>
3770
3771 * aix-thread.c: Shorten some long lines.
3772 Bring comments into line with code spec.
3773
488f131b
JB
37742002-07-18 Joel Brobecker <brobecker@gnat.com>
3775
3776 * infrun.c: Re-indent using gdb_indent.sh.
3777
46c415d2
JB
37782002-07-18 Joel Brobecker <brobecker@gnat.com>
3779
3780 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3781 Leave the indentation temporarily untouched, to minimize the diffs.
3782
cdecafbe
EZ
37832002-07-18 Elena Zannoni <ezannoni@redhat.com>
3784
3785 * stabsread.c: Make os9k sections of the code obsolete,
3786 for real this time.
3787 * stabsread.h: Make os9k sections of the code obsolete.
3788
7b6aa020
ML
37892002-07-18 Michal Ludvig <mludvig@suse.cz>
3790
09ec9b38
ML
3791 * linux-low.c (regsets_store_inferior_registers): Add free()
3792 at the end of a loop to prevent memory leak.
3793 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3794 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3795 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3796 line a comment.
4894ac5d 3797 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3798
233282cd
JB
37992002-07-17 Jim Blandy <jimb@redhat.com>
3800
3801 * macrocmd.c (info_macro_command): Remove newline from error
3802 message.
3803
7b6aa020 38042002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3805
3806 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3807 (sh_gdbarch_init): Use it for sh-dsp.
3808
f7ef9339
KB
38092002-07-16 Kevin Buettner <kevinb@redhat.com>
3810
3811 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3812 64-bit DWARF2 format.
3813
8dd72958
JB
38142002-07-16 Joel Brobecker <brobecker@gnat.com>
3815
3816 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3817 <sys/proc.h> when not available.
3818
a99a9e1b
AC
38192002-07-16 Andrew Cagney <ac131313@redhat.com>
3820
3821 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3822 * stabsread.c: Make os9k sections of the code obsolete.
3823 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3824 * config/i386/i386os9k.mt: Make file obsolete.
3825 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3826 (COMMON_OBS): Remove os9kread.o
3827 (SFILES): Remove os9kread.c.
3828 (os9kread.o, remote-os9k.o): Make target obsolete.
3829 * remote-os9k.c: Make file obsolete.
3830 * os9kread.c: Make file obsolete.
3831 * Makefile.in
3832
7a3085c1
AC
38332002-07-16 Andrew Cagney <ac131313@redhat.com>
3834
3835 * NEWS: Mention that the FR30 has been made obsolete.
3836 * fr30-tdep.c: Make file obsolete.
3837 * config/fr30/tm-fr30.h: Ditto.
3838 * config/fr30/fr30.mt: Ditto.
3839 * configure.tgt: Make fr30-*-elf obsolete.
3840 * MAINTAINERS: Make fr30-elf obsolete.
3841
28a93f5a
PM
38422002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3843
3844 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3845 found is not inside a section.
3846
be006b8b
KB
38472002-07-15 Kevin Buettner <kevinb@redhat.com>
3848
3849 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3850 strerror().
3851 (pdc_realloc): Use xrealloc() instead of realloc().
3852
14fa3751
KB
38532002-07-15 Kevin Buettner <kevinb@redhat.com>
3854
3855 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3856 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3857 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3858 macros.
3859
42cc437f
KB
38602002-07-15 Kevin Buettner <kevinb@redhat.com>
3861
3862 * aix-thread.c (ptrace_check): Eliminate goto.
3863 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3864 problem.
3865
8e2c28d4
KB
38662002-07-15 Kevin Buettner <kevinb@redhat.com>
3867
3868 * aix-thread.c (gdbcmd.h): Include.
3869 (DEBUG, DBG, DBG2, dbg): Eliminate.
3870 (debug_aix_thread): New static global.
3871 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3872 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3873 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3874 invocations to DBG and DBG2 macros to test against
3875 ``debug_aix_thread'' and call fprintf_unfiltered().
3876 (_initialize_aix_thread): Add new command "set debug aix-thread".
3877
30413464
AC
38782002-07-15 Andrew Cagney <ac131313@redhat.com>
3879
3880 From Gerhard Tonn <TON@de.ibm.com>:
3881 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
3882 instead of supply_register.
3883
7c43edc1
AC
38842002-07-15 Andrew Cagney <ac131313@redhat.com>
3885
3886 * dwarf2cfi.c: Include "gdb_assert.h".
3887 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
3888 non-NULL.
3889 (update_context): Do not use __func__. Add missing ``break''.
3890 (update_context): Do not use __func__.
3891
9364a0ef
EZ
38922002-07-15 Elena Zannoni <ezannoni@redhat.com>
3893
3894 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
3895 and its setting. Set gdbarch instruction printing functions
3896 directly. For non-rs6000 case use new function
3897 gdb_print_insn_powerpc.
3898 (gdb_print_insn_powerpc): New function.
3899
3fbeef0b
AC
39002002-07-13 Andrew Cagney <ac131313@redhat.com>
3901
92eb23c5 3902 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
3903 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
3904 * configure.tgt: Mark d30v-*-* as obsolete.
3905 * d30v-tdep.c: Mark file as obsolete.
3906 * config/d30v/d30v.mt: Ditto.
3907 * config/d30v/tm-d30v.h: Ditto.
3908
aacb1f0a
AS
39092002-07-13 Aidan Skinner <aidan@velvet.net>
3910
3911 * ada-tasks.c (add_task_entry): replace calls to
3912 malloc() with xmalloc
3913 * ada-tasks.c (init_task_list): replace calls to free with xfree()
3914
3915 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
3916 ada_finish_decode_line_1, all_sals_for_line
3917 ada_breakpoint_rewrite): replace calls to free() with xfree()
3918
c11d79f2
KB
39192002-07-12 Kevin Buettner <kevinb@redhat.com>
3920
3921 From Nicholas Duffek (with minor changes by Martin Hunt,
3922 Louis Hamilton, and Kevin Buettner):
3923 * aix-thread.c: New file.
3924
8e19ed76
PS
39252002-07-12 Petr Sorfa <petrs@caldera.com>
3926
3927 * dwarf2read.c (dwarf2_invalid_attrib_class): New
3928 complaint for invalid attribute class or form.
3929 (read_func_scope): DW_AT_frame_base
3930 better handling of DW_AT_block*.
3931 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
3932 better handling of DW_AT_block*.
3933 (read_common_block): DW_AT_location
3934 better handling of DW_AT_block*.
3935 (read_partial_die): DW_AT_location better handling
3936 of DW_AT_block*.
3937 (new_symbol): DW_AT_external better handling of
3938 DW_AT_block*. Proper initialization of variable
3939 "addr".
3940 (attr_form_is_block): New function that returns true
3941 if the attribute's form is of DW_FORM_block*.
3942
295401f7
DJ
39432002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
3944
3945 * valops.c (find_method_list): Remove comment about
3946 removed STATIC_MEMFUNCP argument.
3947 (value_find_oload_method_list): Likewise.
3948
e42dc924
KB
39492002-07-12 Kevin Buettner <kevinb@redhat.com>
3950
3951 From Nicholas Duffek:
3952 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
3953 target_new_objfile_hook.
3954
6904b546
KB
39552002-07-12 Kevin Buettner <kevinb@redhat.com>
3956
3957 From Nicholas Duffek:
3958 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
3959 csect.
3960
53fe9346
AC
39612002-07-12 Andrew Cagney <cagney@redhat.com>
3962
3963 * MAINTAINERS: Mention --enable-sim-build-warnings.
3964 (m68hc11-elf): Disable sim build warnings.
3965 (m32r-elf): Mark as broken obsolete candidate.
3966 (x86_64-linux-gnu): Mark as buildable with -Werror.
3967 (arm-elf): Change -w to ``,'' which enables warnings but not
3968 -Werror.
3969
af5f3db6
AC
39702002-07-12 Andrew Cagney <ac131313@redhat.com>
3971
3972 * bcache.h: Update copyright.
3973 (struct bstring, struct bcache): Move definition to "bcache.c".
3974 Replaced by opaque declaration.
3975 (bcache_xfree): Replace free_bcache.
3976 (bcache_xmalloc, bcache_memory_used): Declare.
3977
3978 * bcache.c: Update copyright.
3979 (struct bstring, struct bcache): Moved to here from "bcache.h".
3980 Update comments.
3981 (bcache_xmalloc, bcache_memory_used): New functions.
3982 (bcache_xfree): Replace function free_bcache.
3983
3984 * Makefile.in (objfiles.o): Add $(bcache_h).
3985 (objfiles_h): Remove $(bcache_h).
3986 (symfile.o): Add $(bcache_h).
3987
3988 * symmisc.c: Update copyright.
3989 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
3990 (print_objfile_statistics): Use bcache_memory_used.
3991
3992 * symfile.c: Include "bcache.h".
3993 (reread_symbols): Use bcache_xfree.
3994 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
3995 (add_psymbol_to_list): Pass psymbol_cache by value.
3996 (add_psymbol_with_dem_name_to_list): Ditto.
3997
3998 * objfiles.h: Update copyright.
3999 (struct bcache): Declare opaque. Do not include "bcache.h".
4000 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4001 bcache'' pointers.
4002 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4003
4004 * objfiles.c: Include "bcache.h". Update copyright.
4005 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4006 macro_cache.
4007 (free_objfile): Use bcache_xfree.
4008
444199e7
GS
40092002-07-11 Grace Sainsbury <graces@redhat.com>
4010
4011 * monitor.c (monitor_fetch_register): Make name a constant.
4012 (monitor_store_register): Same.
4013
261397f8
DJ
40142002-07-11 Daniel Jacobowitz <drow@mvista.com>
4015
4016 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4017 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4018 (finish_block) For non-function blocks, hash the symbol table. For
4019 function blocks, mark the symbol table as unhashed.
4020 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4021 (msymbol_hash_iw): Likewise.
4022 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4023 value.
4024 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4025 (lookup_minimal_symbol): Likewise for both.
4026 * symtab.h (struct block): Add `hashtable' flag. Comment the
4027 hashtable.
4028 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4029 (ALL_BLOCK_SYMBOLS): Update.
4030 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4031 (struct symbol): Add `hash_next' pointer.
4032 * symtab.c (lookup_block_symbol): Search using the hash table when
4033 possible.
4034 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4035 (search_symbols, find_addr_symbol): Likewise.
4036
4037 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4038 (read_dst_symtab): Likewise.
4039 * jv-lang.c (get_java_class_symtab): Likewise.
4040 * mdebugread.c: Include "gdb_assert.h".
4041 (shrink_block): Assert that the block being modified is not hashed.
4042 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4043 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4044 symbols.
4045 (dump_symtab): Recognize hashed blocks.
4046 * printcmd.c (print_frame_args): Assert that function blocks do not
4047 have hashed symbol tables.
4048 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4049 (fill_in_ada_prototype, debug_print_block): Likewise.
4050 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4051
6f0eaa01
CV
40522002-07-11 Corinna Vinschen <vinschen@redhat.com>
4053
4054 * stack.c (print_frame): Use result of frame_address_in_block()
4055 instead of fi->pc when evaluating symbols.
4056 (backtrace_command_1): Ditto.
4057
a208b0cb
AC
40582002-07-11 Andrew Cagney <cagney@redhat.com>
4059
4060 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4061 Make static.
4062
4063 * arm-tdep.c (arm_register_name): Make return type constant.
4064
a6b6b089
AC
40652002-07-10 Andrew Cagney <ac131313@redhat.com>
4066
5ae5f592
AC
4067 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4068 prototype.
4069 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4070 * s390-tdep.c (s390_fp_regnum): Ditto.
4071 (s390_read_fp): Ditto.
4072 (s390_pop_frame): Ditto.
4073 (_initialize_s390_tdep): Ditto.
4074 * remote.c (get_remote_state): Ditto.
4075 * procfs.c (mappingflags): Ditto.
4076 * memattr.c (_initialize_mem): Ditto.
4077 * mcore-tdep.c (mcore_pop_frame): Ditto.
4078 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4079 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4080 * language.c (set_case_str): Ditto.
4081 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4082 * frv-tdep.c (new_variant): Ditto.
4083 (frv_stopped_data_address): Ditto.
4084 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4085 (context_alloc): Ditto.
4086 (frame_state_alloc): Ditto.
4087 (unwind_tmp_obstack_init): Ditto.
4088 (unwind_tmp_obstack_free): Ditto.
4089 (cfi_read_fp): Ditto.
4090 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4091 (cris_pop_frame): Ditto.
4092 * c-lang.c (scanning_macro_expansion): Ditto.
4093 (finished_macro_expansion): Ditto.
4094 (c_preprocess_and_parse): Ditto.
4095 * gdbarch.sh: Ditto.
4096 * gdbarch.h, gdbarch.c: Regenerate.
4097 * config/mn10200/tm-mn10200.h: Adjust indentation.
4098 * target.c: Adjust indentation.
4099 * symtab.h: Adjust indentation.
4100 * stabsread.h: Adjust indentation.
4101 * remote-es.c: Adjust indentation.
4102 * os9kread.c: Adjust indentation.
4103
41042002-07-10 Andrew Cagney <ac131313@redhat.com>
4105
a6b6b089
AC
4106 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4107 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4108
a1789893
GS
41092002-07-10 Grace Sainsbury <graces@redhat.com>
4110
4111 * NEWS: Mention m68k, mcore multi-arching.
4112 * MAINTAINERS: Change status of m68k, mcore to reflect
4113 multi-arching.
4114
02f0d45d
DJ
41152002-07-10 Daniel Jacobowitz <drow@mvista.com>
4116
4117 * valops.c (find_overload_match): Free oload_syms.
4118
f15f768e
JB
41192002-07-09 Joel Brobecker <brobecker@gnat.com>
4120
4121 Define HAVE_SYS_PROC_H if sys/proc.h exists
4122 * configure.in: Add check for sys/proc.h
4123 * config.in: Regenerate.
4124 * configure: Regenerate.
4125
902a7139
GS
41262002-07-09 Grace Sainsbury <graces@redhat.com>
4127
4128 * config/m68k/tm-m68k.h: Remove macros wrapped in
4129 #if !GDB_MULTI_ARCH.
4130
a534e424
AC
41312002-07-08 Andrew Cagney <ac131313@redhat.com>
4132
4133 * config.in, configure: Regenerate.
4134
9b94f7bf
MK
41352002-07-08 Mark Kettenis <kettenis@gnu.org>
4136
4137 * dwarf2cfi.c: Include "gcore.h".
4138 (execute_stack_op): Fix implementation of the
4139 DW_OP_deref and DW_OP_deref_size operators by letting do their
4140 lookup in the target.
4141
1d34db41
MK
41422002-07-07 Mark Kettenis <kettenis@gnu.org>
4143
4144 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4145 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4146 tdep->sc_sp_offset.
4147
79d5b63a
DJ
41482002-07-05 Daniel Jacobowitz <drow@mvista.com>
4149
4150 Fix PR gdb/595, gdb/602
4151 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4152 Don't call value_cast, just read the vtable pointer; update comments
4153 to match.
4154
3bb912e8
GS
41552002-07-05 Grace Sainsbury <graces@redhat.com>
4156
4157 * config/mcore/tm-mcore.h: Remove file.
4158 * config/mcore/mcore.mt: Remove definition of TM_FILE
4159 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4160
ca39387d
MK
41612002-07-05 Mark Kettenis <kettenis@gnu.org>
4162
4163 * i386bsd-tdep.c: Include "gdb_string.h".
4164
efdc1108
GS
41652002-07-04 Grace Sainsbury <graces@redhat.com>
4166
4167 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4168 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4169 mcore-tdep.
4170 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4171 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4172 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4173 (RETVAL_REGNUM): Move macros from tm-mcore.h
4174 (mcore_reg_struct_has_addr): New function.
4175 (mcore_gdbarch_init): Added initializations for the macros removed
4176 from tm-mcore.h.
4177
bb21884d
MK
41782002-07-04 Mark Kettenis <kettenis@gnu.org>
4179
4180 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4181 traditonal string branding within the ELF header.
4182
228c6d41
DJ
41832002-07-04 Daniel Jacobowitz <drow@mvista.com>
4184
4185 * symtab.c (remove_params): New function.
4186 (make_symbol_overload_list): Use it instead of cplus_demangle.
4187 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4188
2404952e
MK
41892002-07-04 Mark Kettenis <kettenis@gnu.org>
4190
e5e4acad
MK
4191 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4192
baadce09
MK
4193 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4194 New variables.
4195 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4196 and tdep->sigtramp_end.
4197 * i386obsd-nat.c: New file.
4198 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4199
2404952e
MK
4200 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4201 Don't call get_current_frame().
4202
9b4f1ba7
PM
42032002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4204
4205 * i386-nat.c (child_post_startup_inferior): New function
4206 calling i386_cleanup_dregs if
4207 I386_USE_GENERIC_WATCHPOINTS is defined.
4208 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4209 conditional to acknowledge that i386-nat.c has its
4210 own child_post_startup_inferior function.
4211
c0d1d883
MK
42122002-07-04 Mark Kettenis <kettenis@gnu.org>
4213
00f8375e
MK
4214 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4215 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4216 instead of MAX_REGISTER_RAW_SIZE.
4217 (i386_extract_return_value, i386_extract_struct_value_address):
4218 Convert to use regcache.
4219 (i386_gdbarch_init): Set max_register_raw_size and
4220 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4221 Set extract_return_value and extract_struct_value_address instead
4222 of their deprecated variants.
4223
c0d1d883
MK
4224 Convert i386 target to generic dummy frames.
4225 * i386-tdep.c: Include "symfile.h".
4226 (i386_frameless_signal_p): Consider a function to be frameless if
4227 the pc points at the first instruction of the function.
4228 (i386_frame_chain): Handle (generic) call dummies.
4229 (i386_frame_saved_pc): Likewise.
4230 (i386_frame_init_saved_regs): Remove code dealing with call
4231 dummies on the stack.
4232 (i386_push_dummy_frame): Removed.
4233 (i386_call_dummy_words): Removed.
4234 (i386_fix_call_dummy): Removed.
4235 (i386_push_return_address): New function.
4236 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4237 parameter, and don't call get_current_frame.
4238 (i386_pop_frame): New function.
4239 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4240 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4241 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4242 call_dummy_length to 0, set call_dummy_words to NULL, set
4243 sizeof_call_dummy_words to 0, set fix_call_dummy to
4244 generic_fix_call_dummy, set pc_in_call_dummy to
4245 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4246 generic_push_dummy_frame, set push_return_address to
4247 i386_push_return_address and set frame_chain_valid to
4248 generic_file_frame_chain_valid.
4249
049ee0e4
AC
42502002-07-03 Andrew Cagney <ac131313@redhat.com>
4251
4252 * gdbarch.sh (struct regcache): Add opaque declaration.
4253 (EXTRACT_RETURN_VALUE): New architecture method.
4254 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4255 * gdbarch.h, gdbarch.c: Regenerate.
4256 * arch-utils.c (legacy_extract_return_value): New function.
4257 * arch-utils.h (legacy_extract_return_value): Declare.
4258 * values.c (value_being_returned): Re-enable code handling
4259 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4260 deprecated_grub_regcache_for_registers call to block handling
4261 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4262 (EXTRACT_RETURN_VALUE): Do not define.
4263
4e0d9804
GS
42642002-07-03 Grace Sainsbury <graces@redhat.com>
4265
4266 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4267 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4268 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4269 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4270 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4271 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4272 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4273 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4274 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4275 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4276 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4277 argument so the function fits the prototype in the architecture
4278 vector.
4279 (mcore_pop_frame): Remove argument so the function fits the
4280 prototype. Use get_current_frame instead of the argument.
4281 (mcore_push_arguments): Change type of struct_return so the
4282 function can be used in the architecture vector.
4283 (mcore_store_struct_return): Add.
4284 (mcore_frame_init_saved_regs): Add.
4285 (mcore_gdbarch_init): Add function calls to replace the macros
4286 removed from tm-mcore.h
4287
36160dc4
AC
42882002-07-03 Andrew Cagney <ac131313@redhat.com>
4289
4290 * infcmd.c (print_return_value): Remove compatibility code calling
4291 deprecated_grub_regcache_for_registers.
4292
4293 * values.c: Include "regcache.h".
4294 (value_being_returned): Update. Use
4295 deprecated_grub_regcache_for_registers to extract the register
4296 buffer address.
4297 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4298 ``struct regcache''.
4299 * Makefile.in (values.o): Add dependency on $(regcache_h).
4300
4301 * inferior.h (run_stack_dummy): Change type of second parameter to
4302 a ``struct regcache''.
4303 * valops.c (hand_function_call): Change type of retbuf to ``struct
4304 regcache''. Allocate using regcache_xmalloc, clean using
4305 make_cleanup_regcache_xfree.
4306 * infcmd.c (run_stack_dummy): Update. Use
4307 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4308
4309 * regcache.c (do_regcache_xfree): New function.
4310 (make_cleanup_regcache_xfree): New function.
4311 * regcache.h (make_cleanup_regcache_xfree): Declare.
4312
e64d9b3d
MH
43132002-07-03 Martin M. Hunt <hunt@redhat.com>
4314
4dd79c29
MH
4315 * event-top.c (command_line_handler): Don't read past
4316 beginning of buffer.
e64d9b3d 4317
4dd79c29
MH
43182002-07-03 Martin M. Hunt <hunt@redhat.com>
4319
e64d9b3d
MH
4320 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4321 struct frame_id.
4322 (varobj_create): Store frame_id for root.
4323 (varobj_gen_name): Use xasprintf.
4324 (varobj_update): Save and restore frame using get_frame_id() and
4325 frame_find_by_id().
4326 (create_child): Use xasprintf.
4327 (new_root_variable): Initialize frame_id.
4328 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4329 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4330 to prevent memory leak.
4331
26e6c56a
AC
43322002-07-03 Andrew Cagney <ac131313@redhat.com>
4333
4334 * valops.c (hand_function_call): Move declaration of retbuf to
4335 start of function, allocate using malloc, add a cleanup but before
4336 the inf_status cleanup, cleanup the buffer. Rename local variable
4337 old_chain to inf_status_cleanup.
4338
f436dd25
MH
43392002-07-03 Martin M. Hunt <hunt@redhat.com>
4340
4341 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4342
4343 * cli/cli-decode.c (cmd_func_p): New function.
4344 (cmd_func): New function.
4345
4346 * command.h: Add cmd_func() and cmd_func_p().
4347
4cfe2084
GS
43482002-07-03 Grace Sainsbury <graces@redhat.com>
4349
4350 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4351 (REGISTER_SIZE): Remove.
4352 (MAX_REGISTER_RAW_SIZE): Remove.
4353 (REGISTER_VIRTUAL_TYPE): Remove.
4354 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4355 (REGISTER_NAME): Remove.
4356 (USE_GENERIC_DUMMY_FRAMES): Remove.
4357 (CALL_DUMMY): Remove.
4358 (CALL_DUMMY_START_OFFSET): Remove.
4359 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4360 (CALL_DUMMY_LOCATION): Remove.
4361 (FIX_CALL_DUMMY): Remove.
4362 (CALL_DUMMY_ADDRESS): Remove.
4363 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4364 (SAVE_DUMMY_FRAME_TOS): Remove.
4365 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4366 (mcore_register_virtual_type): New function.
4367 (mcore_register_byte): New function.
4368 (mcore_register_size): New function.
4369 (mcore_register_name): New function.
4370 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4371 macros removed from tm-mcore.h.
4372 (mcore_dump_tdep): Add.
4373 (_initialize_mcore_tdep): Add gdbarch_register call.
4374
4fd667e9
MK
43752002-07-03 Mark Kettenis <kettenis@gnu.org>
4376
4377 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4378 frameless_look_for_prologue, such that we actually call this
4379 function.
4380
42f99ac2
JB
43812002-07-02 Joel Brobecker <brobecker@gnat.com>
4382
4383 * frame.h (frame_address_in_block): New function.
4384
4385 * blockframe.c (frame_address_in_block): New function extracted
4386 from get_frame_block().
4387 (get_frame_block): Use frame_address_in_block().
4388 (block_innermost_frame): Use frame_address_in_block() to match
4389 the frame pc address against the block boundaries rather than
4390 the frame pc directly. This prevents a failure when a frame pc
4391 is actually a return-address pointing immediately after the end
4392 of the given block.
4393
103a1597 43942002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
4395
4396 * MAINTAINERS: Add self under write after approval.
4397
43982002-07-02 Grace Sainsbury <graces@redhat.com>
4399
103a1597
GS
4400 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4401 used in architecture vector. The default is
4402 m68k_local_breakpoint_from_pc.
4403 (m68k_local_breakpoint_from_pc): Add.
4404 (enum): Add register numbers from tm-m68k.h.
4405 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4406 vector.
4407 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4408 GDB_MULTI_ARCH_PARTIAL.
4409 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4410 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4411 m68k-tdep.c.
4412 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4413 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4414 to enum in m68k-tdep.c
4415
7a5a0534
JB
44162002-07-02 Joel Brobecker <brobecker@gnat.com>
4417
4418 * solib-osf.c (open_map): Compute the list of shared libraries
4419 loaded by the inferior, rather than the list of libraries loaded
4420 by GDB itself. Otherwise, GDB ends up reading the symbols from
4421 the wrong shared libraries...
4422
6f558d74
MK
44232002-07-02 Mark Kettenis <kettenis@gnu.org>
4424
b7d15bf7
MK
4425 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4426 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4427 macros.
4428 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4429 Remove functions.
4430 (FRAMELESS_SIGNAL): Remove function.
4431 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4432 i386_linux_saved_pc_after_call): Removed.
4433 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4434 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4435 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4436
6bff26de
MK
4437 * i386-tdep.c (i386_frameless_signal_p): New function.
4438 (i386_frame_chain): Deal with frameless signals.
4439 (i386_sigtramp_saved_sp): New function.
4440 (i386_frame_saved_pc): Deal with frameless signals.
4441 (i386_saved_pc_after_call): Make sure the correct value is
4442 returned just after entry into a sigtramp.
4443 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4444 i386fbsd4_sc_sp_offset): New variables.
4445 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4446 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4447 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4448 similiar to what we already did for sc_pc_offset.
4449 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4450 tdep->sc_sp_offset.
4451
6f558d74
MK
4452 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4453
145564b7
ML
44542002-07-02 Michal Ludvig <mludvig@suse.cz>
4455
4456 * config/i386/tm-x86-64linux.h: New.
4457 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4458 definitions.
4459 * config/i386/nm-x86-64.h: Rename to ...
4460 * config/i386/nm-x86-64linux.h: ... this one.
4461 * config/i386/x86-64linux.mh: Reflect the above change.
4462
3a1e71e3
MK
44632002-07-01 Mark Kettenis <kettenis@gnu.org>
4464
21d0e8a4
MK
4465 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4466 with sigcontext_addr. Add sc_sp_offset.
4467 (i386bsd_sigtramp_saved_pc): Remove prototype.
4468 (i386bsd_sicontext_addr): Add prototype.
4469 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4470 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4471 (i386_svr4_sigtramp_saved_pc): Removed.
4472 (i386_svr4_sigcontext_addr): New function.
4473 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4474 Initialize tdep->sigcontext_addr instead. Initialize
4475 tdep->sc_pc_offset and tdep->sc_sp_offset.
4476 (i386_gdbarch_init): Likewise.
4477 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4478 any more.
4479 (i386bsd_sigtramp_saved_pc): Remove function.
4480 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4481 Initialize tdep->sigcontext_addr instead. Initialize
4482 tdep->sc_pc_offset.
4483 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4484 of tdep->sigtramp_saved_pc.
4485 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4486 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4487 instead.
4488
3a1e71e3
MK
4489 * i386-tdep.c (i386_frameless_function_invocation,
4490 i386_frame_num_args, i386_frame_init_saved_regs,
4491 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4492 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4493 i386_extract_return_value, i386_store_return_value,
4494 i386_extract_struct_value_address, i386_register_virtual_type,
4495 i386_register_convertible, i386_register_convert_to_virtual,
4496 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4497 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4498 static.
4499
52e9098c
MK
45002002-07-01 Mark Kettenis <kettenis@gnu.org>
4501
77b13a25
MK
4502 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4503
52e9098c
MK
4504 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4505 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4506 this macro. Include "value.h".
4507
1b372fff
AS
45082002-06-30 Aidan Skinner <aidan@velvet.net>
4509
4510 * ada-exp.tab.c: remove as it's a generated file
4511 * ada-lex.c: remove as it's a generated file
4512
9c5045b5
MK
45132002-06-30 Mark Kettenis <kettenis@gnu.org>
4514
4a93c5bb
MK
4515 * config/i386/tm-i386.h (struct frame_info, struct
4516 frame_saved_regs, struct value, struct type): Remove forward
4517 declarations.
4518
322d4fe0
MK
4519 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4520 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4521 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4522 (FILL_FPXREGSET): Define.
4523
fdd8263d
MK
4524 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4525
482e577b
MK
4526 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4527 i[3456]86-*-netbsd* case.
4528 * config/i386/tm-obsd.h: Removed.
4529 * config/i386/obsd.mt: Removed.
4530 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4531 core-aout.o.
4532 (MH_CFLAGS): Add -DYYDEBUG=0.
4533
6916549a
MK
4534 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4535 i386nbsd_sc_pc_offset on OpenBSD too.
4536
9c5045b5
MK
4537 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4538 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4539 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4540 define.
4541 * i386bsd-tdep.c: Include "arch-utils.h".
4542 (i386bsd_aout_in_solib_call_trampoline): New function.
4543 (i386bsd_init_abi): Set in_solib_call_trampoline to
4544 i386bsd_aout_in_solib_call_trampoline.
4545 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4546 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4547
aa84d1bb
AC
45482002-06-28 Andrew Cagney <ac131313@redhat.com>
4549
4550 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4551 (struct obstack, struct bcache): Add opaque declarations.
4552 * Makefile.in (macrotab_h): Update
4553
b4d83933
AC
45542002-06-28 Andrew Cagney <ac131313@redhat.com>
4555
4556 * blockframe.c (generic_find_dummy_frame): Change return type to
4557 ``struct regcache''.
4558 (struct dummy_frame): Replace field ``registers'' with regcache, a
4559 struct regcache object.
4560 (generic_find_dummy_frame): Update.
4561 (generic_push_dummy_frame): Update. Use regcache_xfree,
4562 regcache_xmalloc and regcache_cpy.
4563 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4564 regcache_xfree.
4565 (deprecated_generic_find_dummy_frame): Update.
4566 (generic_read_register_dummy): Update. Use
4567 regcache_read_as_address.
4568 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4569 (generic_get_saved_register): Update. Use regcache_read.
4570
08c0b5bc
AC
45712002-06-28 Andrew Cagney <ac131313@redhat.com>
4572
4573 * Makefile.in (objfiles_h): Add $(bcache_h).
4574 * objfiles.h: Include "bcache.h".
4575
4576 * Makefile.in (symtab_h): Remove $(bcache_h).
4577 * symtab.h: Do not include "bcache.h".
4578
1f89801a
AC
45792002-06-28 Andrew Cagney <ac131313@redhat.com>
4580
4581 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4582 generic_func_frame_chain_valid.
4583
b9644b58
DB
45842002-06-28 David O'Brien <obrien@FreeBSD.org>
4585
4586 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4587 * config/i386/tm-fbsd.h: Likewise.
4588
dd486634
AC
45892002-06-28 Andrew Cagney <ac131313@redhat.com>
4590
4591 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4592 generic_unwind_get_saved_register.
4593
0b434a00
AC
45942002-06-27 Andrew Cagney <ac131313@redhat.com>
4595
4596 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4597 * regcache.c (supply_register): Add missing argument to
4598 register_buffer call.
4599
f30e5a77
AC
46002002-06-27 Andrew Cagney <ac131313@redhat.com>
4601
4602 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4603 Solaris /bin/grep does not not like it. From Peter Schauer.
4604
9f064c95
TT
46052002-06-26 Tom Tromey <tromey@redhat.com>
4606
4607 * command.h (add_setshow_cmd): Declare.
4608 (add_setshow_cmd_full): Declare.
4609 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4610 returns void. Use add_setshow_cmd_full.
4611 (add_setshow_cmd_full): New function.
4612 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4613 (add_setshow_boolean_cmd): Likewise.
4614
099c7589
JT
46152002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4616
4617 * config/vax/tm-vax.h: Protect from multiple inclusion.
4618 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4619 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4620 * config/vax/tm-vaxbsd.h: ...here. New file.
4621 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4622
1d049c5e
JT
46232002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4624
4625 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4626 (BELIEVE_PCC_PROMOTION): Remove.
4627 (AP_REGNUM): Move to...
4628 * config/vax/nm-vax.h: ...here.
4629 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4630 (vax_breakpoint_from_pc): New function.
4631 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4632 and gdbarch_believe_pcc_promotion.
4633
4791e091
JT
46342002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4635
4636 * Makefile.in (vax_tdep_h): Define.
4637 (vax-tdep.o): Use $(vax_tdep_h).
4638 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4639 (vax_dump_tdep): New function.
4640 (_initialize_vax_tdep): Register vax_dump_tdep.
4641 * vax-tdep.h: Include osabi.h.
4642 (struct gdbarch_tdep): New.
4643
da130f98
AC
46442002-06-26 Andrew Cagney <cagney@redhat.com>
4645
4646 * frame.h (deprecated_generic_find_dummy_frame): Rename
4647 generic_find_dummy_frame.
4648 * blockframe.c (generic_find_dummy_frame): Make static.
4649 (deprecated_generic_find_dummy_frame): New function.
4650 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4651 generic_find_dummy_frame with deprecated_find_dummy_frame.
4652 (sh64_nofp_frame_init_saved_regs): Ditto.
4653 (sh_fp_frame_init_saved_regs): Ditto.
4654 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4655 (s390_frame_chain): Ditto.
4656 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4657
6300c360
GS
46582002-06-26 Grace Sainsbury <graces@redhat.com>
4659
4660 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4661 gdbarch vector are at the top.
4662 (NUM_REGS): Remove.
4663 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4664 (FRAME_ARGS_ADDRESS): Remove.
4665 (FRAME_LOCALS_ADDRESS): Remove.
4666 (FRAME_NUM_ARGS): Remove.
4667 (FRAME_ARGS_SKIP): Remove.
4668 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4669 (m68k_gdbarch_init): Add gdbarch initializations for macros
4670 undefined in tm-m68k.h
4671
1c617db8
GS
46722002-06-26 Grace Sainsbury <graces@redhat.com>
4673
4674 * monitor.h: Add the function regname to monitor_ops
4675 structure. This way NUM_REGS does not have to be a constant.
4676 * monitor.c (monitor_fetch_register): Added support for regname
4677 function. The function is called if the array regnames is NULL.
4678 (monitor_store_register): Same.
da130f98
AC
4679 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4680 regnames array.
1c617db8
GS
4681 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4682 cpu32bug_cmds.regname to point to new function.
4683 * abug-rom.c (abug_regname): Same as above.
4684 (init_abug_cmds): Same.
4685 * dbug-rom.c (dbug_regname): Same as above.
4686 (init_dbug_cmds): Same.
4687 * remote-est.c (est_regname): Same.
4688 (init_est_cmds): Same.
4689 * rom68k-rom.c (rom68k_regname): Same.
4690 (init_rom68k_cmds): Same.
4691
ea9365bb
TT
46922002-06-25 Tom Tromey <tromey@redhat.com>
4693
4694 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4695
72cec141
AC
46962002-06-25 Andrew Cagney <cagney@redhat.com>
4697
4698 * infrun.c (stop_registers): Change variable's type to ``struct
4699 regcache'''.
4700 (xmalloc_inferior_status): Delete function.
4701 (free_inferior_status): Delete function.
4702 (normal_stop): Use regcache_cpy.
4703 (struct inferior_status): Change type of fields ``stop_registers''
4704 and ``registers'' to ``struct regcache''.
4705 (write_inferior_status_register): Use regcache_write.
4706 (save_inferior_status): Instead of calling
4707 xmalloc_inferior_status, allocate the inf_status buffer directly.
4708 Use regcache_dup_no_passthrough and regcache_dup to save the
4709 buffers.
4710 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4711 Replace the stop_registers regcache instead of overriding it. Use
4712 regcache_xfree. Instead of calling free_inferior_status, xfree
4713 the buffer directly.
4714 (discard_inferior_status): Use regcache_xfree. Instead of calling
4715 free_inferior_status, xfree the buffer directly.
4716 (build_infrun): Use regcache_xmalloc.
4717 (_initialize_infrun): Delete redundant call to build_infrun.
4718
4719 * Makefile.in (infcmd.o): Add $(regcache_h).
4720
4721 * infcmd.c: Include "regcache.h".
4722 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4723 obtain the address of `stop_registers' register buffer.
4724 (print_return_value): Ditto.
4725
4726 * inferior.h (struct regcache): Add opaque declaration.
4727 (stop_registers): Change variable's declared type to ``struct
4728 regcache''.
4729
defc6f8c
TT
47302002-06-24 Tom Tromey <tromey@redhat.com>
4731
c0e624e7
TT
4732 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4733 * target.c (initialize_targets): Fixed typo in
4734 trust-readonly-sections `show' documentation.
4735
defc6f8c
TT
4736 * main.c: Marked all strings with _().
4737
2b236d82
DH
47382002-06-24 Don Howard <dhoward@redhat.com>
4739
4740 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4741 that means max CORE_ADDR+1.
4742 (lookup_mem_region): Ditto.
4743 (mem_info_command): Ditto.
4744
942dc0e9
GS
47452002-06-24 Grace Sainsbury <graces@redhat.com>
4746
4747 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4748 (REGISTER_BYTES_OK): Remove.
4749 (REGISTER_BYTES): Remove.
4750 (STORE_STRUCT_RETURN): Remove.
4751 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4752 (STORE_RETURN_VALUE): Remove.
4753 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4754 (FRAME_CHAIN): Remove.
4755 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4756 (FRAME_SAVED_PC): Remove.
4757 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4758 (m68k_store_struct_return): Add.
4759 (m68k_deprecated_extract_return_value): Add.
4760 (m68k_deprecated_extract_struct_value_address): Add.
4761 (m68k_store_return_value): Add.
4762 (m68k_frame_chain): Add.
4763 (m68k_frameless_function_invocation): Add.
4764 (m68k_frame_saved_pc): Add.
4765 (m68k_gdbarch_init): added set_gdbarch calls for new
4766 functions and deleted macros.
4767
03c30d4d
TT
47682002-06-23 Tom Tromey <tromey@redhat.com>
4769
4770 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4771 (ALLDEPFILES): Likewise.
4772 (udiheaders): Removed.
4773 (udip2soc.o): Likewise.
4774 (udi2go32.o): Likewise.
4775 (udr.o): Likewise.
4776 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4777
37e71372
AC
47782002-06-22 Andrew Cagney <ac131313@redhat.com>
4779
06a6ac57
AC
4780 * infrun.c (_initialize_infrun): Delete unnecessary call to
4781 build_infrun.
4782
37e71372
AC
4783 * regcache.h: Update comments describing the regcache_cpy family
4784 of functions.
4785 (regcache_save, regcache_restore): Delete declaration.
4786 (regcache_save_no_passthrough): Delete declaration.
4787 (regcache_restore_no_passthrough): Delete declaration.
4788 * regcache.c (regcache_save): Delete function.
4789 (regcache_save_no_passthrough): Delete function.
4790 (regcache_restore): Delete function.
4791 (regcache_restore_no_passthrough): Delete function.
4792
78f6d055
AC
47932002-06-21 Andrew Cagney <ac131313@redhat.com>
4794
4795 * config/m68k/tm-m68k.h: Fix typo.
4796 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4797 (m68k_frame_init_saved_regs): Declare.
4798
78b119cb
JB
47992002-06-21 Jim Blandy <jimb@redhat.com>
4800
4801 Remove some vestiges of Harris 88k support.
4802 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4803 register numbering quirk.
4804 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4805 odd symbols occurring in Harris 88k ELF targets.
4806
0fbb3da7
TT
48072002-06-21 Tom Tromey <tromey@redhat.com>
4808
4809 * gdb_locale.h: New file.
4810 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4811 (defs_h): Added gdb_locale.h.
4812 * configure, config.in: Rebuilt.
4813 * configure.in (PACKAGE): Define.
4814 * defs.h: Include gdb_locale.h.
4815 * main.c (captured_main): Call setlocale, bindtextdomain,
4816 textdomain.
4817
456f8b9d
DB
48182002-06-21 Dave Brolley <brolley@redhat.com>
4819
4820 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4821 * config/frv/frv.mt: New file.
4822 * config/frv/tm-frv.h: New file.
4823 * configure.tgt: Support frv-*-*.
4824 * Makefile.in (frv-tdep.o): New target.
4825 * frv-tdep.c: New file.
4826 * NEWS: Mention frv.
4827
cdd463f9
DB
48282002-06-21 Dave Brolley <brolley@redhat.com>
4829
4830 * MAINTAINERS: Add self to "Write After Approval" list.
4831
5d3ed2e3
GS
48322002-06-21 Grace Sainsbury <graces@redhat.com>
4833
4834 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4835 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4836 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4837 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4838 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4839
4840 * m68k-tdep.c: Include arch-utils.h
4841 (m68k_register_raw_size): Add.
4842 (m68k_register_virtual_size): Add.
4843 (m68k_register_virtual_type): Add.
4844 (m68k_register_name): Add.
4845 (m68k_stack_align): Add.
4846 (m68k_register_byte): Add.
4847 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4848 tm-m68k.h.
4849
7f8e7424
GS
48502002-06-21 Grace Sainsbury <graces@redhat.com>
4851
a2c6a6d5 4852 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4853 m68k_find_saved_regs.
4854 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4855 references to it with frame->saved_regs.
7f8e7424
GS
4856 (m68k_gdbarch_init): Added function calls to initialize the
4857 gdbarch structure.
a2c6a6d5
GS
4858 (m68k_fix_call_dummy): Add.
4859 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4860 (CALL_DUMMY): Remove.
4861 (CALL_DUMMY_LENGTH): Remove.
4862 (CALL_DUMMY_START_OFFSET): Remove.
4863 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4864 (FIX_CALL_DUMMY): Remove.
4865 (PUSH_DUMMY_FRAME): Remove.
4866 (POP_FRAME): Remove.
7f8e7424 4867
f461f5cf
PM
48682002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4869
4870 * parse.c (parse_fprintf): New function used to avoid calls to
4871 fprintf in bison parser generated debug code.
4872 * parser-defs.h: Declaration of new parse_fprintf function.
4873 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4874 Set YYDEBUG to 1 by default.
4875 Set YYFPRINTF as parse_fprintf.
4876
7f0c12ed
ML
48772002-06-21 Michal Ludvig <mludvig@suse.cz>
4878
4879 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
4880 encoding anymore.
4881 (pointer_encoding, enum ptr_encoding): New.
4882 (execute_cfa_program): Take care about pointer encoding.
4883 (dwarf2_build_frame_info): Only call parse_frame_info for
4884 .debug_frame and .eh_frame.
4885 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
4886 fixed augmentation handling, added relative addressing,
4887 ignore duplicate FDEs. Added comments.
19d833a2 4888 * dwarf2cfi.c: Reindented.
7f0c12ed 4889
87c4a039
EZ
48902002-06-20 Elena Zannoni <ezannoni@redhat.com>
4891
4892 * event-top.c (command_handler): Don't use space_at_cmd_start
4893 unless there is sbrk() on the host. Assign time and space data
4894 to union fields of the appropriate length.
4895
1cf877ad
ML
48962002-06-20 Michal Ludvig <mludvig@suse.cz>
4897
4898 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
4899 x86_64_register_name. Return type changed to 'const char *'.
4900 (x86_64_register_name2nr): Rename to x86_64_register_number.
4901 (x86_64_gdbarch_init): Update to reflect the change.
4902 * x86-64-tdep.h: Ditto.
4903 * x86-64-linux-nat.c (x86_64_fxsave_offset)
4904 (supply_fpregset): Ditto.
4905
3fadccb3
AC
49062002-06-19 Andrew Cagney <cagney@redhat.com>
4907
4908 * regcache.h: Update copyright.
4909 (struct regcache, struct gdbarch): Add opaque declarations.
4910 (current_regcache): Declare global variable.
4911 (regcache_read, regcache_write): Add gdbarch parameter.
4912 (regcache_save, regcache_save_no_passthrough)
4913 (regcache_restore, regcache_restore_no_passthrough)
4914 (regcache_dup, regcache_dup_no_passthrough)
4915 (regcache_cpy, regcache_cpy_no_passthrough)
4916 (deprecated_grub_regcache_for_registers)
4917 (deprecated_grub_regcache_for_register_valid)
4918 (regcache_valid_p): Add function declarations.
4919
4920 * regcache.c: Update copyright.
4921 (regcache_descr_handle): New global variable.
4922 (struct regcache_descr): Define.
4923 (init_legacy_regcache_descr, init_regcache_descr): New functions.
4924 (regcache_descr, xfree_regcache_descr): New functions.
4925 (struct regcache): Define.
4926 (regcache_xmalloc, regcache_xfree): New functions.
4927 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
4928 (regcache_dup, regcache_dup_no_passthrough): New functions.
4929 (regcache_valid_p, regcache_read_as_address): New functions.
4930 (deprecated_grub_regcache_for_registers): New function.
4931 (deprecated_grub_regcache_for_register_valid): New function.
4932 (current_regcache): New global variable.
4933 (register_buffer): Add regcache parameter. Update calls.
4934 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
4935 (read_register_gen, write_register_gen): Update register_buffer
4936 call. Test for legacy_p instead of gdbarch_register_read_p or
4937 gdbarch_register_write_p.
4938 (regcache_collect): Update register_buffer call.
4939 (build_regcache): Rewrite. Use deprecated grub functions.
4940 (regcache_save, regcache_save_no_passthrough): New functions.
4941 (regcache_restore, regcache_restore_no_passthrough): New
4942 functions.
4943 (_initialize_regcache): Create the regcache_data_handle. Swap
4944 current_regcache global variable.
4945
4946 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
4947 parameter to regcache_read and regcache_write calls.
4948 (sh4_register_read): Ditto.
4949 (sh64_pseudo_register_read): Ditto.
4950 (sh64_register_read): Ditto.
4951 (sh_pseudo_register_write): Ditto.
4952 (sh4_register_write): Ditto.
4953 (sh64_pseudo_register_write): Ditto.
4954 (sh64_register_write): Ditto.
4955
4956 * defs.h (XCALLOC): Define.
4957
152d9db6
GS
49582002-06-19 Grace Sainsbury <graces@redhat.com>
4959
4960 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
4961 * m68k-tdep.c (m68k_gdbarch_init): Added.
4962 (m68k_dump_tdep): Added.
4963
170911c7
DJ
49642002-06-19 Daniel Jacobowitz <drow@mvista.com>
4965
4966 * ada-lang.c (fill_in_ada_prototype): Update comment.
4967
2e4ebe70
DJ
49682002-06-19 Daniel Jacobowitz <drow@mvista.com>
4969
4970 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
4971 MIPS_ABI_LAST.
4972 (mips_abi_string, mips_abi_strings): New.
4973 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
4974 (mips_gdbarch_init): Set tdep->found_abi. Don't set
4975 tdep->mips_abi_string. Honor mips_abi_string. Default to
4976 O32 if no ABI is found.
4977 (mips_dump_tdep): Use mips_abi_strings.
4978 (mips_abi_update): New function.
4979 (_initialize_mips_tdep): Initialize mips_abi_string. Add
4980 ``set mips abi'' and ``show mips abi''. Check the size of
4981 mips_abi_strings.
4982
16775908
AC
49832002-06-19 Andrew Cagney <cagney@redhat.com>
4984
4985 * i386-linux-tdep.c (i386_linux_register_name): Make return type
4986 constant.
4987
5051bfa4 49882002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 4989
5051bfa4
JB
4990 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
4991 current frame using only the first stack size adjustment. All
4992 subsequent size adjustments are not considered to be part of
4993 the "static" part of the current frame.
4994 Compute the address of the saved registers relative to the
4995 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
4996 in use in this frame.
4997
56468235
DH
49982002-06-18 Don Howard <dhoward@redhat.com>
4999
5000 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5001 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5002 suggesting this solution.
5003
0b624158
AC
50042002-06-18 Andrew Cagney <ac131313@redhat.com>
5005
5006 * config/romp/xm-rtbsd.h: Delete file.
5007 * config/romp/rtbsd.mh: Delete file.
5008
221ea385
KS
50092002-06-18 Keith Seitz <keiths@redhat.com>
5010
5011 * breakpoint.c (condition_command): Post breakpoint_modify
5012 when a condition is added to an existing breakpoint.
5013 (commands_command): Likewise for commands.
5014 (set_ignore_count): Likewise for ignore counts.
5015 If no tty, do not simply return, still need to send event
5016 notification.
5017 (ignore_command): Only print a newline if the command came
5018 from a tty.
5019 Don't call breakpoints_changed, since this is now properly
5020 handled by set_ignore_count.
5021
5402eed1
AC
50222002-06-18 Andrew Cagney <cagney@redhat.com>
5023
5024 * MAINTAINERS: Note that cris-elf target can be compiled with
5025 -Werror.
5026 * cris-tdep.c (cris_register_name): Make return type constant.
5027 (cris_breakpoint_from_pc): Ditto.
5028
cc22880b
ML
50292002-06-18 Michal Ludvig <mludvig@suse.cz>
5030
5031 * frame.h (struct frame_info): Change type of context to
5032 'struct context'.
5033
fa88f677
AC
50342002-06-17 Andrew Cagney <cagney@redhat.com>
5035
5036 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5037 pointer.
5038 * gdbarch.h, gdbarch.c: Regenerate.
5039 * config/mips/tm-mips.h (mips_register_name): Update.
5040 * i386-tdep.h (i386_register_name): Update.
5041 * mips-tdep.c (mips_register_name): Update
5042 * alpha-tdep.c (alpha_register_name): Update.
5043 * arch-utils.c (legacy_register_name): Update.
5044 * arch-utils.h (legacy_register_name): Update.
5045 * avr-tdep.c (avr_register_name): Update.
5046 * ia64-tdep.c (ia64_register_name): Update.
5047 * i386-tdep.c (i386_register_name): Update.
5048 * sparc-tdep.c (sparc32_register_name): Update.
5049 (sparc64_register_name): Update.
5050 (sparclite_register_name): Update.
5051 (sparclet_register_name): Update.
5052 * sh-tdep.c (sh_generic_register_name): Update.
5053 (sh_sh_register_name): Update.
5054 (sh_sh3_register_name): Update.
5055 (sh_sh3e_register_name): Update.
5056 (sh_sh_dsp_register_name): Update.
5057 (sh_sh3_dsp_register_name): Update.
5058 (sh_sh4_register_name): Update.
5059 (sh_sh64_register_name): Update.
5060 * s390-tdep.c (s390_register_name): Update.
5061 * rs6000-tdep.c (rs6000_register_name): Update.
5062 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5063 (ns32k_register_name_32382): Update.
5064 * d10v-tdep.c (d10v_ts2_register_name): Update.
5065 (d10v_ts3_register_name): Update.
5066 * xstormy16-tdep.c (xstormy16_register_name): Update.
5067 * vax-tdep.c (vax_register_name): Update.
5068 * v850-tdep.c (v850_register_name): Update.
5069 * m68hc11-tdep.c (m68hc11_register_name): Update.
5070 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5071 (am33_register_name): Update.
5072
ea1e7ef6
GS
50732002-06-17 Grace Sainsbury <graces@redhat.com>
5074
5075 * m68k-tdep.c: Reindented.
5076
9b02dd1b
AC
50772002-06-17 Andrew Cagney <ac131313@redhat.com>
5078
5079 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5080 list of predefined types.
5081
8758dec1
MK
50822002-06-16 Mark Kettenis <kettenis@gnu.org>
5083
b6197528
MK
5084 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5085 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5086 REGISTER_CONVERT_TO_RAW): Remove defines.
5087 (i386_register_virtual_type, i386_register_convertible,
5088 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5089 Remove prototypes.
5090 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5091 macros mentioned above.
5092
82b47e62
MK
5093 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5094 (i386lynx_saved_pc_after_call): Remove prototype.
5095 * i386ly-tdep.c: Include "i386-tdep.h".
5096 (i386lynx_saved_pc_after_call): Make static. Use
5097 read_memory_nobpt instead of read_memory. Use
5098 read_memory_unsigned_integer instead of read_memory_integer.
5099 (i386lynx_init_abi): New function.
5100 (i386lynx_coff_osabi_sniffer): New function.
5101 (_initialize_i386bsd_tdep): New function.
5102
8758dec1
MK
5103 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5104 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5105 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5106 (i386_fix_call_dummy): Remove prototype.
5107 * i386-tdep.c (i386_call_dummy_words): New variable.
5108 (i386_gdbarch_init): Adjust for removal of the
5109 macros mentioned above.
5110
e9e68a56
AC
51112002-06-15 Andrew Cagney <ac131313@redhat.com>
5112
5113 * command.h (add_setshow_auto_boolean_cmd): Replace
5114 add_set_auto_boolean_cmd.
5115 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5116 add_set_auto_boolean_cmd.
5117 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5118 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5119 mask-address'' command.
5120 (show_mask_address): Add cmd parameter.
5121 * remote.c (add_packet_config_cmd): Update. Change type of
5122 set_func and show_func to cmd_sfunc_ftype.
5123 (_initialize_remote): Update `set remote Z-packet'
5124 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5125 (show_remote_protocol_e_packet_cmd): Ditto.
5126 (show_remote_protocol_E_packet_cmd): Ditto.
5127 (show_remote_protocol_P_packet_cmd): Ditto.
5128 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5129 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5130 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5131 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5132 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5133 (show_remote_protocol_Z_packet_cmd): Ditto.
5134 (show_remote_protocol_binary_download_cmd): Ditto.
5135 (show_remote_cmd): Pass NULL to all of above.
5136
fc08ec52
MK
51372002-06-15 Mark Kettenis <kettenis@gnu.org>
5138
5139 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5140 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5141 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5142 POP_FRAME): Remove defines.
5143 (i386_push_arguments, i386_store_struct_return,
5144 i386_extract_return_value, i386_store_return_value,
5145 i386_extract_struct_value_address, i386_push_dummy_frame,
5146 i386_pop_frame): Renove prototypes.
5147 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5148 macros mentioned above.
5149
e707bbc2
AC
51502002-06-15 Andrew Cagney <ac131313@redhat.com>
5151
5152 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5153 add_set_boolean_cmd.
5154 (add_setshow_cmd): New function.
5155 * command.h (add_setshow_boolean_cmd): Replace
5156 add_set_boolean_cmd.
5157 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5158 and ``set rdiromatzero''.
5159 * maint.c (_initialize_maint_cmds): Update commented out code.
5160 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5161 * target.c (initialize_targets): Update `set
5162 trust-readonly-sections'.
5163 * remote.c (_initialize_remote): Update `set remotebreak'.
5164
42fdc8df
MK
51652002-06-15 Mark Kettenis <kettenis@gnu.org>
5166
93924b6b
MK
5167 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5168 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5169 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5170 fit into multi-arch framework.
5171 (i386_breakpoint_from_pc): New function.
5172 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5173 above.
5174
42fdc8df
MK
5175 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5176 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5177 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5178 (i386_frameless_function_invocation, i386_frame_num_args,
5179 i386_frame_init_saved_regs): Remove prototypes.
5180 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5181 macros mentioned above.
5182
9773a94b
AC
51832002-06-15 Andrew Cagney <ac131313@redhat.com>
5184
5185 * cli/cli-decode.c (set_cmd_cfunc): Update.
5186 (set_cmd_sfunc): Update.
5187 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5188 (set_cmd_sfunc, set_cmd_cfunc): Update.
5189 * cli/cli-decode.h: Update.
5190
6e157172
MK
51912002-06-15 Mark Kettenis <kettenis@gnu.org>
5192
5193 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5194 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5195
7f19b9a2
AC
51962002-06-15 Andrew Cagney <ac131313@redhat.com>
5197
5198 * defs.h (auto_boolean): Declare enum.
5199 * command.h (cmd_auto_boolean): Delete enum.
5200 * mips-tdep.c (mask_address_var): Update.
5201 (mips_mask_address_p): Update.
5202 (show_mask_address): Update.
5203 * remote.c (struct packet_config): Update.
5204 (update_packet_config): Update.
5205 (show_packet_config_cmd): Update.
5206 (packet_ok): Update.
5207 (add_packet_config_cmd): Update.
5208 (_initialize_remote):
5209 * command.h: Update.
5210 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5211 (do_setshow_command): Update.
5212 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5213 * cli/cli-decode.h: Update.
5214
1cf88de5
MK
52152002-06-15 Mark Kettenis <kettenis@gnu.org>
5216
22ba8cf2
MK
5217 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5218 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5219 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5220 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5221 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5222 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5223
762c5349
MK
5224 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5225 list of DJGPP COFF targets.
5226
091198bb
MK
5227 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5228 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5229 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5230 (FP0_REGNUM): Remove define.
5231 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5232 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5233 (i386_register_virtual_size): Remove protoype.
5234 * i386-tdep.c (i386_register_virtual_size): Removed.
5235 (i386_extract_return_value, i386_store_return_value): Use
5236 FP0_REGNUM instead of NUM_FREGS to determine whether the
5237 floating-point registers are available.
5238 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5239 Adjust for removal of macros mentioned above.
5240
52412002-06-15 Mark Kettenis <kettenis@gnu.org>
5242
fcc9bf01
MK
5243 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5244 comments.
5245 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5246 Remove prototypes.
5247 (supply_gregset, fill_gregset): Remove use of register keyword and
5248 remove declaration for regmap. Use I386_NUM_GREGS instead of
5249 NUM_REGS and NUM_FREGS.
5250 (FPREGSET_FSAVE_OFFSET): Remove.
5251 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5252 NUM_FREGS to determine whether the floating-point registers are
5253 available.
5254
65e78234
MK
5255 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5256 gnu_store_registers): Replace usage of NUM_GREGS with
5257 I386_NUM_GREGS.
5258
98df6387
MK
5259 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5260 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5261 usage of NUM_GREGS with I386_NUM_GREGS.
5262
099a9414
MK
5263 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5264
57976e88
MK
5265 * i386bsd-nat.c: Include "i386-tdep.h".
5266 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5267 I386_NUM_GREGS.
5268
b335f4a6
MK
5269 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5270 and associated comment. They no longer make any sense, since we
5271 don't use this file anymore on Linux.
5272
1cf88de5
MK
5273 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5274 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5275 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5276 elements in these arrays.
5277 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5278 MAX_NUM_REGS.
5279
daa66587
MK
52802002-06-15 Mark Kettenis <kettenis@gnu.org>
5281
5282 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5283 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5284
26e9b323
AC
52852002-06-14 Andrew Cagney <cagney@redhat.com>
5286
5287 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5288 EXTRACT_RETURN_VALUE.
5289 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5290 EXTRACT_STRUCT_VALUE_ADDRESS.
5291 * gdbarch.h, gdbarch.c: Regenerate.
5292
5293 * values.c (value_being_returned): Handle
5294 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5295 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5296
5297 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5298 * arm-tdep.c (arm_gdbarch_init): Update.
5299 * avr-tdep.c (avr_gdbarch_init): Update.
5300 * cris-tdep.c (cris_gdbarch_init): Update.
5301 * d10v-tdep.c (d10v_gdbarch_init): Update.
5302 * ia64-tdep.c (ia64_gdbarch_init): Update.
5303 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5304 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5305 * s390-tdep.c (s390_gdbarch_init): Update.
5306 * sh-tdep.c (sh_gdbarch_init): Update.
5307 * s390-tdep.c (s390_gdbarch_init): Update.
5308 * sparc-tdep.c (sparc_gdbarch_init): Update.
5309 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5310 * v850-tdep.c (v850_gdbarch_init): Update.
5311 * vax-tdep.c (vax_gdbarch_init): Update.
5312 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5313 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5314
5315 * config/arc/tm-arc.h: Update.
5316 * config/d30v/tm-d30v.h: Update.
5317 * config/fr30/tm-fr30.h: Update.
5318 * config/h8300/tm-h8300.h: Update.
5319 * config/h8500/tm-h8500.h: Update.
5320 * config/i386/tm-i386.h: Update.
5321 * config/i386/tm-ptx.h: Update.
5322 * config/i386/tm-symmetry.h: Update.
5323 * config/i960/tm-i960.h: Update.
5324 * config/m32r/tm-m32r.h: Update.
5325 * config/m68k/tm-delta68.h: Update.
5326 * config/m68k/tm-linux.h: Update.
5327 * config/m68k/tm-m68k.h: Update.
5328 * config/m88k/tm-m88k.h: Update.
5329 * config/mcore/tm-mcore.h: Update.
5330 * config/mips/tm-mips.h: Update.
5331 * config/mn10200/tm-mn10200.h: Update.
5332 * config/pa/tm-hppa.h: Update.
5333 * config/pa/tm-hppa64.h: Update.
5334 * config/sparc/tm-sp64.h: Update.
5335 * config/sparc/tm-sparc.h: Update.
5336 * config/sparc/tm-sparclet.h: Update.
5337 * config/z8k/tm-z8k.h: Update.
5338
5179e78f
AC
53392002-06-14 Andrew Cagney <cagney@redhat.com>
5340
5341 * Makefile.in (i386_linux_tdep_h): Define.
5342 (i386_tdep_h, i387_tdep_h): Define.
5343 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5344 $(i386_tdep_h) and $(i387_tdep_h).
5345 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5346
8201327c
MK
53472002-06-14 Mark Kettenis <kettenis@gnu.org>
5348
edf393ac
MK
5349 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5350 Already covered by the default.
5351
896fb97d
MK
5352 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5353 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5354 (i386_gdbarch_init): Initialize long_double_format and long_double
5355 bit.
5356
8201327c
MK
5357 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5358 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5359 Move these to ...
5360 * config/i386/i386sol2.mh: ... here.
5361 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5362 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5363 (SIGCONTEXT_PC_OFFSET): Remove define.
5364 (IN_SIGTRAMP): Remove define.
5365 * i386-sol2-tdep.c: New file.
5366
5367 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5368 * config/i386/tm-i386nw.h: Removed.
5369
5370 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5371 USE_STRUCT_CONVENTION): Remove defines.
5372 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5373 (get_longjmp_target): Remove prototype.
5374 (IN_SIGTRAMP): Remove define.
5375 (i386bsd_in_sigtramp): Remove prototype.
5376 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5377 function. Update comment accordingly
5378 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5379 (FRAME_SAVED_PC): Remove define.
5380 (i386bsd_frame_saved_pc): Remove prototype.
5381 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5382 GET_LONGJMP_TARGET): Remove defines.
5383 (get_longjmp_target): Remove prototype.
5384 (IN_SIGTRAMP): Remove define.
5385 (i386bsd_in_sigtramp): Remove prototype.
5386 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5387 function. Update comment accordingly
5388 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5389 (FRAME_SAVED_PC): Remove define.
5390 (i386bsd_frame_saved_pc): Remove prototype.
5391 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5392 Remove prototype.
5393 (USE_STRUCT_CONVENTION): Remove prototype.
5394 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5395 declaration.
5396 (_initialize_i386bsd_nat): Revise logic to determine some
5397 constants at compile time when compiling a native GDB. Warn if
5398 things don't match up with what we expect.
5399 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5400 Remove variables.
5401 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5402 to use date stored in `struct gdbarch_tdep'.
5403 (i386bsd_sigcontext_offset): Remove varaible.
5404 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5405 stored in `struct gdbarch_tdep'.
5406 (i386bsd_frame_saved_pc): Make static.
5407 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5408 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5409 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5410 i386fbsd4_sc_pc_offset): New variables.
5411 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5412 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5413 functions.
5414 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5415 functions.
5416 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5417 Modify the value of i386fbsd_sigtramp_start and
5418 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5419 i386fbsd_sigtramp_end.
5420 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5421 function.
5422
5423 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5424 define to i386-linux-tdep.h.
5425 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5426 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5427 defines.
5428 (i386_linux_register_name, i386_linux_register_byte,
5429 i386_linux_register_raw_size): Remove prototypes.
5430 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5431 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5432 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5433 TARGET_WRITE_PC): Remove defines.
5434 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5435 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5436 i386_linux_write_pc): Remove prototypes.
5437 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5438 (get_longjmp_target): Remove prototype.
5439 * i386-linux-tdep.h: New file.
5440 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5441 * i386-linux-tdep.c: Include "i386-tdep.h" and
5442 "i386-linux-tdep.h".
5443 (i386_linux_register_name, i386_linux_register_byte,
5444 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5445 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5446 Make static.
5447 (i386_linux_init_abi): New function.
5448 (_initialize_i386_linux_tdep): New function.
5449
5450 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5451 (i386_saved_pc_after_call): Remove prototype.
5452 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5453 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5454 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5455 (i386_register_name, i386_stab_reg_to_regnum,
5456 i386_dwarf_reg_to_regnum): Remove prototypes.
5457 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5458 SIZEOF_SSE_REGS): Remove defines.
5459 (REGISTER_BYTES): Remove define.
5460 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5461 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5462 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5463 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5464 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5465 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5466 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5467 (get_longjmp_target): Remove prototype.
5468 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5469 (sigtramp_saved_pc): Remove define.
5470 (i386v4_sigtramp_saved_pc): Remove prototype.
5471 * config/i386/tm-go32.h (FRAME_CHAIN,
5472 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5473 (i386go32_frame_saved_pc): Remove prototype.
5474 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5475 (get_longjmp_target): Remove prototype.
5476 * i386-tdep.h: Include "osabi.h".
5477 (enum i386_abi): Removed.
5478 (enum struct_return): New enum.
5479 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5480 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5481 sc_pc_offset members.
5482 (i386_gdbarch_register_os_abi): Remove prototype.
5483 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5484 I386_SSE_NUM_REGS): New defines.
5485 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5486 I386_SSE_SIZEOF_REGS): New defines.
5487 (i386_register_name, i386_register_byte, i386_register_raw_size):
5488 New prototypes.
5489 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5490 (i386bsd_sigtramp_saved_pc): New prototype.
5491 * i386-tdep.c: Don't include "elf-bfd.h".
5492 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5493 i386_frame_chain, i386_saved_pc_after_call): Make static.
5494 (i386_frame_saved_pc): Rewrite to call architecture dependent
5495 function to deal with signal handlers. Make static.
5496 (i386go32_frame_saved_pc): Removed.
5497 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5498 Removed.
5499 (i386_get_longjmp_target): New function.
5500 (default_struct_convention, pcc_struct_convention,
5501 reg_struct_convention, valid_conventions, struct_convention): New
5502 variables.
5503 (i386_use_struct_convention): New function.
5504 (i386v4_sigtramp_saved_pc): Renamed to
5505 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5506 (i386_pc_in_sigtramp): New function.
5507 (i386_abi_names): Removed.
5508 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5509 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5510 Removed.
5511 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5512 i386_gdbarch_register_os_abi): Removed.
5513 (struct i386_abi_handler): Removed.
5514 (i386_abi_handler_list): Removed.
5515 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5516 functions.
5517 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5518 i386_nw_init_abi): New functions.
5519 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5520 Use set_gdbarch_xxx() calls instead of relying on macros for a
5521 number of calls.
5522 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5523 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5524 Register the various architecture variants defined in this file.
5525
ad2f7632
DJ
55262002-06-14 Daniel Jacobowitz <drow@mvista.com>
5527
5528 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5529 (struct main_type): Remove arg_types member. Update comments for
5530 struct field.
5531 (TYPE_ARG_TYPES): Remove.
5532 (TYPE_FN_FIELD_ARGS): Update.
5533 (smash_to_method_type): Update prototype.
5534
5535 * c-typeprint.c (cp_type_print_method_args): Take method type
5536 instead of argument list. Use new argument layout. Simplify.
5537 (c_type_print_args): Use new argument layout. Simplify.
5538 (c_type_print_base): Update call to cp_type_print_method_args.
5539 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5540 argument; use die->type instead. Update call to
5541 smash_to_method_type.
5542 (read_structure_scope): Update call to dwarf2_add_member_fn.
5543 * gdbtypes.c (allocate_stub_method): Update comment.
5544 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5545 Use new argument layout.
5546 (check_stub_method): Use new argument layout. Don't count
5547 void as an argument.
5548 (print_arg_types): Update comments. Use new argument layout.
5549 (recursive_dump_type): Don't print arg_types member.
5550 * hpread.c (hpread_read_struct_type): Use new argument layout.
5551 (fixup_class_method_type): Likewise.
5552 (hpread_type_lookup): Likewise.
5553 * stabsread.c (read_type): Update calls to read_args and
5554 smash_to_method_type.
5555 (read_args): Use new argument layout. Simplify.
5556 * valops.c (typecmp): Use new argument layout. Update parameters
5557 and comments. Simplify.
5558 (hand_function_call): Use new argument layout.
5559 (search_struct_method): Update call to typecmp.
5560 (find_overload_match): Use new argument layout.
5561
6da02953
DJ
55622002-06-13 Daniel Jacobowitz <drow@mvista.com>
5563
5564 * NEWS: Mention multithreaded debug support for gdbserver.
5565
519b2366
DJ
55662002-06-13 Daniel Jacobowitz <drow@mvista.com>
5567
5568 * MAINTAINERS: Mention NEWS.
5569
6c0d6680
DJ
55702002-06-13 Daniel Jacobowitz <drow@mvista.com>
5571
5572 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5573 (struct mips_objfile_private, compare_pdr_entries): New.
5574 (non_heuristic_proc_desc): Read the ".pdr" section if it
5575 is present.
5576
6529d2dd
AC
55772002-06-12 Andrew Cagney <ac131313@redhat.com>
5578
5579 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5580 (arm_debug): New static variable.
5581 (_initialize_arm_tdep): Add ``set debug arm'' command.
5582
26216b98
AC
55832002-06-12 Andrew Cagney <ac131313@redhat.com>
5584
5585 * Makefile.in (sim_arm_h): Define.
5586 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5587 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5588 (arm_register_sim_regno): New function, map an internal REGNUM
5589 onto a simulator register number.
5590 (arm_gdbarch_init): Set register_sim_regno.
5591
814b3ba0
AH
55922002-06-09 Aldy Hernandez <aldyh@redhat.com>
5593
5594 * MAINTAINERS: Add self.
5595
475b0867
JB
55962002-06-11 Jim Blandy <jimb@redhat.com>
5597
919d772c
JB
5598 * source.c (source_info): Mention whether the symtab has
5599 information about preprocessor macros.
5600
475b0867
JB
5601 Call the command `info macro', not `show macro'.
5602 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5603 Fix error message.
5604 (_initialize_macrocmd): Register `info_macro_command' in
5605 `infolist', not `showlist'.
5606
9e364162
DJ
56072002-06-11 Daniel Jacobowitz <drow@mvista.com>
5608
5609 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5610 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5611 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5612 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5613 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5614 unconditionally.
5615 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5616 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5617 (_initialize_mips_tdep): Remove dead code.
5618 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5619 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5620 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5621 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5622 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5623 MIPS_LAST_FP_ARG_REGNUM): Remove.
5624
23aa4c72
ML
56252002-06-11 Michal Ludvig <mludvig@suse.cz>
5626
5627 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5628 (unwind_tmp_obstack_free, parse_frame_info)
5629 (update_context, cfi_read_fp, cfi_write_fp)
5630 (cfi_frame_chain, cfi_init_extra_frame_info)
5631 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5632 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5633
70eb15a4
CV
56342002-06-11 Corinna Vinschen <vinschen@redhat.com>
5635
5636 * v850-tdep.c (v850_type_is_scalar): New function.
5637 (v850_use_struct_convention): Match current gcc implementation
5638 as close as possible.
5639 (v850_push_arguments): Fix stack_offset handling. Don't write
5640 struct_addr into register. This is done by v850_store_struct_return.
5641 (v850_extract_return_value): Care for structs.
5642 (v850_store_return_value): Ditto.
5643 (v850_store_struct_return): Actually write address.
5644
482a4d06
ML
56452002-06-11 Michal Ludvig <mludvig@suse.cz>
5646
5647 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5648 without debug information too.
5649
d855c300
AC
56502002-06-10 Andrew Cagney <ac131313@redhat.com>
5651
5652 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5653 Make multi-arch pure.
5654 * gdbarch.h, gdbarch.c: Re-generate.
5655 * arm-tdep.c (arm_print_float_info): Update.
5656 * arch-utils.h (default_print_float_info): Update.
5657 * arch-utils.c (default_print_float_info): Update.
5658 * infcmd.c (float_info): Update call.
5659
dd12a101
AC
56602002-06-10 Andrew Cagney <ac131313@redhat.com>
5661
5662 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5663 the front of the initialize list.
5664
101dcfbe
AC
56652002-06-10 Andrew Cagney <ac131313@redhat.com>
5666
5667 * infrun.c (struct inferior_status): Replace fields
5668 selected_frame_address and selected_level with field
5669 selected_frame_id.
5670 (save_inferior_status): Update. Use get_frame_id.
5671 (struct restore_selected_frame_args): Delete.
5672 (restore_selected_frame): Update. Use frame_find_by_id.
5673 (restore_inferior_status): Update.
5674
5675 * breakpoint.h (struct breakpoint): Change type of
5676 watchpoint_frame to frame_id.
5677 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5678 call to get_current_frame.
5679 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5680 get_current_frame.
5681 (watchpoint_check): Use frame_find_by_id.
5682
5683 * frame.h (record_selected_frame): Delete declaration.
5684 * stack.c (record_selected_frame): Delete function.
5685
5686 * frame.h (struct frame_id): Define.
5687 (get_frame_id): Declare.
5688 (frame_find_by_id): Declare.
5689 * frame.c (frame_find_by_id): New function.
5690 (get_frame_id): New function.
5691
304270b6
AV
56922002-06-10 Andrey Volkov <avolkov@transas.com>
5693
5694 * ser-e7kpc.c: Fix duplicated define and call of
5695 _initialize_ser_e7000pc
5696
2f2cf184
DJ
56972002-06-09 Daniel Jacobowitz <drow@mvista.com>
5698
5699 * signals/signals.c (target_signal_from_host): Fix #ifdef
5700 SIGRTMIN case.
5701 (do_target_signal_to_host): Likewise.
5702
caaa3122
DJ
57032002-06-09 Daniel Jacobowitz <drow@mvista.com>
5704
5705 * mips-tdep.c (mips_find_abi_section): New function.
5706 (mips_gdbarch_init): Call it.
5707
6ac5df3a
MK
57082002-06-09 Mark Kettenis <kettenis@gnu.org>
5709
5710 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5711 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5712 after Andrew's 2002-06-08 gdbarch change.
5713
82ea117a
MK
57142002-06-09 Mark Kettenis <kettenis@gnu.org>
5715
5716 * i386-linux-nat.c (suppy_gregset): Don't supply
5717 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5718 register cache.
5719 (fill_gregset): Don't fetch it under the same circumstances.
5720
3c25f8c7
AC
57212002-06-09 Andrew Cagney <cagney@redhat.com>
5722
5723 * Makefile.in (callback_h): Define.
5724 (remote_sim_h): Update path to remote-sim.h.
5725 (remote-rdp.o): Add $(callback_h).
5726 (remote-sim.o): Use $(callback_h).
5727 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5728 * remote-rdp.c: Include "gdb/callback.h".
5729
1029b7fa
MK
57302002-06-09 Mark Kettenis <kettenis@gnu.org>
5731
5732 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5733 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5734
616675d3
AC
57352002-06-08 Andrew Cagney <ac131313@redhat.com>
5736
a3efda28
AC
5737 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5738 * rdi-share/serpardr.c: Ditto.
5739 * rdi-share/unixcomm.c: Ditto.
5740 * rdi-share/serdrv.c: Ditto.
5741 * rdi-share/hostchan.h: Ditto.
5742 * rdi-share/hostchan.c: Ditto.
5743 * rdi-share/host.h: Ditto.
5744 * rdi-share/devsw.c: Ditto.
5745
c5f10366
AC
5746 * objfiles.h: Change type of obj_private to void pointer.
5747 * pa64solib.c: Update copyright. Don't include "assert.h", use
5748 strcmp instead of STREQ, use LONGEST, do not use PTR
5749 * somsolib.c: Ditto.
5750
616675d3
AC
5751 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5752 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5753 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5754
e4b415d9
AC
57552002-06-08 Andrew Cagney <ac131313@redhat.com>
5756
5757 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5758 (default_get_saved_register): Delete function.
5759 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5760 generic_unwind_get_saved_register.
5761 * gdbarch.h, gdbarch.c: Re-generate.
5762
ca0d0b52
AC
57632002-06-08 Andrew Cagney <ac131313@redhat.com>
5764
5765 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5766 generic_func_frame_chain_valid.
5767 * gdbarch.h, gdbarch.c: Re-generate.
5768 * blockframe.c (generic_func_frame_chain_valid): Only check
5769 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5770 passing FP to PC_IN_CALL_DUMMY.
5771 Fix PR gdb/360.
5772
76860b5f
AC
57732002-06-08 Andrew Cagney <ac131313@redhat.com>
5774
5775 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5776 (register_gdbarch_data): Initialize init_p.
5777 (gdbarch_data): Initialize data pointer using the init function.
5778 (init_gdbarch_data): Delete function.
5779 (gdbarch_update_p): Update.
5780 (initialize_non_multiarch): Update.
5781 (struct gdbarch): Add field initialized_p.
5782 * gdbarch.h, gdbarch.c: Re-generate.
5783
8dda9770
ML
57842002-06-07 Michal Ludvig <mludvig@suse.cz>
5785
5786 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5787 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5788 better do the things actually here.
5789 * x86-64-tdep.c (x86_64_register_name2nr): New.
5790 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5791 (x86_64_gdbarch_init): Respect the above change.
5792 * x86-64-tdep.h (x86_64_register_name2nr)
5793 (x86_64_register_nr2name): Add prototypes.
5794 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5795
3d79a47c
MS
57962002-06-06 Michael Snyder <msnyder@redhat.com>
5797
7bd91a28
MS
5798 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5799 Delete extra braces and re-indent.
5800 (d10v_store_return_value): Char return values
3d79a47c
MS
5801 must be shifted over by one byte in R0.
5802 (d10v_extract_return_value): Delete extra braces, re-indent.
5803
095a4c96
EZ
58042002-06-06 Elena Zannoni <ezannoni@redhat.com>
5805
5806 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5807 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5808 (d10v_integer_to_address): Rewrite.
5809 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5810 the d10v specific functions which take care of converting to the
5811 correct space.
5812
e8a77ca4
EZ
58132002-06-06 Elena Zannoni <ezannoni@redhat.com>
5814
5815 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5816 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5817
4f2e4a4f
AC
58182002-06-02 Andrew Cagney <ac131313@redhat.com>
5819
5820 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5821 includes.
5822 * config/tm-linux.h: Ditto.
5823 * config/alpha/tm-alphalinux.h: Ditto.
5824 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5825 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5826 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5827 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5828 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5829 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5830 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5831 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5832 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5833 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5834 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5835 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5836 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5837 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5838 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5839 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5840 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5841 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5842 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5843 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5844 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5845 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5846 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5847 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5848 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5849 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5850 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5851 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5852 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5853 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5854 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5855 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5856 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5857 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5858 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5859 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5860 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5861
ae2ab2ce
AS
58622002-05-04 Aidan Skinner <aidan@velvet.net>
5863
5864 * ada-exp.tab.c: New file
5865 * ada-exp.y: New file
5866 * ada-lang.c: New file
5867 * ada-lang.h: New file
5868 * ada-lex.c: New file
5869 * ada-lex.l: New file
5870 * ada-tasks.c: New file
5871 * ada-typeprint.c: New file
5872 * ada-valprint.c: New file
5873
0ddd0135
JT
58742002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5875
5876 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5877 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5878
750fbacc
JT
58792002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5880
5881 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
5882 insetead of ppc-linux-tdep.o.
5883 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
5884 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
5885
df94e18a
AC
58862002-06-02 Andrew Cagney <ac131313@redhat.com>
5887
5888 2002-05-07 Christian Groessler <chris@groessler.org>
5889 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
5890 bit register contents for little endian hosts.
5891
1a38ab75
AC
58922002-06-01 Andrew Cagney <ac131313@redhat.com>
5893
5894 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
5895 any maintainer.
5896
8b1632ac
AC
58972002-06-01 Andrew Cagney <ac131313@redhat.com>
5898
5899 * gdbarch.h: Regenerate.
5900
627054c8
AC
59012002-06-01 Andrew Cagney <ac131313@redhat.com>
5902
5903 * MAINTAINERS: Add everyone to write-after-approval list.
5904
4f460812
AC
59052002-06-01 Andrew Cagney <ac131313@redhat.com>
5906
5907 * stack.c (frame_info): Use frame_register_unwind instead of
5908 saved_regs. Mention when the SP is on the stack or in a register.
5909
5910 * frame.h (frame_register_unwind_ftype): Define. Document.
5911 (struct frame_info): Add field register_unwind and
5912 register_unwind_cache.
5913 (frame_register_unwind): Declare.
5914 (generic_unwind_get_saved_register): Declare.
5915
5916 * frame.c (frame_register_unwind): New function.
5917 (generic_unwind_get_saved_register): New function.
5918
5919 * blockframe.c (generic_call_dummy_register_unwind): New function.
5920 (frame_saved_regs_register_unwind): New function.
5921 (set_unwind_by_pc): New function.
5922 (create_new_frame): New function.
5923 (get_prev_frame): New function.
5924
de888f76
AC
59252002-05-30 Andrew Cagney <ac131313@redhat.com>
5926
5927 * a29k-share/: Delete directory.
5928 * remote-vx29k.c: Delete file.
5929
2f2c3626
JT
59302002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5931
5932 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
5933 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5934
9ce5c36a
JT
59352002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5936
5937 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
5938 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
5939 (sparc64nbsd-nat.o)
5940 (sparcnbsd-nat.o)
5941 (sparcnbsd-tdep.o): New dependency lists.
5942 * NEWS: Note new UltraSPARC NetBSD native configuration.
5943 * configure.host (sparc64-*-netbsd*): New host.
5944 * configure.tgt (sparc-*-netbsdelf*)
5945 (sparc-*-netbsd*): Set gdb_target to nbsd.
5946 (sparc64-*-netbsd*): New target.
5947 * sparc64nbsd-nat.c: New file.
5948 * sparcnbsd-nat.c: New file.
5949 * sparcnbsd-tdep.c: New file.
5950 * sparcnbsd-tdep.h: New file.
5951 * config/sparc/nbsd.mt: New file.
5952 * config/sparc/nbsd64.mh: New file.
5953 * config/sparc/nbsd64.mt: New file.
5954 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
5955 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5956 (HOST_IPC): Remove.
5957 * config/sparc/nbsdaout.mt: Remove.
5958 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
5959 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
5960 (HOST_IPC): Remove.
5961 * config/sparc/nbsdelf.mt: Remove.
5962 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
5963 sparc-nat.c compatiblity defines.
5964 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
5965 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
5966 * config/sparc/tm-nbsd64.h: New file.
5967 * config/sparc/tm-nbsdaout.h: Remove.
5968 * config/sparc/xm-nbsd.h: Remove.
5969
ef3cf062
JT
59702002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
5971
5972 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
5973 * sparc-tdep.c: Include osabi.h.
5974 (gdbarch_tdep): Add osabi member.
5975 (_initialize_sparc_tdep): Use gdbarch_register.
5976 (sparc_gdbarch_init): Use generic OS ABI framework.
5977 (sparc_dump_tdep): New function.
5978
ee8ff470
KB
59792002-05-30 Kevin Buettner <kevinb@redhat.com>
5980
5981 * corefile.c (do_captured_read_memory_integer): Return non-zero
5982 result.
5983 (safe_read_memory_integer): Copy result of memory read when
5984 status is non-zero. Also, add comments.
5985
7b112f9c
JT
59862002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
5987
5988 * Makefile.in (ppc_tdep_h): Define.
5989 (ppc-linux-nat.o)
5990 (ppc-linux-tdep.o)
5991 (rs6000-tdep.o): Use $(ppc_tdep_h).
5992 (ppc-sysv-tdep.o)
5993 (ppcnbsd-nat.o)
5994 (ppcnbsd-tdep.o): New dependency lists.
5995 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
5996 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
5997 (ppc_linux_init_abi): New functions.
7b112f9c
JT
5998 (ppc_sysv_abi_broken_use_struct_convention)
5999 (ppc_sysv_abi_use_struct_convention)
6000 (ppc_sysv_abi_push_arguments): Move to...
6001 * ppc-sysv-tdep.c: ...here.
6002 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6003 * rs6000-tdep.c (process_note_abi_tag_sections)
6004 (get_elfosabi): Remove.
6005 (rs6000_gdbarch_init): Use generic OS ABI framework.
6006 (rs6000_dump_tdep): New function.
6007 (_initialize_rs6000_tdep): Use gdbarch_register.
6008 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6009 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6010 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6011 of ppc-linux-tdep.o.
6012 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6013 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6014 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6015 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6016 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6017 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6018
480dd42a
JB
60192002-05-29 Jim Blandy <jimb@redhat.com>
6020
6021 * macroscope.c (default_macro_scope): Put `void' in empty argument
6022 list.
6023
4182591f
AC
60242002-05-29 Andrew Cagney <ac131313@redhat.com>
6025
6026 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6027 * arch-utils.c: Include "sim-regno.h".
6028 * gdbarch.sh: Don't include "sim-regno.h".
6029 * gdbarch.h, gdbarch.c: Regenerate.
6030 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6031 here.
6032 * arch-utils.h (legacy_register_sim_regno): To here.
6033 * remote-sim.c (legacy_register_sim_regno): Move function from
6034 here.
6035 * arch-utils.c (legacy_register_sim_regno): To here.
6036
8238d0bf
AC
60372002-05-28 Andrew Cagney <ac131313@redhat.com>
6038
6039 * sim-regno.h: New file.
6040 * Makefile.in (sim_regno_h): Define.
6041 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6042 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6043 (legacy_register_sim_regno): New function.
6044 (one2one_register_sim_regno): New function.
6045 (gdbsim_fetch_register): Rewrite.
6046 (gdbsim_store_register): Only store a register when
6047 REGISTER_SIM_REGNO is valid.
6048 * d10v-tdep.c: Include "sim-regno.h".
6049 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6050 (d10v_ts3_register_sim_regno): Ditto.
6051 * gdbarch.sh: Include "sim-regno.h".
6052 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6053 * gdbarch.h, gdbarch.c: Regenerate.
6054 * arch-utils.h (default_register_sim_regno): Delete declaration.
6055 * arch-utils.c (default_register_sim_regno): Delete function.
6056
485721b1
JT
60572002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6058
6059 * ppcnbsd-nat.c: Rewrite.
6060 * ppcnbsd-tdep.c: New file.
6061 * ppcnbsd-tdep.h: New file.
6062 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6063 solib.o, and solib-svr4.o.
6064 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6065 nbsd-tdep.o, and corelow.o.
6066
697f244d
AC
60672002-05-28 Andrew Cagney <ac131313@redhat.com>
6068
6069 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6070 `tr' and `sed'. Mention that `broken' targets are not expected to
6071 build.
6072
f08caad1 60732002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6074
6075 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6076 Let PC point right after the prologue before looking up symbols.
6077
3139facc
MH
60782002-05-27 Martin M. Hunt <hunt@redhat.com>
6079
6080 * i386-tdep.c (i386_register_virtual_type): Return
6081 builtin_type_vec128i for SSE registers.
6082
6083 * gdbtypes.h (builtin_type_vec128i): Declare.
6084
6085 * gdbtypes.c (build_builtin_type_vec128i): New function.
6086 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6087 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6088 (build_gdbtypes): Initialize new builtin vector types.
6089 (_initialize_gdbtypes): Register new vector types with gdbarch.
6090
6e3ba3b8
JT
60912002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6092
6093 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6094 since it has been multi-arch'd.
6095 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6096 Move Alpha and VAX multi-arch news entries to same section
6097 as other multi-arch news.
6098
93d5585d
JT
60992002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6100
6101 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6102 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6103 static. Rename some register numbers to put them in ns32k-tdep
6104 private namespace.
6105 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6106 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6107 functions.
6108 (_initialize_ns32k_tdep): Use gdbarch_register.
6109 * ns32k-tdep.h: New file.
6110 * ns32knbsd-tdep.c: New file.
6111 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6112 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6113 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6114 REGISTER_BYTES, REGISTER_BYTE): Remove.
6115 * config/ns32k/tm-ns32k.h: New file.
6116 * config/ns32k/tm-umax.h: Remove.
6117
efb2c70e
JT
61182002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6119
6120 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6121 ns32k_store_struct_return, ns32k_extract_return_value,
6122 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6123 functions.
6124 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6125 ns32k_saved_pc_after_call.
6126 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6127 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6128 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6129 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6130 ns32k_extract_struct_value_address.
6131
7bcc927b
JT
61322002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6133
6134 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6135 ns32k_fix_call_dummy): New.
6136 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6137 ns32k_call_dummy_words.
6138 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6139 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6140 CALL_DUMMY_NARGS): Remove.
6141 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6142
78f9d765
JT
61432002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6144
6145 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6146 ns32k_frame_saved_pc, ns32k_frame_args_address,
6147 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6148 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6149 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6150 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6151 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6152 (BREAKPOINT): Remove..
6153 (FRAME_CHAIN): Define as ns32k_frame_chain.
6154 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6155 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6156 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6157 (FRAME_FIND_SAVED_REGS): Remove.
6158 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6159 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6160 (POP_FRAME): Define as ns32k_pop_frame.
6161
f2c762e0
JT
61622002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6163
6164 * ns32k-tdep.c (ns32k_register_byte_32082,
6165 ns32k_register_byte_32382, ns32k_register_raw_size,
6166 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6167 functions.
6168 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6169 ns32k_register_byte_32382.
6170 * config/ns32k/tm-umax.h: Update copyright years.
6171 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6172 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6173 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6174 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6175 (ns32k_get_enter_addr): Fix prototype.
6176
af137673
JT
61772002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6178
6179 * ns32k-tdep.c: Update copyright years.
6180 (ns32k_register_name_32082): New function.
6181 (ns32k_register_name_32382): Ditto.
6182 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6183 (REGISTER_NAME): Define as ns32k_register_name_32382.
6184 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6185 (REGISTER_NAME): Define as ns32k_register_name_32082.
6186
a8bc7b56
JB
61872002-05-24 Jim Blandy <jimb@redhat.com>
6188
6189 * dwarf2read.c (free_line_header): Use xfree, not free.
6190
83a45910
JT
61912002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6192
6193 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6194 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6195
0db71247
AC
61962002-05-23 Andrew Cagney <ac131313@redhat.com>
6197
6198 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6199
b9e5e4dd
AC
62002002-05-23 Andrew Cagney <ac131313@redhat.com>
6201
6202 From Ross Alexander at NEC Europe:
6203 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6204
de530e84
MS
62052002-05-23 Michael Snyder <msnyder@redhat.com>
6206
6207 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6208 for input, rather than parse_and_eval_address.
6209
b91b96f4
AC
62102002-05-23 Andrew Cagney <ac131313@redhat.com>
6211
6212 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6213 * Makefile.in (sim_d10v_h): Update definition.
6214
8b279e7a
AC
62152002-05-24 Andrew Cagney <cagney@redhat.com>
6216
6217 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6218 change `2002-05-22 Michael Snyder' below.
6219 (d10v_push_arguments): Ditto.
6220 (d10v_extract_return_value): Ditto.
6221
0a3d0425
JB
62222002-05-23 Jim Blandy <jimb@redhat.com>
6223
6224 * macrotab.c (check_for_redefinition): Don't complain if the new
6225 definition is the same as the previous one. Take more arguments
6226 to allow the comparison.
6227 (macro_define_object, macro_define_function): Pass more arguments
6228 to check_for_redefinition.
6229
78eac43e
MS
62302002-05-22 Michael Snyder <msnyder@redhat.com>
6231
6232 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6233 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6234 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6235 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6236 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6237 Add a temp variable to save a call (and a memory read).
6238 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6239 if possible (so that PC_IN_CALL_DUMMY will work).
6240
9bc1edb8
CV
62412002-05-22 Corinna Vinschen <vinschen@redhat.com>
6242
6243 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6244
005ef3d2
ML
62452002-05-22 Michal Ludvig <mludvig@suse.cz>
6246
6247 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6248 fde->cie_ptr.
6249 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6250 (dwarf2_build_frame_info): Add offset to fde->initial_location
6251 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6252 (execute_stack_op): Change type of 'result' from ULONGEST to
6253 CORE_ADDR.
005ef3d2 6254
fcf4f891
JT
62552002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6256
6257 * config/alpha/tm-nbsd.h: Include solib.h.
6258
cfef91e4
JT
62592002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6260
6261 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6262 assumptions about the host's byte order.
6263
9964235a
JT
62642002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6265
6266 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6267 to dependency list.
6268 * alphanbsd-tdep.c: Include solib-svr4.h.
6269 * shnbsd-tdep.c: Ditto.
6270
9eeef8ef
JT
62712002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6272
6273 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6274 nbsd-tdep.h to dependency list.
6275 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6276 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6277 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6278 nbsdaout.mh and nbsdelf.mh consistently.
6279 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6280 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6281 nbsdaout.mt and nbsdelf.mh consistently.
6282 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6283 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6284 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6285 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6286 a.out shared library stuff from here...
6287 * config/nm-nbsdaout.h: ...to here.
6288 * config/tm-nbsd.h: Remove.
6289 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6290 * config/arm/nbsd.mh: Remove.
6291 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6292 nbsd-tdep.o.
6293 * config/arm/nbsdaout.mh: New file.
6294 * config/arm/nbsdelf.mh: New file.
6295 * config/arm/nm-nbsdaout.h: New file.
6296 * config/i386/nbsd.mh: Remove.
6297 * config/i386/nbsd.mt: Remove.
6298 * config/i386/nbsdaout.mh: New file.
6299 * config/i386/nbsdaout.mt: New file.
6300 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6301 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6302 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6303 i386_register_u_addr): Remove.
6304 * config/i386/nm-nbsdaout.h: New file.
6305 * config/i386/nm-nbsdelf.h: Remove.
6306 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6307 (USE_STRUCT_CONVENTION): Remove.
6308 * config/i386/tm-nbsdaout.h: New file.
6309 * config/i386/tm-nbsdelf.h: Remove.
6310 * config/m68k/nbsd.mh: Remove.
6311 * config/m68k/nbsd.mt: Remove.
6312 * config/m68k/nbsdaout.mh: New file.
6313 * config/m68k/nbsdaout.mt: New file.
6314 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6315 * config/m68k/nm-nbsdaout.h: New file.
6316 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6317 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6318 * config/ns32k/nbsd.mh: Remove.
6319 * config/ns32k/nbsd.mt: Remove.
6320 * config/ns32k/nbsdaout.mh: New file.
6321 * config/ns32k/nbsdaout.mt: New file.
6322 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6323 * config/ns32k/nm-nbsdaout.h: New file.
6324 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6325 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6326 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6327 (SVR4_SHARED_LIBS): Remove.
6328 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6329 * config/sparc/nbsd.mh: Remove.
6330 * config/sparc/nbsd.mt: Remove.
6331 * config/sparc/nbsdaout.mh: New file.
6332 * config/sparc/nbsdaout.mt: New file.
6333 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6334 * config/sparc/nbsdelf.mt: New file.
6335 * config/sparc/nm-nbsdaout.h: New file.
6336 * config/sparc/nm-nbsdelf.h: Remove.
6337 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6338 * config/sparc/tm-nbsdaout.h: New file.
6339
257ce470
JT
63402002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6341
6342 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6343 mipsnbsd-tdep.c
6344 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6345
76a6d5fe
JT
63462002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6347
6348 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6349 shnbsd-nat.c.
6350 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6351
45888261
JT
63522002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6353
6354 * NEWS: Note new MIPS NetBSD native configuration.
6355 * configure.host (mips*-*-netbsd*): New host.
6356 * configure.tgt (mips*-*-netbsd*): New target.
6357 * mipsnbsd-nat.c: New file.
6358 * mipsnbsd-tdep.c: New file.
6359 * mipsnbsd-tdep.h: New file.
6360 * config/mips/nbsd.mh: New file.
6361 * config/mips/nbsd.mt: New file.
6362 * config/mips/nm-nbsd.h: New file.
6363 * config/mips/tm-nbsd.h: New file.
6364
70f80edf
JT
63652002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6366
6367 * Makefile.in (SFILES): Add osabi.c.
6368 (COMMON_OBS): Add osabi.o.
6369 (osabi.o): New dependency list.
6370 * osabi.c: New file.
6371 * osabi.h: New file.
6372 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6373
6374 * Makefile.in (alpha_tdep_h): Define and use instead of
6375 alpha-tdep.h.
6376 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6377 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6378 Remove.
6379 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6380 * alpha-tdep.h: Include osabi.h.
6381 (alpha_abi): Remove.
6382 (gdbarch_tdep): Use generic OS ABI framework.
6383 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6384 gdbarch_register_osabi.
6385 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6386 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6387 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6388
6389 * Makefile.in (sh_tdep_h): Add osabi.h.
6390 * sh-tdep.h (sh_osabi): Remove.
6391 (gdbarch_tdep): Use generic OS ABI framework.
6392 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6393 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6394 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6395 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6396
6397 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6398 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6399 gdbarch_register_osabi.
6400 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6401 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6402 (get_elfosabi): Rename to...
6403 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6404 ABI framework support routines.
6405 (arm_gdbarch_init): Use generic OS ABI framework.
6406 (arm_dump_tdep): Likewise.
6407 (_initialize_arm_tdep): Likewise.
6408 * arm-tdep.h: Include osabi.h.
6409 (arm_abi): Remove.
6410 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6411 osabi member.
6412 (arm_gdbarch_register_os_abi): Remove prototype.
6413 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6414 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6415
6416 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6417 * mips-tdep.c: Include osabi.h.
6418 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6419 OS ABI framework.
6420
d194345b
KH
64212002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6422
6423 * h8300-tdep.c: Fix formatting.
6424
70c6b0d1
EZ
64252002-05-20 Elena Zannoni <ezannoni@redhat.com>
6426
6427 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6428 printing vector registers.
6429
165b8e33
AC
64302002-05-19 Andrew Cagney <ac131313@redhat.com>
6431
6432 From Fernando Nasser:
6433 * remote.c (remote_async_open_1): Re-throw the exception when the
6434 connection fails.
6435 (remote_cisco_open): Ditto.
6436 (remote_open_1): Ditto.
6437
36918e70
AC
64382002-05-19 Andrew Cagney <ac131313@redhat.com>
6439
6440 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6441 (remote_start_remote): Add uiout parameter. Pass through to
6442 remote_start_remote_dummy.
6443 (remote_open_1): Use catch_exception instead of catch_errors.
6444 (remote_async_open_1): Ditto.
6445 (remote_cisco_open): Ditto.
6446
ae44c0c4
AC
64472002-05-19 Andrew Cagney <ac131313@redhat.com>
6448
6449 * remote.c (remote_start_remote): Replace PTR with void pointer.
6450 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6451 static.
6452
8efe637d
AC
64532002-05-18 Andrew Cagney <ac131313@redhat.com>
6454
6455 * gdb_indent.sh: Allow the script to be run in the sim directory.
6456
2f1b5984
MK
64572002-05-18 Mark Kettenis <kettenis@gnu.org>
6458
f0f625e2
MK
6459 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6460 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6461
2f1b5984
MK
6462 * corelow.c (core_open): Only call set_gdbarch_from_file if
6463 exec_bfd is NULL.
6464
fc974602
AV
64652002-05-17 Andrey Volkov <avolkov@transas.com>
6466
6467 * h8300-tdep.c: Add support of EXR register
6468 * config/h8300/tm-h8300.h: Ditto.
6469
906709f4
AV
64702002-05-17 Andrey Volkov <avolkov@transas.com>
6471
6472 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6473
6e591d68
AV
64742002-05-17 Andrey Volkov <avolkov@transas.com>
6475
6476 * h8300-tdep.c: Change literal regnums to REGNO.
6477
84f0252a
JB
64782002-05-17 Jim Blandy <jimb@redhat.com>
6479
e0e9281e
JB
6480 * NEWS: Note addition of macro support.
6481
84f0252a
JB
6482 Expand preprocessor macros in C expressions.
6483 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6484 (scan_macro_expansion, scanning_macro_expansion,
6485 finished_macro_expansion): New function declarations.
6486 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6487 variable declarations.
6488 * parser-defs.h (expression_context_pc): New declaration.
6489 * parse.c (expression_context_pc): New variable.
6490 (parse_exp_1): Set expression_context_pc, as well as
6491 expression_context_block.
6492 * c-exp.y (yylex): If we're not already reading the result of a
6493 macro expansion, try to macro-expand the next token. When we're
6494 done scanning a macro expansion, switch back to the mainline text.
6495 Commas and `if's in a macro's expansion don't terminate the input.
6496 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6497 (macro_original_text, macro_expanded_text,
6498 expression_macro_lookup_func, expression_macro_lookup_baton): New
6499 variables.
6500 (scan_macro_expansion, scanning_macro_expansion,
6501 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6502 c_preprocess_and_parse): New functions.
6503 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6504 c_preprocess_and_parse, instead of c_parse.
6505 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6506 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6507
1c509ca8
JR
6508Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6509
6510 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6511 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6512 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6513
2250ee0c
CV
65142002-05-17 Corinna Vinschen <vinschen@redhat.com>
6515
6516 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6517
ab3b8126
JT
65182002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6519
6520 * Makefile.in (sh_tdep_h): Define and use.
6521 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6522 register enum): Move to...
6523 * * sh-tdep.h: ...here.
6524 * sh-tdep.c: Include sh-tdep.h.
6525 * sh3-rom.c: Likewise.
6526 * shnbsd-tdep.c: Likewise.
6527
ed9d4749
MS
65282002-05-16 Michael Snyder <msnyder@redhat.com>
6529
6530 * arm-tdep.c: Spelling fix in comment.
6531
2e276125
JB
65322002-05-16 Jim Blandy <jimb@redhat.com>
6533
6821892e
JB
6534 Add commands for manually expanding macros and showing their
6535 definitions.
6536 * macrocmd.c, macroscope.c, macroscope.h: New files.
6537 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6538 (macroscope_h): New variable.
6539 (HFILES_NO_SRCDIR): Add macroscope.h.
6540 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6541 (macroscope.o, macrocmd.o): New rules.
6542
2e276125
JB
6543 Teach the Dwarf 2 reader to read macro information.
6544 * dwarf2read.c: #include "macrotab.h".
6545 (dwarf_macinfo_buffer): New variable.
6546 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6547 dwarf_macinfo_size.
6548 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6549 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6550 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6551 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6552 dwarf2_macro_spaces_in_definition): New complaints.
6553 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6554 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6555 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6556 the partial symbol table.
6557 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6558 from what's recorded in the partial symbol table.
6559 (read_file_scope): If the compilation unit has a
6560 `DW_AT_macro_info' attribute, read its macro information.
6561 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6562
2f53fe6c
DJ
65632002-05-16 Daniel Jacobowitz <drow@mvista.com>
6564
6565 Fix PR gdb/546
6566 * ser-tcp.c: Don't include <netinet/udp.h>.
6567
2be99286
SC
65682002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6569
6570 * MAINTAINERS: Update my email address.
6571
c9af212b 65722002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6573
6574 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6575 include file of the same name.
6576
bf5f1a52
CV
65772002-05-16 Corinna Vinschen <vinschen@redhat.com>
6578
6579 * configure.tgt: Mark v850 as multi-arched.
6580 * config/v850/tm-v850.h: Remove file.
6581 * config/v850/v850.mt: Eliminate TM_FILE.
6582
435e042a
CV
65832002-05-16 Corinna Vinschen <vinschen@redhat.com>
6584
6585 * v850-tdep.c: Full multi-arch.
6586 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6587 Define GDB_MULTI_ARCH to 2.
6588
9819c6c8
PM
65892002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6590
6591 * p-exp.y (current_type): New static variable.
6592 Carries the type of the expression at the position that is parsed.
6593 (push_current_type, pop_current_type): Two new functions. Used
6594 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6595 (search_field): New static variable. Set to one after parsing a point
6596 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6597 (FIELDNAME): New token. After a point only a token belonging to
6598 current_type type definition is allowed.
6599 (all over token rules): reset and change current_type according
6600 to rules.
6601 (exp '[' rule): insert implicit array index field if
6602 exp is a pascal string type.
6603
3a06899a
CV
66042002-05-16 Corinna Vinschen <vinschen@redhat.com>
6605
6606 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6607 frame info. Use frame_info's saved_regs instead of matching member
6608 in extra_frame_info throughout.
6609 (v850_frame_init_saved_regs): New function.
6610 (v850_init_extra_frame_info): Move most functionality into
6611 v850_frame_init_saved_regs().
6612 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6613 (v850_frame_find_saved_regs): Remove declaration.
6614 (FRAME_FIND_SAVED_REGS): Remove definition.
6615 (v850_frame_init_saved_regs): Add declaration.
6616 (FRAME_INIT_SAVED_REGS): Add definition.
6617
6ed14b0e
CV
66182002-05-16 Corinna Vinschen <vinschen@redhat.com>
6619
6620 * v850-tdep.c: Begin multi-arch'ing v850.
6621 (v850_target_architecture_hook): Remove function.
6622 (v850_gdbarch_init): New function. Add code previously in
6623 v850_target_architecture_hook().
6624 (_initialize_v850_tdep): Don't set target_architecture_hook.
6625 Call register_gdbarch_init() instead.
6626
42725910
DJ
66272002-05-16 Daniel Jacobowitz <drow@mvista.com>
6628
6629 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6630 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6631 (fixup_class_method_type): Likewise.
6632
99d9066e
JB
66332002-05-15 Jim Blandy <jimb@redhat.com>
6634
6635 Add macro structures to GDB's symbol tables. Nobody puts anything
6636 in them yet.
6637 * symtab.h (struct symtab): New member: `macro_table'.
6638 * buildsym.h (pending_macros): New global variable.
6639 * buildsym.c: #include "macrotab.h".
6640 (buildsym_init): Initialize `pending_macros'.
6641 (end_symtab): If we found macro information while reading a CU's
6642 debugging info, do build a symtab structure for it. Make the
6643 symtab point to the macro information, and clear the
6644 `pending_macros' pointer which held it while we were reading the
6645 debug info.
6646 (really_free_pendings): Free any pending macro table.
6647 * objfiles.h (struct objfile): New member: `macro_cache'.
6648 * objfiles.c (allocate_objfile): Set allocate and free functions
6649 for the macro cache's objstack.
6650 (free_objfile): Empty the macro cache's obstack.
6651 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6652 set new allocate and free functions for it.
6653 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6654 free functions for the macro cache's objstack. (Why is this
6655 function building its own objfile?)
6656 * symmisc.c (print_objfile_statistics): Print statistics on the
6657 macro bcache.
6658 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6659
c899585b
RE
66602002-05-15 Richard Earnshaw <rearnsha@arm.com>
6661
6662 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6663 (REGISTER_U_ADDR): Delete definition.
6664 (arm_register_u_addr): Delete declaration.
6665
a6cdd8c5
RE
66662002-05-15 Richard Earnshaw <rearnsha@arm.com>
6667
6668 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6669 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6670
c97dcfc7
AC
66712002-05-14 Andrew Cagney <ac131313@redhat.com>
6672
6673 * regcache.c (register_valid): Revise comments refering to "Not
6674 available" and "unavailable".
6675 * frame.c (frame_register_read): Ditto.
6676 * findvar.c (value_of_register): Ditto.
6677
93021b7d
AC
66782002-05-15 Andrew Cagney <cagney@redhat.com>
6679
6680 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6681 (remote-sim.o): Update dependencies.
6682 (d10v-tdep.o): Specify dependencies.
6683 (sim_d10v_h): Define.
6684
a86bc61c
JB
66852002-05-14 Jim Blandy <jimb@redhat.com>
6686
6687 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6688 * macrotab.c (macro_lookup_inclusion, find_definition,
6689 new_macro_table): Same.
6690
6691 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6692 not `! strcmp ()'. This is a dubious improvement.
6693 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6694
6695 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6696 although it's not necessary, to avoid a warning.
6697
2fdde8f8
DJ
66982002-05-14 Daniel Jacobowitz <drow@mvista.com>
6699
6700 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6701 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6702 TYPE_INSTANCE_FLAGS.
6703 (struct main_type): New.
6704 (struct type): Move most members to struct main_type. Change
6705 cv_type and as_type to new type_chain member. Add instance_flags.
6706 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6707 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6708 (finish_cv_type): Remove prototype.
6709 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6710 Set TYPE_CHAIN.
6711 (alloc_type_instance): New function.
6712 (smash_type): New function.
6713 (make_pointer_type, make_reference_type, make_function_type)
6714 (smash_to_member_type, smash_to_method_type): Call smash_type.
6715 (make_qualified_type): New function.
6716 (make_type_with_address_space): Call make_qualified_type.
6717 (make_cv_type): Likewise.
6718 (finish_cv_type): Remove unnecessary function.
6719 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6720 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6721 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6722 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6723 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6724 * hpread.c (hpread_read_struct_type): Likewise.
6725 * stabsread.c (read_struct_type): Likewise.
6726
843fedf4
EZ
67272002-05-14 Elena Zannoni <ezannoni@redhat.com>
6728
6729 * configure.tgt: Add a catch all sh* target, for cases like
6730 sh[2,3,4]-elf and sh-hms.
6731
05a6c72c
KS
67322002-05-14 Keith Seitz <keiths@redhat.com>
6733
6734 * event-loop.c (create_file_handler): Don't do anything but
6735 update data when we are given a fd which we are already
6736 monitoring.
6737
5d085aaf
ML
67382002-05-14 Michal Ludvig <mludvig@suse.cz>
6739
6740 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6741 (update_context): Use __func__ in warnings.
6742
9db8d71f
DJ
67432002-05-14 Daniel Jacobowitz <drow@mvista.com>
6744
6745 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6746 and tcp_close to net_open and net_close.
6747 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6748 using UDP if requested. Don't try to disable Nagle on UDP
6749 sockets.
6750 * remote.c (remote_serial_open): New function. Warn about UDP.
6751 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6752
5dbc6baa
EZ
67532002-05-13 Elena Zannoni <ezannoni@redhat.com>
6754
6755 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6756
cc3023f7
EZ
67572002-05-13 Elena Zannoni <ezannoni@redhat.com>
6758
6759 * configure.tgt: Remove sh-hms target.
6760 * MAINTAINERS: Don't list sh-hms as a separate target.
6761
ec2bcbe7
JB
67622002-05-13 Jim Blandy <jimb@redhat.com>
6763
6764 Add first preprocessor macro-expansion files.
6765 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6766 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6767 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6768 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6769 (COMMON_OBS): Add macrotab.o, macroexp.o.
6770 (macroexp.o, macrotab.o): New rules.
6771
6d531722
AC
67722002-05-13 Andrew Cagney <ac131313@redhat.com>
6773
6774 * config/m88k/tm-m88k.h: Update copyright.
6775 (m88k_target_write_pc): Declare
6776 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6777 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6778 (SHIFT_INST_REGS): Update definition.
6779 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6780 using old definition of TARGET_WRITE_PC.
6781 * regcache.c (generic_target_write_pc): Delete code handling
6782 NNPC_REGNUM.
6783 * gdbarch.sh (NNPC_REGNUM): Delete.
6784 * gdbarch.h, gdbarch.c: Regenerate.
6785
3e3f2739
RE
67862002-05-13 Richard Earnshaw <rearnsha@arm.com>
6787
6788 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6789 builtin reg number.
6790
0004e5a2
DJ
67912002-05-13 Daniel Jacobowitz <drow@mvista.com>
6792
6793 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6794 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6795 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6796 access macros.
6797 * c-typeprint.c (cp_type_print_method_args): Likewise.
6798 (c_type_print_args): Likewise.
6799 * d10v-tdep.c (d10v_push_arguments): Likewise.
6800 (d10v_extract_return_value): Likewise.
6801 * expprint.c (print_subexp): Likewise.
6802 * gdbtypes.c (lookup_primitive_typename): Likewise.
6803 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6804 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6805 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6806 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6807 (TYPE_VECTOR): Likewise.
6808 * hpread.c (hpread_read_struct_type)
6809 (fix_static_member_physnames, fixup_class_method_type)
6810 (hpread_type_lookup): Likewise.
6811 * mdebugread.c (parse_symbol, parse_type): Likewise.
6812 * p-lang.c (is_pascal_string_type): Likewise.
6813 * valops.c (hand_function_call): Likewise.
6814 * x86-64-tdep.c (classify_argument): Likewise.
6815
6816 * hpread.c (hpread_read_function_type)
6817 (hpread_read_doc_function_type): Call replace_type.
6818 * dstread.c (create_new_type): Delete.
6819 (decode_dst_structure, process_dst_function): Call alloc_type.
6820 Use type access macros.
6821
dff95cc7
MK
68222002-05-12 Mark Kettenis <kettenis@gnu.org>
6823
6824 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6825 the're not supported by the current architecture.
6826 (i387_fill_fxsave): Likewise.
6827
bbcd32ad
FF
68282002-05-12 Fred Fish <fnf@redhat.com>
6829
6830 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6831 sect_index_xxx members to index the first slot in section_offsets
6832 if all of the section_offsets are zero.
6833
89cf4787
MK
68342002-05-12 Mark Kettenis <kettenis@gnu.org>
6835
6836 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6837 checked in with last change.
6838
1f77ffc5
MK
68392002-05-12 Mark Kettenis <kettenis@gnu.org>
6840
6841 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6842 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6843 config.sub.
6844
89b8b4a9
DJ
68452002-05-12 Daniel Jacobowitz <drow@mvista.com>
6846
6847 * Makefile.in: Update dependencies.
6848
14a5e767
AC
68492002-05-11 Andrew Cagney <ac131313@redhat.com>
6850
6851 * language.c (local_hex_string_custom): Simplify. Do not depend
6852 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6853
6854 * memattr.c (mem_info_command): Replace calls to
6855 longest_local_hex_string and longest_local_hex_string_custom.
6856 * buildsym.c (make_blockvector): Ditto.
6857 * solib.c (info_sharedlibrary_command): Ditto.
6858 * tracepoint.c (tracepoints_info): Ditto.
6859 * symtab.c (print_msymbol_info): Ditto.
6860
6861 * language.c (local_hex_string): Delete.
6862 (local_hex_string_custom): Delete.
6863 (longest_local_hex_string): Rename to local_hex_string.
6864 (longest_local_hex_string_custom): Rename to
6865 local_hex_string_custom.
6866 * language.h (local_hex_string): Change parameter type to LONGEST.
6867 (local_hex_string_custom): Ditto.
6868 (longest_local_hex_string): Delete declaration.
6869 (longest_local_hex_string_custom): Ditto.
6870
6871 * solib.c: Update copyright.
6872 * memattr.c: Update copyright.
6873
13d01224
AC
68742002-05-11 Andrew Cagney <ac131313@redhat.com>
6875
6876 * arch-utils.h (legacy_register_to_value): Declare.
6877 (legacy_value_to_register): Declare.
6878 (legacy_convert_register_p): Declare.
6879 * arch-utils.c (legacy_register_to_value): New function.
6880 (legacy_value_to_register): New function.
6881 (legacy_convert_register_p): New function.
6882
6883 * gdbarch.sh (REGISTER_TO_VALUE): Define.
6884 (VALUE_TO_REGISTER): Define.
6885 (CONVERT_REGISTER_P): Define.
6886 * gdbarch.h, gdbarch.c: Regenerate.
6887
6888 * valops.c (value_assign): Use CONVERT_REGISTER_P and
6889 VALUE_TO_REGISTER.
6890 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
6891 CONVERT_REGISTER_P.
6892
4a1970e4
DJ
68932005-05-11 Daniel Jacobowitz <drow@mvista.com>
6894 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6895
6896 * Makefile.in: Update dependencies for valops.c.
6897 * valops.c: Include "gdb_assert.h".
6898 (typecmp): Skip THIS parameter to methods.
6899 (find_method_list): Remove static_memfuncp argument,
6900 update callers. Check for stub methods.
6901 (find_value_oload_method_list): Don't set *static_memfuncp.
6902 (find_overload_match): Don't check for stub methods. Assert
6903 that methods are not stubbed. Handle static methods.
6904 (value_find_oload_method_list): Remove static_memfuncp argument.
6905 * gdbtypes.c (check_stub_method): Do not add THIS pointer
6906 to the argument list for static stub methods.
6907 * value.h (value_find_oload_method_list): Update prototype.
6908
b2e75d78
AC
69092002-05-11 Andrew Cagney <ac131313@redhat.com>
6910
6911 * arch-utils.h (generic_register_size): Declare.
6912 (generic_register_raw_size, generic_register_virtual_size): Delete
6913 declarations.
6914 * arch-utils.c (generic_register_raw_size): Delete.
6915 (generic_register_size): New function.
6916 (generic_register_virtual_size): Delete.
6917
6918 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
6919 default generic_register_size.
6920 * gdbarch.h, gdbarch.c: Re-generate.
6921
6922 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
6923 register_virtual_size.
6924 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
6925 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6926
451fbdda
AC
69272002-05-11 Andrew Cagney <ac131313@redhat.com>
6928
6929 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
6930 * gdbarch.h, gdbarch.c: Regenerate.
6931 * gnu-v3-abi.c: Update copyright.
6932 (vtable_address_point_offset): Update.
6933 (gnuv3_rtti_type): Update.
6934 (gnuv3_baseclass_offset): Update.
6935 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
6936 (init_fetch_link_map_offsets): Update.
6937 * remote.c (get_remote_state): Update.
6938
6d2f5cea
DJ
69392002-05-11 Daniel Jacobowitz <drow@mvista.com>
6940
6941 * TODO: Remove value_headof/value_from_vtable_info comment.
6942 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
6943 * values.c (value_headof, value_from_vtable_info): Delete.
6944 * value.h (value_from_vtable_info): Delete prototype.
6945
d2324da4
AC
69462002-05-11 Andrew Cagney <ac131313@redhat.com>
6947
6948 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
6949 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
6950 $(gdb_regex_h).
6951 (gdb_assert_h): Define.
6952 (gdb_wait_h): Define.
6953 (gdb_regex_h): Define.
6954
5c717440
DJ
69552002-05-11 Daniel Jacobowitz <drow@mvista.com>
6956
6957 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6958 * linespec.c (find_methods): Handle GCC 3.x template constructors.
6959
6c7861b3
JT
69602002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6961
6962 * nbsd-tdep.c: Fix comment.
6963
ea5bc2a6
JT
69642002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6965
6966 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
6967 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
6968 (nbsd-tdep.o): New dependency list.
6969 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
6970 nbsd-tdep.h.
6971 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
6972 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
6973 * nbsd-tdep.c: New file.
6974 * nbsd-tdep.h: New file.
6975 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
6976 nbsd-tdep.h.
6977 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
6978 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6979 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
6980 * config/sh/nbsd.mt (TDEPFILES): Ditto.
6981
b28da865
JT
69822002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6983
6984 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
6985 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
6986 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
6987 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
6988 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
6989 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
6990
4b8ff1fa
JT
69912002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
6992
6993 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
6994 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6995 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6996 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6997 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6998 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6999 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7000
dfe6eb1f
JT
70012002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7002
7003 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7004 fetch_elfcore_registers to...
7005 * i386nbsd-tdep.c: ...here.
7006 (i386nbsd_use_struct_convention): Rename to...
7007 (i386nbsd_aout_use_struct_convention): ...this.
7008 (i386nbsd_supply_reg): New function.
7009 (i386nbsd_fill_reg): New function.
7010 (fetch_core_registers): Use i386nbsd_supply_reg.
7011 (fetch_elfcore_registers): Likewise.
7012 (_initialize_i386nbsd_tdep): New function.
7013 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7014 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7015 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7016 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7017 (i386nbsd_aout_use_struct_convention): ...this.
7018
20cb8cda
JT
70192002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7020
7021 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7022 (store_inferior_registers): Use shnbsd_fill_reg.
7023 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7024 sh_nbsd_supply_register): Collapse into...
7025 (shnbsd_supply_reg): ...this.
7026 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7027 (shnbsd_fill_reg): ...this.
7028 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7029 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7030 (fetch_core_registers): Use shnbsd_supply_reg.
7031 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7032 (sh_nbsd_core_fns): Rename to...
7033 (shnbsd_core_fns): ...this.
7034 (sh_nbsd_elfcore_fns): Rename to...
7035 (shnbsd_elfcore_fns): ...this.
7036 (sh_nbsd_init_abi): Rename to...
7037 (shnbsd_init_abi): ...this.
7038 (_initialize_sh_nbsd_tdep): Rename to...
7039 (_initialize_shnbsd_tdep): ...this.
7040 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7041 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7042 sh_nbsd_fill_register): Remove prototypes.
7043 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7044
e750d25e
JT
70452002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7046
7047 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7048 (i387-nat.o): Delete dependency list.
7049 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7050 (x86-64-linux-nat.o): Likewise.
7051 * i387-nat.c: Delete file, moving contents to...
7052 * i387-tdep.c: ...here.
7053 * i387-nat.h: Rename...
7054 * i387-tdep.h: ...to this.
7055 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7056 * i386-linux-nat.c: Likewise.
7057 * i386bsd-nat.c: Likewise.
7058 * i386gnu-nat.c: Likewise.
7059 * i386nbsd-nat.c: Likewise.
7060 * i386v4-nat.c: Likewise.
7061 * x86-64-linux-nat.c: Likewise.
7062 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7063 * config/i386/go32.mh (NATDEPFILES): Likewise.
7064 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7065 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7066 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7067 * config/i386/linux.mh (NATDEPFILES): Likewise.
7068 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7069 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7070 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7071 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7072
1aee598a
JT
70732002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7074
7075 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7076 (alphanbsd-nat.o): Remove dependency list.
7077 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7078 * alphanbsd-nat.c: Delete. Contents moved to...
7079 * alphanbsd-tdep.c: ...here.
7080 (_initialize_alphanbsd_tdep): Register core functions.
7081 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7082
12bcb0fe
JT
70832002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7084
7085 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7086 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7087 (alphanbsd-nat.o): Likewise.
7088 (alphabsd-tdep.o): New dependency list.
7089 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7090 (fill_gregset): Use alphabsd_fill_reg.
7091 (supply_fpregset): Use alphabsd_supply_fpreg.
7092 (fill_fpregset): Use alphabsd_fill_fpreg.
7093 (fetch_inferior_registers): Use struct reg and struct fpreg
7094 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7095 and alphabsd_supply_fpreg.
7096 (store_inferior_registers): Use struct reg and struct fpreg
7097 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7098 and alphabsd_fill_fpreg.
7099 * alphabsd-tdep.c: New file.
7100 * alphabsd-tdep.h: New file.
7101 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7102 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7103 alphabsd_supply_fpreg.
7104 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7105 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7106
361d1df0
EC
71072002-05-11 Eric Christopher <echristo@redhat.com>
7108
7109 * mips-tdep.c (mips_double_register_type): Fix thinko.
7110 (mips_single_register_type): Ditto.
7111 * MAINTAINERS: Add self.
7112
92dd7cee
MK
71132002-05-11 Mark Kettenis <kettenis@gnu.org>
7114
7115 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7116 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7117 right thing on architectures with different endianness and/or
7118 integer sizes.
7119
e27da16d
JT
71202002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7121
7122 From Christian Limpach <chris@Pin.LU>
7123 * configure.in: Change sed expression which comments out
7124 NATDEPFILES to also comment out continuation lines.
7125 * configure: Regenerate.
7126
ddde02bd
EZ
71272002-05-10 Elena Zannoni <ezannoni@redhat.com>
7128
7129 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7130 big patch.
7131
1c922164
EZ
71322002-05-10 Elena Zannoni <ezannoni@redhat.com>
7133
7134 * sh-tdep.c: Include correct file.
7135
283150cd
EZ
71362002-05-10 Elena Zannoni <ezannoni@redhat.com>
7137
7138 New support for sh64-elf (sh5) target.
7139
7140 * configure.tgt: For sh64-elf target, default to sh-elf.
7141
7142 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7143 (struct gdbarch_tdep): Add new fields for new registers and ABI
7144 info.
361d1df0 7145
283150cd
EZ
7146 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7147 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7148 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7149 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7150 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7151 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7152 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7153 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7154 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7155 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7156 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7157 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7158 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7159 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7160 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7161 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7162 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7163 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7164 sign_extend, sh64_nofp_frame_init_saved_regs,
7165 sh64_init_extra_frame_info, sh64_get_saved_register,
7166 sh64_extract_struct_value_address, sh64_pop_frame,
7167 sh64_push_arguments, sh64_extract_return_value,
7168 sh64_store_return_value, sh64_show_media_regs,
7169 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7170 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7171 sh_sh64_register_virtual_type,
7172 sh_sh64_register_convert_to_virtual,
7173 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7174 sh64_register_read, sh64_pseudo_register_write,
7175 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7176 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7177 sh64_do_pseudo_register, sh_compact_do_registers_info,
7178 sh64_do_registers_info, sh_gdbarch_init): New functions.
7179
3117ed25
EZ
71802002-05-10 Elena Zannoni <ezannoni@redhat.com>
7181
7182 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7183
2654e6d4
DJ
71842002-05-10 Daniel Jacobowitz <drow@mvista.com>
7185
7186 * linespec.c (decode_line_1): Check for a double quote after
7187 a filename correctly.
7188
9ab3e532
JB
71892002-05-10 Jim Blandy <jimb@redhat.com>
7190
7191 Properly track the size of the current objfile's .debug_line section.
7192 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7193 (DWARF_LINE_SIZE): New macro.
7194 (dwarf2_build_psymtabs_hard): Record the line section's size in
7195 the partial symbol table.
7196 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7197 symbol table.
7198
126fa72d
PS
71992002-05-10 Petr Sorfa <petrs@caldera.com>
7200
7201 * ia64-tdep.c: Handle breakpoints on L instruction type
7202 in MLX instruction bundle by moving the breakpoint to
7203 the third slot (X instruction type) as L holds only data.
7204
1f077a3e
KB
72052002-05-10 Kevin Buettner <kevinb@redhat.com>
7206
7207 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7208 (process_one_symbol): Complain about discarding local symbols
7209 due to a misplaced N_LBRAC entry.
7210
8120c9d5 72112002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7212
7213 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7214 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7215 decrease the depth we are at, in the case of templates.
361d1df0 7216
67b2c998
DJ
72172002-05-09 Daniel Jacobowitz <drow@mvista.com>
7218
7219 * mips-tdep.c (mips_float_register_type): New function.
7220 (mips_double_register_type): New function.
7221 (mips_print_register): Use them.
7222 (do_fp_register_row): Likewise.
7223
fd326606
DJ
72242002-05-09 Daniel Jacobowitz <drow@mvista.com>
7225
6609d9af 7226 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7227 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7228 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7229
bef35864
MS
72302002-05-09 Michael Snyder <msnyder@redhat.com>
7231
7232 * remote-rdp.c (remote_rdp_can_run): Remove.
7233
c55a3f73
TT
72342002-05-09 Tom Tromey <tromey@redhat.com>
7235
7236 * jv-valprint.c (java_val_print): Handle `char' as a special case
7237 of TYPE_CODE_INT.
7238
b8d5e71d
MS
72392002-05-09 Michael Snyder <msnyder@redhat.com>
7240
7241 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7242 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7243 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7244 str r(0123),[sp,#nn].
361d1df0 7245 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7246 order-independent by placing it in a loop.
7247
e2cd42dd
MS
72482002-05-06 Michael Snyder <msnyder@redhat.com>
7249
7250 * stabsread.c (read_type): Add recognition for new attribute:
7251 "@V;" means that an array type is actually a vector.
7252 This is analogous to the vector flag that's been added to dwarf2.
7253
3ce1502b
MK
72542002-05-09 Mark Kettenis <kettenis@gnu.org>
7255
7256 * i386-tdep.h (i386_abi): New enum.
7257 (struct gdbarch_tdep): Replace os_ident member with abi.
7258 (i386_gdbarch_register_os_abi): New prototype.
7259 * i386-tdep.c (i386_abi_names): New array.
7260 (process_note_abi_tag_sections): Removed.
7261 (process_note_sections): New function.
7262 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7263 (struct i386_abi_handler): New struct.
7264 (i386_abi_handler_list): New variable.
7265 (i386_gdbarch_register_os_abi): New function.
7266 (i386_gdbarch_init): Adapt for the changes given above.
7267
084c156a
DJ
72682002-05-08 Daniel Jacobowitz <drow@mvista.com>
7269
7270 * gregset.h: Say "GNU/Linux".
7271
6599f021
EZ
72722002-05-08 Elena Zannoni <ezannoni@redhat.com>
7273
7274 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7275 (build_gdbtypes): Build builtin_type_v2_float.
7276 (_initialize_gdbtypes): Register new builtin type.
7277
40af4b0c
AC
72782002-05-08 Andrew Cagney <ac131313@redhat.com>
7279
7280 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7281 (clear_gdbarch_swap): New function.
7282 (initialize_non_multiarch): Call.
7283 (gdbarch_update_p): Before calling init(), swap out and clear the
7284 existing architecture.
7285 * gdbarch.c: Regenerate.
7286
4fe84f46
JT
72872002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7288
7289 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7290 alphanbsd-tdep.c.
7291
4015edd1
JT
72922002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7293
7294 * sh-nbsd-nat.c: Rename to...
7295 * shnbsd-nat.c: ...this.
7296 * sh-nbsd-tdep.c: Rename to...
7297 * shnbsd-tdep.c: ...this.
7298 * sh-nbsd-tdep.h: Rename to...
7299 * shnbsd-tdep.h: ...this.
7300 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7301 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7302
0e2bd219
RE
73032002-05-08 Richard Earnshaw <rearnsha@arm.com>
7304
7305 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7306 concatenation for command help messages.
7307
13a38d45
JT
73082002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7309
7310 * NEWS: Note new sh*-*-netbsdelf* configuration.
7311 * configure.host: Set gdb_host_cpu to sh for all sh*.
7312 (sh*-*-netbsdelf*): New host.
7313 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7314 (sh*-*-netbsdelf*): New target.
7315 * sh-nbsd-nat.c: New file.
7316 * sh-nbsd-tdep.c: New file.
7317 * sh-nbsd-tdep.h: New file.
7318 * config/sh/nbsd.mh: New file.
7319 * config/sh/nbsd.mt: New file.
7320 * config/sh/nm-nbsd.h: New file.
7321 * config/sh/tm-nbsd.h: New file.
7322
d658f924
JT
73232002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7324
7325 * sh-tdep.c (sh_osabi_names): Declare.
7326 (process_note_abi_tag_sections): New function.
7327 (get_elfosabi): Ditto.
7328 (sh_gdbarch_register_os_abi): Ditto.
7329 (sh_dump_tdep): Ditto.
7330 _initialize_sh_tdep): Use gdbarch_register to register
7331 sh_gdbarch_init and sh_dump_tdep.
7332 * config/sh/tm-sh.h (sh_osabi): Declare.
7333 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7334
848cfffb
AC
73352002-05-07 Andrew Cagney <ac131313@redhat.com>
7336
7337 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7338 (thumb_scan_prologue): Ditto.
7339 (arm_find_callers_reg): Ditto.
7340 (arm_frame_chain): Ditto.
7341 (arm_init_extra_frame_info): Ditto.
7342 (arm_frame_saved_pc): Ditto.
7343 (arm_pop_frame): Ditto.
7344 (arm_push_return_address): New function.
7345 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7346 call_dummy_location, call_dummy_breakpoint_offset_p,
7347 call_dummy_breakpoint_offset, call_dummy_p,
7348 call_dummy_stack_adjust_p, call_dummy_words,
7349 sizeof_call_dummy_words, call_dummy_start_offset,
7350 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7351 call_dummy_address, push_return_address and push_dummy_frame for
7352 generic dummy frames.
7353
e7d717c0
JT
73542002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7355
7356 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7357 size computation for alloca.
7358 (sh_fp_frame_init_saved_regs): Likewise.
7359
7bbcf283
RE
73602002-05-07 Richard Earnshaw <rearnsha@arm.com>
7361
7362 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7363 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 7364 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
7365 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7366 * remote-rdp.c (remote_rdp_fetch_register): Use
7367 ARM_MAX_REGISTER_RAW_SIZE.
7368 (remote_rdp_store_register): Likewise.
7369
4657573b
ML
73702002-05-07 Michal Ludvig <mludvig@suse.cz>
7371
361d1df0 7372 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
7373 added default labels to switch {} statements.
7374 * x86-64-tdep.c: Ditto.
7375 * x86-64-linux-nat.c: Ditto.
7376
010f3b2f
JT
73772002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7378
7379 * solib.h: Protect against multiple inclusion.
7380
debd256d
JB
73812002-05-06 Jim Blandy <jimb@redhat.com>
7382
9ab3e532
JB
7383 Add first preprocessor macro-expansion files.
7384 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7385 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7386 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7387 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7388 (COMMON_OBS): Add macrotab.o, macroexp.o.
7389 (macroexp.o, macrotab.o): New rules.
7390
debd256d
JB
7391 Separate the job of reading the line number info statement program
7392 header (...expialidocious) out into its own function.
7393 * dwarf2read.c (struct line_head, struct filenames, struct
7394 directories): Replace with...
7395 (struct line_header): New structure, containing the full
7396 contents of the statement program header, including the
7397 include directory and file name tables.
7398 (read_file_scope): If we have line number info, instead of just
7399 calling dwarf_decode_lines to do all the work, call
7400 dwarf_decode_line_header first to get a `struct line_header'
7401 containing the data in the statement program header, and then
7402 pass that to dwarf_decode_lines, which will pick up where that
7403 left off. Be sure to clean up the `struct line_header' object.
7404 (dwarf_decode_line_header, free_line_header, add_include_dir,
7405 add_file_name): New functions.
7406 (dwarf_decode_lines): Move all the code to read the statement
7407 program header into dwarf_decode_line_header. Take the line
7408 header it built as the first argument, instead of the offset to
7409 the compilation unit's line number info. Use the new `struct
7410 line_header' type instead of the old structures. No need to do
7411 cleanups here now, since we don't allocate anything.
7412 (dwarf2_statement_list_fits_in_line_number_section,
7413 dwarf2_line_header_too_long): New complaints.
7414
ac3aafc7
EZ
74152002-05-06 Elena Zannoni <ezannoni@redhat.com>
7416
7417 * gdbtypes.c (init_vector_type): New function.
7418 (build_builtin_type_vec128): Simplify the representation of SIMD
7419 registers.
7420 (build_gdbtypes): Initialize new builtin vector types.
7421 (_initialize_gdbtypes): Register new vector types with gdbarch.
7422 (builtin_type_v4_float, builtin_type_v4_int32,
7423 builtin_type_v8_int16, builtin_type_v16_int8,
7424 builtin_type_v2_int32, builtin_type_v4_int16,
7425 builtin_type_v8_int8): New (renamed) SIMD types.
7426
13e49980
MK
74272002-05-06 Mark Kettenis <kettenis@gnu.org>
7428
7429 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7430 (i387_fill_fxsave): Likewise.
7431
997b20b8
AO
74322002-05-05 Alexandre Oliva <aoliva@redhat.com>
7433
7434 * alpha-tdep.c (alpha_extract_return_value): Don't use
7435 non-constant array size in prototype.
7436
535c96ce
AC
74372002-05-04 Andrew Cagney <ac131313@redhat.com>
7438
7439 From Brian Taylor <briant at model dot com>:
7440 * ui-out.c (ui_out_field_core_addr): Use the function
7441 longest_local_hex_string_custom'to format addresses > 32 bits
7442 wide.
7443
7444 * ui-out.c (ui_out_field_core_addr): Update comment.
7445
bedfa57b
AC
74462002-05-04 Andrew Cagney <ac131313@redhat.com>
7447
7448 * stack.c (select_and_print_frame): Make static. Delete the
7449 parameter `level'.
7450 (func_command): Update call.
7451 (select_frame_command): Delete code computing the frame level.
7452 * frame.h (select_and_print_frame): Delete declaration.
7453
f621c63e
AC
74542002-05-04 Andrew Cagney <ac131313@redhat.com>
7455
7456 * sparc-tdep.c (sparc_get_saved_register): Comment why
7457 get_prev_frame call is safe.
7458
0f7d239c
AC
74592002-05-04 Andrew Cagney <ac131313@redhat.com>
7460
7461 * frame.h (select_frame): Delete level parameter.
7462 * stack.c (select_frame): Update. Use frame_relative_level to
7463 obtain the frame's level.
7464 (select_and_print_frame): Update call.
7465 (select_frame_command): Ditto.
7466 (up_silently_base): Ditto.
7467 (down_silently_base): Ditto.
7468 * ocd.c (ocd_start_remote): Ditto.
7469 * remote-rdp.c (remote_rdp_open): Ditto.
7470 * remote-mips.c (mips_initialize): Ditto.
7471 (common_open): Ditto.
7472 * remote-e7000.c (e7000_start_remote): Ditto.
7473 * m3-nat.c (select_thread): Ditto.
7474 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7475 (child_get_current_exception_event): Ditto.
7476 * varobj.c (varobj_create): Ditto.
7477 (varobj_update): Ditto.
7478 (c_value_of_root): Ditto.
7479 * tracepoint.c (finish_tfind_command): Ditto.
7480 * corelow.c (core_open): Ditto.
7481 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7482 * thread.c (info_threads_command): Ditto.
7483 (switch_to_thread): Ditto.
7484 * infrun.c (normal_stop): Ditto.
7485 (restore_selected_frame): Ditto.
7486 (restore_inferior_status): Ditto.
7487 * breakpoint.c (insert_breakpoints): Ditto.
7488 (watchpoint_check): Ditto.
7489 (bpstat_stop_status): Ditto.
7490 (do_enable_breakpoint): Ditto.
7491 * blockframe.c (flush_cached_frames): Ditto.
7492 (reinit_frame_cache): Ditto.
7493
71d6c7b1
AC
74942002-05-04 Andrew Cagney <ac131313@redhat.com>
7495
7496 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7497 maintainer.
7498
cda6c68a
JB
74992002-05-04 Jim Blandy <jimb@redhat.com>
7500
7501 * gdbtypes.c (replace_type): Doc fix.
7502
5c1c87f0
AC
75032002-05-04 Andrew Cagney <ac131313@redhat.com>
7504
7505 * valprint.c (strcat_longest): Delete commented out function.
7506 Update copyright.
7507
cd9bfe15
AC
75082002-05-04 Andrew Cagney <ac131313@redhat.com>
7509
7510 * MAINTAINERS: Mark a29k as deleted.
7511 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7512 Move new configurations to the top.
7513 * configure.tgt: Remove a29k.
7514 * config/a29k/tm-vx29k.h: Delete.
7515 * config/a29k/vx29k.mt: Delete.
7516 * config/a29k/tm-a29k.h: Delete.
7517 * config/a29k/a29k-udi.mt: Delete.
7518 * config/a29k/a29k.mt: Delete.
7519 * a29k-tdep.c: Delete.
7520 * remote-udi.c: Delete.
7521 * remote-mm.c: Delete.
7522 * remote-eb.c: Delete.
7523 * remote-adapt.c: Delete.
7524 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7525 * config/s390/s390x.mt: Ditto.
7526 * config/s390/s390.mt: Ditto.
7527 * config/sparc/sparclynx.mh: Ditto.
7528 * config/sparc/linux.mh: Ditto.
7529 * config/pa/hppaosf.mh: Ditto.
7530 * config/pa/hppabsd.mh: Ditto.
7531 * config/ns32k/nbsd.mt: Ditto.
7532 * config/mips/vr5000.mt: Ditto.
7533 * config/m68k/sun3os4.mh: Ditto.
7534 * config/m68k/nbsd.mt: Ditto.
7535 * config/m68k/m68klynx.mh: Ditto.
7536 * config/m32r/m32r.mt: Ditto.
7537 * config/i386/x86-64linux.mt: Ditto.
7538 * config/i386/nbsdelf.mt: Ditto.
7539 * config/i386/nbsd.mt: Ditto.
7540 * config/i386/i386lynx.mh: Ditto.
7541
bf0c5130
AC
75422002-05-04 Andrew Cagney <ac131313@redhat.com>
7543
7544 * target.c (debug_print_register): New function. Handle oversize
7545 registers.
7546 (debug_to_fetch_registers): Call.
7547 (debug_to_store_registers): Call.
7548
2ae1c2d2
JB
75492002-05-03 Jim Blandy <jimb@redhat.com>
7550
13a393b0
JB
7551 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7552 (read_type): Doc fix.
7553 * gdbtypes.c (replace_type): Doc fix.
7554
2ae1c2d2
JB
7555 * stabsread.c (multiply_defined_struct): New complaint.
7556 (read_struct_type): If the type we were passed isn't empty, or
7557 incomplete, don't read the new struct type into it; complain,
7558 and return the original type unchanged. Take a new `type_code'
7559 argument, which is the type code for the new type.
7560 (read_type): Rather than storing the type's type code here, pass
7561 it as an argument to read_struct_type, and let that take care of
7562 storing it. That way, we don't overwrite the original type code,
7563 so read_struct_type can use it to decide whether we're overwriting
7564 something we shouldn't.
7565 (complain_about_struct_wipeout): New function.
7566
8de9bdc4
AC
75672002-05-03 Andrew Cagney <ac131313@redhat.com>
7568
7569 * gdbarch.sh: Assert that gdbarch is non-NULL.
7570 * gdbarch.c: Regenerate.
7571
f773fdbb
JM
75722002-05-03 Jason Merrill <jason@redhat.com>
7573
7574 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7575 and return NULL.
7576
0e04a514
ML
75772002-05-03 Michal Ludvig <mludvig@suse.cz>
7578
7579 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7580 (x86_64_dwarf2gdb_regno_map_length),
7581 (x86_64_dwarf2_reg_to_regnum): Added.
7582 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7583 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7584 (_initialize_x86_64_tdep): Synced with the change above.
7585 (x86_64_skip_prologue): Reformulated message.
7586
065432a8
PM
75872002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7588
7589 * f-exp.y: Also use new prev_lexptr variable
7590 to improve error reporting. Based on Michael Snyder
7591 2002-04-24 dated patch to c-exp.y.
7592 * jv-exp.y: Likewise.
7593 * m2-exp.y: Likewise.
7594
a3162708
EZ
75952002-05-02 Elena Zannoni <ezannoni@redhat.com>
7596
7597 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7598 we are dealing with vectors.
7599
03620c38
PM
76002002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7601
7602 * config/m68k/tm-nbsd.h: Obvious fix,
7603 correct machine name.
7604
6604db2e
PM
76052002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7606
7607 * p-typeprint.c (pascal_type_print_base): Add support
7608 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7609
0906b739
PM
76102002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7611
7612 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7613 for fondamental pascal 'char' type.
7614
e2625b33
PM
76152002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7616
7617 * p-lang.h (is_pascal_string_type): Declaration changed,
7618 new sixth argument of type char ** added.
361d1df0 7619 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7620 changed. Args length_pos, length_size, string_pos, char_size
7621 can now be NULL. New argument arrayname set to the field
7622 name of the char array. Return value set to char array
7623 field index plus one.
361d1df0 7624 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7625 is_pascal_string_type function.
7626
cf17c188
AC
76272002-05-02 Andrew Cagney <cagney@redhat.com>
7628
7629 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7630 <cagney@redhat.com> change.
7631 * gdbarch.c: Regenerate.
7632
52bca491
AC
76332002-05-02 Andrew Cagney <cagney@redhat.com>
7634
7635 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7636 before probing for a new one. Detect errorenous gdbarch_init
7637 functions.
7638 * gdbarch.c: Regenerate.
7639
d5e72505
AC
76402002-05-01 Andrew Cagney <cagney@redhat.com>
7641
7642 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7643 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7644 * config/v850/tm-v850.h: Ditto. Update copyright.
7645
af566d9f
AC
76462002-04-30 Andrew Cagney <ac131313@redhat.com>
7647
7648 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7649 current_gdbarch.
7650
880d85fa
MS
76512002-04-30 Michael Snyder <msnyder@redhat.com>
7652
94c30b78
MS
7653 * arm-tdep.c: Whitespace clean-ups.
7654 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7655 should have been removed as part of 4/24 change.
7656
6f5987a6
KB
76572002-04-30 Kevin Buettner <kevinb@redhat.com>
7658
7659 * rs6000-tdep.c: Added comment describing how fpscr register
7660 numbers were chosen.
7661
1a113c93
MS
76622002-04-30 Michael Snyder <msnyder@redhat.com>
7663
7664 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7665
9a6f53fe
EZ
76662002-04-29 Elena Zannoni <ezannoni@redhat.com>
7667
7668 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7669 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7670 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7671
11ed25ac
KB
76722002-04-29 Kevin Buettner <kevinb@redhat.com>
7673
7674 From Louis Hamilton <hamilton@redhat.com>:
7675 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7676 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7677 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7678 not bfd-private xcoff data, to determine wordsize.
7679 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7680
ae232405
AC
76812002-04-29 Andrew Cagney <ac131313@redhat.com>
7682
7683 GDB 5.2 released from 5.2 branch.
7684
91fd20f7
ML
76852002-04-29 Michal Ludvig <mludvig@suse.cz>
7686
7687 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7688 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7689 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7690
2dc5091b
EZ
76912002-04-29 Elena Zannoni <ezannoni@redhat.com>
7692
7693 * rs6000-tdep.c (rs6000_extract_return_value,
7694 rs6000_store_return_value): Handle returning vectors.
7695 (rs6000_gdbarch_init): Use
7696 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7697 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7698 New function.
7699 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7700 vectors.
7701 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7702 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7703
2b9848d8
PM
77042002-04-24 Pierre Muller <ics.u-strasbg.fr>
7705
7706 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7707 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7708 with fprintf_unfiltered (gdb_stderr,...).
7709
f8d17dc5
PM
77102002-04-24 Pierre Muller <ics.u-strasbg.fr>
7711
7712 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7713 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7714 Replace fprintf (stderr,...
7715 with fprintf_unfiltered (gdb_stderr,....
7716 * remote-es.c: Likewise.
7717 * remote-os9k.c: Likewise.
7718 * remote-st.c: Likewise.
7719
2f2f1ad1
AS
77202002-04-28 Andreas Schwab <schwab@suse.de>
7721
7722 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7723 linux-proc.o and gcore.o.
7724
b6779aa2
AC
77252002-04-26 Michal Ludvig <mludvig@suse.cz>
7726
7727 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7728 code without frame pointers.
7729
7e57f5f4
AC
77302002-04-26 Andrew Cagney <ac131313@redhat.com>
7731
7732 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7733 ON_STACK is needed.
7734
2ceb85d0
BE
77352002-04-26 Ben Elliston <bje@redhat.com>
7736
7737 * target.c (do_xfer_memory): Correct reference to the new option
7738 "trust-readonly-sections".
7739
f5f8a009
EZ
77402002-04-26 Elena Zannoni <ezannoni@redhat.com>
7741
7742 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7743 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7744 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7745 vectors.
7746 (read_array_type): Record the fact that this array type is really a
7747 vector (i.e. are passed in by value).
7748
5868c862
JT
77492002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7750
7751 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7752 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7753 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7754 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7755 * alpha-linux-tdep.c: Include frame.h.
7756 (alpha_linux_sigcontext_addr): New function.
7757 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7758 alpha_linux_sigcontext_addr.
7759 * alpha-osf1-tdep.c: Include gdbcore.h.
7760 (alpha_osf1_sigcontext_addr): New function.
7761 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7762 alpha_osf1_sigcontext_addr.
7763 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7764 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7765
bfb01f37
AC
77662002-04-26 Andrew Cagney <ac131313@redhat.com>
7767
361d1df0 7768 * stack.c (selected_frame_level):
bfb01f37
AC
7769 (select_frame): Do not set selected_frame_level.
7770 * frame.h (selected_frame_level): Delete declaration.
7771
15813d3f
AC
77722002-04-26 Andrew Cagney <ac131313@redhat.com>
7773
7774 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7775 convert_from_func_ptr-addr when AIX / PowerOpen.
7776
6096c27a
AC
77772002-04-25 Andrew Cagney <ac131313@redhat.com>
7778
7779 * valops.c (hand_function_call): Call
7780 generic_save_call_dummy_addr.
7781 * frame.h (generic_save_call_dummy_addr): Declare.
7782 * blockframe.c (struct dummy_frame): Add fields call_lo and
7783 call_hi.
7784 (generic_find_dummy_frame): Check for PC in range call_lo to
7785 call_hi instead of entry_point_address.
7786 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7787 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7788 (generic_save_call_dummy_addr): New function.
7789
f510d44e
DM
77902002-04-24 David S. Miller <davem@redhat.com>
7791
7792 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7793 sparc_skip_prologue.
7794 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7795 information to find prologue when possible.
7796 (sparc_prologue_frameless_p): Call examine_prologue directly.
7797 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7798 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7799 second argument.
7800 (SKIP_PROLOGUE): Likewise.
7801
15d72a92
JT
78022002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7803
7804 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7805 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7806 indicate that the condition it was testing is always true.
7807 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7808 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7809 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7810
accc6d1f
JT
78112002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7812
7813 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7814 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7815 tdep->jb_pc and tdep->jb_elt_size.
7816 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7817 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7818 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7819 * alpha-nat.c (get_longjmp_target): Remove.
7820 (JB_ELEMENT_SIZE): Ditto.
7821 (JB_PC): Ditto.
7822 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7823 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7824 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7825 to alpha_get_longjmp_target.
7826 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7827 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7828 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7829
1bfdc549
AC
78302002-04-25 Andrew Cagney <ac131313@redhat.com>
7831
7832 * README: Update to GDB 5.2.
7833
1bd316f0
AC
78342002-04-25 Andrew Cagney <ac131313@redhat.com>
7835
7836 * gdbarch.sh (LC_ALL): Set to `c'.
7837
2e5ff58c
TR
78382002-04-25 Theodore A. Roth <troth@verinet.com>
7839
7840 * avr-tdep.c: Ran through gdb_indent.sh.
7841
e33ce519
TR
78422002-04-25 Theodore A. Roth <troth@verinet.com>
7843
7844 * MAINTAINERS: Add myself as AVR maintainer.
7845 * NEWS: Note new target avr.
7846
8818c391
TR
78472002-04-25 Theodore A. Roth <troth@verinet.com>
7848
7849 * Makefile.in: Add support for AVR target.
7850 * configure.tgt: Add support for AVR target.
7851 * avr-tdep.c: New file
7852 * config/avr/avr.mt: New file.
7853
79509c2d
TR
78542002-04-25 Theodore A. Roth <troth@verinet.com>
7855
7856 * MAINTAINERS: Add myself to write-after-approval.
7857
dac8068e
PM
78582002-04-24 Pierre Muller <ics.u-strasbg.fr>
7859
7860 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7861 with fprintf_unfiltered (gdb_stderr,....
7862
25bf3106
PM
78632002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7864
7865 Fix PR gdb/508.
7866 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7867
24467a86
PM
78682002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7869
7870 * p-exp.y: Also use new prev_lexptr variable
7871 to improve error reporting. Based on Michael Snyder
7872 2002-04-24 dated patch to c-exp.y.
7873
95b80706
JT
78742002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7875
7876 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7877 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7878 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7879 to 0.
7880 * config/alpha/tm-alpha.h: Remove forward decls of struct type
7881 and struct value.
7882 (FUNCTION_START_OFFSET): Remove.
7883 (BREAKPOINT): Ditto.
7884
e90cc612
JT
78852002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7886
7887 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
7888 * NEWS: Ditto.
7889
6c72f9f9
JT
78902002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7891
7892 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
7893 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
7894 alpha_linux_pc_in_sigtramp.
7895 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
7896 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
7897 alpha_osf1_pc_in_sigtramp.
7898 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
7899 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
7900 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7901 alphafbsd_pc_in_sigtramp.
7902 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
7903 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
7904 alphanbsd_pc_in_sigtramp.
7905 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
7906 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
7907
5e4f3379
JT
79082002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7909
7910 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7911
da8ca43d
JT
79122002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7913
7914 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
7915 alphanbsd-tdep.c.
7916 (alphanbsd-nat.o): New dependency list.
7917 (alphanbsd-tdep.o): Ditto.
7918 * NEWS: Note new native NetBSD/alpha configuration.
7919 * alphanbsd-nat.c: New file.
7920 * alphanbsd-tdep.c: Ditto.
7921 * configure.host (alpha*-*-netbsd*): New host.
7922 * configure.tgt (alpha*-*-netbsd*): New target.
7923 * config/alpha/nbsd.mh: New file.
7924 * config/alpha/nbsd.mt: Ditto.
7925 * config/alpha/nm-nbsd.h: Ditto.
7926 * config/alpha/tm-nbsd.h: Ditto.
7927
36a6271d
JT
79282002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7929
7930 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
7931 (alpha-osf1-tdep.o): New dependency list.
7932 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
7933 and skip_sigtramp_frame members.
7934 * alpha-linux-tdep.c: Include gdbcore.h.
7935 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
7936 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
7937 * alpha-osf1-tdep.c: New file.
7938 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
7939 alpha-osf1-dep.c.
7940 (alpha_frame_past_sigtramp_frame): New function.
7941 (alpha_dynamic_sigtramp_offset): Ditto.
7942 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
7943 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
7944 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
7945 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
7946 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
7947 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
7948 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
7949 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
7950 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
7951 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
7952 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
7953 to find_solib_trampoline_target.
7954 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
7955 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
7956 (SKIP_TRAMPOLINE_CODE): Remove.
7957 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7958 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7959 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7960 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7961 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
7962 (PROC_SIGTRAMP_MAGIC): Ditto.
7963 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7964 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7965 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
7966 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
7967 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
7968
2f4bc57b
JT
79692002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
7970
7971 * NEWS: Note that Alpha targets are now multi-arch.
7972
665132f9
MS
79732002-04-24 Michael Snyder <msnyder@redhat.com>
7974
7975 * parser-defs.h (prev_lexptr): New external variable.
7976 * parse.c (parse_exp_1): Set prev_lexptr to null before
7977 calling the language-specific parser.
7978 * c-exp.y (yylex): Set prev_lexptr to start of current token.
7979 (yyerror): Use prev_lexptr in error reporting.
7980
32872fa7
DJ
79812002-04-24 Daniel Jacobowitz <drow@mvista.com>
7982
7983 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
7984 * gregset.h: If FILL_FPXREGSET is defined, provide
7985 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
7986 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
7987 is defined, call fill_fpxregset.
7988
57e76fac
MS
79892002-04-24 Roland McGrath <roland@frob.com>
7990
7991 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
7992 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
7993 (supply_gregset, supply_fpregset): New functions.
7994
7995 * gnu-nat.c (gnu_find_memory_regions): New function.
7996 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
7997 (gnu_xfer_memory): Add a cast.
7998
f43845b3
MS
79992002-04-24 Michael Snyder <msnyder@redhat.com>
8000
361d1df0 8001 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8002 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8003 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8004 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8005 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8006 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8007
a0abec03
AC
8008Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8009
8010 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8011 NUM_PSEUDO_REGS can be used.
8012
d7bd68ca
AC
80132002-04-24 Andrew Cagney <ac131313@redhat.com>
8014
8015 * arch-utils.h: Update copyright.
8016
8017 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8018 * gdbarch.h, gdbarch.c: Re-generate.
8019
8020 * inferior.h (IN_SIGTRAMP): Delete definition.
8021 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8022 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8023
8024 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8025 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8026 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8027 (find_proc_framesize): Ditto.
8028 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8029 (alpha_init_extra_frame_info): Ditto.
8030 * infrun.c (handle_inferior_event): Ditto.
8031 (handle_inferior_event): Ditto.
8032 (check_sigtramp2): Ditto.
8033 * blockframe.c (create_new_frame): Ditto.
8034 (get_prev_frame): Ditto.
8035 * ppc-linux-tdep.c: Update comments.
8036 * i386-linux-tdep.c: Update comments.
8037 * breakpoint.c (bpstat_what): Update comment.
8038
4867e41e
DM
80392002-04-24 David S. Miller <davem@redhat.com>
8040
21d83aa5
DM
8041 * i960-tdep.c (register_in_window_p): New function.
8042 (i960_find_saved_register): Use it instead of
8043 REGISTER_IN_WINDOW_P.
8044 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8045
4867e41e
DM
8046 * symtab.h (find_stab_function_addr): Kill extern.
8047 * minsyms.c (find_stab_function_addr): Remove from here...
8048 * dbxread.c: ... to here, and mark it static.
8049
69cdf6a2
DM
80502002-04-20 David S. Miller <davem@redhat.com>
8051
8052 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8053 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8054
5a595886
DM
80552002-04-21 David S. Miller <davem@redhat.com>
8056
8057 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8058 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8059 (vx_write_register): Likewise.
8060
1da1a192
JB
80612002-04-23 J. Brobecker <brobecker@gnat.com>
8062
8063 * source.c (is_regular_file): New function.
8064 (openp): Check wether file to open is a regular file
8065 to avoid opening directories.
8066
baa6f10b
JT
80672002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8068
8069 * findvar.c (extract_signed_integer): Cast printf argument
8070 to suppress format warning.
8071 (extract_unsigned_integer): Likewise.
8072 * infcmd.c (registers_info): Likewise.
8073 * top.c (get_prompt_1): Likewise.
8074 * valops.c (value_assign): Likewise.
8075 * valprint.c (print_decimal): Likewise.
8076
b2c4da81
L
80772002-04-22 H.J. Lu (hjl@gnu.org)
8078
8079 * c-exp.y (typebase): Support
361d1df0 8080
b2c4da81
L
8081 [long|long long|short] [signed|unsigned] [int|]
8082
8083 and
8084
8085 signed [long|long long|short] int
8086
f267bd6a
JT
80872002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8088
8089 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8090 and vax-tdep.h.
8091 * vax-tdep.h: New file.
8092 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8093 Make several routines static.
8094 (vax_get_saved_register): New function.
8095 (vax_gdbarch_init): New function.
8096 (_initialize_vax_tdep): Register vax_gdbarch_init.
8097 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8098 Remove macros now under the control of gdbarch.
8099
da3c6d4a
MS
81002002-04-22 Michael Snyder <msnyder@redhat.com>
8101
11d3b27d
MS
8102 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8103 Some whitespace and coding standards tweaks.
da3c6d4a 8104
a33f7558
JT
81052002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8106
8107 * vax-tdep.c: Include regcache.h.
8108 (vax_call_dummy_words): New.
8109 (sizeof_vax_call_dummy_words): New.
8110 (vax_fix_call_dummy): New function.
8111 (vax_saved_pc_after_call): Ditto.
8112 * config/vax/tm-vax.h: Don't include regcache.h.
8113 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8114 (CALL_DUMMY): Remove.
8115 (CALL_DUMMY_WORDS): Define.
8116 (SIZEOF_CALL_DUMMY_WORDS): Define.
8117 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8118
47a73475
MS
81192002-04-18 Michael Snyder <msnyder@redhat.com>
8120
8121 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8122
52efde73
JT
81232002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8124
8125 * vax-tdep.c (vax_frame_chain): New function.
8126 (vax_push_dummy_frame): Ditto.
8127 (vax_pop_frame): Ditto.
8128 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8129 (FRAMELESS_FUNCTION_INVOCATION): Use
8130 generic_frameless_function_invocation_not.
8131 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8132 (POP_FRAME): Use vax_pop_frame.
8133
ea74468c
JT
81342002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8135
8136 * vax-tdep.c (vax_store_struct_return): New function.
8137 (vax_extract_return_value): Ditto.
8138 (vax_store_return_value): Ditto.
8139 (vax_extract_struct_value_address): Ditto.
8140 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8141 vax_store_struct_return.
8142 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8143 (STORE_RETURN_VALUE): Use vax_store_return_value.
8144 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8145
5516aa92
JT
81462002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8147
8148 * vax-tdep.c (vax_frame_saved_pc): New function.
8149 (vax_frame_args_address_correct): Ditto.
8150 (vax_frame_args_address): Ditto.
8151 (vax_frame_locals_address): Ditto.
8152 (vax_frame_num_args): Move code to be in proximity to
8153 other frame-related functions.
8154 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8155 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8156 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8157 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8158 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8159
36af0b35
L
81602002-04-22 H.J. Lu (hjl@gnu.org)
8161
8162 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8163 includedir.
8164
ab62c900
JT
81652002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8166
8167 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8168 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8169 (FRAME_INIT_SAVED_REGS): New macro.
8170
7232b100
JT
81712002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8172
8173 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8174
b70d2aee
JT
81752002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8176
8177 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8178 where needed.
8179 (fetch_osf_core_registers): Likewise.
8180 (supply_gregset): Likewise.
8181
a0e8a2d1 81822002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8183
a0e8a2d1
JB
8184 * symfile.h (get_section_index): Define.
8185 * symfile.c (get_section_index): New function.
8186 * mdebugread.c (SC_IS_SBSS): New macro.
8187 (SC_IS_BSS): Return true for the scBss storage class only, as
8188 the scSBss storage class refers to the .sbss section.
8189 (parse_partial_symbols): Discard the symbols which associated
8190 section does not exist.
8191 Make sure to use the .sbss section index for symbols which
8192 storage class is scBss, rather than using the .bss section index.
8193
51eb8b08
JT
81942002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8195
8196 * vax-tdep.c: Update copyright years.
8197 (vax_register_name): New function.
8198 (vax_register_byte): Ditto.
8199 (vax_register_raw_size): Ditto.
8200 (vax_register_virtual_size): Ditto.
8201 (vax_register_virtual_type): Ditto.
8202 * config/vax/tm-vax.h: Update copyright years.
8203 (REGISTER_NAMES): Remove.
8204 (REGISTER_NAME): Define.
8205 (REGISTER_BYTE): Use vax_register_byte.
8206 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8207 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8208 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8209
6cc1c0a8
AC
82102002-04-21 Andrew Cagney <ac131313@redhat.com>
8211
8212 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8213 declaration
8214 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8215
9319a2fe
DM
82162002-04-21 David S. Miller <davem@redhat.com>
8217
8218 * arch-utils.c (generic_prologue_frameless_p): Kill
8219 SKIP_PROLOGUE_FRAMELESS_P code.
8220 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8221 references.
8222 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8223 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8224 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8225 references.
8226 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8227 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8228 (sparc_gdbarch_init): Pass it to
8229 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8230
e9ed6d01
JT
82312002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8232
8233 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8234 (alphabsd-nat.o): New dependency list.
8235
36012033
JT
82362002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8237
8238 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8239 alphafbsd-tdep.c.
8240 (alpha-linux-tdep.o): New dependency list.
8241 (alphafbsd-tdep.o): Likewise.
8242
3379287a
JT
82432002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8244
8245 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8246 to here...
8247 * alpha-tdep.c: ...from here.
8248 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8249
4bcbd6cb
JT
82502002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8251
8252 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8253 prototype from here...
8254 * alpha-tdep.h: ...to here.
8255
b31da25e
AC
82562002-04-21 Andrew Cagney <ac131313@redhat.com>
8257
8258 * frame.h (selected_frame_level): Document as deprecated.
8259 (frame_relative_level): Declare.
8260 * stack.c (frame_relative_level): New function.
8261 (selected_frame_level): Document as deprecated.
8262 (select_frame): Do not set the selected_frame_level.
8263
8264 * stack.c (frame_info, record_selected_frame): Update.
8265 (frame_command, current_frame_command): Update.
8266 (up_silently_base, up_command, down_silently_base): Update.
8267 (down_command): Update.
8268 * inflow.c (kill_command): Update.
8269 * tracepoint.c (finish_tfind_command): Update.
8270 * corelow.c (core_open): Update.
8271 * thread.c (info_threads_command): Update.
8272 (do_captured_thread_select): Update.
8273 * infcmd.c (finish_command): Update.
8274 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8275
9c1d6fe5
JT
82762002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8277
8278 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8279
ab89facf
AC
82802002-04-21 Andrew Cagney <ac131313@redhat.com>
8281
8282 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8283 type const.
8284
82a4efa1
JT
82852002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8286
8287 * alphafbsd-tdep.c: Update copyright years. Include
8288 alpha-tdep.h.
8289 (alphafbsd_use_struct_convention): Make static.
8290 (alphafbsd_init_abi): New function.
8291 (_initialize_alphafbsd_tdep): New function.
8292 * config/alpha/tm-fbsd.h: Update copyright years.
8293 (USE_STRUCT_CONVENTION): Remove.
8294
44dffaac
JT
82952002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8296
8297 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8298 an Alpha ABI variant.
8299 (alpha_abi_handler_list): Declare.
8300 (alpha_gdbarch_register_os_abi): New function.
8301 (alpha_gdbarch_init): Give registered ABI variant handlers a
8302 chance to tweak the gdbarch once we have set up defaults.
8303 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8304
65585be4
JT
83052002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8306
8307 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8308 to standard_coerce_float_to_double.
8309 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8310
d9b023cc
JT
83112002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8312
8313 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8314 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8315 from gdbarch_tdep rather than a constant.
8316 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8317 the default text address for all Alpha Unix ABIs.
8318 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8319 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8320
dc129d82
JT
83212002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8322
8323 * alpha-tdep.h: New file. Includes several Alpha target constants
8324 taken from...
8325 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8326 let gdbarch deal with.
8327 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8328 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8329 to dependency list.
8330 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8331 Alpha target register names.
8332 * alphabsd-nat.c: Likewise.
8333 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8334 Alpha target register names. Make serveral routines static.
8335 (alpha_get_saved_register): New function.
8336 (alpha_abi_names): New.
8337 (process_note_abi_tag_sections): New function.
8338 (get_elfosabi): New function.
8339 (alpha_gdbarch_init): New function.
8340 (alpha_dump_tdep): New function.
8341 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8342
d49d1e0a
AC
83432002-04-21 Andrew Cagney <ac131313@redhat.com>
8344
8345 * frame.c (find_saved_register): Delete #ifdef
8346 HAVE_REGISTER_WINDOWS code.
8347 * config/sparc/tm-sparc.h: Update comments.
8348 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8349
92e8c9ed
AC
83502002-04-21 Andrew Cagney <ac131313@redhat.com>
8351
8352 * i960-tdep.c (i960_find_saved_register): New function.
8353 (i960_get_saved_register): New function.
8354 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8355 (i960_get_saved_register): Declare.
8356 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8357
e1925118
DM
83582002-04-20 David S. Miller <davem@redhat.com>
8359
8360 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8361
29673b29
AC
83622002-04-20 Andrew Cagney <ac131313@redhat.com>
8363
8364 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8365 instead of NUM_PSEUDO_REGS.
8366
6c86dcd5
DM
83672002-04-20 David S. Miller <davem@redhat.com>
8368
8369 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8370 GDB_MULTI_ARCH_PARTIAL
8371 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8372 define, let tm-sp64.h do it.
8373
aa40ec90
JT
83742002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8375
8376 * frame.c (find_saved_register): Avoid a NULL pointer
8377 dereference and actually walk the frame list.
8378
0f79675b
AC
83792002-04-20 Andrew Cagney <ac131313@redhat.com>
8380
8381 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8382 sorted in most most-recent-used order. Document.
8383 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8384
f91305dd 83852002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
8386
8387 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8388 instead of ->prev.
8389 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8390 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8391 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8392 instead of ->prev.
8393
73d322b1
EZ
83942002-04-19 Elena Zannoni <ezannoni@redhat.com>
8395
8396 Fix PR gdb/471.
8397 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8398 (build_builtin_type_vec128): Ditto.
8399 (append_composite_type_field): Fix calculation of type length in
8400 union case.
8401
ccd9a834
EZ
84022002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8403
8404 * config/djgpp/README: Update.
8405
8406 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8407 compiler warnings.
8408
a57f9e49
JT
84092002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8410
8411 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8412 (alpha_setup_arbitrary_frame): ...to this.
8413 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8414 for alpha_setup_arbitrary_frame.
8415
f4f9705a
AC
84162002-04-18 Andrew Cagney <cagney@redhat.com>
8417
8418 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8419 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8420
f4f9705a
AC
8421 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8422 * target.h (memory_breakpoint_from_pc): Update declaration.
8423 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8424
8425 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8426 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8427 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8428 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8429 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8430 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8431 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8432 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8433 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8434 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8435 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8436 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8437
8438 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8439 const pointer.
8440 * monitor.c (monitor_insert_breakpoint): Ditto.
8441 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8442
8443 * config/mcore/tm-mcore.h: Update copyright.
8444 * mem-break.c: Ditto.
8445 * xstormy16-tdep.c: Ditto.
8446
29f319b8
PM
84472002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8448
8449 * p-exp.y: Add precedence rule for '^' token.
8450 This removes the shift/reduce conflicts.
8451 Remove the comment concerning these shift/reduce conflicts.
8452
ebeac11a
EZ
84532002-04-18 Elena Zannoni <ezannoni@redhat.com>
8454
8455 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8456 (registers_powerpc_nofp): New register set for processors
8457 without floating point unit.
8458
27c31547
DM
84592002-04-18 David S. Miller <davem@redhat.com>
8460
8461 * MAINTAINERS: Add myself to write-after-approval.
8462
47a73475
MS
84632002-04-17 Michael Snyder <msnyder@redhat.com>
8464
8465 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8466
953836b2
AC
84672002-04-17 Andrew Cagney <ac131313@redhat.com>
8468
8469 * rs6000-tdep.c (frame_initial_stack_address): Use
8470 frame_register_read to read the alloca_reg.
8471
8b0d4340
AC
84722002-04-17 Andrew Cagney <ac131313@redhat.com>
8473
8474 * frame.c (find_saved_register): Find saved registers in the next
8475 not prev frame.
8476 Fix PR gdb/365.
8477
d8864532
AC
84782002-04-17 Andrew Cagney <ac131313@redhat.com>
8479
8480 * gdbarch.sh (LANG): Set to ``c''.
8481
36cc83a3 84822002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 8483
36cc83a3 8484 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 8485
2f4150cc 84862002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
8487
8488 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8489 Update copyright.
8490
628703c6 8491 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 8492 Also fix PR gdb/391.
361d1df0 8493
56157b4a
AC
84942002-04-14 Andrew Cagney <ac131313@redhat.com>
8495
8496 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8497 * aclocal.m4, configure: Re-generate.
8498 Fix PR gdb/391.
361d1df0 8499
6d1e3329
EZ
85002002-04-14 Elena Zannoni <ezannoni@redhat.com>
8501
8502 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8503 instead of tm_print_insn.
8504
cb06fa07
EZ
85052002-04-14 Elena Zannoni <ezannoni@redhat.com>
8506
8507 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8508
f208ba17
AC
85092002-04-14 Andrew Cagney <ac131313@redhat.com>
8510
8511 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8512 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8513 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8514
20f01a46
DH
85152002-04-12 Don Howard <dhoward@redhat.com>
8516
8517 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8518 max_user_call_depth.
8519 (init_cmd_lists): Initialize the new value;
8520 * cli/cli-script.c (execute_user_command): Limit the call depth of
8521 user defined commands. This avoids a core-dump when user commands
8522 are infinitly recursive.
8523
a88376a3
KB
85242002-04-12 Kevin Buettner <kevinb@redhat.com>
8525
8526 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8527 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8528 from tdep struct instead of DEFAULT_LR_SAVE.
8529 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8530 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8531 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8532
f2172603
MS
85332002-04-12 Michael Snyder <msnyder@redhat.com>
8534
694f61fb 8535 * Remote.c: Spelling fix.
20fe79c8
MS
8536 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8537 If no symbol found for "sbrk", try "_sbrk".
8538 (make_output_phdrs): Use bfd_section_name.
8539 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8540 * eval.c: Indentation fix-ups.
169a7369
MS
8541 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8542 in case it gets applied to an address that is already
8543 in the instruction space.
de74f71f
MS
8544 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8545 * symfile.c: Fix indentation, long lines.
f2172603
MS
8546 * source.c: White space fix-up.
8547
cda5a58a
AC
85482002-04-12 Andrew Cagney <cagney@redhat.com>
8549
8550 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8551 * frame.c (frame_register_read): New function. Return non-zero on
8552 success.
8553 (read_relative_register_raw_bytes_for_frame): Delete.
8554 (read_relative_register_raw_bytes): Delete.
8555 * frame.h (frame_register_read): Declare.
8556 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8557 * sh-tdep.c: Ditto.
8558 * infcmd.c (do_registers_info): Ditto.
8559 * hppa-tdep.c: Ditto.
8560 * rs6000-tdep.c: Ditto.
8561 * h8500-tdep.c: Ditto.
8562 * mips-tdep.c: Ditto.
8563 * h8300-tdep.c: Ditto.
8564 * z8k-tdep.c: Ditto.
8565
2ea5f656
KB
85662002-04-12 Kevin Buettner <kevinb@redhat.com>
8567
8568 From Jimi X <jimix@watson.ibm.com>:
8569 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8570 64-bit SysV ABI.
8571
27b15785
KB
85722002-04-12 Kevin Buettner <kevinb@redhat.com>
8573
8574 From Jimi X <jimix@watson.ibm.com>:
8575 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8576 bfd info.
8577
5d57ee30
KB
85782002-04-12 Kevin Buettner <kevinb@redhat.com>
8579
8580 From Jimi X <jimix@watson.ibm.com>:
8581 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8582 register sets for these processor variants.
8583
bc1e36ca
DJ
85842002-04-11 Daniel Jacobowitz <drow@mvista.com>
8585
bc1e36ca
DJ
8586 * regformats/reg-ppc.dat: Support FPSCR.
8587
e3f36dbd
KB
85882002-04-11 Kevin Buettner <kevinb@redhat.com>
8589
8590 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8591 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8592 Add fpscr as an invalid/unfetchable register.
8593 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8594 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8595 (fill_fpregset): Add support for register fpscr.
8596 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8597 (fill_gregset): Account for the fact that register ``mq'' might
8598 not exist.
8599 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8600 (registers_power): Add fpscr to register set at slot 71.
8601 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8602 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8603
943c9c25
MS
86042002-04-11 Michael Snyder <msnyder@redhat.com>
8605
8606 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8607 * configure: Regenerate.
8608 * config.in: Regenerate.
8609 * acconfig.h: Add define for _SYSCALL32.
8610 * core-sol2.c: Remove #define _SYSCALL32.
8611 * solib-legacy.c: Remove #define _SYSCALL32.
8612
d8c0a2e7
AC
86132002-04-10 Andrew Cagney <ac131313@redhat.com>
8614
8615 * stack.c (select_frame): Cleanup internal error message, do not
8616 use %p.
8617
7cc19214
AC
86182002-04-10 Andrew Cagney <ac131313@redhat.com>
8619
8620 * stack.c (select_frame): Check that selected_frame and the
8621 specified level are as expected.
8622 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8623 Update copyright.
8624 * frame.h (struct frame_info): Add field `level'. Update
8625 copyright.
8626 Work-in-progress PR gdb/464.
8627
67a2b77e
AC
86282002-04-10 Andrew Cagney <ac131313@redhat.com>
8629
8630 * maint.c (maint_print_section_info): Rename print_section_info.
8631 (print_bfd_section_info, print_objfile_section_info): Update.
8632 * inferior.h (struct gdbarch): Add opaque declaration.
8633 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8634 * gdbarch.h: Regenerate.
8635
8cfda98c
ML
86362002-04-10 Michal Ludvig <mludvig@suse.cz>
8637
8638 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8639 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8640 (kernel_u_size): Added.
8641 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8642 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8643
ca439ad2 86442002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8645
ca439ad2
JI
8646 * valarith.c (find_size_for_pointer_math): New function, either returns
8647 the size for a pointer's target, returns 1 for void *, or errors for
8648 incomplete types.
8649 (value_add, value_sub): use find_size_for_pointer_math.
8650
2f2893d9
DJ
86512002-04-09 Daniel Jacobowitz <drow@mvista.com>
8652
8653 * linux-low.c (linux_look_up_symbols): New hook.
8654 (linux_target_ops): Add linux_look_up_symbols.
8655 * remote-utils.c (decode_address): New function.
8656 (look_up_one_symbol): New function.
8657 * server.c (handle_query): Call target look_up_symbols hook.
8658 * server.h (look_up_one_symbol): Add prototype.
8659 * target.h (struct target_ops): Add look_up_symbols hook.
8660
96cb11df
AC
86612002-04-09 Andrew Cagney <ac131313@redhat.com>
8662
8663 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8664 override FP_REGNUM with frame->fp. Update copyright.
8665 * parse.c (num_std_regs, std_regs): Delete.
8666 (target_map_name_to_register): Do not search std_regs. Update
8667 function description.
8668 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8669 declarations. Update copyright.
8670 Fix PR gdb/251.
361d1df0 8671
97658e92
DJ
86722002-04-09 Daniel Jacobowitz <drow@mvista.com>
8673
8674 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8675 after the last symbol in a block.
8676
6044e3eb
PM
86772002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8678
8679 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8680 is non zero as a found symbol.
8681
0406ec40
AC
86822002-04-08 Andrew Cagney <ac131313@redhat.com>
8683
8684 * findvar.c: Include "builtin-regs.h".
8685 (value_of_register): Call value_of_builtin_reg when applicable.
8686 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8687 (target_map_name_to_register): Call
8688 builtin_reg_map_name_to_regnum.
8689 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8690 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8691 (builtin_regs_h): Define.
8692 (builtin-regs.o): New target.
8693 (findvar.o): Add $(builtin_regs_h).
8694 * builtin-regs.c, builtin-regs.h: New files.
8695 * std-regs.c: New file.
8696 Partial fix for PR gdb/251.
8697
56a6dfb9
KB
86982002-04-08 Kevin Buettner <kevinb@redhat.com>
8699
8700 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8701 it's no longer required.
8702
3a808432
AC
87032002-04-08 Andrew Cagney <ac131313@redhat.com>
8704
8705 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8706
7c40d541
KB
87072002-04-08 Kevin Buettner <kevinb@redhat.com>
8708
8709 From Jimi X <jimix@watson.ibm.com>:
8710 * rs6000-tdep.c (rs6000_software_single_step): Use
8711 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8712 and size. Use target_insert_breakpoint() and
8713 target_remove_breakpoint() to insert and remove breakpoints
8714 instead of explicit memory reads and writes.
8715
cc9836a8
KB
87162002-04-08 Kevin Buettner <kevinb@redhat.com>
8717
8718 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8719 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8720 ELF_OBJECT_FORMAT ifdef.
8721
7495d1dc
KB
87222002-04-08 Kevin Buettner <kevinb@redhat.com>
8723
8724 From Jimi X <jimix@watson.ibm.com>:
8725 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8726
4288e836
KB
87272002-04-08 Kevin Buettner <kevinb@redhat.com>
8728
8729 From Jimi X <jimix@watson.ibm.com>:
8730 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8731 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8732
a4e4e501
MK
87332002-04-07 Mark Kettenis <kettenis@gnu.org>
8734
8735 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8736 s/asprintf/xasprintf/.
8737 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8738
006defba
AC
87392002-04-07 Andrew Cagney <ac131313@redhat.com>
8740
8741 I believe Jeff Law denies responsability for this one:
8742 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8743 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8744 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8745 Work-around for PR gdb/366.
8746
7aa83cac
EZ
87472002-04-07 Elena Zannoni <ezannoni@redhat.com>
8748
8749 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8750 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8751 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8752
cf1fcca1
EZ
87532002-04-07 Elena Zannoni <ezannoni@redhat.com>
8754
8755 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8756 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8757 information.
8758
3f289e6f
AC
87592002-04-07 Andrew Cagney <ac131313@redhat.com>
8760
8761 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8762 maintainer.
8763
129188f6
AC
87642002-04-07 Andrew Cagney <ac131313@redhat.com>
8765
8766 * README (Reporting Bugs in GDB): Document the bug web page as the
8767 prefered way of submitting bugs.
8768 Fix PR gdb/402.
8769
1200cd6e
AC
87702002-04-06 Andrew Cagney <ac131313@redhat.com>
8771
8772 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8773 -1. Update comment.
8774 * gdbarch.h, gdbarch.c: Re-generate.
8775
2853c33c
AS
87762002-04-07 Andreas Schwab <schwab@suse.de>
8777
8778 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8779 buffer to regcache_collect.
8780
c2169756
AC
87812002-04-06 Andrew Cagney <ac131313@redhat.com>
8782
8783 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8784 * gdbarch.c, gdbarch.h: Re-generate.
8785
25f1b008
AC
87862002-04-06 Andrew Cagney <ac131313@redhat.com>
8787
8788 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8789 declaration. Fix -Werror.
8790
59263426
DJ
87912002-04-05 Daniel Jacobowitz <drow@mvista.com>
8792
8793 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8794 * gdbarch.c: Regenerate.
8795
f5db4da3
MS
87962002-04-05 Michael Snyder <msnyder@redhat.com>
8797
80f8a6eb
MS
8798 * breakpoint.c (clear_command): Rewrite middle section to
8799 combine two loops with identical control conditions.
8800 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8801 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8802
ad3dcc5c
L
88032002-04-05 H.J. Lu (hjl@gnu.org)
8804
8805 * solib-svr4.c (bkpt_names): Add "__start".
8806
f32e7a74
AC
88072002-04-04 Andrew Cagney <ac131313@redhat.com>
8808
8809 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8810 as test for 64 bit target.
8811
8227c0ff
AC
88122002-04-05 Andrew Cagney <ac131313@redhat.com>
8813
8814 * h8500-tdep.c (h8500_write_fp): Delete function.
8815 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8816 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8817 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8818 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8819 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8820 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8821 (s390_write_fp):
8822 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8823 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8824 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8825 (d10v_write_fp): Delete function.
8826 * inferior.h (write_fp, generic_target_write_fp): Delete
8827 declarations.
8828 * regcache.c (generic_target_write_fp): Delete function.
8829 (write_fp): Delete function.
8830 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8831 * gdbarch.h, gdbarch.c: Regenerate.
8832 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8833 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8834 (sparc64_write_fp): Delete declaration.
8835 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8836 (h8500_write_fp): Delete declaration.
8837
2757dd86
AC
88382002-04-04 Andrew Cagney <ac131313@redhat.com>
8839
8840 * sparc-tdep.c (sparc64_write_fp): Delete.
8841 (sparc_push_dummy_frame): Replace write_fp call with code to store
8842 the FP directly.
8843 (sparc_gdbarch_init): Do not initialize write_fp.
8844
c69255e1
KB
88452002-04-05 Kevin Buettner <kevinb@redhat.com>
8846
8847 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8848 clause.
8849
ae767bfb
JB
88502002-03-29 Jim Blandy <jimb@redhat.com>
8851
8852 * stack.c (get_selected_block): Add new argument `addr_in_block',
8853 used to return the exact code address we used to select the block,
8854 not just the block.
8855 * blockframe.c (get_frame_block, get_current_block): Same.
8856 * frame.h (get_frame_block, get_current_block,
8857 get_selected_block): Update declarations.
8858 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8859 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8860
84d2ac95
MS
88612002-04-05 Michael Snyder <msnyder@redhat.com>
8862
8863 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8864 warning message.
8865
596aa3bf
JB
88662002-04-05 J. Brobecker <brobecker@gnat.com>
8867
8868 * utils.c (xfullpath): New function.
8869 * defs.h (xfullpath): Add declaration.
8870 * source.c (openp): Use xfullpath in place of gdb_realpath to
8871 avoid resolving the basename part of filenames when the
8872 associated file is a symbolic link. This fixes a potential
8873 inconsistency between the filenames known to GDB and the
8874 filenames it prints in the annotations.
8875 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8876 to be able to match a filename with either the real filename, or
8877 the name of any symbolic link to this file.
8878 (lookup_partial_symtab): Ditto.
8879
c02f5703
MS
88802002-04-04 Michael Snyder <msnyder@redhat.com>
8881
8882 * breakpoint.c: Add support for hardware breakpoints in overlays.
8883 (overlay_events_enabled): New state variable.
8884 (insert_breakpoints): Use overlay_events_enabled to decide
8885 whether to attempt to set a breakpoint at the overlay load addr.
8886 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8887 (remove_breakpoint): Use overlay_events_enabled to decide
8888 whether breakpoints need to be removed from overlay load addr.
8889 Handle bp_hardware_breakpoint as well as bp_breakpoint.
8890 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 8891 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
8892 disable_overlay_breakpoints): Update overlay_events_enabled.
8893
5fb290d7
DJ
88942002-04-04 Daniel Jacobowitz <drow@mvista.com>
8895
8896 * dwarf2read.c (struct function_range): New.
8897 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
8898 (check_cu_functions): New.
8899 (read_file_scope): Initialize global function lists.
8900 Call dwarf_decode_line after processing children.
8901 (read_func_scope): Add to global function list.
8902 (dwarf_decode_lines): Call check_cu_functions everywhere
8903 record_line is called. Call record_line with a linenumber
8904 of 0 to mark sequence ends.
8905
7b3fabf0
ML
89062002-04-04 Michal Ludvig <mludvig@suse.cz>
8907
361d1df0 8908 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
8909 change sync with glibc.
8910
bce58c09
JB
89112002-04-03 Jim Blandy <jimb@redhat.com>
8912
8913 * configure.in: Call AC_C_INLINE.
8914 * configure: Regenerated.
361d1df0 8915
2fccf04a
DJ
89162002-04-01 Daniel Jacobowitz <drow@mvista.com>
8917
8918 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
8919 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
8920
2d1bfe2e
MK
89212002-03-31 Mark Kettenis <kettenis@gnu.org>
8922
a5941fbf
MK
8923 * NEWS: Mention gcore support on FreeBSD/i386.
8924
a90cd31d
MK
8925 * fbsd-proc.c: New file.
8926 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
8927 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
8928
2d1bfe2e
MK
8929 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
8930 while statement.
8931
9eb6e5a1
JB
89322002-03-29 Jim Blandy <jimb@redhat.com>
8933
8934 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
8935 unescaped newlines in string literals, but newer ones don't. So
8936 escape them.
8937
f02df580
MS
89382002-03-26 Michael Snyder <msnyder@redhat.com>
8939 Andrew Cagney <cagney@redhat.com>
8940
361d1df0 8941 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
8942 restore file to memory.
8943 * cli/cli-dump.h: New file.
8944 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 8945 * NEWS: Mention new commands.
f02df580 8946
109f874e
MS
89472002-03-28 Michael Snyder <msnyder@redhat.com>
8948
8949 * symfile.c (symbol_file_add): Move test for null symbols to later.
8950
520f6ade
AC
89512002-03-27 Andrew Cagney <ac131313@redhat.com>
8952
8953 From veksler at il.ibm.com:
8954 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
8955 the xstrduped original path.
8956 Fix PR gdb/417.
8957
d4654627
MS
89582002-03-27 Michael Snyder <msnyder@redhat.com>
8959
8960 * breakpoint.c (_initialize_breakpoint): Clean up help string.
8961 * infcmd.c (_initialize_infcmd): Ditto.
8962 * language.c (_initialize_language): Ditto.
8963 * symfile.c (_initialize_symfile): Ditto.
8964 * top.c (_init_main): Ditto.
8965 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8966
6be8bc0c
EZ
89672002-03-27 Elena Zannoni <ezannoni@redhat.com>
8968
8969 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
8970 vector registers handling.
8971 (skip_prologue): Handle new AltiVec instructions. Fill in new
8972 fields of frame data.
8973 (frame_get_saved_regs): Fill in information for AltiVec registers.
8974
12af6855
JB
89752002-03-27 Jim Blandy <jimb@redhat.com>
8976
8977 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
8978 a function; leave this macro here to invoke that function.
8979 (symbol_init_mangled_name): Declaration for that function.
8980 * symtab.c (symbol_init_mangled_name): New function.
8981
dc672865
AC
89822002-03-27 Andrew Cagney <ac131313@redhat.com>
8983
8984 * valarith.c: Replace strerror with safe_strerror.
8985 * tracepoint.c: Ditto.
8986 * lin-lwp.c: Ditto.
8987 * go32-nat.c: Ditto.
8988 * inflow.c: Ditto.
8989 * gnu-nat.c: Ditto.
8990
d96429cd
AS
89912002-03-27 Andreas Schwab <schwab@suse.de>
8992
8993 * event-top.c (command_line_handler): Remove useless if.
8994
7e336ba1
AJ
89952002-03-27 Andreas Jaeger <aj@suse.de>
8996
8997 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
8998 comment.
8999
de220d0f
ML
90002002-03-27 Michal Ludvig <mludvig@suse.cz>
9001
9002 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9003 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9004 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9005 (x86_64_linux_dr_get_status, supply_gregset),
9006 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9007 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9008 (x86_64_register_info_table): Add.
9009 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9010 (x86_64_register_raw_size, x86_64_register_virtual_type),
9011 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9012 general x86_64_register_info_table.
9013 (i386_gdbarch_init): gdbarch_register_bytes is now set
9014 dynamicaly during initialization.
9015 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9016 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9017
0e98d0a7
DJ
90182002-03-27 Daniel Jacobowitz <drow@mvista.com>
9019
9020 * gdbserver/server.c (main): Call target_signal_to_host_p
9021 and target_signal_to_host on signals received from the remote.
9022 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9023 target_signal_from_host on signals sent to the remote.
9024 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9025 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9026
3130066b
DJ
90272002-03-27 Daniel Jacobowitz <drow@mvista.com>
9028
9029 * signals/signals.c: Include "server.h" in gdbserver build.
9030 (target_signal_from_name): Don't use STREQ.
9031 (_initialize_signals): Likewise. Don't include function in
9032 gdbserver build.
9033
9aedf4f4
DJ
90342002-03-27 Daniel Jacobowitz <drow@mvista.com>
9035
9036 * signals.c: Moved to...
9037 * signals/signals.c: Here.
7e336ba1 9038 * Makefile (signals.o): Update.
9aedf4f4 9039
3fa41cdb
JL
90402002-03-26 Jeff Law (law@redhat.com)
9041
9042 * somread.c (som_symtab_read): Remove some commented out code and
9043 updated related comments. Do not set the minimal symbol table to
9044 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9045 in a dynamic executable.
9046 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9047 where we are unable to find the minimal symbol for the given
9048 PC value.
9049
ee677e8d
MS
90502002-03-25 Jeff Law (law@redhat.com)
9051
9052 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9053
e76e1718
ML
90542002-03-25 Michal Ludvig <mludvig@suse.cz>
9055
9056 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9057
18a642a1
AC
90582002-03-23 Andrew Cagney <ac131313@redhat.com>
9059
9060 * command.h: Update copyright.
9061 (struct cmd_list_element): Replace definition with opaque
9062 declaration.
9063 (enum cmd_types): Document that it will eventually be moved to
9064 cli/cli-decode.h
9065 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9066 (MALLOCED_REPLACEMENT): Delete macro.
9067 * Makefile.in (cli_decode_h): Add $(command_h).
9068 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9069 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9070 * completer.c: Include "cli/cli-decode.h".
9071 * maint.c: Include "cli/cli-decode.h".
9072 * cli/cli-decode.h: Include "command.h".
9073 (enum command_class): Delete.
9074 (enum cmd_types): Comment out.
9075 (enum cmd_auto_boolean): Delete.
9076 (enum var_types): Delete.
9077
b2875cc0
AC
90782002-03-23 Andrew Cagney <ac131313@redhat.com>
9079
9080 * cli/cli-decode.c: Include "gdb_assert.h".
9081 (add_set_or_show_cmd): New static function.
9082 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9083 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9084 all fields, such as func, from the set command.
9085
3b45974e
AC
90862002-03-23 Andrew Cagney <ac131313@redhat.com>
9087
9088 * MAINTAINERS (sh-elf): Change warning flag to -w.
9089
823ca731
AC
90902002-03-23 Andrew Cagney <cagney@redhat.com>
9091
9092 * defs.h (error): Add printf format attribute.
9093 * thread-db.c (thread_from_lwp): Fix error format string.
9094 * stack.c (parse_frame_specification): Ditto.
9095 * cli/cli-decode.c (undef_cmd_error): Ditto.
9096 * scm-lang.c (scm_lookup_name): Ditto.
9097 * tracepoint.c (trace_error): Ditto.
9098 * remote-utils.c (usage): Ditto.
9099 * remote.c (compare_sections_command): Ditto.
9100 Fix PR gdb/328.
9101
0e101458
AC
91022002-03-22 Andrew Cagney <ac131313@redhat.com>
9103
9104 * gdbtypes.c (append_composite_type_field): New function.
9105 (init_composite_type): New function.
9106 * gdbtypes.h (append_composite_type_field): Declare.
9107 (init_composite_type): Ditto.
9108
8e0662df
EZ
91092002-03-22 Elena Zannoni <ezannoni@redhat.com>
9110
9111 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9112 function.
8e0662df
EZ
9113 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9114 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9115 structure returning convention for SYSV ABI case, but not
9116 for GNU/Linux, FreeBSD, or NetBSD.
9117
3121eff0
DJ
91182002-03-22 Daniel Jacobowitz <drow@mvista.com>
9119
9120 * symtab.h (lookup_block_symbol): Add mangled_name argument
9121 to prototype.
9122
9123 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9124 with new mangled_name argument.
9125 * linespec.c (decode_line_1): Likewise.
9126 * valops (value_of_this): Likewise.
9127 * symtab.c (lookup_transparent_type): Likewise.
9128 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9129 (lookup_symbol): If we are given a mangled name, pass it down
9130 to lookup_symbol_aux.
9131 (lookup_block_symbol): If we are given a mangled name to check
9132 against, only return symbols which match it.
9133
349b409f
CF
91342002-03-22 Christopher Faylor <cgf@redhat.com>
9135
9136 * win32-nat.c (child_create_inferior): Check for proper shell to use
9137 here, in case the user changes it on the fly.
9138 (_initialize_inftarg): Remove shell path considerations.
9139
2a873819
EZ
91402002-03-21 Elena Zannoni <ezannoni@redhat.com>
9141
9142 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9143 for gdbarch_max_register_raw_size and max_register_virtual_size.
9144 Adjust copyright year.
9145
a1b9830c
DJ
91462002-03-21 Daniel Jacobowitz <drow@mvista.com>
9147
9148 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9149 in a function to cover the entire beginning of the function
9150 as well if it does not already.
9151
8b5790f2
TR
91522002-03-21 Tom Rix <trix@redhat.com>
9153
9154 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9155 (rs6000_ptrace64): Renamed from ptrace64.
9156
bdbe5747
MH
91572002-03-20 Martin M. Hunt <hunt@redhat.com>
9158
9159 * gdbserver/remote-utils.c (remote_open): Don't call
9160 getprotobyname, we're all using TCP here so just use
9161 IPPROTO_TCP.
7e336ba1 9162 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9163
91642002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9165
bdbe5747
MH
9166 * regcache.c (_initialize_regcache): No need to call
9167 build_regcache() at this time; it gets called whenever
9168 the gdbarch changes.
9169
7781cd62
DB
91702002-03-20 David O'Brien <obrien@FreeBSD.org>
9171
9172 * sparc-nat.c: Include sys/param.h where possible.
9173
f65ca430
DJ
91742002-03-20 Daniel Jacobowitz <drow@mvista.com>
9175
9176 Fix PR gdb/422.
9177 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9178 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9179 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9180 complex types.
9181 * stabsread.c (rs6000_builtin_type): Likewise.
9182 (read_sun_floating_type): Likewise.
9183
0c867556
PS
91842002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9185
9186 * stabsread.c (read_member_functions): Remove skip code for duplicate
9187 constructor/destructor methods. Use standard parsing for these
9188 methods and just do not chain them to the list of methods after
9189 parsing.
9190
12b9c64f
AO
91912002-03-19 Alexandre Oliva <aoliva@redhat.com>
9192
9193 * coffread.c: Remove redundant static declarations. Replace
9194 occurrences of `PTR' with `void *'.
9195 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9196 * top.h (quit_cover): Likewise.
9197 * defs.h (catch_errors): Likewise.
9198
349c5d5f
AC
91992002-03-18 Andrew Cagney <ac131313@redhat.com>
9200
9201 * defs.h (XMALLOC): Define.
9202 * gdb-events.sh (XMALLOC): Delete macro.
9203 * gdb-events.c, gdb-events.h: Regenerate.
9204 * gdbarch.sh (XMALLOC): Delete macro.
9205 * gdbarch.c: Regenerate.
9206 * serial.c (XMALLOC): Delete macro.
9207 * ui-file.c (XMALLOC): Ditto.
9208 * ser-unix.h (XMALLOC): Ditto.
9209 * sh-tdep.c (XMALLOC): Ditto.
9210 * ui-out.c (XMALLOC): Ditto.
9211 * utils.c (XMALLOC): Ditto.
9212 * i386-tdep.c (XMALLOC): Ditto.
9213 * gdb-events.c (XMALLOC): Ditto.
9214 * d10v-tdep.c (XMALLOC): Ditto.
9215 * cli-out.c (XMALLOC): Ditto.
9216
9217 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9218 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9219 * ui-file.c, ui-out.c: Ditto.
9220
7d0766f3
AC
92212002-03-18 Andrew Cagney <ac131313@redhat.com>
9222
9223 * command.h (struct cmd_list_element): Add field context.
9224 (set_cmd_context, get_cmd_context): Declare.
9225 * cli/cli-decode.h: Ditto.
9226 * cli/cli-decode.c (get_cmd_context): New function.
9227 (set_cmd_context): New function.
9228 (add_cmd): Initialize context.
9229 Part of fixing PR gdb/145 and PR gdb/146.
9230
5913bcb0
AC
92312002-03-17 Andrew Cagney <ac131313@redhat.com>
9232
1868c04e
AC
9233 * cli/cli-decode.c (cmd_type): New function.
9234 * command.h (cmd_type): Declare.
9235 * infrun.c (set_schedlock_func): Call function cmd_type.
9236 * kod.c (kod_set_os): Call cmd_type.
9237 * cris-tdep.c (cris_version_update): Use function cmd_type.
9238 (cris_mode_update, cris_abi_update): Ditto.
9239
5913bcb0
AC
9240 * command.h: (execute_cmd_post_hook): Declare.
9241 (execute_cmd_pre_hook): Declare.
9242 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9243 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9244 functions. Execute pre/post hook while ensuring that afterwords
9245 hook_in is cleared.
9246 * top.c (execute_command): Use execute_cmd_post_hook, and
9247 execute_cmd_pre_hook to execute pre/post commands.
9248 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9249 hook_stop_stub.
9250 (hook_stop_stub): Call execute_cmd_pre_hook.
9251
b51450c9
AC
92522002-03-17 Andrew Cagney <ac131313@redhat.com>
9253
9254 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9255 set'' and this leads to a core dump. Move xstrdup of
9256 operating_system to after check that it is not NULL.
9257
f66c9f11
AC
92582002-03-17 Andrew Cagney <ac131313@redhat.com>
9259
8e694ecf
AC
9260 * kod.c (kod_set_os): Remove unnecessary check that
9261 ``command->type'' is set_cmd.
9262
f66c9f11
AC
9263 * valprint.c (set_input_radix): Use input_radix.
9264 (set_output_radix): Use output_radix.
9265 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9266 isn't reverted.
9267
9d01611c
AC
92682002-03-16 Andrew Cagney <ac131313@redhat.com>
9269
9270 * value.h (struct value): Delete field ``substring_addr''. Change
9271 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
9272 force_core_addr_align and force_pointer_aligh.
9273
9274 * value.h (struct value): Fix typo in above change.
9d01611c 9275
4156bb53
PS
92762002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9277
9278 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9279 to fix internal_error from ``maintenance print architecture''.
9280
0e5e3ea6
PS
92812002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9282
9283 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9284 for gcc versions after gcc-2.8.1.
9285
9b013045
PS
92862002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9287
9288 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9289 for method resolution. Restore adjustment of ``this'' pointer after
9290 calling value_struct_elt, which was accidentally removed during the
9291 HP merge.
9292
376c9600
AC
92932002-03-15 Andrew Cagney <ac131313@redhat.com>
9294
9295 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9296 value_of_register.
9297 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9298 get_saved_register.
9299 * value.h (value_of_register): Update.
9300
a4db0f07
RH
93012002-03-14 Richard Henderson <rth@redhat.com>
9302
9303 * configure.in: Detect declaration for canonicalize_file_name.
9304 * utils.c (canonicalize_file_name): Declare, if needed.
9305 (gdb_realpath): Prefer realpath if available and usable.
9306 * config.in, configure: Rebuild.
9307
96383835
RH
93082002-03-14 Richard Henderson <rth@redhat.com>
9309
9310 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9311 a constant array bound.
9312
9313 * MAINTAINERS: Add myself to write-after-approval.
9314
75245b24
MS
93152002-03-14 Michael Snyder <msnyder@redhat.com>
9316
9317 * symfile.c (syms_from_objfile): Return immediately if no syms.
9318 (symbol_file_add): Return immediately if no syms.
9319 (find_sym_fns): Return immediately if no syms.
9320
e641a1ca
ML
93212002-03-13 Michal Ludvig <mludvig@suse.cz>
9322
9323 * gdbserver/remote-util.c (remote_open): Print remote-side's
9324 IP address when remote debugging over the network.
7e336ba1 9325
df08bfec
DB
93262002-03-12 David O'Brien <obrien@FreeBSD.org>
9327
9328 * config/sparc/fbsd.mh: Fix copyright.
9329 * config/sparc/fbsd.mt: Likewise.
9330
9a57864f
RE
93312002-03-11 Richard Earnshaw <rearnsha@arm.com>
9332
9333 * MAINTAINERS: Fix typo in name of gdb warnings option.
9334 (x86-64): Fix formating so that this can be parsed by awk.
9335
dd7bf85e
DJ
93362002-03-10 Daniel Jacobowitz <drow@mvista.com>
9337
9338 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9339 * defs.h: Include "gdb/signals.h".
9340 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9341
33a0a2ac
ML
93422002-03-10 Michal Ludvig <mludvig@suse.cz>
9343
9344 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 9345 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
9346 from x86-64-tdep.h
9347
dd824b04
DJ
93482002-03-10 Daniel Jacobowitz <drow@mvista.com>
9349 Don Howard <dhoward@redhat.com>
9350
9351 * mips-tdep.c (ST0_FR): Define.
9352 (mips2_fp_compat): New function, temporarily disabled.
9353 (mips_read_fp_register_single): New function.
9354 (mips_read_fp_register_double): New function.
9355 (mips_print_register): Use them.
9356 (do_fp_register_row): Likewise.
9357
6a41ff59
AC
93582002-03-09 Andrew Cagney <ac131313@redhat.com>
9359
9360 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9361 approval''.
9362
4ea09c10
PS
93632002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9364
9365 * stabsread.c (read_member_functions): Fix is_stub test for
9366 static member functions, improve comment.
9367
6ccc741d
RE
93682002-03-07 Richard Earnshaw <rearnsha@arm.com>
9369
9370 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9371 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9372 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9373 commands that set boolean values.
9374 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9375 (arm_rdi_resume): Always initialize PC.
9376 (arm_rdi_open): Don't use rslt as a boolean.
9377 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9378 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9379 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9380 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9381
438013df
AO
93822002-03-06 Alexandre Oliva <aoliva@redhat.com>
9383
9384 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9385 * configure: Rebuilt.
9386
70ed8774
SC
93872002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9388
9389 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9390 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9391
5ba2abeb
AC
93922002-03-06 Andrew Cagney <ac131313@redhat.com>
9393
9394 * cli/cli-decode.c (set_cmd_completer): New function.
9395 * command.h (set_cmd_completer): Declare.
9396 * cli/cli-decode.h (set_cmd_completer): Ditto.
9397
9398 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9399 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9400 * win32-nat.c (_initialize_inftarg): Ditto.
9401 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9402 * proc-api.c (_initialize_proc_api): Ditto.
9403 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9404 * source.c (_initialize_source): Ditto.
9405 * exec.c (_initialize_exec): Ditto.
9406 * solib.c (_initialize_solib): Ditto.
9407 * top.c (init_main): Ditto.
9408 * tracepoint.c (_initialize_tracepoint): Ditto.
9409 * symfile.c (_initialize_symfile): Ditto.
9410 * printcmd.c (_initialize_printcmd): Ditto.
9411 * infcmd.c (_initialize_infcmd): Ditto.
9412 * corefile.c (_initialize_core): Ditto.
9413
f779ca99
AC
94142002-03-05 Andrew Cagney <ac131313@redhat.com>
9415
9416 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9417
01a3934b
AC
94182002-03-05 Andrew Cagney <ac131313@redhat.com>
9419
9420 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9421
37057839
AC
94222002-03-05 Andrew Cagney <ac131313@redhat.com>
9423
9424 * NEWS: Update headings, 5.2 has branched.
9425
c6ecbae5
DJ
94262002-03-04 Daniel Jacobowitz <drow@mvista.com>
9427
9428 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9429 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9430 (register_addr, REGISTER_RAW_SIZE): Likewise.
9431 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9432 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9433
e9f30c21
ML
94342002-03-03 Michal Ludvig <mludvig@suse.cz>
9435
9436 * MAINTAINERS (x86-64): Add myself.
9437 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9438 changed value_ptr -> struct value *
9439
54394ac3
DB
94402002-03-01 David O'Brien <obrien@FreeBSD.org>
9441
9442 * configure.host (sparc64-*-freebsd): Add.
9443 * configure.tgt: Likewise.
9444 * config/sparc/fbsd.mh: New file.
9445 * config/sparc/fbsd.mt: Likewise.
9446 * config/sparc/nm-fbsd.h: Likewise.
9447 * config/sparc/tm-fbsd.h: Likewise.
9448
bfe95955
DJ
94492002-03-01 Daniel Jacobowitz <drow@mvista.com>
9450
9451 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9452 regformats/reg-s390x.dat.
9453
f33c6cbf
AC
94542002-03-01 Andrew Cagney <ac131313@redhat.com>
9455
9456 * utils.c: Add FIXME explaining true/false problem.
9457
5ecaa7dd
AC
94582002-02-28 Andrew Cagney <ac131313@redhat.com>
9459
9460 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9461
2a251cc2
MC
94622002-02-28 Michael Chastain <mec@shout.net>
9463
9464 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9465
6a8031a3 94662002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
9467
9468 * gdbserver/linux-s390-low.c: New file.
9469 * regformats/reg-s390.dat: New file.
9470 * regformats/reg-s390x.dat: New file.
9471 * gdbserver/configure.srv: Add S/390.
9472 * gdbserver/Makefile.in: Add S/390.
9473 * configure.tgt: Enable gdbserver for S/390.
9474
ac469903
EZ
94752002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9476
9477 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9478 first line of the doc string for "info dos", except at the end of
9479 the sentence, since the short help stops at the first period.
9480
985cb1a3
JM
94812002-02-28 Jason Merrill <jason@redhat.com>
9482
9483 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9484
c570663e
FF
94852002-02-27 Fred Fish <fnf@redhat.com>
9486
9487 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9488 comment (dumy -> dummy).
9489
43630227
PS
94902002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9491
9492 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9493
b84911e8
RB
94942002-02-27 Rodney Brown <rbrown64@csc.com.au>
9495
9496 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9497
58caa3dc
DJ
94982002-02-27 Daniel Jacobowitz <drow@mvista.com>
9499
9500 * gdbserver/acconfig.h: New file.
9501 * gdbserver/i387-fp.c: New file.
9502 * gdbserver/i387-fp.h: New file.
9503 * gdbserver/linux-x86-64.c: New file.
9504 * regformats/reg-x86-64.dat: New file.
9505 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9506 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9507 * gdbserver/configure.in: Add support for regsets.
9508 * gdbserver/config.in: Regenerate.
9509 * gdbserver/configure: Regenerate.
9510 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9511 * gdbserver/linux-low.h: New file.
9512 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9513 for regsets.
9514 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9515 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9516 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9517 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9518 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9519 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9520 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9521 "i387-fp.h". Add PTRACE_GETREGS and friends.
9522 * gdbserver/regcache.c (supply_register): New function.
9523 (supply_register_by_name): New function.
9524 (collect_register): New function.
9525 (collect_register_by_name): New function.
9526
93652174
DJ
95272002-02-27 Daniel Jacobowitz <drow@mvista.com>
9528
9529 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9530 (config.status): Add configure.srv dependency.
9531 (server_h): Add config.h dependency.
9532
a02e4a61
DJ
95332002-02-27 Daniel Jacobowitz <drow@mvista.com>
9534
9535 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9536 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9537 * gdbserver/configure.srv: Change i386-*-linux* to use
9538 reg-i386-linux.o.
9539
ce0eebec
AC
95402002-02-26 Andrew Cagney <ac131313@redhat.com>
9541
9542 * x86-64-tdep.c: Re-indent. Update copyright date.
9543
82dbc5f7
AC
95442002-02-26 Andrew Cagney <ac131313@redhat.com>
9545
9546 From Michal Ludvig <mludvig@suse.cz>:
9547 * x86-64-tdep.c (value.h): Delete.
9548 (gdb_assert.h): Include.
9549 (x86_64_register_convert_to_virtual,
9550 x86_64_register_convert_to_raw ): Add check which lets only
9551 floating-point values to be converted.
9552 (value_push): Delete.
9553 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9554 (i386_gdbarch_init): Number of register_bytes fixed.
9555
e4621584
AC
95562002-02-26 Andrew Cagney <ac131313@redhat.com>
9557
9558 * MAINTAINERS: Add x86-64 target.
9559
81a9a963
AC
95602002-02-26 Andrew Cagney <ac131313@redhat.com>
9561
9562 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9563 * osfsolib.c (solib_map_sections): Ditto.
9564 * irix5-nat.c (solib_map_sections): Ditto.
9565 * corelow.c (gdb_check_format): Ditto.
9566 * symfile.c (symfile_bfd_open): Ditto.
9567 * solib.c (solib_map_sections): Ditto.
9568 Fix PR gdb/354.
7e336ba1 9569
0f017ab9
AC
95702002-02-26 Andrew Cagney <ac131313@redhat.com>
9571
9572 * remote.c (_initialize_remote): By default, disable ``e'' and
9573 ``E'' step out-of-range packets.
9574
75738c29
AS
95752002-02-26 Andreas Schwab <schwab@suse.de>
9576
9577 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9578 m68k_linux_frame_saved_pc.
9579 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9580 in_sigtramp.
9581 (SIGCONTEXT_PC_OFFSET): Remove.
9582 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9583 m68k_linux_sigtramp_saved_pc): New functions.
9584 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9585 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9586 (UCONTEXT_PC_OFFSET): Define.
9587 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9588 non-RT and RT signal trampolines.
9589
7e8ed687
RE
95902002-02-26 Richard Earnshaw <rearnsha@arm.com>
9591
9592 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9593 (TARGET_NBPG, STACK_END_ADDR): Delete
9594 (VARIABLES_INSIDE_BLOCK): Delete.
9595
6972bc8b
AC
95962002-02-25 Andrew Cagney <ac131313@redhat.com>
9597
9598 * utils.c (perror_with_name): Make string parameter constant.
9599 (print_sys_errmsg): Ditto.
9600 (query): Ditto.
9601 * defs.h (perror_with_name): Update.
9602 (print_sys_errmsg): Update.
9603 (query): Update.
9604
aa32f823
DJ
96052002-02-25 Daniel Jacobowitz <drow@mvista.com>
9606
9607 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9608 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9609
19caaa45
PS
96102002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9611
9612 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9613 if it already matches the current architecture from the exec file.
9614 Include arch-utils.h for gdbarch_info_init prototype.
9615 * Makefile.in (rs6000-nat.o): Update dependencies.
9616
d951901f
EZ
96172002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9618
9619 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9620 list of exported variables.
9621
7ea81414
DJ
96222002-02-24 Daniel Jacobowitz <drow@mvista.com>
9623
9624 * gdbserver/configure.srv: New file.
9625 * gdbserver/configure.in: Use configure.srv instead
9626 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9627 from it.
9628 * gdbserver/configure: Regenerated.
9629 * gdbserver/terminal.h: New file.
9630 * gdbserver/Makefile.in: Update for configure changes. Remove
9631 more unneeded include paths.
9632
080fe24b
AC
96332002-02-24 Andrew Cagney <ac131313@redhat.com>
9634
9635 From wiz at danbala:
9636 * config/sparc/tm-sp64.h: Fix grammar and typos.
9637 Fix PR gdb/287.
9638
8605d56e
AC
96392002-02-24 Andrew Cagney <ac131313@redhat.com>
9640
9641 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9642 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9643 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9644 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9645 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9646 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9647 * s390-tdep.c: Ditto.
92362027
AC
9648 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9649 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9650 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9651 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9652 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9653 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9654 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9655 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9656 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9657 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9658 Fix PR gdb/378.
7e336ba1 9659
8ed32cc0
AC
96602002-02-23 Andrew Cagney <ac131313@redhat.com>
9661
a3007b6f
AC
9662 * lin-thread.c: Delete file.
9663 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9664 to gdb_proc_service.h.
9665 * configure: Re-generate.
9666
50a9e2f1
AC
9667 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9668 * serial.c (serial_open): Delete check for "ocd".
9669 Fix PR gdb/349.
9670
8b6e7932
AC
9671 * Makefile.in (linux-thread.o): Delete target.
9672 * linux-thread.c: Delete file.
9673
d155c46b
AC
9674 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9675 renamed SH files to be consistent.
9676
8ed32cc0
AC
9677 * symtab.c (sort_search_symbols): Use xfree.
9678
0e18d038
RE
96792002-02-23 Richard Earnshaw <rearnsha@arm.com>
9680
9681 * arm-linux-tdep.c (arm_linux_init_abi): Register
9682 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9683 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9684 definition with undef, since we don't want the sysvr4 definition.
9685 (SKIP_TRAMPOLINE_CODE): Likewise.
9686
27aac7ff
AC
96872002-02-23 Andrew Cagney <ac131313@redhat.com>
9688
9689 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9690
9691 * configure.in: (AC_CHECK_FUNCS) Added test for
9692 canonicalize_file_name Regenerated.
9693 * config.in, configure: Regenerated.
9694 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9695 defined use canonicalize_file_name.
7e336ba1 9696
65a6e0ee
MC
96972002-02-23 Michael Chastain <mec@shout.net>
9698
9699 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9700
47b95330
AC
97012002-02-23 Andrew Cagney <ac131313@redhat.com>
9702
9703 * README: Remove references to cygnus.com.
9704 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9705 dot com'' form. Remove references to cygnus.com and sourceware.
9706
696f451b
AC
97072002-02-23 Andrew Cagney <ac131313@redhat.com>
9708
9709 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9710 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9711 1003.1-2001 no longer allows "head -1".
9712 * gdb/Makefile.in (version.c): Likewise.
9713 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9714 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9715 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9716
bbaca940
AC
97172002-02-23 Andrew Cagney <ac131313@redhat.com>
9718
9719 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9720 * command.h (cmd_cfunc_eq): Declare.
9721 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9722
9723 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9724 ``struct cmd_list_element *''.
9725 * cli/cli-cmds.c (is_complete_command): Update. Use
9726 cmd_cfunc_eq.
9727 * top.c (execute_command): Pass the command to
9728 is_complete_command.
9729 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9730
b8b8b047
AC
97312002-02-23 Andrew Cagney <ac131313@redhat.com>
9732
9733 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9734 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9735 architecture defines.
9736 * s390-tdep.c (s390_gdbarch_init): Likewise.
9737
19d3fc80
RE
97382002-02-23 Richard Earnshaw <rearnsha@arm.com>
9739
9740 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9741 (arm_linux_push_arguments): Likewise.
9742 (arm_linux_init_abi): Register them. Also register linux-specific
9743 call_dummy_words.
9744 (find_minsym_and_objfile): Use strcmp, not STREQ.
9745 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9746 (arm_linux_call_dummy_words): Delete declaration.
9747 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9748 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9749 declarations.
9750 (LOWEST_PC): Delete.
9751
3ab13650
PS
97522002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9753
9754 * maint.c (print_section_info): Do not prepend `0x' to filepos
9755 output, it will be handled by local_hex_string_custom.
9756
19d3fc80 97572002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9758
9759 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9760 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9761 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9762
d85a5daf
JB
97632002-02-22 Jim Blandy <jimb@redhat.com>
9764
9765 Indicate that the bcache functions don't change the strings
9766 they're passed.
9767 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9768 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9769
eeb25b8a
PM
97702002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9771
9772 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9773
6badb179
CF
97742002-02-21 Christopher Faylor <cgf@redhat.com>
9775
9776 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9777 find the complete path to a loaded DLL.
9778
e8717518
FF
97792002-02-21 Fred Fish <fnf@redhat.com>
9780
9781 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9782 that marks the end of the range of a function, enter a line number
9783 entry that has a line number of zero and a PC offset that matches
9784 the end of the function. This starts a range of PC's for which no
9785 line number information is known.
9786 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9787 PC's for which no line number info is found (line number is zero)
9788 then we didn't find any valid line information.
9789 * symtab.h: Document use of zero line number entry.
9790
9abe5450
EZ
97912002-02-21 Elena Zannoni <ezannoni@redhat.com>
9792
9793 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9794 (have_ptrace_getvrregs): Define for run time checks.
9795 (gdb_vrregset_t): New type for Altivec register handling.
9796 (fetch_register, store_register): Fetch/store altivec register
9797 when needed.
9798 (fetch_altivec_register, store_altivec_register): New functions.
9799 (supply_vrregset, fill_vrregset): New functions.
9800 (fetch_altivec_registers, store_altivec_registers): New functions.
9801 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9802 registers as well.
9803
aaa38bb5
AJ
98042002-02-21 Jiri Smid <smid@suse.cz>
9805
9806 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9807
b34db576
RE
98082002-02-21 Richard Earnshaw <rearnsha@arm.com>
9809
9810 * Makefile.in (armnbsd-nat.o): Update dependencies.
9811 * armnbsd-nat.c (supply_gregset): New function. Common code to
9812 supply the integer register set.
9813 (supply_fparegset): New function. Similar for FPA registers.
9814 (fetch_regs, fetch_fp_regs): Use them.
9815 (fetch_core_registers): Likewise.
9816 (fetch_elfcore_registers): New function.
9817 (arm_netbsd_elfcore_fns): New core-file type specification.
9818 (_initialize_arm_netbsd_nat): Register it.
9819
3e56fc4b
RE
98202002-02-21 Richard Earnshaw <rearnsha@arm.com>
9821
9822 * armnbsd-nat.c: Include gdbcore.h.
9823 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9824 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9825 'void' to declaration, to shut up ARI.
9826 (fetch_core_registers): Make static. Rewrite using supply_register.
9827 (arm_netbsd_core_fns): New core-file type specification.
9828 (_initialize_arm_netbsd_nat): New function.
9829
097f6b0b
CF
98302002-02-21 Christopher Faylor <cgf@redhat.com>
9831
9832 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9833 value.
9834
c914e0cc
CF
98352002-02-20 Christopher Faylor <cgf@redhat.com>
9836
9837 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9838 fails.
9839
385fa495
DJ
98402002-02-20 Daniel Jacobowitz <drow@mvista.com>
9841
9842 * jv-exp.y (parse_number): Change type of implicit longs
9843 to builtin_type_uint64.
9844
e5f1222d
DJ
98452002-02-20 Daniel Jacobowitz <drow@mvista.com>
9846
9847 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9848 to be an integer instead of a `union wait'.
9849
75c9abc6
DJ
98502002-02-20 Daniel Jacobowitz <drow@mvista.com>
9851
9852 * mips-linux-nat.c: Call the operating system GNU/Linux.
9853 * mips-linux-tdep.c: Likewise.
9854 * mips-tdep.c: Likewise.
9855
551792a5
DJ
98562002-02-20 Daniel Jacobowitz <drow@mvista.com>
9857
9858 Fix PR gdb/265.
9859 * jv-exp.y (parse_number): Handle 64-bit integers.
9860
ee6e2b82
DJ
98612002-02-20 Daniel Jacobowitz <drow@mvista.com>
9862
9863 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9864 AC_STDC_HEADERS to AC_HEADER_STDC.
9865 * gdbserver/configure: Regenerated.
9866
a48442a0
RE
98672002-02-20 Richard Earnshaw <rearnsha@arm.com>
9868
9869 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9870 is defined.
9871 * sparc-tdep.c (get_longjmp_target): Likewise.
9872
fe419ffc
RE
98732002-02-20 Richard Earnshaw <rearnsha@arm.com>
9874
9875 * News: Add news about ARM and Multi-arch. Mention the new target
9876 arm*-*-netbsd*.
9877
5832ed7e
JB
98782002-02-19 Jim Blandy <jimb@redhat.com>
9879
9880 * stabsread.c (error_type_complaint): Improve error message.
9881
84563040
DJ
98822002-02-19 Daniel Jacobowitz <drow@mvista.com>
9883
9884 * gdbserver/README: Update documentation.
9885 * gdbserver/configure.in: Update configury to match documentation.
9886 * gdbserver/Makefile.in: Likewise.
9887 * gdbserver/configure: Regenerated.
9888 * gdbserver/aclocal.m4: New file, generated by aclocal.
9889 * gdbserver/config.in: New file, generated by autoheader.
9890
375fd65b
RE
98912002-02-19 Richard Earnshaw <rearnsha@arm.com>
9892
9893 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
9894 armnbsd-nat.c.
9895
08216dd7
RE
98962002-02-19 Richard Earnshaw <rearnsha@arm.com>
9897
9898 * arm-tdep.h (enum arm_float_model): New enum.
9899 (struct gdbarch_tdep): Add fp_model.
9900 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
9901 up floating-point conversions until we know the floating-point model
9902 in use by the inferior. Don't complain about being unable to
9903 determine the ABI of the inferior when we don't have one.
9904 (arm_extract_return_value): Support different floating-point models.
9905 (arm_store_return_value): Likewise.
aaa38bb5 9906 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
9907 ARM_FLOAT_SOFT.
9908 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
9909
65d6d66a
PS
99102002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9911
9912 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
9913 of ``current_gdbarch''.
9914
47221191
RE
99152002-02-19 Richard Earnshaw <rearnsha@arm.com>
9916
9917 * armnbsd-nat.c : ANSIfy all function declarations.
9918 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
9919 (fetch_inferior_registers): Re-implement in terms of above.
9920 (store_register, store_regs, store_fp_register, store_fp_regs): New.
9921 (store_inferior_registers): Re-implement in terms of above.
9922
fdf39c9a
RE
99232002-02-19 Richard Earnshaw <rearnsha@arm.com>
9924
aaa38bb5 9925 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
9926 kernel.
9927 * arm-linux-tdep.c: Likewise.
9928 * config/arm/tm-linux.h: Likewise.
9929
93247f88
RE
99302002-02-19 Richard Earnshaw <rearnsha@arm.com>
9931
9932 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
9933 * config/arm/nbsd.mt (TM_FILE): Delete.
9934 * config/arm/tm-nbsd.h: Delete.
9935
d7b486e7
RE
99362002-02-19 Richard Earnshaw <rearnsha@arm.com>
9937
9938 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
9939 Initialize CALL_DUMMY_LENGTH.
9940
41d39a95
RE
99412002-02-19 Richard Earnshaw <rearnsha@arm.com>
9942
9943 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9944 function.
9945 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 9946 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
9947 defines one thing and that is incorrect for this port.
9948 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
9949
e1195560
PM
99502002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9951
9952 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
9953
c1748f97
PM
99542002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9955
9956 * win32-nat.c (display_selector): New function. Displays information
9957 about the information returned by GetThreadSelectorEntry API function.
9958 (display_selectors): New function. Displays the infomation of
9959 the selector given as argument, or of CS, DS ans FS selectors
9960 if no argument is given.
9961 ( _initialize_inftarg): Add "w32" as info prefix command.
9962 Add "info w32 selector" as command calling display_selectors.
9963
e41e6bbf
PM
99642002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
9965
9966 * i386-tdep.c (get_longjmp_target): Fix compilation failure
9967 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
9968 if not defined.
9969
0d3a9f48
RE
99702002-02-18 Richard Earnshaw <rearnsha@arm.com>
9971
9972 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
9973
3fb4b924
RE
99742002-02-18 Richard Earnshaw <rearnsha@arm.com>
9975
9976 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
9977 (arm_fix_call_dummy): Call it.
9978 (arm_call_dummy_breakpoint_offset): Delete.
9979 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
9980 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9981
7f55af32
AC
99822002-02-18 Andrew Cagney <ac131313@redhat.com>
9983
9984 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
9985 Default to func_frame_chain_valid.
9986 * gdbarch.h, gdbarch.c: Re-generate.
9987 * frame.h (FRAME_CHAIN_VALID): Delete definition.
9988
05f13b9c
EZ
99892002-02-18 Elena Zannoni <ezannoni@redhat.com>
9990
9991 * ppc-linux-nat.c: Update copyright.
9992 (fetch_register, store_register): Add tid parameter, don't compute
9993 tid here.
9994 (fetch_ppc_registers, store_ppc_registers): Add tid
9995 parameter. Pass it along to callees.
9996 (fetch_inferior_registers, store_inferior_registers): Compute tid
9997 here, and pass it to calleed functions.
9998 (fill_gregset, supply_fpregset): Clean up formatting.
9999
d7afb4c9
RE
100002002-02-18 Richard Earnshaw <rearnsha@arm.com>
10001
10002 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10003 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10004
9df628e0
RE
100052002-02-18 Richard Earnshaw <rearnsha@arm.com>
10006
10007 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10008 * gdbarch.c gdbarch.h: Regenerate.
10009 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10010 function.
10011 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10012 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10013 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10014
10015 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10016 * arm-tdep.c (arm_get_longjmp_target): New function.
10017 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10018 this to a positive value register arm_get_longjmp_target as the
10019 longjmp handler.
10020 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10021 (arm_linux_init_abi): Set up longjmp description in tdep.
10022 * armnbsd-nat.c (get_longjmp_target): Delete.
10023 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10024 description in tdep.
10025 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10026 (get_longjmp_target): Delete declaration.
10027 (GET_LONGJMP_TARGET): Delete.
10028 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10029 (GET_LONGJMP_TARGET): Delete.
10030
57bc8964
KB
100312002-02-17 Kevin Buettner <kevinb@redhat.com>
10032
10033 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10034 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10035 of ``current_gdbarch''.
10036
83d31a92
TT
100372002-02-17 Tom Tromey <tromey@redhat.com>
10038
10039 * cli/cli-cmds.c (compare_strings): New function.
10040 (complete_command): Only print each unique item once.
10041 * completer.h (complete_line): Declare.
10042 * completer.c (complete_line): New function.
10043 (line_completion_function): Use it.
10044
17ef5d92
AC
100452002-02-16 Andrew Cagney <ac131313@redhat.com>
10046
10047 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10048 * gdbarch.h, gdbarch.c: Re-generate.
10049
491b8946
DJ
100502002-02-16 Daniel Jacobowitz <drow@mvista.com>
10051
10052 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10053
100542002-02-16 Daniel Jacobowitz <drow@mvista.com>
10055
10056 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10057 * valops.c (value_arg_coerce): Don't take the address of a reference
10058 to convert an argument to a reference.
10059
dfe7f3ac
CF
100602002-02-15 Christopher Faylor <cgf@redhat.com>
10061
10062 * win32-nat.c (get_image_name): New function.
10063 (handle_load_dll): Use get_image_name function.
10064 (get_child_debug_event): Avoid registering debug events until possibly
10065 execed process is started.
10066 (child_create_inferior): Allow invocation via shell so that command
10067 line redirection, etc. works ok.
10068 (_initialize_inftarg): Add new command: "set shell" to control whether
10069 a shell is used to start a process.
10070
1d33e73a
DJ
100712002-02-15 Daniel Jacobowitz <drow@mvista.com>
10072
10073 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10074 instead of find_register_by_number.
10075 (cannot_store_register): Likewise.
10076
48cd0caa
PM
100772002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10078
aaa38bb5 10079 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10080 fprintf_unfiltered (gdb_stderr, ...).
10081
8656e7d8
DJ
100822002-02-15 Daniel Jacobowitz <drow@mvista.com>
10083
10084 * gdbserver/gdbserver.1: Document --attach.
10085
66e810cd
RE
100862002-02-15 Richard Earnshaw <rearnsha@arm.com>
10087
10088 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10089 descriptions.
10090 * arm-tdep.c (arm_default_arm_le_breakpoint)
10091 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10092 (arm_default_thumb_be_breakpoint): New. Initialize them from
10093 traditional breakpoint defines.
10094 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10095 (arm_gdbarch_init): Initialize new breakpoint variables.
10096 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10097 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10098 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10099 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10100 code out to ...
10101 (arm_netbsd_init_abi_common): ... here; new function.
10102 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10103 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10104 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10105 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10106
97e03143
RE
101072002-02-15 Richard Earnshaw <rearnsha@arm.com>
10108
10109 * arm-tdep.h (enum arm_abi): New enum.
10110 (struct gdbarch_tdep): New structure.
10111 (LOWEST_PC): Provide a default.
10112 (arm_gdbarch_register_os_abi): Declare new function.
10113 * arm-tdep.c (arm_abi_names): New array.
10114 (process_note_abi_tag_sections): New function.
10115 (get_elfosabi): New function.
10116 (arm_gdbarch_register_os_abi): New function.
10117 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10118 support for that ABI has been built in, then call the appropriate
10119 configuration routine. Use gdbarch_num_regs() to get the number
10120 of registers.
10121 (arm_dump_tdep): New function.
10122 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10123 place-holder functions.
10124 (_initialize_arm_tdep): Register them.
10125 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10126
10127 * armnbsd-tdep.c: New file.
10128 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10129 * config/arm/nbsd.mt (TDEPFILES): Add it.
10130 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10131
10132 * armnbsd-nat.c: Include regcache.h.
10133 * Makefile.in (armnbsd-nat.o): Update dependency list.
10134
10135 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10136
ad68be46
DJ
101372002-02-14 Daniel Jacobowitz <drow@mvista.com>
10138
10139 * gdbserver/Makefile.in: Fix typos in target rules.
10140
003d6d1d
DJ
101412002-02-14 Daniel Jacobowitz <drow@mvista.com>
10142
aaa38bb5 10143 Fix part of PR gdb/267.
003d6d1d
DJ
10144 * linespec.c (find_methods): Handle constructors specially for now.
10145
6b230f1b
CV
101462002-02-14 Corinna Vinschen <vinschen@redhat.com>
10147
10148 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10149 handling.
10150 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10151 standard_coerce_float_to_double().
10152
1ea98d12
CF
101532002-02-14 Christopher Faylor <cgf@redhat.com>
10154
10155 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10156 GDBINIT_FILENAME.
10157
dd47e6fd
EZ
101582002-02-14 Elena Zannoni <ezannoni@redhat.com>
10159
10160 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10161 find_variant_by_name, because it confuses the multiarch
10162 framework. Return NULL if there isn't an architecture with the
10163 user supplied name, instead of forcing a different one without
10164 recording the change with the multiarch machinery.
10165 (find_variant_by_name): Delete.
10166
d7e39b9e
PS
101672002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10168
10169 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10170 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10171
76e42a4f
MH
101722002-02-13 Martin M. Hunt <hunt@redhat.com>
10173
aaa38bb5 10174 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10175 print_frame_info_listing_hook, set current_source_symtab.
10176
0a30fbc4
DJ
101772002-02-14 Daniel Jacobowitz <drow@mvista.com>
10178
10179 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10180 and remove unused $(INCLUDE_DIR).
10181 Add regcache.c to OBS.
10182 Add generated register protocol files to clean target.
10183 Update dependencies for new objects, obsolete old target code.
10184
10185 * gdbserver/linux-low.c: Remove all platform-specific code to
10186 new files. Remove various dead code. Update to use regcache
10187 functionality.
10188 * gdbserver/remote-utils.c (fromhex): Add return statement
10189 to quiet warning.
10190 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10191 constant.
10192 (input_interrupt): Add integer parameter to match prototype
10193 of a signal handler.
10194 (outreg): Use register_data ().
10195 (prepare_resume_reply): Use gdbserver_expedite_regs.
10196 * gdbserver/server.c (main): Dynamically allocate own_buf because
10197 PBUFSIZ is no longer constant. Use registers_to_string () and
10198 registers_from_string ().
10199 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10200 for error (), fatal (), and warning (). Update definition of
10201 PBUFSIZ to use regcache functionality. Add include guard.
10202 * gdbserver/utils.c (fatal): Add missing ``const''.
10203 (warning): New function.
10204
10205 * regformats/regdat.sh: Include "regcache.h" in generated files.
10206 Provide init_registers () function.
10207 * regformats/regdef.h: Add prototype for set_register_cache ().
10208 Add include guard.
10209
10210 * gdbserver/linux-arm-low.c: New file.
10211 * gdbserver/linux-i386-low.c: New file.
10212 * gdbserver/linux-ia64-low.c: New file.
10213 * gdbserver/linux-m68k-low.c: New file.
10214 * gdbserver/linux-mips-low.c: New file.
10215 * gdbserver/linux-ppc-low.c: New file.
10216 * gdbserver/linux-sh-low.c: New file.
10217
10218 * gdbserver/regcache.c: New file.
10219 * gdbserver/regcache.h: New file.
10220
10221 * gdbserver/low-linux.c: Removed obsolete file.
10222
4cc841d0
DJ
102232002-02-14 Daniel Jacobowitz <drow@mvista.com>
10224
10225 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10226 * config/i386/linux.mt: Likewise.
10227 * config/ia64/linux.mt: Likewise.
10228 * config/m68k/linux.mh: Likewise.
10229 * config/powerpc/linux.mh: Likewise.
10230 * config/mips/linux.mt: Likewise.
10231
10232 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10233
10234 * config/i386/i386lynx.mh: Mark gdbserver variables
10235 as (currently) obsolete for this target.
10236 * config/i386/nbsd.mt: Likewise.
10237 * config/i386/nbsdelf.mt: Likewise.
10238 * config/m32r/m32r.mt: Likewise.
10239 * config/m68k/m68klynx.mh: Likewise.
10240 * config/m68k/nbsd.mt: Likewise.
10241 * config/m68k/sun3os4.mh: Likewise.
10242 * config/mips/vr5000.mt: Likewise.
10243 * config/ns32k/nbsd.mt: Likewise.
10244 * config/pa/hppabsd.mh: Likewise.
10245 * config/pa/hppaosf.mh: Likewise.
10246 * config/powerpc/nbsd.mt: Likewise.
10247 * config/rs6000/rs6000lynx.mh: Likewise.
10248 * config/s390/s390.mt: Likewise.
10249 * config/s390/s390x.mt: Likewise.
10250 * config/sparc/sparclynx.mh: Likewise.
10251 * config/sparc/sun4os4.mh: Likewise.
10252 * config/i386/x86-64linux.mt: Likewise.
10253 * config/sparc/linux.mh: Likewise.
10254
a85f51e7
DJ
102552002-02-14 Daniel Jacobowitz <drow@mvista.com>
10256
10257 * configure.tgt: Configure gdbserver only for known working
10258 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10259 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10260 SUBDIRS if it is configured. Update comment for ${nativefile}.
10261 * configure: Regenerated.
10262
65554fef
MS
102632002-02-13 Michael Snyder <msnyder@redhat.com>
10264
670a52db
MS
10265 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10266
6dbdc4a3
MS
10267 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10268 (default_gcore_mach): Just return 0, work around a problem in bfd.
10269 (default_gcore_target): OK to return NULL if exec_bfd is null.
10270 (make_mem_sec): Use a cast, avoid a warning.
10271
10272 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 10273 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
10274 sizeof (host pointer) != sizeof (target pointer)).
10275 (procfs_make_note_section): Avoid overflow in psargs string.
10276
aaa38bb5 10277 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
10278 implementation return an error.
10279
102802002-02-13 Rodney Brown <rbrown64@csc.com.au>
10281
10282 * procfs.c (procfs_make_note_section): Provide a default definition
10283 (for alpha-dec-osf4.0f). Fix typos.
10284
1e4d76e7
EZ
102852002-02-13 Elena Zannoni <ezannoni@redhat.com>
10286
10287 * linux-proc.c: Add include of regcache.h.
10288 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10289
b6d1a1d5
AC
102902002-02-13 Andrew Cagney <ac131313@redhat.com>
10291
10292 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
10293 * memattr.c (create_mem_region): Disallow useless empty region.
10294 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 10295 non-overlapping.
b6d1a1d5 10296
6c6ea35e
MC
102972002-02-13 Michael Chastain <mec@shout.net>
10298
10299 * defs.h: Kill CONST_PTR.
10300 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10301 * c-lang.c (c_builtin_types): Likewise.
10302 * ch-lang.c (ch_builtin_types): Likewise.
10303 * f-lang.c (f_builtin_types): Likewise.
10304 * language.c (unknown_builtin_types): Likewise.
10305 * m2-lang.c (m2_builtin_types): Likewise.
10306 * p-lang.c (pascal_builtin_types): Likewise.
10307 * scm-lang.c (c_builtin_types): Likewise.
10308
3e0b0f48
KS
103092002-02-13 Keith Seitz <keiths@redhat.com>
10310
10311 * arm-tdep.h (arm_get_next_pc): Add declaration.
10312
67255d04
RE
103132002-02-13 Richard Earnshaw <rearnsha@arm.com>
10314
10315 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10316 with other related struct-returning functions.
10317 (arm_extract_struct_value_address): New function.
10318 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10319 initialize float_format, double_format and long_double_format as
10320 appropriate to the endianness of the target.
10321 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10322 (arm_use_struct_convention): Delete declaration.
10323 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10324
079777f6
KS
103252002-02-13 Keith Seitz <keiths@redhat.com>
10326
10327 * defs.h (core_addr_to_string_nz): New function.
10328
34588f23
MK
103292002-02-13 Mark Kettenis <kettenis@gnu.org>
10330
10331 Apply missing bits of 2002-01-15 patch.
10332 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10333 (fill_fpregset): Use i387_fill_fsave.
10334
49b563f9
KS
103352002-02-12 Keith Seitz <keiths@redhat.com>
10336
49b563f9
KS
10337 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10338 (core_addr_to_string_nz): New function.
10339
aeb98c60
RE
103402002-02-11 Richard Earnshaw <rearnsha@arm.com>
10341
10342 * arm-linux-nat.c: Really include arm-tdep.h.
10343 * config/arm/tm-linux.h (struct type, struct value): Declare.
10344
65554fef
MS
103452002-02-11 Michael Snyder <msnyder@redhat.com>
10346
10347 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10348 (gcore section): Ifdef for Solaris and Unixware only.
10349 (procfs_do_thread_registers): Unixware needs one lwpstatus
10350 per thread (not one prstatus or pstatus).
10351 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10352 not over all gdb threads. For unixware, call elfcore_write_pstatus
10353 once before iterating over threads.
10354
34e8f22d
RE
103552002-02-11 Richard Earnshaw <rearnsha@arm.com>
10356
10357 * arm-tdep.h: New file.
10358 * arm-tdep.c: Include arm-tdep.h.
10359 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10360 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10361 (arm_print_float_info, arm_register_type, convert_to_extended)
10362 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10363 (arm_extract_return_value, arm_register_name): Make static.
10364 (arm_software_single_step): Similarly. Fix types in declaration.
10365 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10366 (arm_store_return_value, arm_store_struct_return): New functions.
10367 (arm_gdbarch_init): Register the above functions. Also register
10368 call_dummy_start_offset, sizeof_call_dummy_words,
10369 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10370 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 10371 max_register_virtual_size, register_size. Set up
34e8f22d
RE
10372 prologue_cache.saved_regs here, rather than ...
10373 (_initialize_arm_tdep): ... here.
10374 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10375 declarations.
10376 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10377 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10378 (arm_print_float_info, arm_register_type, convert_to_extended)
10379 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10380 (arm_extract_return_value, arm_register_name): Delete declarations.
10381 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10382 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10383 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10384 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10385 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10386 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10387 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10388 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10389 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10390 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10391 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10392 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10393 interface.
10394 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10395 * remote-rdi.c remote-rdp.c: Likewise.
10396 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10397 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10398 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10399 definition.
10400
10401 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10402 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10403 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10404 from non-ARM_ prefixed definitions.
10405 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10406 all uses of above.
10407 * remote-rdi.c remote-rdp.c: Likewise.
10408 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10409
148754e5
RE
104102002-02-11 Richard Earnshaw <rearnsha@arm.com>
10411
10412 * arm-tdep.c (arm_frameless_function_invocation)
10413 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10414 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10415 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10416 (arm_pop_frame, arm_get_next_pc): Make static.
10417 (arm_gdbarch_init): Register above in gdbarch structure.
10418 (arm_read_fp): Renamed from arm_target_read_fp.
10419 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10420 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10421 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10422 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10423 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10424 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10425 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
10426 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10427 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10428 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10429 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 10430
434d2d4f
DJ
104312002-02-10 Daniel Jacobowitz <drow@mvista.com>
10432
10433 * symtab.c (compare_search_syms): New function.
10434 (sort_search_symbols): New function.
10435 (search_symbols): Sort symbols after searching rather than
10436 before.
10437
55241689
AC
104382002-02-10 Andrew Cagney <ac131313@redhat.com>
10439
10440 * NEWS: Linux -> GNU/Linux.
10441
028c194b
AC
104422002-02-10 Andrew Cagney <ac131313@redhat.com>
10443
10444 * gdbarch.sh: For for level one methods, disallow a definition
10445 when partially multi-arched. Add comments explaining rationale.
10446 * gdbarch.h: Re-generate.
10447
6acf50cd
AC
104482002-02-10 Andrew Cagney <ac131313@redhat.com>
10449
10450 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10451 multi-arch partial.
aaa38bb5 10452
50248794
AC
104532002-02-10 Andrew Cagney <ac131313@redhat.com>
10454
10455 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10456 field. Use diff -u.
10457 * gdbarch.c: Re-generate.
10458
c30e0066
AC
104592002-02-10 Andrew Cagney <ac131313@redhat.com>
10460
9b56c5f3 10461 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
10462 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10463 partial.
10464
6e6d6484
AC
104652002-02-10 Andrew Cagney <ac131313@redhat.com>
10466
10467 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10468 multi-arch partial.
10469 (PUSH_ARGUMENTS): Switch to using predefault.
10470 * gdbarch.c: Regenerate.
10471
c203844d
AC
104722002-02-10 Andrew Cagney <ac131313@redhat.com>
10473
10474 * valops.c (PUSH_ARGUMENTS): Delete definition.
10475 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10476 partial. Default to default_push_arguments.
10477 * gdbarch.h, gdbarch.c: Regenerate.
10478
b5a2688f
AC
104792002-02-09 Andrew Cagney <ac131313@redhat.com>
10480
10481 * defs.h (throw_exception): Rename return_to_top_level. Update
10482 comments.
10483 * utils.c (error_stream, internal_verror, quit): Ditto.
10484 * top.c (throw_exception, catcher): Ditto.
10485 * sparclet-rom.c (sparclet_load): Ditto.
10486 * remote.c (interrupt_query, minitelnet): Ditto.
10487 * remote-sds.c (interrupt_query): Ditto.
10488 * remote-mips.c (mips_error, mips_kill): Ditto.
10489 * ocd.c (interrupt_query): Ditto.
10490 * monitor.c (monitor_interrupt_query): Ditto.
10491 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10492 * target.h: Update comment.
aaa38bb5 10493
b5a2688f 10494 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 10495
2fa5c1e0
AC
104962002-02-09 Andrew Cagney <ac131313@redhat.com>
10497
10498 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10499 default_double_format.
10500 * gdbarch.h, gdbarch.c: Re-generate.
10501 * findvar.c (floatformat_unknown): Delete variable definition.
10502 * doublest.h (floatformat_unknown): Delete variable declaration.
10503
da966255
JB
105042002-02-09 Jim Blandy <jimb@redhat.com>
10505
10506 * stabsread.c (read_type): Add code to parse Sun's syntax for
10507 prototyped function types.
10508
123a4891
AC
105092002-02-09 Andrew Cagney <ac131313@redhat.com>
10510
10511 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10512 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10513
fb39c8f3
PS
105142002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10515
10516 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10517 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10518 now _initialize_xcoffsolib gets called again and overrides the
10519 commands from solib.c in a native configuration.
10520
0b87a11d
MK
105212002-02-09 Mark Kettenis <kettenis@gnu.org>
10522
10523 * doublest.c (store_typed_floating): Don't try to return a value.
10524 Fixes PR gdb/290.
10525
bdc2fc72
JB
105262002-02-08 Jim Blandy <jimb@redhat.com>
10527
10528 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10529 is prototyped and has no arguments, print its argument list as
10530 `(void)'.
10531
da69bbcf
CD
105322002-02-08 Chris Demetriou <cgd@broadcom.com>
10533
10534 * MAINTAINERS (write-after-approval): Add myself.
10535 (paper-trail): I've escaped!
aaa38bb5 10536
b69571f5
CF
105372002-02-08 Christopher Faylor <cgf@redhat.com>
10538
10539 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10540 changes.
10541 (_initialize_check_for_gdb_ini): Ditto.
10542
f6871398
MH
105432002-02-08 Martin M. Hunt <hunt@redhat.com>
10544
10545 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10546 xaprintf -> xasprintf.
10547
4e52d31c
PM
105482002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10549
10550 * win32-nat.c: Remove use of printf and sprintf functions.
10551
39bbf761
RE
105522002-02-08 Richard Earnshaw <rearnsha@arm.com>
10553
10554 * arm-tdep.c (arm_frame_chain_valid): Make static.
10555 (arm_push_arguments): Likewise.
10556 (arm_gdbarch_init): New function.
10557 (_initialize_arm_tdep): Call it.
10558 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10559 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10560 (FRAME_CHAIN_VALID): Delete.
10561 (arm_frame_chain_valid): Delete declaration.
10562 (PUSH_ARGUMENTS): Delete.
10563 (arm_push_arguments): Delete declaration.
10564 (CALL_DUMMY_P): Delete.
10565
9c9532c9
CV
105662002-02-08 Andrew Cagney <ac131313@redhat.com>
10567 Corinna Vinschen <vinschen@redhat.com>
10568
10569 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10570 on builtin float types.
10571
4e8f7a8b
DJ
105722002-02-08 Daniel Jacobowitz <drow@mvista.com>
10573
10574 * utils.c: Include <curses.h> before "bfd.h".
10575 * tui/tui-hooks.c: Likewise.
10576 * tui/tui.c: Likewise.
10577 * tui/tuiCommand.c: Likewise.
10578 * tui/tuiData.c: Likewise.
10579 * tui/tuiDataWin.c: Likewise.
10580 * tui/tuiDisassem.c: Likewise.
10581 * tui/tuiGeneralWin.c: Likewise.
10582 * tui/tuiIO.c: Likewise.
10583 * tui/tuiLayout.c: Likewise.
10584 * tui/tuiRegs.c: Likewise.
10585 * tui/tuiSource.c: Likewise.
10586 * tui/tuiSourceWin.c: Likewise.
10587 * tui/tuiStack.c: Likewise.
10588 * tui/tuiWin.c: Likewise.
10589
cd4bffcf
EZ
105902002-02-07 Elena Zannoni <ezannoni@redhat.com>
10591
10592 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10593 to include space for pseudoregs as well. Update loops accordingly.
10594 (sh_fp_frame_init_saved_regs): Ditto.
10595 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10596
26806ce2
AC
105972002-02-07 Andrew Cagney <ac131313@redhat.com>
10598
10599 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10600 Add Richard Earnshaw to Arm maintainers.
10601
97fdab62
AC
106022002-02-07 Andrew Cagney <ac131313@redhat.com>
10603
a6b98203
AC
10604 * defs.h (warning_begin): Delete declaration.
10605
97fdab62
AC
10606 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10607 Delete macro.
10608
78b29b40
MS
106092002-02-07 Michael Snyder <msnyder@redhat.com>
10610
aaa38bb5 10611 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10612 Logic bug, remove misplaced else.
10613
d8849953
KD
106142002-02-07 Klee Dienes <klee@apple.com>
10615
10616 * fork-inferior.c (fork_inferior): Add '!' to the list of
10617 characters that need to be quoted when building a string for the
10618 shell. Quote '!' specifically with a backslash, since CSH chokes
10619 when trying to evaluate "str!str".
aaa38bb5 10620
095778a0
NC
106212002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10622
10623 * rdi-share/host.h: Only provide a typedef for bool if it is not
10624 defined.
10625
1900040c
MS
106262002-02-04 Michael Snyder <msnyder@redhat.com>
10627
10628 * breakpoint.h (enum bptype): Add new overlay event bp type.
10629 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10630
1900040c
MS
10631 * breakpoint.c (create_internal_breakpoint): New function.
10632 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10633 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10634 (create_thread_event_breakpoint): Ditto.
10635 (create_solib_event_breakpoint): Ditto.
10636 (create_overlay_event_breakpoint): New function.
10637 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10638 (update_breakpoints_after_exec): Delete and re-initialize
10639 overlay event breakpoints after an exec. Add FIXME comment
10640 about longjmp breakpoint.
10641 (print_it_typical): Ignore overlay event breakpoints.
10642 (print_one_breakpoint): Ditto.
10643 (mention): Ditto.
10644 (bpstat_what): Do not stop for overlay event breakpoints.
10645 (delete_breakpoint): Don't delete overlay event breakpoints.
10646 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10647 (breakpoint_re_set): Re-create overlay event breakpoint.
10648
10649 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10650 (overlay_manual_command): Disable overlay breakpoints.
10651 (overlay_off_command): Disable overlay breakpoints.
10652
082fc60d
RE
106532002-02-06 Richard Earnshaw <rearnsha@arm.com>
10654
10655 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10656 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10657 to here from config/tm-arm.h.
10658 (coff_sym_is_thumb): Make static.
10659 (arm_elf_make_msymbol_special): New function.
10660 (arm_coff_make_msymbol_special): New function.
10661 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10662 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10663 (coff_sym_is_thumb): Delete declaration.
10664 (arm_elf_make_msymbol_special): Declare.
10665 (arm_coff_make_msymbol_special): Declare.
10666 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10667 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10668
039c5766
RE
106692002-02-06 Richard Earnshaw <rearnsha@arm.com>
10670
10671 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10672
106732002-02-06 Richard Earnshaw <rearnsha@arm.com>
10674
10675 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10676 * gdbarch.c gdbarch.h: Regenerate.
10677 * arch-utils.c (default_print_float_info): New function.
10678 * arch-utils.h (default_print_float_info): Prototype it.
10679 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10680 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10681 (PRINT_FLOAT_INFO): Document it.
10682
10683 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10684 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10685 (PRINT_FLOAT_INFO): Define.
10686
58fa08f0
PM
106872002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10688
aaa38bb5 10689 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10690 Add typecast to sprintf argument to suppress a warning.
10691
7393af7c
PM
106922002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10693
58fa08f0 10694 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10695 to allow easier handling of pass state.
10696 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10697 that gives exception name and address.
10698 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10699 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10700 exceptions added.
aaa38bb5
AJ
10701 (child_continue): Correctly report continue_status.
10702 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10703 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10704 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10705 the exception should be passed to debuggee or not.
10706
6af4589c
MS
107072002-02-05 Michael Snyder <msnyder@redhat.com>
10708
10709 * regcache.c (fetch_register): Call target_fetch_register
10710 only if we don't call FETCH_PSEUDO_REGISTER.
10711 (store_register): Call target_store_register only if we
10712 don't call STORE_PSEUDO_REGISTER.
10713
a2cf933a
EZ
107142002-02-05 Elena Zannoni <ezannoni@redhat.com>
10715
10716 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10717 ELF_MAKE_MSYMBOL_SPECIAL.
10718 * gdbarch.c, gdbarch.h: Regenerate.
10719 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10720 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10721 * elfread.c (elf_symtab_read): Compile use of
10722 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10723 multiarched.
10724 * coffread.c (coff_symtab_read): Ditto, for
10725 COFF_MAKE_MSYMBOL_SPECIAL.
10726
6bb7be43
JB
107272002-02-05 Jim Blandy <jimb@redhat.com>
10728
10729 * solib-svr4.c (svr4_truncate_ptr): New function.
10730 (svr4_relocate_section_addresses): Do the address arithmetic with
10731 the appropriate truncation for target addresses, even when
10732 CORE_ADDR is larger than a target address.
10733
e18651ec
DJ
107342002-02-05 Daniel Jacobowitz <drow@mvista.com>
10735
10736 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10737 to (int *).
10738
6b2725be
DJ
107392002-02-05 Daniel Jacobowitz <drow@mvista.com>
10740
10741 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10742 code.
10743
fca9e603
DJ
107442002-02-05 Daniel Jacobowitz <drow@mvista.com>
10745
10746 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10747
6c537a52
DJ
107482002-02-05 Daniel Jacobowitz <drow@mvista.com>
10749
10750 * gdbserver/linux-low.c: Remove unused include files.
10751
d844cde6
DJ
107522002-02-05 Daniel Jacobowitz <drow@mvista.com>
10753
10754 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10755 (read_inferior_memory): Use it.
10756 (write_inferior_memory): Likewise.
10757
d07c63e7
DJ
107582002-02-05 Daniel Jacobowitz <drow@mvista.com>
10759
10760 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10761 grubbing through sys_errlist.
10762
da6d8c04
DJ
107632002-02-05 Daniel Jacobowitz <drow@mvista.com>
10764
10765 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10766
5b421780
PM
107672002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10768 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10769
9f60d481
AC
107702002-02-04 Andrew Cagney <ac131313@redhat.com>
10771
10772 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10773 (do_sfunc, set_cmd_sfunc): New functions.
10774
10775 * command.h (struct cmd_list_element): Add field func.
10776 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10777 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10778 * cli/cli-decode.h: Ditto.
10779
10780 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10781 (help_all, help_cmd_list): Ditto.
10782 (find_cmd, complete_on_cmdlist): Ditto.
10783 * top.c (execute_command): Ditto.
10784
10785 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10786 function.sfunc.
10787
10788 * infcmd.c (notice_args_read): Fix function signature.
10789
10790 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10791 * cli/cli-decode.c (add_set_cmd): Ditto.
10792 * utils.c (initialize_utils): Ditto.
10793 * maint.c (_initialize_maint_cmds): Ditto.
10794 * infrun.c (_initialize_infrun): Ditto.
10795 * demangle.c (_initialize_demangler): Ditto.
10796 * remote.c (add_packet_config_cmd): Ditto.
10797 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10798 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10799 * proc-api.c (_initialize_proc_api): Ditto.
10800 * kod.c (_initialize_kod): Ditto.
10801 * valprint.c (_initialize_valprint): Ditto.
10802 * top.c (init_main): Ditto.
10803 * infcmd.c (_initialize_infcmd): Ditto.
10804 * corefile.c (_initialize_core): Ditto.
10805 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10806 * arch-utils.c (initialize_current_architecture): Ditto.
10807 (_initialize_gdbarch_utils): Ditto.
10808 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10809
10810 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10811 * wince.c (_initialize_inftarg): Ditto.
10812 * symfile.c (_initialize_symfile): Ditto.
10813 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10814 * language.c (_initialize_language): Ditto.
10815 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10816
f9ba0717
MS
108172002-02-04 Michael Snyder <msnyder@redhat.com>
10818
10819 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10820
0c74b2a7
DJ
108212002-02-04 Daniel Jacobowitz <drow@mvista.com>
10822
10823 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10824 Add rules for building the register data files.
10825
c638789f
DJ
108262002-02-04 Daniel Jacobowitz <drow@mvista.com>
10827
10828 * regformats/regdat.sh: Add braces to the definition of
10829 expedite_regs_${arch}.
10830
db253027
DJ
108312002-02-04 Daniel Jacobowitz <drow@mvista.com>
10832
10833 * regformats/regdef.h (struct reg): Add comment describing the
10834 requirements for offset and size fields.
10835
206be19c
AS
108362002-02-04 Andreas Schwab <schwab@suse.de>
10837
10838 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10839 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10840
181c1381
RE
108412002-02-04 Richard Earnshaw <rearnsha@arm.com>
10842
10843 * gdbarch.sh (copyright): Update years in generated header.
10844 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10845 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10846 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10847 * dbxread.c: Likewise.
10848 * dwarfread.c: Likewise.
10849 * elfread.c: Likewise.
10850 * somread.c: Likewise.
10851
10852 * arm-tdep.c (arm_smash_text_address): New function.
10853 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10854
fa4ba8da
PM
108552002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10856
10857 Add support for hardware watchpoints on win32 native.
aaa38bb5 10858 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10859 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10860 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10861 of debug registers.
10862 (debug_registers_changed): New variable. Reflects when debug registers
10863 are changed and need to be written to inferior.
aaa38bb5 10864 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10865 was set, used when new threads are created.
10866 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10867 i386-nat code.
10868 (thread_rec): Set dr array if id is the thread of current_event .
10869 (child_continue, child_resume): Change the debug registers for all
10870 threads if debug_registers_changed.
10871 (child_add_thread): Change the debug registers if debug_registers_used.
10872 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10873 Link nm.h to new nm-cygwin.h file.
10874 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10875 of hardware registers.
10876
a73c86fb
AC
108772002-02-03 Andrew Cagney <ac131313@redhat.com>
10878
10879 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
10880 Restore behavour broken by 2002-01-20 Andrew Cagney
10881 <ac131313@redhat.com> IEEE_FLOAT removal.
10882
acf5ed49
DJ
108832002-02-03 Daniel Jacobowitz <drow@mvista.com>
10884
10885 * c-valprint.c (c_val_print): Pass a proper valaddr to
10886 cp_print_class_method.
10887 * valops.c (search_struct_method): If there is only one method
10888 and args is NULL, return that method.
10889
493d28d5
DJ
108902002-02-03 Daniel Jacobowitz <drow@mvista.com>
10891
10892 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
10893 accessing tag_name directly.
10894
7495dfdb
DJ
108952002-02-03 Daniel Jacobowitz <drow@mvista.com>
10896
10897 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
10898 of accessing tag_name directly.
10899
dd6bda65
DJ
109002002-02-03 Daniel Jacobowitz <drow@mvista.com>
10901
10902 PR gdb/280
10903 * gdbtypes.c (replace_type): New function.
10904 * gdbtypes.h (replace_type): Add prototype.
10905 * stabsread.c (read_type): Use replace_type.
10906
88fe217c
RE
109072002-02-03 Richard Earnshaw <rearnsha@arm.com>
10908
10909 * Makefile.in (memattr.o): Add missing dependencies rule.
10910
e5d66720
PS
109112002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10912
10913 * breakpoint.c (break_at_finish_command): Really export.
10914 (break_at_finish_at_depth_command): Ditto.
10915 (tbreak_at_finish_command): Ditto.
10916 * hppa-tdep.c: Include completer.h.
10917 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
10918 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
10919
fffee0be
AC
109202002-02-01 Andrew Cagney <ac131313@redhat.com>
10921
10922 * utils.c (do_write): New function.
10923 (error_stream): Rewrite combining the code from error_begin and
10924 verror.
10925 (verror): Rewrite using error_stream.
10926 (error_begin): Delete function.
10927
255e7dbf
AC
109282002-02-01 Andrew Cagney <ac131313@redhat.com>
10929
10930 * utils.c (error_begin): Make static.
10931 * defs.h (error_begin): Delete declaration.
10932
10933 * linespec.c (cplusplus_error): Replace cplusplus_hint.
10934 (decode_line_1): Use cplusplus_error instead of error_begin,
10935 cplusplus_hint and return_to_top_level.
10936 * coffread.c (coff_symfile_read): Use error instead of error_begin
10937 and return_to_top_level.
10938 * infrun.c (default_skip_permanent_breakpoint): Ditto.
10939
ddfe3c15
AC
109402002-02-01 Andrew Cagney <ac131313@redhat.com>
10941
10942 * language.h (type_error, range_error): Make string parameter
10943 constant.
10944 * language.c (warning_pre_print): Delete extern declaration.
10945 * dwarfread.c (warning_pre_print): Ditto.
10946 * language.c (type_error, range_error): Rewrite to use verror and
10947 vwarning instead of warning_begin.
10948
03ac34d5
MS
109492002-02-01 Michael Snyder <msnyder@redhat.com>
10950
261c4ca2
MS
10951 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
10952 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 10953
e00d1dc8
AC
109542002-02-01 Andrew Cagney <ac131313@redhat.com>
10955
10956 * command.h (NO_FUNCTION): Delete macro.
10957 * cli/cli-decode.h (NO_FUNCTION): Ditto.
10958 * top.c (execute_command): Replace NO_FUNCTION with NULL.
10959 * tracepoint.c (_initialize_tracepoint): Ditto.
10960 * cli/cli-decode.c (add_set_cmd): Ditto.
10961 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 10962
76b79d6e
DJ
109632002-02-01 Daniel Jacobowitz <drow@mvista.com>
10964
10965 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
10966 Update ``this'' pointer when calling virtual functions.
10967
799f9e91
MS
109682002-02-01 Michael Snyder <msnyder@redhat.com>
10969
c7bd442c 10970 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
10971 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
10972
3cf384d4
DJ
109732002-02-01 Daniel Jacobowitz <drow@mvista.com>
10974
10975 * regformats/reg-arm.dat: New file.
10976 * regformats/reg-i386.dat: New file.
10977 * regformats/reg-ia64.dat: New file.
10978 * regformats/reg-m68k.dat: New file.
10979 * regformats/reg-mips.dat: New file.
10980 * regformats/reg-ppc.dat: New file.
10981 * regformats/reg-sh.dat: New file.
10982 * regformats/regdef.h: New file.
10983 * regformats/regdat.sh: New file.
10984
0defa245
RE
109852002-02-01 Richard Earnshaw <reanrsha@arm.com>
10986
10987 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
10988 (arm_frame_args_address, arm_frame_locals_address): New functions.
10989 (arm_frame_num_args): New function.
10990 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
10991 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
10992 (FRMA_NUM_ARGS): Call arm_frame_num_args.
10993
405f26e6
MS
109942002-01-31 Michael Snyder <msnyder@redhat.com>
10995
502fd408
MS
10996 * breakpoint.c (break_at_finish_command): Export.
10997 (break_at_finish_at_depth_command): Export.
10998 (tbreak_at_finish_command): Export.
d6020d45 10999 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11000 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11001 "txbreak" commands, which are HPPA specific.
502fd408 11002
7d35e135
MS
11003 * printcmd.c (disassemble_command): Remove an ancient
11004 artifact of an old merge.
11005
aaa38bb5 11006 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11007 Define enum constant values for overlay mode.
11008 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11009 (overlay_is_mapped, overlay_auto_command,
11010 overlay_manual_command): Ditto.
d874f1e2 11011
aaa38bb5
AJ
11012 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11013 breakpoint_here_p, breakpoint_inserted_here_p,
11014 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11015 describe_other_breakpoints, check_duplicates, clear_command):
11016 Coding standard fixes.
11017
8add0441 11018 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11019 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11020 code: check bfd SEC_READONLY flag for section.
11021
e351066e
AC
110222002-01-31 Andrew Cagney <ac131313@redhat.com>
11023
7d35e135 11024 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11025
8a48e967
DJ
110262002-01-30 Daniel Jacobowitz <drow@mvista.com>
11027
11028 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11029 data symbols, since we search based on textlow and texthigh.
11030 (find_pc_sect_symtab): Likewise.
11031
f5a96129
AC
110322002-01-30 Andrew Cagney <ac131313@redhat.com>
11033
11034 * defs.h (vwarning): Declare.
f5a96129
AC
11035 * utils.c (vwarning): New function.
11036 (warning): Call vwarning.
11037 (warning_begin): Delete function.
11038
11039 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11040 the warning message.
11041 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11042 warning_begin.
11043
cefd4ef5
MS
110442002-01-30 Michael Snyder <msnyder@redhat.com>
11045
1a703748
MS
11046 * NEWS: Mention "set trust-readonly-sections" command.
11047 Mention generate-core-file command.
cefd4ef5 11048
3a11626d
MS
110492002-01-15 Michael Snyder <msnyder@redhat.com>
11050
11051 * target.c: New command, "set trust-readonly-sections on".
11052 (do_xfer_memory): Honor the suggestion to trust readonly sections
11053 by reading them from the object file instead of from the target.
11054 (initialize_targets): Register command "set trust-readonly-sections".
11055
d1c7e53b
AC
110562002-01-29 Andrew Cagney <ac131313@redhat.com>
11057
11058 * parse.c (target_map_name_to_register): Simplify, search regs and
11059 pseudo-regs using a single loop.
11060
e2c9a72c
AC
110612002-01-30 Andrew Cagney <ac131313@redhat.com>
11062
11063 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11064
69824b4e
MK
110652002-01-15 Rodney Brown <rbrown64@csc.com.au>
11066
11067 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11068 * config/i386/i386v42mp.mh: Add i387-nat.o .
11069 * i386v4-nat.c: Include i387-nat.h.
11070 (supply_fpregset): Use i387_supply_fsave.
11071 (fill_fpregset): Use i387_fill_fsave.
11072
6eb69eab
RE
110732002-01-30 Richard Earnshaw <rearnsha@arm.com>
11074
11075 * arm-tdep.c (arm_call_dummy_words): Define.
11076 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11077 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11078 (CALL_DUMMY_WORDS): Define.
11079 (arm_call_dummy_words): Declare.
11080 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11081 (arm_linux_call_dummy_words): Declare.
11082
9852326a
AS
110832002-01-30 Andreas Schwab <schwab@suse.de>
11084
11085 * m68klinux-nat.c: Fix last change to use regcache_collect
11086 instead of referencing registers[] directly.
11087
977a3030
AC
110882002-01-29 Andrew Cagney <ac131313@redhat.com>
11089
11090 * parse.c (target_map_name_to_register): Delete code wrapped in
11091 #ifdef REGISTER_NAME_ALIAS_HOOK.
11092
2076c72b
MS
110932002-01-28 Michael Snyder <msnyder@redhat.com>
11094
11095 * regcache.c (legacy_read_register_gen): Need to be able to
11096 read pseudo-register as well as real register.
11097 (legacy_write_register_gen): Ditto.
11098
8fcc723b
AC
110992002-01-28 Andrew Cagney <ac131313@redhat.com>
11100
11101 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11102 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11103 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11104 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11105 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11106 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11107 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11108 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11109 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11110 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11111 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11112 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11113 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11114 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11115 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11116 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11117 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11118 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11119 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11120 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11121
afe64c1a
AC
111222002-01-28 Andrew Cagney <ac131313@redhat.com>
11123
11124 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11125 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11126 (initialize_current_architecture): Update target_byte_order using
11127 information from BFD.
aaa38bb5 11128 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11129 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11130
75bc7ddf
AC
111312002-01-28 Andrew Cagney <ac131313@redhat.com>
11132
11133 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11134 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11135
11136 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11137 #ifdef INVALID_FLOAT.
11138 * infcmd.c (do_registers_info): Ditto.
11139 * values.c (unpack_double): Ditto. Add comment.
11140
11141 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11142 already commented out.
11143
0280a90a
AS
111442002-01-26 Andreas Schwab <schwab@suse.de>
11145
11146 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11147 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11148 registers and add support for PTRACE_GETREGS.
11149
7072a954
AC
111502002-01-24 Andrew Cagney <ac131313@redhat.com>
11151
11152 GDB 5.1.1 released from 5.1 branch.
11153 * NEWS: Add 5.1.1 news.
11154 * README: Sync with 5.1 branch.
11155
86f902e0
FF
111562002-01-23 Fred Fish <fnf@redhat.com>
11157
11158 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11159 stabstring on initial malloc. Reallocing will copy it for us,
11160 if necessary.
11161
8af51c36
EZ
111622002-01-23 Elena Zannoni <ezannoni@redhat.com>
11163
aaa38bb5 11164 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11165 (HFILES_NO_SRCDIR): Remove hpread.h.
11166 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11167 (hpread.o): Update dependencies.
11168 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11169
11170 * hp-psymtab-read.c: Remove file.
11171 * hp-symtab-read.c: Remove file.
11172 * hpread.h: Remove file.
11173
11174 * hpread.c: Merge all contents of hp-psymtab-read.c,
11175 hp-symtab-read.c and hpread.h into this file, as it was prior to
11176 January 1999.
11177
11178 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11179 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11180 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11181 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11182
dc5cfeb6
EZ
111832002-01-23 Elena Zannoni <ezannoni@redhat.com>
11184
11185 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11186 fill_gregset): Call gdbarch_tdep() just once, assign result to
11187 variable and use that, instead of calling the function several
11188 times.
11189
ea87b71b
AO
111902002-01-24 Alexandre Oliva <aoliva@redhat.com>
11191
11192 * configure.host: Accept sparcv9 as alias for sparc64.
11193 * configure.tgt: Likewise.
11194
13fc0c2f
KB
111952002-01-22 Kevin Buettner <kevinb@redhat.com>
11196
11197 * solib-aix5.c (build_so_list_from_mapfile)
11198 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11199 arguments is not reversed.
11200 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11201 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11202
7bd872fe
EZ
112032002-01-22 Elena Zannoni <ezannoni@redhat.com>
11204
11205 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11206 modified version of obsolete sh_fetch_pseudo_register.
11207 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11208 (sh4_register_read): New function.
11209 (sh_pseudo_register_write): New function. Renamed and modified
11210 version of obsolete sh_store_pseudo_register.
11211 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11212 (sh4_register_write): New function.
11213 (sh_gdbarch_init): Remove setting of gdbarch function
11214 fetch_pseudo_register and store_pseudo_register. Remove setting of
11215 register_convert_to_raw, register_convert_to_virtual,
11216 register_convertible.
11217 (sh_sh4_register_convertible): Delete. No longer needed. All is
11218 taken care by architecture specific functions
11219 register_read/register_write.
11220 (sh_sh4_register_convert_to_virtual): Make static.
11221 (sh_sh4_register_convert_to_raw): Ditto.
11222
069e84fd
AC
112232002-01-22 Andrew Cagney <ac131313@redhat.com>
11224
11225 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11226 (floatformat_is_nan, floatformat_mantissa): Ditto.
11227
11228 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11229 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11230 builtin_type_ieee_double_little,
11231 builtin_type_ieee_double_littlebyte_bigword,
11232 builtin_type_m68881_ext, builtin_type_i960_ext,
11233 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11234 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11235 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11236 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11237
211a4f69
CV
112382002-01-22 Corinna Vinschen <vinschen@redhat.com>
11239
11240 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11241 parameter. Set frameless flag if it exists and depended of
11242 whether the scanned function is frameless or not.
11243 (xstormy16_skip_prologue): If function is frameless, return
11244 result of xstormy16_scan_prologue().
11245 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11246 call.
11247
f81353e4
EZ
112482002-01-21 Elena Zannoni <ezannoni@redhat.com>
11249
11250 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11251 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11252 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11253 sh_sh4_register_byte, sh_sh4_register_raw_size,
11254 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11255 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11256 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11257 sh_store_pseudo_register, sh_do_pseudo_register): Call
11258 gdbarch_tdep() just once, assign result to variable and use that,
11259 instead of calling the function several times.
11260
63c73a17
MK
112612002-01-20 Mark Kettenis <kettenis@gnu.org>
11262
11263 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11264 macros instead of LAST_FPU_CTRL_REGNUM.
11265 (store_register): Likewise.
11266
39ad761d
JB
112672002-01-21 Jim Blandy <jimb@redhat.com>
11268
11269 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11270 is up-to-date before running the program, not just when a program
11271 exits.
11272
3d74b771
FF
112732002-01-21 Fred Fish <fnf@redhat.com>
11274
11275 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11276 when we have found all instructions we are looking for.
11277
966fbf70
RE
112782002-01-21 Richard Earnshaw <rearnsha@arm.com>
11279
11280 * arm-tdep.c (arm_register_name): New function.
11281 (arm_registers_names): Make static.
11282 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11283 (arm_register_name): Declare.
11284 (REGISTER_NAME): Use it.
11285
c3b4394c
RE
112862002-01-21 Richard Earnshaw <rearnsha@arm.com>
11287 Kevin Buettner <kevinb@redhat.com>
11288
11289 Convert arm targets to new FRAME interface.
11290 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11291 (arm_frame_find_save_regs): Delete.
11292 (arm_frame_init_saved_regs): New.
11293 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11294 Allocate extra_info as required. Convert all uses of fsr.regs
11295 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11296 to use extra_info.
11297 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11298 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11299 (check_prologue_cache, save_prologue_cache): Likewise.
11300 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11301 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11302 (FRAME_FIND_SAVED_REGS): Delete.
11303 (arm_frame_find_saved_regs): Delete prototype.
11304 (arm_frame_init_saved_regs): New prototype.
11305 (FRAME_INIT_SAVED_REGS): Define.
11306
61d99182
AC
113072002-01-20 Andrew Cagney <ac131313@redhat.com>
11308
11309 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11310
6aaea291
AC
113112002-01-20 Andrew Cagney <ac131313@redhat.com>
11312
11313 From Jeff Law <law@redhat.com>:
11314 * infttrace.c: Include <sys/pstat.h>.
11315 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11316 exec file if the ttrace equivalent fails.
11317
15f698d2
AC
113182002-01-20 Andrew Cagney <ac131313@redhat.com>
11319
11320 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11321 (closeLogFile): Ditto.
11322
f86ddd7c
MC
113232002-01-20 Michael Chastain <mec@shout.net>
11324
11325 * top.c (print_gdb_version): Bump copyright year to 2002.
11326
904507ce
AC
113272002-01-20 Andrew Cagney <ac131313@redhat.com>
11328
11329 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11330 Zannoni and Eli Zaretskii.
11331
d7f0b9ce
DJ
113322002-01-20 Daniel Jacobowitz <drow@mvista.com>
11333
11334 * buildsym.c: Update copyright years.
11335 * c-typeprint.c: Likewise.
11336 * dwarf2read.c: Likewise.
11337 * f-typeprint.c: Likewise.
11338 * gdbtypes.c: Likewise.
11339 * gdbtypes.h: Likewise.
11340 * hp-symtab-read.c: Likewise.
11341 * hpread.c: Likewise.
11342 * mdebugread.c: Likewise.
11343 * p-typeprint.c: Likewise.
11344
3fd3d7d2
AC
113452002-01-20 Andrew Cagney <ac131313@redhat.com>
11346
11347 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11348 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11349 byte-order selectable.
11350 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11351 * arch-utils.c: Ditto.
11352 (set_endian): Ditto.
11353 (set_endian_from_file): Ditto.
11354 * gdbserver/low-sim.c (create_inferior): Ditto.
11355 * gdbarch.sh: Ditto.
11356 * gdbarch.h: Re-generate.
aaa38bb5
AJ
11357 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11358 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11359 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11360 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11361 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11362 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11363 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
11364 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11365 macro definition.
11366 * config/mips/tm-wince.h: Remove #undef of macro
11367 TARGET_BYTE_ORDER_SELECTABLE.
11368 * config/sh/tm-wince.h: Ditto.
11369
b02dede2
DJ
113702002-01-20 Daniel Jacobowitz <drow@mvista.com>
11371
11372 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11373 member function fields. Add accessor macro
11374 TYPE_FN_FIELD_ARTIFICIAL.
11375 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11376 * c-typeprint.c (c_type_print_base): Skip artificial member
11377 functions.
11378
c3643761
DJ
113792002-01-20 Daniel Jacobowitz <drow@mvista.com>
11380
11381 * f-typeprint.c: Delete unused function f_type_print_args.
11382 * p-typeprint.c: Delete unused function pascal_type_print_args.
11383
8176bb6d
DJ
113842002-01-20 Daniel Jacobowitz <drow@mvista.com>
11385
11386 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11387 comment. Add ``artificial'' to ``union field_location''.
11388
11389 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11390
11391 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11392 * mdebugread.c (parse_symbol): Likewise.
11393 * stabsread.c (define_symbol): Likewise.
11394 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11395 initializing TYPE_FIELD_BITPOS to n (obsolete).
11396 (hpread_doc_function_type): Likewise.
11397 * hpread.c (hpread_function_type): Likewise.
11398
7fd60527
AC
113992002-01-20 Andrew Cagney <ac131313@redhat.com>
11400
11401 * configure.in (host_makefile_frag): Only require a host makefile
11402 fragment when a native build.
11403 * configure: Re-generate.
11404
c2f05ac9
AC
114052002-01-20 Andrew Cagney <ac131313@redhat.com>
11406
11407 * doublest.h (floatformat_from_type): Declare.
11408 * doublest.c (floatformat_from_type): New function.
11409 (convert_typed_floating): Use.
11410
11411 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11412 call to function floatformat_from_type.
11413
11414 * gdbarch.sh (IEEE_FLOAT): Delete.
11415 * gdbarch.h, gdbarch.c: Re-generate.
11416 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11417 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11418 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11419 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11420 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11421 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11422 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11423 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11424 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11425 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11426 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
11427 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11428
11429 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11430 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11431 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11432 * sh-tdep.c (sh_gdbarch_init): Ditto.
11433 * mips-tdep.c (mips_gdbarch_init): Ditto.
11434 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11435 * cris-tdep.c (cris_gdbarch_init): Ditto.
11436
abf22e64
AJ
114372002-01-20 Jiri Smid <smid@suse.cz>
11438
11439 * configure.host, configure.tgt: Support x86-64.
11440 * NEWS: Note new target x86-64.
11441
b7c4cbf8
AJ
11442 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11443 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11444 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11445 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11446 x86-64-linux-nat.o): Fix dependencies.
11447
82600034
AC
114482002-01-19 Andrew Cagney <ac131313@redhat.com>
11449
11450 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11451 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11452 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11453 * config/sparc/xm-sun4os4.h: Delete file.
11454 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 11455
bbe5c628
AC
114562002-01-19 Andrew Cagney <ac131313@redhat.com>
11457
11458 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11459 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11460 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11461 * config/i386/i386lynx.mh (XM_FILE): Delete.
11462 * config/rs6000/xm-rs6000ly.h: Delete file.
11463 * config/sparc/xm-sparclynx.h: Delete file.
11464 * config/m68k/xm-m68klynx.h: Delete file.
11465 * config/i386/xm-i386lynx.h: Delete file.
11466 * config/xm-lynx.h: Delete file.
11467 * config/djgpp/fnchange.lst: Update.
11468
f8453e34
JT
114692002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11470
11471 * alpha-tdep.c (alpha_register_byte): New function.
11472 (alpha_register_raw_size): Ditto.
11473 (alpha_register_virtual_size): Ditto.
11474 (alpha_skip_prologue_internal): Renamed from
11475 alpha_skip_prologue.
11476 (alpha_skip_prologue): New version that calls
11477 alpha_skip_prologue_internal.
11478 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11479 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11480 second argument from alpha_skip_prologue.
11481 (REGISTER_BYTE): Use alpha_register_byte.
11482 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11483 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11484 (FRAMELESS_FUNCTION_INVOCATION): Use
11485 generic_frameless_function_invocation_not.
11486 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11487 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11488
52d9e613
AC
114892002-01-19 Andrew Cagney <ac131313@redhat.com>
11490
11491 * config/mips/xm-news-mips.h: Delete file.
11492 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11493
11494 * config/m88k/xm-m88k.h: Delete file.
11495 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11496 * config/m88k/xm-delta88v4.h: Ditto.
11497 * config/m88k/xm-delta88.h: Ditto.
11498
11499 * config/alpha/xm-fbsd.h: Delete file.
11500 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11501
11502 * config/sparc/xm-sparc.h: Delete file.
11503 * Makefile.in (xm-sun4os4.h): Delete dependency.
11504 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11505 * config/sparc/xm-sun4os4.h: Ditto.
11506 * config/sparc/xm-linux.h: Ditto.
11507
11508 * config/i386/xm-windows.h: Delete file.
11509
2d1b2124
AC
115102002-01-19 Andrew Cagney <ac131313@redhat.com>
11511
11512 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11513 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11514
ee1f65f0
JT
115152002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11516
11517 * alpha-tdep.c (alpha_call_dummy_words): New.
11518 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11519 (CALL_DUMMY_P): Define.
11520 (CALL_DUMMY_WORDS): Define.
11521 (SIZEOF_CALL_DUMMY_WORDS): Define.
11522
98081e55
PB
115232002-01-19 Per Bothner <per@bothner.com>
11524
11525 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11526 isn't NULL, which can happen with some gcj-3.x-produced code.
11527
0d056799
JT
115282002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11529
11530 * alpha-tdep.c (alpha_register_virtual_type): New function.
11531 (alpha_init_frame_pc_first): Ditto.
11532 (alpha_fix_call_dummy): Ditto.
11533 (alpha_store_struct_return): Ditto.
11534 (alpha_extract_struct_value_address): Ditto.
11535 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11536 alpha_register_virtual_type.
11537 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11538 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11539 alpha_extract_struct_value_address.
11540 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11541 (INIT_FRAME_PC): Use init_frame_pc_noop.
11542 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11543
4604bcad
MK
115442002-01-19 Mark Kettenis <kettenis@gnu.org>
11545
11546 * i386gnu-nat.c: Include "i386-tdep.h".
11547 (fetch_fpregs): Simplify code dealing with uninitialized floating
11548 point states such that it doesn't require FP7_REGNUM.
11549
140f9984
JT
115502002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11551
abf22e64
AJ
11552 * alpha-tdep.c (frame_extra_info): New.
11553 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11554 frame->extra_info.
11555 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11556 (alpha_frame_saved_pc): Use frame->extra_info.
11557 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11558 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11559 (init_extra_frame_info): Rename to...
11560 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11561 (alpha_print_extra_frame_info): New function.
140f9984
JT
11562 (alpha_frame_locals_address): Ditto.
11563 (alpha_frame_args_address): Ditto.
abf22e64 11564 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11565 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11566 alpha_frame_args_address.
abf22e64 11567 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11568 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11569 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11570 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11571 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11572 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11573
d734c450
JT
115742002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11575
11576 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11577 (alpha_cannot_fetch_register): Ditto.
11578 (alpha_cannot_store_register): Ditto.
11579 (alpha_register_convertible): Ditto.
11580 (alpha_use_struct_convention): Ditto.
11581 * config/alpha/tm-alpha.h: Update copyright years.
11582 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11583 (INNER_THAN): Use core_addr_lessthan.
11584 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11585 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11586 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11587 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11588 (FRAME_CHAIN): Remove unnecessary cast.
11589
b4ceaee6
AC
115902002-01-18 Andrew Cagney <ac131313@redhat.com>
11591
11592 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11593 obsolete.
11594
0a65a603
AC
115952002-01-18 Andrew Cagney <ac131313@redhat.com>
11596
11597 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11598 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11599 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11600 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11601 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11602 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11603 * x86-64-linux-nat.c: Ditto.
11604
636a6dfc
JT
116052002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11606
abf22e64 11607 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11608 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11609 (REGISTER_NAME): Define.
11610
acceddb6
JT
116112002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11612
11613 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11614
ec32e4be
JT
116152002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11616
11617 * alpha-tdep.c: Update copyright years.
11618 (alpha_next_pc): New function.
11619 (alpha_software_single_step): Ditto.
11620 * config/alpha/tm-alpha.h: Add prototype for
11621 alpha_software_single_step.
11622
e771a871
JT
116232002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11624
11625 * alphabsd-nat.c: Update copyright years.
11626 (fill_gregset): Use regcache_collect.
11627 (fill_fpregset): Likewise.
11628 (fetch_inferior_registers): Only fetch integer registers
11629 if requested to do so.
11630 (store_inferior_registers): Only store integer registers
11631 if requested to do so.
11632
7708fa01
AC
116332002-01-17 Andrew Cagney <ac131313@redhat.com>
11634
11635 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11636 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11637 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11638 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11639 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11640 * config/arm/linux.mh (XDEPFILES): Delete.
11641 * config/arm/nbsd.mh (XDEPFILES): Delete.
11642 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11643 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11644 * config/i386/i386m3.mh (XDEPFILES): Delete.
11645 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11646 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11647 * config/i386/fbsd.mh (XDEPFILES): Delete.
11648 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11649 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11650 * config/i386/i386v4.mh (XDEPFILES): Delete.
11651 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11652 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11653 * config/i386/i386aix.mh (XDEPFILES): Delete.
11654 * config/i386/go32.mh (XDEPFILES): Delete.
11655 * config/i386/cygwin.mh (XDEPFILES): Delete.
11656 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11657 * config/i386/i386mach.mh (XDEPFILES): Delete.
11658 * config/i386/i386v32.mh (XDEPFILES): Delete.
11659 * config/i386/linux.mh (XDEPFILES): Delete.
11660 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11661 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11662 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11663 * config/i386/i386sco.mh (XDEPFILES): Delete.
11664 * config/i386/i386v.mh (XDEPFILES): Delete.
11665 * config/i386/nbsd.mh (XDEPFILES): Delete.
11666 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11667 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11668 * config/i386/symmetry.mh (XDEPFILES): Delete.
11669 * config/i386/obsd.mh (XDEPFILES): Delete.
11670 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11671 * config/ia64/linux.mh (XDEPFILES): Delete.
11672 * config/ia64/aix.mh (XDEPFILES): Delete.
11673 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11674 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11675 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11676 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11677 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11678 * config/m68k/linux.mh (XDEPFILES): Delete.
11679 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11680 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11681 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11682 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11683 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11684 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11685 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11686 * config/m88k/delta88.mh (XDEPFILES): Delete.
11687 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11688 * config/m88k/m88k.mh (XDEPFILES): Delete.
11689 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11690 * config/mips/linux.mh (XDEPFILES): Delete.
11691 * config/mips/irix6.mh (XDEPFILES): Delete.
11692 * config/mips/irix5.mh (XDEPFILES): Delete.
11693 * config/mips/irix4.mh (XDEPFILES): Delete.
11694 * config/mips/irix3.mh (XDEPFILES): Delete.
11695 * config/mips/decstation.mh (XDEPFILES): Delete.
11696 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11697 (NATDEPFILES): Move core-aout.o to here.
11698 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11699 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11700 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11701 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11702 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11703 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11704 * config/pa/hpux11.mh (XDEPFILES): Delete.
11705 * config/powerpc/aix.mh (XDEPFILES): Delete.
11706 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11707 * config/powerpc/linux.mh (XDEPFILES): Delete.
11708 * config/romp/rtbsd.mh: Rename XDEPFILES.
11709 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11710 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11711 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11712 * config/s390/s390.mh (XDEPFILES): Delete.
11713 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11714 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11715 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11716 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11717 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11718 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11719 * config/sparc/linux.mh (XDEPFILES): Delete.
11720 * config/vax/vaxult.mh (XDEPFILES): Delete.
11721 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11722 * Makefile.in (DEPFILES): Remove XDEPFILES.
11723
375fc983
AC
117242002-01-17 Andrew Cagney <ac131313@redhat.com>
11725
11726 * utils.c (internal_verror): Fix comments, default is yes not no.
11727 Update queries to match. Default to quit and dump core.
11728
8926118c
AC
117292002-01-17 Andrew Cagney <ac131313@redhat.com>
11730
11731 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11732 copyright.
11733 * defs.h, event-top.c, gdbcmd.h: Ditto.
11734 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11735 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11736 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11737 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11738 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11739 * mi/mi-main.c:Ditto.
11740
11741 * stack.c, symfile.c: Update copyright.
11742
45b7b345
DJ
117432002-01-17 Daniel Jacobowitz <drow@mvista.com>
11744
db728ff7
DJ
11745 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11746 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11747 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11748 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11749
db728ff7
DJ
117502002-01-17 Daniel Jacobowitz <drow@mvista.com>
11751
11752 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11753 * gdbserver/low-lynx.c (myattach): Likewise.
11754 * gdbserver/low-nbsd.c (myattach): Likewise.
11755 * gdbserver/low-sim.c (myattach): Likewise.
11756 * gdbserver/low-sparc.c (myattach): Likewise.
11757 * gdbserver/low-sun3.c (myattach): Likewise.
11758
11759 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11760
db728ff7 11761 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11762 (main): Handle "--attach".
11763
8de3c354
AC
117642002-01-16 Andrew Cagney <ac131313@redhat.com>
11765
11766 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11767 maintainer.
11768
b0129042
DJ
117692002-01-15 Daniel Jacobowitz <drow@mvista.com>
11770
11771 * c-typeprint.c (is_type_conversion_operator): Add additional
11772 check for non-conversion operators.
11773
ba8679fb 117742002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11775
11776 * linux-proc.c: Add "info proc" command, a la procfs.c.
11777 (read_mapping): New function, abstract and re-use code.
11778 (linux_find_memory_regions): Use new func read_mapping.
11779 (linux_info_proc_cmd): New function, implement "info proc".
11780 (_initialize_linux_proc): Add new command "info proc".
11781
e4f9b4d5
MS
117822002-01-15 Michael Snyder <msnyder@redhat.com>
11783
11784 * symfile.c (generic_load): Use bfd_map_over_sections method
11785 instead of manipulating bfd structure members directly.
11786 (add_section_size_callback): New function, bfd sections callback
11787 used by generic_load.
11788 (load_sections_callback): New function, bfd sections callback
11789 used by generic_load.
11790
08cf96df
EZ
117912002-01-15 Elena Zannoni <ezannoni@redhat.com>
11792
abf22e64 11793 [Based on work by Jim Blandy]
08cf96df
EZ
11794 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11795 (builtin_type_vec128): Export.
11796 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11797 types.
11798 (builtin_type_vec128): New builtin type for 128 bit vector
11799 registers.
11800 (build_gdbtypes): Initialize builtin_type_v16qi and
11801 builtin_type_v8hi. Create the vec128 register builtin type
11802 structure.
11803 (build_builtin_type_vec128): New function.
abf22e64 11804 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11805 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11806 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11807 AltiVec register to new builtin type.
11808
d7242108
DJ
118092001-01-15 Daniel Jacobowitz <drow@mvista.com>
11810
11811 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11812 to make_cv_type.
11813
4ee3352d
AC
118142002-01-14 Andrew Cagney <ac131313@redhat.com>
11815
11816 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11817 CLEAN_UP_REGISTER_VALUE.
11818 * regcache.c (supply_register): Update only call.
11819
f015b2e7
AC
118202002-01-14 Andrew Cagney <ac131313@redhat.com>
11821
11822 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11823 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11824 a29k-*-vxworks* targets as obsolete.
11825
356ae49d
MS
118262002-01-14 Michael Snyder <msnyder@redhat.com>
11827
11828 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11829 until we can resolve portability issues.
11830 * gregset.h: Remove references to fpxregs.
11831 * gcore.c (gcore_command): Initialize note_sec to NULL.
11832
ade8f45e
AC
118332002-01-13 Andrew Cagney <ac131313@redhat.com>
11834
11835 * signals.c (target_signal_to_name): Rewrite. Only use
11836 signals[].name when in bounds and non-NULL.
abf22e64 11837
89c49e7a
AC
118382002-01-13 Andrew Cagney <ac131313@redhat.com>
11839
11840 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11841 * signals.c (target_signal_to_name): Verify that SIG is within the
11842 bounds of the signals array.
11843
4daa9f9f
AC
118442002-01-13 Andrew Cagney <ac131313@redhat.com>
11845
11846 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11847
ba4bbdcb
KS
118482002-01-13 Keith Seitz <keiths@redhat.com>
11849
11850 * stack.c (print_frame_info_base): Print the frame's pc
11851 only if when print_frame_info_listing_hook is not defined.
11852
575bbeb6
KS
118532002-01-13 Keith Seitz <keiths@redhat.com>
11854
11855 * varobj.c (varobj_set_value): Make sure that there were no
11856 errors evaluating the object before attempting to set its
11857 value.
11858 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11859 so this offset adjustment is no longer necessary.
11860 (create_child): Don't set the error flag if the child is
11861 a CPLUS_FAKE_CHILD.
11862 (value_of_child): If value_fetch_lazy fails, return NULL
11863 so that callers will be notified that an error occurred.
11864 (c_value_of_variable): Delay check of variable's validity
11865 until later. We actually want all structs and unions to have
11866 the value "{...}".
11867 Do not return "???" for variables which could not be evaluated.
11868 This error condition must be returned to the caller so that it
11869 can get the error condition from gdb.
11870 (cplus_name_of_child): Adjust index for vptr before figuring
11871 out the name of the child.
11872 (cplus_value_of_child): If a child's (real) parent is not valid,
11873 don't even bother trying to give a value for it. Just return
11874 an error. Change all instances in this function.
11875 (cplus_type_of_child): If our parent is one of the "fake"
11876 parents, we need to get at the type of the real parent, and
11877 derive the child's true type using this information.
11878
b76898ab
AC
118792002-01-13 Andrew Cagney <ac131313@redhat.com>
11880
11881 From 2002-01-09 John Marshall <johnm@falch.net>:
11882 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
11883 sources.redhat.com, and tweak some related URLs which had
11884 suffered from linkrot.
11885
b6649e88
AC
118862002-01-13 Andrew Cagney <ac131313@redhat.com>
11887
11888 From Jeff law:
11889 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
11890 structures passed in registers.
11891
82cc5033
EZ
118922002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
11893
11894 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
11895 white space which prevented compilation. Reported by DSK
11896 <dsk@student.unsw.edu.au>.
11897
ba5f2f8a
MS
118982002-01-11 Michael Snyder <msnyder@redhat.com>
11899
fbd35540
MS
11900 * symfile.c (build_section_addr_info_from_section_tab):
11901 Use bfd access method instead of manipulating bfd directly.
11902 (syms_from_objfile): Ditto.
11903 (simple_overlay_update_1): Ditto.
11904 (simple_overlay_update): Ditto.
11905 (generic_load): Ditto.
11906 (overlay_unmapped_address): FIXME comment, bfd access methods.
11907 (sections_overlap): FIXME comment, bfd access methods.
11908 (pc_in_mapped_range): FIXME comment, bfd access methods.
11909 (pc_in_unmapped_range): FIXME comment, bfd access methods.
11910 (section_is_mapped): FIXME comment, bfd access methods.
11911 (section_is_overlay): FIXME comment, bfd access methods.
11912
ba5f2f8a
MS
11913 * symfile.c (generic_load): Whitespace and long line cleanups.
11914 Remove duplicate variable, change several local variables to
11915 more appropriate data types.
11916 (print_transfer_performance): Use %lu instead of %ld for ulongs.
11917
17df2af6
AC
119182002-01-12 Andrew Cagney <ac131313@redhat.com>
11919
11920 From Peter Schauer:
11921 * language.c (longest_local_hex_string_custom): Use phex_nz to
11922 convert NUM to a hex string.
11923
ec920329
EZ
119242002-01-12 Elena Zannoni <ezannoni@redhat.com>
11925
11926 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
11927 the function.
538a76d6 11928 Update Copyright year.
ec920329 11929
3abd2e01
AC
119302002-01-12 Andrew Cagney <ac131313@redhat.com>
11931
11932 * language.c (longest_raw_hex_string): Delete unused function.
11933
b21b22e0
PS
119342002-01-11 Petr Sorfa <petrs@caldera.com>
11935
11936 * MAINTAINERS (write-after-approval): Add myself.
11937 * dwarf2read.c (read_tag_string_type): Handling of
11938 DW_AT_byte_size.
11939 (read_tag_string_type): FORTRAN fix to prevent propagation of
11940 first string size.
11941 (set_cu_language): Handling of DW_LANG_Fortran95
11942
747fe712
RE
119432002-01-11 Richard Earnshaw <rearnsha@arm.com>
11944
11945 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
11946 GETPID(inferior_ptid).
11947 (store_inferior_registers): Likewise.
11948
f1bea926
JM
119492002-01-10 Jason Merrill <jason@redhat.com>
11950
11951 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
11952 Fix DW_OP_minus.
11953
ae940673
AC
119542002-01-10 Andrew Cagney <ac131313@redhat.com>
11955
11956 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
11957 and bfd/elf32-sh-nbsd.c.
11958
00546b04
MS
119592002-01-10 Michael Snyder <msnyder@redhat.com>
11960
352ed7b4
MS
11961 * NEWS: Mention --pid and corefile/proc-id behavior change.
11962
c18be923
MS
11963 * Makefile.in: Add rules for gcore.o and linux-proc.o.
11964 * gcore.c: Include cli/cli-decode.h instead of command.h.
11965
00546b04
MS
11966 * main.c (captured_main): Add new command line option "--pid".
11967 If the second command line argument (following the symbol-file)
11968 begins with a digit, try to attach to it before trying to open
11969 it as a corefile.
11970 (print_gdb_help): Document the "--pid" argument.
11971
db60ec62
EZ
119722002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11973
11974 * completer.c (command_completer): New function.
11975
11976 * completer.h <command_completer>: Add prototype.
11977
11978 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
11979 completer for the "help" command.
11980
39c22d1a
JM
119812002-01-09 Jason Merrill <jason@redhat.com>
11982
11983 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
11984
c564377f
MS
119852002-01-09 Michael Snyder <msnyder@redhat.com>
11986
975aec09
MS
11987 * i386-linux-nat.c (fill_fpxregset): Make global.
11988 (store_fpxregset): Ditto.
11989
db4a10fa
MS
11990 * gregset.h (gdb_fpxregset_t): Define.
11991 (supply_fpxregset): Prototype.
11992 (fill_fpxregset): Prototype.
11993
c564377f
MS
11994 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
11995
c3d45d70
RE
119962002-01-09 Richard Earnshaw <rearnsha@arm.com>
11997
11998 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
11999 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12000 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12001
fcc87af1
AC
120022002-01-09 Andrew Cagney <ac131313@redhat.com>
12003
12004 * MAINTAINERS: Update target maintainer rules so that any
12005 Maintainer can approve a tested patch for a maintenance-only
12006 target.
12007
dd96c05b
RE
120082002-01-09 Richard Earnshaw <rearnsha@arm.com>
12009
d4297db9 12010 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12011
d4297db9 12012 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12013 IN_SIGTRAMP.
12014
145fdc6e
MS
120152002-01-08 Michael Snyder <msnyder@redhat.com>
12016
12017 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12018 real name of the executable, rather than the /proc name.
12019
be4d1333
MS
120202002-01-03 Michael Snyder <msnyder@redhat.com>
12021
12022 Implement a "generate-core-file" command in gdb, save target state.
12023 * gcore.c: New file. Implement new command 'generate-core-file'.
12024 Save a corefile image of the current state of the inferior.
12025 * linux-proc.c: Add linux-specific code for saving corefiles.
12026 * target.h (struct target_ops): Add new target vectors for saving
12027 corefiles; to_find_memory_regions and to_make_corefile_notes.
12028 (target_find_memory_regions): New macro.
12029 (target_make_corefile_notes): New macro.
12030 * target.c (update_current_target): Inherit new target methods.
12031 (dummy_find_memory_regions): New place-holder method.
12032 (dummy_make_corefile_notes): New place-holder method.
12033 (init_dummy_target): Initialize new dummy target vectors.
12034 * exec.c (exec_set_find_memory_regions): New function.
12035 Allow the exec_ops vector for memory regions to be taken over.
12036 (exec_make_note_section): New function, target vector method.
12037 * defs.h (exec_set_find_memory_regions): Export prototype.
12038 * procfs.c (proc_find_memory_regions): New function, corefile method.
12039 (procfs_make_note_section): New function, corefile method.
12040 (init_procfs_ops): Set new target vector pointers.
12041 (find_memory_regions_callback): New function.
12042 (procfs_do_thread_registers): New function.
12043 (procfs_corefile_thread_callback): New function.
12044 * sol-thread.c (sol_find_memory_regions): New function.
12045 (sol_make_note_section): New function.
12046 (init_sol_thread_ops): Initialize new target vectors.
12047 * inftarg.c (inftarg_set_find_memory_regions): New function.
12048 Allow to_find_memory_regions vector to be taken over.
12049 (inftarg_set_make_corefile_notes): New function.
12050 Allow to_make_corefile_notes vector to be taken over.
12051 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12052 interface layer if not target_has_execution (may be a corefile).
12053 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12054 * config/sparc/sun4sol2.mh: Ditto.
12055 * config/alpha/alpha-linux.mh: Ditto.
12056 * config/arm/linux.mh: Ditto.
12057 * config/i386/x86-64linux.mh: Ditto.
12058 * config/ia64/linux.mh: Ditto.
12059 * config/m68k/linux.mh: Ditto.
12060 * config/mips/linux.mh: Ditto.
12061 * config/powerpc/linux.mh: Ditto.
12062 * config/sparc/linux.mh: Ditto.
12063
c6b92abd
MS
120642002-01-07 Michael Snyder <msnyder@redhat.com>
12065
12066 * arm-linux-nat.c: Remove references to regcache.c internal data
12067 (registers[] and register_valid[]).
12068
4b09dc8c
MS
120692002-01-07 Michael Snyder <msnyder@redhat.com>
12070
abf22e64
AJ
12071 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12072 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12073 symbol file and shlibs.
12074 * Makefile.in: Add rule for linux-proc.o.
12075 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12076 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12077 * config/arm/linux.mh: Ditto.
12078 * config/i386/linux.mh: Ditto.
12079 * config/i386/x86-64linux.mh: Ditto.
12080 * config/ia64/linux.mh: Ditto.
12081 * config/m68k/linux.mh: Ditto.
12082 * config/mips/linux.mh: Ditto.
12083 * config/powerpc/linux.mh: Ditto.
12084 * config/sparc/linux.mh: Ditto.
12085
c25b74ac
PM
120862002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12087
12088 * win32-nat.c: Add i386-tdep.h dependency.
12089
94cd915f
MS
120902002-01-07 Michael Snyder <msnyder@redhat.com>
12091
c7cccb76
MS
12092 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12093 instead of bfd_get_arch_size. Don't bail out just because
12094 there's no exec_bfd.
abf22e64 12095
34c0bd93
MS
12096 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12097 * p-valprint.c (pascal_object_print_value): Ditto.
12098 * somread.c (som_symtab_read): Ditto.
12099 * symfile.c (simple_free_overlay_region_table): Ditto.
12100 * valops.c (value_assign): Ditto.
12101
21c1c920
MS
12102 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12103 use tilde_expand and strerror for opening save-tracepoints file.
12104
5bbd998e
MS
12105 * thread-db.c (thread_db_new_objfile): Indendation fix.
12106
94cd915f
MS
12107 * infptrace.c (GDB_MAX_ALLOCA): New define.
12108 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12109 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12110 can be overridden with whatever value is appropriate to the host).
12111 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12112 alloca to allocate potentially large buffer.
12113 * rs6000-nat.c (child_xfer_memory): Ditto.
12114 * symm-nat.c (child_xfer_memory): Ditto.
12115 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12116
494e8a93
JSC
121172002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12118
12119 From Nick Clifton <nickc@redhat.com>
12120 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12121
d0e1d48e
MS
121222002-01-07 Michael Snyder <msnyder@redhat.com>
12123
abf22e64 12124 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12125 Don't use exec_bfd if it's NULL.
12126
290b2c7a
MK
121272002-01-06 Mark Kettenis <kettenis@gnu.org>
12128
abf22e64 12129 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12130
aef21287
AC
121312002-01-06 Andrew Cagney <ac131313@redhat.com>
12132
12133 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12134 * gnu-nat.c: Ditto.
12135
30efa627
AC
121362002-01-06 Andrew Cagney <ac131313@redhat.com>
12137
12138 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12139 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12140 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12141 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12142 z8k-coff have not been multi-arched. Update z8k-coff build
12143 status.
12144
9b4ff276
AC
121452002-01-06 Andrew Cagney <ac131313@redhat.com>
12146
12147 * MAINTAINERS: Mark a29k target as obsolete.
12148 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12149 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12150 comments.
12151 * NEWS: Note that a29k targets are obsolete.
12152 * a29k-tdep.c: Mark as obsolete.
12153 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12154 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12155 a29k-*-vxworks* targets as obsolete.
12156 * remote-adapt.c: Obsolete.
12157 * remote-eb.c: Obsolete.
12158 * remote-mm.c: Obsolete.
12159 * remote-udi.c: Obsolete.
12160 * config/a29k/a29k-udi.mt: Obsolete.
12161 * config/a29k/a29k.mt: Obsolete.
12162 * config/a29k/tm-a29k.h: Obsolete.
12163 * config/a29k/tm-vx29k.h: Obsolete.
12164 * config/a29k/vx29k.mt: Obsolete.
12165
a9011d31
AC
121662002-01-05 Andrew Cagney <ac131313@redhat.com>
12167
12168 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12169 with BFD_ENDIAN_BIG.
12170
9299404e
AC
121712002-01-05 Andrew Cagney <ac131313@redhat.com>
12172
12173 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12174 * configure, config.in: Re-generate.
12175 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12176 * defs.h: Do not include <endian.h>.
12177
7e89e357
JT
121782002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12179
12180 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12181 * config.in: Regenerate.
12182 * configure.in: Update copyright years.
12183 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12184 * configure: Regenerate.
12185 * i386bsd-nat.c: Update copyright years.
12186 (fill_gregset): Use regcache_collect.
12187 (fetch_inferior_registers): Only fetch integer registers
12188 if requested to do so. Add support for XMM registers
12189 using PT_GETXMMREGS.
12190 (store_inferior_registers): Only store integer registers
12191 if requested to do so. Add support for XMM registers
12192 using PT_SETXMMREGS.
12193 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12194 (store_inferior_registers): Remove.
12195 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12196 (fetch_elfcore_registers): New function.
12197 (i386nbsd_elfcore_fns): New.
12198 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12199 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12200 i386bsd-nat.o.
12201 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12202 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12203 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12204 * config/i386/tm-nbsd.h: Update copyright years.
12205 (HAVE_SSE_REGS): Define.
12206 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12207 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12208 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12209 (SIGCONTEXT_PC_OFFSET): Remove.
12210 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12211
a752853e
AC
122122002-01-05 Andrew Cagney <ac131313@redhat.com>
12213
12214 * configure.tgt: Remove powerpc-*-macos* target.
12215 * config/m68k/xm-mpw.h: Delete file.
12216 * config/xm-mpw.h: Delete file.
12217 * ser-mac.c: Delete file.
12218 * mpw-make.sed: Delete file.
12219 * mpw-config.in: Delete file.
12220 * mac-xdep.c: Delete file.
12221 * mac-gdb.r: Delete file.
12222 * mac-defs.h: Delete file.
12223 * mac-nat.c: Delete file.
12224 * config/powerpc/macos.mh: Delete file.
12225 * config/powerpc/macos.mt: Delete file.
12226 * config/powerpc/nm-macos.h: Delete file.
12227 * config/powerpc/tm-macos.h: Delete file.
12228 * source.c (openp, open_source_file): Remove obsolete code.
12229 * top.c (gdb_readline): Ditto.
12230 * utils.c (query): Ditto.
12231 * event-top.c (display_gdb_prompt): Ditto.
12232 * Makefile.in (ser-mac.o): Delete obsolete target.
12233 * NEWS: Update.
12234
d7449b42
AC
122352002-01-04 Andrew Cagney <ac131313@redhat.com>
12236
12237 * defs.h (BIG_ENDIAN): Delete macro definition.
12238 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12239 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12240 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12241 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12242 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12243 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12244 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12245 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12246 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12247 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12248 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12249 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12250 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12251 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12252 * gdbarch.c: Re-generate.
12253
356374e8
DJ
122542002-01-04 Daniel Jacobowitz <drow@mvista.com>
12255
12256 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12257 for core files.
12258
a2b8f8f8
JT
122592002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12260
12261 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12262
12466af9
AC
122632002-01-04 Andrew Cagney <ac131313@redhat.com>
12264
12265 * value.h (value_ptr): Delete typedef.
12266
3549ab40
JT
122672002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12268
12269 * i386nbsd-nat.c: Update copyright years.
12270 Include i386-tdep.h.
12271
fedbd091
EZ
122722002-01-04 Elena Zannoni <ezannoni@redhat.com>
12273
12274 * stabsread.c: Update copyright years.
12275
12276 From Debashis Mahata <debashis.mahata@wipro.com>:
12277 (read_struct_fields): Deal with Sun C compiler erroneous stab
12278 output for structs and unions.
fec8b34f 12279 Fix PR gdb/269.
fedbd091 12280
eb43544b
DJ
122812002-01-04 Daniel Jacobowitz <drow@mvista.com>
12282
12283 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12284 prototype.
12285
1514d34e
DJ
122862002-01-04 Daniel Jacobowitz <drow@mvista.com>
12287
12288 * cp-abi.c: Fix whitespace.
12289 (baseclass_offset): New wrapper function.
12290 * cp-abi.h (baseclass_offset): Add prototype.
12291 (struct cp_abi_ops): Add baseclass_offset pointer.
12292
12293 * valops.c (vb_match): Move to...
12294 * gnu-v2-abi.c (vb_match): here.
12295 * valops.c (baseclass_offset): Move to...
12296 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12297
12298 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12299
12300 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12301 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12302 * hpacc-abi.c (init_hpacc_ops): Likewise.
12303
7f8c9282
DJ
123042002-01-04 Daniel Jacobowitz <drow@mvista.com>
12305
12306 * valops.c (find_overload_match): Accept obj as a
12307 reference parameter. Update it before returning.
12308 * value.h (find_overload_match): Update prototype.
12309 * eval.c (evaluate_subexp_standard): Pass object to
12310 find_overload_match by reference.
12311
f23631e4
AC
123122002-01-03 Andrew Cagney <ac131313@redhat.com>
12313
12314 * valarith.c: Replace value_ptr with struct value pointer. Remove
12315 register attribute from value declarations.
12316 * valops.c: Ditto.
12317 * value.h: Ditto.
12318 * scm-lang.c (scm_lookup_name): Ditto.
12319
79e10fab 123202002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 12321
79e10fab
AC
12322 Abstract the functionality of iterating over mapped memory
12323 regions into a general purpose iterator function.
abf22e64 12324 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
12325 iterator for memory sections.
12326 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12327 (solib_mappings_callback): New function, callback for above.
12328 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12329 (info_mappings_callback): New function, callback for above.
12330
12331 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12332
c5ad026a
MK
123332002-01-01 Mark Kettenis <kettenis@gnu.org>
12334
d2a7c97a
MK
12335 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12336 * i386-tdep.c: Include "elf-bfd.h".
12337 (process_note_abi_tag_sections): New function.
12338 (i386_gdbarch_init): Add code to recognize various OS/ABI
12339 combinations.
12340
c5ad026a
MK
12341 * maint.c (_initialize_maint_cmds): Add missing \ in
12342 string-literal.
12343
a1a5b71e 12344For older changes see ChangeLog-2001
c906108c
SS
12345\f
12346Local Variables:
12347mode: change-log
12348left-margin: 8
12349fill-column: 74
12350version-control: never
12351End:
This page took 0.927895 seconds and 4 git commands to generate.