* c-exp.y: Add missing semi-colons.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
ef944135
TR
12002-11-06 Theodore A. Roth <troth@openavr.org>
2
3 * c-exp.y: Add missing semi-colons.
4 * f-exp.y: Add missing semi-colons.
5 * m2-exp.y: Add missing semi-colons.
6 * p-exp.y: Add missing semi-colons.
7 Add empty action to start rule to avoid a type clash error when
8 building with bison >= 1.50.
9
f8302a57
JB
102002-11-06 Jim Blandy <jimb@redhat.com>
11
12 * macrotab.h (struct macro_source_file): Doc fix.
13
6e382aa3
JJ
142002-11-05 Jeff Johnston <jjohnstn@redhat.com>
15
16 * varobj.c (child_exists, cplus_number_of_children): Change
17 STREQ macro references to strcmp.
18 (cplus_name_of_child): Change code to handle the fact that
19 fields are not necessarily contiguous with regards to their
20 access control. This is a fix for PR gdb/792.
21
a216a322
AC
222002-11-05 Andrew Cagney <ac131313@redhat.com>
23
24 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
25 * gdbarch.h, gdbarch.c: Regnerate.
26 * frame.h (frame_register): Declare.
27 * frame.c (frame_register): New function.
28 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
29 GET_SAVED_REGISTER, otherwize call
30 generic_unwind_get_saved_register.
31 (frame_register_read): Use frame_register instead of
32 get_saved_register.
33
7d5b6fdd
EZ
342002-11-05 Elena Zannoni <ezannoni@redhat.com>
35
36 From Jim Ingham <jingham@apple.com>:
37 * event-top.c (gdb_disable_readline): New function.
38 (_initialize_event_loop): Move comment.
39
b7c64260
EZ
402002-11-05 Elena Zannoni <ezannoni@redhat.com>
41
42 * event-loop.c (start_event_loop): Add comment.
43 Update copyright.
44
c2e1b8f2
AC
452002-11-05 Andrew Cagney <ac131313@redhat.com>
46
47 * infcmd.c (default_print_registers_info): Do not call
48 PRINT_REGISTER_HOOK.
49
87647bb0
AC
502002-11-05 Andrew Cagney <ac131313@redhat.com>
51
52 * sparc-tdep.c (sparc_print_register_hook): Make static.
53 (sparc_print_registers_info): New function.
54 (sparc_do_registers_info): New function.
55 (sparclet_print_registers_info): New function.
56 (sparclet_do_registers_info): New function.
57 (do_sparc_print_registers_info): New function.
58 (sparc_print_registers): New static function, clone of infcmd.c's
59 default_print_registers_info.
60 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
61 (sparclet_do_registers_info): Declare.
62 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
63 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
64 Re-define.
65 (sparc_do_registers_info): Declare.
66 (PRINT_REGISTER_HOOK): Delete macro.
67 (sparc_print_register_hook): Delete declaration.
68
8155455b
DC
692002-11-05 David Carlton <carlton@math.stanford.edu>
70
71 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
72 functions.
73 (lookup_symbol_aux_local): New function.
74 (lookup_symbol_aux_symtabs): New function.
75 (lookup_symbol_aux_psymtabs): New function.
76
29924310
DC
772002-11-05 David Carlton <carlton@math.stanford.edu>
78
79 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
80 previous values of 'objfile' and 'block'.
81
cc303028
PM
822002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
83
84 * values.c (value_change_enclosing_type): Set
85 enclosing_type field correctly also for the case where
86 more memory needs to be allocated.
87
1d70089a
MK
882002-11-03 Mark Kettenis <kettenis@gnu.org>
89
f16a25ae
MK
90 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
91 of puts_filtered.
92
1d70089a
MK
93 * i387-tdep.c (i387_print_float_info): Replace calls to
94 register_read and deprecated_read_register_gen with calls to
95 frame_register_read, and make the necessary adjustments to the
96 surrounding code.
97
7e20f3fb
AC
982002-11-02 Andrew Cagney <ac131313@redhat.com>
99
100 * gdbarch.sh (register_reggroup_p): Allow default value.
101 * gdbarch.h, gdbarch.c: Regenerate.
102
192dbe33
AC
1032002-11-02 Andrew Cagney <ac131313@redhat.com>
104
105 * regcache.h: Add coment indicating replacements for deprecated
106 functions.
107
b59ff9d5
AC
1082002-11-02 Andrew Cagney <cagney@redhat.com>
109
110 * reggroups.h, reggroups.c: New files.
111 * regcache.c: Include "reggroups.h".
112 (enum regcache_dump_what): Add `regcache_dump_groups'.
113 (regcache_dump): Contract size of the "Type" column. When
114 specified, dump the register's groups.
115 (maintenance_print_register_groups): New function.
116 (_initialize_regcache): Add command `maint print register-groups'.
117 * Makefile.in (COMMON_OBS): Add reggroups.o
118 (SFILES): Add reggroups.c.
119 (reggroups_h): Define.
120 (regcache.o, gdbarch.o): Update dependencies.
121 (reggroups.o): Specify dependencies.
122 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
123 Add opaque declaration for `struct reggroup' in generated .h file.
124 Include "reggroups.h" in generated .c file.
125 gdbarch.h, gdbarch.c: Re-generate.
126
4caf0990
AC
1272002-11-02 Andrew Cagney <cagney@redhat.com>
128
129 * regcache.h (deprecated_read_register_gen): Rename
130 read_register_gen.
131 (deprecated_write_register_gen): Rename write_register_gen.
132 * i387-tdep.c: Update.
133 * x86-64-linux-nat.c: Update
134 * wince.c: Update.
135 * thread-db.c: Update.
136 * win32-nat.c: Update.
137 * mips-tdep.c: Update.
138 * d10v-tdep.c: Update.
139 * cris-tdep.c: Update.
140 * remote-sim.c: Update.
141 * remote-rdi.c: Update.
142 * remote-rdp.c: Update.
143 * frame.c: Update.
144 * target.c: Update.
145 * blockframe.c: Update.
146 * x86-64-tdep.c: Update.
147 * xstormy16-tdep.c: Update.
148 * sh-tdep.c: Update.
149 * s390-tdep.c: Update.
150 * rs6000-tdep.c: Update.
151 * sparc-tdep.c: Update.
152 * i386-tdep.c: Update.
153 * dwarf2cfi.c: Update.
154 * regcache.c: Update.
155
7a7adcdf
JB
1562002-11-01 Joel Brobecker <brobecker@gnat.com>
157
158 New interix-specific files:
159 * config/i386/nm-interix.h: New file.
160 * config/i386/interix.mh: New file.
161 * config/i386/interix.mt: New file.
162 * i386-interix-nat.c: New file.
163 * i386-interix-tdep.c: New file.
164
bdcdd535
AC
1652002-11-01 Andrew Cagney <cagney@redhat.com>
166
167 * frame.h (deprecated_generic_get_saved_register): Rename
168 generic_get_saved_register.
169 * blockframe.c (deprecated_generic_get_saved_register): Update.
170 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
171 (xstormy16_frame_saved_register): Update.
172 * sh-tdep.c (sh_gdbarch_init): Update.
173 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
174 * ia64-tdep.c (ia64_get_saved_register): Update.
175 * cris-tdep.c (cris_gdbarch_init): Update.
176 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
177 * arm-tdep.c (arm_gdbarch_init): Update.
178
2a4b7c45
DJ
1792002-10-31 Daniel Jacobowitz <drow@mvista.com>
180
181 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
182
ef17e74b
DJ
1832002-10-31 Daniel Jacobowitz <drow@mvista.com>
184
185 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
186 trampolines in sigaction.
187
4904ba5b
AC
1882002-10-31 Andrew Cagney <cagney@redhat.com>
189
190 * h8300-tdep.c: Include "gdb_assert.h".
191 (h8300_print_register): Add gdbarch, file and frame parameters.
192 Use frame_read_unsigned_register to read the register's value.
193 Use fprintf_filtered to display output.
194 (h8300_print_registers_info): Replace h8300_do_registers_info.
195 (h8300_gdbarch_init): Set print_registers_info.
196
f908a0eb
AC
1972002-10-31 Andrew Cagney <cagney@redhat.com>
198
199 * frame.c (frame_read_unsigned_register): New function.
200 (frame_read_signed_register): New function.
201 * frame.h (frame_read_unsigned_register): Declare.
202 (frame_read_signed_register): Declare.
203
c5646e11
AC
2042002-10-31 Andrew Cagney <cagney@redhat.com>
205
206 * h8500-tdep.c (h8500_print_registers_info): New static function,
207 clone of infcmd.c's default_print_registers_info.
208 (h8500_do_registers_info): New funtion.
209 (h8500_print_register_hook): Rename print_register_hook, make
210 static.
211
212 * config/h8500/tm-h8500.h: Update copyright.
213 (DEPRECATED_DO_REGISTERS_INFO): Define.
214 (h8500_do_registers_info: Declare.
215 (PRINT_REGISTER_HOOK): Delete macro.
216 (print_register_hook): Delete function.
217
0bdd672b
AC
2182002-10-31 Andrew Cagney <cagney@redhat.com>
219
220 * z8k-tdep.c (z8k_print_register_hook): Make static.
221 (z8k_print_registers_info): New static function, clone of
222 infcmd.c's default_print_registers_info.
223 (z8k_do_registers_info): New function. Wrap
224 z8k_print_registers_info.
225 * config/z8k/tm-z8k.h: Update copyright.
226 (PRINT_REGISTER_HOOK): Delete macro.
227 (z8k_print_register_hook): Delete declaration.
228 (DEPRECATED_DO_REGISTERS_INFO): Define.
229 (z8k_do_registers_info): Declare.
230
bf9c25dc
JB
2312002-10-30 Joel Brobecker <brobecker@gnat.com>
232
233 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
234 as this is already provided by value.h, and was actually causing
235 a compilation error because of a conflict in parameter type
236 declaration due to a missing const keyword.
237 (low_text_segment_addres): Fix a compilation warning.
238
2c665b51
DJ
2392002-10-29 Daniel Jacobowitz <drow@mvista.com>
240
241 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
242 registers without a name.
243 (mips_linux_cannot_store_register): Don't store registers without
244 a name.
245
e70ea697
DC
2462002-10-28 David Carlton <carlton@math.stanford.edu>
247
248 * symtab.c (find_addr_symbol): Delete. (It was already commented
249 out.)
250 * symtab.h: Delete prototype for find_addr_symbol.
251
903ad3a6
AC
2522002-10-26 Andrew Cagney <cagney@redhat.com>
253
254 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
255 DO_REGISTERS_INFO.
256 gdbarch.h, gdbarch.c: Re-generate.
257 * infcmd.c (default_print_registers_info): Update reference.
258 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
259 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
260 * sh-tdep.c (sh_gdbarch_init): Ditto.
261 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
262 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
263
ab91194c
MK
2642002-10-26 Mark Kettenis <kettenis@gnu.org>
265
e3033f15
MK
266 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
267 cfi_init_extra_frame_info.
268 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
269 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
270
b83b026c
MK
271 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
272 target where necessary. Add more comments and remove the ones
273 that don't provide any useful information.
274
267bf4bb
MK
275 * i386-tdep.c (i386_frame_saved_pc): Replace call to
276 deprecated_read_register_dummy with
277 frame_unwind_unsigned_register.
278
751f1375
MK
279 * i386-tdep.c (i386_extract_struct_value_address): Use
280 regcache_raw_read_unsigned instead of
281 regcache_cooked_read_unsigned since we know that the register
282 we're reading isn't a pseudo register. Rename variable 'val' into
283 the more descriptive 'addr'.
284
26abbdc4
MK
285 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
286 (x86_64_push_return_address): Add comment.
287 (x86_64_pop_frame): Make static.
288 (examine_argument): Clarify comment.
289 (x86_64_skip_prologue): Make prolog_expact variable static.
290
9f1549cc
MK
291 * dwarf2cfi.c: Fix some formatting problems.
292 (context_cpy, read_encoded_pointer): Clarify comments.
293
ab91194c
MK
294 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
295 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
296 i386 target back into x86_64_gdbarch_init. Add some comments and
297 remove meaningless ones.
298
72367fb4
AC
2992002-10-25 Andrew Cagney <cagney@redhat.com>
300
301 * complaints.h (struct deprecated_complaint): Rename `struct
302 complaint'.
303 * complaints.c (complain): Update.
304 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
305 incorrect comment indicating that "symfile.h" was being included
306 for the `struct complaint' definition.
307 * remote-vx.c: Update.
308 * objc-lang.c: Update.
309 * xcoffread.c: Update.
310 * hpread.c: Update.
311 * mdebugread.c: Update.
312 * stabsread.c: Update.
313 * dwarf2read.c: Update.
314 * dwarfread.c: Update.
315 * elfread.c: Update.
316 * coffread.c: Update.
317 * stabsread.h: Update.
318 * dbxread.c: Update.
319 * buildsym.c: Update.
320 * gdbtypes.c: Update.
321 * macrotab.c: Update.
322
1f2baacc
MK
3232002-10-25 Mark Kettenis <kettenis@gnu.org>
324
0c1a73d6
MK
325 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
326 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
327 (x86_64_init_abi): ...new function.
328
6aee4d54 329 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
330 * i386v-nat.c: Include "i386-tdep.h".
331
8f9cbe01
AC
3322002-10-25 Andrew Cagney <cagney@redhat.com>
333
5f11f355
AC
334 * gdbtypes.c (address_space_name_to_int): Update.
335 (address_space_int_to_name): Update.
336 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
337 multi-arch predicate.
338 (address_class_name_to_type_flags): Ditto.
339 * gdbarch.h, gdbarch.c: Re-generate.
340
8f9cbe01
AC
341 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
342
e8d96a5d
MH
3432002-10-24 Martin M. Hunt <hunt@redhat.com>
344
345 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
346
fe39c653
EZ
3472002-10-24 Elena Zannoni <ezannoni@redhat.com>
348
349 * symtab.h (INIT_SAL): Delete macro.
350 (init_sal): Export.
351 * symtab.c (init_sal): New function.
352
353 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
354 to init_sal function call.
355 (find_sal_from_funcs_and_line): Ditto.
356 (all_sals_for_line): Ditto.
357 * breakpoint.c (create_internal_breakpoint): Ditto.
358 (create_fork_vfork_event_catchpoint): Ditto.
359 (create_exec_event_catchpoint): Ditto.
360 (parse_breakpoint_sals): Ditto.
361 (watch_command_1): Ditto.
362 (handle_gnu_4_16_catch_command): Ditto.
363 (clear_command): Ditto.
364 * hppa-tdep.c (child_enable_exception_callback): Ditto.
365 * infcmd.c (run_stack_dummy): Ditto.
366 * infrun.c (process_event_stop_test): Ditto.
367 (check_sigtramp2): Ditto.
368 (step_over_function): Ditto.
369 * linespec.c (decode_line_2): Ditto.
370 (decode_line_1): Ditto.
371 * source.c (line_info): Ditto.
372 * symtab.c (find_pc_sect_line): Ditto.
373
baed091b
ML
3742002-10-24 Michal Ludvig <mludvig@suse.cz>
375
376 * dwarf2cfi.c (struct context)
377 (struct context_reg): Moved to dwarf2cfi.h
378 (context_alloc, frame_state_alloc, context_cpy):
379 Made extern instead of static, removed prototypes.
380 * dwarf2cfi.h (struct context)
381 (struct context_reg): New, moved from dwarf2cfi.c
382 (context_alloc, frame_state_alloc, context_cpy):
383 New prototypes.
384 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
385 Changed from static to extern.
386 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
387 (LINUX_SIGCONTEXT_FP_OFFSET)
388 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
389 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
390 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
391 * x86-64-tdep.c (x86_64_gdbarch_init): Several
392 set_gdbarch_*() calls now use x86-64 specific functions
393 instead of DWARF2 CFI ones.
394 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
395 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
396 (x86_64_init_extra_frame_info): New prototypes.
397
c38da1af
DC
3982002-10-23 David Carlton <carlton@math.stanford.edu>
399
400 * linespec.c: #include "parser-defs.h".
401 Delete prototype for find_template_name_end.
402 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
403
fb9b6b35
JJ
4042002-10-23 Jeff Johnston <jjohnstn@redhat.com>
405
406 * NEWS: add recent mi fixes.
407 * varobj.c (struct varobj): Add new "updated" flag.
408 (new_variable): Default "updated" flag to 0.
409 (varobj_set_value): Set "updated" flag to 1 if value
410 changes.
411 (varobj_update): Check varobj "updated" flag before
412 comparing old and refreshed values. Fix for
413 PR gdb/702.
414
8da065d5
DC
4152002-10-23 David Carlton <carlton@math.stanford.edu>
416
417 * parse.c (parse_exp_1): Use BLOCK_START.
418 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
419 SYMBOL_BLOCK_VALUE.
420 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
421
87f2f08c
DC
4222002-10-23 David Carlton <carlton@math.stanford.edu>
423
424 * symtab.c: Delete cplusplus_hint.
425 Delete prototype for find_template_name_end.
426
88cda038
EZ
4272002-10-23 Elena Zannoni <ezannoni@redhat.com>
428
429 * symtab.h: Update comment.
430
2625d86c
MS
4312002-10-23 Michael Snyder <msnyder@redhat.com>
432
433 * printcmd.c (address_info): Restore quotes in output.
434 * valops.c (value_of_local): Restore quotes in error message.
435
9cc0d196
EZ
4362002-10-23 Elena Zannoni <ezannoni@redhat.com>
437
438 * symtab.c (symbol_demangled_name): New function.
439 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
440 turning most of it into a function.
441 (symbol_demangled_name): Export.
442
19de93d0
MS
4432002-10-23 Michael Snyder <msnyder@redhat.com>
444
445 * valops.c (value_of_local): Restore quotes in error message.
446
89aad1f9
EZ
4472002-10-23 Elena Zannoni <ezannoni@redhat.com>
448
449 * symtab.c (symbol_init_language_specific): New function.
450 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
451 turning most of it into a function.
452 (symbol_init_language_specific): Export.
453
d9fa45fe
DC
4542002-10-23 David Carlton <carlton@math.stanford.edu>
455
456 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
457 (dwarf_attr_name): Ditto.
458 (dwarf_type_encoding_name): Ditto.
459 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
460 (process_die): Handle DW_TAG_namespace,
461 DW_TAG_imported_declaration, DW_TAG_imported_module.
462 (read_namespace): New function.
463
1045b512
JB
4642002-10-22 Joel Brobecker <brobecker@gnat.com>
465
466 * configure.in: Define NEW_PROC_API on Interix too.
467 * configure: Regenerate.
468
4692002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
470
471 * configure: Regenerate using the proper version of autoconf.
472
3987b9d4
EZ
4732002-10-21 Elena Zannoni <ezannoni@redhat.com>
474
475 * findvar.c (read_var_value): Temporarily disable TLS code, until
476 complete TLS support is added.
477
9d774e44
EZ
4782002-10-21 Jim Blandy <jimb@redhat.com>
479 Elena Zannoni <ezannoni@redhat.com>
480
481 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
482 for thread local storage locations.
483 (struct symbol): Add objfile field.
484 (SYMBOL_OBJFILE): Define.
485 * dwarf2read.c (is_thread_local): New static variable.
486 (new_symbol): If variable is in thread local fill in address class
487 and objfile appropriately.
488 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
489 stack operation.
490 * printcmd.c (address_info): Print the information for thread
491 local storage variable.
492 * findvar.c (read_var_value): In case of thread local variable,
493 defer to the target vector code to compute address.
494
bc4a16ae
EZ
4952002-10-21 Elena Zannoni <ezannoni@redhat.com>
496
497 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
498 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
499
407caf07
EZ
5002002-10-21 Elena Zannoni <ezannoni@redhat.com>
501
502 * symtab.h (address_class): Rename
503 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
504 * hpread.c (hpread_process_one_debug_symbol): Ditto.
505 * printcmd.c (address_info): Ditto.
506 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
507
005328e3
MK
5082002-10-20 Mark Kettenis <kettenis@gnu.org>
509
afdb036a
MK
510 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
511 DBREG_DRX macro to acces debug registers.
512
ca02e098
MK
513 * Makefile.in (i386obsd-tdep.o): New target.
514
03cc47f7
MK
515 * solib-sunos.c: Include "bcache.h" and "regcache.h".
516 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
517
005328e3
MK
518 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
519 * config/i386/obsd.mt: New file.
520 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
521 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
522 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
523 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
524 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
525 * i386obsd-tdep.c: New file.
526
9c96f9f2
AF
5272002-10-19 Adam Fedor <fedor@gnu.org>
528
529 * objc-exp.y (name_not_typename): Fix invalid comment.
530
ce1ed485
MK
5312002-10-20 Mark Kettenis <kettenis@gnu.org>
532
533 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
534 to allocate partial syms and macro byte caches.
535
1efc7aaa
DC
5362002-10-18 David Carlton <carlton@math.stanford.edu>
537
538 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
539
7e1d63ec
AF
5402002-10-18 Adam Fedor <fedor@gnu.org>
541
542 * stabsread.c (find_name_end): New function.
543 (define_symbol): Use it.
544
6e8d29a9
DJ
5452002-10-18 Daniel Jacobowitz <drow@mvista.com>
546
547 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
548 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
549 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
550 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
551
1efc7aaa 5522002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
553
554 * symfile.h: Add opaque declaration for struct obstack.
555 Declare obsavestring to take a const char *.
556 * symfile.c (obsavestring): Make first argument a const char *.
557
1aeae86e
AF
5582002-10-16 Adam Fedor <fedor@gnu.org>
559
560 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
561 names when matching breakpoints in current file.
562
8b2dbe47
KB
5632002-10-16 Kevin Buettner <kevinb@redhat.com>
564
565 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
566 (read_tag_pointer_type): Add address class support.
567 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
568 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
569 New methods.
570 * gdbarch.h, gdbarch.c: Regenerate.
571 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
572 (make_type_with_address_space, recursive_type_dump): Add address
573 class support.
574 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
575 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
576 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
577
74451869
KD
5782002-10-16 Klee Dienes <kdienes@apple.com>
579
580 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
581 to get the last character of a char[] buffer, not
582 name[sizeof(vptr_name)-1].
583
ff4cb3e8
AF
5842002-10-14 Adam Fedor <fedor@gnu.org>
585
586 * symtab.h: New objc_specific struct.
587 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
588 (SYMBOL_DEMANGLED_NAME): Likewise.
589
da2cf7e0
AF
5902002-10-14 Adam Fedor <fedor@gnu.org>
591
592 * symfile.c (init_filename_language_table): Add ObjC file extension.
593
4a351cef
AF
5942002-10-14 Adam Fedor <fedor@gnu.org>
595
596 * utils.c (puts_filtered_tabular): New function.
597 (fprintf_symbol_filtered): Get ObjC demangled name.
598 * defs.h (puts_filtered_tabular): Declared.
599
9750e763
KB
6002002-10-14 Kevin Buettner <kevinb@redhat.com>
601
602 * c-lang.h (c_type_print_varspec_prefix): Delete.
603 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
604 ``need_post_space'' parameter. Adjust all callers.
605
eee771c1
DJ
6062002-10-14 Daniel Jacobowitz <drow@mvista.com>
607
608 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
609 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
610 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
611 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
612
46c82446
AF
6132002-10-13 Adam Fedor <fedor@gnu.org>
614
615 * source.c (print_source_lines): Update comments.
616
d069f99d
AF
6172002-10-13 Adam Fedor <fedor@gnu.org>
618
619 * valops.c (value_of_local): New function.
620 (value_of_this): Use it.
621 * value.h (value_of_local): Declared.
622
53c551b7
AF
6232002-10-13 Adam Fedor <fedor@gnu.org>
624
625 * parse.c: (length_of_subexp, prefixify_subexp): Handle
626 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
627
eb392fbf
AF
6282002-10-12 Adam Fedor <fedor@gnu.org>
629
630 * language.c (binop_result_type): Add language_objc to case.
631 (integral_type): Likewise.
632 (character_type): Likewise.
633 (string_type): Likewise.
634 (boolean_type): Likewise.
635 (structured_type): Likewise.
636 (binop_type_check): Likewise.
637
e2b23ee9
AF
6382002-10-11 Adam Fedor <fedor@gnu.org>
639
640 * printcmd.c (address_info): Print 'self' for ObjC.
641
b01ab485
AF
6422002-10-11 Adam Fedor <fedor@gnu.org>
643
644 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
645 OP_SELF.
646
806e6073
AF
6472002-10-11 Adam Fedor <fedor@gnu.org>
648
649 * language.h (CAST_IS_CONVERSION): Add language_objc.
650
50f85cdf
AF
6512002-10-11 Adam Fedor <fedor@gnu.org>
652
653 * defs.h (enum language): Add language_objc.
654
0d540cdf
KD
6552002-10-11 Klee Dienes <kdienes@apple.com>
656
69266111 657 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
658 * gdbcore.h (read_memory_typed_address): Add prototype.
659 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
660 to read a value destined for a CORE_ADDR, not read_memory_integer.
661 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
662 (f77_get_dynamic_lowerbound): Ditto.
663
d5dc7960
MH
6642002-10-11 Martin M. Hunt <hunt@redhat.com>
665
666 * utils.c (string_to_core_addr): After turning string into
667 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
668 which will do necessary sign-extension, etc.
669
8343f86c
DJ
6702002-10-11 Daniel Jacobowitz <drow@mvista.com>
671
672 * c-exp.y (THIS): Delete token and grammar rule.
673 (yylex): Don't return THIS.
674 * cp-valprint.c (vtbl_ptr_name_old): Delete.
675 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
676 * demangle.c (cplus_markers): Update comment. Put '$'
677 first. Remove CPLUS_MARKER.
678 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
679 * jv-exp.y (THIS): Delete token and grammar rule.
680 (yylex): Don't return THIS.
681 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
682 * objc-exp.y (THIS): Delete token and grammar rule.
683 (yylex): Don't return THIS.
684 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
685 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
686 (read_member_functions): Likewise for opname.
687 (read_tilde_fields): Use is_cplus_marker.
688
689 * defs.h (CPLUS_MARKER): Don't define.
690 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
691 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
692 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
693 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
694 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
695
696 * config/i386/tm-i386v4.h: Delete file.
697 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
698 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
699 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
700 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
701 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
702 * config/i386/i386sco5.mt (TM_FILE): Likewise.
703 * config/i386/i386v4.mt (TM_FILE): Likewise.
704 * config/i386/ncr3000.mt (TM_FILE): Likewise.
705
967c0d83
MM
7062002-10-10 Marko Mlinar <markom@opencores.org>
707
708 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
709 accidentially not commited 2002-10-09
710 * gdbarch.h, gdbarch.c: Re-generate.
711
f74fa174
MM
7122002-10-09 Marko Mlinar <markom@opencores.org>
713
714 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
715 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
716 * gdbarch.h, gdbarch.c: Re-generate.
717
57349743
JB
7182002-10-08 Petr Sorfa <petrs@caldera.com>
719
720 Revised and re-submitted by John Wolfe <jlw@caldera.com>
721
722 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
723 so we can work on more than one compilation unit at a time. This
724 helps prepare GDB to handle inter-CU die references.
725 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
726 the code to be defined before struct comp_unit_head.
727 (comp_unit_head): Added new members - offset, cu_head,
728 begin_die, next and dwarf2_abbrevs.
729 (dwarf2_abbrevs): Removed single static var; now member of
730 struct comp_unit_head.
731 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
732 members.
733 (psymtab_to_symtab_1): Changed to work with the new
734 struct comp_unit_head.
735 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
736 constructs the dwarf2_abbrevs[] inside the cu_header.
737 (dwarf2_empty_abbrev_table): Now expects a ptr to a
738 dwarf2_abbrev table to clean up.
739 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
740 handling of dwarf2_abbrevs inside the cu_header.
741 (read_partial_die): Now supports the call to the new
742 dwarf2_lookup_abbrev.
743 (read_full_die): Now supports the call to the new
744 dwarf2_lookup_abbrev.
745
4092aadb
CF
7462002-10-06 Christopher Faylor <cgf@redhat.com>
747
748 * Makefile.in (install-gdbtk): Add missing continuation backslash to
749 insure that shell variables, such as "transformed_name" are propagated
750 to later shell statements in rule.
751
af0b2512
MK
7522002-10-06 Mark Kettenis <kettenis@gnu.org>
753
754 * config/i386/nm-i386sco.h: Add protection against
755 multiple-inclusion. Include "i386/nm-i386v.h".
756 (REGISTER_U_ADDR): Remove define.
757 (i386_register_u_addr): Remove prototype.
758
d6020d45
MS
7592002-10-04 Michael Snyder <msnyder@redhat.com>
760
761 * m32r-stub.c (handle_exception): Make sure exception is "trap"
762 before treating it as a single-step event.
763
7248f48e
AF
7642002-10-03 Adam Fedor <fedor@gnu.org>
765
766 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
767 (objc_demangle): Remove assignment in if statements, Replace
768 free with xfree.
769 (add_msglist): Likewise.
770 (end_msglist): Likewise.
771 (complare_selectors): Likewise.
772 (selectors_info): Likewise.
773 (compare_classes): Likewise.
774 (classes_info): Likewise.
775 (print_object_command): Likewise.
776 (find_objc_msgcall_submethod): Replace PTR with void *.
777 * objc-lang.h: Remove check for __STDC__.
778
52c6a6ac
JJ
7792002-10-03 Jeff Johnston <jjohnstn@redhat.com>
780
781 * ui-out.h (ui_out_field_fmt_int): New prototype.
782 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
783 of field width and alignment.
784 * stack.c (print_frame_info_base): When printing frame level, use
785 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
786 PR gdb/192
787
7e3cec17
JJ
7882002-10-03 Jeff Johnston <jjohnstn@redhat.com>
789
790 * MAINTAINERS: Add self to Write After Approval list.
791
a58dd373
EZ
7922002-10-02 Elena Zannoni <ezannoni@redhat.com>
793
794 * infcmd.c (interrupt_target_command_wrapper): Delete.
795 (interrupt_target_command): Make non static.
796 (nofp_registers_info): Make static.
797 * stack.c (return_command_wrapper): Delete.
798 (return_command): Make non static.
799
cee6ddeb
EZ
8002002-10-02 Elena Zannoni <ezannoni@redhat.com>
801
802 * event-top.c (gdb_setup_readline): New function. Code moved from
803 _initialize_event_loop().
804 (_initialize_event_loop): Call gdb_setup_readline().
805
c4ed33b9
AC
8062002-10-02 Andrew Cagney <ac131313@redhat.com>
807
808 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
809 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
810 * gdbarch.h, gdbarch.c: Re-generate.
811
cef4f5dd
DJ
8122002-10-02 Daniel Jacobowitz <drow@mvista.com>
813
814 Fix PR gdb/778
815 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
816 before recursing.
817 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
818 of fill_in_vptr_fieldno.
819
36dc181b 8202002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 821
36dc181b
EZ
822 * inferior.h (registers_info, stepi_command, nexti_command,
823 continue_command, interrupt_target_command): Export from infcmd.c.
824 * frame.h (args_info, selected_frame_level_changed_hook,
825 return_command): Export from stack.c.
826 * v850ice.c (stepi_command, nexti_command, continue_command): use
827 prototypes from inferior.h.
828 * tracepoint.c (registers_info, args_info, locals_info): Use
829 prototypes from frame.h and inferior.h.
830 * Makefile.in (mi-main.o): Add dependency on frame.h.
831
6f99cb26
AC
8322002-10-02 Andrew Cagney <ac131313@redhat.com>
833
da3eff49
AC
834 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
835 value in register 3 adjusted by ppc_gp0_regnum.
836
6f99cb26
AC
837 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
838
da615bee
MM
8392002-10-02 Marko Mlinar <markom@opencores.org>
840
841 * MAINTAINERS: Add myself to the Write After Approval list.
842
d154bee2
AO
8432002-10-01 Alexandre Oliva <aoliva@redhat.com>
844
62a49b2c
AO
845 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
846 of the section for the N64 ABI, fixed.
847
d154bee2
AO
848 * config/mips/tm-irix6.h: Include solib.h.
849
ed348acc
EZ
8502002-10-01 Elena Zannoni <ezannoni@redhat.com>
851
852 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
853 GNU operators.
854
da0f9dcd
AC
8552002-10-01 Andrew Cagney <ac131313@redhat.com>
856
857 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
858 and that "mi0" syntax has been removed.
859
bdf64bac
DC
8602002-09-30 David Carlton <carlton@math.stanford.edu>
861
862 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
863 * ppc-sysv-tdep.c: #include "gdb_string.h".
864 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
865 pacify GCC.
866
54c2a1e6
AC
8672002-10-01 Andrew Cagney <ac131313@redhat.com>
868
869 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
870 "vrsave"'s register number.
871
cedea778
AC
8722002-09-30 Andrew Cagney <ac131313@redhat.com>
873
874 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
875 use frame_unwind_signed_register to obtain the PC.
876 (mips_frame_chain): Handle a generic dummy frame.
877 (mips_init_extra_frame_info): When a generic dummy frame, don't
878 re-compute the frame base.
879 (mips_pop_frame): Handle generic dummy frames.
880 (mips_gdbarch_init): When generic dummy frames, set
881 use_generic_dummy_frames, push_dummy_frame to
882 generic_push_dummy_frame, pc_in_call_dummy to
883 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
884 generic_save_dummy_frame_tos.
885
68315eb8
AC
8862002-09-30 Andrew Cagney <ac131313@redhat.com>
887
888 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
889 against TOP when TOP was explictly set.
890 (generic_push_dummy_frame): Set TOP to zero.
891
3b8630c3
EZ
8922002-09-30 Elena Zannoni <ezannoni@redhat.com>
893
894 * event-loop.c (start_event_loop): Rename variable 'result' to
895 'gdb_result', to avoid conflicts with upcoming intepreters changes.
896
28ee05e9
KS
8972002-09-30 Keith Seitz <keiths@redhat.com>
898
899 * gdb-events.sh (selected_thread_changed): New event.
900 * gdb-events.c: Regenerated.
901 * gdb-events.h: Regenerated.
902
6eecb1c8
HPN
9032002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
904
905 * MAINTAINERS: Add self to Write After Approval list.
906
92df71f0
FN
9072002-09-30 Fernando Nasser <fnasser@redhat.com>
908
3b8630c3
EZ
909 * disasm.c: New file.
910 * disasm.h: New file.
92df71f0
FN
911 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
912 (compare_lines): Ditto.
913 (dump_insns): Ditto.
3b8630c3
EZ
914 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
915 argument.
92df71f0 916 (do_assembly_only): Ditto.
3b8630c3
EZ
917 (do_disassembly): Renamed to gdb_disassembly and moved to
918 disasm.c. Sdded uiout argument.
919 * Makefile.in: Add new files. Reorder SFILES list. Update
920 dependencies. Include libgdb.a later in the insight executable.
92df71f0 921
0c22854d
AC
9222002-09-29 Andrew Cagney <ac131313@redhat.com>
923
924 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
925 bfd/elf64-alpha-fbsd.c.
926
e67f2023
AC
9272002-09-29 Andrew Cagney <ac131313@redhat.com>
928
929 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
930 i386gnu-tdep.c.
931
89396210
AC
9322002-09-29 Andrew Cagney <ac131313@redhat.com>
933
934 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
935 __FUNCTION__.
936 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
937 function name.
938 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
939 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
940 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
941 (S_msg_sig_post_reply): Ditto.
942
7079c36c
CV
9432002-09-28 Corinna Vinschen <vinschen@redhat.com>
944
89396210
AC
945 * sh-tdep.c (sh_use_struct_convention): Use definition according
946 to ABI.
7079c36c
CV
947 (sh_push_arguments): Store in register with correct endianess.
948 (sh_default_store_return_value): Ditto.
949 (sh_gdbarch_init): Set sizeof long double to 8.
950
975ac915
MK
9512002-09-27 Mark Kettenis <kettenis@gnu.org>
952
953 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
954 Fix some whitespace problems.
955
9bbe19fb
DC
9562002-09-27 David Carlton <carlton@math.stanford.edu>
957
958 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
959 (mcore-tdep.o): Ditto.
960 (ns32k-tdep.o): Ditto.
961 (ns32knbsd-tdep.o): Ditto.
962 (sh3-rom.o): Ditto.
963 (vax-tdep.o): Ditto.
964 * cris-tdep.c: #include "gdb_string.h"
965 * mcore-tdep.c: Ditto.
966 * ns32k-tdep.c: Ditto.
967 * ns32knbsd-tdep.c: Ditto.
968 * sh3-rom.c: Ditto.
969 * vax-tdep.c: Ditto.
970
43b2fdc7
DC
9712002-09-27 David Carlton <carlton@math.stanford.edu>
972
973 * config/djgpp/fnchange.lst: Add entries for
974 gdb/testsuite/gdb.c++/m-static files.
975
e8cfbbd9
JW
9762002-09-27 Jim Wilson <wilson@redhat.com>
977
978 * MAINTAINERS: Add myself to the Write After Approval list.
979
43b2fdc7 9802002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
981
982 * mips-tdep.c (find_proc_desc): Initialize startaddr.
983
984
9f3b7f07
AC
9852002-09-26 Andrew Cagney <ac131313@redhat.com>
986
987 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
988 frame.
989
11269d7e
AC
9902002-09-26 Andrew Cagney <ac131313@redhat.com>
991
992 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
993 (rs6000_struct_return_address): Delete variable.
994 (rs6000_store_struct_return): Update.
995 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
996 deprecated_extract_struct_value_address.
997 (rs6000_frame_align): New function.
998 (rs6000_gdbarch_init): Set frame_align.
999
f15ab4a7
AC
10002002-09-26 Andrew Cagney <ac131313@redhat.com>
1001
1002 From Grace Sainsbury <graces@redhat.com>:
1003 * Makefile.in (gdbtk-main.o): New target.
1004 (gdb.o): New target.
1005 (main_h): Define.
1006 (main.o): Update dependencies.
1007 (gdb$(EXEEXT)): Add gdb.o.
1008 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1009 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1010 (SUBDIR_GDBTK_CLEAN): Set.
1011 (install-gdbtk): Install the insight binary.
1012 (uninstall-gdbtk): New target.
1013 (all-gdbtk, clean-gdbtk): New rule.
1014 * top.c (use_windows): Default to zero.
1015 * main.c: Include "main.h".
1016 (main): Delete.
1017 (struct captured_main_args): Delete.
1018 (gdb_main): New function.
1019 * main.h: New file.
1020 * gdb.c: New File.
1021
e36180d7
AC
10222002-09-25 Andrew Cagney <cagney@redhat.com>
1023
1024 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1025 (frame_map_regnum_to_name): New function.
1026 (frame_map_name_to_regnum): New function.
1027 * frame.h (frame_map_name_to_regnum): Declare.
1028 (frame_map_regnum_to_name): Declare.
1029 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1030 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1031 * parse.c: Do not include "builtin-regs.h".
1032 (target_map_name_to_register): Delete function.
1033 (write_dollar_variable): Use frame_map_name_to_regnum.
1034 * parser-defs.h (target_map_name_to_register): Delete declaration.
1035 * expprint.c: Include "frame.h".
1036 (print_subexp): Use frame_map_regnum_to_name.
1037 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1038 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1039
8b69000d
AC
10402002-09-25 Andrew Cagney <ac131313@redhat.com>
1041
1042 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1043 wasn't saved, and the next innermost frame is a dummy, return the
1044 dummy frame's link register.
1045
046ca86a
JB
10462002-09-24 Jim Blandy <jimb@redhat.com>
1047
1048 Fix from Paul Breed:
1049 * main.c (captured_main): Add a `break' after the case for 'b'.
1050
94b66fa7
KS
10512002-09-24 Keith Seitz <keiths@redhat.com>
1052
1053 * varobj.c (c_type_of_child): Use get_target_type instead
1054 of TYPE_TARGET_TYPE.
1055
c214a6fd
FN
10562002-09-22 Fernando Nasser <fnasser@redhat.com>
1057
53cb0458
FN
1058 * source.c (get_current_or_default_source_symtab_and_line): Remove
1059 function.
1060 (set_default_source_symtab_and_line): New function. Attempts to
1061 determine a source file to list lines from if one is not currently
1062 defined.
1063 (get_current_source_symtab_and_line): Initialize sal.pc and
1064 sal.end fields.
1065 (set_current_source_symtab_and_line): Mark argument as const.
1066 * source.h: Update declarations and comments.
1067 * linespec.c (decode_line_1): Replace call to removed routine above.
1068 * stack.c (print_frame_info_base): Ditto.
1069 * cli/cli-cmds.c (edit_command): Ditto.
1070 (list_command): Ditto.
1071
10722002-09-22 Fernando Nasser <fnasser@redhat.com>
1073
d6020d45 1074 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1075 sal.pc and sal.end fields.
c214a6fd
FN
1076 (get_current_or_default_source_symtab_and_line): Ditto.
1077 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1078 so we do not cause a new source symtab to be searched for (reverting an
1079 unintentional change from the 2002-09-20 patch).
1080 * scm-lang.c (scm_unpac): Ditto.
1081
cc3b68a5
AC
10822002-09-21 Andrew Cagney <cagney@redhat.com>
1083
1084 * complaints.c (symfile_explanations): Remove new-line from
1085 ``isolated_message''.
1086 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1087 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1088
5835abe7
NC
10892002-09-20 Nick Clifton <nickc@redhat.com>
1090
1091 * NEWS: Announce that V850EA ISA is no longer supported.
1092 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1093
a15ef5f5
DC
10942002-09-20 David Carlton <carlton@math.stanford.edu>
1095
06ba1b39
DC
1096 * Makefile.in (c-lang.o): Correct dependencies.
1097 (utils.o): Gather dependencies.
1098 (charset.o): Move.
a15ef5f5
DC
1099 * c-lang.c: #include "gdb_string.h"
1100
87885426
FN
11012002-09-20 Fernando Nasser <fnasser@redhat.com>
1102
1103 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1104 * cli/cli-cmds.c (list_command): New function. Implements the new
1105 cli edit command.
1106 (_init_cli_cmds): Add new command definition.
1107 * gdb.1: Document edit command.
1108 * doc/gdb.texinfo: Document edit command.
1109
11102002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1111
1112 * source.c: Make global variables current_source_symtab and
1113 current_source_line static.
1114 (list_command): Moved to cli/cli-cmds.c.
1115 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1116 (get_first_line_listed): New accessor function.
1117 (get_lines_to_list): New accessor function.
1118 (get_current_source_symtab_and_line): New function. Retrieves the
1119 position in the source code that we consider current.
1120 (get_current_or_default_source_symtab_and_line): New function.
1121 Like the above but attempts to determine a default position if one
1122 is not currently defined.
1123 (set_current_source_symtab_and_line): New function. Sets the source
1124 code position considered current and returns the previously set one.
1125 (clear_current_source_symtab_and_line): Reset stored information about
1126 a current source line.
1127 (_initialize_source): Remove registration for the "list" command and
1128 its alias.
1129 * source.h: Add declarations for the new functions above.
1130 * symtab.h: Remove declarations for the global variables mentioned
1131 above.
1132 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1133 obtain current source line.
1134 * linespec.c (decode_line_1): Ditto.
1135 * macroscope.c (default_macro_scope): Ditto.
1136 * scm-lang.c (scm_unpac): Ditto.
1137 * stack.c (print_frame_info_base): Ditto.
1138 * symfile.c (clear_symtab_users): Ditto.
1139 * symtab.c (decode_line_spec): Ditto.
1140 * cli/cli-cmds.c (list_command): Moved here from source.c.
1141 (ambiguous_line_spec): Moved here from source.c.
1142 (_init_cli_cmds): Add definition for "list" and its alias.
1143 * Makefile.in: Update dependencies.
1144
ddd216ea
CV
11452002-09-20 Corinna Vinschen <vinschen@redhat.com>
1146
1147 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1148 with what gcc thinks is correct.
1149
6d305052
CV
11502002-09-20 Corinna Vinschen <vinschen@redhat.com>
1151
1152 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1153 multiple register push instruction.
1154
234b45d4
KB
11552002-09-19 Jim Blandy <jimb@redhat.com>
1156
1157 Add support for distinct host and target character sets.
1158 * charset.c, charset.h: New files.
1159 * c-exp.y: #include "charset.h".
1160 (yylex): Convert character and string literals to the target
1161 character set, before returning them as the semantic value of the
1162 token.
1163 * c-lang.c: #include "charset.h".
1164 (c_emit_char): Use charset-specific methods to recognize
1165 characters with backslash escape forms, to decide which characters
1166 to print literally and which to print using numeric escape
1167 sequences, and to convert target characters to host characters
1168 before printing.
1169 * utils.c: #include "charset.h".
1170 (no_control_char_error): New function.
1171 (parse_escape): Use charset-specific methods to recognize
1172 backslash escapes, parse `control character' notation, and convert
1173 characters from the host character set to the target character set.
1174 * configure.in: Set the default host character set.
1175 Check where to find iconv, and what its argument types might be.
1176 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1177 * Makefile.in (SFILES): List charset.c.
1178 (COMMON_OBS): List charset.o.
1179 (charset.o): New rule.
1180 (charset_h): New header dependency variable.
1181 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1182 (LIBICONV): New variable, set by configure.
1183 (CLIBS): Include $(LIBICONV) here.
1184 * aclocal.m4, config.in, configure: Regenerated.
1185
525d6a61
JB
11862002-09-19 Joel Brobecker <brobecker@gnat.com>
1187
1188 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1189 bison 1.35 warning.
1190
3ed93867
RE
11912002-09-19 Richard Earnshaw <rearnsha@arm.com>
1192
1193 * gdb_mbuild.sh: New file.
1194
437666f8
AC
11952002-09-19 Andrew Cagney <ac131313@redhat.com>
1196
1197 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1198
389e51db
AC
11992002-09-18 Andrew Cagney <ac131313@redhat.com>
1200
1201 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1202 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1203 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1204 valops.c, value.h: Revert previous change.
1205
3b4efeaa
MS
12062002-09-18 Michael Snyder <msnyder@redhat.com>
1207
1208 Preliminary support for Objective-C:
1209 * defs.h (language_objc): New enum value.
1210 (puts_filtered_tabular): Declaration only, exported from utils.c.
1211 (skip_quoted): Delete, declared in completer.h.
1212 * c-exp.y: Include completer.h.
1213 * p-exp.y: Ditto.
1214 * jv-exp.y: Ditto.
1215 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1216 New operator enum values.
1217 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1218 * language.c (binop_result_type): Handle language_objc case.
1219 (integral_type, character_type, string_type, boolean_type,
1220 structured_type, binop_type_check): Ditto.
1221 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1222 (struct objc_specific): Add to general_symbol_info.
1223 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1224 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1225 * parser-defs.h (struct objc_class_str): New struct type.
1226 (start_msglist, end_msglist, add_msglist): Declaration only,
1227 exported from objc-lang.c.
1228 * value.h (value_of_local, value_nsstring,
1229 call_function_by_hand_expecting_type): Exported from valops.c.
1230 * valops.c (find_function_addr): Export.
1231 (call_function_by_hand_expecting_type): New function.
1232 (value_of_local): New function.
1233 * symfile.c (init_filename_language_table): Add ".m" extension
1234 for Objective-C.
1235 * utils.c (puts_filtered_tabular): New function.
1236 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1237 (set/show demangle): Extend help-string to refer to ObjC.
1238 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1239 * stabsread.c (symbol_reference_defined): Objective-C symbols
1240 may contain colons: make allowances when scanning stabs strings
1241 for colons.
1242 (objc_find_colon): New function.
1243 * printcmd.c (address_info): If language == objc then print
1244 "self" instead of "this".
1245 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1246 OP_NSSTRING, and OP_SELF.
1247 (prefixify_subexp): Ditto.
1248 * source.c (print_source_lines): Mention objc in comment.
1249 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1250 method names.
1251
b9caf505
AC
12522002-09-18 Andrew Cagney <ac131313@redhat.com>
1253
1254 * complaints.h: Update copyright.
1255 (struct complaints): Declare.
1256 (struct complaint): Make `message' constant.
1257 (internal_complaint): Declare.
1258 (complaint): Declare.
1259 (complaint_root): Delete declaration.
1260 (symfile_complaints): Delete declaration.
1261 (struct complaints): Add opaque declaration.
1262 (clear_complaints): Add a complaints parameter.
1263 * complaints.c: Update copyright.
1264 (enum complaint_series): Define.
1265 (complaint_root): Delete.
1266 (struct complaints): Define.
1267 (complaint_sentinel, symfile_complaint_book): New variables.
1268 (symfile_explanations, symfile_complaints): New variables.
1269 New variables.
1270 (get_complaints): New function.
1271 (vcomplaint): New function.
1272 (complaint): New function.
1273 (internal_complaint): New function.
1274 (complain): Call vcomplain with symfile_complaint.
1275 (clear_complaints): Rewrite.
1276 (_initialize_complaints): Use add_setshow_command.
1277 * Makefile.in (complaints.o): Update dependencies.
1278 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1279 to call to clear_complaints.
1280 (new_symfile_objfile, reread_symbols): Ditto.
1281 (oldsyms_complaint): Delete.
1282 (empty_symtab_complaint, unknown_option_complaint): Delete.
1283 (free_named_symtabs): Use complaint instead of complain.
1284
d2e6263c
MS
12852002-09-18 Michael Snyder <msnyder@redhat.com>
1286
5fb2031a
AC
1287 Contributed by Apple Computer, Inc. Merged with current sources
1288 by Adam Fedor <fedor@doc.com> [cagney].
1289
d2e6263c
MS
1290 * objc-lang.c: First clean-up round: comments, indentation.
1291 * objc-lang.h: Ditto.
1292 * objc-lang.y: Ditto.
1293
dec43320
AC
12942002-09-18 Andrew Cagney <ac131313@redhat.com>
1295
1296 * maint.c (maintenance_internal_error): Print the parameter as the
1297 error message.
1298 (maintenance_internal_warning): New function.
1299 (_initialize_maint_cmds): Add command `maint internal-warning'.
1300
1301 * defs.h (internal_warning, internal_vwarning): Declare.
1302 * utils.c (struct internal_problem): Define.
1303 (internal_vproblem): New function.
1304 (internal_warning): New function.
1305 (internal_vwarning): New function.
1306 (internal_warning_problem, internal_error_problem): New variables.
1307 (internal_verror): Just call internal_vproblem.
1308
b81654f1
MS
13092002-09-18 Michael Snyder <msnyder@redhat.com>
1310
1311 * objc-lang.c: New file, support for Objective-C.
1312 Preliminary check-in, not yet integrated into gdb.
1313 * objc-lang.h: New file.
1314 * objc-exp.y: New file.
1315
0542c381
AC
13162002-09-18 Andrew Cagney <ac131313@redhat.com>
1317
7bda5e4a
AC
1318 * infrun.c (signal_stop_update): Convert definition to ISO C.
1319 (signal_print_update): Ditto.
1320 (signal_pass_update): Ditto.
1321 * inflow.c (terminal_save_ours): Ditto.
1322
5247b418
AC
1323 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1324 comments.
1325
fc60962c
AC
1326 * config/djgpp/fnchange.lst: Handle name clashes between
1327 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1328 bfd/coff-tic80.c.
1329
0542c381
AC
1330 * i386-linux-tdep.h: Fix tipo.
1331
5b924b9b
AF
13322002-09-18 Adam Fedor <fedor@gnu.org>
1333
1334 * MAINTAINERS: Add myself to the Write After Approval list.
1335
5afc051b
JB
13362002-09-18 Jim Blandy <jimb@redhat.com>
1337
1338 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1339 texthigh and textlow to reader-specific structs caused
1340 objfile_relocate to miss them. This is fixable, but the work that
1341 the change was supposed to prepare GDB for never got done anyway.
1342
eb944380
DC
13432002-09-18 David Carlton <carlton@math.stanford.edu>
1344
1345 * MAINTAINERS: Alphabetize Write After Approval list.
1346
948e66d9
DJ
13472002-09-18 Daniel Jacobowitz <drow@mvista.com>
1348
1349 Fix PR gdb/709
1350 * values.c (value_static_field): Call read_var_value.
1351
dc604539
AC
13522002-09-18 Andrew Cagney <ac131313@redhat.com>
1353
1354 * valops.c (hand_function_call): Align the initial stack pointer
1355 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1356 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1357 return value.
1358 * mips-tdep.c (mips_frame_align): New function.
1359 (mips_gdbarch_init): Set frame_align.
1360 * gdbarch.sh (FRAME_ALIGN): New method.
1361 * gdbarch.h, gdbarch.c: Re-generate.
1362
cb7e422f
ML
13632002-09-18 Michal Ludvig <mludvig@suse.cz>
1364
1365 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1366 registers.
1367
a094c6fb
AC
13682002-09-17 Andrew Cagney <ac131313@redhat.com>
1369
1370 * NEWS: Mention that MIPS $fp behavior changed.
1371 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1372 reference to FP_REGNUM.
1373 (mipsnbsd_cannot_store_register): Ditto.
1374 * mips-linux-nat.c: Update copyright.
1375 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1376 (mips_linux_cannot_store_register): Ditto.
1377 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1378 * config/mips/tm-mips.h: Update copyright.
1379 (FP_REGNUM): Delete macro.
1380 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1381 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1382 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1383 (mips_r3041_reg_names, mips_r3051_reg_names)
1384 (mips_r3081_reg_names): Replace "fp" with "".
1385 Fix PR gdb/480.
1386
45cf40d1
TR
13872002-09-17 Theodore A. Roth <troth@verinet.com>
1388
1389 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1390 generic_read_register_dummy() (PR gdb/703).
1391 (avr_push_return_address): #if 0 out unused vars.
1392 (avr_gdbarch_init): Enable use of avr_push_return_address().
1393
c7e701b5
MS
13942002-09-17 Michael Snyder <msnyder@redhat.com>
1395
d76ba2a5 1396 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1397 RTE will take care of it.
1398
20bcf01c
AC
13992002-09-17 Andrew Cagney <ac131313@redhat.com>
1400
1401 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1402 invalid, return SP_REGNUM.
1403
009a9971 14042002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1405
1406 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1407 point registers without sign extension.
1408
135c175f
AC
14092002-09-17 Andrew Cagney <cagney@redhat.com>
1410
1411 * blockframe.c (deprecated_read_register_dummy): Rename
1412 generic_read_register_dummy.
1413 * frame.c (frame_unwind_signed_register): New function.
1414 (frame_unwind_unsigned_register): New function.
1415 * frame.h (frame_unwind_signed_register): Declare.
1416 (frame_unwind_unsigned_register): Declare.
1417 (deprecated_read_register_dummy): Rename
1418 generic_read_register_dummy.
1419
1420 * h8300-tdep.c (h8300_frame_chain): Update.
1421 (h8300_frame_saved_pc): Update.
1422 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1423 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1424 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1425 (s390_frame_chain): Update.
1426 * v850-tdep.c (v850_find_callers_reg): Update.
1427 (v850_frame_saved_pc): Update.
1428 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1429 (m32r_find_callers_reg): Update.
1430 (m32r_frame_saved_pc): Update.
1431 * sh-tdep.c (sh_find_callers_reg): Update.
1432 (sh64_get_saved_pr): Update.
1433 (sh_init_extra_frame_info): Update.
1434 (sh_init_extra_frame_info): Update.
1435 (sh64_init_extra_frame_info): Update.
1436 (sh64_init_extra_frame_info): Update.
1437 * mcore-tdep.c (mcore_find_callers_reg): Update.
1438 (mcore_frame_saved_pc): Update.
1439 (mcore_init_extra_frame_info): Update.
1440 * i386-tdep.c (i386_frame_saved_pc): Update.
1441 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1442 (ia64_init_extra_frame_info): Update.
1443 (ia64_init_extra_frame_info): Update.
1444 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1445 * cris-tdep.c (cris_init_extra_frame_info): Update.
1446 * avr-tdep.c (avr_frame_chain): Update.
1447 (avr_init_extra_frame_info): Update.
1448 (avr_frame_saved_pc): Update.
1449 * arm-tdep.c (arm_find_callers_reg): Update.
1450 (arm_init_extra_frame_info): Update.
1451 (arm_frame_saved_pc): Update.
1452
a741e514
TT
14532002-09-17 Tom Tromey <tromey@redhat.com>
1454
1455 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1456 is "'".
1457
d1a8e808
CV
14582002-09-17 Corinna Vinschen <vinschen@redhat.com>
1459
1460 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1461 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1462 NEXT_PROLOGUE_INSN.
1463 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1464 NEXT_PROLOGUE_INSN.
1465
d9025a18
JB
14662002-09-16 Joel Brobecker <brobecker@gnat.com>
1467
1468 * osfsolib.c: Remove file, replaced by solib-osf.c.
1469 * Makefile.in: Remove compilation rules for osfsolib.c.
1470
1b2ef1b6
DC
14712002-09-16 David Carlton <carlton@math.stanford.edu>
1472
1473 * cp-valprint.c (cp_print_class_method): Correct args to
1474 check_stub_method_group.
1475
928e48af
CV
14762002-09-16 Corinna Vinschen <vinschen@redhat.com>
1477
1478 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1479 `set architecture'. Unify naming convention of functions.
1480 (h8300_skip_prologue): Improve prologue analysis.
1481 (h8300_push_arguments): Rewritten to more closely match GCC's
1482 bizarre argument-passing behavior, along with the comment describing
1483 said behavior.
1484 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1485 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1486 sim, remote-e7000.c, remote-hms.c and remote.c
1487
5e3397bb
MK
14882002-09-15 Mark Kettenis <kettenis@gnu.org>
1489
1490 * i386-tdep.c (gdb_print_insn_i386): Removed.
1491 (i386_print_insn): New function.
1492 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1493 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1494 tm_print_insn_info.
1495
f710f4fc
MK
14962002-09-14 Mark Kettenis <kettenis@gnu.org>
1497
1498 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1499 zero.
1500
db54fef4
CV
15012002-09-14 Corinna Vinschen <vinschen@redhat.com>
1502
1503 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1504 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1505 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1506
2becadee
CF
15072002-09-13 Christopher Faylor <cgf@redhat.com>
1508
1509 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1510
de17c821
DJ
15112002-09-13 Daniel Jacobowitz <drow@mvista.com>
1512
1513 * gdbtypes.c (check_stub_method): Make static.
1514 (check_stub_method_group): New function.
1515 * gdbtypes.h: Update prototypes.
1516 * cp-support.c: New file.
1517 * cp-support.h: New file.
1518
1519 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1520 (update_method_name_from_physname): New function.
1521 (read_member_functions): Correct method names for operators
1522 and v3 constructors/destructors. Separate v2 constructors and
1523 destructors.
1524 * Makefile.in (stabsread.o): Update dependencies.
1525 (SFILES): Add cp-support.c.
1526 (COMMON_OBS): Add cp-support.o.
1527 (cp_support_h, cp-support.o): Add.
1528
1529 * cp-valprint.c (cp_print_class_method): Call
1530 check_stub_method_group instead of check_stub_method. Remove
1531 extraneous QUITs.
1532 * p-valprint.c (pascal_object_print_class_method): Likewise.
1533 * valops.c (search_struct_method): Likewise.
1534 (find_method_list, value_struct_elt_for_reference): Likewise.
1535
e76cff22
AC
15362002-09-13 Andrew Cagney <cagney@redhat.com>
1537
1538 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1539 * gdbarch.h, gdbarch.c: Regenerate.
1540
905abb3f
AC
15412002-09-13 Andrew Cagney <ac131313@redhat.com>
1542
1543 * frame.c (find_saved_register): Delete function.
1544 * frame.h (find_saved_register): Delete declaration.
1545 Fix PR gdb/631.
1546
64159455
AC
1547Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1548
1549 * mips-tdep.c (read_next_frame_reg): Re-hack using
1550 frame_register_unwind.
1551
795e1e11
AC
1552Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1553
1554 * mips-tdep.c (mips_get_saved_register): Re-hack using
1555 frame_register_unwind.
1556
5720643c
JB
15572002-09-12 Joel Brobecker <brobecker@gnat.com>
1558
1559 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1560 vector. Will be useful for Interix.
1561 * gdbarch.h, gdbarch.c: Regenerate.
1562
1563 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1564 name of the malloc function by NAME_OF_MALLOC.
1565
3bada2a2
JB
15662002-09-12 Joel Brobecker <brobecker@gnat.com>
1567
1568 * value.h (find_function_in_inferior): Add const keyword to
1569 one of the parameters. Allows us to invoke this function with
1570 a const char *.
1571 * valops.c (find_function_in_inferior): Likewise.
1572
3db26b01
JB
15732002-09-12 Joel Brobecker <brobecker@gnat.com>
1574
1575 * exec.c (xfer_memory): Fix compilation warning with old versions
1576 of GCC.
1577 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1578
17c5ed2c
DC
15792002-09-12 David Carlton <carlton@math.stanford.edu>
1580
1581 * symtab.h: Run through gdb_indent.h.
1582 Add 2002 to Copyright year list.
1583
ecd1107e
AM
15842002-09-12 Alan Modra <amodra@bigpond.net.au>
1585
1586 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1587 mach constants.
1588 * MAINTAINERS: Add myself to write after approval list.
1589
e64f66d1
JB
15902002-09-11 J. Brobecker <brobecker@gnat.com>
1591
1592 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1593
f9395794
JB
15942002-09-11 J. Brobecker <brobecker@gnat.com>
1595
1596 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1597 Interix.
1598
1a303dec
MS
15992002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1600
1601 * procfs.c (do_detach): Clear current signal, not just fault.
1602 Corrects problem with breakpoint trap signal leaking to detached
1603 process on Tru64.
1604
c0219d42
MS
16052002-09-10 Michael Snyder <msnyder@redhat.com>
1606
1607 * buildsym.c (finish_block): Protect against null pointer.
1608
9d84ac84
AC
16092002-09-10 Andrew Cagney <cagney@redhat.com>
1610
1611 * infcmd.c (default_print_registers_info): Send all output to
1612 ``file'' instead of ``gdb_stdout''.
1613
77d8f2b4
MS
16142002-09-10 Michael Snyder <msnyder@redhat.com>
1615
1616 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1617 LONGEST, and use signed register read (addresses are sign-
1618 extended for mips).
1619
99656a61
SC
16202002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1621
1622 * event-loop.c (gdb_do_one_event): Make public.
1623 * event-loop.h (gdb_do_one_event): Declare.
1624
da12f4d8
JL
16252002-09-10 Jeff Law <law@redhat.com>
1626
1627 * infttrace.c (child_resume): Simplify and rework to avoid
1628 TT_PROC_CONTINUE.
1629
d0aee0c4
FF
16302002-09-09 Fred Fish <fnf@intrinsity.com>
1631
1632 * printcmd.c (print_scalar_formatted): "len" is the number of
1633 target bytes, NOT the number of target bits.
1634
7cb3ec5e
EZ
16352002-09-09 Elena Zannoni <ezannoni@redhat.com>
1636
1637 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1638 * top.c (init_main): Set rl_terminal_name.
1639
4dc81987
AS
16402002-09-08 Aidan Skinner <aidan@velvet.net>
1641
1642 * ada-lang.c (ada_array_bound, ada_type_match,
1643 _initialize_ada_language): Fix K&R definitions.
1644 * ada-tasks.c (get_current_task): Fix K&R definitions.
1645 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1646
842330b4
CF
16472002-09-07 Christopher Faylor <cgf@redhat.com>
1648
1649 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1650 Add XP.
1651
43156d82
MK
16522002-09-06 Mark Kettenis <kettenis@gnu.org>
1653
66da5fd8
MK
1654 * i386-tdep.c (i386_register_virtual_type,
1655 i386_register_convertible, i386_register_convert_to_virtual,
1656 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1657 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1658 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1659 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1660 Don't set push_arguments twice.
1661
4b218c18
MK
1662 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1663 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1664 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1665 sigtramp_end to NULL.
1666 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1667 defines.
1668 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1669
4cc314d5
MK
1670 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1671 whitespace.
1672
43156d82
MK
1673 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1674 * gdbarch.h, gdbarch.c: Re-generate.
1675 * blockframe.c (find_pc_sect_partial_function): Convert to use
1676 SIGTRAMP_START_P predicate.
1677
6672060b
MS
16782002-09-05 Michael Snyder <msnyder@redhat.com>
1679
a90c3637
MS
1680 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1681 generic_dummy_frame method and old method. Also distinguish
1682 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1683 (arm_extract_return_value): Use new regcache method.
a90c3637 1684
6672060b
MS
1685 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1686 adjustment that doesn't conform to the ABI.
1687 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1688 saved regcache, not from current regcache.
1689
299ffc64
AC
16902002-09-05 Andrew Cagney <ac131313@redhat.com>
1691
1692 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1693 * README: Update.
1694
a3a2ee65
JT
16952002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1696
1697 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1698 if arm_apcs_32 is false.
1699
2bc7eea9
AC
17002002-09-04 Andrew Cagney <ac131313@redhat.com>
1701
1702 GDB 5.3 branch created.
1703
8a55a7c5
TR
17042002-09-03 Theodore A. Roth <troth@verinet.com>
1705
1706 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1707 generic_unwind_get_saved_register.
1708
e26fb1d7
DC
17092002-09-03 David Carlton <carlton@math.stanford.edu>
1710
1711 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1712 argument (PR gdb/653). Update call to smash_to_method_type.
1713 (read_structure_scope): Update call to dwarf2_add_member_fn.
1714
30d52491
ML
17152002-09-03 Michal Ludvig <mludvig@suse.cz>
1716
1717 * x86-64-linux-tdep.c: Include gdb_string.h
1718 * x86-64-linux-nat.c: Ditto.
1719
06891d83
JT
17202002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1721
1722 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1723 when YYDEBUG is set to 1.
1724 * c-exp.y: Likewise.
1725 * f-exp.y: Likewise.
1726 * jv-exp.y: Likewise.
1727 * m2-exp.y: Likewise.
1728 * p-exp.y: Likewise.
1729
7d400e77
JT
17302002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1731
1732 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1733 dependency list.
1734 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1735 solib_svr4_fetch_link_map_offsets to
1736 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1737 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1738 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1739 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1740 solib-svr4.o, and solib-legacy.o.
1741 * config/i386/tm-nbsd.h: Include solib.h.
1742
704a27c4
JT
17432002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1744
1745 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1746 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1747 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1748 comment noting that this needs its own target configuration.
1749 * config/i386/nbsd.mt: New file.
1750 * config/i386/nbsdaout.mt: Remove.
1751 * config/i386/nbsdelf.mt: Ditto.
1752 * config/i386/tm-nbsdaout.h: Ditto.
1753
d66198e1
JT
17542002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1755
1756 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1757 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1758 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1759 tdep->sigtramp_end.
1760 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1761 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1762 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1763
3cac699e
JT
17642002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1765
1766 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1767 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1768 * i386-tdep.h (i386bsd_init_abi): New prototype.
1769 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1770 function declaration.
1771 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1772 for NetBSD-a.out or NetBSD-ELF.
1773 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1774 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1775 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1776 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1777 and nbsd-tdep.h.
1778 (i386nbsd_pc_in_sigtramp): New function.
1779 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1780 i386nbsd_pc_in_sigtramp.
1781 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1782 and i386nbsdelf_init_abi OS ABI handlers.
1783 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1784 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1785
7010ca0a
MK
17862002-09-02 Mark Kettenis <kettenis@gnu.org>
1787
1788 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1789 registers if the target really has them.
1790
6dd93b72
JT
17912002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1792
1793 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1794 than nbsd-tdep.h.
1795
2ca8ae21
JT
17962002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1797
1798 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1799 list.
1800 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1801 (alphanbsd_skip_sigtramp_frame): New functions.
1802 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1803 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1804 to alphanbsd_sigcontext_addr.
1805
3d9b49b0
JT
18062002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1807
1808 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1809 list.
1810 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1811 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1812 nbsd_pc_in_sigtramp.
1813 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1814 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1815 * nbsd-tdep.c: Include gdb_string.h.
1816 (nbsd_pc_in_sigtramp): New function.
1817 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1818 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1819 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1820 ppcnbsd_pc_in_sigtramp.
1821 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1822 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1823 shnbsd_pc_in_sigtramp.
1824 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1825 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1826 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1827
c860120c
PM
18282002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1829
1830 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1831 watchpoints to NULL.
1832 (insert_breakpoints): set val field of watchpoints if NULL.
1833
1834
c7612d53
JB
18352002-08-29 Jim Blandy <jimb@redhat.com>
1836
1837 * symtab.c (lookup_symbol_aux): In the cases where we find a
1838 minimal symbol of an appropriate name and use its address to
1839 select a symtab to read and search, use `name' (as passed to us)
1840 as the demangled name when searching the symtab's global and
1841 static blocks, not the minsym's name.
1842
66609862
KS
18432002-08-29 Keith Seitz <keiths@redhat.com>
1844
1845 * stack.c (print_frame_info_base): Always set current_source_symtab
1846 and current_source_line.
1847
151fefe2
JB
18482002-08-29 Donn Terry <donnte@microsoft.com>
1849
1850 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1851
bfb3754e
KS
18522002-08-28 Keith Seitz <keiths@redhat.com>
1853
1854 * stack.c (select_frame): Add FIXME concerning selected-frame
1855 events.
1856 (select_frame_command): Send selected-frame-level-changed
1857 event notification, but only if the level actually changed.
1858 (up_silently_base): Add selected-frame-level-changed event
1859 notification.
1860 (down_silently_base): Likewise.
1861
e822a2a0
AC
18622002-08-28 Andrew Cagney <ac131313@redhat.com>
1863
1864 * Makefile.in: Update dependencies for all gdb/*.c files.
1865
309367d4
TT
18662002-08-27 Tom Tromey <tromey@redhat.com>
1867
1868 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1869 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1870 Update dependencies.
1871 * i387-tdep.c: Include gdb_string.h.
1872 * osabi.c: Likewise.
1873 * i386-linux-nat.c: Likewise.
1874 * lin-lwp.c: Likewise.
1875 * ax-gdb.c: Likewise.
1876 * signals/signals.c: Likewise.
1877 * jv-valprint.c: Likewise.
1878 * p-lang.c: Likewise.
1879 * c-valprint.c: Likewise.
1880 * cp-abi.c: Likewise.
1881
e1507482
EZ
18822002-08-27 Elena Zannoni <ezannoni@redhat.com>
1883
1884 * cli/cli-script.h (copy_command_lines): Export.
1885 * breakpoint.c: Include cli/cli-script.h.
1886 * Makefile.in (breakpoint.o): Update dependencies.
1887
c6510018
MS
18882002-08-26 Michael Snyder <msnyder@redhat.com>
1889
1890 * breakpoint.c (insert_breakpoints): Protect all references
1891 to 'process_warning'. Shorten long lines.
1892
c2b8ed2c
MS
18932002-08-26 Joel Brobecker <brobecker@gnat.com>
1894
1895 * cli/cli-script.c (copy_command_lines): New function.
1896 * defs.h (copy_command_lines): Export.
1897 * testsuite/gdb.base/commands.exp: New tests for commands
1898 attached to a temporary breakpoint, and for commands that
1899 delete the breakpoint they are attached to.
1900
19012002-08-26 Michael Snyder <msnyder@redhat.com>
1902
1903 * breakpoint.c (bpstat_stop_status): Instead of copying the
1904 pointer to the breakpoint commands struct, make a new copy
1905 of the struct and point to that.
1906 (bpstat_clear): Free the commands struct.
1907 (bpstat_clear_actions): Free the commands struct.
1908 (bpstat_do_actions): Free the command actions. Also execute
1909 the local cleanups, instead of deleting them.
1910 (delete_breakpoint): Leave the commands field of the bpstat
1911 chain alone -- it will be freed later.
1912
64b84175
KB
19132002-08-26 Kevin Buettner <kevinb@redhat.com>
1914
1915 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1916 deleted in 2002-08-20 commit. This function is still used by
1917 ppc-linux-nat.c.
1918
55970da6
KS
19192002-08-26 Keith Seitz <keiths@redhat.com>
1920
1921 * gdb-events.sh: Add selected-frame-level-changed event.
1922 * gdb-events.c: Regenerated.
1923 * gdb-events.h: Regenerated.
1924
a790ad35
SC
19252002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1926
1927 Fix PR gdb/393:
1928 * inflow.c (terminal_save_ours): New function to save terminal
1929 settings.
1930 * inferior.h (terminal_save_ours): Declare.
1931 * target.c (debug_to_terminal_save_ours): New function.
1932 (cleanup_target): Defaults to_terminal_save_ours.
1933 (update_current_target): Inherit to_terminal_save_ours.
1934 (setup_target_debug): Set to_terminal_save_ours.
1935 * target.h (target_terminal_save_ours): New to save terminal settings.
1936 (target_ops): New member to_terminal_save_ours.
1937 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1938 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1939 * inftarg.c (init_child_ops): Likewise.
1940 * m3-nat.c (init_m3_ops): Likewise.
1941 * procfs.c (init_procfs_ops): Likewise.
1942 * wince.c (init_child_ops): Likewise.
1943 * win32-nat.c (init_child_ops): Likewise.
1944 * sol-thread.c (init_sol_thread_ops): Likewise.
1945
c00dcbe9
MK
19462002-08-26 Mark Kettenis <kettenis@gnu.org>
1947
3d7f4f49
MK
1948 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1949 use regcache_* functions.
1950 (i386_gdbarch_init): Set store_return_value instead of
1951 deprecated_store_return_value.
1952
c00dcbe9
MK
1953 * regcache.c (regcache_raw_write_signed,
1954 regcache_raw_write_unsigned): New functions.
1955 * regcache.h (regcache_raw_write_signed,
1956 regcache_raw_write_unsigned): New prototypes.
1957
0e0d15ca
AC
19582002-08-25 Andrew Cagney <ac131313@redhat.com>
1959
1960 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1961 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1962 source file dependencies. Cleanup corresponding generator rules.
1963
d3b22ed5
AC
19642002-08-25 Andrew Cagney <ac131313@redhat.com>
1965
1966 * regcache.h (register_offset_hack): Declare.
1967 (regcache_cooked_read_using_offset_hack): Declare.
1968 (regcache_cooked_write_using_offset_hack): Declare.
1969
1970 * regcache.c (register_offset_hack): New function.
1971 (regcache_cooked_read_using_offset_hack): New function.
1972 (regcache_cooked_write_using_offset_hack): New function.
1973 (regcache_dump): Check that the registers, according to their
1974 offset, are packed hard against each other.
1975 (cooked_xfer_using_offset_hack): New function.
1976
bb425013
AC
19772002-08-25 Andrew Cagney <ac131313@redhat.com>
1978
1979 * regcache.c (struct regcache_descr): Add field register_type.
1980 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1981 in as a parameter
1982 (init_regcache_descr): Initialize register_type. Pass the descr
1983 to init_legacy_regcache_descr. Use register_type instead of
1984 REGISTER_VIRTUAL_TYPE.
1985 (register_type): New function.
1986 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1987 * regcache.h (register_type): Declare.
1988
d0403e00
AC
19892002-08-25 Andrew Cagney <ac131313@redhat.com>
1990
1991 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1992 instead of deprecated_store_return_value. Fix fallout from
1993 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1994
0ed04cce
AC
19952002-08-25 Andrew Cagney <ac131313@redhat.com>
1996
1997 * regcache.c (max_register_size): New function.
1998 (init_legacy_regcache_descr): Ensure that max_register_size is
1999 large enough for REGISTER_VIRTUAL_SIZE.
2000 * regcache.h (max_register_size): Declare.
2001
46d79c04
AC
20022002-08-24 Andrew Cagney <ac131313@redhat.com>
2003
2004 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2005 store_return_value.
2006 (e500_extract_return_value): Change type of valbuf pointer to
2007 void.
2008
853c7bd0
MK
20092002-08-24 Mark Kettenis <kettenis@gnu.org>
2010
cd87e769
MK
2011 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2012 workaround.
2013
853c7bd0
MK
2014 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2015 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2016 long long) to prevent compiler warning on 64-bit systems.
2017
ebba8386
AC
20182002-08-23 Andrew Cagney <cagney@redhat.com>
2019
2020 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2021 (DEPRECATED_STORE_RETURN_VALUE): New method.
2022 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2023 * gdbarch.h, gdbarch.c: Re-generate.
2024
2025 * values.c (set_return_value): Pass current_regcache to
2026 STORE_RETURN_VALUE.
2027 * arch-utils.h (legacy_store_return_value): Declare.
2028 * arch-utils.c (legacy_store_return_value): New function.
2029 (legacy_extract_return_value): Update parameters.
2030
2031 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2032 STORE_RETURN_VALUE.
2033 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2034 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2035 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2036 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2037 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2038 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2039 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2040 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2041 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2042 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2043
2044 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2045 * i386-tdep.c (i386_extract_return_value): Update.
2046 * arch-utils.c (legacy_extract_return_value): Update.
2047 * frv-tdep.c (frv_gdbarch_init): Update.
2048 * cris-tdep.c (cris_gdbarch_init): Update.
2049 * d10v-tdep.c (d10v_gdbarch_init): Update.
2050 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2051 * m68k-tdep.c (m68k_gdbarch_init): Update.
2052 * mcore-tdep.c (mcore_gdbarch_init): Update.
2053 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2054 * s390-tdep.c (s390_gdbarch_init): Update.
2055 * sparc-tdep.c (sparc_gdbarch_init): Update.
2056 * sh-tdep.c (sh_gdbarch_init): Update.
2057 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2058 * v850-tdep.c (v850_gdbarch_init): Update.
2059 * avr-tdep.c (avr_gdbarch_init): Update.
2060 * ia64-tdep.c (ia64_gdbarch_init): Update.
2061 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2062 * vax-tdep.c (vax_gdbarch_init): Update.
2063 * alpha-tdep.c (alpha_gdbarch_init): Update.
2064 * arm-tdep.c (arm_gdbarch_init): Update.
2065 * mips-tdep.c (mips_gdbarch_init): Update.
2066 * i386-tdep.c (i386_gdbarch_init): Update.
2067
5bd8c6d0
AC
20682002-08-23 Andrew Cagney <ac131313@redhat.com>
2069
2070 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2071 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2072
e73e1724
MK
20732002-08-24 Mark Kettenis <kettenis@gnu.org>
2074
2075 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2076 problems.
2077
3e6564e1
JB
20782002-08-23 Joel Brobecker <brobecker@gnat.com>
2079
2080 * infrun.c (handle_inferior_event): Move a comment outside of a
2081 function call, in order to avoid indent reformatting this part
2082 of the code in an unreadable way.
2083
81d0cc19
GS
20842002-08-23 Grace Sainsbury <graces@redhat.com>
2085
2086 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2087 when breakpoints fail. Move general breakpoint error messages to
2088 insert_breakpoints.
2089 * breakpoint.c (insert_breakpoints): Change warnings when
2090 breakpoints are nto inserted to specify the type. Remove call to
2091 memory_error when hardware breakpoints can't be inserted. Remove
2092 multiple calls to warning so all messages are sent to the user at
2093 once.
2094 (delete_breakpoints): Make insert error messsages more explicit.
2095
17574093
DJ
20962002-08-23 Daniel Jacobowitz <drow@mvista.com>
2097
2098 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2099 gdbserver/ChangeLog.
2100
8acc2935
MK
21012002-08-23 Mark Kettenis <kettenis@gnu.org>
2102
dfe01d39
MK
2103 * i386-tdep.c: Include "objfiles.h".
2104 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2105 skip_trampoline_code.
2106 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2107 (CPLUS_MARKER): Define to '.'.
2108
8acc2935
MK
2109 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2110 member.
2111 (linux_corefile_thread_callback): Increase args->num_notes.
2112 (linux_make_note_section): Initialize thread_args.num_notes, and
2113 use it to determine whether notes for any threads were created.
2114
151fefe2 21152002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2116
2117 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2118 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2119 and PCUNKILL.
2120 (write_with_trace): Conditionalize out the switch branch handling
2121 PCSHOLD if the corresponding macro is not defined. Likewise for
2122 PRSABORT and PRSTOP.
2123 This change will be needed by the Interix port.
2124
e1507482
EZ
21252002-08-22 Elena Zannoni <ezannoni@redhat.com>
2126
2127 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2128 write_register wherever possible instead of manipulating the
2129 register bytes directly.
2130 Assign VALUE_CONTENTS to a variable and use that.
2131 The GPR numbers are now dependent on the architecture.
2132
96ff0de4
EZ
21332002-08-22 Elena Zannoni <ezannoni@redhat.com>
2134
2135 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2136 ev_offset fields.
2137 (skip_prologue): Add support for BookE/e500 instructions.
2138 (e500_extract_return_value): New function.
2139 (frame_get_saved_regs): Add support for saving ev registers and
2140 pseudo gpr's.
2141 (e500_store_return_value): New function.
2142 (rs6000_gdbarch_init): Move up default intializations of
2143 deprecated_extract_return_value and store_return_value. Overwrite
2144 init of store_return_value with e500 specific version.
2145 Set extract_return_value for e500.
2146
fbefca5b
EZ
21472002-08-22 Elena Zannoni <ezannoni@redhat.com>
2148
2149 * blockframe.c (generic_call_dummy_register_unwind): Use
2150 regcache_cooked_read to catch cases in which the variable is
2151 stored in a pseudo register.
2152
4d210288
AC
21532002-08-22 Andrew Cagney <cagney@redhat.com>
2154
2155 * NEWS: Mention that the i960 has been made obsolete.
2156 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2157 i960-tdep.c
2158 (remote-nrom.o): Obsolete target.
2159 (remote-nindy.o, i960-tdep.o): Ditto.
2160 * remote-nrom.c: Make file obsolete.
2161 * remote-nindy.c, remote-vx960.c: Ditto.
2162 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2163 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2164 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2165 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2166 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2167 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2168 i960-*-vxworks* obsolete.
2169 * MAINTAINERS: Note that the i960 is obsolete.
2170
6c0c456d
CV
21712002-08-21 Corinna Vinschen <vinschen@redhat.com
2172
2173 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2174 detach to allow reinitialization.
2175
9f9d12b3
AC
21762002-08-22 Andrew Cagney <ac131313@redhat.com>
2177
2178 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2179 attempt).
2180
ebeb39fe
JB
21812002-08-22 Jim Blandy <jimb@redhat.com>
2182
2183 * coffread.c (coff_symfile_read): Don't try to read the line
2184 number table from disk if the image file doesn't have a symbol
2185 table; we'll never actually look at the info anyway, and Windows
2186 ships DLL's with bogus file offsets for the line number data.
2187
5bf1c677
EZ
21882002-08-21 Elena Zannoni <ezannoni@redhat.com>
2189
2190 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2191 an e500 executable.
2192
71b8ef93
MS
21932002-08-21 Michael Snyder <msnyder@redhat.com>
2194
2195 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2196 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2197 (DEFAULT_MIPS_TYPE): Delete unused macro.
2198 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2199 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2200
d174216d
JB
22012002-08-21 Jim Blandy <jimb@redhat.com>
2202
2203 * valops.c (value_cast): Simplify and correct logic for doing a
2204 static cast from a pointer to a base class to a pointer to a
2205 derived class.
2206
0ab7a791
AC
22072002-08-21 Andrew Cagney <ac131313@redhat.com>
2208
2209 * infcmd.c (default_print_registers_info): Replace
2210 do_registers_info.
2211 (registers_info): Use gdbarch_print_registers_info instead of
2212 DO_REGISTERS_INFO.
2213 * inferior.h (default_print_registers_info): Replace
2214 do_registers_info.
2215 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2216 (DO_REGISTERS_INFO): Change to a predicate function.
2217 * gdbarch.h, gdbarch.c: Regenerate.
2218
e23792cc
KS
22192002-08-21 Keith Seitz <keiths@redhat.com>
2220
2221 * gdb-events.sh: Add target-changed event.
2222 * gdb-events.c: Regenerated.
2223 * gdb-events.c: Regenerated.
2224 * valops.c (value_assign): Add target-changed event notification
2225 to inlval_register, lval_memory, and lval_reg_frame_relative.
2226
9fb14e79
JB
22272002-08-21 Joel Brobecker <brobecker@gnat.com>
2228
2229 * NEWS: Add an entry regarding the improvement of the next/step
2230 operation on Alpha Tru64 multi-processor machines.
2231
6d39a69f
AC
22322002-08-21 Andrew Cagney <ac131313@redhat.com>
2233
72acd513
AC
2234 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2235 directores.
342af04b 2236 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2237 * Makefile.in (install-gdbtk): Move to install section.
2238 (rdi-share/libangsd.a): Move to end of file.
2239
fa5f27c7
AC
22402002-08-19 Andrew Cagney <ac131313@redhat.com>
2241
2242 * frame.c (frame_register_unwind): When a register, set addrp to
2243 the register's byte.
2244
5a89d8aa
MS
22452002-08-20 Michael Snyder <msnyder@redhat.com>
2246
2247 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2248 used locally, so move them from the target machine header to here.
2249 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2250 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2251 Make static.
2252 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2253
822e978b
AC
22542002-08-20 Andrew Cagney <cagney@redhat.com>
2255
2256 * NEWS: Mention that the Apollo line was made obsolete.
2257 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2258 m68*-hp-hpux* obsolete.
2259 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2260 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2261 * buildsym.c (make_blockvector): Make static.
2262 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2263 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2264 (ALLDEPFILES): Remove dstread.c.
2265 (dstread.o): Obsolete make rule.
2266 * dstread.c: Makefile obsolete.
2267 * dst.h: Ditto.
2268 * config/m68k/hp300hpux.mt: Ditto.
2269 * config/m68k/hp300hpux.mh: Ditto.
2270 * config/m68k/hp300bsd.mt: Ditto.
2271 * config/m68k/hp300bsd.mh: Ditto.
2272 * config/m68k/apollo68b.mt: Ditto.
2273 * config/m68k/apollo68v.mh: Ditto.
2274 * config/m68k/apollo68b.mh: Ditto.
2275
e41b17f0
MS
22762002-08-20 Michael Snyder <msnyder@redhat.com>
2277
2278 * mips-tdep.c (mips_in_return_stub): Make static.
2279 (mips_gdbarch_init): Set in_solib_return_trampoline.
2280 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2281
d50355b6
MS
22822002-08-20 Michael Snyder <msnyder@redhat.com>
2283
2284 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2285 * gdbarch.c, gdbarch.h: Regenerate.
2286 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2287 Add.
2288 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2289
757a7cc6
MS
22902002-08-20 Michael Snyder <msnyder@redhat.com>
2291
2292 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2293 (mips_gdbarch_init): Set skip_trampoline_code,
2294 in_solib_call_trampoline.
2295 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2296 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2297
c8001721
EZ
22982002-08-20 Elena Zannoni <ezannoni@redhat.com>
2299
2300 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2301
2302 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2303 vector type for ev registers.
2304 (e500_pseudo_register_read): New function.
2305 (e500_pseudo_register_write): New function.
2306 (e500_dwarf2_reg_to_regnum): New function.
2307 (PPC_UISA_NOFP_SPRS): New macro.
2308 (PPC_EV_REGS): New macro.
2309 (PPC_GPRS_PSEUDO_REGS): New macro.
2310 (registers_e500): New register set for e500.
2311 (variants): Add e500 variant.
2312 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2313 before setting architectural dependent variations. Initialize ev
2314 registers numbers. Add case for e500 architecture. Set the
2315 number of pseudo registers.
2316
64366f1c
EZ
23172002-08-20 Elena Zannoni <ezannoni@redhat.com>
2318
2319 * rs6000-tdep.c: Clean up comments.
2320
7e78f0ca
AC
23212002-08-20 Andrew Cagney <cagney@redhat.com>
2322
2323 * h8300-tdep.c: Re-indent file.
2324
697f7479
JB
23252002-08-20 Jim Blandy <jimb@redhat.com>
2326
2327 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2328 default for this.
697f7479 2329
e86ae29f
KS
23302002-08-20 Keith Seitz <keiths@redhat.com>
2331
2332 * breakpoints.c (watch_command_1): Use internal breakpoint
2333 when setting a watchpoint_scope breakpoint.
2334
216b504f
EZ
23352002-08-20 Elena Zannoni <ezannoni@redhat.com>
2336
2337 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2338 (build_builtin_type_vec64i): Ditto.
2339 (build_builtin_type_vec128): Ditto.
2340 (build_builtin_type_vec128i): Ditto.
2341
f7ab6ec6
MS
23422002-08-19 Michael Snyder <msnyder@redhat.com>
2343
2344 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2345 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2346 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2347 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2348 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2349 CALL_DUMMY_ADDRESS): Delete.
2350 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2351 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2352 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2353 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2354 push_return_address.
2355 (mips_register_raw_size, mips_eabi_use_struct_convention,
2356 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2357 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2358 mips_init_extra_frame_info, mips_eabi_push_arguments,
2359 mips_n32n64_push_arguments, mips_push_return_address,
2360 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2361 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2362
b5d1566e
MS
23632002-08-19 Michael Snyder <msnyder@redhat.com>
2364
2365 * mips-tdep.c (mips_frame_num_args): New function.
2366 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2367 frame_saved_pc, frame_args_address, frame_locals_address,
2368 frame_num_args, and frame_args_skip.
2369 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2370 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2371 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2372 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2373
2f1488ce
MS
23742002-08-20 Michael Snyder <msnyder@redhat.com>
2375
2376 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2377 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2378 * mips-tdep.c (mips_store_struct_return): New function.
2379 (mips_extract_struct_value_address): New function.
2380 (mips_gdbarch_init): Set store_struct_return and
2381 extract_struct_value_address.
2382
41ff2da1
DC
23832002-08-20 David Carlton <carlton@math.stanford.edu>
2384
2385 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2386 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2387 (read_file_scope): Check that line_header is nonzero before
2388 decoding macro information.
2389
e5451d58
MK
23902002-08-20 Mark Kettenis <kettenis@gnu.org>
2391
2392 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2393 flag the general-purpose registers as floating-point on targets
2394 that don't support the floating-point registers.
2395
4a6daafa
EZ
23962002-08-20 Elena Zannoni <ezannoni@redhat.com>
2397
2398 * rs6000-tdep.c (altivec_register_p): Delete.
2399 (rs6000_do_altivec_registers): Delete.
2400 (rs6000_altivec_registers_info): Delete.
2401 (rs6000_do_registers_info): Delete.
2402 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2403 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2404
ab4327e0
EZ
24052002-08-20 Elena Zannoni <ezannoni@redhat.com>
2406
2407 * infcmd.c (do_registers_info): Print vector registers in hex
2408 format only.
2409 (print_vector_info): Check that printing registers
2410 makes sense.
2411 (print_float_info): Ditto.
2412
cb1d2653
AC
24132002-08-20 Andrew Cagney <ac131313@redhat.com>
2414
2415 * mips-tdep.c (mips_gdbarch_init): Update.
2416 (mips_o32_extract_return_value): Rewrite.
2417 (mips_o32_store_return_value): Rewrite.
2418 (mips_o32_xfer_return_value): New function.
2419 (mips_xfer_register): Tweak debug print message. Allow for
2420 buf_offset when dumping the value transfered.
2421
dfc3d9b2
AC
24222002-08-20 Andrew Cagney <ac131313@redhat.com>
2423
2424 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2425 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2426 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2427 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2428 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2429
7807aa61
MS
24302002-08-14 Michael Snyder <msnyder@redhat.com>
2431
2432 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2433
489461e2
EZ
24342002-08-19 Elena Zannoni <ezannoni@redhat.com>
2435
2436 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2437 register.
2438 (P): New macro to define a register as a pseudo register.
2439 (R, R4, R8, R16, FR32, R64, R0): Updated.
2440 (struct variant): Add new fields for number of pseudo registers
2441 and number of total registers.
2442 (tot_num_registers): New macro replacing....
2443 (num_registers): ...deleted macro.
2444 (num_registers): New function.
2445 (num_pseudo_registers): New function.
2446 (variants): Update all variants to intialize new fields correctly.
2447 Postpone initialization of number of pseudo regs and real regs.
2448 (init_variants): New function.
2449 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2450 registers offsets.
2451
fcaffe4c
DC
24522002-08-19 David Carlton <carlton@math.stanford.edu>
2453
2c2738a0
DC
2454 * valops.c (search_struct_field): Change error message to treat
2455 return value of 0 from value_static_field as meaning that field is
2456 optimized out.
2457 (value_struct_elt_for_reference): Ditto.
2458 * values.c (value_static_field): Treat an unresolved location the
2459 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
2460 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2461 enclosed. Fix PR gdb/574.
fcaffe4c
DC
2462 * MAINTAINERS: Add self to Write After Approval list.
2463
88658117
AC
24642002-08-19 Andrew Cagney <ac131313@redhat.com>
2465
2466 * mips-tdep.c (mips_xfer_register): New function.
2467 (mips_n32n64_extract_return_value): Rewrite.
2468 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2469 instead of deprecated_extract_return_value.
2470
21283beb
EZ
24712002-08-19 Elena Zannoni <ezannoni@redhat.com>
2472
2473 * rs6000-tdep.c (TDEP): Delete macro.
2474 (branch_dest): Replace use of TDEP macro with its body.
2475 (rs6000_pop_frame): Ditto.
2476 (rs6000_push_arguments): Ditto.
2477 (rs6000_skip_trampoline_code): Ditto.
2478 (rs6000_frame_saved_pc): Ditto.
2479 (rs6000_frame_chain): Ditto.
2480 (rs6000_register_name): Ditto.
2481 (rs6000_register_byte): Ditto.
2482 (rs6000_register_raw_size): Ditto.
2483 (rs6000_register_virtual_type): Ditto.
2484 (rs6000_register_convertible): Ditto.
2485 (rs6000_convert_from_func_ptr_addr): Ditto.
2486
bf072999
DJ
24872002-08-19 Daniel Jacobowitz <drow@mvista.com>
2488
2489 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2490 conditionally.
2491 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2492 MIPS_LINUX_JB_ELEMENT_SIZE.
2493 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2494 for MAX_REGISTER_RAW_SIZE arrays.
2495 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2496 MIPS_LINUX_JB_ELEMENT_SIZE.
2497
9b949a49
PM
24982002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2499
2500 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2501
6d3e79c6
AS
25022002-08-19 Aidan Skinner <aidan@velvet.net>
2503
2504 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2505 ada-valprint.c ada-tasks.c.
2506 (YYFILES): Add ada-exp.y.
2507 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2508 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2509 (ada-exp.tab.o): New target.
2510
06c0b04e
AC
25112002-08-18 Andrew Cagney <ac131313@redhat.com>
2512
2513 * regcache.c (regcache_xfer_part): New function.
2514 (regcache_raw_read_part): New function.
2515 (regcache_raw_write_part): New function.
2516 (regcache_cooked_read_part): New function.
2517 (regcache_cooked_write_part): New function.
2518 * regcache.h (regcache_raw_read_part): Declare.
2519 (regcache_raw_write_part): Declare.
2520 (regcache_cooked_read_part): Declare.
2521 (regcache_cooked_write_part): Declare.
2522
92d1e331
DJ
25232002-08-18 Daniel Jacobowitz <drow@mvista.com>
2524
2525 * remote.c (remote_open_1): Add async_p.
2526 (remote_async_open_1): Delete.
2527 (open_remote_target): Delete.
2528 (remote_open, extended_remote_open): Update calls to remote_open_1.
2529 (remote_async_open, extended_remote_async_open): Call
2530 remote_open_1 instead of remote_async_open_1.
2531
247055de
MK
25322002-08-19 Mark Kettenis <kettenis@gnu.org>
2533
2534 * blockframe.c: Fix a few coding standard violations.
2535
641eda39
MK
25362002-08-19 Mark Kettenis <kettenis@gnu.org>
2537
0b717710
MK
2538 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2539 here from ...
2540 * config/i386/tm-i386sco5.h: ... here. File removed.
2541 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2542
26d28e12 2543 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
2544 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2545 (TM_FILE): Set to tm-i386.h.
2546 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2547 * config/i386/tm-i386v.h: Remove file.
2548 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2549 instead of "i386/tm-i386v.h".
2550 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2551 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2552 "i386/tm-i386v.h".
2553 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2554 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2555 "i386/tm-i386.h".
2556
d4e0bab4
MK
25572002-08-18 Mark Kettenis <kettenis@gnu.org>
2558
2559 * config/i386/nm-i386v.h: Add protection against
2560 multiple-inclusion.
2561 (i386_register_u_addr): Remove prototype.
2562 (register_u_addr): New prototype.
2563 (REGISTER_U_ADDR): Redefine accordingly.
2564 * i386v-nat.c: Improve several comments.
2565 (i386_register_u_addr): Change signature and rename to
2566 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2567 ubase variable.
2568
46cac009
AC
25692002-08-18 Andrew Cagney <ac131313@redhat.com>
2570
2571 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2572 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2573 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2574 deprecated_extract_return_value.
2575 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2576 rename mips_o32o64_push_arguments.
2577 (mips_gdbarch_init): Update.
2578 (mips_extract_return_value): Delete.
2579 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2580 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2581 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2582 (mips_n32n64_extract_return_value): Clone
2583 mips_extract_return_value.
2584 (mips_store_return_value): Delete.
2585 (mips_o32_store_return_value): Clone mips_store_return_value.
2586 (mips_o64_store_return_value): Clone mips_store_return_value.
2587 (mips_eabi_store_return_value): Clone mips_store_return_value.
2588 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2589
d2e4a39e
AS
25902002-08-18 Aidan Skinner <aidan@velvet.net>
2591
0c30c098
AS
2592 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2593 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2594
25952002-08-18 Aidan Skinner <aidan@velvet.net>
2596
2597 * ada-lang.c: Run through gdb_indent.sh.
2598 * ada-lang.h: Run through gdb_indent.sh.
2599 * ada-tasks.c: Run through gdb_indent.sh.
2600 * ada-typeprint.c: Run through gdb_indent.sh.
2601 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 2602
01fc4e33
AC
26032002-08-18 Andrew Cagney <ac131313@redhat.com>
2604
2605 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2606 ABI.
2607
d8ee244c
MK
26082002-08-18 Mark Kettenis <kettenis@gnu.org>
2609
c38d8261
MK
2610 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2611
222db64c
MK
2612 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2613 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2614
c2848c82
MK
2615 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2616 write_register_gen instead of write_register_bytes.
2617
d8ee244c
MK
2618 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2619 i[3456]-*-osf1mk* configurations have been made obsolete.
2620 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2621 i[3456]86-*-osf1mk* hosts obsolete.
2622 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2623 targets obsolete.
2624 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2625 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2626 config/i386/i386m3.mt, config/i386/nm-m3.h,
2627 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2628 config/i386/i386mk.mh, config/i386/i386mk.mt,
2629 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2630 obsolete.
2631 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2632 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2633 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2634
61d8d407
AC
26352002-08-18 Andrew Cagney <ac131313@redhat.com>
2636
2637 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2638 (hppa_value_returned_from_stack): Declare.
2639 (hppa_extract_return_value): Declare.
2640 * config/pa/hppa.mt: New file.
2641 * configure.tgt: Recognize hppa*-*-*.
2642 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2643
0c52bd59
MK
26442002-08-18 Mark Kettenis <kettenis@gnu.org>
2645
2646 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2647 comment.
2648
b5686e99
MK
26492002-08-17 Mark Kettenis <kettenis@gnu.org>
2650
2651 * top.c (gdb_rl_operate_and_get_next): Make sure
2652 operate-and-get-next functions correctly even when the history
2653 list is completely filled.
2654
c1bab85b
AC
26552002-08-18 Andrew Cagney <ac131313@redhat.com>
2656
2657 * MAINTAINERS (Target Instruction Set Architectures): Rename
2658 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2659 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2660 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2661 already listed under Host/Native.
2662
2663 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2664 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2665 mips*-*-*.
2666
32089c7c
AC
26672002-08-17 Andrew Cagney <ac131313@redhat.com>
2668
2669 * config/ia64/ia64.mt: New file.
2670 * config/alpha/alpha.mt: New file.
2671 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2672 ia64-linux-gnu. Mention that ia64-elf is broken.
2673 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2674
b4671f85
MK
26752002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2676
2677 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2678 generic_func_frame_valid instead of func_frame_valid.
2679
c8edd8b4
JB
26802002-08-16 Joel Brobecker <brobecker@gnat.com>
2681
2682 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2683 procfs appears to be broken when debugging on multi-processor
2684 machines. So enable software single stepping in order to avoid
2685 using the procfs interface to do next/step operations, using
2686 internal breakpoints instead.
2687
2688 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2689 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2690 make this pc address equal to the value it would have if the
2691 system stepping capability was used. Also set a new flag used
2692 to ensure that we don't readjust the PC one more time later.
2693
2694 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2695 address by DECR_PC_AFTER_BREAK when software single step is
2696 in use for this architecture, as this has already been taken
2697 care of in handle_inferior_event().
2698
238617f6
JB
26992002-08-16 Joel Brobecker <brobecker@gnat.com>
2700
2701 * infrun.c (handle_inferior_event): Minor reformatting, to make
2702 a rather long condition expression easier to read.
2703
541a7aac
AC
27042002-08-16 Andrew Cagney <ac131313@redhat.com>
2705
2706 * Makefile.in (gdbtk.o): Move to end of file.
2707 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2708 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2709 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2710 (gdbtk-wrapper.o, gdbres.o): Ditto.
2711
f92d4a7b
AC
27122002-08-16 Andrew Cagney <ac131313@redhat.com>
2713
2714 * Makefile.in (copying.o): Separate out compile rule.
2715 (hpux-thread.o, procfs.o, signals.o): Ditto.
2716 (v850ice.o, z8k-tdep.o): Ditto.
2717 (tui-file.o): Move to TUI section.
2718 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2719 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2720
1cce71eb
JB
27212002-08-16 Joel Brobecker <brobecker@gnat.com>
2722
2723 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2724 skip_trampoline_code, for better namespace-proofing.
2725
2726 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2727
0851f23d
JB
27282002-08-16 Joel Brobecker <brobecker@gnat.com>
2729
2730 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2731
f8d40ec8
JB
27322002-08-16 Joel Brobecker <brobecker@gnat.com>
2733
2734 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2735 signal, check whether we hit a breakpoint before checking for a
2736 single step breakpoint. Otherwise, GDB fails to notice that a
2737 breakpoint has been hit when stepping onto a breakpoint.
2738
63d022e0
KS
27392002-08-16 Keith Seitz <keiths@redhat.com>
2740
2741 * gdb-events.sh (clear_gdb_event_hooks): New function.
2742 * gdb-events.c: Regenerate.
2743 * gdb-events.h: Regenerate.
2744
6e31adb3
AC
27452002-08-16 Andrew Cagney <ac131313@redhat.com>
2746
2747 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2748 not_a_sw_breakpoint.
2749 * breakpoint.h (bpstat_stop_status): Add parameter names.
2750
c8189ed1
GS
27512002-08-16 Grace Sainsbury <graces@redhat.com>
2752
2753 * remote.c (remote_insert_hw_breakpoint)
2754 (remote_remove_hw_breakpoint): Fix calculation of length field
2755 for Z-packet.
2756
d05285fa
MS
27572002-08-15 Michael Snyder <msnyder@redhat.com>
2758
466d7106
MS
2759 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2760 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2761 (supply_fpregset): Ditto.
2762
d05285fa
MS
2763 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2764 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2765 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2766 (TARGET_READ_SP): Delete.
bf1f5b4c 2767 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2768 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2769 Delete.
2770 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2771 from macros to functions.
bf1f5b4c 2772
d05285fa
MS
2773 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2774 (mips_register_convertible, mips_register_convert_to_virtual,
2775 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2776 (mips_read_sp): New function.
2777 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2778 (mips_do_registers_info): Make static.
2779 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2780 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2781 (mips_register_convert_from_type, mips_register_convert_to_type):
2782 New functions.
2783 (mips_gdbarch_init): Set up function_start_offset,
2784 register_virtual_size, pc_in_sigtramp.
d05285fa 2785
e76f1f2e
AC
27862002-08-15 Andrew Cagney <ac131313@redhat.com>
2787
2788 * infcmd.c (vector_info): New function.
2789 (_initialize_infcmd): Add command "info vector".
2790 (print_vector_info): New function.
2791
2792 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2793 * gdbarch.h, gdbarch.c: Regenerate.
2794
4782dc19
AC
27952002-08-15 Andrew Cagney <ac131313@redhat.com>
2796
2797 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2798 ``print_all''. Only print vector registers when ``print_all''.
2799
23e3a7ac
AC
28002002-08-15 Andrew Cagney <ac131313@redhat.com>
2801
8e186fd6
AC
2802 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2803 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2804
23e3a7ac
AC
2805 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2806 Add `args' parameter.
2807 * gdbarch.h, gdbarch.c: Regenerate.
2808
2809 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2810
2811 * infcmd.c (float_info): Call print_float_info.
2812 (print_float_info): New function. By default, print the
2813 floating-point registers.
2814
2815 * arch-utils.h (default_print_float_info): Delete declaration.
2816 * arch-utils.c (default_print_float_info): Delete function.
2817
e0ca2bb9
MK
28182002-08-16 Mark Kettenis <kettenis@gnu.org>
2819
3f733acc
MK
2820 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2821 out define.
2822
7d8d2918
MK
2823 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2824 FRAME.
2825
1c7cc583
MK
2826 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2827 * configure.host: Make i[3456]86-*-aix host obsolete.
2828 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2829 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2830 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2831 config/i386/xm-i386aix.h: Make files obsolete.
2832 * i386aix-nat.c: Make file obsolete.
2833 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2834 (i386aix-nat.o): Make target obsolete.
2835
e0ca2bb9
MK
2836 * config/i386/nm-gnu.h: Removed.
2837 * config/i386/nm-i386gnu.h: New file.
2838 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2839 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2840 Moved here from ...
2841 * config/i386/tm-i386gnu.h: ... here. Removed.
2842 * config/i386/xm-i386gnu.h: Removed.
2843 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2844 (NAT_FILE): Set to nm-i386gnu.h.
2845 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2846 * i386-tdep.c: New file.
2847 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2848 (i386gnu-tdep.o): Specify dependencies.
2849
16057ec7 28502002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2851
6b99ee2e
MK
2852 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2853 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2854 Adjust a few comments to reflect reality a bit closer.
2855 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2856 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2857 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2858 target_insert_watchpoint, target_remove_watchpoint):
2859 Move defines to ...
2860 * config/i386/nm-i386sco5.h: ... here.
2861 (kernel_u_size): Add prototype. Improve a few comments and add
2862 protection against multiple inclusion.
2863
d9a6f65c
MK
2864 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2865 out define.
2866
047eff6a
MK
2867 * uw-thread.c (SP_ARG0): Define if not already defined.
2868 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2869
dcdb1290
MK
2870 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2871
5d2d0b2a
MK
2872 * config/i386/tm-i386.h: Don't include "regcache.h".
2873
61113f8b
MK
2874 * i387-tdep.h (i387_print_float_info): New prototype.
2875 * i387-tdep.c (print_i387_value, print_i387_ext,
2876 print_i387_status_word, print_i387_control_word): Add `struct
2877 ui_file *' argument and use it for output.
2878 (i387_print_float_info): Renamed from i387_float_info. Add
2879 `struct gdbarch *' and `struct ui_file *' arguments and use the
2880 latter for output.
2881 * i386-tdep.c: Include "i387-tdep.h".
2882 (i386_gdbarch_init): Set print_float_info.
2883 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2884 (FLOAT_INFO): Remove define.
2885
46e0f506
MS
28862002-08-13 Michael Snyder <msnyder@redhat.com>
2887
2888 * mips-tdep.c (mips_push_arguments): Rename to
2889 mips_eabi_push_arguments, and tune for EABI.
2890 (MIPS_REGS_HAVE_HOME_P): Delete.
2891 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2892 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2893 Delete references to mips_regs_have_home_p.
2894
409268de
KS
28952002-08-14 Keith Seitz <keiths@redhat.com>
2896
2897 * Makefile.in (install-gdbtk): Create insight plugin directory.
2898 Install plugins.tcl file.
2899
ffc6a242
KS
29002002-08-14 Keith Seitz <keiths@redhat.com>
2901
2902 * configure.in: Move SUBDIRS to near top of the file so that
2903 --enable options may add things to it.
2904 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2905 * configure: Regenerate.
2906
ebafbe83
MS
29072002-08-13 Michael Snyder <msnyder@redhat.com>
2908
2909 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2910 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2911 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2912
32f6f25d
AC
29132002-08-13 Andrew Cagney <ac131313@redhat.com>
2914
2915 * vax-tdep.c (vax_get_saved_register): Delete function.
2916 (vax_gdbarch_init): Update.
2917 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2918 (ns32k_gdbarch_init): Update.
2919 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2920 (alpha_gdbarch_init): Update.
2921
53826de9
AC
29222002-08-13 Andrew Cagney <cagney@redhat.com>
2923
2924 * regcache.c (init_regcache_descr): Overallocate the
2925 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2926 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2927 nr_raw_registers.
2928 (set_register_cached): Add range checking assertions. Use
2929 current_regcache.
2930
16057ec7 29312002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2932
2933 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2934 numbers for MMX registers.
2935
7b4c2dce
AC
29362002-08-13 Andrew Cagney <cagney@redhat.com>
2937
2938 * i386-tdep.c (i386_gdbarch_init): Use
2939 generic_unwind_get_saved_register.
2940
1e03ad20
KB
29412002-08-13 Kevin Buettner <kevinb@redhat.com>
2942
2943 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2944 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2945 target vector.
2946 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2947 Delete. Add comment regarding this now-deleted target method.
2948
548bcbec
SC
29492002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2950
2951 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2952 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2953 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2954 real PC and the page number (if it's within the memory bank window).
2955 (m68hc11_pseudo_register_write): Likewise when saving.
2956 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2957 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2958 (m68hc11_register_raw_size): And use 32-bit for it.
2959 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2960 16K memory bank is used by the prog; also use the virtual pc.
2961
7df11f59
SC
29622002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2963
2964 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2965 (m68hc11_gdbarch_init): Install it in gdbarch.
2966 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2967 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2968 (MSYMBOL_SIZE): New for documentation.
2969 (insn_return_kind): Enum to specify how a function returns.
2970 (frame_extra_info): Cleanup and record the return mode.
2971 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2972 register in address computation.
2973 (m68hc11_get_return_insn): New to obtain the return instruction used
2974 by the function.
2975 (m68hc11_frame_init_saved_regs): Take into account the return
2976 instruction used by the function for far and interrupt functions.
2977 (m68hc11_init_extra_frame_info): Take into account page register.
2978 (m68hc11_frame_args_address): Adjust according to the return mode.
2979 (show_regs): Print page register only when it's used.
2980
5706502a
SC
29812002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2982
2983 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2984 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2985 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2986 registers.
2987 (m68hc11_register_raw_size): Likewise.
2988
28fc6740
AC
29892002-08-13 Andrew Cagney <cagney@redhat.com>
2990
2991 * i386-tdep.c (i386_register_name): Handle mmx registers.
2992 (mmx_regnum_p): New function.
2993 (i386_mmx_names): New array.
2994 (mmx_num_regs): New variable.
2995 (i386_pseudo_register_read): New function.
2996 (i386_pseudo_register_write): New function.
2997 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2998
2999 * regcache.c (regcache_raw_read_unsigned): New function.
3000 (regcache_raw_read_signed): New function.
3001 * regcache.h (regcache_raw_read_unsigned): Declare.
3002 (regcache_raw_read_signed): Declare.
3003
a378f419
AC
30042002-08-13 Andrew Cagney <cagney@redhat.com>
3005
3006 * regcache.c (regcache_raw_read_as_address): Delete function.
3007 (regcache_cooked_read_signed): New function.
3008 (regcache_cooked_read_unsigned): New function.
3009 * regcache.h (regcache_cooked_read_signed): Declare.
3010 (regcache_cooked_read_unsigned): Declare.
3011 (regcache_raw_read_as_address): Delete declaration.
3012
3013 * blockframe.c (generic_read_register_dummy): Use
3014 regcache_cooked_read_unsigned.
3015 * i386-tdep.c (i386_extract_struct_value_address): Use
3016 regcache_cooked_read_unsigned.
3017
81967506
SC
30182002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3019
3020 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3021 double sizes according to ELF ABI flags.
3022 (gdbarch_tdep): Record elf_flags.
3023
ffe1f3ee
SC
30242002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3025
3026 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3027 (m6812_prolog): They can appear in 68HC12 function prologue.
3028 (m68hc11_frame_chain): Cleanup.
3029
98216c5d
AC
30302002-08-12 Andrew Cagney <cagney@redhat.com>
3031
3032 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3033 declarations.
3034 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3035 (i386_linux_register_raw_size): Delete function.
3036 (i386_linux_init_abi): Update.
3037 * i386-tdep.c (i386_register_raw_size): Delete function.
3038 (i386_register_byte): Delete function.
3039 (i386_gdbarch_init): Update.
3040 (i386_register_size): Delete array.
3041 (i386_register_offset): Delete array.
3042
3043 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3044 (REGISTER_RAW_SIZE): Delete macro.
3045 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3046 (REGISTER_BYTE): Delete macro.
3047
3b19021e
AS
30482002-08-11 Aidan Skinner <aidan@velvet.net>
3049
3050 * ada-lang.c (ada_lookup_partial_symbol)
3051 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3052 prototype names so that grep ^func works properly.
3053
3054 * ada-lang.c (ada_array_element_type)
3055 (ada_lookup_partial_symbol): Fix typos in parameter list.
3056
3057 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3058 Fix prototype names so that grep ^func works properly.
3059
b063e7a2
AC
30602002-08-10 Andrew Cagney <cagney@redhat.com>
3061 Elena Zannoni <ezannoni@redhat.com>
3062 Martin M. Hunt <hunt@redhat.com>
3063
3064 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3065 (build_builtin_type_vec128i): Set the vector bit.
3066 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3067 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3068 (build_builtin_type_vec64): New function.
3069 (build_builtin_type_vec64i): New function.
3070 (build_gdbtypes): Initialize builtin_type_vec64 and
3071 builtin_type_vec64i.
3072
a7e3c2ad
AC
30732002-08-09 Andrew Cagney <cagney@redhat.com>
3074
3075 * regcache.c (regcache_dump): Compare the register offset
3076 with REGISTER_BYTE.
3077 * arch-utils.c (generic_register_byte): New function.
3078 * arch-utils.h (generic_register_byte): Declare.
3079 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3080 * gdbarch.h, gdbarch.c: Regenerate.
3081
af030b9a
AC
30822002-08-09 Andrew Cagney <cagney@redhat.com>
3083
3084 * regcache.c: Include "gdbcmd.h"
3085 (_initialize_regcache): Add commands "maintenance print
3086 registers", "maintenance print raw-registers" and "maintenance
3087 print cooked-registers".
3088 (enum regcache_dump_what): Define.
3089 (dump_endian_bytes): New function.
3090 (regcache_dump): New function.
3091 (regcache_print): New function.
3092 (maintenance_print_registers): New function.
3093 (maintenance_print_raw_registers): New function.
3094 (maintenance_print_cooked_registers): New function.
3095 * Makefile.in (regcache.o): Update dependencies.
3096
cb3d25d1
MS
30972002-08-09 Michael Snyder <msnyder@redhat.com>
3098
3099 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3100 (mips_push_arguments): Correct some comments. Use paddr_nz
3101 for printing addresses in debug output. Replace static
3102 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3103 (mips_n32n64_push_arguments): New function, cloned from
3104 mips_push_arguments and tuned for the n32/n64 ABI.
3105 (mips_push_register): Buffer needs dynamic allocation.
3106 (mips_print_register): Ditto.
3107 (do_gp_register_row): Ditto.
3108 (mips_store_return_value): Ditto.
3109 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3110
2163ab9d
DH
31112002-08-09 Don Howard <dhoward@redhat.com>
3112
3113 * memattr.c (mem_info_command): Print special case of upper bound
3114 as max CORE_ADDR + 1.
3115
b78bcb18
MS
31162002-08-08 Michael Snyder <msnyder@redhat.com>
3117
3118 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3119 returns structs by ref if they're too big to fit in two registers.
3120
ffabd70d
KB
31212002-08-09 Kevin Buettner <kevinb@redhat.com>
3122
3123 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3124 saved regs value.
3125 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3126 mips_find_saved_regs().
3127 (mips_pop_frame): Likewise.
3128
fbcdb4a3
KB
31292002-08-09 Kevin Buettner <kevinb@redhat.com>
3130
3131 * blockframe.c (frame_saved_regs_register_unwind): Revise
3132 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3133 frames are in use.
3134
3c3bea1c
GS
31352002-08-09 Grace Sainsbury <graces@redhat.com>
3136
3137 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3138 T-packets; the 'a' is not taken as a register number.
3139 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3140 (remote_stopped_data_address): New functions; add to target
3141 vector.
3142 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3143 prototypes to match other implementations of this
3144 function. replace integer argument with pointer -- the length
3145 field in the Z-packet is the length of what is pointed to or 1 if
3146 pointer is null. Add to target vector.
3147 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3148 target vector.
3149
3150 From Mark Salter:
3151 * remote.c (remote_wait): Add support to extract optional
3152 watchpoint information from T-packet. Ignore unrecognized
3153 optional info in T-packet.
3154 (remote_async_wait): Ditto.
3155
5d1d95de
CV
31562002-08-09 Corinna Vinschen <vinschen@redhat.com>
3157
3158 * cli/cli-dump.c: Change fopen modes to use binary open modes
3159 as defined in include/fopen-bin.h throughout.
3160
c86b5b38
MS
31612002-08-08 Michael Snyder <msnyder@redhat.com>
3162
3163 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3164
b30590dc
KB
31652002-08-08 Kevin Buettner <kevinb@redhat.com>
3166
3167 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3168 assertion failure by returning early after a warning.
3169
498868ed
KB
31702002-08-08 Kevin Buettner <kevinb@redhat.com>
3171
3172 * mips-tdep.c (mips_find_saved_regs): Make static.
3173 (mips_frame_init_saved_regs): New function.
3174 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3175 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3176 (mips_find_saved_regs): Delete declaration.
3177
b2dd6311
GS
31782002-08-08 Grace Sainsbury <graces@redhat.com>
3179
3c3bea1c
GS
3180 * remote.c (remote_wait, remote_async_wait): Change
3181 thread_num from int to ULONGEST.
3182 (unpack_varlen_hex): Change result parameter from
3183 int * to ULONGEST *.
b2dd6311 3184
ea47855f
AC
31852002-08-08 Andrew Cagney <ac131313@redhat.com>
3186
3187 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3188 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3189 powerpc*-*-*.
3190 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3191
69db8bae
AC
31922002-08-08 Andrew Cagney <cagney@redhat.com>
3193
3194 * gcore.c (override_derive_stack_segment): Delete variable.
3195 (preempt_derive_stack_segment): Delete function.
3196 (derive_stack_segment): Delete function.
3197 (default_derive_stack_segment): Renamed to derive_stack_segment.
3198 (override_derive_heap_segment): Delete variable.
3199 (preempt_derive_heap_segment): Delete function.
3200 (derive_heap_segment): Delete function.
3201 (default_derive_heap_segment): Rename to derive_heap_segment.
3202
cb811fe7
MS
32032002-08-06 Michael Snyder <msnyder@redhat.com>
3204
3205 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3206 * mips-tdep.c (mips_EABI_use_struct_convention,
3207 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3208 New functions. (mips_use_struct_convention): Delete.
3209 (mips_gdbarch_init): set use_gdbarch_convention.
3210
8b389c40
MS
32112002-08-06 Michael Snyder <msnyder@redhat.com>
3212
3213 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3214 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3215 mips_o32_reg_struct_has_addr): New functions.
3216 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3217
5c27f28a
AC
32182002-08-07 Andrew Cagney <ac131313@redhat.com>
3219
3220 * regcache.c (pseudo_register): Delete function.
3221 (fetch_register): Delete function.
3222 (store_register): Delete function.
3223 (regcache_raw_read, legacy_read_register_gen): Use
3224 target_fetch_registers instead of fetch_register.
3225 (legacy_write_register_gen, regcache_raw_write): Use
3226 target_store_register instead of store_register.
3227 (write_register_bytes): Ditto.
3228
3229 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3230 (STORE_PSEUDO_REGISTER): Delete.
3231 * gdbarch.h, gdbarch.c: Regenerate.
3232
5b331675
CV
32332002-08-06 Corinna Vinschen <vinschen@redhat.com>
3234
3235 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3236 write dump file binary.
3237
6acdf5c7
MS
32382002-08-05 Michael Snyder <msnyder@redhat.com>
3239
3240 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3241 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3242 (mips_gdbarch_init): Set N32 target to be mips64.
3243
b2f01c35
KB
32442002-08-06 Kevin Buettner <kevinb@redhat.com>
3245
3246 * frame.c (find_saved_register): Break out of loop once saved
3247 register address is found. Don't mention sparc in loop comment
3248 anymore.
3249
63db5580
KB
32502002-08-06 Kevin Buettner <kevinb@redhat.com>
3251
3252 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3253 mips_default_saved_regsize to 8.
3254
5e34e75e
AC
32552002-08-06 Andrew Cagney <ac131313@redhat.com>
3256
3257 * gcore.c: Do not include <sys/procfs.h>.
3258 * Makefile.in (gcore.o): Update dependencies.
3259
eb4c54a2
AC
32602002-08-06 Andrew Cagney <cagney@redhat.com>
3261
3262 * configure.tgt: Make arc-*-* obsolete.
3263 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3264 * MAINTAINERS: Make arc-elf obsolete.
3265 * arc-tdep.c: Make file obsolete.
3266 * config/arc/arc.mt: Ditto.
3267 * config/arc/tm-arc.h: Ditto.
3268
ced15480
TR
32692002-08-05 Theodore A. Roth <troth@verinet.com>
3270
c1bab85b 3271 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3272
b4743822
AC
32732002-08-05 Andrew Cagney <ac131313@redhat.com>
3274
3275 * mcore-tdep.c (mcore_gdbarch_init): Use
3276 generic_unwind_get_saved_register instead of
3277 generic_get_saved_register.
3278 * v850-tdep.c (v850_gdbarch_init): Ditto.
3279 * frv-tdep.c (frv_gdbarch_init): Ditto.
3280 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3281 * s390-tdep.c (s390_gdbarch_init): Ditto.
3282 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3283 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3284 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3285
3956d554
JB
32862002-08-05 Joel Brobecker <brobecker@gnat.com>
3287
3288 * objfiles.h: Add missing #include "symfile.h"
3289
3290 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3291
8249c0d6
AC
32922002-08-04 Andrew Cagney <ac131313@redhat.com>
3293
3294 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3295 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3296 of FIELD_BITSIZE.
3297
b9d14705
DJ
32982002-08-04 Daniel Jacobowitz <drow@mvista.com>
3299
3300 * NEWS: Cleanup and nitpick.
3301
dd73b9bb
AC
33022002-08-03 Andrew Cagney <ac131313@redhat.com>
3303
3304 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3305
043a27f8
AC
33062002-08-03 Andrew Cagney <ac131313@redhat.com>
3307
3308 * Makefile.in (gdbtk-bp.o): Update dependencies.
3309 (gdbtk-register.o): Ditto.
3310 (gdbtk-varobj.o): Ditto.
3311
46ce284d
AC
33122002-08-03 Andrew Cagney <cagney@redhat.com>
3313
3314 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3315 m68hc11_fetch_pseudo_register.
3316 (m68hc11_pseudo_register_write): Replace
3317 m68hc11_store_pseudo_register.
3318 (m68hc11_gdbarch_init): Update.
3319
b66d6d2e
AC
3320Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3321
3322 * gdbarch.sh: Include "gdb_string.h".
3323 * gdbarch.c: Regenerate.
3324
3325 * regcache.c: Include "gdb_string.h".
3326 * ax-general.c: Ditto.
3327 * varobj.c: Ditto.
3328 * std-regs.c: Ditto.
3329 * fbsd-proc.c: Ditto.
3330 * thread.c: Ditto.
3331
3332 * Makefile.in (regcache.o): Update dependencies.
3333 (thread.o, gdbarch.o): Ditto.
3334 (ax-general.o, gdbarch.o): Ditto.
3335 (varobj.o, std-regs.o): Ditto.
3336 (fbsd-proc.o): Specify dependencies.
3337
29e1842b
AC
33382002-08-02 Andrew Cagney <cagney@redhat.com>
3339
3340 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3341 regnum.
3342 (regcache_cooked_write): Ditto.
3343
68365089
AC
33442002-08-02 Andrew Cagney <ac131313@redhat.com>
3345
3346 * regcache.c (regcache_cooked_read): New function.
3347 (regcache_cooked_write): New function.
3348 (read_register_gen): Rewrite using regcache_cooked_read.
3349 (write_register_gen): Rewrite using regcache_cooked_write.
3350
3351 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3352 Declare.
3353
d8124050
AC
33542002-08-02 Andrew Cagney <cagney@redhat.com>
3355
3356 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3357 Replace the architecture methods register_read and register_write.
3358 * gdbarch.h, gdbarch.c: Regenerate.
3359 * regcache.c (init_regcache_descr): Update.
3360 (read_register_gen): Update.
3361 (write_register_gen): Update.
3362 (supply_register): Update comment.
3363
3364 * sh-tdep.c (sh_gdbarch_init): Update.
3365 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3366 `regcache' and `gdbarch' parameters. Make `buffer' a void
3367 pointer. Update code.
3368 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3369 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3370 void pointer. Update code.
3371 (sh64_register_write): Delete.
3372 (sh4_register_read): Delete.
3373 (sh64_register_read): Delete.
3374 (sh4_register_write): Delete.
3375 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3376 void pointer, `to' parameter a void pointer.
3377 (sh_sh64_register_convert_to_raw): Ditto.
3378
a6425924
KB
33792002-08-01 Kevin Buettner <kevinb@redhat.com>
3380
3381 * mips-tdep.c (mips_register_virtual_type): Use architecture
3382 invariant return values.
3383
ff5922b5
AC
33842002-08-01 Andrew Cagney <cagney@redhat.com>
3385
3386 * linux-proc.c: Include "gdb_string.h".
3387 * Makefile.in (linux-proc.o): Update dependency list.
3388
32a6503c
KB
33892002-08-01 Kevin Buettner <kevinb@redhat.com>
3390
3391 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3392 comment.
3393
ccaa32c7
GS
33942002-08-01 Grace Sainsbury <graces@redhat.com>
3395
3396 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3397 to_insert_watchpoint, to_remove_watchpoint,
3398 to_stopped_by_watchpoint, to_stopped_data_address,
3399 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3400 target vecctor. Define their corresponding macros so they call
3401 them.
3402
3403 * target.c: Add default and debug versions of for
3404 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3405 to_insert_watchpoint, to_remove_watchpoint,
3406 to_stopped_by_watchpoint, to_stopped_data_address,
3407 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3408
78fde5f8
KB
34092002-08-01 Kevin Buettner <kevinb@redhat.com>
3410
3411 * mips-tdep.c (mips_register_virtual_type): New function.
3412 (mips_gdbarch_init): Register mips_register_virtual_type()
3413 with gdbarch machinery.
3414 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3415 this file instead of tm-bigmips.h.
3416 (MIPS_REGSIZE): Delete this macro.
3417 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3418 multiarch version in mips-tdep.c will be found.
3419
db034ac5
AC
34202002-08-01 Andrew Cagney <cagney@redhat.com>
3421
3422 * NEWS: Menion that CHILL has been made obsolete.
3423
3424 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3425 * stabsread.c (read_range_type): Ditto.
3426 * gdbtypes.h: Ditto.
3427 * language.c (binop_type_check): Ditto.
3428 (binop_result_type): Ditto.
3429 (integral_type): Ditto.
3430 (character_type): Ditto.
3431 (string_type): Ditto.
3432 (boolean_type): Ditto.
3433 (structured_type): Ditto.
3434 (lang_bool_type): Ditto.
3435 (binop_type_check): Ditto.
3436 * language.h (_LANG_chill): Ditto.
3437 * dwarfread.c (set_cu_language): Ditto.
3438 * dwarfread.c (CHILL_PRODUCER): Ditto.
3439 * dwarfread.c (handle_producer): Ditto.
3440 * expression.h (enum exp_opcode): Ditto.
3441 * eval.c: Ditto for comments.
3442 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3443 * expprint.c (print_subexp): Ditto.
3444 (print_subexp): Ditto.
3445 * valops.c (value_cast): Ditto.
3446 (search_struct_field): Ditto.
3447 * value.h (COERCE_VARYING_ARRAY): Ditto.
3448 * symfile.c (init_filename_language_table): Ditto.
3449 (add_psymbol_with_dem_name_to_list): Ditto.
3450 * valarith.c (value_binop): Ditto.
3451 (value_neg): Ditto.
3452 * valops.c (value_slice): Ditto.
3453 * symtab.h (union language_specific): Ditto.
3454 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3455 (SYMBOL_DEMANGLED_NAME): Ditto.
3456 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3457 * defs.h (enum language): Ditto.
3458 * symtab.c (got_symtab): Ditto.
3459 * utils.c (fprintf_symbol_filtered): Ditto.
3460
3461 * ch-typeprint.c: Make file obsolete.
3462 * ch-valprint.c: Make file obsolete.
3463 * ch-lang.h: Make file obsolete.
3464 * ch-exp.c: Make file obsolete.
3465 * ch-lang.c: Make file obsolete.
3466
3467 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3468 CHILL_LIB.
3469 (TARGET_FLAGS_TO_PASS): Ditto.
3470 (CHILLFLAGS): Obsolete.
3471 (CHILL): Obsolete.
3472 (CHILL_FOR_TARGET): Obsolete.
3473 (CHILL_LIB): Obsolete.
3474 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3475 ch-valprint.c.
3476 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3477 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3478 ch-lang.o.
3479 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3480 targets.
3481
8aaf0b47
JB
34822002-07-31 Joel Brobecker <brobecker@gnat.com>
3483
3484 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3485 This does not change anything at the moment, but will be helpful
3486 later when full Ada support is integrated.
3487
f3a7b3a5
KB
34882002-07-31 Kevin Buettner <kevinb@redhat.com>
3489
3490 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3491 help message.
3492
fb850278
KB
34932002-07-31 Kevin Buettner <kevinb@redhat.com>
3494
3495 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3496 and save it in a local variable. Use variable in later test.
3497
e3bddbfa
KB
34982002-07-31 Kevin Buettner <kevinb@redhat.com>
3499
3500 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3501 test. (Thanks to Daniel Jacobowitz.)
3502
28d169de
KB
35032002-07-31 Kevin Buettner <kevinb@redhat.com>
3504
3505 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3506 (mips_abi_strings): Add "n64".
3507 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3508
7fe7e44e
KB
35092002-07-31 Kevin Buettner <kevinb@redhat.com>
3510
3511 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3512 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3513
c6caf090
KB
35142002-07-31 Kevin Buettner <kevinb@redhat.com>
3515
3516 * utils.c (host_pointer_to_address, address_to_host_pointer):
3517 Use gdb_assert() instead of explicit call to internal_error().
3518
c41669e0
KB
35192002-07-30 Kevin Buettner <kevinb@redhat.com>
3520
3521 * Makefile.in (rs6000-nat.o): Update dependencies.
3522
3523 From Nicholas Duffek:
3524 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3525 (aix-thread.o): New rule.
3526 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3527 * config/powerpc/aix432.mh: New file.
3528
2fda4977
DJ
35292002-07-30 Daniel Jacobowitz <drow@mvista.com>
3530
3531 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3532 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3533 (fetch_core_registers, ppc_linux_supply_gregset)
3534 (ppc_linux_supply_fpregset): New functions.
3535 (ppc_linux_regset_core_fns): New.
3536 (_initialize_ppc_linux_tdep): Call add_core_fns.
3537 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3538 and ppc_linux_supply_gregset.
3539 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3540 (supply_fpregset): Call ppc_linux_supply_fpregset.
3541 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3542 corelow.o.
3543 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3544
729051e6
DJ
35452002-07-30 Daniel Jacobowitz <drow@mvista.com>
3546
3547 * symtab.c (lookup_symbol): Demangle before lowercasing.
3548
5f8a3188
AC
35492002-07-30 Andrew Cagney <ac131313@redhat.com>
3550
3551 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3552 declaration.
3553 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3554 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3555 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3556 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3557 "gdb_string.h".
3558 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3559 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3560 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3561 (avr-tdep.o, mon960-rom.o): Ditto.
3562 (aout_stabs_gnu_h): Define.
3563 (symtab_h): Remove $(gdb_obstack_h).
3564
67f07146
JB
35652002-07-30 Jim Blandy <jimb@redhat.com>
3566
3567 Patch from David Carlton <carlton@math.stanford.edu>:
3568 * gdbinit.in: Move the `dir' commands that add GDB's own source
3569 directory to the search path to the end, so that the `gdb' source
3570 directory will be searched first.
3571
04ea0df1
AC
35722002-07-29 Andrew Cagney <ac131313@redhat.com>
3573
3574 * gdb_obstack.h: New file.
3575 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3576 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3577 * objfiles.h: Include "gdb_obstack.h".
3578 * Makefile.in (gdb_obstack_h): Define.
3579 (symtab_h): Add $(gdb_obstack_h).
3580 (objfiles_h): Add $(gdb_obstack_h).
3581
3582 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3583 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3584 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3585 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3586 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3587 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3588 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3589 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3590
3591 * Makefile.in (bcache.o): Update dependencies.
3592 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3593 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3594 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3595 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3596 (stabsread.o, symfile.o, symmisc.o): Ditto.
3597 (symtab.o, typeprint.o, macroexp.o): Ditto.
3598 (macrotab.o, mdebugread.o): Ditto.
3599 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3600 (coff_ecoff_h, aout_aout64_h): Define.
3601 (aout_stabs_gnu_h, libaout_h): Define.
3602
d138e37a
AC
36032002-07-29 Andrew Cagney <cagney@redhat.com>
3604
3605 * regcache.c (struct regcache_descr): Rename nr_registers to
3606 nr_cooked_registers. Revise comments describing the structure
3607 member fields.
3608 (init_regcache_descr): Update.
3609 (init_legacy_regcache_descr): Update.
3610 (read_register_gen, write_register_gen): When a cooked register in
3611 the raw register range, directly access the value from the raw
3612 register cache.
3613
460e6ec3
AC
36142002-07-29 Andrew Cagney <ac131313@redhat.com>
3615
3616 * z8k-tdep.c: Do not include "obstack.h".
3617 * h8300-tdep.c, h8500-tdep.c: Ditto.
3618 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3619 * valprint.c, v850-tdep.c: Ditto.
3620 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3621 * mn10200-tdep.c: Ditto.
3622
3623 * Makefile.in (z8k-tdep.o): Update dependencies.
3624 (m68hc11-tdep.o, valprint.o): Ditto.
3625 (v850-tdep.o, d10v-tdep.o): Ditto.
3626 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3627 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3628 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3629 (sh_opc_h, gdb_sim_sh_h): Define.
3630 (elf_sh_h, elf_bfd_h): Define.
3631 (opcode_m68hc11_h): Define.
3632 (OPCODES_SRC, OPCODES_DIR): define.
3633 (OPCODES): Use $(OPCODES_DIR).
3634 (gdb_sim_d10v_h): Rename sim_d10v_h.
3635 (gdb_sim_arm_h): Rename sim_arm_h.
3636
790c9cf0
KB
36372002-07-26 Kevin Buettner <kevinb@redhat.com>
3638
3639 * utils.c (host_pointer_to_address, address_to_host_pointer):
3640 Change internal_error() message to indicate function responsible
3641 for the error.
3642
9647fa49
KB
36432002-07-26 Kevin Buettner <kevinb@redhat.com>
3644
3645 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3646 calls to local_hex_string_custom().
3647
dabbe2c0
KB
36482002-07-26 Kevin Buettner <kevinb@redhat.com>
3649
3650 * irix5-nat.c: Move IRIX shared library support from here...
3651 * solib-irix.c: ...to here. Revised substantially to work with
3652 generic solib framework.
3653
b96d0a4e
KB
3654 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3655 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3656 * mips-irix-tdep.c: New file.
3657
313fb2f6
KB
3658 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3659 (mips-irix-tdep.o, solib-irix.o): New rules.
3660 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3661 solib-irix.o.
3662 * config/mips/irix6.mt (TDEPFILES): Likewise.
3663 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3664
ab2eaf26
KB
36652002-07-26 Kevin Buettner <kevinb@redhat.com>
3666
177e4768 3667 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3668 disabled (via ``#if 0'') includes.
3669
7244546a
KB
36702002-07-26 Kevin Buettner <kevinb@redhat.com>
3671
3672 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3673 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3674 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3675 Add support for the fpscr register.
3676 * rs6000-nat.c (regmap, fetch_inferior_registers)
3677 (store_inferior_registers, fetch_core_registers): Likewise.
3678
dd7be90a
KB
36792002-07-26 Kevin Buettner <kevinb@redhat.com>
3680
3681 * rs6000-nat.c (language.h): Include.
3682 (special_regs): Delete this array.
3683 (regmap): New function.
3684 (fetch_register, store_register): Use regmap() to map gdb
3685 register numbers to ptrace register numbers. Also, use
3686 outputs from regmap() to make decisions regarding type of
3687 ptrace() call to make. In particular, don't compare against
3688 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3689 (fetch_inferior_registers, store_inferior_registers): Where
3690 possible, obtain register numbers from tdep struct. Don't
3691 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3692 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3693 (LAST_UISA_SP_REGNUM): Delete.
3694
11bf77db
KB
36952002-07-25 Kevin Buettner <kevinb@redhat.com>
3696
3697 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3698 (fetch_registers, store_register, fetch_core_registers): Don't
3699 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3700 regcache_collect() as appropriate.
3701 (find_toc_address): Format hex address with local_hex_string().
3702
06afebeb
AC
37032002-07-25 Andrew Cagney <ac131313@redhat.com>
3704
3705 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3706 bfd/elf32-frv.c.
3707
8c554d79
TT
37082002-07-24 Tom Tromey <tromey@redhat.com>
3709
3710 * jv-exp.y: Marked all strings with _().
3711 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3712 internal_error.
3713 (MethodInvocation, CastExpression, parse_number, yyerror,
3714 java_type_from_name, push_expression_name, yylex): Typo fixes.
3715
e4c242d9
DJ
37162002-07-24 Daniel Jacobowitz <drow@mvista.com>
3717
3718 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3719 (tee_file_flush, tee_file_write, tee_file_fputs)
3720 (tee_file_isatty): New.
3721 * ui-file.h (tee_file_new): Add prototype.
3722
ebf56fd3
AS
37232002-07-24 Aidan Skinner <aidan@velvet.net>
3724
3725 * ada-lang.c: Change k&r style function definitions to prototyped
3726 form.
3727 * ada-typeprint.c: Change k&r style function definitions to prototyped
3728 form.
3729 * ada-valprint.c: Change k&r style function definitions to prototyped
3730 form.
3731
7fb623f7
AC
37322002-07-24 Andrew Cagney <cagney@redhat.com>
3733
3734 * README: Remove reference to remote-bug.
3735 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3736 remote-bug.c.
3737 (m88k-nat.o): Delete rule.
3738 (m88k-tdep.o): Delete rule.
3739 (remote-bug.o): Delete rule.
3740 * MAINTAINERS: Mark as obsolete.
3741 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3742 * m88k-tdep.c: Make file obsolete.
3743 * config/m88k/m88k.mh: Ditto.
3744 * config/m88k/delta88v4.mh: Ditto.
3745 * config/m88k/delta88v4.mt: Ditto.
3746 * config/m88k/delta88.mt: Ditto.
3747 * config/m88k/delta88.mh: Ditto.
3748 * remote-bug.c: Ditto.
3749 * config/m88k/tm-delta88.h: Ditto.
3750 * config/m88k/nm-delta88v4.h: Ditto.
3751 * config/m88k/xm-delta88.h: Ditto.
3752 * config/m88k/xm-dgux.h: Ditto.
3753 * config/m88k/tm-m88k.h: Ditto.
3754 * config/m88k/nm-m88k.h: Ditto.
3755 * config/m88k/tm-delta88v4.h: Ditto.
3756 * m88k-nat.c: Ditto.
3757 * cxux-nat.c: Ditto.
3758 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3759 and m88*-*-* obsolete.
3760 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3761 m88*-*-* obsolete.
3762
37611a2b
AC
37632002-07-24 Andrew Cagney <cagney@redhat.com>
3764
3765 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3766 constant. Same for local pointer variables.
3767 (extract_signed_integer): Ditto.
3768 * defs.h (extract_unsigned_integer): Update.
3769 (extract_signed_integer): Update.
3770
1aaa5f99
AC
37712002-07-24 Andrew Cagney <cagney@redhat.com>
3772
3773 * regcache.c (regcache_raw_write): Change buf parameter to a
3774 constant void pointer.
3775 (regcache_raw_read): Change buf parameter to a void pointer.
3776 (legacy_write_register_gen): Change myaddr parameter a constant
3777 void pointer.
3778 (supply_register): Change val parameter to a const void pointer.
3779 * regcache.h (regcache_raw_write): Update declaration.
3780 (regcache_raw_read): Update declaration.
3781 (supply_register): Update declaration.
3782
b4f5539f
TT
37832002-07-24 Tom Tromey <tromey@redhat.com>
3784
3785 * defs.h (gdb_readline_wrapper): Declare.
3786 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3787 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3788 * top.c (gdb_readline_wrapper): New function.
3789 (command_line_input): Use it.
3790
0818c12a
AC
37912002-07-24 Andrew Cagney <cagney@redhat.com>
3792
3793 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3794 regcache_read and regcache_write.
3795 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3796 * regcache.c: Update.
3797 * sh-tdep.c (sh64_push_arguments): Update comment.
3798 (sh_pseudo_register_read): Update.
3799 (sh_pseudo_register_write): Update.
3800 (sh4_register_read): Update.
3801 (sh4_register_write): Update.
3802 (sh64_pseudo_register_read): Update.
3803 (sh64_pseudo_register_write): Update.
3804 (sh64_register_read): Update.
3805 (sh64_register_write): Update.
3806 * i386-tdep.c (i386_extract_return_value): Update.
3807 (i386_extract_struct_value_address): Update.
3808 (i386_extract_return_value): Update.
3809 * blockframe.c (generic_read_register_dummy): Update.
3810 (generic_call_dummy_register_unwind): Update
3811 * infrun.c (write_inferior_status_register): Update.
3812
f7321c06
JB
38132002-07-23 Jim Blandy <jimb@redhat.com>
3814
3815 * parser-defs.h (expression_context_pc): Make this extern.
3816 (Thanks to Michael Snyder.)
3817
2037aebb
AC
38182002-07-23 Andrew Cagney <ac131313@redhat.com>
3819
3820 GDB 5.2.1 released from 5.2 branch.
3821 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3822 * README: Update to mention 5.2.1.
3823
66504d44
MS
38242002-07-23 Mark Salter <msalter@redhat.com>
3825
3826 * remote.c (remote_read_bytes): Fix check for error.
3827
27bae383
KB
38282002-07-22 Kevin Buettner <kevinb@redhat.com>
3829
3830 * aix-thread.c (language.h): Include.
3831 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3832 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3833 Print newlines at end of debug messages.
3834 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3835 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3836
38372002-07-22 Kevin Buettner <kevinb@redhat.com>
3838
3839 * aix-thread.c (ppc-tdep.h): Include.
3840 (special_register_p): New function.
3841 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3842 (store_regs_user_thread): Use register number information from
3843 gdbarch_tdep struct instead of hardcoded offsets relative to
3844 FIRST_UISA_SP_REGNUM.
3845 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3846 special_register_p() instead of using FPLAST_REGNUM and
3847 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3848 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3849 will be MQ's register number.
3850
38512002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3852
3853 * aix-thread.c (ops): Rename to aix_thread_ops.
3854 (base_ops): Rename to base_target.
3855 (ops_attach): Rename to aix_thread_attach.
3856 (ops_detach): Rename to aix_thread_detach.
3857 (ops_resume): Rename to aix_thread_detach.
3858 (ops_wait): Rename to aix_thread_wait.
3859 (ops_kill): Rename to aix_thread_kill.
3860 (init_ops): Rename to init_aix_thread_ops.
3861 (ops_fetch_register): Rename to aix_thread_fetch_register.
3862 (ops_store_register): Rename to aix_thread_store_register.
3863 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3864 (ops_thread_alive): Rename to aix_thread_thread_alive.
3865 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3866 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3867 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3868 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3869 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3870 (store_regs_lib): Rename to store_regs_user_thread.
3871 (store_regs_kern): Rename to store_regs_kernel_thread.
3872
27bae383 38732002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3874
3875 * aix-thread.c (ops_prepare_to_store): Eliminate.
3876 (init_ops): Don't initialize ops.prepare_to_store.
3877 (store_regs_kern): Pre-fetch register buffers from child,
3878 because some registers may not be in the cache. Copy
3879 regs from register cache only if they are cached.
3880 (store_regs_lib): Copy regs from register cache only
3881 if they are cached.
3882 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3883 fill_gprs64): Ditto.
3884
61c5da0b
KB
38852002-07-22 Kevin Buettner <kevinb@redhat.com>
3886
3887 * aix-thread.c (gdb_assert.h): Include.
3888 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3889 register sizes (from register cache) match size of buffer holding
3890 register data.
3891 (fill_sprs32): Change parameter types to match those in the ptrace()
3892 buffer.
3893 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3894 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3895
38962002-07-22 Michael Snyder <msnyder@redhat.com>
3897
3898 * aix-thread.c (supply_sprs64): Cosmetic change.
3899 (supply_sprs32): Cosmetic change.
3900 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3901 (fill_sprs64): Use regcache_collect instead of read_register.
3902 (store_regs_lib): Use regcache_collect instead of
3903 read_register. Use fill_sprs32 instead of fill_sprs64,
3904 if debugging a 32-bit architecture.
3905 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3906 out of the register cache, instead of passing a pointer into
3907 the register cache directly to ptrace. Use regcache_collect
3908 insteaad of read_register.
3909 (ops_prepare_to_store): Use target_read_registers instead
3910 of read_register_bytes.
3911
36479eb1
AS
39122002-07-20 Aidan Skinner <aidan@velvet.net>
3913
3914 * MAINTAINERS: Add self under write after approval.
3915
80ae6ee2
AS
39162002-07-20 Aidan Skinner <aidan@velvet.net>
3917
3918 * ada-tasks.c: Change k&r style function definitions to prototyped
3919 form.
3920
8a8ab2b9
AC
39212002-07-19 Andrew Cagney <ac131313@redhat.com>
3922
3923 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3924 * x86-64-tdep.c: Include "objfiles.h".
3925 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3926 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3927
fb16b900
ML
39282002-07-17 Michal Ludvig <michal@suse.cz>
3929
3930 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3931 (update_context): Initialise cfa variable.
3932
0fe7bf7b
MS
39332002-07-17 Michael Snyder <msnyder@redhat.com>
3934
3935 * aix-thread.c: Shorten some long lines.
3936 Bring comments into line with code spec.
3937
488f131b
JB
39382002-07-18 Joel Brobecker <brobecker@gnat.com>
3939
3940 * infrun.c: Re-indent using gdb_indent.sh.
3941
46c415d2
JB
39422002-07-18 Joel Brobecker <brobecker@gnat.com>
3943
3944 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3945 Leave the indentation temporarily untouched, to minimize the diffs.
3946
cdecafbe
EZ
39472002-07-18 Elena Zannoni <ezannoni@redhat.com>
3948
3949 * stabsread.c: Make os9k sections of the code obsolete,
3950 for real this time.
3951 * stabsread.h: Make os9k sections of the code obsolete.
3952
7b6aa020
ML
39532002-07-18 Michal Ludvig <mludvig@suse.cz>
3954
09ec9b38
ML
3955 * linux-low.c (regsets_store_inferior_registers): Add free()
3956 at the end of a loop to prevent memory leak.
3957 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3958 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3959 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3960 line a comment.
4894ac5d 3961 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3962
233282cd
JB
39632002-07-17 Jim Blandy <jimb@redhat.com>
3964
3965 * macrocmd.c (info_macro_command): Remove newline from error
3966 message.
3967
7b6aa020 39682002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3969
3970 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3971 (sh_gdbarch_init): Use it for sh-dsp.
3972
f7ef9339
KB
39732002-07-16 Kevin Buettner <kevinb@redhat.com>
3974
3975 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3976 64-bit DWARF2 format.
3977
8dd72958
JB
39782002-07-16 Joel Brobecker <brobecker@gnat.com>
3979
3980 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3981 <sys/proc.h> when not available.
3982
a99a9e1b
AC
39832002-07-16 Andrew Cagney <ac131313@redhat.com>
3984
3985 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3986 * stabsread.c: Make os9k sections of the code obsolete.
3987 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3988 * config/i386/i386os9k.mt: Make file obsolete.
3989 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3990 (COMMON_OBS): Remove os9kread.o
3991 (SFILES): Remove os9kread.c.
3992 (os9kread.o, remote-os9k.o): Make target obsolete.
3993 * remote-os9k.c: Make file obsolete.
3994 * os9kread.c: Make file obsolete.
3995 * Makefile.in
3996
7a3085c1
AC
39972002-07-16 Andrew Cagney <ac131313@redhat.com>
3998
3999 * NEWS: Mention that the FR30 has been made obsolete.
4000 * fr30-tdep.c: Make file obsolete.
4001 * config/fr30/tm-fr30.h: Ditto.
4002 * config/fr30/fr30.mt: Ditto.
4003 * configure.tgt: Make fr30-*-elf obsolete.
4004 * MAINTAINERS: Make fr30-elf obsolete.
4005
28a93f5a
PM
40062002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4007
4008 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4009 found is not inside a section.
4010
be006b8b
KB
40112002-07-15 Kevin Buettner <kevinb@redhat.com>
4012
4013 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4014 strerror().
4015 (pdc_realloc): Use xrealloc() instead of realloc().
4016
14fa3751
KB
40172002-07-15 Kevin Buettner <kevinb@redhat.com>
4018
4019 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4020 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4021 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4022 macros.
4023
42cc437f
KB
40242002-07-15 Kevin Buettner <kevinb@redhat.com>
4025
4026 * aix-thread.c (ptrace_check): Eliminate goto.
4027 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4028 problem.
4029
8e2c28d4
KB
40302002-07-15 Kevin Buettner <kevinb@redhat.com>
4031
4032 * aix-thread.c (gdbcmd.h): Include.
4033 (DEBUG, DBG, DBG2, dbg): Eliminate.
4034 (debug_aix_thread): New static global.
4035 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4036 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4037 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4038 invocations to DBG and DBG2 macros to test against
4039 ``debug_aix_thread'' and call fprintf_unfiltered().
4040 (_initialize_aix_thread): Add new command "set debug aix-thread".
4041
30413464
AC
40422002-07-15 Andrew Cagney <ac131313@redhat.com>
4043
4044 From Gerhard Tonn <TON@de.ibm.com>:
4045 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4046 instead of supply_register.
4047
7c43edc1
AC
40482002-07-15 Andrew Cagney <ac131313@redhat.com>
4049
4050 * dwarf2cfi.c: Include "gdb_assert.h".
4051 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4052 non-NULL.
4053 (update_context): Do not use __func__. Add missing ``break''.
4054 (update_context): Do not use __func__.
4055
9364a0ef
EZ
40562002-07-15 Elena Zannoni <ezannoni@redhat.com>
4057
4058 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4059 and its setting. Set gdbarch instruction printing functions
4060 directly. For non-rs6000 case use new function
4061 gdb_print_insn_powerpc.
4062 (gdb_print_insn_powerpc): New function.
4063
3fbeef0b
AC
40642002-07-13 Andrew Cagney <ac131313@redhat.com>
4065
92eb23c5 4066 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4067 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4068 * configure.tgt: Mark d30v-*-* as obsolete.
4069 * d30v-tdep.c: Mark file as obsolete.
4070 * config/d30v/d30v.mt: Ditto.
4071 * config/d30v/tm-d30v.h: Ditto.
4072
aacb1f0a
AS
40732002-07-13 Aidan Skinner <aidan@velvet.net>
4074
4075 * ada-tasks.c (add_task_entry): replace calls to
4076 malloc() with xmalloc
4077 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4078
4079 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4080 ada_finish_decode_line_1, all_sals_for_line
4081 ada_breakpoint_rewrite): replace calls to free() with xfree()
4082
c11d79f2
KB
40832002-07-12 Kevin Buettner <kevinb@redhat.com>
4084
4085 From Nicholas Duffek (with minor changes by Martin Hunt,
4086 Louis Hamilton, and Kevin Buettner):
4087 * aix-thread.c: New file.
4088
8e19ed76
PS
40892002-07-12 Petr Sorfa <petrs@caldera.com>
4090
4091 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4092 complaint for invalid attribute class or form.
4093 (read_func_scope): DW_AT_frame_base
4094 better handling of DW_AT_block*.
4095 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4096 better handling of DW_AT_block*.
4097 (read_common_block): DW_AT_location
4098 better handling of DW_AT_block*.
4099 (read_partial_die): DW_AT_location better handling
4100 of DW_AT_block*.
4101 (new_symbol): DW_AT_external better handling of
4102 DW_AT_block*. Proper initialization of variable
4103 "addr".
4104 (attr_form_is_block): New function that returns true
4105 if the attribute's form is of DW_FORM_block*.
4106
295401f7
DJ
41072002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4108
4109 * valops.c (find_method_list): Remove comment about
4110 removed STATIC_MEMFUNCP argument.
4111 (value_find_oload_method_list): Likewise.
4112
e42dc924
KB
41132002-07-12 Kevin Buettner <kevinb@redhat.com>
4114
4115 From Nicholas Duffek:
4116 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4117 target_new_objfile_hook.
4118
6904b546
KB
41192002-07-12 Kevin Buettner <kevinb@redhat.com>
4120
4121 From Nicholas Duffek:
4122 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4123 csect.
4124
53fe9346
AC
41252002-07-12 Andrew Cagney <cagney@redhat.com>
4126
4127 * MAINTAINERS: Mention --enable-sim-build-warnings.
4128 (m68hc11-elf): Disable sim build warnings.
4129 (m32r-elf): Mark as broken obsolete candidate.
4130 (x86_64-linux-gnu): Mark as buildable with -Werror.
4131 (arm-elf): Change -w to ``,'' which enables warnings but not
4132 -Werror.
4133
af5f3db6
AC
41342002-07-12 Andrew Cagney <ac131313@redhat.com>
4135
4136 * bcache.h: Update copyright.
4137 (struct bstring, struct bcache): Move definition to "bcache.c".
4138 Replaced by opaque declaration.
4139 (bcache_xfree): Replace free_bcache.
4140 (bcache_xmalloc, bcache_memory_used): Declare.
4141
4142 * bcache.c: Update copyright.
4143 (struct bstring, struct bcache): Moved to here from "bcache.h".
4144 Update comments.
4145 (bcache_xmalloc, bcache_memory_used): New functions.
4146 (bcache_xfree): Replace function free_bcache.
4147
4148 * Makefile.in (objfiles.o): Add $(bcache_h).
4149 (objfiles_h): Remove $(bcache_h).
4150 (symfile.o): Add $(bcache_h).
4151
4152 * symmisc.c: Update copyright.
4153 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4154 (print_objfile_statistics): Use bcache_memory_used.
4155
4156 * symfile.c: Include "bcache.h".
4157 (reread_symbols): Use bcache_xfree.
4158 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4159 (add_psymbol_to_list): Pass psymbol_cache by value.
4160 (add_psymbol_with_dem_name_to_list): Ditto.
4161
4162 * objfiles.h: Update copyright.
4163 (struct bcache): Declare opaque. Do not include "bcache.h".
4164 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4165 bcache'' pointers.
4166 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4167
4168 * objfiles.c: Include "bcache.h". Update copyright.
4169 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4170 macro_cache.
4171 (free_objfile): Use bcache_xfree.
4172
444199e7
GS
41732002-07-11 Grace Sainsbury <graces@redhat.com>
4174
4175 * monitor.c (monitor_fetch_register): Make name a constant.
4176 (monitor_store_register): Same.
4177
261397f8
DJ
41782002-07-11 Daniel Jacobowitz <drow@mvista.com>
4179
4180 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4181 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4182 (finish_block) For non-function blocks, hash the symbol table. For
4183 function blocks, mark the symbol table as unhashed.
4184 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4185 (msymbol_hash_iw): Likewise.
4186 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4187 value.
4188 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4189 (lookup_minimal_symbol): Likewise for both.
4190 * symtab.h (struct block): Add `hashtable' flag. Comment the
4191 hashtable.
4192 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4193 (ALL_BLOCK_SYMBOLS): Update.
4194 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4195 (struct symbol): Add `hash_next' pointer.
4196 * symtab.c (lookup_block_symbol): Search using the hash table when
4197 possible.
4198 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4199 (search_symbols, find_addr_symbol): Likewise.
4200
4201 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4202 (read_dst_symtab): Likewise.
4203 * jv-lang.c (get_java_class_symtab): Likewise.
4204 * mdebugread.c: Include "gdb_assert.h".
4205 (shrink_block): Assert that the block being modified is not hashed.
4206 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4207 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4208 symbols.
4209 (dump_symtab): Recognize hashed blocks.
4210 * printcmd.c (print_frame_args): Assert that function blocks do not
4211 have hashed symbol tables.
4212 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4213 (fill_in_ada_prototype, debug_print_block): Likewise.
4214 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4215
6f0eaa01
CV
42162002-07-11 Corinna Vinschen <vinschen@redhat.com>
4217
4218 * stack.c (print_frame): Use result of frame_address_in_block()
4219 instead of fi->pc when evaluating symbols.
4220 (backtrace_command_1): Ditto.
4221
a208b0cb
AC
42222002-07-11 Andrew Cagney <cagney@redhat.com>
4223
4224 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4225 Make static.
4226
4227 * arm-tdep.c (arm_register_name): Make return type constant.
4228
a6b6b089
AC
42292002-07-10 Andrew Cagney <ac131313@redhat.com>
4230
5ae5f592
AC
4231 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4232 prototype.
4233 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4234 * s390-tdep.c (s390_fp_regnum): Ditto.
4235 (s390_read_fp): Ditto.
4236 (s390_pop_frame): Ditto.
4237 (_initialize_s390_tdep): Ditto.
4238 * remote.c (get_remote_state): Ditto.
4239 * procfs.c (mappingflags): Ditto.
4240 * memattr.c (_initialize_mem): Ditto.
4241 * mcore-tdep.c (mcore_pop_frame): Ditto.
4242 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4243 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4244 * language.c (set_case_str): Ditto.
4245 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4246 * frv-tdep.c (new_variant): Ditto.
4247 (frv_stopped_data_address): Ditto.
4248 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4249 (context_alloc): Ditto.
4250 (frame_state_alloc): Ditto.
4251 (unwind_tmp_obstack_init): Ditto.
4252 (unwind_tmp_obstack_free): Ditto.
4253 (cfi_read_fp): Ditto.
4254 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4255 (cris_pop_frame): Ditto.
4256 * c-lang.c (scanning_macro_expansion): Ditto.
4257 (finished_macro_expansion): Ditto.
4258 (c_preprocess_and_parse): Ditto.
4259 * gdbarch.sh: Ditto.
4260 * gdbarch.h, gdbarch.c: Regenerate.
4261 * config/mn10200/tm-mn10200.h: Adjust indentation.
4262 * target.c: Adjust indentation.
4263 * symtab.h: Adjust indentation.
4264 * stabsread.h: Adjust indentation.
4265 * remote-es.c: Adjust indentation.
4266 * os9kread.c: Adjust indentation.
4267
42682002-07-10 Andrew Cagney <ac131313@redhat.com>
4269
a6b6b089
AC
4270 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4271 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4272
a1789893
GS
42732002-07-10 Grace Sainsbury <graces@redhat.com>
4274
4275 * NEWS: Mention m68k, mcore multi-arching.
4276 * MAINTAINERS: Change status of m68k, mcore to reflect
4277 multi-arching.
4278
02f0d45d
DJ
42792002-07-10 Daniel Jacobowitz <drow@mvista.com>
4280
4281 * valops.c (find_overload_match): Free oload_syms.
4282
f15f768e
JB
42832002-07-09 Joel Brobecker <brobecker@gnat.com>
4284
4285 Define HAVE_SYS_PROC_H if sys/proc.h exists
4286 * configure.in: Add check for sys/proc.h
4287 * config.in: Regenerate.
4288 * configure: Regenerate.
4289
902a7139
GS
42902002-07-09 Grace Sainsbury <graces@redhat.com>
4291
4292 * config/m68k/tm-m68k.h: Remove macros wrapped in
4293 #if !GDB_MULTI_ARCH.
4294
a534e424
AC
42952002-07-08 Andrew Cagney <ac131313@redhat.com>
4296
4297 * config.in, configure: Regenerate.
4298
9b94f7bf
MK
42992002-07-08 Mark Kettenis <kettenis@gnu.org>
4300
4301 * dwarf2cfi.c: Include "gcore.h".
4302 (execute_stack_op): Fix implementation of the
4303 DW_OP_deref and DW_OP_deref_size operators by letting do their
4304 lookup in the target.
4305
1d34db41
MK
43062002-07-07 Mark Kettenis <kettenis@gnu.org>
4307
4308 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4309 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4310 tdep->sc_sp_offset.
4311
79d5b63a
DJ
43122002-07-05 Daniel Jacobowitz <drow@mvista.com>
4313
4314 Fix PR gdb/595, gdb/602
4315 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4316 Don't call value_cast, just read the vtable pointer; update comments
4317 to match.
4318
3bb912e8
GS
43192002-07-05 Grace Sainsbury <graces@redhat.com>
4320
4321 * config/mcore/tm-mcore.h: Remove file.
4322 * config/mcore/mcore.mt: Remove definition of TM_FILE
4323 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4324
ca39387d
MK
43252002-07-05 Mark Kettenis <kettenis@gnu.org>
4326
4327 * i386bsd-tdep.c: Include "gdb_string.h".
4328
efdc1108
GS
43292002-07-04 Grace Sainsbury <graces@redhat.com>
4330
4331 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4332 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4333 mcore-tdep.
4334 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4335 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4336 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4337 (RETVAL_REGNUM): Move macros from tm-mcore.h
4338 (mcore_reg_struct_has_addr): New function.
4339 (mcore_gdbarch_init): Added initializations for the macros removed
4340 from tm-mcore.h.
4341
bb21884d
MK
43422002-07-04 Mark Kettenis <kettenis@gnu.org>
4343
4344 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4345 traditonal string branding within the ELF header.
4346
228c6d41
DJ
43472002-07-04 Daniel Jacobowitz <drow@mvista.com>
4348
4349 * symtab.c (remove_params): New function.
4350 (make_symbol_overload_list): Use it instead of cplus_demangle.
4351 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4352
2404952e
MK
43532002-07-04 Mark Kettenis <kettenis@gnu.org>
4354
e5e4acad
MK
4355 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4356
baadce09
MK
4357 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4358 New variables.
4359 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4360 and tdep->sigtramp_end.
4361 * i386obsd-nat.c: New file.
4362 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4363
2404952e
MK
4364 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4365 Don't call get_current_frame().
4366
9b4f1ba7
PM
43672002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4368
4369 * i386-nat.c (child_post_startup_inferior): New function
4370 calling i386_cleanup_dregs if
4371 I386_USE_GENERIC_WATCHPOINTS is defined.
4372 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4373 conditional to acknowledge that i386-nat.c has its
4374 own child_post_startup_inferior function.
4375
c0d1d883
MK
43762002-07-04 Mark Kettenis <kettenis@gnu.org>
4377
00f8375e
MK
4378 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4379 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4380 instead of MAX_REGISTER_RAW_SIZE.
4381 (i386_extract_return_value, i386_extract_struct_value_address):
4382 Convert to use regcache.
4383 (i386_gdbarch_init): Set max_register_raw_size and
4384 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4385 Set extract_return_value and extract_struct_value_address instead
4386 of their deprecated variants.
4387
c0d1d883
MK
4388 Convert i386 target to generic dummy frames.
4389 * i386-tdep.c: Include "symfile.h".
4390 (i386_frameless_signal_p): Consider a function to be frameless if
4391 the pc points at the first instruction of the function.
4392 (i386_frame_chain): Handle (generic) call dummies.
4393 (i386_frame_saved_pc): Likewise.
4394 (i386_frame_init_saved_regs): Remove code dealing with call
4395 dummies on the stack.
4396 (i386_push_dummy_frame): Removed.
4397 (i386_call_dummy_words): Removed.
4398 (i386_fix_call_dummy): Removed.
4399 (i386_push_return_address): New function.
4400 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4401 parameter, and don't call get_current_frame.
4402 (i386_pop_frame): New function.
4403 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4404 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4405 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4406 call_dummy_length to 0, set call_dummy_words to NULL, set
4407 sizeof_call_dummy_words to 0, set fix_call_dummy to
4408 generic_fix_call_dummy, set pc_in_call_dummy to
4409 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4410 generic_push_dummy_frame, set push_return_address to
4411 i386_push_return_address and set frame_chain_valid to
4412 generic_file_frame_chain_valid.
4413
049ee0e4
AC
44142002-07-03 Andrew Cagney <ac131313@redhat.com>
4415
4416 * gdbarch.sh (struct regcache): Add opaque declaration.
4417 (EXTRACT_RETURN_VALUE): New architecture method.
4418 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4419 * gdbarch.h, gdbarch.c: Regenerate.
4420 * arch-utils.c (legacy_extract_return_value): New function.
4421 * arch-utils.h (legacy_extract_return_value): Declare.
4422 * values.c (value_being_returned): Re-enable code handling
4423 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4424 deprecated_grub_regcache_for_registers call to block handling
4425 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4426 (EXTRACT_RETURN_VALUE): Do not define.
4427
4e0d9804
GS
44282002-07-03 Grace Sainsbury <graces@redhat.com>
4429
4430 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4431 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4432 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4433 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4434 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4435 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4436 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4437 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4438 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4439 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4440 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4441 argument so the function fits the prototype in the architecture
4442 vector.
4443 (mcore_pop_frame): Remove argument so the function fits the
4444 prototype. Use get_current_frame instead of the argument.
4445 (mcore_push_arguments): Change type of struct_return so the
4446 function can be used in the architecture vector.
4447 (mcore_store_struct_return): Add.
4448 (mcore_frame_init_saved_regs): Add.
4449 (mcore_gdbarch_init): Add function calls to replace the macros
4450 removed from tm-mcore.h
4451
36160dc4
AC
44522002-07-03 Andrew Cagney <ac131313@redhat.com>
4453
4454 * infcmd.c (print_return_value): Remove compatibility code calling
4455 deprecated_grub_regcache_for_registers.
4456
4457 * values.c: Include "regcache.h".
4458 (value_being_returned): Update. Use
4459 deprecated_grub_regcache_for_registers to extract the register
4460 buffer address.
4461 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4462 ``struct regcache''.
4463 * Makefile.in (values.o): Add dependency on $(regcache_h).
4464
4465 * inferior.h (run_stack_dummy): Change type of second parameter to
4466 a ``struct regcache''.
4467 * valops.c (hand_function_call): Change type of retbuf to ``struct
4468 regcache''. Allocate using regcache_xmalloc, clean using
4469 make_cleanup_regcache_xfree.
4470 * infcmd.c (run_stack_dummy): Update. Use
4471 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4472
4473 * regcache.c (do_regcache_xfree): New function.
4474 (make_cleanup_regcache_xfree): New function.
4475 * regcache.h (make_cleanup_regcache_xfree): Declare.
4476
e64d9b3d
MH
44772002-07-03 Martin M. Hunt <hunt@redhat.com>
4478
4dd79c29
MH
4479 * event-top.c (command_line_handler): Don't read past
4480 beginning of buffer.
e64d9b3d 4481
4dd79c29
MH
44822002-07-03 Martin M. Hunt <hunt@redhat.com>
4483
e64d9b3d
MH
4484 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4485 struct frame_id.
4486 (varobj_create): Store frame_id for root.
4487 (varobj_gen_name): Use xasprintf.
4488 (varobj_update): Save and restore frame using get_frame_id() and
4489 frame_find_by_id().
4490 (create_child): Use xasprintf.
4491 (new_root_variable): Initialize frame_id.
4492 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4493 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4494 to prevent memory leak.
4495
26e6c56a
AC
44962002-07-03 Andrew Cagney <ac131313@redhat.com>
4497
4498 * valops.c (hand_function_call): Move declaration of retbuf to
4499 start of function, allocate using malloc, add a cleanup but before
4500 the inf_status cleanup, cleanup the buffer. Rename local variable
4501 old_chain to inf_status_cleanup.
4502
f436dd25
MH
45032002-07-03 Martin M. Hunt <hunt@redhat.com>
4504
4505 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4506
4507 * cli/cli-decode.c (cmd_func_p): New function.
4508 (cmd_func): New function.
4509
4510 * command.h: Add cmd_func() and cmd_func_p().
4511
4cfe2084
GS
45122002-07-03 Grace Sainsbury <graces@redhat.com>
4513
4514 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4515 (REGISTER_SIZE): Remove.
4516 (MAX_REGISTER_RAW_SIZE): Remove.
4517 (REGISTER_VIRTUAL_TYPE): Remove.
4518 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4519 (REGISTER_NAME): Remove.
4520 (USE_GENERIC_DUMMY_FRAMES): Remove.
4521 (CALL_DUMMY): Remove.
4522 (CALL_DUMMY_START_OFFSET): Remove.
4523 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4524 (CALL_DUMMY_LOCATION): Remove.
4525 (FIX_CALL_DUMMY): Remove.
4526 (CALL_DUMMY_ADDRESS): Remove.
4527 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4528 (SAVE_DUMMY_FRAME_TOS): Remove.
4529 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4530 (mcore_register_virtual_type): New function.
4531 (mcore_register_byte): New function.
4532 (mcore_register_size): New function.
4533 (mcore_register_name): New function.
4534 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4535 macros removed from tm-mcore.h.
4536 (mcore_dump_tdep): Add.
4537 (_initialize_mcore_tdep): Add gdbarch_register call.
4538
4fd667e9
MK
45392002-07-03 Mark Kettenis <kettenis@gnu.org>
4540
4541 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4542 frameless_look_for_prologue, such that we actually call this
4543 function.
4544
42f99ac2
JB
45452002-07-02 Joel Brobecker <brobecker@gnat.com>
4546
4547 * frame.h (frame_address_in_block): New function.
4548
4549 * blockframe.c (frame_address_in_block): New function extracted
4550 from get_frame_block().
4551 (get_frame_block): Use frame_address_in_block().
4552 (block_innermost_frame): Use frame_address_in_block() to match
4553 the frame pc address against the block boundaries rather than
4554 the frame pc directly. This prevents a failure when a frame pc
4555 is actually a return-address pointing immediately after the end
4556 of the given block.
4557
103a1597 45582002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
4559
4560 * MAINTAINERS: Add self under write after approval.
4561
45622002-07-02 Grace Sainsbury <graces@redhat.com>
4563
103a1597
GS
4564 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4565 used in architecture vector. The default is
4566 m68k_local_breakpoint_from_pc.
4567 (m68k_local_breakpoint_from_pc): Add.
4568 (enum): Add register numbers from tm-m68k.h.
4569 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4570 vector.
4571 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4572 GDB_MULTI_ARCH_PARTIAL.
4573 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4574 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4575 m68k-tdep.c.
4576 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4577 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4578 to enum in m68k-tdep.c
4579
7a5a0534
JB
45802002-07-02 Joel Brobecker <brobecker@gnat.com>
4581
4582 * solib-osf.c (open_map): Compute the list of shared libraries
4583 loaded by the inferior, rather than the list of libraries loaded
4584 by GDB itself. Otherwise, GDB ends up reading the symbols from
4585 the wrong shared libraries...
4586
6f558d74
MK
45872002-07-02 Mark Kettenis <kettenis@gnu.org>
4588
b7d15bf7
MK
4589 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4590 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4591 macros.
4592 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4593 Remove functions.
4594 (FRAMELESS_SIGNAL): Remove function.
4595 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4596 i386_linux_saved_pc_after_call): Removed.
4597 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4598 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4599 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4600
6bff26de
MK
4601 * i386-tdep.c (i386_frameless_signal_p): New function.
4602 (i386_frame_chain): Deal with frameless signals.
4603 (i386_sigtramp_saved_sp): New function.
4604 (i386_frame_saved_pc): Deal with frameless signals.
4605 (i386_saved_pc_after_call): Make sure the correct value is
4606 returned just after entry into a sigtramp.
4607 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4608 i386fbsd4_sc_sp_offset): New variables.
4609 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4610 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4611 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4612 similiar to what we already did for sc_pc_offset.
4613 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4614 tdep->sc_sp_offset.
4615
6f558d74
MK
4616 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4617
145564b7
ML
46182002-07-02 Michal Ludvig <mludvig@suse.cz>
4619
4620 * config/i386/tm-x86-64linux.h: New.
4621 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4622 definitions.
4623 * config/i386/nm-x86-64.h: Rename to ...
4624 * config/i386/nm-x86-64linux.h: ... this one.
4625 * config/i386/x86-64linux.mh: Reflect the above change.
4626
3a1e71e3
MK
46272002-07-01 Mark Kettenis <kettenis@gnu.org>
4628
21d0e8a4
MK
4629 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4630 with sigcontext_addr. Add sc_sp_offset.
4631 (i386bsd_sigtramp_saved_pc): Remove prototype.
4632 (i386bsd_sicontext_addr): Add prototype.
4633 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4634 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4635 (i386_svr4_sigtramp_saved_pc): Removed.
4636 (i386_svr4_sigcontext_addr): New function.
4637 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4638 Initialize tdep->sigcontext_addr instead. Initialize
4639 tdep->sc_pc_offset and tdep->sc_sp_offset.
4640 (i386_gdbarch_init): Likewise.
4641 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4642 any more.
4643 (i386bsd_sigtramp_saved_pc): Remove function.
4644 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4645 Initialize tdep->sigcontext_addr instead. Initialize
4646 tdep->sc_pc_offset.
4647 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4648 of tdep->sigtramp_saved_pc.
4649 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4650 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4651 instead.
4652
3a1e71e3
MK
4653 * i386-tdep.c (i386_frameless_function_invocation,
4654 i386_frame_num_args, i386_frame_init_saved_regs,
4655 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4656 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4657 i386_extract_return_value, i386_store_return_value,
4658 i386_extract_struct_value_address, i386_register_virtual_type,
4659 i386_register_convertible, i386_register_convert_to_virtual,
4660 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4661 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4662 static.
4663
52e9098c
MK
46642002-07-01 Mark Kettenis <kettenis@gnu.org>
4665
77b13a25
MK
4666 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4667
52e9098c
MK
4668 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4669 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4670 this macro. Include "value.h".
4671
1b372fff
AS
46722002-06-30 Aidan Skinner <aidan@velvet.net>
4673
4674 * ada-exp.tab.c: remove as it's a generated file
4675 * ada-lex.c: remove as it's a generated file
4676
9c5045b5
MK
46772002-06-30 Mark Kettenis <kettenis@gnu.org>
4678
4a93c5bb
MK
4679 * config/i386/tm-i386.h (struct frame_info, struct
4680 frame_saved_regs, struct value, struct type): Remove forward
4681 declarations.
4682
322d4fe0
MK
4683 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4684 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4685 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4686 (FILL_FPXREGSET): Define.
4687
fdd8263d
MK
4688 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4689
482e577b
MK
4690 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4691 i[3456]86-*-netbsd* case.
4692 * config/i386/tm-obsd.h: Removed.
4693 * config/i386/obsd.mt: Removed.
4694 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4695 core-aout.o.
4696 (MH_CFLAGS): Add -DYYDEBUG=0.
4697
6916549a
MK
4698 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4699 i386nbsd_sc_pc_offset on OpenBSD too.
4700
9c5045b5
MK
4701 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4702 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4703 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4704 define.
4705 * i386bsd-tdep.c: Include "arch-utils.h".
4706 (i386bsd_aout_in_solib_call_trampoline): New function.
4707 (i386bsd_init_abi): Set in_solib_call_trampoline to
4708 i386bsd_aout_in_solib_call_trampoline.
4709 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4710 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4711
aa84d1bb
AC
47122002-06-28 Andrew Cagney <ac131313@redhat.com>
4713
4714 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4715 (struct obstack, struct bcache): Add opaque declarations.
4716 * Makefile.in (macrotab_h): Update
4717
b4d83933
AC
47182002-06-28 Andrew Cagney <ac131313@redhat.com>
4719
4720 * blockframe.c (generic_find_dummy_frame): Change return type to
4721 ``struct regcache''.
4722 (struct dummy_frame): Replace field ``registers'' with regcache, a
4723 struct regcache object.
4724 (generic_find_dummy_frame): Update.
4725 (generic_push_dummy_frame): Update. Use regcache_xfree,
4726 regcache_xmalloc and regcache_cpy.
4727 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4728 regcache_xfree.
4729 (deprecated_generic_find_dummy_frame): Update.
4730 (generic_read_register_dummy): Update. Use
4731 regcache_read_as_address.
4732 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4733 (generic_get_saved_register): Update. Use regcache_read.
4734
08c0b5bc
AC
47352002-06-28 Andrew Cagney <ac131313@redhat.com>
4736
4737 * Makefile.in (objfiles_h): Add $(bcache_h).
4738 * objfiles.h: Include "bcache.h".
4739
4740 * Makefile.in (symtab_h): Remove $(bcache_h).
4741 * symtab.h: Do not include "bcache.h".
4742
1f89801a
AC
47432002-06-28 Andrew Cagney <ac131313@redhat.com>
4744
4745 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4746 generic_func_frame_chain_valid.
4747
b9644b58
DB
47482002-06-28 David O'Brien <obrien@FreeBSD.org>
4749
4750 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4751 * config/i386/tm-fbsd.h: Likewise.
4752
dd486634
AC
47532002-06-28 Andrew Cagney <ac131313@redhat.com>
4754
4755 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4756 generic_unwind_get_saved_register.
4757
0b434a00
AC
47582002-06-27 Andrew Cagney <ac131313@redhat.com>
4759
4760 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4761 * regcache.c (supply_register): Add missing argument to
4762 register_buffer call.
4763
f30e5a77
AC
47642002-06-27 Andrew Cagney <ac131313@redhat.com>
4765
4766 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4767 Solaris /bin/grep does not not like it. From Peter Schauer.
4768
9f064c95
TT
47692002-06-26 Tom Tromey <tromey@redhat.com>
4770
4771 * command.h (add_setshow_cmd): Declare.
4772 (add_setshow_cmd_full): Declare.
4773 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4774 returns void. Use add_setshow_cmd_full.
4775 (add_setshow_cmd_full): New function.
4776 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4777 (add_setshow_boolean_cmd): Likewise.
4778
099c7589
JT
47792002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4780
4781 * config/vax/tm-vax.h: Protect from multiple inclusion.
4782 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4783 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4784 * config/vax/tm-vaxbsd.h: ...here. New file.
4785 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4786
1d049c5e
JT
47872002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4788
4789 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4790 (BELIEVE_PCC_PROMOTION): Remove.
4791 (AP_REGNUM): Move to...
4792 * config/vax/nm-vax.h: ...here.
4793 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4794 (vax_breakpoint_from_pc): New function.
4795 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4796 and gdbarch_believe_pcc_promotion.
4797
4791e091
JT
47982002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4799
4800 * Makefile.in (vax_tdep_h): Define.
4801 (vax-tdep.o): Use $(vax_tdep_h).
4802 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4803 (vax_dump_tdep): New function.
4804 (_initialize_vax_tdep): Register vax_dump_tdep.
4805 * vax-tdep.h: Include osabi.h.
4806 (struct gdbarch_tdep): New.
4807
da130f98
AC
48082002-06-26 Andrew Cagney <cagney@redhat.com>
4809
4810 * frame.h (deprecated_generic_find_dummy_frame): Rename
4811 generic_find_dummy_frame.
4812 * blockframe.c (generic_find_dummy_frame): Make static.
4813 (deprecated_generic_find_dummy_frame): New function.
4814 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4815 generic_find_dummy_frame with deprecated_find_dummy_frame.
4816 (sh64_nofp_frame_init_saved_regs): Ditto.
4817 (sh_fp_frame_init_saved_regs): Ditto.
4818 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4819 (s390_frame_chain): Ditto.
4820 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4821
6300c360
GS
48222002-06-26 Grace Sainsbury <graces@redhat.com>
4823
4824 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4825 gdbarch vector are at the top.
4826 (NUM_REGS): Remove.
4827 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4828 (FRAME_ARGS_ADDRESS): Remove.
4829 (FRAME_LOCALS_ADDRESS): Remove.
4830 (FRAME_NUM_ARGS): Remove.
4831 (FRAME_ARGS_SKIP): Remove.
4832 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4833 (m68k_gdbarch_init): Add gdbarch initializations for macros
4834 undefined in tm-m68k.h
4835
1c617db8
GS
48362002-06-26 Grace Sainsbury <graces@redhat.com>
4837
4838 * monitor.h: Add the function regname to monitor_ops
4839 structure. This way NUM_REGS does not have to be a constant.
4840 * monitor.c (monitor_fetch_register): Added support for regname
4841 function. The function is called if the array regnames is NULL.
4842 (monitor_store_register): Same.
da130f98
AC
4843 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4844 regnames array.
1c617db8
GS
4845 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4846 cpu32bug_cmds.regname to point to new function.
4847 * abug-rom.c (abug_regname): Same as above.
4848 (init_abug_cmds): Same.
4849 * dbug-rom.c (dbug_regname): Same as above.
4850 (init_dbug_cmds): Same.
4851 * remote-est.c (est_regname): Same.
4852 (init_est_cmds): Same.
4853 * rom68k-rom.c (rom68k_regname): Same.
4854 (init_rom68k_cmds): Same.
4855
ea9365bb
TT
48562002-06-25 Tom Tromey <tromey@redhat.com>
4857
4858 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4859
72cec141
AC
48602002-06-25 Andrew Cagney <cagney@redhat.com>
4861
4862 * infrun.c (stop_registers): Change variable's type to ``struct
4863 regcache'''.
4864 (xmalloc_inferior_status): Delete function.
4865 (free_inferior_status): Delete function.
4866 (normal_stop): Use regcache_cpy.
4867 (struct inferior_status): Change type of fields ``stop_registers''
4868 and ``registers'' to ``struct regcache''.
4869 (write_inferior_status_register): Use regcache_write.
4870 (save_inferior_status): Instead of calling
4871 xmalloc_inferior_status, allocate the inf_status buffer directly.
4872 Use regcache_dup_no_passthrough and regcache_dup to save the
4873 buffers.
4874 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4875 Replace the stop_registers regcache instead of overriding it. Use
4876 regcache_xfree. Instead of calling free_inferior_status, xfree
4877 the buffer directly.
4878 (discard_inferior_status): Use regcache_xfree. Instead of calling
4879 free_inferior_status, xfree the buffer directly.
4880 (build_infrun): Use regcache_xmalloc.
4881 (_initialize_infrun): Delete redundant call to build_infrun.
4882
4883 * Makefile.in (infcmd.o): Add $(regcache_h).
4884
4885 * infcmd.c: Include "regcache.h".
4886 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4887 obtain the address of `stop_registers' register buffer.
4888 (print_return_value): Ditto.
4889
4890 * inferior.h (struct regcache): Add opaque declaration.
4891 (stop_registers): Change variable's declared type to ``struct
4892 regcache''.
4893
defc6f8c
TT
48942002-06-24 Tom Tromey <tromey@redhat.com>
4895
c0e624e7
TT
4896 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4897 * target.c (initialize_targets): Fixed typo in
4898 trust-readonly-sections `show' documentation.
4899
defc6f8c
TT
4900 * main.c: Marked all strings with _().
4901
2b236d82
DH
49022002-06-24 Don Howard <dhoward@redhat.com>
4903
4904 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4905 that means max CORE_ADDR+1.
4906 (lookup_mem_region): Ditto.
4907 (mem_info_command): Ditto.
4908
942dc0e9
GS
49092002-06-24 Grace Sainsbury <graces@redhat.com>
4910
4911 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4912 (REGISTER_BYTES_OK): Remove.
4913 (REGISTER_BYTES): Remove.
4914 (STORE_STRUCT_RETURN): Remove.
4915 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4916 (STORE_RETURN_VALUE): Remove.
4917 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4918 (FRAME_CHAIN): Remove.
4919 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4920 (FRAME_SAVED_PC): Remove.
4921 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4922 (m68k_store_struct_return): Add.
4923 (m68k_deprecated_extract_return_value): Add.
4924 (m68k_deprecated_extract_struct_value_address): Add.
4925 (m68k_store_return_value): Add.
4926 (m68k_frame_chain): Add.
4927 (m68k_frameless_function_invocation): Add.
4928 (m68k_frame_saved_pc): Add.
4929 (m68k_gdbarch_init): added set_gdbarch calls for new
4930 functions and deleted macros.
4931
03c30d4d
TT
49322002-06-23 Tom Tromey <tromey@redhat.com>
4933
4934 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4935 (ALLDEPFILES): Likewise.
4936 (udiheaders): Removed.
4937 (udip2soc.o): Likewise.
4938 (udi2go32.o): Likewise.
4939 (udr.o): Likewise.
4940 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4941
37e71372
AC
49422002-06-22 Andrew Cagney <ac131313@redhat.com>
4943
06a6ac57
AC
4944 * infrun.c (_initialize_infrun): Delete unnecessary call to
4945 build_infrun.
4946
37e71372
AC
4947 * regcache.h: Update comments describing the regcache_cpy family
4948 of functions.
4949 (regcache_save, regcache_restore): Delete declaration.
4950 (regcache_save_no_passthrough): Delete declaration.
4951 (regcache_restore_no_passthrough): Delete declaration.
4952 * regcache.c (regcache_save): Delete function.
4953 (regcache_save_no_passthrough): Delete function.
4954 (regcache_restore): Delete function.
4955 (regcache_restore_no_passthrough): Delete function.
4956
78f6d055
AC
49572002-06-21 Andrew Cagney <ac131313@redhat.com>
4958
4959 * config/m68k/tm-m68k.h: Fix typo.
4960 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4961 (m68k_frame_init_saved_regs): Declare.
4962
78b119cb
JB
49632002-06-21 Jim Blandy <jimb@redhat.com>
4964
4965 Remove some vestiges of Harris 88k support.
4966 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4967 register numbering quirk.
4968 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4969 odd symbols occurring in Harris 88k ELF targets.
4970
0fbb3da7
TT
49712002-06-21 Tom Tromey <tromey@redhat.com>
4972
4973 * gdb_locale.h: New file.
4974 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4975 (defs_h): Added gdb_locale.h.
4976 * configure, config.in: Rebuilt.
4977 * configure.in (PACKAGE): Define.
4978 * defs.h: Include gdb_locale.h.
4979 * main.c (captured_main): Call setlocale, bindtextdomain,
4980 textdomain.
4981
456f8b9d
DB
49822002-06-21 Dave Brolley <brolley@redhat.com>
4983
4984 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4985 * config/frv/frv.mt: New file.
4986 * config/frv/tm-frv.h: New file.
4987 * configure.tgt: Support frv-*-*.
4988 * Makefile.in (frv-tdep.o): New target.
4989 * frv-tdep.c: New file.
4990 * NEWS: Mention frv.
4991
cdd463f9
DB
49922002-06-21 Dave Brolley <brolley@redhat.com>
4993
4994 * MAINTAINERS: Add self to "Write After Approval" list.
4995
5d3ed2e3
GS
49962002-06-21 Grace Sainsbury <graces@redhat.com>
4997
4998 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4999 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5000 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5001 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5002 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5003
5004 * m68k-tdep.c: Include arch-utils.h
5005 (m68k_register_raw_size): Add.
5006 (m68k_register_virtual_size): Add.
5007 (m68k_register_virtual_type): Add.
5008 (m68k_register_name): Add.
5009 (m68k_stack_align): Add.
5010 (m68k_register_byte): Add.
5011 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5012 tm-m68k.h.
5013
7f8e7424
GS
50142002-06-21 Grace Sainsbury <graces@redhat.com>
5015
a2c6a6d5 5016 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5017 m68k_find_saved_regs.
5018 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5019 references to it with frame->saved_regs.
7f8e7424
GS
5020 (m68k_gdbarch_init): Added function calls to initialize the
5021 gdbarch structure.
a2c6a6d5
GS
5022 (m68k_fix_call_dummy): Add.
5023 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5024 (CALL_DUMMY): Remove.
5025 (CALL_DUMMY_LENGTH): Remove.
5026 (CALL_DUMMY_START_OFFSET): Remove.
5027 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5028 (FIX_CALL_DUMMY): Remove.
5029 (PUSH_DUMMY_FRAME): Remove.
5030 (POP_FRAME): Remove.
7f8e7424 5031
f461f5cf
PM
50322002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5033
5034 * parse.c (parse_fprintf): New function used to avoid calls to
5035 fprintf in bison parser generated debug code.
5036 * parser-defs.h: Declaration of new parse_fprintf function.
5037 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5038 Set YYDEBUG to 1 by default.
5039 Set YYFPRINTF as parse_fprintf.
5040
7f0c12ed
ML
50412002-06-21 Michal Ludvig <mludvig@suse.cz>
5042
5043 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5044 encoding anymore.
5045 (pointer_encoding, enum ptr_encoding): New.
5046 (execute_cfa_program): Take care about pointer encoding.
5047 (dwarf2_build_frame_info): Only call parse_frame_info for
5048 .debug_frame and .eh_frame.
5049 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5050 fixed augmentation handling, added relative addressing,
5051 ignore duplicate FDEs. Added comments.
19d833a2 5052 * dwarf2cfi.c: Reindented.
7f0c12ed 5053
87c4a039
EZ
50542002-06-20 Elena Zannoni <ezannoni@redhat.com>
5055
5056 * event-top.c (command_handler): Don't use space_at_cmd_start
5057 unless there is sbrk() on the host. Assign time and space data
5058 to union fields of the appropriate length.
5059
1cf877ad
ML
50602002-06-20 Michal Ludvig <mludvig@suse.cz>
5061
5062 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5063 x86_64_register_name. Return type changed to 'const char *'.
5064 (x86_64_register_name2nr): Rename to x86_64_register_number.
5065 (x86_64_gdbarch_init): Update to reflect the change.
5066 * x86-64-tdep.h: Ditto.
5067 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5068 (supply_fpregset): Ditto.
5069
3fadccb3
AC
50702002-06-19 Andrew Cagney <cagney@redhat.com>
5071
5072 * regcache.h: Update copyright.
5073 (struct regcache, struct gdbarch): Add opaque declarations.
5074 (current_regcache): Declare global variable.
5075 (regcache_read, regcache_write): Add gdbarch parameter.
5076 (regcache_save, regcache_save_no_passthrough)
5077 (regcache_restore, regcache_restore_no_passthrough)
5078 (regcache_dup, regcache_dup_no_passthrough)
5079 (regcache_cpy, regcache_cpy_no_passthrough)
5080 (deprecated_grub_regcache_for_registers)
5081 (deprecated_grub_regcache_for_register_valid)
5082 (regcache_valid_p): Add function declarations.
5083
5084 * regcache.c: Update copyright.
5085 (regcache_descr_handle): New global variable.
5086 (struct regcache_descr): Define.
5087 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5088 (regcache_descr, xfree_regcache_descr): New functions.
5089 (struct regcache): Define.
5090 (regcache_xmalloc, regcache_xfree): New functions.
5091 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5092 (regcache_dup, regcache_dup_no_passthrough): New functions.
5093 (regcache_valid_p, regcache_read_as_address): New functions.
5094 (deprecated_grub_regcache_for_registers): New function.
5095 (deprecated_grub_regcache_for_register_valid): New function.
5096 (current_regcache): New global variable.
5097 (register_buffer): Add regcache parameter. Update calls.
5098 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5099 (read_register_gen, write_register_gen): Update register_buffer
5100 call. Test for legacy_p instead of gdbarch_register_read_p or
5101 gdbarch_register_write_p.
5102 (regcache_collect): Update register_buffer call.
5103 (build_regcache): Rewrite. Use deprecated grub functions.
5104 (regcache_save, regcache_save_no_passthrough): New functions.
5105 (regcache_restore, regcache_restore_no_passthrough): New
5106 functions.
5107 (_initialize_regcache): Create the regcache_data_handle. Swap
5108 current_regcache global variable.
5109
5110 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5111 parameter to regcache_read and regcache_write calls.
5112 (sh4_register_read): Ditto.
5113 (sh64_pseudo_register_read): Ditto.
5114 (sh64_register_read): Ditto.
5115 (sh_pseudo_register_write): Ditto.
5116 (sh4_register_write): Ditto.
5117 (sh64_pseudo_register_write): Ditto.
5118 (sh64_register_write): Ditto.
5119
5120 * defs.h (XCALLOC): Define.
5121
152d9db6
GS
51222002-06-19 Grace Sainsbury <graces@redhat.com>
5123
5124 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5125 * m68k-tdep.c (m68k_gdbarch_init): Added.
5126 (m68k_dump_tdep): Added.
5127
170911c7
DJ
51282002-06-19 Daniel Jacobowitz <drow@mvista.com>
5129
5130 * ada-lang.c (fill_in_ada_prototype): Update comment.
5131
2e4ebe70
DJ
51322002-06-19 Daniel Jacobowitz <drow@mvista.com>
5133
5134 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5135 MIPS_ABI_LAST.
5136 (mips_abi_string, mips_abi_strings): New.
5137 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5138 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5139 tdep->mips_abi_string. Honor mips_abi_string. Default to
5140 O32 if no ABI is found.
5141 (mips_dump_tdep): Use mips_abi_strings.
5142 (mips_abi_update): New function.
5143 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5144 ``set mips abi'' and ``show mips abi''. Check the size of
5145 mips_abi_strings.
5146
16775908
AC
51472002-06-19 Andrew Cagney <cagney@redhat.com>
5148
5149 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5150 constant.
5151
5051bfa4 51522002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5153
5051bfa4
JB
5154 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5155 current frame using only the first stack size adjustment. All
5156 subsequent size adjustments are not considered to be part of
5157 the "static" part of the current frame.
5158 Compute the address of the saved registers relative to the
5159 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5160 in use in this frame.
5161
56468235
DH
51622002-06-18 Don Howard <dhoward@redhat.com>
5163
5164 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5165 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5166 suggesting this solution.
5167
0b624158
AC
51682002-06-18 Andrew Cagney <ac131313@redhat.com>
5169
5170 * config/romp/xm-rtbsd.h: Delete file.
5171 * config/romp/rtbsd.mh: Delete file.
5172
221ea385
KS
51732002-06-18 Keith Seitz <keiths@redhat.com>
5174
5175 * breakpoint.c (condition_command): Post breakpoint_modify
5176 when a condition is added to an existing breakpoint.
5177 (commands_command): Likewise for commands.
5178 (set_ignore_count): Likewise for ignore counts.
5179 If no tty, do not simply return, still need to send event
5180 notification.
5181 (ignore_command): Only print a newline if the command came
5182 from a tty.
5183 Don't call breakpoints_changed, since this is now properly
5184 handled by set_ignore_count.
5185
5402eed1
AC
51862002-06-18 Andrew Cagney <cagney@redhat.com>
5187
5188 * MAINTAINERS: Note that cris-elf target can be compiled with
5189 -Werror.
5190 * cris-tdep.c (cris_register_name): Make return type constant.
5191 (cris_breakpoint_from_pc): Ditto.
5192
cc22880b
ML
51932002-06-18 Michal Ludvig <mludvig@suse.cz>
5194
5195 * frame.h (struct frame_info): Change type of context to
5196 'struct context'.
5197
fa88f677
AC
51982002-06-17 Andrew Cagney <cagney@redhat.com>
5199
5200 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5201 pointer.
5202 * gdbarch.h, gdbarch.c: Regenerate.
5203 * config/mips/tm-mips.h (mips_register_name): Update.
5204 * i386-tdep.h (i386_register_name): Update.
5205 * mips-tdep.c (mips_register_name): Update
5206 * alpha-tdep.c (alpha_register_name): Update.
5207 * arch-utils.c (legacy_register_name): Update.
5208 * arch-utils.h (legacy_register_name): Update.
5209 * avr-tdep.c (avr_register_name): Update.
5210 * ia64-tdep.c (ia64_register_name): Update.
5211 * i386-tdep.c (i386_register_name): Update.
5212 * sparc-tdep.c (sparc32_register_name): Update.
5213 (sparc64_register_name): Update.
5214 (sparclite_register_name): Update.
5215 (sparclet_register_name): Update.
5216 * sh-tdep.c (sh_generic_register_name): Update.
5217 (sh_sh_register_name): Update.
5218 (sh_sh3_register_name): Update.
5219 (sh_sh3e_register_name): Update.
5220 (sh_sh_dsp_register_name): Update.
5221 (sh_sh3_dsp_register_name): Update.
5222 (sh_sh4_register_name): Update.
5223 (sh_sh64_register_name): Update.
5224 * s390-tdep.c (s390_register_name): Update.
5225 * rs6000-tdep.c (rs6000_register_name): Update.
5226 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5227 (ns32k_register_name_32382): Update.
5228 * d10v-tdep.c (d10v_ts2_register_name): Update.
5229 (d10v_ts3_register_name): Update.
5230 * xstormy16-tdep.c (xstormy16_register_name): Update.
5231 * vax-tdep.c (vax_register_name): Update.
5232 * v850-tdep.c (v850_register_name): Update.
5233 * m68hc11-tdep.c (m68hc11_register_name): Update.
5234 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5235 (am33_register_name): Update.
5236
ea1e7ef6
GS
52372002-06-17 Grace Sainsbury <graces@redhat.com>
5238
5239 * m68k-tdep.c: Reindented.
5240
9b02dd1b
AC
52412002-06-17 Andrew Cagney <ac131313@redhat.com>
5242
5243 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5244 list of predefined types.
5245
8758dec1
MK
52462002-06-16 Mark Kettenis <kettenis@gnu.org>
5247
b6197528
MK
5248 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5249 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5250 REGISTER_CONVERT_TO_RAW): Remove defines.
5251 (i386_register_virtual_type, i386_register_convertible,
5252 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5253 Remove prototypes.
5254 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5255 macros mentioned above.
5256
82b47e62
MK
5257 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5258 (i386lynx_saved_pc_after_call): Remove prototype.
5259 * i386ly-tdep.c: Include "i386-tdep.h".
5260 (i386lynx_saved_pc_after_call): Make static. Use
5261 read_memory_nobpt instead of read_memory. Use
5262 read_memory_unsigned_integer instead of read_memory_integer.
5263 (i386lynx_init_abi): New function.
5264 (i386lynx_coff_osabi_sniffer): New function.
5265 (_initialize_i386bsd_tdep): New function.
5266
8758dec1
MK
5267 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5268 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5269 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5270 (i386_fix_call_dummy): Remove prototype.
5271 * i386-tdep.c (i386_call_dummy_words): New variable.
5272 (i386_gdbarch_init): Adjust for removal of the
5273 macros mentioned above.
5274
e9e68a56
AC
52752002-06-15 Andrew Cagney <ac131313@redhat.com>
5276
5277 * command.h (add_setshow_auto_boolean_cmd): Replace
5278 add_set_auto_boolean_cmd.
5279 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5280 add_set_auto_boolean_cmd.
5281 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5282 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5283 mask-address'' command.
5284 (show_mask_address): Add cmd parameter.
5285 * remote.c (add_packet_config_cmd): Update. Change type of
5286 set_func and show_func to cmd_sfunc_ftype.
5287 (_initialize_remote): Update `set remote Z-packet'
5288 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5289 (show_remote_protocol_e_packet_cmd): Ditto.
5290 (show_remote_protocol_E_packet_cmd): Ditto.
5291 (show_remote_protocol_P_packet_cmd): Ditto.
5292 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5293 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5294 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5295 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5296 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5297 (show_remote_protocol_Z_packet_cmd): Ditto.
5298 (show_remote_protocol_binary_download_cmd): Ditto.
5299 (show_remote_cmd): Pass NULL to all of above.
5300
fc08ec52
MK
53012002-06-15 Mark Kettenis <kettenis@gnu.org>
5302
5303 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5304 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5305 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5306 POP_FRAME): Remove defines.
5307 (i386_push_arguments, i386_store_struct_return,
5308 i386_extract_return_value, i386_store_return_value,
5309 i386_extract_struct_value_address, i386_push_dummy_frame,
5310 i386_pop_frame): Renove prototypes.
5311 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5312 macros mentioned above.
5313
e707bbc2
AC
53142002-06-15 Andrew Cagney <ac131313@redhat.com>
5315
5316 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5317 add_set_boolean_cmd.
5318 (add_setshow_cmd): New function.
5319 * command.h (add_setshow_boolean_cmd): Replace
5320 add_set_boolean_cmd.
5321 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5322 and ``set rdiromatzero''.
5323 * maint.c (_initialize_maint_cmds): Update commented out code.
5324 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5325 * target.c (initialize_targets): Update `set
5326 trust-readonly-sections'.
5327 * remote.c (_initialize_remote): Update `set remotebreak'.
5328
42fdc8df
MK
53292002-06-15 Mark Kettenis <kettenis@gnu.org>
5330
93924b6b
MK
5331 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5332 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5333 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5334 fit into multi-arch framework.
5335 (i386_breakpoint_from_pc): New function.
5336 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5337 above.
5338
42fdc8df
MK
5339 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5340 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5341 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5342 (i386_frameless_function_invocation, i386_frame_num_args,
5343 i386_frame_init_saved_regs): Remove prototypes.
5344 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5345 macros mentioned above.
5346
9773a94b
AC
53472002-06-15 Andrew Cagney <ac131313@redhat.com>
5348
5349 * cli/cli-decode.c (set_cmd_cfunc): Update.
5350 (set_cmd_sfunc): Update.
5351 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5352 (set_cmd_sfunc, set_cmd_cfunc): Update.
5353 * cli/cli-decode.h: Update.
5354
6e157172
MK
53552002-06-15 Mark Kettenis <kettenis@gnu.org>
5356
5357 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5358 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5359
7f19b9a2
AC
53602002-06-15 Andrew Cagney <ac131313@redhat.com>
5361
5362 * defs.h (auto_boolean): Declare enum.
5363 * command.h (cmd_auto_boolean): Delete enum.
5364 * mips-tdep.c (mask_address_var): Update.
5365 (mips_mask_address_p): Update.
5366 (show_mask_address): Update.
5367 * remote.c (struct packet_config): Update.
5368 (update_packet_config): Update.
5369 (show_packet_config_cmd): Update.
5370 (packet_ok): Update.
5371 (add_packet_config_cmd): Update.
5372 (_initialize_remote):
5373 * command.h: Update.
5374 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5375 (do_setshow_command): Update.
5376 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5377 * cli/cli-decode.h: Update.
5378
1cf88de5
MK
53792002-06-15 Mark Kettenis <kettenis@gnu.org>
5380
22ba8cf2
MK
5381 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5382 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5383 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5384 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5385 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5386 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5387
762c5349
MK
5388 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5389 list of DJGPP COFF targets.
5390
091198bb
MK
5391 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5392 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5393 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5394 (FP0_REGNUM): Remove define.
5395 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5396 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5397 (i386_register_virtual_size): Remove protoype.
5398 * i386-tdep.c (i386_register_virtual_size): Removed.
5399 (i386_extract_return_value, i386_store_return_value): Use
5400 FP0_REGNUM instead of NUM_FREGS to determine whether the
5401 floating-point registers are available.
5402 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5403 Adjust for removal of macros mentioned above.
5404
54052002-06-15 Mark Kettenis <kettenis@gnu.org>
5406
fcc9bf01
MK
5407 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5408 comments.
5409 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5410 Remove prototypes.
5411 (supply_gregset, fill_gregset): Remove use of register keyword and
5412 remove declaration for regmap. Use I386_NUM_GREGS instead of
5413 NUM_REGS and NUM_FREGS.
5414 (FPREGSET_FSAVE_OFFSET): Remove.
5415 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5416 NUM_FREGS to determine whether the floating-point registers are
5417 available.
5418
65e78234
MK
5419 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5420 gnu_store_registers): Replace usage of NUM_GREGS with
5421 I386_NUM_GREGS.
5422
98df6387
MK
5423 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5424 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5425 usage of NUM_GREGS with I386_NUM_GREGS.
5426
099a9414
MK
5427 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5428
57976e88
MK
5429 * i386bsd-nat.c: Include "i386-tdep.h".
5430 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5431 I386_NUM_GREGS.
5432
b335f4a6
MK
5433 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5434 and associated comment. They no longer make any sense, since we
5435 don't use this file anymore on Linux.
5436
1cf88de5
MK
5437 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5438 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5439 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5440 elements in these arrays.
5441 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5442 MAX_NUM_REGS.
5443
daa66587
MK
54442002-06-15 Mark Kettenis <kettenis@gnu.org>
5445
5446 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5447 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5448
26e9b323
AC
54492002-06-14 Andrew Cagney <cagney@redhat.com>
5450
5451 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5452 EXTRACT_RETURN_VALUE.
5453 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5454 EXTRACT_STRUCT_VALUE_ADDRESS.
5455 * gdbarch.h, gdbarch.c: Regenerate.
5456
5457 * values.c (value_being_returned): Handle
5458 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5459 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5460
5461 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5462 * arm-tdep.c (arm_gdbarch_init): Update.
5463 * avr-tdep.c (avr_gdbarch_init): Update.
5464 * cris-tdep.c (cris_gdbarch_init): Update.
5465 * d10v-tdep.c (d10v_gdbarch_init): Update.
5466 * ia64-tdep.c (ia64_gdbarch_init): Update.
5467 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5468 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5469 * s390-tdep.c (s390_gdbarch_init): Update.
5470 * sh-tdep.c (sh_gdbarch_init): Update.
5471 * s390-tdep.c (s390_gdbarch_init): Update.
5472 * sparc-tdep.c (sparc_gdbarch_init): Update.
5473 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5474 * v850-tdep.c (v850_gdbarch_init): Update.
5475 * vax-tdep.c (vax_gdbarch_init): Update.
5476 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5477 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5478
5479 * config/arc/tm-arc.h: Update.
5480 * config/d30v/tm-d30v.h: Update.
5481 * config/fr30/tm-fr30.h: Update.
5482 * config/h8300/tm-h8300.h: Update.
5483 * config/h8500/tm-h8500.h: Update.
5484 * config/i386/tm-i386.h: Update.
5485 * config/i386/tm-ptx.h: Update.
5486 * config/i386/tm-symmetry.h: Update.
5487 * config/i960/tm-i960.h: Update.
5488 * config/m32r/tm-m32r.h: Update.
5489 * config/m68k/tm-delta68.h: Update.
5490 * config/m68k/tm-linux.h: Update.
5491 * config/m68k/tm-m68k.h: Update.
5492 * config/m88k/tm-m88k.h: Update.
5493 * config/mcore/tm-mcore.h: Update.
5494 * config/mips/tm-mips.h: Update.
5495 * config/mn10200/tm-mn10200.h: Update.
5496 * config/pa/tm-hppa.h: Update.
5497 * config/pa/tm-hppa64.h: Update.
5498 * config/sparc/tm-sp64.h: Update.
5499 * config/sparc/tm-sparc.h: Update.
5500 * config/sparc/tm-sparclet.h: Update.
5501 * config/z8k/tm-z8k.h: Update.
5502
5179e78f
AC
55032002-06-14 Andrew Cagney <cagney@redhat.com>
5504
5505 * Makefile.in (i386_linux_tdep_h): Define.
5506 (i386_tdep_h, i387_tdep_h): Define.
5507 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5508 $(i386_tdep_h) and $(i387_tdep_h).
5509 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5510
8201327c
MK
55112002-06-14 Mark Kettenis <kettenis@gnu.org>
5512
edf393ac
MK
5513 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5514 Already covered by the default.
5515
896fb97d
MK
5516 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5517 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5518 (i386_gdbarch_init): Initialize long_double_format and long_double
5519 bit.
5520
8201327c
MK
5521 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5522 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5523 Move these to ...
5524 * config/i386/i386sol2.mh: ... here.
5525 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5526 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5527 (SIGCONTEXT_PC_OFFSET): Remove define.
5528 (IN_SIGTRAMP): Remove define.
5529 * i386-sol2-tdep.c: New file.
5530
5531 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5532 * config/i386/tm-i386nw.h: Removed.
5533
5534 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5535 USE_STRUCT_CONVENTION): Remove defines.
5536 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5537 (get_longjmp_target): Remove prototype.
5538 (IN_SIGTRAMP): Remove define.
5539 (i386bsd_in_sigtramp): Remove prototype.
5540 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5541 function. Update comment accordingly
5542 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5543 (FRAME_SAVED_PC): Remove define.
5544 (i386bsd_frame_saved_pc): Remove prototype.
5545 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5546 GET_LONGJMP_TARGET): Remove defines.
5547 (get_longjmp_target): Remove prototype.
5548 (IN_SIGTRAMP): Remove define.
5549 (i386bsd_in_sigtramp): Remove prototype.
5550 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5551 function. Update comment accordingly
5552 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5553 (FRAME_SAVED_PC): Remove define.
5554 (i386bsd_frame_saved_pc): Remove prototype.
5555 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5556 Remove prototype.
5557 (USE_STRUCT_CONVENTION): Remove prototype.
5558 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5559 declaration.
5560 (_initialize_i386bsd_nat): Revise logic to determine some
5561 constants at compile time when compiling a native GDB. Warn if
5562 things don't match up with what we expect.
5563 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5564 Remove variables.
5565 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5566 to use date stored in `struct gdbarch_tdep'.
5567 (i386bsd_sigcontext_offset): Remove varaible.
5568 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5569 stored in `struct gdbarch_tdep'.
5570 (i386bsd_frame_saved_pc): Make static.
5571 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5572 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5573 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5574 i386fbsd4_sc_pc_offset): New variables.
5575 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5576 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5577 functions.
5578 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5579 functions.
5580 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5581 Modify the value of i386fbsd_sigtramp_start and
5582 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5583 i386fbsd_sigtramp_end.
5584 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5585 function.
5586
5587 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5588 define to i386-linux-tdep.h.
5589 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5590 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5591 defines.
5592 (i386_linux_register_name, i386_linux_register_byte,
5593 i386_linux_register_raw_size): Remove prototypes.
5594 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5595 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5596 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5597 TARGET_WRITE_PC): Remove defines.
5598 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5599 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5600 i386_linux_write_pc): Remove prototypes.
5601 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5602 (get_longjmp_target): Remove prototype.
5603 * i386-linux-tdep.h: New file.
5604 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5605 * i386-linux-tdep.c: Include "i386-tdep.h" and
5606 "i386-linux-tdep.h".
5607 (i386_linux_register_name, i386_linux_register_byte,
5608 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5609 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5610 Make static.
5611 (i386_linux_init_abi): New function.
5612 (_initialize_i386_linux_tdep): New function.
5613
5614 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5615 (i386_saved_pc_after_call): Remove prototype.
5616 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5617 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5618 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5619 (i386_register_name, i386_stab_reg_to_regnum,
5620 i386_dwarf_reg_to_regnum): Remove prototypes.
5621 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5622 SIZEOF_SSE_REGS): Remove defines.
5623 (REGISTER_BYTES): Remove define.
5624 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5625 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5626 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5627 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5628 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5629 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5630 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5631 (get_longjmp_target): Remove prototype.
5632 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5633 (sigtramp_saved_pc): Remove define.
5634 (i386v4_sigtramp_saved_pc): Remove prototype.
5635 * config/i386/tm-go32.h (FRAME_CHAIN,
5636 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5637 (i386go32_frame_saved_pc): Remove prototype.
5638 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5639 (get_longjmp_target): Remove prototype.
5640 * i386-tdep.h: Include "osabi.h".
5641 (enum i386_abi): Removed.
5642 (enum struct_return): New enum.
5643 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5644 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5645 sc_pc_offset members.
5646 (i386_gdbarch_register_os_abi): Remove prototype.
5647 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5648 I386_SSE_NUM_REGS): New defines.
5649 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5650 I386_SSE_SIZEOF_REGS): New defines.
5651 (i386_register_name, i386_register_byte, i386_register_raw_size):
5652 New prototypes.
5653 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5654 (i386bsd_sigtramp_saved_pc): New prototype.
5655 * i386-tdep.c: Don't include "elf-bfd.h".
5656 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5657 i386_frame_chain, i386_saved_pc_after_call): Make static.
5658 (i386_frame_saved_pc): Rewrite to call architecture dependent
5659 function to deal with signal handlers. Make static.
5660 (i386go32_frame_saved_pc): Removed.
5661 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5662 Removed.
5663 (i386_get_longjmp_target): New function.
5664 (default_struct_convention, pcc_struct_convention,
5665 reg_struct_convention, valid_conventions, struct_convention): New
5666 variables.
5667 (i386_use_struct_convention): New function.
5668 (i386v4_sigtramp_saved_pc): Renamed to
5669 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5670 (i386_pc_in_sigtramp): New function.
5671 (i386_abi_names): Removed.
5672 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5673 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5674 Removed.
5675 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5676 i386_gdbarch_register_os_abi): Removed.
5677 (struct i386_abi_handler): Removed.
5678 (i386_abi_handler_list): Removed.
5679 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5680 functions.
5681 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5682 i386_nw_init_abi): New functions.
5683 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5684 Use set_gdbarch_xxx() calls instead of relying on macros for a
5685 number of calls.
5686 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5687 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5688 Register the various architecture variants defined in this file.
5689
ad2f7632
DJ
56902002-06-14 Daniel Jacobowitz <drow@mvista.com>
5691
5692 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5693 (struct main_type): Remove arg_types member. Update comments for
5694 struct field.
5695 (TYPE_ARG_TYPES): Remove.
5696 (TYPE_FN_FIELD_ARGS): Update.
5697 (smash_to_method_type): Update prototype.
5698
5699 * c-typeprint.c (cp_type_print_method_args): Take method type
5700 instead of argument list. Use new argument layout. Simplify.
5701 (c_type_print_args): Use new argument layout. Simplify.
5702 (c_type_print_base): Update call to cp_type_print_method_args.
5703 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5704 argument; use die->type instead. Update call to
5705 smash_to_method_type.
5706 (read_structure_scope): Update call to dwarf2_add_member_fn.
5707 * gdbtypes.c (allocate_stub_method): Update comment.
5708 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5709 Use new argument layout.
5710 (check_stub_method): Use new argument layout. Don't count
5711 void as an argument.
5712 (print_arg_types): Update comments. Use new argument layout.
5713 (recursive_dump_type): Don't print arg_types member.
5714 * hpread.c (hpread_read_struct_type): Use new argument layout.
5715 (fixup_class_method_type): Likewise.
5716 (hpread_type_lookup): Likewise.
5717 * stabsread.c (read_type): Update calls to read_args and
5718 smash_to_method_type.
5719 (read_args): Use new argument layout. Simplify.
5720 * valops.c (typecmp): Use new argument layout. Update parameters
5721 and comments. Simplify.
5722 (hand_function_call): Use new argument layout.
5723 (search_struct_method): Update call to typecmp.
5724 (find_overload_match): Use new argument layout.
5725
6da02953
DJ
57262002-06-13 Daniel Jacobowitz <drow@mvista.com>
5727
5728 * NEWS: Mention multithreaded debug support for gdbserver.
5729
519b2366
DJ
57302002-06-13 Daniel Jacobowitz <drow@mvista.com>
5731
5732 * MAINTAINERS: Mention NEWS.
5733
6c0d6680
DJ
57342002-06-13 Daniel Jacobowitz <drow@mvista.com>
5735
5736 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5737 (struct mips_objfile_private, compare_pdr_entries): New.
5738 (non_heuristic_proc_desc): Read the ".pdr" section if it
5739 is present.
5740
6529d2dd
AC
57412002-06-12 Andrew Cagney <ac131313@redhat.com>
5742
5743 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5744 (arm_debug): New static variable.
5745 (_initialize_arm_tdep): Add ``set debug arm'' command.
5746
26216b98
AC
57472002-06-12 Andrew Cagney <ac131313@redhat.com>
5748
5749 * Makefile.in (sim_arm_h): Define.
5750 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5751 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5752 (arm_register_sim_regno): New function, map an internal REGNUM
5753 onto a simulator register number.
5754 (arm_gdbarch_init): Set register_sim_regno.
5755
814b3ba0
AH
57562002-06-09 Aldy Hernandez <aldyh@redhat.com>
5757
5758 * MAINTAINERS: Add self.
5759
475b0867
JB
57602002-06-11 Jim Blandy <jimb@redhat.com>
5761
919d772c
JB
5762 * source.c (source_info): Mention whether the symtab has
5763 information about preprocessor macros.
5764
475b0867
JB
5765 Call the command `info macro', not `show macro'.
5766 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5767 Fix error message.
5768 (_initialize_macrocmd): Register `info_macro_command' in
5769 `infolist', not `showlist'.
5770
9e364162
DJ
57712002-06-11 Daniel Jacobowitz <drow@mvista.com>
5772
5773 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5774 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5775 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5776 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5777 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5778 unconditionally.
5779 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5780 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5781 (_initialize_mips_tdep): Remove dead code.
5782 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5783 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5784 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5785 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5786 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5787 MIPS_LAST_FP_ARG_REGNUM): Remove.
5788
23aa4c72
ML
57892002-06-11 Michal Ludvig <mludvig@suse.cz>
5790
5791 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5792 (unwind_tmp_obstack_free, parse_frame_info)
5793 (update_context, cfi_read_fp, cfi_write_fp)
5794 (cfi_frame_chain, cfi_init_extra_frame_info)
5795 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5796 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5797
70eb15a4
CV
57982002-06-11 Corinna Vinschen <vinschen@redhat.com>
5799
5800 * v850-tdep.c (v850_type_is_scalar): New function.
5801 (v850_use_struct_convention): Match current gcc implementation
5802 as close as possible.
5803 (v850_push_arguments): Fix stack_offset handling. Don't write
5804 struct_addr into register. This is done by v850_store_struct_return.
5805 (v850_extract_return_value): Care for structs.
5806 (v850_store_return_value): Ditto.
5807 (v850_store_struct_return): Actually write address.
5808
482a4d06
ML
58092002-06-11 Michal Ludvig <mludvig@suse.cz>
5810
5811 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5812 without debug information too.
5813
d855c300
AC
58142002-06-10 Andrew Cagney <ac131313@redhat.com>
5815
5816 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5817 Make multi-arch pure.
5818 * gdbarch.h, gdbarch.c: Re-generate.
5819 * arm-tdep.c (arm_print_float_info): Update.
5820 * arch-utils.h (default_print_float_info): Update.
5821 * arch-utils.c (default_print_float_info): Update.
5822 * infcmd.c (float_info): Update call.
5823
dd12a101
AC
58242002-06-10 Andrew Cagney <ac131313@redhat.com>
5825
5826 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5827 the front of the initialize list.
5828
101dcfbe
AC
58292002-06-10 Andrew Cagney <ac131313@redhat.com>
5830
5831 * infrun.c (struct inferior_status): Replace fields
5832 selected_frame_address and selected_level with field
5833 selected_frame_id.
5834 (save_inferior_status): Update. Use get_frame_id.
5835 (struct restore_selected_frame_args): Delete.
5836 (restore_selected_frame): Update. Use frame_find_by_id.
5837 (restore_inferior_status): Update.
5838
5839 * breakpoint.h (struct breakpoint): Change type of
5840 watchpoint_frame to frame_id.
5841 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5842 call to get_current_frame.
5843 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5844 get_current_frame.
5845 (watchpoint_check): Use frame_find_by_id.
5846
5847 * frame.h (record_selected_frame): Delete declaration.
5848 * stack.c (record_selected_frame): Delete function.
5849
5850 * frame.h (struct frame_id): Define.
5851 (get_frame_id): Declare.
5852 (frame_find_by_id): Declare.
5853 * frame.c (frame_find_by_id): New function.
5854 (get_frame_id): New function.
5855
304270b6
AV
58562002-06-10 Andrey Volkov <avolkov@transas.com>
5857
5858 * ser-e7kpc.c: Fix duplicated define and call of
5859 _initialize_ser_e7000pc
5860
2f2cf184
DJ
58612002-06-09 Daniel Jacobowitz <drow@mvista.com>
5862
5863 * signals/signals.c (target_signal_from_host): Fix #ifdef
5864 SIGRTMIN case.
5865 (do_target_signal_to_host): Likewise.
5866
caaa3122
DJ
58672002-06-09 Daniel Jacobowitz <drow@mvista.com>
5868
5869 * mips-tdep.c (mips_find_abi_section): New function.
5870 (mips_gdbarch_init): Call it.
5871
6ac5df3a
MK
58722002-06-09 Mark Kettenis <kettenis@gnu.org>
5873
5874 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5875 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5876 after Andrew's 2002-06-08 gdbarch change.
5877
82ea117a
MK
58782002-06-09 Mark Kettenis <kettenis@gnu.org>
5879
5880 * i386-linux-nat.c (suppy_gregset): Don't supply
5881 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5882 register cache.
5883 (fill_gregset): Don't fetch it under the same circumstances.
5884
3c25f8c7
AC
58852002-06-09 Andrew Cagney <cagney@redhat.com>
5886
5887 * Makefile.in (callback_h): Define.
5888 (remote_sim_h): Update path to remote-sim.h.
5889 (remote-rdp.o): Add $(callback_h).
5890 (remote-sim.o): Use $(callback_h).
5891 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5892 * remote-rdp.c: Include "gdb/callback.h".
5893
1029b7fa
MK
58942002-06-09 Mark Kettenis <kettenis@gnu.org>
5895
5896 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5897 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5898
616675d3
AC
58992002-06-08 Andrew Cagney <ac131313@redhat.com>
5900
a3efda28
AC
5901 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5902 * rdi-share/serpardr.c: Ditto.
5903 * rdi-share/unixcomm.c: Ditto.
5904 * rdi-share/serdrv.c: Ditto.
5905 * rdi-share/hostchan.h: Ditto.
5906 * rdi-share/hostchan.c: Ditto.
5907 * rdi-share/host.h: Ditto.
5908 * rdi-share/devsw.c: Ditto.
5909
c5f10366
AC
5910 * objfiles.h: Change type of obj_private to void pointer.
5911 * pa64solib.c: Update copyright. Don't include "assert.h", use
5912 strcmp instead of STREQ, use LONGEST, do not use PTR
5913 * somsolib.c: Ditto.
5914
616675d3
AC
5915 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5916 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5917 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5918
e4b415d9
AC
59192002-06-08 Andrew Cagney <ac131313@redhat.com>
5920
5921 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5922 (default_get_saved_register): Delete function.
5923 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5924 generic_unwind_get_saved_register.
5925 * gdbarch.h, gdbarch.c: Re-generate.
5926
ca0d0b52
AC
59272002-06-08 Andrew Cagney <ac131313@redhat.com>
5928
5929 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5930 generic_func_frame_chain_valid.
5931 * gdbarch.h, gdbarch.c: Re-generate.
5932 * blockframe.c (generic_func_frame_chain_valid): Only check
5933 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5934 passing FP to PC_IN_CALL_DUMMY.
5935 Fix PR gdb/360.
5936
76860b5f
AC
59372002-06-08 Andrew Cagney <ac131313@redhat.com>
5938
5939 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5940 (register_gdbarch_data): Initialize init_p.
5941 (gdbarch_data): Initialize data pointer using the init function.
5942 (init_gdbarch_data): Delete function.
5943 (gdbarch_update_p): Update.
5944 (initialize_non_multiarch): Update.
5945 (struct gdbarch): Add field initialized_p.
5946 * gdbarch.h, gdbarch.c: Re-generate.
5947
8dda9770
ML
59482002-06-07 Michal Ludvig <mludvig@suse.cz>
5949
5950 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5951 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5952 better do the things actually here.
5953 * x86-64-tdep.c (x86_64_register_name2nr): New.
5954 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5955 (x86_64_gdbarch_init): Respect the above change.
5956 * x86-64-tdep.h (x86_64_register_name2nr)
5957 (x86_64_register_nr2name): Add prototypes.
5958 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5959
3d79a47c
MS
59602002-06-06 Michael Snyder <msnyder@redhat.com>
5961
7bd91a28
MS
5962 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5963 Delete extra braces and re-indent.
5964 (d10v_store_return_value): Char return values
3d79a47c
MS
5965 must be shifted over by one byte in R0.
5966 (d10v_extract_return_value): Delete extra braces, re-indent.
5967
095a4c96
EZ
59682002-06-06 Elena Zannoni <ezannoni@redhat.com>
5969
5970 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5971 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5972 (d10v_integer_to_address): Rewrite.
5973 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5974 the d10v specific functions which take care of converting to the
5975 correct space.
5976
e8a77ca4
EZ
59772002-06-06 Elena Zannoni <ezannoni@redhat.com>
5978
5979 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5980 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5981
4f2e4a4f
AC
59822002-06-02 Andrew Cagney <ac131313@redhat.com>
5983
5984 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5985 includes.
5986 * config/tm-linux.h: Ditto.
5987 * config/alpha/tm-alphalinux.h: Ditto.
5988 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5989 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5990 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5991 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5992 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5993 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5994 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5995 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5996 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5997 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5998 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5999 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6000 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6001 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6002 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6003 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6004 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6005 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6006 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6007 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6008 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6009 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6010 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6011 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6012 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6013 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6014 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6015 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6016 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6017 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6018 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6019 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6020 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6021 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6022 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6023 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6024 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6025
ae2ab2ce
AS
60262002-05-04 Aidan Skinner <aidan@velvet.net>
6027
6028 * ada-exp.tab.c: New file
6029 * ada-exp.y: New file
6030 * ada-lang.c: New file
6031 * ada-lang.h: New file
6032 * ada-lex.c: New file
6033 * ada-lex.l: New file
6034 * ada-tasks.c: New file
6035 * ada-typeprint.c: New file
6036 * ada-valprint.c: New file
6037
0ddd0135
JT
60382002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6039
6040 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6041 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6042
750fbacc
JT
60432002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6044
6045 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6046 insetead of ppc-linux-tdep.o.
6047 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6048 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6049
df94e18a
AC
60502002-06-02 Andrew Cagney <ac131313@redhat.com>
6051
6052 2002-05-07 Christian Groessler <chris@groessler.org>
6053 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6054 bit register contents for little endian hosts.
6055
1a38ab75
AC
60562002-06-01 Andrew Cagney <ac131313@redhat.com>
6057
6058 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6059 any maintainer.
6060
8b1632ac
AC
60612002-06-01 Andrew Cagney <ac131313@redhat.com>
6062
6063 * gdbarch.h: Regenerate.
6064
627054c8
AC
60652002-06-01 Andrew Cagney <ac131313@redhat.com>
6066
6067 * MAINTAINERS: Add everyone to write-after-approval list.
6068
4f460812
AC
60692002-06-01 Andrew Cagney <ac131313@redhat.com>
6070
6071 * stack.c (frame_info): Use frame_register_unwind instead of
6072 saved_regs. Mention when the SP is on the stack or in a register.
6073
6074 * frame.h (frame_register_unwind_ftype): Define. Document.
6075 (struct frame_info): Add field register_unwind and
6076 register_unwind_cache.
6077 (frame_register_unwind): Declare.
6078 (generic_unwind_get_saved_register): Declare.
6079
6080 * frame.c (frame_register_unwind): New function.
6081 (generic_unwind_get_saved_register): New function.
6082
6083 * blockframe.c (generic_call_dummy_register_unwind): New function.
6084 (frame_saved_regs_register_unwind): New function.
6085 (set_unwind_by_pc): New function.
6086 (create_new_frame): New function.
6087 (get_prev_frame): New function.
6088
de888f76
AC
60892002-05-30 Andrew Cagney <ac131313@redhat.com>
6090
6091 * a29k-share/: Delete directory.
6092 * remote-vx29k.c: Delete file.
6093
2f2c3626
JT
60942002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6095
6096 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6097 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6098
9ce5c36a
JT
60992002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6100
6101 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6102 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6103 (sparc64nbsd-nat.o)
6104 (sparcnbsd-nat.o)
6105 (sparcnbsd-tdep.o): New dependency lists.
6106 * NEWS: Note new UltraSPARC NetBSD native configuration.
6107 * configure.host (sparc64-*-netbsd*): New host.
6108 * configure.tgt (sparc-*-netbsdelf*)
6109 (sparc-*-netbsd*): Set gdb_target to nbsd.
6110 (sparc64-*-netbsd*): New target.
6111 * sparc64nbsd-nat.c: New file.
6112 * sparcnbsd-nat.c: New file.
6113 * sparcnbsd-tdep.c: New file.
6114 * sparcnbsd-tdep.h: New file.
6115 * config/sparc/nbsd.mt: New file.
6116 * config/sparc/nbsd64.mh: New file.
6117 * config/sparc/nbsd64.mt: New file.
6118 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6119 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6120 (HOST_IPC): Remove.
6121 * config/sparc/nbsdaout.mt: Remove.
6122 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6123 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6124 (HOST_IPC): Remove.
6125 * config/sparc/nbsdelf.mt: Remove.
6126 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6127 sparc-nat.c compatiblity defines.
6128 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6129 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6130 * config/sparc/tm-nbsd64.h: New file.
6131 * config/sparc/tm-nbsdaout.h: Remove.
6132 * config/sparc/xm-nbsd.h: Remove.
6133
ef3cf062
JT
61342002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6135
6136 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6137 * sparc-tdep.c: Include osabi.h.
6138 (gdbarch_tdep): Add osabi member.
6139 (_initialize_sparc_tdep): Use gdbarch_register.
6140 (sparc_gdbarch_init): Use generic OS ABI framework.
6141 (sparc_dump_tdep): New function.
6142
ee8ff470
KB
61432002-05-30 Kevin Buettner <kevinb@redhat.com>
6144
6145 * corefile.c (do_captured_read_memory_integer): Return non-zero
6146 result.
6147 (safe_read_memory_integer): Copy result of memory read when
6148 status is non-zero. Also, add comments.
6149
7b112f9c
JT
61502002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6151
6152 * Makefile.in (ppc_tdep_h): Define.
6153 (ppc-linux-nat.o)
6154 (ppc-linux-tdep.o)
6155 (rs6000-tdep.o): Use $(ppc_tdep_h).
6156 (ppc-sysv-tdep.o)
6157 (ppcnbsd-nat.o)
6158 (ppcnbsd-tdep.o): New dependency lists.
6159 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6160 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6161 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6162 (ppc_sysv_abi_broken_use_struct_convention)
6163 (ppc_sysv_abi_use_struct_convention)
6164 (ppc_sysv_abi_push_arguments): Move to...
6165 * ppc-sysv-tdep.c: ...here.
6166 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6167 * rs6000-tdep.c (process_note_abi_tag_sections)
6168 (get_elfosabi): Remove.
6169 (rs6000_gdbarch_init): Use generic OS ABI framework.
6170 (rs6000_dump_tdep): New function.
6171 (_initialize_rs6000_tdep): Use gdbarch_register.
6172 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6173 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6174 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6175 of ppc-linux-tdep.o.
6176 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6177 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6178 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6179 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6180 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6181 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6182
480dd42a
JB
61832002-05-29 Jim Blandy <jimb@redhat.com>
6184
6185 * macroscope.c (default_macro_scope): Put `void' in empty argument
6186 list.
6187
4182591f
AC
61882002-05-29 Andrew Cagney <ac131313@redhat.com>
6189
6190 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6191 * arch-utils.c: Include "sim-regno.h".
6192 * gdbarch.sh: Don't include "sim-regno.h".
6193 * gdbarch.h, gdbarch.c: Regenerate.
6194 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6195 here.
6196 * arch-utils.h (legacy_register_sim_regno): To here.
6197 * remote-sim.c (legacy_register_sim_regno): Move function from
6198 here.
6199 * arch-utils.c (legacy_register_sim_regno): To here.
6200
8238d0bf
AC
62012002-05-28 Andrew Cagney <ac131313@redhat.com>
6202
6203 * sim-regno.h: New file.
6204 * Makefile.in (sim_regno_h): Define.
6205 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6206 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6207 (legacy_register_sim_regno): New function.
6208 (one2one_register_sim_regno): New function.
6209 (gdbsim_fetch_register): Rewrite.
6210 (gdbsim_store_register): Only store a register when
6211 REGISTER_SIM_REGNO is valid.
6212 * d10v-tdep.c: Include "sim-regno.h".
6213 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6214 (d10v_ts3_register_sim_regno): Ditto.
6215 * gdbarch.sh: Include "sim-regno.h".
6216 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6217 * gdbarch.h, gdbarch.c: Regenerate.
6218 * arch-utils.h (default_register_sim_regno): Delete declaration.
6219 * arch-utils.c (default_register_sim_regno): Delete function.
6220
485721b1
JT
62212002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6222
6223 * ppcnbsd-nat.c: Rewrite.
6224 * ppcnbsd-tdep.c: New file.
6225 * ppcnbsd-tdep.h: New file.
6226 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6227 solib.o, and solib-svr4.o.
6228 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6229 nbsd-tdep.o, and corelow.o.
6230
697f244d
AC
62312002-05-28 Andrew Cagney <ac131313@redhat.com>
6232
6233 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6234 `tr' and `sed'. Mention that `broken' targets are not expected to
6235 build.
6236
f08caad1 62372002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6238
6239 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6240 Let PC point right after the prologue before looking up symbols.
6241
3139facc
MH
62422002-05-27 Martin M. Hunt <hunt@redhat.com>
6243
6244 * i386-tdep.c (i386_register_virtual_type): Return
6245 builtin_type_vec128i for SSE registers.
6246
6247 * gdbtypes.h (builtin_type_vec128i): Declare.
6248
6249 * gdbtypes.c (build_builtin_type_vec128i): New function.
6250 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6251 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6252 (build_gdbtypes): Initialize new builtin vector types.
6253 (_initialize_gdbtypes): Register new vector types with gdbarch.
6254
6e3ba3b8
JT
62552002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6256
6257 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6258 since it has been multi-arch'd.
6259 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6260 Move Alpha and VAX multi-arch news entries to same section
6261 as other multi-arch news.
6262
93d5585d
JT
62632002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6264
6265 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6266 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6267 static. Rename some register numbers to put them in ns32k-tdep
6268 private namespace.
6269 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6270 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6271 functions.
6272 (_initialize_ns32k_tdep): Use gdbarch_register.
6273 * ns32k-tdep.h: New file.
6274 * ns32knbsd-tdep.c: New file.
6275 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6276 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6277 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6278 REGISTER_BYTES, REGISTER_BYTE): Remove.
6279 * config/ns32k/tm-ns32k.h: New file.
6280 * config/ns32k/tm-umax.h: Remove.
6281
efb2c70e
JT
62822002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6283
6284 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6285 ns32k_store_struct_return, ns32k_extract_return_value,
6286 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6287 functions.
6288 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6289 ns32k_saved_pc_after_call.
6290 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6291 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6292 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6293 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6294 ns32k_extract_struct_value_address.
6295
7bcc927b
JT
62962002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6297
6298 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6299 ns32k_fix_call_dummy): New.
6300 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6301 ns32k_call_dummy_words.
6302 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6303 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6304 CALL_DUMMY_NARGS): Remove.
6305 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6306
78f9d765
JT
63072002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6308
6309 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6310 ns32k_frame_saved_pc, ns32k_frame_args_address,
6311 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6312 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6313 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6314 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6315 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6316 (BREAKPOINT): Remove..
6317 (FRAME_CHAIN): Define as ns32k_frame_chain.
6318 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6319 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6320 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6321 (FRAME_FIND_SAVED_REGS): Remove.
6322 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6323 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6324 (POP_FRAME): Define as ns32k_pop_frame.
6325
f2c762e0
JT
63262002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6327
6328 * ns32k-tdep.c (ns32k_register_byte_32082,
6329 ns32k_register_byte_32382, ns32k_register_raw_size,
6330 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6331 functions.
6332 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6333 ns32k_register_byte_32382.
6334 * config/ns32k/tm-umax.h: Update copyright years.
6335 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6336 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6337 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6338 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6339 (ns32k_get_enter_addr): Fix prototype.
6340
af137673
JT
63412002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6342
6343 * ns32k-tdep.c: Update copyright years.
6344 (ns32k_register_name_32082): New function.
6345 (ns32k_register_name_32382): Ditto.
6346 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6347 (REGISTER_NAME): Define as ns32k_register_name_32382.
6348 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6349 (REGISTER_NAME): Define as ns32k_register_name_32082.
6350
a8bc7b56
JB
63512002-05-24 Jim Blandy <jimb@redhat.com>
6352
6353 * dwarf2read.c (free_line_header): Use xfree, not free.
6354
83a45910
JT
63552002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6356
6357 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6358 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6359
0db71247
AC
63602002-05-23 Andrew Cagney <ac131313@redhat.com>
6361
6362 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6363
b9e5e4dd
AC
63642002-05-23 Andrew Cagney <ac131313@redhat.com>
6365
6366 From Ross Alexander at NEC Europe:
6367 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6368
de530e84
MS
63692002-05-23 Michael Snyder <msnyder@redhat.com>
6370
6371 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6372 for input, rather than parse_and_eval_address.
6373
b91b96f4
AC
63742002-05-23 Andrew Cagney <ac131313@redhat.com>
6375
6376 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6377 * Makefile.in (sim_d10v_h): Update definition.
6378
8b279e7a
AC
63792002-05-24 Andrew Cagney <cagney@redhat.com>
6380
6381 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6382 change `2002-05-22 Michael Snyder' below.
6383 (d10v_push_arguments): Ditto.
6384 (d10v_extract_return_value): Ditto.
6385
0a3d0425
JB
63862002-05-23 Jim Blandy <jimb@redhat.com>
6387
6388 * macrotab.c (check_for_redefinition): Don't complain if the new
6389 definition is the same as the previous one. Take more arguments
6390 to allow the comparison.
6391 (macro_define_object, macro_define_function): Pass more arguments
6392 to check_for_redefinition.
6393
78eac43e
MS
63942002-05-22 Michael Snyder <msnyder@redhat.com>
6395
6396 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6397 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6398 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6399 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6400 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6401 Add a temp variable to save a call (and a memory read).
6402 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6403 if possible (so that PC_IN_CALL_DUMMY will work).
6404
9bc1edb8
CV
64052002-05-22 Corinna Vinschen <vinschen@redhat.com>
6406
6407 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6408
005ef3d2
ML
64092002-05-22 Michal Ludvig <mludvig@suse.cz>
6410
6411 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6412 fde->cie_ptr.
6413 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6414 (dwarf2_build_frame_info): Add offset to fde->initial_location
6415 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6416 (execute_stack_op): Change type of 'result' from ULONGEST to
6417 CORE_ADDR.
005ef3d2 6418
fcf4f891
JT
64192002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6420
6421 * config/alpha/tm-nbsd.h: Include solib.h.
6422
cfef91e4
JT
64232002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6424
6425 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6426 assumptions about the host's byte order.
6427
9964235a
JT
64282002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6429
6430 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6431 to dependency list.
6432 * alphanbsd-tdep.c: Include solib-svr4.h.
6433 * shnbsd-tdep.c: Ditto.
6434
9eeef8ef
JT
64352002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6436
6437 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6438 nbsd-tdep.h to dependency list.
6439 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6440 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6441 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6442 nbsdaout.mh and nbsdelf.mh consistently.
6443 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6444 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6445 nbsdaout.mt and nbsdelf.mh consistently.
6446 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6447 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6448 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6449 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6450 a.out shared library stuff from here...
6451 * config/nm-nbsdaout.h: ...to here.
6452 * config/tm-nbsd.h: Remove.
6453 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6454 * config/arm/nbsd.mh: Remove.
6455 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6456 nbsd-tdep.o.
6457 * config/arm/nbsdaout.mh: New file.
6458 * config/arm/nbsdelf.mh: New file.
6459 * config/arm/nm-nbsdaout.h: New file.
6460 * config/i386/nbsd.mh: Remove.
6461 * config/i386/nbsd.mt: Remove.
6462 * config/i386/nbsdaout.mh: New file.
6463 * config/i386/nbsdaout.mt: New file.
6464 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6465 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6466 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6467 i386_register_u_addr): Remove.
6468 * config/i386/nm-nbsdaout.h: New file.
6469 * config/i386/nm-nbsdelf.h: Remove.
6470 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6471 (USE_STRUCT_CONVENTION): Remove.
6472 * config/i386/tm-nbsdaout.h: New file.
6473 * config/i386/tm-nbsdelf.h: Remove.
6474 * config/m68k/nbsd.mh: Remove.
6475 * config/m68k/nbsd.mt: Remove.
6476 * config/m68k/nbsdaout.mh: New file.
6477 * config/m68k/nbsdaout.mt: New file.
6478 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6479 * config/m68k/nm-nbsdaout.h: New file.
6480 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6481 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6482 * config/ns32k/nbsd.mh: Remove.
6483 * config/ns32k/nbsd.mt: Remove.
6484 * config/ns32k/nbsdaout.mh: New file.
6485 * config/ns32k/nbsdaout.mt: New file.
6486 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6487 * config/ns32k/nm-nbsdaout.h: New file.
6488 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6489 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6490 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6491 (SVR4_SHARED_LIBS): Remove.
6492 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6493 * config/sparc/nbsd.mh: Remove.
6494 * config/sparc/nbsd.mt: Remove.
6495 * config/sparc/nbsdaout.mh: New file.
6496 * config/sparc/nbsdaout.mt: New file.
6497 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6498 * config/sparc/nbsdelf.mt: New file.
6499 * config/sparc/nm-nbsdaout.h: New file.
6500 * config/sparc/nm-nbsdelf.h: Remove.
6501 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6502 * config/sparc/tm-nbsdaout.h: New file.
6503
257ce470
JT
65042002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6505
6506 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6507 mipsnbsd-tdep.c
6508 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6509
76a6d5fe
JT
65102002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6511
6512 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6513 shnbsd-nat.c.
6514 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6515
45888261
JT
65162002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6517
6518 * NEWS: Note new MIPS NetBSD native configuration.
6519 * configure.host (mips*-*-netbsd*): New host.
6520 * configure.tgt (mips*-*-netbsd*): New target.
6521 * mipsnbsd-nat.c: New file.
6522 * mipsnbsd-tdep.c: New file.
6523 * mipsnbsd-tdep.h: New file.
6524 * config/mips/nbsd.mh: New file.
6525 * config/mips/nbsd.mt: New file.
6526 * config/mips/nm-nbsd.h: New file.
6527 * config/mips/tm-nbsd.h: New file.
6528
70f80edf
JT
65292002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6530
6531 * Makefile.in (SFILES): Add osabi.c.
6532 (COMMON_OBS): Add osabi.o.
6533 (osabi.o): New dependency list.
6534 * osabi.c: New file.
6535 * osabi.h: New file.
6536 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6537
6538 * Makefile.in (alpha_tdep_h): Define and use instead of
6539 alpha-tdep.h.
6540 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6541 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6542 Remove.
6543 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6544 * alpha-tdep.h: Include osabi.h.
6545 (alpha_abi): Remove.
6546 (gdbarch_tdep): Use generic OS ABI framework.
6547 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6548 gdbarch_register_osabi.
6549 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6550 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6551 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6552
6553 * Makefile.in (sh_tdep_h): Add osabi.h.
6554 * sh-tdep.h (sh_osabi): Remove.
6555 (gdbarch_tdep): Use generic OS ABI framework.
6556 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6557 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6558 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6559 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6560
6561 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6562 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6563 gdbarch_register_osabi.
6564 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6565 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6566 (get_elfosabi): Rename to...
6567 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6568 ABI framework support routines.
6569 (arm_gdbarch_init): Use generic OS ABI framework.
6570 (arm_dump_tdep): Likewise.
6571 (_initialize_arm_tdep): Likewise.
6572 * arm-tdep.h: Include osabi.h.
6573 (arm_abi): Remove.
6574 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6575 osabi member.
6576 (arm_gdbarch_register_os_abi): Remove prototype.
6577 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6578 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6579
6580 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6581 * mips-tdep.c: Include osabi.h.
6582 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6583 OS ABI framework.
6584
d194345b
KH
65852002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6586
6587 * h8300-tdep.c: Fix formatting.
6588
70c6b0d1
EZ
65892002-05-20 Elena Zannoni <ezannoni@redhat.com>
6590
6591 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6592 printing vector registers.
6593
165b8e33
AC
65942002-05-19 Andrew Cagney <ac131313@redhat.com>
6595
6596 From Fernando Nasser:
6597 * remote.c (remote_async_open_1): Re-throw the exception when the
6598 connection fails.
6599 (remote_cisco_open): Ditto.
6600 (remote_open_1): Ditto.
6601
36918e70
AC
66022002-05-19 Andrew Cagney <ac131313@redhat.com>
6603
6604 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6605 (remote_start_remote): Add uiout parameter. Pass through to
6606 remote_start_remote_dummy.
6607 (remote_open_1): Use catch_exception instead of catch_errors.
6608 (remote_async_open_1): Ditto.
6609 (remote_cisco_open): Ditto.
6610
ae44c0c4
AC
66112002-05-19 Andrew Cagney <ac131313@redhat.com>
6612
6613 * remote.c (remote_start_remote): Replace PTR with void pointer.
6614 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6615 static.
6616
8efe637d
AC
66172002-05-18 Andrew Cagney <ac131313@redhat.com>
6618
6619 * gdb_indent.sh: Allow the script to be run in the sim directory.
6620
2f1b5984
MK
66212002-05-18 Mark Kettenis <kettenis@gnu.org>
6622
f0f625e2
MK
6623 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6624 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6625
2f1b5984
MK
6626 * corelow.c (core_open): Only call set_gdbarch_from_file if
6627 exec_bfd is NULL.
6628
fc974602
AV
66292002-05-17 Andrey Volkov <avolkov@transas.com>
6630
6631 * h8300-tdep.c: Add support of EXR register
6632 * config/h8300/tm-h8300.h: Ditto.
6633
906709f4
AV
66342002-05-17 Andrey Volkov <avolkov@transas.com>
6635
6636 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6637
6e591d68
AV
66382002-05-17 Andrey Volkov <avolkov@transas.com>
6639
6640 * h8300-tdep.c: Change literal regnums to REGNO.
6641
84f0252a
JB
66422002-05-17 Jim Blandy <jimb@redhat.com>
6643
e0e9281e
JB
6644 * NEWS: Note addition of macro support.
6645
84f0252a
JB
6646 Expand preprocessor macros in C expressions.
6647 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6648 (scan_macro_expansion, scanning_macro_expansion,
6649 finished_macro_expansion): New function declarations.
6650 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6651 variable declarations.
6652 * parser-defs.h (expression_context_pc): New declaration.
6653 * parse.c (expression_context_pc): New variable.
6654 (parse_exp_1): Set expression_context_pc, as well as
6655 expression_context_block.
6656 * c-exp.y (yylex): If we're not already reading the result of a
6657 macro expansion, try to macro-expand the next token. When we're
6658 done scanning a macro expansion, switch back to the mainline text.
6659 Commas and `if's in a macro's expansion don't terminate the input.
6660 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6661 (macro_original_text, macro_expanded_text,
6662 expression_macro_lookup_func, expression_macro_lookup_baton): New
6663 variables.
6664 (scan_macro_expansion, scanning_macro_expansion,
6665 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6666 c_preprocess_and_parse): New functions.
6667 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6668 c_preprocess_and_parse, instead of c_parse.
6669 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6670 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6671
1c509ca8
JR
6672Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6673
6674 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6675 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6676 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6677
2250ee0c
CV
66782002-05-17 Corinna Vinschen <vinschen@redhat.com>
6679
6680 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6681
ab3b8126
JT
66822002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6683
6684 * Makefile.in (sh_tdep_h): Define and use.
6685 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6686 register enum): Move to...
6687 * * sh-tdep.h: ...here.
6688 * sh-tdep.c: Include sh-tdep.h.
6689 * sh3-rom.c: Likewise.
6690 * shnbsd-tdep.c: Likewise.
6691
ed9d4749
MS
66922002-05-16 Michael Snyder <msnyder@redhat.com>
6693
6694 * arm-tdep.c: Spelling fix in comment.
6695
2e276125
JB
66962002-05-16 Jim Blandy <jimb@redhat.com>
6697
6821892e
JB
6698 Add commands for manually expanding macros and showing their
6699 definitions.
6700 * macrocmd.c, macroscope.c, macroscope.h: New files.
6701 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6702 (macroscope_h): New variable.
6703 (HFILES_NO_SRCDIR): Add macroscope.h.
6704 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6705 (macroscope.o, macrocmd.o): New rules.
6706
2e276125
JB
6707 Teach the Dwarf 2 reader to read macro information.
6708 * dwarf2read.c: #include "macrotab.h".
6709 (dwarf_macinfo_buffer): New variable.
6710 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6711 dwarf_macinfo_size.
6712 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6713 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6714 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6715 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6716 dwarf2_macro_spaces_in_definition): New complaints.
6717 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6718 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6719 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6720 the partial symbol table.
6721 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6722 from what's recorded in the partial symbol table.
6723 (read_file_scope): If the compilation unit has a
6724 `DW_AT_macro_info' attribute, read its macro information.
6725 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6726
2f53fe6c
DJ
67272002-05-16 Daniel Jacobowitz <drow@mvista.com>
6728
6729 Fix PR gdb/546
6730 * ser-tcp.c: Don't include <netinet/udp.h>.
6731
2be99286
SC
67322002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6733
6734 * MAINTAINERS: Update my email address.
6735
c9af212b 67362002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6737
6738 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6739 include file of the same name.
6740
bf5f1a52
CV
67412002-05-16 Corinna Vinschen <vinschen@redhat.com>
6742
6743 * configure.tgt: Mark v850 as multi-arched.
6744 * config/v850/tm-v850.h: Remove file.
6745 * config/v850/v850.mt: Eliminate TM_FILE.
6746
435e042a
CV
67472002-05-16 Corinna Vinschen <vinschen@redhat.com>
6748
6749 * v850-tdep.c: Full multi-arch.
6750 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6751 Define GDB_MULTI_ARCH to 2.
6752
9819c6c8
PM
67532002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6754
6755 * p-exp.y (current_type): New static variable.
6756 Carries the type of the expression at the position that is parsed.
6757 (push_current_type, pop_current_type): Two new functions. Used
6758 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6759 (search_field): New static variable. Set to one after parsing a point
6760 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6761 (FIELDNAME): New token. After a point only a token belonging to
6762 current_type type definition is allowed.
6763 (all over token rules): reset and change current_type according
6764 to rules.
6765 (exp '[' rule): insert implicit array index field if
6766 exp is a pascal string type.
6767
3a06899a
CV
67682002-05-16 Corinna Vinschen <vinschen@redhat.com>
6769
6770 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6771 frame info. Use frame_info's saved_regs instead of matching member
6772 in extra_frame_info throughout.
6773 (v850_frame_init_saved_regs): New function.
6774 (v850_init_extra_frame_info): Move most functionality into
6775 v850_frame_init_saved_regs().
6776 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6777 (v850_frame_find_saved_regs): Remove declaration.
6778 (FRAME_FIND_SAVED_REGS): Remove definition.
6779 (v850_frame_init_saved_regs): Add declaration.
6780 (FRAME_INIT_SAVED_REGS): Add definition.
6781
6ed14b0e
CV
67822002-05-16 Corinna Vinschen <vinschen@redhat.com>
6783
6784 * v850-tdep.c: Begin multi-arch'ing v850.
6785 (v850_target_architecture_hook): Remove function.
6786 (v850_gdbarch_init): New function. Add code previously in
6787 v850_target_architecture_hook().
6788 (_initialize_v850_tdep): Don't set target_architecture_hook.
6789 Call register_gdbarch_init() instead.
6790
42725910
DJ
67912002-05-16 Daniel Jacobowitz <drow@mvista.com>
6792
6793 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6794 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6795 (fixup_class_method_type): Likewise.
6796
99d9066e
JB
67972002-05-15 Jim Blandy <jimb@redhat.com>
6798
6799 Add macro structures to GDB's symbol tables. Nobody puts anything
6800 in them yet.
6801 * symtab.h (struct symtab): New member: `macro_table'.
6802 * buildsym.h (pending_macros): New global variable.
6803 * buildsym.c: #include "macrotab.h".
6804 (buildsym_init): Initialize `pending_macros'.
6805 (end_symtab): If we found macro information while reading a CU's
6806 debugging info, do build a symtab structure for it. Make the
6807 symtab point to the macro information, and clear the
6808 `pending_macros' pointer which held it while we were reading the
6809 debug info.
6810 (really_free_pendings): Free any pending macro table.
6811 * objfiles.h (struct objfile): New member: `macro_cache'.
6812 * objfiles.c (allocate_objfile): Set allocate and free functions
6813 for the macro cache's objstack.
6814 (free_objfile): Empty the macro cache's obstack.
6815 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6816 set new allocate and free functions for it.
6817 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6818 free functions for the macro cache's objstack. (Why is this
6819 function building its own objfile?)
6820 * symmisc.c (print_objfile_statistics): Print statistics on the
6821 macro bcache.
6822 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6823
c899585b
RE
68242002-05-15 Richard Earnshaw <rearnsha@arm.com>
6825
6826 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6827 (REGISTER_U_ADDR): Delete definition.
6828 (arm_register_u_addr): Delete declaration.
6829
a6cdd8c5
RE
68302002-05-15 Richard Earnshaw <rearnsha@arm.com>
6831
6832 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6833 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6834
c97dcfc7
AC
68352002-05-14 Andrew Cagney <ac131313@redhat.com>
6836
6837 * regcache.c (register_valid): Revise comments refering to "Not
6838 available" and "unavailable".
6839 * frame.c (frame_register_read): Ditto.
6840 * findvar.c (value_of_register): Ditto.
6841
93021b7d
AC
68422002-05-15 Andrew Cagney <cagney@redhat.com>
6843
6844 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6845 (remote-sim.o): Update dependencies.
6846 (d10v-tdep.o): Specify dependencies.
6847 (sim_d10v_h): Define.
6848
a86bc61c
JB
68492002-05-14 Jim Blandy <jimb@redhat.com>
6850
6851 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6852 * macrotab.c (macro_lookup_inclusion, find_definition,
6853 new_macro_table): Same.
6854
6855 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6856 not `! strcmp ()'. This is a dubious improvement.
6857 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6858
6859 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6860 although it's not necessary, to avoid a warning.
6861
2fdde8f8
DJ
68622002-05-14 Daniel Jacobowitz <drow@mvista.com>
6863
6864 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6865 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6866 TYPE_INSTANCE_FLAGS.
6867 (struct main_type): New.
6868 (struct type): Move most members to struct main_type. Change
6869 cv_type and as_type to new type_chain member. Add instance_flags.
6870 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6871 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6872 (finish_cv_type): Remove prototype.
6873 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6874 Set TYPE_CHAIN.
6875 (alloc_type_instance): New function.
6876 (smash_type): New function.
6877 (make_pointer_type, make_reference_type, make_function_type)
6878 (smash_to_member_type, smash_to_method_type): Call smash_type.
6879 (make_qualified_type): New function.
6880 (make_type_with_address_space): Call make_qualified_type.
6881 (make_cv_type): Likewise.
6882 (finish_cv_type): Remove unnecessary function.
6883 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6884 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6885 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6886 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6887 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6888 * hpread.c (hpread_read_struct_type): Likewise.
6889 * stabsread.c (read_struct_type): Likewise.
6890
843fedf4
EZ
68912002-05-14 Elena Zannoni <ezannoni@redhat.com>
6892
6893 * configure.tgt: Add a catch all sh* target, for cases like
6894 sh[2,3,4]-elf and sh-hms.
6895
05a6c72c
KS
68962002-05-14 Keith Seitz <keiths@redhat.com>
6897
6898 * event-loop.c (create_file_handler): Don't do anything but
6899 update data when we are given a fd which we are already
6900 monitoring.
6901
5d085aaf
ML
69022002-05-14 Michal Ludvig <mludvig@suse.cz>
6903
6904 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6905 (update_context): Use __func__ in warnings.
6906
9db8d71f
DJ
69072002-05-14 Daniel Jacobowitz <drow@mvista.com>
6908
6909 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6910 and tcp_close to net_open and net_close.
6911 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6912 using UDP if requested. Don't try to disable Nagle on UDP
6913 sockets.
6914 * remote.c (remote_serial_open): New function. Warn about UDP.
6915 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6916
5dbc6baa
EZ
69172002-05-13 Elena Zannoni <ezannoni@redhat.com>
6918
6919 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6920
cc3023f7
EZ
69212002-05-13 Elena Zannoni <ezannoni@redhat.com>
6922
6923 * configure.tgt: Remove sh-hms target.
6924 * MAINTAINERS: Don't list sh-hms as a separate target.
6925
ec2bcbe7
JB
69262002-05-13 Jim Blandy <jimb@redhat.com>
6927
6928 Add first preprocessor macro-expansion files.
6929 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6930 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6931 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6932 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6933 (COMMON_OBS): Add macrotab.o, macroexp.o.
6934 (macroexp.o, macrotab.o): New rules.
6935
6d531722
AC
69362002-05-13 Andrew Cagney <ac131313@redhat.com>
6937
6938 * config/m88k/tm-m88k.h: Update copyright.
6939 (m88k_target_write_pc): Declare
6940 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6941 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6942 (SHIFT_INST_REGS): Update definition.
6943 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6944 using old definition of TARGET_WRITE_PC.
6945 * regcache.c (generic_target_write_pc): Delete code handling
6946 NNPC_REGNUM.
6947 * gdbarch.sh (NNPC_REGNUM): Delete.
6948 * gdbarch.h, gdbarch.c: Regenerate.
6949
3e3f2739
RE
69502002-05-13 Richard Earnshaw <rearnsha@arm.com>
6951
6952 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6953 builtin reg number.
6954
0004e5a2
DJ
69552002-05-13 Daniel Jacobowitz <drow@mvista.com>
6956
6957 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6958 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6959 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6960 access macros.
6961 * c-typeprint.c (cp_type_print_method_args): Likewise.
6962 (c_type_print_args): Likewise.
6963 * d10v-tdep.c (d10v_push_arguments): Likewise.
6964 (d10v_extract_return_value): Likewise.
6965 * expprint.c (print_subexp): Likewise.
6966 * gdbtypes.c (lookup_primitive_typename): Likewise.
6967 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6968 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6969 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6970 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6971 (TYPE_VECTOR): Likewise.
6972 * hpread.c (hpread_read_struct_type)
6973 (fix_static_member_physnames, fixup_class_method_type)
6974 (hpread_type_lookup): Likewise.
6975 * mdebugread.c (parse_symbol, parse_type): Likewise.
6976 * p-lang.c (is_pascal_string_type): Likewise.
6977 * valops.c (hand_function_call): Likewise.
6978 * x86-64-tdep.c (classify_argument): Likewise.
6979
6980 * hpread.c (hpread_read_function_type)
6981 (hpread_read_doc_function_type): Call replace_type.
6982 * dstread.c (create_new_type): Delete.
6983 (decode_dst_structure, process_dst_function): Call alloc_type.
6984 Use type access macros.
6985
dff95cc7
MK
69862002-05-12 Mark Kettenis <kettenis@gnu.org>
6987
6988 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6989 the're not supported by the current architecture.
6990 (i387_fill_fxsave): Likewise.
6991
bbcd32ad
FF
69922002-05-12 Fred Fish <fnf@redhat.com>
6993
6994 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6995 sect_index_xxx members to index the first slot in section_offsets
6996 if all of the section_offsets are zero.
6997
89cf4787
MK
69982002-05-12 Mark Kettenis <kettenis@gnu.org>
6999
7000 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7001 checked in with last change.
7002
1f77ffc5
MK
70032002-05-12 Mark Kettenis <kettenis@gnu.org>
7004
7005 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7006 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7007 config.sub.
7008
89b8b4a9
DJ
70092002-05-12 Daniel Jacobowitz <drow@mvista.com>
7010
7011 * Makefile.in: Update dependencies.
7012
14a5e767
AC
70132002-05-11 Andrew Cagney <ac131313@redhat.com>
7014
7015 * language.c (local_hex_string_custom): Simplify. Do not depend
7016 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7017
7018 * memattr.c (mem_info_command): Replace calls to
7019 longest_local_hex_string and longest_local_hex_string_custom.
7020 * buildsym.c (make_blockvector): Ditto.
7021 * solib.c (info_sharedlibrary_command): Ditto.
7022 * tracepoint.c (tracepoints_info): Ditto.
7023 * symtab.c (print_msymbol_info): Ditto.
7024
7025 * language.c (local_hex_string): Delete.
7026 (local_hex_string_custom): Delete.
7027 (longest_local_hex_string): Rename to local_hex_string.
7028 (longest_local_hex_string_custom): Rename to
7029 local_hex_string_custom.
7030 * language.h (local_hex_string): Change parameter type to LONGEST.
7031 (local_hex_string_custom): Ditto.
7032 (longest_local_hex_string): Delete declaration.
7033 (longest_local_hex_string_custom): Ditto.
7034
7035 * solib.c: Update copyright.
7036 * memattr.c: Update copyright.
7037
13d01224
AC
70382002-05-11 Andrew Cagney <ac131313@redhat.com>
7039
7040 * arch-utils.h (legacy_register_to_value): Declare.
7041 (legacy_value_to_register): Declare.
7042 (legacy_convert_register_p): Declare.
7043 * arch-utils.c (legacy_register_to_value): New function.
7044 (legacy_value_to_register): New function.
7045 (legacy_convert_register_p): New function.
7046
7047 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7048 (VALUE_TO_REGISTER): Define.
7049 (CONVERT_REGISTER_P): Define.
7050 * gdbarch.h, gdbarch.c: Regenerate.
7051
7052 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7053 VALUE_TO_REGISTER.
7054 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7055 CONVERT_REGISTER_P.
7056
4a1970e4
DJ
70572005-05-11 Daniel Jacobowitz <drow@mvista.com>
7058 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7059
7060 * Makefile.in: Update dependencies for valops.c.
7061 * valops.c: Include "gdb_assert.h".
7062 (typecmp): Skip THIS parameter to methods.
7063 (find_method_list): Remove static_memfuncp argument,
7064 update callers. Check for stub methods.
7065 (find_value_oload_method_list): Don't set *static_memfuncp.
7066 (find_overload_match): Don't check for stub methods. Assert
7067 that methods are not stubbed. Handle static methods.
7068 (value_find_oload_method_list): Remove static_memfuncp argument.
7069 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7070 to the argument list for static stub methods.
7071 * value.h (value_find_oload_method_list): Update prototype.
7072
b2e75d78
AC
70732002-05-11 Andrew Cagney <ac131313@redhat.com>
7074
7075 * arch-utils.h (generic_register_size): Declare.
7076 (generic_register_raw_size, generic_register_virtual_size): Delete
7077 declarations.
7078 * arch-utils.c (generic_register_raw_size): Delete.
7079 (generic_register_size): New function.
7080 (generic_register_virtual_size): Delete.
7081
7082 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7083 default generic_register_size.
7084 * gdbarch.h, gdbarch.c: Re-generate.
7085
7086 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7087 register_virtual_size.
7088 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7089 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7090
451fbdda
AC
70912002-05-11 Andrew Cagney <ac131313@redhat.com>
7092
7093 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7094 * gdbarch.h, gdbarch.c: Regenerate.
7095 * gnu-v3-abi.c: Update copyright.
7096 (vtable_address_point_offset): Update.
7097 (gnuv3_rtti_type): Update.
7098 (gnuv3_baseclass_offset): Update.
7099 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7100 (init_fetch_link_map_offsets): Update.
7101 * remote.c (get_remote_state): Update.
7102
6d2f5cea
DJ
71032002-05-11 Daniel Jacobowitz <drow@mvista.com>
7104
7105 * TODO: Remove value_headof/value_from_vtable_info comment.
7106 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7107 * values.c (value_headof, value_from_vtable_info): Delete.
7108 * value.h (value_from_vtable_info): Delete prototype.
7109
d2324da4
AC
71102002-05-11 Andrew Cagney <ac131313@redhat.com>
7111
7112 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7113 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7114 $(gdb_regex_h).
7115 (gdb_assert_h): Define.
7116 (gdb_wait_h): Define.
7117 (gdb_regex_h): Define.
7118
5c717440
DJ
71192002-05-11 Daniel Jacobowitz <drow@mvista.com>
7120
7121 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7122 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7123
6c7861b3
JT
71242002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7125
7126 * nbsd-tdep.c: Fix comment.
7127
ea5bc2a6
JT
71282002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7129
7130 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7131 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7132 (nbsd-tdep.o): New dependency list.
7133 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7134 nbsd-tdep.h.
7135 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7136 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7137 * nbsd-tdep.c: New file.
7138 * nbsd-tdep.h: New file.
7139 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7140 nbsd-tdep.h.
7141 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7142 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7143 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7144 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7145
b28da865
JT
71462002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7147
7148 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7149 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7150 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7151 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7152 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7153 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7154
4b8ff1fa
JT
71552002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7156
7157 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7158 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7159 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7160 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7161 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7162 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7163 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7164
dfe6eb1f
JT
71652002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7166
7167 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7168 fetch_elfcore_registers to...
7169 * i386nbsd-tdep.c: ...here.
7170 (i386nbsd_use_struct_convention): Rename to...
7171 (i386nbsd_aout_use_struct_convention): ...this.
7172 (i386nbsd_supply_reg): New function.
7173 (i386nbsd_fill_reg): New function.
7174 (fetch_core_registers): Use i386nbsd_supply_reg.
7175 (fetch_elfcore_registers): Likewise.
7176 (_initialize_i386nbsd_tdep): New function.
7177 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7178 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7179 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7180 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7181 (i386nbsd_aout_use_struct_convention): ...this.
7182
20cb8cda
JT
71832002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7184
7185 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7186 (store_inferior_registers): Use shnbsd_fill_reg.
7187 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7188 sh_nbsd_supply_register): Collapse into...
7189 (shnbsd_supply_reg): ...this.
7190 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7191 (shnbsd_fill_reg): ...this.
7192 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7193 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7194 (fetch_core_registers): Use shnbsd_supply_reg.
7195 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7196 (sh_nbsd_core_fns): Rename to...
7197 (shnbsd_core_fns): ...this.
7198 (sh_nbsd_elfcore_fns): Rename to...
7199 (shnbsd_elfcore_fns): ...this.
7200 (sh_nbsd_init_abi): Rename to...
7201 (shnbsd_init_abi): ...this.
7202 (_initialize_sh_nbsd_tdep): Rename to...
7203 (_initialize_shnbsd_tdep): ...this.
7204 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7205 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7206 sh_nbsd_fill_register): Remove prototypes.
7207 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7208
e750d25e
JT
72092002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7210
7211 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7212 (i387-nat.o): Delete dependency list.
7213 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7214 (x86-64-linux-nat.o): Likewise.
7215 * i387-nat.c: Delete file, moving contents to...
7216 * i387-tdep.c: ...here.
7217 * i387-nat.h: Rename...
7218 * i387-tdep.h: ...to this.
7219 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7220 * i386-linux-nat.c: Likewise.
7221 * i386bsd-nat.c: Likewise.
7222 * i386gnu-nat.c: Likewise.
7223 * i386nbsd-nat.c: Likewise.
7224 * i386v4-nat.c: Likewise.
7225 * x86-64-linux-nat.c: Likewise.
7226 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7227 * config/i386/go32.mh (NATDEPFILES): Likewise.
7228 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7229 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7230 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7231 * config/i386/linux.mh (NATDEPFILES): Likewise.
7232 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7233 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7234 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7235 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7236
1aee598a
JT
72372002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7238
7239 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7240 (alphanbsd-nat.o): Remove dependency list.
7241 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7242 * alphanbsd-nat.c: Delete. Contents moved to...
7243 * alphanbsd-tdep.c: ...here.
7244 (_initialize_alphanbsd_tdep): Register core functions.
7245 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7246
12bcb0fe
JT
72472002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7248
7249 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7250 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7251 (alphanbsd-nat.o): Likewise.
7252 (alphabsd-tdep.o): New dependency list.
7253 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7254 (fill_gregset): Use alphabsd_fill_reg.
7255 (supply_fpregset): Use alphabsd_supply_fpreg.
7256 (fill_fpregset): Use alphabsd_fill_fpreg.
7257 (fetch_inferior_registers): Use struct reg and struct fpreg
7258 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7259 and alphabsd_supply_fpreg.
7260 (store_inferior_registers): Use struct reg and struct fpreg
7261 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7262 and alphabsd_fill_fpreg.
7263 * alphabsd-tdep.c: New file.
7264 * alphabsd-tdep.h: New file.
7265 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7266 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7267 alphabsd_supply_fpreg.
7268 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7269 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7270
361d1df0
EC
72712002-05-11 Eric Christopher <echristo@redhat.com>
7272
7273 * mips-tdep.c (mips_double_register_type): Fix thinko.
7274 (mips_single_register_type): Ditto.
7275 * MAINTAINERS: Add self.
7276
92dd7cee
MK
72772002-05-11 Mark Kettenis <kettenis@gnu.org>
7278
7279 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7280 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7281 right thing on architectures with different endianness and/or
7282 integer sizes.
7283
e27da16d
JT
72842002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7285
7286 From Christian Limpach <chris@Pin.LU>
7287 * configure.in: Change sed expression which comments out
7288 NATDEPFILES to also comment out continuation lines.
7289 * configure: Regenerate.
7290
ddde02bd
EZ
72912002-05-10 Elena Zannoni <ezannoni@redhat.com>
7292
7293 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7294 big patch.
7295
1c922164
EZ
72962002-05-10 Elena Zannoni <ezannoni@redhat.com>
7297
7298 * sh-tdep.c: Include correct file.
7299
283150cd
EZ
73002002-05-10 Elena Zannoni <ezannoni@redhat.com>
7301
7302 New support for sh64-elf (sh5) target.
7303
7304 * configure.tgt: For sh64-elf target, default to sh-elf.
7305
7306 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7307 (struct gdbarch_tdep): Add new fields for new registers and ABI
7308 info.
361d1df0 7309
283150cd
EZ
7310 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7311 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7312 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7313 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7314 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7315 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7316 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7317 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7318 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7319 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7320 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7321 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7322 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7323 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7324 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7325 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7326 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7327 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7328 sign_extend, sh64_nofp_frame_init_saved_regs,
7329 sh64_init_extra_frame_info, sh64_get_saved_register,
7330 sh64_extract_struct_value_address, sh64_pop_frame,
7331 sh64_push_arguments, sh64_extract_return_value,
7332 sh64_store_return_value, sh64_show_media_regs,
7333 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7334 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7335 sh_sh64_register_virtual_type,
7336 sh_sh64_register_convert_to_virtual,
7337 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7338 sh64_register_read, sh64_pseudo_register_write,
7339 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7340 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7341 sh64_do_pseudo_register, sh_compact_do_registers_info,
7342 sh64_do_registers_info, sh_gdbarch_init): New functions.
7343
3117ed25
EZ
73442002-05-10 Elena Zannoni <ezannoni@redhat.com>
7345
7346 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7347
2654e6d4
DJ
73482002-05-10 Daniel Jacobowitz <drow@mvista.com>
7349
7350 * linespec.c (decode_line_1): Check for a double quote after
7351 a filename correctly.
7352
9ab3e532
JB
73532002-05-10 Jim Blandy <jimb@redhat.com>
7354
7355 Properly track the size of the current objfile's .debug_line section.
7356 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7357 (DWARF_LINE_SIZE): New macro.
7358 (dwarf2_build_psymtabs_hard): Record the line section's size in
7359 the partial symbol table.
7360 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7361 symbol table.
7362
126fa72d
PS
73632002-05-10 Petr Sorfa <petrs@caldera.com>
7364
7365 * ia64-tdep.c: Handle breakpoints on L instruction type
7366 in MLX instruction bundle by moving the breakpoint to
7367 the third slot (X instruction type) as L holds only data.
7368
1f077a3e
KB
73692002-05-10 Kevin Buettner <kevinb@redhat.com>
7370
7371 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7372 (process_one_symbol): Complain about discarding local symbols
7373 due to a misplaced N_LBRAC entry.
7374
8120c9d5 73752002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7376
7377 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7378 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7379 decrease the depth we are at, in the case of templates.
361d1df0 7380
67b2c998
DJ
73812002-05-09 Daniel Jacobowitz <drow@mvista.com>
7382
7383 * mips-tdep.c (mips_float_register_type): New function.
7384 (mips_double_register_type): New function.
7385 (mips_print_register): Use them.
7386 (do_fp_register_row): Likewise.
7387
fd326606
DJ
73882002-05-09 Daniel Jacobowitz <drow@mvista.com>
7389
6609d9af 7390 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7391 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7392 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7393
bef35864
MS
73942002-05-09 Michael Snyder <msnyder@redhat.com>
7395
7396 * remote-rdp.c (remote_rdp_can_run): Remove.
7397
c55a3f73
TT
73982002-05-09 Tom Tromey <tromey@redhat.com>
7399
7400 * jv-valprint.c (java_val_print): Handle `char' as a special case
7401 of TYPE_CODE_INT.
7402
b8d5e71d
MS
74032002-05-09 Michael Snyder <msnyder@redhat.com>
7404
7405 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7406 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7407 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7408 str r(0123),[sp,#nn].
361d1df0 7409 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7410 order-independent by placing it in a loop.
7411
e2cd42dd
MS
74122002-05-06 Michael Snyder <msnyder@redhat.com>
7413
7414 * stabsread.c (read_type): Add recognition for new attribute:
7415 "@V;" means that an array type is actually a vector.
7416 This is analogous to the vector flag that's been added to dwarf2.
7417
3ce1502b
MK
74182002-05-09 Mark Kettenis <kettenis@gnu.org>
7419
7420 * i386-tdep.h (i386_abi): New enum.
7421 (struct gdbarch_tdep): Replace os_ident member with abi.
7422 (i386_gdbarch_register_os_abi): New prototype.
7423 * i386-tdep.c (i386_abi_names): New array.
7424 (process_note_abi_tag_sections): Removed.
7425 (process_note_sections): New function.
7426 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7427 (struct i386_abi_handler): New struct.
7428 (i386_abi_handler_list): New variable.
7429 (i386_gdbarch_register_os_abi): New function.
7430 (i386_gdbarch_init): Adapt for the changes given above.
7431
084c156a
DJ
74322002-05-08 Daniel Jacobowitz <drow@mvista.com>
7433
7434 * gregset.h: Say "GNU/Linux".
7435
6599f021
EZ
74362002-05-08 Elena Zannoni <ezannoni@redhat.com>
7437
7438 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7439 (build_gdbtypes): Build builtin_type_v2_float.
7440 (_initialize_gdbtypes): Register new builtin type.
7441
40af4b0c
AC
74422002-05-08 Andrew Cagney <ac131313@redhat.com>
7443
7444 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7445 (clear_gdbarch_swap): New function.
7446 (initialize_non_multiarch): Call.
7447 (gdbarch_update_p): Before calling init(), swap out and clear the
7448 existing architecture.
7449 * gdbarch.c: Regenerate.
7450
4fe84f46
JT
74512002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7452
7453 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7454 alphanbsd-tdep.c.
7455
4015edd1
JT
74562002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7457
7458 * sh-nbsd-nat.c: Rename to...
7459 * shnbsd-nat.c: ...this.
7460 * sh-nbsd-tdep.c: Rename to...
7461 * shnbsd-tdep.c: ...this.
7462 * sh-nbsd-tdep.h: Rename to...
7463 * shnbsd-tdep.h: ...this.
7464 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7465 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7466
0e2bd219
RE
74672002-05-08 Richard Earnshaw <rearnsha@arm.com>
7468
7469 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7470 concatenation for command help messages.
7471
13a38d45
JT
74722002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7473
7474 * NEWS: Note new sh*-*-netbsdelf* configuration.
7475 * configure.host: Set gdb_host_cpu to sh for all sh*.
7476 (sh*-*-netbsdelf*): New host.
7477 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7478 (sh*-*-netbsdelf*): New target.
7479 * sh-nbsd-nat.c: New file.
7480 * sh-nbsd-tdep.c: New file.
7481 * sh-nbsd-tdep.h: New file.
7482 * config/sh/nbsd.mh: New file.
7483 * config/sh/nbsd.mt: New file.
7484 * config/sh/nm-nbsd.h: New file.
7485 * config/sh/tm-nbsd.h: New file.
7486
d658f924
JT
74872002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7488
7489 * sh-tdep.c (sh_osabi_names): Declare.
7490 (process_note_abi_tag_sections): New function.
7491 (get_elfosabi): Ditto.
7492 (sh_gdbarch_register_os_abi): Ditto.
7493 (sh_dump_tdep): Ditto.
7494 _initialize_sh_tdep): Use gdbarch_register to register
7495 sh_gdbarch_init and sh_dump_tdep.
7496 * config/sh/tm-sh.h (sh_osabi): Declare.
7497 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7498
848cfffb
AC
74992002-05-07 Andrew Cagney <ac131313@redhat.com>
7500
7501 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7502 (thumb_scan_prologue): Ditto.
7503 (arm_find_callers_reg): Ditto.
7504 (arm_frame_chain): Ditto.
7505 (arm_init_extra_frame_info): Ditto.
7506 (arm_frame_saved_pc): Ditto.
7507 (arm_pop_frame): Ditto.
7508 (arm_push_return_address): New function.
7509 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7510 call_dummy_location, call_dummy_breakpoint_offset_p,
7511 call_dummy_breakpoint_offset, call_dummy_p,
7512 call_dummy_stack_adjust_p, call_dummy_words,
7513 sizeof_call_dummy_words, call_dummy_start_offset,
7514 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7515 call_dummy_address, push_return_address and push_dummy_frame for
7516 generic dummy frames.
7517
e7d717c0
JT
75182002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7519
7520 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7521 size computation for alloca.
7522 (sh_fp_frame_init_saved_regs): Likewise.
7523
7bbcf283
RE
75242002-05-07 Richard Earnshaw <rearnsha@arm.com>
7525
7526 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7527 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 7528 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
7529 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7530 * remote-rdp.c (remote_rdp_fetch_register): Use
7531 ARM_MAX_REGISTER_RAW_SIZE.
7532 (remote_rdp_store_register): Likewise.
7533
4657573b
ML
75342002-05-07 Michal Ludvig <mludvig@suse.cz>
7535
361d1df0 7536 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
7537 added default labels to switch {} statements.
7538 * x86-64-tdep.c: Ditto.
7539 * x86-64-linux-nat.c: Ditto.
7540
010f3b2f
JT
75412002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7542
7543 * solib.h: Protect against multiple inclusion.
7544
debd256d
JB
75452002-05-06 Jim Blandy <jimb@redhat.com>
7546
9ab3e532
JB
7547 Add first preprocessor macro-expansion files.
7548 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7549 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7550 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7551 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7552 (COMMON_OBS): Add macrotab.o, macroexp.o.
7553 (macroexp.o, macrotab.o): New rules.
7554
debd256d
JB
7555 Separate the job of reading the line number info statement program
7556 header (...expialidocious) out into its own function.
7557 * dwarf2read.c (struct line_head, struct filenames, struct
7558 directories): Replace with...
7559 (struct line_header): New structure, containing the full
7560 contents of the statement program header, including the
7561 include directory and file name tables.
7562 (read_file_scope): If we have line number info, instead of just
7563 calling dwarf_decode_lines to do all the work, call
7564 dwarf_decode_line_header first to get a `struct line_header'
7565 containing the data in the statement program header, and then
7566 pass that to dwarf_decode_lines, which will pick up where that
7567 left off. Be sure to clean up the `struct line_header' object.
7568 (dwarf_decode_line_header, free_line_header, add_include_dir,
7569 add_file_name): New functions.
7570 (dwarf_decode_lines): Move all the code to read the statement
7571 program header into dwarf_decode_line_header. Take the line
7572 header it built as the first argument, instead of the offset to
7573 the compilation unit's line number info. Use the new `struct
7574 line_header' type instead of the old structures. No need to do
7575 cleanups here now, since we don't allocate anything.
7576 (dwarf2_statement_list_fits_in_line_number_section,
7577 dwarf2_line_header_too_long): New complaints.
7578
ac3aafc7
EZ
75792002-05-06 Elena Zannoni <ezannoni@redhat.com>
7580
7581 * gdbtypes.c (init_vector_type): New function.
7582 (build_builtin_type_vec128): Simplify the representation of SIMD
7583 registers.
7584 (build_gdbtypes): Initialize new builtin vector types.
7585 (_initialize_gdbtypes): Register new vector types with gdbarch.
7586 (builtin_type_v4_float, builtin_type_v4_int32,
7587 builtin_type_v8_int16, builtin_type_v16_int8,
7588 builtin_type_v2_int32, builtin_type_v4_int16,
7589 builtin_type_v8_int8): New (renamed) SIMD types.
7590
13e49980
MK
75912002-05-06 Mark Kettenis <kettenis@gnu.org>
7592
7593 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7594 (i387_fill_fxsave): Likewise.
7595
997b20b8
AO
75962002-05-05 Alexandre Oliva <aoliva@redhat.com>
7597
7598 * alpha-tdep.c (alpha_extract_return_value): Don't use
7599 non-constant array size in prototype.
7600
535c96ce
AC
76012002-05-04 Andrew Cagney <ac131313@redhat.com>
7602
7603 From Brian Taylor <briant at model dot com>:
7604 * ui-out.c (ui_out_field_core_addr): Use the function
7605 longest_local_hex_string_custom'to format addresses > 32 bits
7606 wide.
7607
7608 * ui-out.c (ui_out_field_core_addr): Update comment.
7609
bedfa57b
AC
76102002-05-04 Andrew Cagney <ac131313@redhat.com>
7611
7612 * stack.c (select_and_print_frame): Make static. Delete the
7613 parameter `level'.
7614 (func_command): Update call.
7615 (select_frame_command): Delete code computing the frame level.
7616 * frame.h (select_and_print_frame): Delete declaration.
7617
f621c63e
AC
76182002-05-04 Andrew Cagney <ac131313@redhat.com>
7619
7620 * sparc-tdep.c (sparc_get_saved_register): Comment why
7621 get_prev_frame call is safe.
7622
0f7d239c
AC
76232002-05-04 Andrew Cagney <ac131313@redhat.com>
7624
7625 * frame.h (select_frame): Delete level parameter.
7626 * stack.c (select_frame): Update. Use frame_relative_level to
7627 obtain the frame's level.
7628 (select_and_print_frame): Update call.
7629 (select_frame_command): Ditto.
7630 (up_silently_base): Ditto.
7631 (down_silently_base): Ditto.
7632 * ocd.c (ocd_start_remote): Ditto.
7633 * remote-rdp.c (remote_rdp_open): Ditto.
7634 * remote-mips.c (mips_initialize): Ditto.
7635 (common_open): Ditto.
7636 * remote-e7000.c (e7000_start_remote): Ditto.
7637 * m3-nat.c (select_thread): Ditto.
7638 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7639 (child_get_current_exception_event): Ditto.
7640 * varobj.c (varobj_create): Ditto.
7641 (varobj_update): Ditto.
7642 (c_value_of_root): Ditto.
7643 * tracepoint.c (finish_tfind_command): Ditto.
7644 * corelow.c (core_open): Ditto.
7645 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7646 * thread.c (info_threads_command): Ditto.
7647 (switch_to_thread): Ditto.
7648 * infrun.c (normal_stop): Ditto.
7649 (restore_selected_frame): Ditto.
7650 (restore_inferior_status): Ditto.
7651 * breakpoint.c (insert_breakpoints): Ditto.
7652 (watchpoint_check): Ditto.
7653 (bpstat_stop_status): Ditto.
7654 (do_enable_breakpoint): Ditto.
7655 * blockframe.c (flush_cached_frames): Ditto.
7656 (reinit_frame_cache): Ditto.
7657
71d6c7b1
AC
76582002-05-04 Andrew Cagney <ac131313@redhat.com>
7659
7660 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7661 maintainer.
7662
cda6c68a
JB
76632002-05-04 Jim Blandy <jimb@redhat.com>
7664
7665 * gdbtypes.c (replace_type): Doc fix.
7666
5c1c87f0
AC
76672002-05-04 Andrew Cagney <ac131313@redhat.com>
7668
7669 * valprint.c (strcat_longest): Delete commented out function.
7670 Update copyright.
7671
cd9bfe15
AC
76722002-05-04 Andrew Cagney <ac131313@redhat.com>
7673
7674 * MAINTAINERS: Mark a29k as deleted.
7675 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7676 Move new configurations to the top.
7677 * configure.tgt: Remove a29k.
7678 * config/a29k/tm-vx29k.h: Delete.
7679 * config/a29k/vx29k.mt: Delete.
7680 * config/a29k/tm-a29k.h: Delete.
7681 * config/a29k/a29k-udi.mt: Delete.
7682 * config/a29k/a29k.mt: Delete.
7683 * a29k-tdep.c: Delete.
7684 * remote-udi.c: Delete.
7685 * remote-mm.c: Delete.
7686 * remote-eb.c: Delete.
7687 * remote-adapt.c: Delete.
7688 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7689 * config/s390/s390x.mt: Ditto.
7690 * config/s390/s390.mt: Ditto.
7691 * config/sparc/sparclynx.mh: Ditto.
7692 * config/sparc/linux.mh: Ditto.
7693 * config/pa/hppaosf.mh: Ditto.
7694 * config/pa/hppabsd.mh: Ditto.
7695 * config/ns32k/nbsd.mt: Ditto.
7696 * config/mips/vr5000.mt: Ditto.
7697 * config/m68k/sun3os4.mh: Ditto.
7698 * config/m68k/nbsd.mt: Ditto.
7699 * config/m68k/m68klynx.mh: Ditto.
7700 * config/m32r/m32r.mt: Ditto.
7701 * config/i386/x86-64linux.mt: Ditto.
7702 * config/i386/nbsdelf.mt: Ditto.
7703 * config/i386/nbsd.mt: Ditto.
7704 * config/i386/i386lynx.mh: Ditto.
7705
bf0c5130
AC
77062002-05-04 Andrew Cagney <ac131313@redhat.com>
7707
7708 * target.c (debug_print_register): New function. Handle oversize
7709 registers.
7710 (debug_to_fetch_registers): Call.
7711 (debug_to_store_registers): Call.
7712
2ae1c2d2
JB
77132002-05-03 Jim Blandy <jimb@redhat.com>
7714
13a393b0
JB
7715 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7716 (read_type): Doc fix.
7717 * gdbtypes.c (replace_type): Doc fix.
7718
2ae1c2d2
JB
7719 * stabsread.c (multiply_defined_struct): New complaint.
7720 (read_struct_type): If the type we were passed isn't empty, or
7721 incomplete, don't read the new struct type into it; complain,
7722 and return the original type unchanged. Take a new `type_code'
7723 argument, which is the type code for the new type.
7724 (read_type): Rather than storing the type's type code here, pass
7725 it as an argument to read_struct_type, and let that take care of
7726 storing it. That way, we don't overwrite the original type code,
7727 so read_struct_type can use it to decide whether we're overwriting
7728 something we shouldn't.
7729 (complain_about_struct_wipeout): New function.
7730
8de9bdc4
AC
77312002-05-03 Andrew Cagney <ac131313@redhat.com>
7732
7733 * gdbarch.sh: Assert that gdbarch is non-NULL.
7734 * gdbarch.c: Regenerate.
7735
f773fdbb
JM
77362002-05-03 Jason Merrill <jason@redhat.com>
7737
7738 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7739 and return NULL.
7740
0e04a514
ML
77412002-05-03 Michal Ludvig <mludvig@suse.cz>
7742
7743 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7744 (x86_64_dwarf2gdb_regno_map_length),
7745 (x86_64_dwarf2_reg_to_regnum): Added.
7746 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7747 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7748 (_initialize_x86_64_tdep): Synced with the change above.
7749 (x86_64_skip_prologue): Reformulated message.
7750
065432a8
PM
77512002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7752
7753 * f-exp.y: Also use new prev_lexptr variable
7754 to improve error reporting. Based on Michael Snyder
7755 2002-04-24 dated patch to c-exp.y.
7756 * jv-exp.y: Likewise.
7757 * m2-exp.y: Likewise.
7758
a3162708
EZ
77592002-05-02 Elena Zannoni <ezannoni@redhat.com>
7760
7761 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7762 we are dealing with vectors.
7763
03620c38
PM
77642002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7765
7766 * config/m68k/tm-nbsd.h: Obvious fix,
7767 correct machine name.
7768
6604db2e
PM
77692002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7770
7771 * p-typeprint.c (pascal_type_print_base): Add support
7772 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7773
0906b739
PM
77742002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7775
7776 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7777 for fondamental pascal 'char' type.
7778
e2625b33
PM
77792002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7780
7781 * p-lang.h (is_pascal_string_type): Declaration changed,
7782 new sixth argument of type char ** added.
361d1df0 7783 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7784 changed. Args length_pos, length_size, string_pos, char_size
7785 can now be NULL. New argument arrayname set to the field
7786 name of the char array. Return value set to char array
7787 field index plus one.
361d1df0 7788 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7789 is_pascal_string_type function.
7790
cf17c188
AC
77912002-05-02 Andrew Cagney <cagney@redhat.com>
7792
7793 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7794 <cagney@redhat.com> change.
7795 * gdbarch.c: Regenerate.
7796
52bca491
AC
77972002-05-02 Andrew Cagney <cagney@redhat.com>
7798
7799 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7800 before probing for a new one. Detect errorenous gdbarch_init
7801 functions.
7802 * gdbarch.c: Regenerate.
7803
d5e72505
AC
78042002-05-01 Andrew Cagney <cagney@redhat.com>
7805
7806 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7807 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7808 * config/v850/tm-v850.h: Ditto. Update copyright.
7809
af566d9f
AC
78102002-04-30 Andrew Cagney <ac131313@redhat.com>
7811
7812 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7813 current_gdbarch.
7814
880d85fa
MS
78152002-04-30 Michael Snyder <msnyder@redhat.com>
7816
94c30b78
MS
7817 * arm-tdep.c: Whitespace clean-ups.
7818 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7819 should have been removed as part of 4/24 change.
7820
6f5987a6
KB
78212002-04-30 Kevin Buettner <kevinb@redhat.com>
7822
7823 * rs6000-tdep.c: Added comment describing how fpscr register
7824 numbers were chosen.
7825
1a113c93
MS
78262002-04-30 Michael Snyder <msnyder@redhat.com>
7827
7828 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7829
9a6f53fe
EZ
78302002-04-29 Elena Zannoni <ezannoni@redhat.com>
7831
7832 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7833 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7834 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7835
11ed25ac
KB
78362002-04-29 Kevin Buettner <kevinb@redhat.com>
7837
7838 From Louis Hamilton <hamilton@redhat.com>:
7839 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7840 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7841 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7842 not bfd-private xcoff data, to determine wordsize.
7843 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7844
ae232405
AC
78452002-04-29 Andrew Cagney <ac131313@redhat.com>
7846
7847 GDB 5.2 released from 5.2 branch.
7848
91fd20f7
ML
78492002-04-29 Michal Ludvig <mludvig@suse.cz>
7850
7851 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7852 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7853 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7854
2dc5091b
EZ
78552002-04-29 Elena Zannoni <ezannoni@redhat.com>
7856
7857 * rs6000-tdep.c (rs6000_extract_return_value,
7858 rs6000_store_return_value): Handle returning vectors.
7859 (rs6000_gdbarch_init): Use
7860 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7861 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7862 New function.
7863 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7864 vectors.
7865 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7866 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7867
2b9848d8
PM
78682002-04-24 Pierre Muller <ics.u-strasbg.fr>
7869
7870 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7871 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7872 with fprintf_unfiltered (gdb_stderr,...).
7873
f8d17dc5
PM
78742002-04-24 Pierre Muller <ics.u-strasbg.fr>
7875
7876 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7877 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7878 Replace fprintf (stderr,...
7879 with fprintf_unfiltered (gdb_stderr,....
7880 * remote-es.c: Likewise.
7881 * remote-os9k.c: Likewise.
7882 * remote-st.c: Likewise.
7883
2f2f1ad1
AS
78842002-04-28 Andreas Schwab <schwab@suse.de>
7885
7886 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7887 linux-proc.o and gcore.o.
7888
b6779aa2
AC
78892002-04-26 Michal Ludvig <mludvig@suse.cz>
7890
7891 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7892 code without frame pointers.
7893
7e57f5f4
AC
78942002-04-26 Andrew Cagney <ac131313@redhat.com>
7895
7896 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7897 ON_STACK is needed.
7898
2ceb85d0
BE
78992002-04-26 Ben Elliston <bje@redhat.com>
7900
7901 * target.c (do_xfer_memory): Correct reference to the new option
7902 "trust-readonly-sections".
7903
f5f8a009
EZ
79042002-04-26 Elena Zannoni <ezannoni@redhat.com>
7905
7906 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7907 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7908 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7909 vectors.
7910 (read_array_type): Record the fact that this array type is really a
7911 vector (i.e. are passed in by value).
7912
5868c862
JT
79132002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7914
7915 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7916 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7917 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7918 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7919 * alpha-linux-tdep.c: Include frame.h.
7920 (alpha_linux_sigcontext_addr): New function.
7921 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7922 alpha_linux_sigcontext_addr.
7923 * alpha-osf1-tdep.c: Include gdbcore.h.
7924 (alpha_osf1_sigcontext_addr): New function.
7925 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7926 alpha_osf1_sigcontext_addr.
7927 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7928 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7929
bfb01f37
AC
79302002-04-26 Andrew Cagney <ac131313@redhat.com>
7931
361d1df0 7932 * stack.c (selected_frame_level):
bfb01f37
AC
7933 (select_frame): Do not set selected_frame_level.
7934 * frame.h (selected_frame_level): Delete declaration.
7935
15813d3f
AC
79362002-04-26 Andrew Cagney <ac131313@redhat.com>
7937
7938 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7939 convert_from_func_ptr-addr when AIX / PowerOpen.
7940
6096c27a
AC
79412002-04-25 Andrew Cagney <ac131313@redhat.com>
7942
7943 * valops.c (hand_function_call): Call
7944 generic_save_call_dummy_addr.
7945 * frame.h (generic_save_call_dummy_addr): Declare.
7946 * blockframe.c (struct dummy_frame): Add fields call_lo and
7947 call_hi.
7948 (generic_find_dummy_frame): Check for PC in range call_lo to
7949 call_hi instead of entry_point_address.
7950 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7951 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7952 (generic_save_call_dummy_addr): New function.
7953
f510d44e
DM
79542002-04-24 David S. Miller <davem@redhat.com>
7955
7956 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7957 sparc_skip_prologue.
7958 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7959 information to find prologue when possible.
7960 (sparc_prologue_frameless_p): Call examine_prologue directly.
7961 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7962 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7963 second argument.
7964 (SKIP_PROLOGUE): Likewise.
7965
15d72a92
JT
79662002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7967
7968 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7969 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7970 indicate that the condition it was testing is always true.
7971 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7972 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7973 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7974
accc6d1f
JT
79752002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7976
7977 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7978 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7979 tdep->jb_pc and tdep->jb_elt_size.
7980 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7981 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7982 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7983 * alpha-nat.c (get_longjmp_target): Remove.
7984 (JB_ELEMENT_SIZE): Ditto.
7985 (JB_PC): Ditto.
7986 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7987 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7988 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7989 to alpha_get_longjmp_target.
7990 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7991 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7992 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7993
1bfdc549
AC
79942002-04-25 Andrew Cagney <ac131313@redhat.com>
7995
7996 * README: Update to GDB 5.2.
7997
1bd316f0
AC
79982002-04-25 Andrew Cagney <ac131313@redhat.com>
7999
8000 * gdbarch.sh (LC_ALL): Set to `c'.
8001
2e5ff58c
TR
80022002-04-25 Theodore A. Roth <troth@verinet.com>
8003
8004 * avr-tdep.c: Ran through gdb_indent.sh.
8005
e33ce519
TR
80062002-04-25 Theodore A. Roth <troth@verinet.com>
8007
8008 * MAINTAINERS: Add myself as AVR maintainer.
8009 * NEWS: Note new target avr.
8010
8818c391
TR
80112002-04-25 Theodore A. Roth <troth@verinet.com>
8012
8013 * Makefile.in: Add support for AVR target.
8014 * configure.tgt: Add support for AVR target.
8015 * avr-tdep.c: New file
8016 * config/avr/avr.mt: New file.
8017
79509c2d
TR
80182002-04-25 Theodore A. Roth <troth@verinet.com>
8019
8020 * MAINTAINERS: Add myself to write-after-approval.
8021
dac8068e
PM
80222002-04-24 Pierre Muller <ics.u-strasbg.fr>
8023
8024 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8025 with fprintf_unfiltered (gdb_stderr,....
8026
25bf3106
PM
80272002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8028
8029 Fix PR gdb/508.
8030 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8031
24467a86
PM
80322002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8033
8034 * p-exp.y: Also use new prev_lexptr variable
8035 to improve error reporting. Based on Michael Snyder
8036 2002-04-24 dated patch to c-exp.y.
8037
95b80706
JT
80382002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8039
8040 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8041 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8042 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8043 to 0.
8044 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8045 and struct value.
8046 (FUNCTION_START_OFFSET): Remove.
8047 (BREAKPOINT): Ditto.
8048
e90cc612
JT
80492002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8050
8051 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8052 * NEWS: Ditto.
8053
6c72f9f9
JT
80542002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8055
8056 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8057 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8058 alpha_linux_pc_in_sigtramp.
8059 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8060 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8061 alpha_osf1_pc_in_sigtramp.
8062 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8063 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8064 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8065 alphafbsd_pc_in_sigtramp.
8066 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8067 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8068 alphanbsd_pc_in_sigtramp.
8069 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8070 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8071
5e4f3379
JT
80722002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8073
8074 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8075
da8ca43d
JT
80762002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8077
8078 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8079 alphanbsd-tdep.c.
8080 (alphanbsd-nat.o): New dependency list.
8081 (alphanbsd-tdep.o): Ditto.
8082 * NEWS: Note new native NetBSD/alpha configuration.
8083 * alphanbsd-nat.c: New file.
8084 * alphanbsd-tdep.c: Ditto.
8085 * configure.host (alpha*-*-netbsd*): New host.
8086 * configure.tgt (alpha*-*-netbsd*): New target.
8087 * config/alpha/nbsd.mh: New file.
8088 * config/alpha/nbsd.mt: Ditto.
8089 * config/alpha/nm-nbsd.h: Ditto.
8090 * config/alpha/tm-nbsd.h: Ditto.
8091
36a6271d
JT
80922002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8093
8094 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8095 (alpha-osf1-tdep.o): New dependency list.
8096 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8097 and skip_sigtramp_frame members.
8098 * alpha-linux-tdep.c: Include gdbcore.h.
8099 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8100 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8101 * alpha-osf1-tdep.c: New file.
8102 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8103 alpha-osf1-dep.c.
8104 (alpha_frame_past_sigtramp_frame): New function.
8105 (alpha_dynamic_sigtramp_offset): Ditto.
8106 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8107 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8108 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8109 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8110 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8111 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8112 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8113 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8114 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8115 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8116 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8117 to find_solib_trampoline_target.
8118 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8119 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8120 (SKIP_TRAMPOLINE_CODE): Remove.
8121 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8122 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8123 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8124 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8125 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8126 (PROC_SIGTRAMP_MAGIC): Ditto.
8127 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8128 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8129 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8130 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8131 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8132
2f4bc57b
JT
81332002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8134
8135 * NEWS: Note that Alpha targets are now multi-arch.
8136
665132f9
MS
81372002-04-24 Michael Snyder <msnyder@redhat.com>
8138
8139 * parser-defs.h (prev_lexptr): New external variable.
8140 * parse.c (parse_exp_1): Set prev_lexptr to null before
8141 calling the language-specific parser.
8142 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8143 (yyerror): Use prev_lexptr in error reporting.
8144
32872fa7
DJ
81452002-04-24 Daniel Jacobowitz <drow@mvista.com>
8146
8147 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8148 * gregset.h: If FILL_FPXREGSET is defined, provide
8149 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8150 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8151 is defined, call fill_fpxregset.
8152
57e76fac
MS
81532002-04-24 Roland McGrath <roland@frob.com>
8154
8155 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8156 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8157 (supply_gregset, supply_fpregset): New functions.
8158
8159 * gnu-nat.c (gnu_find_memory_regions): New function.
8160 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8161 (gnu_xfer_memory): Add a cast.
8162
f43845b3
MS
81632002-04-24 Michael Snyder <msnyder@redhat.com>
8164
361d1df0 8165 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8166 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8167 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8168 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8169 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8170 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8171
a0abec03
AC
8172Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8173
8174 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8175 NUM_PSEUDO_REGS can be used.
8176
d7bd68ca
AC
81772002-04-24 Andrew Cagney <ac131313@redhat.com>
8178
8179 * arch-utils.h: Update copyright.
8180
8181 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8182 * gdbarch.h, gdbarch.c: Re-generate.
8183
8184 * inferior.h (IN_SIGTRAMP): Delete definition.
8185 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8186 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8187
8188 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8189 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8190 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8191 (find_proc_framesize): Ditto.
8192 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8193 (alpha_init_extra_frame_info): Ditto.
8194 * infrun.c (handle_inferior_event): Ditto.
8195 (handle_inferior_event): Ditto.
8196 (check_sigtramp2): Ditto.
8197 * blockframe.c (create_new_frame): Ditto.
8198 (get_prev_frame): Ditto.
8199 * ppc-linux-tdep.c: Update comments.
8200 * i386-linux-tdep.c: Update comments.
8201 * breakpoint.c (bpstat_what): Update comment.
8202
4867e41e
DM
82032002-04-24 David S. Miller <davem@redhat.com>
8204
21d83aa5
DM
8205 * i960-tdep.c (register_in_window_p): New function.
8206 (i960_find_saved_register): Use it instead of
8207 REGISTER_IN_WINDOW_P.
8208 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8209
4867e41e
DM
8210 * symtab.h (find_stab_function_addr): Kill extern.
8211 * minsyms.c (find_stab_function_addr): Remove from here...
8212 * dbxread.c: ... to here, and mark it static.
8213
69cdf6a2
DM
82142002-04-20 David S. Miller <davem@redhat.com>
8215
8216 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8217 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8218
5a595886
DM
82192002-04-21 David S. Miller <davem@redhat.com>
8220
8221 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8222 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8223 (vx_write_register): Likewise.
8224
1da1a192
JB
82252002-04-23 J. Brobecker <brobecker@gnat.com>
8226
8227 * source.c (is_regular_file): New function.
8228 (openp): Check wether file to open is a regular file
8229 to avoid opening directories.
8230
baa6f10b
JT
82312002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8232
8233 * findvar.c (extract_signed_integer): Cast printf argument
8234 to suppress format warning.
8235 (extract_unsigned_integer): Likewise.
8236 * infcmd.c (registers_info): Likewise.
8237 * top.c (get_prompt_1): Likewise.
8238 * valops.c (value_assign): Likewise.
8239 * valprint.c (print_decimal): Likewise.
8240
b2c4da81
L
82412002-04-22 H.J. Lu (hjl@gnu.org)
8242
8243 * c-exp.y (typebase): Support
361d1df0 8244
b2c4da81
L
8245 [long|long long|short] [signed|unsigned] [int|]
8246
8247 and
8248
8249 signed [long|long long|short] int
8250
f267bd6a
JT
82512002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8252
8253 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8254 and vax-tdep.h.
8255 * vax-tdep.h: New file.
8256 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8257 Make several routines static.
8258 (vax_get_saved_register): New function.
8259 (vax_gdbarch_init): New function.
8260 (_initialize_vax_tdep): Register vax_gdbarch_init.
8261 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8262 Remove macros now under the control of gdbarch.
8263
da3c6d4a
MS
82642002-04-22 Michael Snyder <msnyder@redhat.com>
8265
11d3b27d
MS
8266 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8267 Some whitespace and coding standards tweaks.
da3c6d4a 8268
a33f7558
JT
82692002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8270
8271 * vax-tdep.c: Include regcache.h.
8272 (vax_call_dummy_words): New.
8273 (sizeof_vax_call_dummy_words): New.
8274 (vax_fix_call_dummy): New function.
8275 (vax_saved_pc_after_call): Ditto.
8276 * config/vax/tm-vax.h: Don't include regcache.h.
8277 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8278 (CALL_DUMMY): Remove.
8279 (CALL_DUMMY_WORDS): Define.
8280 (SIZEOF_CALL_DUMMY_WORDS): Define.
8281 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8282
47a73475
MS
82832002-04-18 Michael Snyder <msnyder@redhat.com>
8284
8285 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8286
52efde73
JT
82872002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8288
8289 * vax-tdep.c (vax_frame_chain): New function.
8290 (vax_push_dummy_frame): Ditto.
8291 (vax_pop_frame): Ditto.
8292 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8293 (FRAMELESS_FUNCTION_INVOCATION): Use
8294 generic_frameless_function_invocation_not.
8295 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8296 (POP_FRAME): Use vax_pop_frame.
8297
ea74468c
JT
82982002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8299
8300 * vax-tdep.c (vax_store_struct_return): New function.
8301 (vax_extract_return_value): Ditto.
8302 (vax_store_return_value): Ditto.
8303 (vax_extract_struct_value_address): Ditto.
8304 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8305 vax_store_struct_return.
8306 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8307 (STORE_RETURN_VALUE): Use vax_store_return_value.
8308 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8309
5516aa92
JT
83102002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8311
8312 * vax-tdep.c (vax_frame_saved_pc): New function.
8313 (vax_frame_args_address_correct): Ditto.
8314 (vax_frame_args_address): Ditto.
8315 (vax_frame_locals_address): Ditto.
8316 (vax_frame_num_args): Move code to be in proximity to
8317 other frame-related functions.
8318 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8319 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8320 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8321 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8322 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8323
36af0b35
L
83242002-04-22 H.J. Lu (hjl@gnu.org)
8325
8326 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8327 includedir.
8328
ab62c900
JT
83292002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8330
8331 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8332 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8333 (FRAME_INIT_SAVED_REGS): New macro.
8334
7232b100
JT
83352002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8336
8337 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8338
b70d2aee
JT
83392002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8340
8341 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8342 where needed.
8343 (fetch_osf_core_registers): Likewise.
8344 (supply_gregset): Likewise.
8345
a0e8a2d1 83462002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8347
a0e8a2d1
JB
8348 * symfile.h (get_section_index): Define.
8349 * symfile.c (get_section_index): New function.
8350 * mdebugread.c (SC_IS_SBSS): New macro.
8351 (SC_IS_BSS): Return true for the scBss storage class only, as
8352 the scSBss storage class refers to the .sbss section.
8353 (parse_partial_symbols): Discard the symbols which associated
8354 section does not exist.
8355 Make sure to use the .sbss section index for symbols which
8356 storage class is scBss, rather than using the .bss section index.
8357
51eb8b08
JT
83582002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8359
8360 * vax-tdep.c: Update copyright years.
8361 (vax_register_name): New function.
8362 (vax_register_byte): Ditto.
8363 (vax_register_raw_size): Ditto.
8364 (vax_register_virtual_size): Ditto.
8365 (vax_register_virtual_type): Ditto.
8366 * config/vax/tm-vax.h: Update copyright years.
8367 (REGISTER_NAMES): Remove.
8368 (REGISTER_NAME): Define.
8369 (REGISTER_BYTE): Use vax_register_byte.
8370 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8371 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8372 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8373
6cc1c0a8
AC
83742002-04-21 Andrew Cagney <ac131313@redhat.com>
8375
8376 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8377 declaration
8378 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8379
9319a2fe
DM
83802002-04-21 David S. Miller <davem@redhat.com>
8381
8382 * arch-utils.c (generic_prologue_frameless_p): Kill
8383 SKIP_PROLOGUE_FRAMELESS_P code.
8384 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8385 references.
8386 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8387 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8388 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8389 references.
8390 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8391 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8392 (sparc_gdbarch_init): Pass it to
8393 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8394
e9ed6d01
JT
83952002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8396
8397 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8398 (alphabsd-nat.o): New dependency list.
8399
36012033
JT
84002002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8401
8402 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8403 alphafbsd-tdep.c.
8404 (alpha-linux-tdep.o): New dependency list.
8405 (alphafbsd-tdep.o): Likewise.
8406
3379287a
JT
84072002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8408
8409 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8410 to here...
8411 * alpha-tdep.c: ...from here.
8412 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8413
4bcbd6cb
JT
84142002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8415
8416 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8417 prototype from here...
8418 * alpha-tdep.h: ...to here.
8419
b31da25e
AC
84202002-04-21 Andrew Cagney <ac131313@redhat.com>
8421
8422 * frame.h (selected_frame_level): Document as deprecated.
8423 (frame_relative_level): Declare.
8424 * stack.c (frame_relative_level): New function.
8425 (selected_frame_level): Document as deprecated.
8426 (select_frame): Do not set the selected_frame_level.
8427
8428 * stack.c (frame_info, record_selected_frame): Update.
8429 (frame_command, current_frame_command): Update.
8430 (up_silently_base, up_command, down_silently_base): Update.
8431 (down_command): Update.
8432 * inflow.c (kill_command): Update.
8433 * tracepoint.c (finish_tfind_command): Update.
8434 * corelow.c (core_open): Update.
8435 * thread.c (info_threads_command): Update.
8436 (do_captured_thread_select): Update.
8437 * infcmd.c (finish_command): Update.
8438 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8439
9c1d6fe5
JT
84402002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8441
8442 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8443
ab89facf
AC
84442002-04-21 Andrew Cagney <ac131313@redhat.com>
8445
8446 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8447 type const.
8448
82a4efa1
JT
84492002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8450
8451 * alphafbsd-tdep.c: Update copyright years. Include
8452 alpha-tdep.h.
8453 (alphafbsd_use_struct_convention): Make static.
8454 (alphafbsd_init_abi): New function.
8455 (_initialize_alphafbsd_tdep): New function.
8456 * config/alpha/tm-fbsd.h: Update copyright years.
8457 (USE_STRUCT_CONVENTION): Remove.
8458
44dffaac
JT
84592002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8460
8461 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8462 an Alpha ABI variant.
8463 (alpha_abi_handler_list): Declare.
8464 (alpha_gdbarch_register_os_abi): New function.
8465 (alpha_gdbarch_init): Give registered ABI variant handlers a
8466 chance to tweak the gdbarch once we have set up defaults.
8467 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8468
65585be4
JT
84692002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8470
8471 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8472 to standard_coerce_float_to_double.
8473 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8474
d9b023cc
JT
84752002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8476
8477 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8478 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8479 from gdbarch_tdep rather than a constant.
8480 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8481 the default text address for all Alpha Unix ABIs.
8482 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8483 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8484
dc129d82
JT
84852002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8486
8487 * alpha-tdep.h: New file. Includes several Alpha target constants
8488 taken from...
8489 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8490 let gdbarch deal with.
8491 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8492 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8493 to dependency list.
8494 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8495 Alpha target register names.
8496 * alphabsd-nat.c: Likewise.
8497 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8498 Alpha target register names. Make serveral routines static.
8499 (alpha_get_saved_register): New function.
8500 (alpha_abi_names): New.
8501 (process_note_abi_tag_sections): New function.
8502 (get_elfosabi): New function.
8503 (alpha_gdbarch_init): New function.
8504 (alpha_dump_tdep): New function.
8505 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8506
d49d1e0a
AC
85072002-04-21 Andrew Cagney <ac131313@redhat.com>
8508
8509 * frame.c (find_saved_register): Delete #ifdef
8510 HAVE_REGISTER_WINDOWS code.
8511 * config/sparc/tm-sparc.h: Update comments.
8512 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8513
92e8c9ed
AC
85142002-04-21 Andrew Cagney <ac131313@redhat.com>
8515
8516 * i960-tdep.c (i960_find_saved_register): New function.
8517 (i960_get_saved_register): New function.
8518 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8519 (i960_get_saved_register): Declare.
8520 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8521
e1925118
DM
85222002-04-20 David S. Miller <davem@redhat.com>
8523
8524 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8525
29673b29
AC
85262002-04-20 Andrew Cagney <ac131313@redhat.com>
8527
8528 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8529 instead of NUM_PSEUDO_REGS.
8530
6c86dcd5
DM
85312002-04-20 David S. Miller <davem@redhat.com>
8532
8533 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8534 GDB_MULTI_ARCH_PARTIAL
8535 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8536 define, let tm-sp64.h do it.
8537
aa40ec90
JT
85382002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8539
8540 * frame.c (find_saved_register): Avoid a NULL pointer
8541 dereference and actually walk the frame list.
8542
0f79675b
AC
85432002-04-20 Andrew Cagney <ac131313@redhat.com>
8544
8545 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8546 sorted in most most-recent-used order. Document.
8547 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8548
f91305dd 85492002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
8550
8551 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8552 instead of ->prev.
8553 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8554 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8555 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8556 instead of ->prev.
8557
73d322b1
EZ
85582002-04-19 Elena Zannoni <ezannoni@redhat.com>
8559
8560 Fix PR gdb/471.
8561 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8562 (build_builtin_type_vec128): Ditto.
8563 (append_composite_type_field): Fix calculation of type length in
8564 union case.
8565
ccd9a834
EZ
85662002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8567
8568 * config/djgpp/README: Update.
8569
8570 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8571 compiler warnings.
8572
a57f9e49
JT
85732002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8574
8575 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8576 (alpha_setup_arbitrary_frame): ...to this.
8577 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8578 for alpha_setup_arbitrary_frame.
8579
f4f9705a
AC
85802002-04-18 Andrew Cagney <cagney@redhat.com>
8581
8582 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8583 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8584
f4f9705a
AC
8585 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8586 * target.h (memory_breakpoint_from_pc): Update declaration.
8587 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8588
8589 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8590 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8591 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8592 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8593 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8594 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8595 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8596 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8597 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8598 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8599 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8600 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8601
8602 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8603 const pointer.
8604 * monitor.c (monitor_insert_breakpoint): Ditto.
8605 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8606
8607 * config/mcore/tm-mcore.h: Update copyright.
8608 * mem-break.c: Ditto.
8609 * xstormy16-tdep.c: Ditto.
8610
29f319b8
PM
86112002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8612
8613 * p-exp.y: Add precedence rule for '^' token.
8614 This removes the shift/reduce conflicts.
8615 Remove the comment concerning these shift/reduce conflicts.
8616
ebeac11a
EZ
86172002-04-18 Elena Zannoni <ezannoni@redhat.com>
8618
8619 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8620 (registers_powerpc_nofp): New register set for processors
8621 without floating point unit.
8622
27c31547
DM
86232002-04-18 David S. Miller <davem@redhat.com>
8624
8625 * MAINTAINERS: Add myself to write-after-approval.
8626
47a73475
MS
86272002-04-17 Michael Snyder <msnyder@redhat.com>
8628
8629 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8630
953836b2
AC
86312002-04-17 Andrew Cagney <ac131313@redhat.com>
8632
8633 * rs6000-tdep.c (frame_initial_stack_address): Use
8634 frame_register_read to read the alloca_reg.
8635
8b0d4340
AC
86362002-04-17 Andrew Cagney <ac131313@redhat.com>
8637
8638 * frame.c (find_saved_register): Find saved registers in the next
8639 not prev frame.
8640 Fix PR gdb/365.
8641
d8864532
AC
86422002-04-17 Andrew Cagney <ac131313@redhat.com>
8643
8644 * gdbarch.sh (LANG): Set to ``c''.
8645
36cc83a3 86462002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 8647
36cc83a3 8648 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 8649
2f4150cc 86502002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
8651
8652 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8653 Update copyright.
8654
628703c6 8655 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 8656 Also fix PR gdb/391.
361d1df0 8657
56157b4a
AC
86582002-04-14 Andrew Cagney <ac131313@redhat.com>
8659
8660 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8661 * aclocal.m4, configure: Re-generate.
8662 Fix PR gdb/391.
361d1df0 8663
6d1e3329
EZ
86642002-04-14 Elena Zannoni <ezannoni@redhat.com>
8665
8666 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8667 instead of tm_print_insn.
8668
cb06fa07
EZ
86692002-04-14 Elena Zannoni <ezannoni@redhat.com>
8670
8671 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8672
f208ba17
AC
86732002-04-14 Andrew Cagney <ac131313@redhat.com>
8674
8675 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8676 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8677 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8678
20f01a46
DH
86792002-04-12 Don Howard <dhoward@redhat.com>
8680
8681 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8682 max_user_call_depth.
8683 (init_cmd_lists): Initialize the new value;
8684 * cli/cli-script.c (execute_user_command): Limit the call depth of
8685 user defined commands. This avoids a core-dump when user commands
8686 are infinitly recursive.
8687
a88376a3
KB
86882002-04-12 Kevin Buettner <kevinb@redhat.com>
8689
8690 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8691 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8692 from tdep struct instead of DEFAULT_LR_SAVE.
8693 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8694 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8695 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8696
f2172603
MS
86972002-04-12 Michael Snyder <msnyder@redhat.com>
8698
694f61fb 8699 * Remote.c: Spelling fix.
20fe79c8
MS
8700 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8701 If no symbol found for "sbrk", try "_sbrk".
8702 (make_output_phdrs): Use bfd_section_name.
8703 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8704 * eval.c: Indentation fix-ups.
169a7369
MS
8705 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8706 in case it gets applied to an address that is already
8707 in the instruction space.
de74f71f
MS
8708 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8709 * symfile.c: Fix indentation, long lines.
f2172603
MS
8710 * source.c: White space fix-up.
8711
cda5a58a
AC
87122002-04-12 Andrew Cagney <cagney@redhat.com>
8713
8714 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8715 * frame.c (frame_register_read): New function. Return non-zero on
8716 success.
8717 (read_relative_register_raw_bytes_for_frame): Delete.
8718 (read_relative_register_raw_bytes): Delete.
8719 * frame.h (frame_register_read): Declare.
8720 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8721 * sh-tdep.c: Ditto.
8722 * infcmd.c (do_registers_info): Ditto.
8723 * hppa-tdep.c: Ditto.
8724 * rs6000-tdep.c: Ditto.
8725 * h8500-tdep.c: Ditto.
8726 * mips-tdep.c: Ditto.
8727 * h8300-tdep.c: Ditto.
8728 * z8k-tdep.c: Ditto.
8729
2ea5f656
KB
87302002-04-12 Kevin Buettner <kevinb@redhat.com>
8731
8732 From Jimi X <jimix@watson.ibm.com>:
8733 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8734 64-bit SysV ABI.
8735
27b15785
KB
87362002-04-12 Kevin Buettner <kevinb@redhat.com>
8737
8738 From Jimi X <jimix@watson.ibm.com>:
8739 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8740 bfd info.
8741
5d57ee30
KB
87422002-04-12 Kevin Buettner <kevinb@redhat.com>
8743
8744 From Jimi X <jimix@watson.ibm.com>:
8745 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8746 register sets for these processor variants.
8747
bc1e36ca
DJ
87482002-04-11 Daniel Jacobowitz <drow@mvista.com>
8749
bc1e36ca
DJ
8750 * regformats/reg-ppc.dat: Support FPSCR.
8751
e3f36dbd
KB
87522002-04-11 Kevin Buettner <kevinb@redhat.com>
8753
8754 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8755 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8756 Add fpscr as an invalid/unfetchable register.
8757 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8758 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8759 (fill_fpregset): Add support for register fpscr.
8760 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8761 (fill_gregset): Account for the fact that register ``mq'' might
8762 not exist.
8763 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8764 (registers_power): Add fpscr to register set at slot 71.
8765 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8766 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8767
943c9c25
MS
87682002-04-11 Michael Snyder <msnyder@redhat.com>
8769
8770 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8771 * configure: Regenerate.
8772 * config.in: Regenerate.
8773 * acconfig.h: Add define for _SYSCALL32.
8774 * core-sol2.c: Remove #define _SYSCALL32.
8775 * solib-legacy.c: Remove #define _SYSCALL32.
8776
d8c0a2e7
AC
87772002-04-10 Andrew Cagney <ac131313@redhat.com>
8778
8779 * stack.c (select_frame): Cleanup internal error message, do not
8780 use %p.
8781
7cc19214
AC
87822002-04-10 Andrew Cagney <ac131313@redhat.com>
8783
8784 * stack.c (select_frame): Check that selected_frame and the
8785 specified level are as expected.
8786 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8787 Update copyright.
8788 * frame.h (struct frame_info): Add field `level'. Update
8789 copyright.
8790 Work-in-progress PR gdb/464.
8791
67a2b77e
AC
87922002-04-10 Andrew Cagney <ac131313@redhat.com>
8793
8794 * maint.c (maint_print_section_info): Rename print_section_info.
8795 (print_bfd_section_info, print_objfile_section_info): Update.
8796 * inferior.h (struct gdbarch): Add opaque declaration.
8797 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8798 * gdbarch.h: Regenerate.
8799
8cfda98c
ML
88002002-04-10 Michal Ludvig <mludvig@suse.cz>
8801
8802 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8803 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8804 (kernel_u_size): Added.
8805 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8806 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8807
ca439ad2 88082002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8809
ca439ad2
JI
8810 * valarith.c (find_size_for_pointer_math): New function, either returns
8811 the size for a pointer's target, returns 1 for void *, or errors for
8812 incomplete types.
8813 (value_add, value_sub): use find_size_for_pointer_math.
8814
2f2893d9
DJ
88152002-04-09 Daniel Jacobowitz <drow@mvista.com>
8816
8817 * linux-low.c (linux_look_up_symbols): New hook.
8818 (linux_target_ops): Add linux_look_up_symbols.
8819 * remote-utils.c (decode_address): New function.
8820 (look_up_one_symbol): New function.
8821 * server.c (handle_query): Call target look_up_symbols hook.
8822 * server.h (look_up_one_symbol): Add prototype.
8823 * target.h (struct target_ops): Add look_up_symbols hook.
8824
96cb11df
AC
88252002-04-09 Andrew Cagney <ac131313@redhat.com>
8826
8827 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8828 override FP_REGNUM with frame->fp. Update copyright.
8829 * parse.c (num_std_regs, std_regs): Delete.
8830 (target_map_name_to_register): Do not search std_regs. Update
8831 function description.
8832 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8833 declarations. Update copyright.
8834 Fix PR gdb/251.
361d1df0 8835
97658e92
DJ
88362002-04-09 Daniel Jacobowitz <drow@mvista.com>
8837
8838 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8839 after the last symbol in a block.
8840
6044e3eb
PM
88412002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8842
8843 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8844 is non zero as a found symbol.
8845
0406ec40
AC
88462002-04-08 Andrew Cagney <ac131313@redhat.com>
8847
8848 * findvar.c: Include "builtin-regs.h".
8849 (value_of_register): Call value_of_builtin_reg when applicable.
8850 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8851 (target_map_name_to_register): Call
8852 builtin_reg_map_name_to_regnum.
8853 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8854 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8855 (builtin_regs_h): Define.
8856 (builtin-regs.o): New target.
8857 (findvar.o): Add $(builtin_regs_h).
8858 * builtin-regs.c, builtin-regs.h: New files.
8859 * std-regs.c: New file.
8860 Partial fix for PR gdb/251.
8861
56a6dfb9
KB
88622002-04-08 Kevin Buettner <kevinb@redhat.com>
8863
8864 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8865 it's no longer required.
8866
3a808432
AC
88672002-04-08 Andrew Cagney <ac131313@redhat.com>
8868
8869 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8870
7c40d541
KB
88712002-04-08 Kevin Buettner <kevinb@redhat.com>
8872
8873 From Jimi X <jimix@watson.ibm.com>:
8874 * rs6000-tdep.c (rs6000_software_single_step): Use
8875 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8876 and size. Use target_insert_breakpoint() and
8877 target_remove_breakpoint() to insert and remove breakpoints
8878 instead of explicit memory reads and writes.
8879
cc9836a8
KB
88802002-04-08 Kevin Buettner <kevinb@redhat.com>
8881
8882 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8883 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8884 ELF_OBJECT_FORMAT ifdef.
8885
7495d1dc
KB
88862002-04-08 Kevin Buettner <kevinb@redhat.com>
8887
8888 From Jimi X <jimix@watson.ibm.com>:
8889 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8890
4288e836
KB
88912002-04-08 Kevin Buettner <kevinb@redhat.com>
8892
8893 From Jimi X <jimix@watson.ibm.com>:
8894 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8895 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8896
a4e4e501
MK
88972002-04-07 Mark Kettenis <kettenis@gnu.org>
8898
8899 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8900 s/asprintf/xasprintf/.
8901 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8902
006defba
AC
89032002-04-07 Andrew Cagney <ac131313@redhat.com>
8904
8905 I believe Jeff Law denies responsability for this one:
8906 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8907 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8908 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8909 Work-around for PR gdb/366.
8910
7aa83cac
EZ
89112002-04-07 Elena Zannoni <ezannoni@redhat.com>
8912
8913 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8914 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8915 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8916
cf1fcca1
EZ
89172002-04-07 Elena Zannoni <ezannoni@redhat.com>
8918
8919 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8920 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8921 information.
8922
3f289e6f
AC
89232002-04-07 Andrew Cagney <ac131313@redhat.com>
8924
8925 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8926 maintainer.
8927
129188f6
AC
89282002-04-07 Andrew Cagney <ac131313@redhat.com>
8929
8930 * README (Reporting Bugs in GDB): Document the bug web page as the
8931 prefered way of submitting bugs.
8932 Fix PR gdb/402.
8933
1200cd6e
AC
89342002-04-06 Andrew Cagney <ac131313@redhat.com>
8935
8936 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8937 -1. Update comment.
8938 * gdbarch.h, gdbarch.c: Re-generate.
8939
2853c33c
AS
89402002-04-07 Andreas Schwab <schwab@suse.de>
8941
8942 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8943 buffer to regcache_collect.
8944
c2169756
AC
89452002-04-06 Andrew Cagney <ac131313@redhat.com>
8946
8947 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8948 * gdbarch.c, gdbarch.h: Re-generate.
8949
25f1b008
AC
89502002-04-06 Andrew Cagney <ac131313@redhat.com>
8951
8952 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8953 declaration. Fix -Werror.
8954
59263426
DJ
89552002-04-05 Daniel Jacobowitz <drow@mvista.com>
8956
8957 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8958 * gdbarch.c: Regenerate.
8959
f5db4da3
MS
89602002-04-05 Michael Snyder <msnyder@redhat.com>
8961
80f8a6eb
MS
8962 * breakpoint.c (clear_command): Rewrite middle section to
8963 combine two loops with identical control conditions.
8964 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8965 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8966
ad3dcc5c
L
89672002-04-05 H.J. Lu (hjl@gnu.org)
8968
8969 * solib-svr4.c (bkpt_names): Add "__start".
8970
f32e7a74
AC
89712002-04-04 Andrew Cagney <ac131313@redhat.com>
8972
8973 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8974 as test for 64 bit target.
8975
8227c0ff
AC
89762002-04-05 Andrew Cagney <ac131313@redhat.com>
8977
8978 * h8500-tdep.c (h8500_write_fp): Delete function.
8979 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8980 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8981 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8982 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8983 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8984 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8985 (s390_write_fp):
8986 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8987 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8988 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8989 (d10v_write_fp): Delete function.
8990 * inferior.h (write_fp, generic_target_write_fp): Delete
8991 declarations.
8992 * regcache.c (generic_target_write_fp): Delete function.
8993 (write_fp): Delete function.
8994 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8995 * gdbarch.h, gdbarch.c: Regenerate.
8996 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8997 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8998 (sparc64_write_fp): Delete declaration.
8999 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9000 (h8500_write_fp): Delete declaration.
9001
2757dd86
AC
90022002-04-04 Andrew Cagney <ac131313@redhat.com>
9003
9004 * sparc-tdep.c (sparc64_write_fp): Delete.
9005 (sparc_push_dummy_frame): Replace write_fp call with code to store
9006 the FP directly.
9007 (sparc_gdbarch_init): Do not initialize write_fp.
9008
c69255e1
KB
90092002-04-05 Kevin Buettner <kevinb@redhat.com>
9010
9011 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9012 clause.
9013
ae767bfb
JB
90142002-03-29 Jim Blandy <jimb@redhat.com>
9015
9016 * stack.c (get_selected_block): Add new argument `addr_in_block',
9017 used to return the exact code address we used to select the block,
9018 not just the block.
9019 * blockframe.c (get_frame_block, get_current_block): Same.
9020 * frame.h (get_frame_block, get_current_block,
9021 get_selected_block): Update declarations.
9022 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9023 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9024
84d2ac95
MS
90252002-04-05 Michael Snyder <msnyder@redhat.com>
9026
9027 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9028 warning message.
9029
596aa3bf
JB
90302002-04-05 J. Brobecker <brobecker@gnat.com>
9031
9032 * utils.c (xfullpath): New function.
9033 * defs.h (xfullpath): Add declaration.
9034 * source.c (openp): Use xfullpath in place of gdb_realpath to
9035 avoid resolving the basename part of filenames when the
9036 associated file is a symbolic link. This fixes a potential
9037 inconsistency between the filenames known to GDB and the
9038 filenames it prints in the annotations.
9039 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9040 to be able to match a filename with either the real filename, or
9041 the name of any symbolic link to this file.
9042 (lookup_partial_symtab): Ditto.
9043
c02f5703
MS
90442002-04-04 Michael Snyder <msnyder@redhat.com>
9045
9046 * breakpoint.c: Add support for hardware breakpoints in overlays.
9047 (overlay_events_enabled): New state variable.
9048 (insert_breakpoints): Use overlay_events_enabled to decide
9049 whether to attempt to set a breakpoint at the overlay load addr.
9050 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9051 (remove_breakpoint): Use overlay_events_enabled to decide
9052 whether breakpoints need to be removed from overlay load addr.
9053 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9054 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9055 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9056 disable_overlay_breakpoints): Update overlay_events_enabled.
9057
5fb290d7
DJ
90582002-04-04 Daniel Jacobowitz <drow@mvista.com>
9059
9060 * dwarf2read.c (struct function_range): New.
9061 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9062 (check_cu_functions): New.
9063 (read_file_scope): Initialize global function lists.
9064 Call dwarf_decode_line after processing children.
9065 (read_func_scope): Add to global function list.
9066 (dwarf_decode_lines): Call check_cu_functions everywhere
9067 record_line is called. Call record_line with a linenumber
9068 of 0 to mark sequence ends.
9069
7b3fabf0
ML
90702002-04-04 Michal Ludvig <mludvig@suse.cz>
9071
361d1df0 9072 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9073 change sync with glibc.
9074
bce58c09
JB
90752002-04-03 Jim Blandy <jimb@redhat.com>
9076
9077 * configure.in: Call AC_C_INLINE.
9078 * configure: Regenerated.
361d1df0 9079
2fccf04a
DJ
90802002-04-01 Daniel Jacobowitz <drow@mvista.com>
9081
9082 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9083 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9084
2d1bfe2e
MK
90852002-03-31 Mark Kettenis <kettenis@gnu.org>
9086
a5941fbf
MK
9087 * NEWS: Mention gcore support on FreeBSD/i386.
9088
a90cd31d
MK
9089 * fbsd-proc.c: New file.
9090 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9091 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9092
2d1bfe2e
MK
9093 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9094 while statement.
9095
9eb6e5a1
JB
90962002-03-29 Jim Blandy <jimb@redhat.com>
9097
9098 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9099 unescaped newlines in string literals, but newer ones don't. So
9100 escape them.
9101
f02df580
MS
91022002-03-26 Michael Snyder <msnyder@redhat.com>
9103 Andrew Cagney <cagney@redhat.com>
9104
361d1df0 9105 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9106 restore file to memory.
9107 * cli/cli-dump.h: New file.
9108 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9109 * NEWS: Mention new commands.
f02df580 9110
109f874e
MS
91112002-03-28 Michael Snyder <msnyder@redhat.com>
9112
9113 * symfile.c (symbol_file_add): Move test for null symbols to later.
9114
520f6ade
AC
91152002-03-27 Andrew Cagney <ac131313@redhat.com>
9116
9117 From veksler at il.ibm.com:
9118 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9119 the xstrduped original path.
9120 Fix PR gdb/417.
9121
d4654627
MS
91222002-03-27 Michael Snyder <msnyder@redhat.com>
9123
9124 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9125 * infcmd.c (_initialize_infcmd): Ditto.
9126 * language.c (_initialize_language): Ditto.
9127 * symfile.c (_initialize_symfile): Ditto.
9128 * top.c (_init_main): Ditto.
9129 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9130
6be8bc0c
EZ
91312002-03-27 Elena Zannoni <ezannoni@redhat.com>
9132
9133 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9134 vector registers handling.
9135 (skip_prologue): Handle new AltiVec instructions. Fill in new
9136 fields of frame data.
9137 (frame_get_saved_regs): Fill in information for AltiVec registers.
9138
12af6855
JB
91392002-03-27 Jim Blandy <jimb@redhat.com>
9140
9141 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9142 a function; leave this macro here to invoke that function.
9143 (symbol_init_mangled_name): Declaration for that function.
9144 * symtab.c (symbol_init_mangled_name): New function.
9145
dc672865
AC
91462002-03-27 Andrew Cagney <ac131313@redhat.com>
9147
9148 * valarith.c: Replace strerror with safe_strerror.
9149 * tracepoint.c: Ditto.
9150 * lin-lwp.c: Ditto.
9151 * go32-nat.c: Ditto.
9152 * inflow.c: Ditto.
9153 * gnu-nat.c: Ditto.
9154
d96429cd
AS
91552002-03-27 Andreas Schwab <schwab@suse.de>
9156
9157 * event-top.c (command_line_handler): Remove useless if.
9158
7e336ba1
AJ
91592002-03-27 Andreas Jaeger <aj@suse.de>
9160
9161 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9162 comment.
9163
de220d0f
ML
91642002-03-27 Michal Ludvig <mludvig@suse.cz>
9165
9166 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9167 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9168 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9169 (x86_64_linux_dr_get_status, supply_gregset),
9170 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9171 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9172 (x86_64_register_info_table): Add.
9173 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9174 (x86_64_register_raw_size, x86_64_register_virtual_type),
9175 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9176 general x86_64_register_info_table.
9177 (i386_gdbarch_init): gdbarch_register_bytes is now set
9178 dynamicaly during initialization.
9179 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9180 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9181
0e98d0a7
DJ
91822002-03-27 Daniel Jacobowitz <drow@mvista.com>
9183
9184 * gdbserver/server.c (main): Call target_signal_to_host_p
9185 and target_signal_to_host on signals received from the remote.
9186 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9187 target_signal_from_host on signals sent to the remote.
9188 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9189 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9190
3130066b
DJ
91912002-03-27 Daniel Jacobowitz <drow@mvista.com>
9192
9193 * signals/signals.c: Include "server.h" in gdbserver build.
9194 (target_signal_from_name): Don't use STREQ.
9195 (_initialize_signals): Likewise. Don't include function in
9196 gdbserver build.
9197
9aedf4f4
DJ
91982002-03-27 Daniel Jacobowitz <drow@mvista.com>
9199
9200 * signals.c: Moved to...
9201 * signals/signals.c: Here.
7e336ba1 9202 * Makefile (signals.o): Update.
9aedf4f4 9203
3fa41cdb
JL
92042002-03-26 Jeff Law (law@redhat.com)
9205
9206 * somread.c (som_symtab_read): Remove some commented out code and
9207 updated related comments. Do not set the minimal symbol table to
9208 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9209 in a dynamic executable.
9210 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9211 where we are unable to find the minimal symbol for the given
9212 PC value.
9213
ee677e8d
MS
92142002-03-25 Jeff Law (law@redhat.com)
9215
9216 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9217
e76e1718
ML
92182002-03-25 Michal Ludvig <mludvig@suse.cz>
9219
9220 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9221
18a642a1
AC
92222002-03-23 Andrew Cagney <ac131313@redhat.com>
9223
9224 * command.h: Update copyright.
9225 (struct cmd_list_element): Replace definition with opaque
9226 declaration.
9227 (enum cmd_types): Document that it will eventually be moved to
9228 cli/cli-decode.h
9229 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9230 (MALLOCED_REPLACEMENT): Delete macro.
9231 * Makefile.in (cli_decode_h): Add $(command_h).
9232 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9233 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9234 * completer.c: Include "cli/cli-decode.h".
9235 * maint.c: Include "cli/cli-decode.h".
9236 * cli/cli-decode.h: Include "command.h".
9237 (enum command_class): Delete.
9238 (enum cmd_types): Comment out.
9239 (enum cmd_auto_boolean): Delete.
9240 (enum var_types): Delete.
9241
b2875cc0
AC
92422002-03-23 Andrew Cagney <ac131313@redhat.com>
9243
9244 * cli/cli-decode.c: Include "gdb_assert.h".
9245 (add_set_or_show_cmd): New static function.
9246 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9247 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9248 all fields, such as func, from the set command.
9249
3b45974e
AC
92502002-03-23 Andrew Cagney <ac131313@redhat.com>
9251
9252 * MAINTAINERS (sh-elf): Change warning flag to -w.
9253
823ca731
AC
92542002-03-23 Andrew Cagney <cagney@redhat.com>
9255
9256 * defs.h (error): Add printf format attribute.
9257 * thread-db.c (thread_from_lwp): Fix error format string.
9258 * stack.c (parse_frame_specification): Ditto.
9259 * cli/cli-decode.c (undef_cmd_error): Ditto.
9260 * scm-lang.c (scm_lookup_name): Ditto.
9261 * tracepoint.c (trace_error): Ditto.
9262 * remote-utils.c (usage): Ditto.
9263 * remote.c (compare_sections_command): Ditto.
9264 Fix PR gdb/328.
9265
0e101458
AC
92662002-03-22 Andrew Cagney <ac131313@redhat.com>
9267
9268 * gdbtypes.c (append_composite_type_field): New function.
9269 (init_composite_type): New function.
9270 * gdbtypes.h (append_composite_type_field): Declare.
9271 (init_composite_type): Ditto.
9272
8e0662df
EZ
92732002-03-22 Elena Zannoni <ezannoni@redhat.com>
9274
9275 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9276 function.
8e0662df
EZ
9277 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9278 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9279 structure returning convention for SYSV ABI case, but not
9280 for GNU/Linux, FreeBSD, or NetBSD.
9281
3121eff0
DJ
92822002-03-22 Daniel Jacobowitz <drow@mvista.com>
9283
9284 * symtab.h (lookup_block_symbol): Add mangled_name argument
9285 to prototype.
9286
9287 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9288 with new mangled_name argument.
9289 * linespec.c (decode_line_1): Likewise.
9290 * valops (value_of_this): Likewise.
9291 * symtab.c (lookup_transparent_type): Likewise.
9292 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9293 (lookup_symbol): If we are given a mangled name, pass it down
9294 to lookup_symbol_aux.
9295 (lookup_block_symbol): If we are given a mangled name to check
9296 against, only return symbols which match it.
9297
349b409f
CF
92982002-03-22 Christopher Faylor <cgf@redhat.com>
9299
9300 * win32-nat.c (child_create_inferior): Check for proper shell to use
9301 here, in case the user changes it on the fly.
9302 (_initialize_inftarg): Remove shell path considerations.
9303
2a873819
EZ
93042002-03-21 Elena Zannoni <ezannoni@redhat.com>
9305
9306 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9307 for gdbarch_max_register_raw_size and max_register_virtual_size.
9308 Adjust copyright year.
9309
a1b9830c
DJ
93102002-03-21 Daniel Jacobowitz <drow@mvista.com>
9311
9312 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9313 in a function to cover the entire beginning of the function
9314 as well if it does not already.
9315
8b5790f2
TR
93162002-03-21 Tom Rix <trix@redhat.com>
9317
9318 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9319 (rs6000_ptrace64): Renamed from ptrace64.
9320
bdbe5747
MH
93212002-03-20 Martin M. Hunt <hunt@redhat.com>
9322
9323 * gdbserver/remote-utils.c (remote_open): Don't call
9324 getprotobyname, we're all using TCP here so just use
9325 IPPROTO_TCP.
7e336ba1 9326 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9327
93282002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9329
bdbe5747
MH
9330 * regcache.c (_initialize_regcache): No need to call
9331 build_regcache() at this time; it gets called whenever
9332 the gdbarch changes.
9333
7781cd62
DB
93342002-03-20 David O'Brien <obrien@FreeBSD.org>
9335
9336 * sparc-nat.c: Include sys/param.h where possible.
9337
f65ca430
DJ
93382002-03-20 Daniel Jacobowitz <drow@mvista.com>
9339
9340 Fix PR gdb/422.
9341 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9342 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9343 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9344 complex types.
9345 * stabsread.c (rs6000_builtin_type): Likewise.
9346 (read_sun_floating_type): Likewise.
9347
0c867556
PS
93482002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9349
9350 * stabsread.c (read_member_functions): Remove skip code for duplicate
9351 constructor/destructor methods. Use standard parsing for these
9352 methods and just do not chain them to the list of methods after
9353 parsing.
9354
12b9c64f
AO
93552002-03-19 Alexandre Oliva <aoliva@redhat.com>
9356
9357 * coffread.c: Remove redundant static declarations. Replace
9358 occurrences of `PTR' with `void *'.
9359 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9360 * top.h (quit_cover): Likewise.
9361 * defs.h (catch_errors): Likewise.
9362
349c5d5f
AC
93632002-03-18 Andrew Cagney <ac131313@redhat.com>
9364
9365 * defs.h (XMALLOC): Define.
9366 * gdb-events.sh (XMALLOC): Delete macro.
9367 * gdb-events.c, gdb-events.h: Regenerate.
9368 * gdbarch.sh (XMALLOC): Delete macro.
9369 * gdbarch.c: Regenerate.
9370 * serial.c (XMALLOC): Delete macro.
9371 * ui-file.c (XMALLOC): Ditto.
9372 * ser-unix.h (XMALLOC): Ditto.
9373 * sh-tdep.c (XMALLOC): Ditto.
9374 * ui-out.c (XMALLOC): Ditto.
9375 * utils.c (XMALLOC): Ditto.
9376 * i386-tdep.c (XMALLOC): Ditto.
9377 * gdb-events.c (XMALLOC): Ditto.
9378 * d10v-tdep.c (XMALLOC): Ditto.
9379 * cli-out.c (XMALLOC): Ditto.
9380
9381 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9382 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9383 * ui-file.c, ui-out.c: Ditto.
9384
7d0766f3
AC
93852002-03-18 Andrew Cagney <ac131313@redhat.com>
9386
9387 * command.h (struct cmd_list_element): Add field context.
9388 (set_cmd_context, get_cmd_context): Declare.
9389 * cli/cli-decode.h: Ditto.
9390 * cli/cli-decode.c (get_cmd_context): New function.
9391 (set_cmd_context): New function.
9392 (add_cmd): Initialize context.
9393 Part of fixing PR gdb/145 and PR gdb/146.
9394
5913bcb0
AC
93952002-03-17 Andrew Cagney <ac131313@redhat.com>
9396
1868c04e
AC
9397 * cli/cli-decode.c (cmd_type): New function.
9398 * command.h (cmd_type): Declare.
9399 * infrun.c (set_schedlock_func): Call function cmd_type.
9400 * kod.c (kod_set_os): Call cmd_type.
9401 * cris-tdep.c (cris_version_update): Use function cmd_type.
9402 (cris_mode_update, cris_abi_update): Ditto.
9403
5913bcb0
AC
9404 * command.h: (execute_cmd_post_hook): Declare.
9405 (execute_cmd_pre_hook): Declare.
9406 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9407 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9408 functions. Execute pre/post hook while ensuring that afterwords
9409 hook_in is cleared.
9410 * top.c (execute_command): Use execute_cmd_post_hook, and
9411 execute_cmd_pre_hook to execute pre/post commands.
9412 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9413 hook_stop_stub.
9414 (hook_stop_stub): Call execute_cmd_pre_hook.
9415
b51450c9
AC
94162002-03-17 Andrew Cagney <ac131313@redhat.com>
9417
9418 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9419 set'' and this leads to a core dump. Move xstrdup of
9420 operating_system to after check that it is not NULL.
9421
f66c9f11
AC
94222002-03-17 Andrew Cagney <ac131313@redhat.com>
9423
8e694ecf
AC
9424 * kod.c (kod_set_os): Remove unnecessary check that
9425 ``command->type'' is set_cmd.
9426
f66c9f11
AC
9427 * valprint.c (set_input_radix): Use input_radix.
9428 (set_output_radix): Use output_radix.
9429 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9430 isn't reverted.
9431
9d01611c
AC
94322002-03-16 Andrew Cagney <ac131313@redhat.com>
9433
9434 * value.h (struct value): Delete field ``substring_addr''. Change
9435 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
9436 force_core_addr_align and force_pointer_aligh.
9437
9438 * value.h (struct value): Fix typo in above change.
9d01611c 9439
4156bb53
PS
94402002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9441
9442 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9443 to fix internal_error from ``maintenance print architecture''.
9444
0e5e3ea6
PS
94452002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9446
9447 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9448 for gcc versions after gcc-2.8.1.
9449
9b013045
PS
94502002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9451
9452 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9453 for method resolution. Restore adjustment of ``this'' pointer after
9454 calling value_struct_elt, which was accidentally removed during the
9455 HP merge.
9456
376c9600
AC
94572002-03-15 Andrew Cagney <ac131313@redhat.com>
9458
9459 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9460 value_of_register.
9461 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9462 get_saved_register.
9463 * value.h (value_of_register): Update.
9464
a4db0f07
RH
94652002-03-14 Richard Henderson <rth@redhat.com>
9466
9467 * configure.in: Detect declaration for canonicalize_file_name.
9468 * utils.c (canonicalize_file_name): Declare, if needed.
9469 (gdb_realpath): Prefer realpath if available and usable.
9470 * config.in, configure: Rebuild.
9471
96383835
RH
94722002-03-14 Richard Henderson <rth@redhat.com>
9473
9474 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9475 a constant array bound.
9476
9477 * MAINTAINERS: Add myself to write-after-approval.
9478
75245b24
MS
94792002-03-14 Michael Snyder <msnyder@redhat.com>
9480
9481 * symfile.c (syms_from_objfile): Return immediately if no syms.
9482 (symbol_file_add): Return immediately if no syms.
9483 (find_sym_fns): Return immediately if no syms.
9484
e641a1ca
ML
94852002-03-13 Michal Ludvig <mludvig@suse.cz>
9486
9487 * gdbserver/remote-util.c (remote_open): Print remote-side's
9488 IP address when remote debugging over the network.
7e336ba1 9489
df08bfec
DB
94902002-03-12 David O'Brien <obrien@FreeBSD.org>
9491
9492 * config/sparc/fbsd.mh: Fix copyright.
9493 * config/sparc/fbsd.mt: Likewise.
9494
9a57864f
RE
94952002-03-11 Richard Earnshaw <rearnsha@arm.com>
9496
9497 * MAINTAINERS: Fix typo in name of gdb warnings option.
9498 (x86-64): Fix formating so that this can be parsed by awk.
9499
dd7bf85e
DJ
95002002-03-10 Daniel Jacobowitz <drow@mvista.com>
9501
9502 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9503 * defs.h: Include "gdb/signals.h".
9504 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9505
33a0a2ac
ML
95062002-03-10 Michal Ludvig <mludvig@suse.cz>
9507
9508 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 9509 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
9510 from x86-64-tdep.h
9511
dd824b04
DJ
95122002-03-10 Daniel Jacobowitz <drow@mvista.com>
9513 Don Howard <dhoward@redhat.com>
9514
9515 * mips-tdep.c (ST0_FR): Define.
9516 (mips2_fp_compat): New function, temporarily disabled.
9517 (mips_read_fp_register_single): New function.
9518 (mips_read_fp_register_double): New function.
9519 (mips_print_register): Use them.
9520 (do_fp_register_row): Likewise.
9521
6a41ff59
AC
95222002-03-09 Andrew Cagney <ac131313@redhat.com>
9523
9524 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9525 approval''.
9526
4ea09c10
PS
95272002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9528
9529 * stabsread.c (read_member_functions): Fix is_stub test for
9530 static member functions, improve comment.
9531
6ccc741d
RE
95322002-03-07 Richard Earnshaw <rearnsha@arm.com>
9533
9534 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9535 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9536 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9537 commands that set boolean values.
9538 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9539 (arm_rdi_resume): Always initialize PC.
9540 (arm_rdi_open): Don't use rslt as a boolean.
9541 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9542 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9543 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9544 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9545
438013df
AO
95462002-03-06 Alexandre Oliva <aoliva@redhat.com>
9547
9548 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9549 * configure: Rebuilt.
9550
70ed8774
SC
95512002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9552
9553 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9554 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9555
5ba2abeb
AC
95562002-03-06 Andrew Cagney <ac131313@redhat.com>
9557
9558 * cli/cli-decode.c (set_cmd_completer): New function.
9559 * command.h (set_cmd_completer): Declare.
9560 * cli/cli-decode.h (set_cmd_completer): Ditto.
9561
9562 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9563 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9564 * win32-nat.c (_initialize_inftarg): Ditto.
9565 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9566 * proc-api.c (_initialize_proc_api): Ditto.
9567 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9568 * source.c (_initialize_source): Ditto.
9569 * exec.c (_initialize_exec): Ditto.
9570 * solib.c (_initialize_solib): Ditto.
9571 * top.c (init_main): Ditto.
9572 * tracepoint.c (_initialize_tracepoint): Ditto.
9573 * symfile.c (_initialize_symfile): Ditto.
9574 * printcmd.c (_initialize_printcmd): Ditto.
9575 * infcmd.c (_initialize_infcmd): Ditto.
9576 * corefile.c (_initialize_core): Ditto.
9577
f779ca99
AC
95782002-03-05 Andrew Cagney <ac131313@redhat.com>
9579
9580 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9581
01a3934b
AC
95822002-03-05 Andrew Cagney <ac131313@redhat.com>
9583
9584 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9585
37057839
AC
95862002-03-05 Andrew Cagney <ac131313@redhat.com>
9587
9588 * NEWS: Update headings, 5.2 has branched.
9589
c6ecbae5
DJ
95902002-03-04 Daniel Jacobowitz <drow@mvista.com>
9591
9592 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9593 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9594 (register_addr, REGISTER_RAW_SIZE): Likewise.
9595 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9596 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9597
e9f30c21
ML
95982002-03-03 Michal Ludvig <mludvig@suse.cz>
9599
9600 * MAINTAINERS (x86-64): Add myself.
9601 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9602 changed value_ptr -> struct value *
9603
54394ac3
DB
96042002-03-01 David O'Brien <obrien@FreeBSD.org>
9605
9606 * configure.host (sparc64-*-freebsd): Add.
9607 * configure.tgt: Likewise.
9608 * config/sparc/fbsd.mh: New file.
9609 * config/sparc/fbsd.mt: Likewise.
9610 * config/sparc/nm-fbsd.h: Likewise.
9611 * config/sparc/tm-fbsd.h: Likewise.
9612
bfe95955
DJ
96132002-03-01 Daniel Jacobowitz <drow@mvista.com>
9614
9615 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9616 regformats/reg-s390x.dat.
9617
f33c6cbf
AC
96182002-03-01 Andrew Cagney <ac131313@redhat.com>
9619
9620 * utils.c: Add FIXME explaining true/false problem.
9621
5ecaa7dd
AC
96222002-02-28 Andrew Cagney <ac131313@redhat.com>
9623
9624 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9625
2a251cc2
MC
96262002-02-28 Michael Chastain <mec@shout.net>
9627
9628 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9629
6a8031a3 96302002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
9631
9632 * gdbserver/linux-s390-low.c: New file.
9633 * regformats/reg-s390.dat: New file.
9634 * regformats/reg-s390x.dat: New file.
9635 * gdbserver/configure.srv: Add S/390.
9636 * gdbserver/Makefile.in: Add S/390.
9637 * configure.tgt: Enable gdbserver for S/390.
9638
ac469903
EZ
96392002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9640
9641 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9642 first line of the doc string for "info dos", except at the end of
9643 the sentence, since the short help stops at the first period.
9644
985cb1a3
JM
96452002-02-28 Jason Merrill <jason@redhat.com>
9646
9647 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9648
c570663e
FF
96492002-02-27 Fred Fish <fnf@redhat.com>
9650
9651 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9652 comment (dumy -> dummy).
9653
43630227
PS
96542002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9655
9656 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9657
b84911e8
RB
96582002-02-27 Rodney Brown <rbrown64@csc.com.au>
9659
9660 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9661
58caa3dc
DJ
96622002-02-27 Daniel Jacobowitz <drow@mvista.com>
9663
9664 * gdbserver/acconfig.h: New file.
9665 * gdbserver/i387-fp.c: New file.
9666 * gdbserver/i387-fp.h: New file.
9667 * gdbserver/linux-x86-64.c: New file.
9668 * regformats/reg-x86-64.dat: New file.
9669 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9670 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9671 * gdbserver/configure.in: Add support for regsets.
9672 * gdbserver/config.in: Regenerate.
9673 * gdbserver/configure: Regenerate.
9674 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9675 * gdbserver/linux-low.h: New file.
9676 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9677 for regsets.
9678 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9679 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9680 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9681 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9682 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9683 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9684 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9685 "i387-fp.h". Add PTRACE_GETREGS and friends.
9686 * gdbserver/regcache.c (supply_register): New function.
9687 (supply_register_by_name): New function.
9688 (collect_register): New function.
9689 (collect_register_by_name): New function.
9690
93652174
DJ
96912002-02-27 Daniel Jacobowitz <drow@mvista.com>
9692
9693 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9694 (config.status): Add configure.srv dependency.
9695 (server_h): Add config.h dependency.
9696
a02e4a61
DJ
96972002-02-27 Daniel Jacobowitz <drow@mvista.com>
9698
9699 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9700 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9701 * gdbserver/configure.srv: Change i386-*-linux* to use
9702 reg-i386-linux.o.
9703
ce0eebec
AC
97042002-02-26 Andrew Cagney <ac131313@redhat.com>
9705
9706 * x86-64-tdep.c: Re-indent. Update copyright date.
9707
82dbc5f7
AC
97082002-02-26 Andrew Cagney <ac131313@redhat.com>
9709
9710 From Michal Ludvig <mludvig@suse.cz>:
9711 * x86-64-tdep.c (value.h): Delete.
9712 (gdb_assert.h): Include.
9713 (x86_64_register_convert_to_virtual,
9714 x86_64_register_convert_to_raw ): Add check which lets only
9715 floating-point values to be converted.
9716 (value_push): Delete.
9717 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9718 (i386_gdbarch_init): Number of register_bytes fixed.
9719
e4621584
AC
97202002-02-26 Andrew Cagney <ac131313@redhat.com>
9721
9722 * MAINTAINERS: Add x86-64 target.
9723
81a9a963
AC
97242002-02-26 Andrew Cagney <ac131313@redhat.com>
9725
9726 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9727 * osfsolib.c (solib_map_sections): Ditto.
9728 * irix5-nat.c (solib_map_sections): Ditto.
9729 * corelow.c (gdb_check_format): Ditto.
9730 * symfile.c (symfile_bfd_open): Ditto.
9731 * solib.c (solib_map_sections): Ditto.
9732 Fix PR gdb/354.
7e336ba1 9733
0f017ab9
AC
97342002-02-26 Andrew Cagney <ac131313@redhat.com>
9735
9736 * remote.c (_initialize_remote): By default, disable ``e'' and
9737 ``E'' step out-of-range packets.
9738
75738c29
AS
97392002-02-26 Andreas Schwab <schwab@suse.de>
9740
9741 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9742 m68k_linux_frame_saved_pc.
9743 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9744 in_sigtramp.
9745 (SIGCONTEXT_PC_OFFSET): Remove.
9746 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9747 m68k_linux_sigtramp_saved_pc): New functions.
9748 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9749 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9750 (UCONTEXT_PC_OFFSET): Define.
9751 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9752 non-RT and RT signal trampolines.
9753
7e8ed687
RE
97542002-02-26 Richard Earnshaw <rearnsha@arm.com>
9755
9756 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9757 (TARGET_NBPG, STACK_END_ADDR): Delete
9758 (VARIABLES_INSIDE_BLOCK): Delete.
9759
6972bc8b
AC
97602002-02-25 Andrew Cagney <ac131313@redhat.com>
9761
9762 * utils.c (perror_with_name): Make string parameter constant.
9763 (print_sys_errmsg): Ditto.
9764 (query): Ditto.
9765 * defs.h (perror_with_name): Update.
9766 (print_sys_errmsg): Update.
9767 (query): Update.
9768
aa32f823
DJ
97692002-02-25 Daniel Jacobowitz <drow@mvista.com>
9770
9771 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9772 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9773
19caaa45
PS
97742002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9775
9776 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9777 if it already matches the current architecture from the exec file.
9778 Include arch-utils.h for gdbarch_info_init prototype.
9779 * Makefile.in (rs6000-nat.o): Update dependencies.
9780
d951901f
EZ
97812002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9782
9783 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9784 list of exported variables.
9785
7ea81414
DJ
97862002-02-24 Daniel Jacobowitz <drow@mvista.com>
9787
9788 * gdbserver/configure.srv: New file.
9789 * gdbserver/configure.in: Use configure.srv instead
9790 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9791 from it.
9792 * gdbserver/configure: Regenerated.
9793 * gdbserver/terminal.h: New file.
9794 * gdbserver/Makefile.in: Update for configure changes. Remove
9795 more unneeded include paths.
9796
080fe24b
AC
97972002-02-24 Andrew Cagney <ac131313@redhat.com>
9798
9799 From wiz at danbala:
9800 * config/sparc/tm-sp64.h: Fix grammar and typos.
9801 Fix PR gdb/287.
9802
8605d56e
AC
98032002-02-24 Andrew Cagney <ac131313@redhat.com>
9804
9805 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9806 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9807 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9808 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9809 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9810 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9811 * s390-tdep.c: Ditto.
92362027
AC
9812 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9813 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9814 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9815 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9816 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9817 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9818 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9819 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9820 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9821 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9822 Fix PR gdb/378.
7e336ba1 9823
8ed32cc0
AC
98242002-02-23 Andrew Cagney <ac131313@redhat.com>
9825
a3007b6f
AC
9826 * lin-thread.c: Delete file.
9827 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9828 to gdb_proc_service.h.
9829 * configure: Re-generate.
9830
50a9e2f1
AC
9831 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9832 * serial.c (serial_open): Delete check for "ocd".
9833 Fix PR gdb/349.
9834
8b6e7932
AC
9835 * Makefile.in (linux-thread.o): Delete target.
9836 * linux-thread.c: Delete file.
9837
d155c46b
AC
9838 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9839 renamed SH files to be consistent.
9840
8ed32cc0
AC
9841 * symtab.c (sort_search_symbols): Use xfree.
9842
0e18d038
RE
98432002-02-23 Richard Earnshaw <rearnsha@arm.com>
9844
9845 * arm-linux-tdep.c (arm_linux_init_abi): Register
9846 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9847 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9848 definition with undef, since we don't want the sysvr4 definition.
9849 (SKIP_TRAMPOLINE_CODE): Likewise.
9850
27aac7ff
AC
98512002-02-23 Andrew Cagney <ac131313@redhat.com>
9852
9853 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9854
9855 * configure.in: (AC_CHECK_FUNCS) Added test for
9856 canonicalize_file_name Regenerated.
9857 * config.in, configure: Regenerated.
9858 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9859 defined use canonicalize_file_name.
7e336ba1 9860
65a6e0ee
MC
98612002-02-23 Michael Chastain <mec@shout.net>
9862
9863 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9864
47b95330
AC
98652002-02-23 Andrew Cagney <ac131313@redhat.com>
9866
9867 * README: Remove references to cygnus.com.
9868 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9869 dot com'' form. Remove references to cygnus.com and sourceware.
9870
696f451b
AC
98712002-02-23 Andrew Cagney <ac131313@redhat.com>
9872
9873 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9874 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9875 1003.1-2001 no longer allows "head -1".
9876 * gdb/Makefile.in (version.c): Likewise.
9877 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9878 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9879 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9880
bbaca940
AC
98812002-02-23 Andrew Cagney <ac131313@redhat.com>
9882
9883 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9884 * command.h (cmd_cfunc_eq): Declare.
9885 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9886
9887 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9888 ``struct cmd_list_element *''.
9889 * cli/cli-cmds.c (is_complete_command): Update. Use
9890 cmd_cfunc_eq.
9891 * top.c (execute_command): Pass the command to
9892 is_complete_command.
9893 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9894
b8b8b047
AC
98952002-02-23 Andrew Cagney <ac131313@redhat.com>
9896
9897 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9898 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9899 architecture defines.
9900 * s390-tdep.c (s390_gdbarch_init): Likewise.
9901
19d3fc80
RE
99022002-02-23 Richard Earnshaw <rearnsha@arm.com>
9903
9904 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9905 (arm_linux_push_arguments): Likewise.
9906 (arm_linux_init_abi): Register them. Also register linux-specific
9907 call_dummy_words.
9908 (find_minsym_and_objfile): Use strcmp, not STREQ.
9909 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9910 (arm_linux_call_dummy_words): Delete declaration.
9911 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9912 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9913 declarations.
9914 (LOWEST_PC): Delete.
9915
3ab13650
PS
99162002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9917
9918 * maint.c (print_section_info): Do not prepend `0x' to filepos
9919 output, it will be handled by local_hex_string_custom.
9920
19d3fc80 99212002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9922
9923 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9924 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9925 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9926
d85a5daf
JB
99272002-02-22 Jim Blandy <jimb@redhat.com>
9928
9929 Indicate that the bcache functions don't change the strings
9930 they're passed.
9931 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9932 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9933
eeb25b8a
PM
99342002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9935
9936 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9937
6badb179
CF
99382002-02-21 Christopher Faylor <cgf@redhat.com>
9939
9940 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9941 find the complete path to a loaded DLL.
9942
e8717518
FF
99432002-02-21 Fred Fish <fnf@redhat.com>
9944
9945 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9946 that marks the end of the range of a function, enter a line number
9947 entry that has a line number of zero and a PC offset that matches
9948 the end of the function. This starts a range of PC's for which no
9949 line number information is known.
9950 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9951 PC's for which no line number info is found (line number is zero)
9952 then we didn't find any valid line information.
9953 * symtab.h: Document use of zero line number entry.
9954
9abe5450
EZ
99552002-02-21 Elena Zannoni <ezannoni@redhat.com>
9956
9957 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9958 (have_ptrace_getvrregs): Define for run time checks.
9959 (gdb_vrregset_t): New type for Altivec register handling.
9960 (fetch_register, store_register): Fetch/store altivec register
9961 when needed.
9962 (fetch_altivec_register, store_altivec_register): New functions.
9963 (supply_vrregset, fill_vrregset): New functions.
9964 (fetch_altivec_registers, store_altivec_registers): New functions.
9965 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9966 registers as well.
9967
aaa38bb5
AJ
99682002-02-21 Jiri Smid <smid@suse.cz>
9969
9970 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9971
b34db576
RE
99722002-02-21 Richard Earnshaw <rearnsha@arm.com>
9973
9974 * Makefile.in (armnbsd-nat.o): Update dependencies.
9975 * armnbsd-nat.c (supply_gregset): New function. Common code to
9976 supply the integer register set.
9977 (supply_fparegset): New function. Similar for FPA registers.
9978 (fetch_regs, fetch_fp_regs): Use them.
9979 (fetch_core_registers): Likewise.
9980 (fetch_elfcore_registers): New function.
9981 (arm_netbsd_elfcore_fns): New core-file type specification.
9982 (_initialize_arm_netbsd_nat): Register it.
9983
3e56fc4b
RE
99842002-02-21 Richard Earnshaw <rearnsha@arm.com>
9985
9986 * armnbsd-nat.c: Include gdbcore.h.
9987 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9988 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9989 'void' to declaration, to shut up ARI.
9990 (fetch_core_registers): Make static. Rewrite using supply_register.
9991 (arm_netbsd_core_fns): New core-file type specification.
9992 (_initialize_arm_netbsd_nat): New function.
9993
097f6b0b
CF
99942002-02-21 Christopher Faylor <cgf@redhat.com>
9995
9996 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9997 value.
9998
c914e0cc
CF
99992002-02-20 Christopher Faylor <cgf@redhat.com>
10000
10001 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10002 fails.
10003
385fa495
DJ
100042002-02-20 Daniel Jacobowitz <drow@mvista.com>
10005
10006 * jv-exp.y (parse_number): Change type of implicit longs
10007 to builtin_type_uint64.
10008
e5f1222d
DJ
100092002-02-20 Daniel Jacobowitz <drow@mvista.com>
10010
10011 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10012 to be an integer instead of a `union wait'.
10013
75c9abc6
DJ
100142002-02-20 Daniel Jacobowitz <drow@mvista.com>
10015
10016 * mips-linux-nat.c: Call the operating system GNU/Linux.
10017 * mips-linux-tdep.c: Likewise.
10018 * mips-tdep.c: Likewise.
10019
551792a5
DJ
100202002-02-20 Daniel Jacobowitz <drow@mvista.com>
10021
10022 Fix PR gdb/265.
10023 * jv-exp.y (parse_number): Handle 64-bit integers.
10024
ee6e2b82
DJ
100252002-02-20 Daniel Jacobowitz <drow@mvista.com>
10026
10027 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10028 AC_STDC_HEADERS to AC_HEADER_STDC.
10029 * gdbserver/configure: Regenerated.
10030
a48442a0
RE
100312002-02-20 Richard Earnshaw <rearnsha@arm.com>
10032
10033 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10034 is defined.
10035 * sparc-tdep.c (get_longjmp_target): Likewise.
10036
fe419ffc
RE
100372002-02-20 Richard Earnshaw <rearnsha@arm.com>
10038
10039 * News: Add news about ARM and Multi-arch. Mention the new target
10040 arm*-*-netbsd*.
10041
5832ed7e
JB
100422002-02-19 Jim Blandy <jimb@redhat.com>
10043
10044 * stabsread.c (error_type_complaint): Improve error message.
10045
84563040
DJ
100462002-02-19 Daniel Jacobowitz <drow@mvista.com>
10047
10048 * gdbserver/README: Update documentation.
10049 * gdbserver/configure.in: Update configury to match documentation.
10050 * gdbserver/Makefile.in: Likewise.
10051 * gdbserver/configure: Regenerated.
10052 * gdbserver/aclocal.m4: New file, generated by aclocal.
10053 * gdbserver/config.in: New file, generated by autoheader.
10054
375fd65b
RE
100552002-02-19 Richard Earnshaw <rearnsha@arm.com>
10056
10057 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10058 armnbsd-nat.c.
10059
08216dd7
RE
100602002-02-19 Richard Earnshaw <rearnsha@arm.com>
10061
10062 * arm-tdep.h (enum arm_float_model): New enum.
10063 (struct gdbarch_tdep): Add fp_model.
10064 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10065 up floating-point conversions until we know the floating-point model
10066 in use by the inferior. Don't complain about being unable to
10067 determine the ABI of the inferior when we don't have one.
10068 (arm_extract_return_value): Support different floating-point models.
10069 (arm_store_return_value): Likewise.
aaa38bb5 10070 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10071 ARM_FLOAT_SOFT.
10072 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10073
65d6d66a
PS
100742002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10075
10076 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10077 of ``current_gdbarch''.
10078
47221191
RE
100792002-02-19 Richard Earnshaw <rearnsha@arm.com>
10080
10081 * armnbsd-nat.c : ANSIfy all function declarations.
10082 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10083 (fetch_inferior_registers): Re-implement in terms of above.
10084 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10085 (store_inferior_registers): Re-implement in terms of above.
10086
fdf39c9a
RE
100872002-02-19 Richard Earnshaw <rearnsha@arm.com>
10088
aaa38bb5 10089 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10090 kernel.
10091 * arm-linux-tdep.c: Likewise.
10092 * config/arm/tm-linux.h: Likewise.
10093
93247f88
RE
100942002-02-19 Richard Earnshaw <rearnsha@arm.com>
10095
10096 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10097 * config/arm/nbsd.mt (TM_FILE): Delete.
10098 * config/arm/tm-nbsd.h: Delete.
10099
d7b486e7
RE
101002002-02-19 Richard Earnshaw <rearnsha@arm.com>
10101
10102 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10103 Initialize CALL_DUMMY_LENGTH.
10104
41d39a95
RE
101052002-02-19 Richard Earnshaw <rearnsha@arm.com>
10106
10107 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10108 function.
10109 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10110 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10111 defines one thing and that is incorrect for this port.
10112 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10113
e1195560
PM
101142002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10115
10116 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10117
c1748f97
PM
101182002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10119
10120 * win32-nat.c (display_selector): New function. Displays information
10121 about the information returned by GetThreadSelectorEntry API function.
10122 (display_selectors): New function. Displays the infomation of
10123 the selector given as argument, or of CS, DS ans FS selectors
10124 if no argument is given.
10125 ( _initialize_inftarg): Add "w32" as info prefix command.
10126 Add "info w32 selector" as command calling display_selectors.
10127
e41e6bbf
PM
101282002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10129
10130 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10131 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10132 if not defined.
10133
0d3a9f48
RE
101342002-02-18 Richard Earnshaw <rearnsha@arm.com>
10135
10136 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10137
3fb4b924
RE
101382002-02-18 Richard Earnshaw <rearnsha@arm.com>
10139
10140 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10141 (arm_fix_call_dummy): Call it.
10142 (arm_call_dummy_breakpoint_offset): Delete.
10143 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10144 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10145
7f55af32
AC
101462002-02-18 Andrew Cagney <ac131313@redhat.com>
10147
10148 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10149 Default to func_frame_chain_valid.
10150 * gdbarch.h, gdbarch.c: Re-generate.
10151 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10152
05f13b9c
EZ
101532002-02-18 Elena Zannoni <ezannoni@redhat.com>
10154
10155 * ppc-linux-nat.c: Update copyright.
10156 (fetch_register, store_register): Add tid parameter, don't compute
10157 tid here.
10158 (fetch_ppc_registers, store_ppc_registers): Add tid
10159 parameter. Pass it along to callees.
10160 (fetch_inferior_registers, store_inferior_registers): Compute tid
10161 here, and pass it to calleed functions.
10162 (fill_gregset, supply_fpregset): Clean up formatting.
10163
d7afb4c9
RE
101642002-02-18 Richard Earnshaw <rearnsha@arm.com>
10165
10166 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10167 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10168
9df628e0
RE
101692002-02-18 Richard Earnshaw <rearnsha@arm.com>
10170
10171 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10172 * gdbarch.c gdbarch.h: Regenerate.
10173 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10174 function.
10175 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10176 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10177 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10178
10179 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10180 * arm-tdep.c (arm_get_longjmp_target): New function.
10181 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10182 this to a positive value register arm_get_longjmp_target as the
10183 longjmp handler.
10184 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10185 (arm_linux_init_abi): Set up longjmp description in tdep.
10186 * armnbsd-nat.c (get_longjmp_target): Delete.
10187 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10188 description in tdep.
10189 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10190 (get_longjmp_target): Delete declaration.
10191 (GET_LONGJMP_TARGET): Delete.
10192 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10193 (GET_LONGJMP_TARGET): Delete.
10194
57bc8964
KB
101952002-02-17 Kevin Buettner <kevinb@redhat.com>
10196
10197 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10198 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10199 of ``current_gdbarch''.
10200
83d31a92
TT
102012002-02-17 Tom Tromey <tromey@redhat.com>
10202
10203 * cli/cli-cmds.c (compare_strings): New function.
10204 (complete_command): Only print each unique item once.
10205 * completer.h (complete_line): Declare.
10206 * completer.c (complete_line): New function.
10207 (line_completion_function): Use it.
10208
17ef5d92
AC
102092002-02-16 Andrew Cagney <ac131313@redhat.com>
10210
10211 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10212 * gdbarch.h, gdbarch.c: Re-generate.
10213
491b8946
DJ
102142002-02-16 Daniel Jacobowitz <drow@mvista.com>
10215
10216 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10217
102182002-02-16 Daniel Jacobowitz <drow@mvista.com>
10219
10220 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10221 * valops.c (value_arg_coerce): Don't take the address of a reference
10222 to convert an argument to a reference.
10223
dfe7f3ac
CF
102242002-02-15 Christopher Faylor <cgf@redhat.com>
10225
10226 * win32-nat.c (get_image_name): New function.
10227 (handle_load_dll): Use get_image_name function.
10228 (get_child_debug_event): Avoid registering debug events until possibly
10229 execed process is started.
10230 (child_create_inferior): Allow invocation via shell so that command
10231 line redirection, etc. works ok.
10232 (_initialize_inftarg): Add new command: "set shell" to control whether
10233 a shell is used to start a process.
10234
1d33e73a
DJ
102352002-02-15 Daniel Jacobowitz <drow@mvista.com>
10236
10237 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10238 instead of find_register_by_number.
10239 (cannot_store_register): Likewise.
10240
48cd0caa
PM
102412002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10242
aaa38bb5 10243 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10244 fprintf_unfiltered (gdb_stderr, ...).
10245
8656e7d8
DJ
102462002-02-15 Daniel Jacobowitz <drow@mvista.com>
10247
10248 * gdbserver/gdbserver.1: Document --attach.
10249
66e810cd
RE
102502002-02-15 Richard Earnshaw <rearnsha@arm.com>
10251
10252 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10253 descriptions.
10254 * arm-tdep.c (arm_default_arm_le_breakpoint)
10255 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10256 (arm_default_thumb_be_breakpoint): New. Initialize them from
10257 traditional breakpoint defines.
10258 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10259 (arm_gdbarch_init): Initialize new breakpoint variables.
10260 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10261 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10262 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10263 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10264 code out to ...
10265 (arm_netbsd_init_abi_common): ... here; new function.
10266 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10267 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10268 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10269 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10270
97e03143
RE
102712002-02-15 Richard Earnshaw <rearnsha@arm.com>
10272
10273 * arm-tdep.h (enum arm_abi): New enum.
10274 (struct gdbarch_tdep): New structure.
10275 (LOWEST_PC): Provide a default.
10276 (arm_gdbarch_register_os_abi): Declare new function.
10277 * arm-tdep.c (arm_abi_names): New array.
10278 (process_note_abi_tag_sections): New function.
10279 (get_elfosabi): New function.
10280 (arm_gdbarch_register_os_abi): New function.
10281 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10282 support for that ABI has been built in, then call the appropriate
10283 configuration routine. Use gdbarch_num_regs() to get the number
10284 of registers.
10285 (arm_dump_tdep): New function.
10286 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10287 place-holder functions.
10288 (_initialize_arm_tdep): Register them.
10289 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10290
10291 * armnbsd-tdep.c: New file.
10292 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10293 * config/arm/nbsd.mt (TDEPFILES): Add it.
10294 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10295
10296 * armnbsd-nat.c: Include regcache.h.
10297 * Makefile.in (armnbsd-nat.o): Update dependency list.
10298
10299 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10300
ad68be46
DJ
103012002-02-14 Daniel Jacobowitz <drow@mvista.com>
10302
10303 * gdbserver/Makefile.in: Fix typos in target rules.
10304
003d6d1d
DJ
103052002-02-14 Daniel Jacobowitz <drow@mvista.com>
10306
aaa38bb5 10307 Fix part of PR gdb/267.
003d6d1d
DJ
10308 * linespec.c (find_methods): Handle constructors specially for now.
10309
6b230f1b
CV
103102002-02-14 Corinna Vinschen <vinschen@redhat.com>
10311
10312 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10313 handling.
10314 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10315 standard_coerce_float_to_double().
10316
1ea98d12
CF
103172002-02-14 Christopher Faylor <cgf@redhat.com>
10318
10319 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10320 GDBINIT_FILENAME.
10321
dd47e6fd
EZ
103222002-02-14 Elena Zannoni <ezannoni@redhat.com>
10323
10324 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10325 find_variant_by_name, because it confuses the multiarch
10326 framework. Return NULL if there isn't an architecture with the
10327 user supplied name, instead of forcing a different one without
10328 recording the change with the multiarch machinery.
10329 (find_variant_by_name): Delete.
10330
d7e39b9e
PS
103312002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10332
10333 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10334 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10335
76e42a4f
MH
103362002-02-13 Martin M. Hunt <hunt@redhat.com>
10337
aaa38bb5 10338 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10339 print_frame_info_listing_hook, set current_source_symtab.
10340
0a30fbc4
DJ
103412002-02-14 Daniel Jacobowitz <drow@mvista.com>
10342
10343 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10344 and remove unused $(INCLUDE_DIR).
10345 Add regcache.c to OBS.
10346 Add generated register protocol files to clean target.
10347 Update dependencies for new objects, obsolete old target code.
10348
10349 * gdbserver/linux-low.c: Remove all platform-specific code to
10350 new files. Remove various dead code. Update to use regcache
10351 functionality.
10352 * gdbserver/remote-utils.c (fromhex): Add return statement
10353 to quiet warning.
10354 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10355 constant.
10356 (input_interrupt): Add integer parameter to match prototype
10357 of a signal handler.
10358 (outreg): Use register_data ().
10359 (prepare_resume_reply): Use gdbserver_expedite_regs.
10360 * gdbserver/server.c (main): Dynamically allocate own_buf because
10361 PBUFSIZ is no longer constant. Use registers_to_string () and
10362 registers_from_string ().
10363 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10364 for error (), fatal (), and warning (). Update definition of
10365 PBUFSIZ to use regcache functionality. Add include guard.
10366 * gdbserver/utils.c (fatal): Add missing ``const''.
10367 (warning): New function.
10368
10369 * regformats/regdat.sh: Include "regcache.h" in generated files.
10370 Provide init_registers () function.
10371 * regformats/regdef.h: Add prototype for set_register_cache ().
10372 Add include guard.
10373
10374 * gdbserver/linux-arm-low.c: New file.
10375 * gdbserver/linux-i386-low.c: New file.
10376 * gdbserver/linux-ia64-low.c: New file.
10377 * gdbserver/linux-m68k-low.c: New file.
10378 * gdbserver/linux-mips-low.c: New file.
10379 * gdbserver/linux-ppc-low.c: New file.
10380 * gdbserver/linux-sh-low.c: New file.
10381
10382 * gdbserver/regcache.c: New file.
10383 * gdbserver/regcache.h: New file.
10384
10385 * gdbserver/low-linux.c: Removed obsolete file.
10386
4cc841d0
DJ
103872002-02-14 Daniel Jacobowitz <drow@mvista.com>
10388
10389 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10390 * config/i386/linux.mt: Likewise.
10391 * config/ia64/linux.mt: Likewise.
10392 * config/m68k/linux.mh: Likewise.
10393 * config/powerpc/linux.mh: Likewise.
10394 * config/mips/linux.mt: Likewise.
10395
10396 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10397
10398 * config/i386/i386lynx.mh: Mark gdbserver variables
10399 as (currently) obsolete for this target.
10400 * config/i386/nbsd.mt: Likewise.
10401 * config/i386/nbsdelf.mt: Likewise.
10402 * config/m32r/m32r.mt: Likewise.
10403 * config/m68k/m68klynx.mh: Likewise.
10404 * config/m68k/nbsd.mt: Likewise.
10405 * config/m68k/sun3os4.mh: Likewise.
10406 * config/mips/vr5000.mt: Likewise.
10407 * config/ns32k/nbsd.mt: Likewise.
10408 * config/pa/hppabsd.mh: Likewise.
10409 * config/pa/hppaosf.mh: Likewise.
10410 * config/powerpc/nbsd.mt: Likewise.
10411 * config/rs6000/rs6000lynx.mh: Likewise.
10412 * config/s390/s390.mt: Likewise.
10413 * config/s390/s390x.mt: Likewise.
10414 * config/sparc/sparclynx.mh: Likewise.
10415 * config/sparc/sun4os4.mh: Likewise.
10416 * config/i386/x86-64linux.mt: Likewise.
10417 * config/sparc/linux.mh: Likewise.
10418
a85f51e7
DJ
104192002-02-14 Daniel Jacobowitz <drow@mvista.com>
10420
10421 * configure.tgt: Configure gdbserver only for known working
10422 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10423 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10424 SUBDIRS if it is configured. Update comment for ${nativefile}.
10425 * configure: Regenerated.
10426
65554fef
MS
104272002-02-13 Michael Snyder <msnyder@redhat.com>
10428
670a52db
MS
10429 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10430
6dbdc4a3
MS
10431 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10432 (default_gcore_mach): Just return 0, work around a problem in bfd.
10433 (default_gcore_target): OK to return NULL if exec_bfd is null.
10434 (make_mem_sec): Use a cast, avoid a warning.
10435
10436 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 10437 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
10438 sizeof (host pointer) != sizeof (target pointer)).
10439 (procfs_make_note_section): Avoid overflow in psargs string.
10440
aaa38bb5 10441 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
10442 implementation return an error.
10443
104442002-02-13 Rodney Brown <rbrown64@csc.com.au>
10445
10446 * procfs.c (procfs_make_note_section): Provide a default definition
10447 (for alpha-dec-osf4.0f). Fix typos.
10448
1e4d76e7
EZ
104492002-02-13 Elena Zannoni <ezannoni@redhat.com>
10450
10451 * linux-proc.c: Add include of regcache.h.
10452 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10453
b6d1a1d5
AC
104542002-02-13 Andrew Cagney <ac131313@redhat.com>
10455
10456 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
10457 * memattr.c (create_mem_region): Disallow useless empty region.
10458 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 10459 non-overlapping.
b6d1a1d5 10460
6c6ea35e
MC
104612002-02-13 Michael Chastain <mec@shout.net>
10462
10463 * defs.h: Kill CONST_PTR.
10464 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10465 * c-lang.c (c_builtin_types): Likewise.
10466 * ch-lang.c (ch_builtin_types): Likewise.
10467 * f-lang.c (f_builtin_types): Likewise.
10468 * language.c (unknown_builtin_types): Likewise.
10469 * m2-lang.c (m2_builtin_types): Likewise.
10470 * p-lang.c (pascal_builtin_types): Likewise.
10471 * scm-lang.c (c_builtin_types): Likewise.
10472
3e0b0f48
KS
104732002-02-13 Keith Seitz <keiths@redhat.com>
10474
10475 * arm-tdep.h (arm_get_next_pc): Add declaration.
10476
67255d04
RE
104772002-02-13 Richard Earnshaw <rearnsha@arm.com>
10478
10479 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10480 with other related struct-returning functions.
10481 (arm_extract_struct_value_address): New function.
10482 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10483 initialize float_format, double_format and long_double_format as
10484 appropriate to the endianness of the target.
10485 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10486 (arm_use_struct_convention): Delete declaration.
10487 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10488
079777f6
KS
104892002-02-13 Keith Seitz <keiths@redhat.com>
10490
10491 * defs.h (core_addr_to_string_nz): New function.
10492
34588f23
MK
104932002-02-13 Mark Kettenis <kettenis@gnu.org>
10494
10495 Apply missing bits of 2002-01-15 patch.
10496 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10497 (fill_fpregset): Use i387_fill_fsave.
10498
49b563f9
KS
104992002-02-12 Keith Seitz <keiths@redhat.com>
10500
49b563f9
KS
10501 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10502 (core_addr_to_string_nz): New function.
10503
aeb98c60
RE
105042002-02-11 Richard Earnshaw <rearnsha@arm.com>
10505
10506 * arm-linux-nat.c: Really include arm-tdep.h.
10507 * config/arm/tm-linux.h (struct type, struct value): Declare.
10508
65554fef
MS
105092002-02-11 Michael Snyder <msnyder@redhat.com>
10510
10511 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10512 (gcore section): Ifdef for Solaris and Unixware only.
10513 (procfs_do_thread_registers): Unixware needs one lwpstatus
10514 per thread (not one prstatus or pstatus).
10515 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10516 not over all gdb threads. For unixware, call elfcore_write_pstatus
10517 once before iterating over threads.
10518
34e8f22d
RE
105192002-02-11 Richard Earnshaw <rearnsha@arm.com>
10520
10521 * arm-tdep.h: New file.
10522 * arm-tdep.c: Include arm-tdep.h.
10523 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10524 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10525 (arm_print_float_info, arm_register_type, convert_to_extended)
10526 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10527 (arm_extract_return_value, arm_register_name): Make static.
10528 (arm_software_single_step): Similarly. Fix types in declaration.
10529 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10530 (arm_store_return_value, arm_store_struct_return): New functions.
10531 (arm_gdbarch_init): Register the above functions. Also register
10532 call_dummy_start_offset, sizeof_call_dummy_words,
10533 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10534 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 10535 max_register_virtual_size, register_size. Set up
34e8f22d
RE
10536 prologue_cache.saved_regs here, rather than ...
10537 (_initialize_arm_tdep): ... here.
10538 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10539 declarations.
10540 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10541 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10542 (arm_print_float_info, arm_register_type, convert_to_extended)
10543 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10544 (arm_extract_return_value, arm_register_name): Delete declarations.
10545 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10546 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10547 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10548 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10549 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10550 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10551 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10552 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10553 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10554 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10555 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10556 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10557 interface.
10558 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10559 * remote-rdi.c remote-rdp.c: Likewise.
10560 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10561 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10562 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10563 definition.
10564
10565 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10566 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10567 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10568 from non-ARM_ prefixed definitions.
10569 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10570 all uses of above.
10571 * remote-rdi.c remote-rdp.c: Likewise.
10572 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10573
148754e5
RE
105742002-02-11 Richard Earnshaw <rearnsha@arm.com>
10575
10576 * arm-tdep.c (arm_frameless_function_invocation)
10577 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10578 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10579 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10580 (arm_pop_frame, arm_get_next_pc): Make static.
10581 (arm_gdbarch_init): Register above in gdbarch structure.
10582 (arm_read_fp): Renamed from arm_target_read_fp.
10583 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10584 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10585 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10586 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10587 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10588 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10589 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
10590 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10591 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10592 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10593 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 10594
434d2d4f
DJ
105952002-02-10 Daniel Jacobowitz <drow@mvista.com>
10596
10597 * symtab.c (compare_search_syms): New function.
10598 (sort_search_symbols): New function.
10599 (search_symbols): Sort symbols after searching rather than
10600 before.
10601
55241689
AC
106022002-02-10 Andrew Cagney <ac131313@redhat.com>
10603
10604 * NEWS: Linux -> GNU/Linux.
10605
028c194b
AC
106062002-02-10 Andrew Cagney <ac131313@redhat.com>
10607
10608 * gdbarch.sh: For for level one methods, disallow a definition
10609 when partially multi-arched. Add comments explaining rationale.
10610 * gdbarch.h: Re-generate.
10611
6acf50cd
AC
106122002-02-10 Andrew Cagney <ac131313@redhat.com>
10613
10614 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10615 multi-arch partial.
aaa38bb5 10616
50248794
AC
106172002-02-10 Andrew Cagney <ac131313@redhat.com>
10618
10619 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10620 field. Use diff -u.
10621 * gdbarch.c: Re-generate.
10622
c30e0066
AC
106232002-02-10 Andrew Cagney <ac131313@redhat.com>
10624
9b56c5f3 10625 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
10626 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10627 partial.
10628
6e6d6484
AC
106292002-02-10 Andrew Cagney <ac131313@redhat.com>
10630
10631 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10632 multi-arch partial.
10633 (PUSH_ARGUMENTS): Switch to using predefault.
10634 * gdbarch.c: Regenerate.
10635
c203844d
AC
106362002-02-10 Andrew Cagney <ac131313@redhat.com>
10637
10638 * valops.c (PUSH_ARGUMENTS): Delete definition.
10639 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10640 partial. Default to default_push_arguments.
10641 * gdbarch.h, gdbarch.c: Regenerate.
10642
b5a2688f
AC
106432002-02-09 Andrew Cagney <ac131313@redhat.com>
10644
10645 * defs.h (throw_exception): Rename return_to_top_level. Update
10646 comments.
10647 * utils.c (error_stream, internal_verror, quit): Ditto.
10648 * top.c (throw_exception, catcher): Ditto.
10649 * sparclet-rom.c (sparclet_load): Ditto.
10650 * remote.c (interrupt_query, minitelnet): Ditto.
10651 * remote-sds.c (interrupt_query): Ditto.
10652 * remote-mips.c (mips_error, mips_kill): Ditto.
10653 * ocd.c (interrupt_query): Ditto.
10654 * monitor.c (monitor_interrupt_query): Ditto.
10655 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10656 * target.h: Update comment.
aaa38bb5 10657
b5a2688f 10658 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 10659
2fa5c1e0
AC
106602002-02-09 Andrew Cagney <ac131313@redhat.com>
10661
10662 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10663 default_double_format.
10664 * gdbarch.h, gdbarch.c: Re-generate.
10665 * findvar.c (floatformat_unknown): Delete variable definition.
10666 * doublest.h (floatformat_unknown): Delete variable declaration.
10667
da966255
JB
106682002-02-09 Jim Blandy <jimb@redhat.com>
10669
10670 * stabsread.c (read_type): Add code to parse Sun's syntax for
10671 prototyped function types.
10672
123a4891
AC
106732002-02-09 Andrew Cagney <ac131313@redhat.com>
10674
10675 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10676 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10677
fb39c8f3
PS
106782002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10679
10680 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10681 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10682 now _initialize_xcoffsolib gets called again and overrides the
10683 commands from solib.c in a native configuration.
10684
0b87a11d
MK
106852002-02-09 Mark Kettenis <kettenis@gnu.org>
10686
10687 * doublest.c (store_typed_floating): Don't try to return a value.
10688 Fixes PR gdb/290.
10689
bdc2fc72
JB
106902002-02-08 Jim Blandy <jimb@redhat.com>
10691
10692 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10693 is prototyped and has no arguments, print its argument list as
10694 `(void)'.
10695
da69bbcf
CD
106962002-02-08 Chris Demetriou <cgd@broadcom.com>
10697
10698 * MAINTAINERS (write-after-approval): Add myself.
10699 (paper-trail): I've escaped!
aaa38bb5 10700
b69571f5
CF
107012002-02-08 Christopher Faylor <cgf@redhat.com>
10702
10703 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10704 changes.
10705 (_initialize_check_for_gdb_ini): Ditto.
10706
f6871398
MH
107072002-02-08 Martin M. Hunt <hunt@redhat.com>
10708
10709 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10710 xaprintf -> xasprintf.
10711
4e52d31c
PM
107122002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10713
10714 * win32-nat.c: Remove use of printf and sprintf functions.
10715
39bbf761
RE
107162002-02-08 Richard Earnshaw <rearnsha@arm.com>
10717
10718 * arm-tdep.c (arm_frame_chain_valid): Make static.
10719 (arm_push_arguments): Likewise.
10720 (arm_gdbarch_init): New function.
10721 (_initialize_arm_tdep): Call it.
10722 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10723 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10724 (FRAME_CHAIN_VALID): Delete.
10725 (arm_frame_chain_valid): Delete declaration.
10726 (PUSH_ARGUMENTS): Delete.
10727 (arm_push_arguments): Delete declaration.
10728 (CALL_DUMMY_P): Delete.
10729
9c9532c9
CV
107302002-02-08 Andrew Cagney <ac131313@redhat.com>
10731 Corinna Vinschen <vinschen@redhat.com>
10732
10733 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10734 on builtin float types.
10735
4e8f7a8b
DJ
107362002-02-08 Daniel Jacobowitz <drow@mvista.com>
10737
10738 * utils.c: Include <curses.h> before "bfd.h".
10739 * tui/tui-hooks.c: Likewise.
10740 * tui/tui.c: Likewise.
10741 * tui/tuiCommand.c: Likewise.
10742 * tui/tuiData.c: Likewise.
10743 * tui/tuiDataWin.c: Likewise.
10744 * tui/tuiDisassem.c: Likewise.
10745 * tui/tuiGeneralWin.c: Likewise.
10746 * tui/tuiIO.c: Likewise.
10747 * tui/tuiLayout.c: Likewise.
10748 * tui/tuiRegs.c: Likewise.
10749 * tui/tuiSource.c: Likewise.
10750 * tui/tuiSourceWin.c: Likewise.
10751 * tui/tuiStack.c: Likewise.
10752 * tui/tuiWin.c: Likewise.
10753
cd4bffcf
EZ
107542002-02-07 Elena Zannoni <ezannoni@redhat.com>
10755
10756 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10757 to include space for pseudoregs as well. Update loops accordingly.
10758 (sh_fp_frame_init_saved_regs): Ditto.
10759 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10760
26806ce2
AC
107612002-02-07 Andrew Cagney <ac131313@redhat.com>
10762
10763 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10764 Add Richard Earnshaw to Arm maintainers.
10765
97fdab62
AC
107662002-02-07 Andrew Cagney <ac131313@redhat.com>
10767
a6b98203
AC
10768 * defs.h (warning_begin): Delete declaration.
10769
97fdab62
AC
10770 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10771 Delete macro.
10772
78b29b40
MS
107732002-02-07 Michael Snyder <msnyder@redhat.com>
10774
aaa38bb5 10775 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10776 Logic bug, remove misplaced else.
10777
d8849953
KD
107782002-02-07 Klee Dienes <klee@apple.com>
10779
10780 * fork-inferior.c (fork_inferior): Add '!' to the list of
10781 characters that need to be quoted when building a string for the
10782 shell. Quote '!' specifically with a backslash, since CSH chokes
10783 when trying to evaluate "str!str".
aaa38bb5 10784
095778a0
NC
107852002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10786
10787 * rdi-share/host.h: Only provide a typedef for bool if it is not
10788 defined.
10789
1900040c
MS
107902002-02-04 Michael Snyder <msnyder@redhat.com>
10791
10792 * breakpoint.h (enum bptype): Add new overlay event bp type.
10793 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10794
1900040c
MS
10795 * breakpoint.c (create_internal_breakpoint): New function.
10796 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10797 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10798 (create_thread_event_breakpoint): Ditto.
10799 (create_solib_event_breakpoint): Ditto.
10800 (create_overlay_event_breakpoint): New function.
10801 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10802 (update_breakpoints_after_exec): Delete and re-initialize
10803 overlay event breakpoints after an exec. Add FIXME comment
10804 about longjmp breakpoint.
10805 (print_it_typical): Ignore overlay event breakpoints.
10806 (print_one_breakpoint): Ditto.
10807 (mention): Ditto.
10808 (bpstat_what): Do not stop for overlay event breakpoints.
10809 (delete_breakpoint): Don't delete overlay event breakpoints.
10810 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10811 (breakpoint_re_set): Re-create overlay event breakpoint.
10812
10813 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10814 (overlay_manual_command): Disable overlay breakpoints.
10815 (overlay_off_command): Disable overlay breakpoints.
10816
082fc60d
RE
108172002-02-06 Richard Earnshaw <rearnsha@arm.com>
10818
10819 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10820 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10821 to here from config/tm-arm.h.
10822 (coff_sym_is_thumb): Make static.
10823 (arm_elf_make_msymbol_special): New function.
10824 (arm_coff_make_msymbol_special): New function.
10825 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10826 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10827 (coff_sym_is_thumb): Delete declaration.
10828 (arm_elf_make_msymbol_special): Declare.
10829 (arm_coff_make_msymbol_special): Declare.
10830 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10831 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10832
039c5766
RE
108332002-02-06 Richard Earnshaw <rearnsha@arm.com>
10834
10835 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10836
108372002-02-06 Richard Earnshaw <rearnsha@arm.com>
10838
10839 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10840 * gdbarch.c gdbarch.h: Regenerate.
10841 * arch-utils.c (default_print_float_info): New function.
10842 * arch-utils.h (default_print_float_info): Prototype it.
10843 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10844 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10845 (PRINT_FLOAT_INFO): Document it.
10846
10847 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10848 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10849 (PRINT_FLOAT_INFO): Define.
10850
58fa08f0
PM
108512002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10852
aaa38bb5 10853 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10854 Add typecast to sprintf argument to suppress a warning.
10855
7393af7c
PM
108562002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10857
58fa08f0 10858 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10859 to allow easier handling of pass state.
10860 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10861 that gives exception name and address.
10862 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10863 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10864 exceptions added.
aaa38bb5
AJ
10865 (child_continue): Correctly report continue_status.
10866 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10867 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10868 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10869 the exception should be passed to debuggee or not.
10870
6af4589c
MS
108712002-02-05 Michael Snyder <msnyder@redhat.com>
10872
10873 * regcache.c (fetch_register): Call target_fetch_register
10874 only if we don't call FETCH_PSEUDO_REGISTER.
10875 (store_register): Call target_store_register only if we
10876 don't call STORE_PSEUDO_REGISTER.
10877
a2cf933a
EZ
108782002-02-05 Elena Zannoni <ezannoni@redhat.com>
10879
10880 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10881 ELF_MAKE_MSYMBOL_SPECIAL.
10882 * gdbarch.c, gdbarch.h: Regenerate.
10883 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10884 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10885 * elfread.c (elf_symtab_read): Compile use of
10886 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10887 multiarched.
10888 * coffread.c (coff_symtab_read): Ditto, for
10889 COFF_MAKE_MSYMBOL_SPECIAL.
10890
6bb7be43
JB
108912002-02-05 Jim Blandy <jimb@redhat.com>
10892
10893 * solib-svr4.c (svr4_truncate_ptr): New function.
10894 (svr4_relocate_section_addresses): Do the address arithmetic with
10895 the appropriate truncation for target addresses, even when
10896 CORE_ADDR is larger than a target address.
10897
e18651ec
DJ
108982002-02-05 Daniel Jacobowitz <drow@mvista.com>
10899
10900 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10901 to (int *).
10902
6b2725be
DJ
109032002-02-05 Daniel Jacobowitz <drow@mvista.com>
10904
10905 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10906 code.
10907
fca9e603
DJ
109082002-02-05 Daniel Jacobowitz <drow@mvista.com>
10909
10910 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10911
6c537a52
DJ
109122002-02-05 Daniel Jacobowitz <drow@mvista.com>
10913
10914 * gdbserver/linux-low.c: Remove unused include files.
10915
d844cde6
DJ
109162002-02-05 Daniel Jacobowitz <drow@mvista.com>
10917
10918 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10919 (read_inferior_memory): Use it.
10920 (write_inferior_memory): Likewise.
10921
d07c63e7
DJ
109222002-02-05 Daniel Jacobowitz <drow@mvista.com>
10923
10924 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10925 grubbing through sys_errlist.
10926
da6d8c04
DJ
109272002-02-05 Daniel Jacobowitz <drow@mvista.com>
10928
10929 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10930
5b421780
PM
109312002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10932 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10933
9f60d481
AC
109342002-02-04 Andrew Cagney <ac131313@redhat.com>
10935
10936 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10937 (do_sfunc, set_cmd_sfunc): New functions.
10938
10939 * command.h (struct cmd_list_element): Add field func.
10940 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10941 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10942 * cli/cli-decode.h: Ditto.
10943
10944 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10945 (help_all, help_cmd_list): Ditto.
10946 (find_cmd, complete_on_cmdlist): Ditto.
10947 * top.c (execute_command): Ditto.
10948
10949 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10950 function.sfunc.
10951
10952 * infcmd.c (notice_args_read): Fix function signature.
10953
10954 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10955 * cli/cli-decode.c (add_set_cmd): Ditto.
10956 * utils.c (initialize_utils): Ditto.
10957 * maint.c (_initialize_maint_cmds): Ditto.
10958 * infrun.c (_initialize_infrun): Ditto.
10959 * demangle.c (_initialize_demangler): Ditto.
10960 * remote.c (add_packet_config_cmd): Ditto.
10961 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10962 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10963 * proc-api.c (_initialize_proc_api): Ditto.
10964 * kod.c (_initialize_kod): Ditto.
10965 * valprint.c (_initialize_valprint): Ditto.
10966 * top.c (init_main): Ditto.
10967 * infcmd.c (_initialize_infcmd): Ditto.
10968 * corefile.c (_initialize_core): Ditto.
10969 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10970 * arch-utils.c (initialize_current_architecture): Ditto.
10971 (_initialize_gdbarch_utils): Ditto.
10972 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10973
10974 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10975 * wince.c (_initialize_inftarg): Ditto.
10976 * symfile.c (_initialize_symfile): Ditto.
10977 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10978 * language.c (_initialize_language): Ditto.
10979 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10980
f9ba0717
MS
109812002-02-04 Michael Snyder <msnyder@redhat.com>
10982
10983 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10984
0c74b2a7
DJ
109852002-02-04 Daniel Jacobowitz <drow@mvista.com>
10986
10987 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10988 Add rules for building the register data files.
10989
c638789f
DJ
109902002-02-04 Daniel Jacobowitz <drow@mvista.com>
10991
10992 * regformats/regdat.sh: Add braces to the definition of
10993 expedite_regs_${arch}.
10994
db253027
DJ
109952002-02-04 Daniel Jacobowitz <drow@mvista.com>
10996
10997 * regformats/regdef.h (struct reg): Add comment describing the
10998 requirements for offset and size fields.
10999
206be19c
AS
110002002-02-04 Andreas Schwab <schwab@suse.de>
11001
11002 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11003 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11004
181c1381
RE
110052002-02-04 Richard Earnshaw <rearnsha@arm.com>
11006
11007 * gdbarch.sh (copyright): Update years in generated header.
11008 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11009 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11010 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11011 * dbxread.c: Likewise.
11012 * dwarfread.c: Likewise.
11013 * elfread.c: Likewise.
11014 * somread.c: Likewise.
11015
11016 * arm-tdep.c (arm_smash_text_address): New function.
11017 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11018
fa4ba8da
PM
110192002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11020
11021 Add support for hardware watchpoints on win32 native.
aaa38bb5 11022 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11023 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11024 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11025 of debug registers.
11026 (debug_registers_changed): New variable. Reflects when debug registers
11027 are changed and need to be written to inferior.
aaa38bb5 11028 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11029 was set, used when new threads are created.
11030 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11031 i386-nat code.
11032 (thread_rec): Set dr array if id is the thread of current_event .
11033 (child_continue, child_resume): Change the debug registers for all
11034 threads if debug_registers_changed.
11035 (child_add_thread): Change the debug registers if debug_registers_used.
11036 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11037 Link nm.h to new nm-cygwin.h file.
11038 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11039 of hardware registers.
11040
a73c86fb
AC
110412002-02-03 Andrew Cagney <ac131313@redhat.com>
11042
11043 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11044 Restore behavour broken by 2002-01-20 Andrew Cagney
11045 <ac131313@redhat.com> IEEE_FLOAT removal.
11046
acf5ed49
DJ
110472002-02-03 Daniel Jacobowitz <drow@mvista.com>
11048
11049 * c-valprint.c (c_val_print): Pass a proper valaddr to
11050 cp_print_class_method.
11051 * valops.c (search_struct_method): If there is only one method
11052 and args is NULL, return that method.
11053
493d28d5
DJ
110542002-02-03 Daniel Jacobowitz <drow@mvista.com>
11055
11056 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11057 accessing tag_name directly.
11058
7495dfdb
DJ
110592002-02-03 Daniel Jacobowitz <drow@mvista.com>
11060
11061 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11062 of accessing tag_name directly.
11063
dd6bda65
DJ
110642002-02-03 Daniel Jacobowitz <drow@mvista.com>
11065
11066 PR gdb/280
11067 * gdbtypes.c (replace_type): New function.
11068 * gdbtypes.h (replace_type): Add prototype.
11069 * stabsread.c (read_type): Use replace_type.
11070
88fe217c
RE
110712002-02-03 Richard Earnshaw <rearnsha@arm.com>
11072
11073 * Makefile.in (memattr.o): Add missing dependencies rule.
11074
e5d66720
PS
110752002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11076
11077 * breakpoint.c (break_at_finish_command): Really export.
11078 (break_at_finish_at_depth_command): Ditto.
11079 (tbreak_at_finish_command): Ditto.
11080 * hppa-tdep.c: Include completer.h.
11081 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11082 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11083
fffee0be
AC
110842002-02-01 Andrew Cagney <ac131313@redhat.com>
11085
11086 * utils.c (do_write): New function.
11087 (error_stream): Rewrite combining the code from error_begin and
11088 verror.
11089 (verror): Rewrite using error_stream.
11090 (error_begin): Delete function.
11091
255e7dbf
AC
110922002-02-01 Andrew Cagney <ac131313@redhat.com>
11093
11094 * utils.c (error_begin): Make static.
11095 * defs.h (error_begin): Delete declaration.
11096
11097 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11098 (decode_line_1): Use cplusplus_error instead of error_begin,
11099 cplusplus_hint and return_to_top_level.
11100 * coffread.c (coff_symfile_read): Use error instead of error_begin
11101 and return_to_top_level.
11102 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11103
ddfe3c15
AC
111042002-02-01 Andrew Cagney <ac131313@redhat.com>
11105
11106 * language.h (type_error, range_error): Make string parameter
11107 constant.
11108 * language.c (warning_pre_print): Delete extern declaration.
11109 * dwarfread.c (warning_pre_print): Ditto.
11110 * language.c (type_error, range_error): Rewrite to use verror and
11111 vwarning instead of warning_begin.
11112
03ac34d5
MS
111132002-02-01 Michael Snyder <msnyder@redhat.com>
11114
261c4ca2
MS
11115 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11116 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11117
e00d1dc8
AC
111182002-02-01 Andrew Cagney <ac131313@redhat.com>
11119
11120 * command.h (NO_FUNCTION): Delete macro.
11121 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11122 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11123 * tracepoint.c (_initialize_tracepoint): Ditto.
11124 * cli/cli-decode.c (add_set_cmd): Ditto.
11125 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11126
76b79d6e
DJ
111272002-02-01 Daniel Jacobowitz <drow@mvista.com>
11128
11129 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11130 Update ``this'' pointer when calling virtual functions.
11131
799f9e91
MS
111322002-02-01 Michael Snyder <msnyder@redhat.com>
11133
c7bd442c 11134 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11135 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11136
3cf384d4
DJ
111372002-02-01 Daniel Jacobowitz <drow@mvista.com>
11138
11139 * regformats/reg-arm.dat: New file.
11140 * regformats/reg-i386.dat: New file.
11141 * regformats/reg-ia64.dat: New file.
11142 * regformats/reg-m68k.dat: New file.
11143 * regformats/reg-mips.dat: New file.
11144 * regformats/reg-ppc.dat: New file.
11145 * regformats/reg-sh.dat: New file.
11146 * regformats/regdef.h: New file.
11147 * regformats/regdat.sh: New file.
11148
0defa245
RE
111492002-02-01 Richard Earnshaw <reanrsha@arm.com>
11150
11151 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11152 (arm_frame_args_address, arm_frame_locals_address): New functions.
11153 (arm_frame_num_args): New function.
11154 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11155 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11156 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11157
405f26e6
MS
111582002-01-31 Michael Snyder <msnyder@redhat.com>
11159
502fd408
MS
11160 * breakpoint.c (break_at_finish_command): Export.
11161 (break_at_finish_at_depth_command): Export.
11162 (tbreak_at_finish_command): Export.
d6020d45 11163 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11164 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11165 "txbreak" commands, which are HPPA specific.
502fd408 11166
7d35e135
MS
11167 * printcmd.c (disassemble_command): Remove an ancient
11168 artifact of an old merge.
11169
aaa38bb5 11170 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11171 Define enum constant values for overlay mode.
11172 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11173 (overlay_is_mapped, overlay_auto_command,
11174 overlay_manual_command): Ditto.
d874f1e2 11175
aaa38bb5
AJ
11176 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11177 breakpoint_here_p, breakpoint_inserted_here_p,
11178 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11179 describe_other_breakpoints, check_duplicates, clear_command):
11180 Coding standard fixes.
11181
8add0441 11182 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11183 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11184 code: check bfd SEC_READONLY flag for section.
11185
e351066e
AC
111862002-01-31 Andrew Cagney <ac131313@redhat.com>
11187
7d35e135 11188 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11189
8a48e967
DJ
111902002-01-30 Daniel Jacobowitz <drow@mvista.com>
11191
11192 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11193 data symbols, since we search based on textlow and texthigh.
11194 (find_pc_sect_symtab): Likewise.
11195
f5a96129
AC
111962002-01-30 Andrew Cagney <ac131313@redhat.com>
11197
11198 * defs.h (vwarning): Declare.
f5a96129
AC
11199 * utils.c (vwarning): New function.
11200 (warning): Call vwarning.
11201 (warning_begin): Delete function.
11202
11203 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11204 the warning message.
11205 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11206 warning_begin.
11207
cefd4ef5
MS
112082002-01-30 Michael Snyder <msnyder@redhat.com>
11209
1a703748
MS
11210 * NEWS: Mention "set trust-readonly-sections" command.
11211 Mention generate-core-file command.
cefd4ef5 11212
3a11626d
MS
112132002-01-15 Michael Snyder <msnyder@redhat.com>
11214
11215 * target.c: New command, "set trust-readonly-sections on".
11216 (do_xfer_memory): Honor the suggestion to trust readonly sections
11217 by reading them from the object file instead of from the target.
11218 (initialize_targets): Register command "set trust-readonly-sections".
11219
d1c7e53b
AC
112202002-01-29 Andrew Cagney <ac131313@redhat.com>
11221
11222 * parse.c (target_map_name_to_register): Simplify, search regs and
11223 pseudo-regs using a single loop.
11224
e2c9a72c
AC
112252002-01-30 Andrew Cagney <ac131313@redhat.com>
11226
11227 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11228
69824b4e
MK
112292002-01-15 Rodney Brown <rbrown64@csc.com.au>
11230
11231 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11232 * config/i386/i386v42mp.mh: Add i387-nat.o .
11233 * i386v4-nat.c: Include i387-nat.h.
11234 (supply_fpregset): Use i387_supply_fsave.
11235 (fill_fpregset): Use i387_fill_fsave.
11236
6eb69eab
RE
112372002-01-30 Richard Earnshaw <rearnsha@arm.com>
11238
11239 * arm-tdep.c (arm_call_dummy_words): Define.
11240 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11241 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11242 (CALL_DUMMY_WORDS): Define.
11243 (arm_call_dummy_words): Declare.
11244 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11245 (arm_linux_call_dummy_words): Declare.
11246
9852326a
AS
112472002-01-30 Andreas Schwab <schwab@suse.de>
11248
11249 * m68klinux-nat.c: Fix last change to use regcache_collect
11250 instead of referencing registers[] directly.
11251
977a3030
AC
112522002-01-29 Andrew Cagney <ac131313@redhat.com>
11253
11254 * parse.c (target_map_name_to_register): Delete code wrapped in
11255 #ifdef REGISTER_NAME_ALIAS_HOOK.
11256
2076c72b
MS
112572002-01-28 Michael Snyder <msnyder@redhat.com>
11258
11259 * regcache.c (legacy_read_register_gen): Need to be able to
11260 read pseudo-register as well as real register.
11261 (legacy_write_register_gen): Ditto.
11262
8fcc723b
AC
112632002-01-28 Andrew Cagney <ac131313@redhat.com>
11264
11265 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11266 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11267 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11268 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11269 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11270 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11271 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11272 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11273 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11274 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11275 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11276 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11277 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11278 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11279 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11280 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11281 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11282 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11283 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11284 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11285
afe64c1a
AC
112862002-01-28 Andrew Cagney <ac131313@redhat.com>
11287
11288 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11289 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11290 (initialize_current_architecture): Update target_byte_order using
11291 information from BFD.
aaa38bb5 11292 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11293 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11294
75bc7ddf
AC
112952002-01-28 Andrew Cagney <ac131313@redhat.com>
11296
11297 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11298 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11299
11300 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11301 #ifdef INVALID_FLOAT.
11302 * infcmd.c (do_registers_info): Ditto.
11303 * values.c (unpack_double): Ditto. Add comment.
11304
11305 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11306 already commented out.
11307
0280a90a
AS
113082002-01-26 Andreas Schwab <schwab@suse.de>
11309
11310 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11311 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11312 registers and add support for PTRACE_GETREGS.
11313
7072a954
AC
113142002-01-24 Andrew Cagney <ac131313@redhat.com>
11315
11316 GDB 5.1.1 released from 5.1 branch.
11317 * NEWS: Add 5.1.1 news.
11318 * README: Sync with 5.1 branch.
11319
86f902e0
FF
113202002-01-23 Fred Fish <fnf@redhat.com>
11321
11322 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11323 stabstring on initial malloc. Reallocing will copy it for us,
11324 if necessary.
11325
8af51c36
EZ
113262002-01-23 Elena Zannoni <ezannoni@redhat.com>
11327
aaa38bb5 11328 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11329 (HFILES_NO_SRCDIR): Remove hpread.h.
11330 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11331 (hpread.o): Update dependencies.
11332 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11333
11334 * hp-psymtab-read.c: Remove file.
11335 * hp-symtab-read.c: Remove file.
11336 * hpread.h: Remove file.
11337
11338 * hpread.c: Merge all contents of hp-psymtab-read.c,
11339 hp-symtab-read.c and hpread.h into this file, as it was prior to
11340 January 1999.
11341
11342 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11343 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11344 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11345 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11346
dc5cfeb6
EZ
113472002-01-23 Elena Zannoni <ezannoni@redhat.com>
11348
11349 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11350 fill_gregset): Call gdbarch_tdep() just once, assign result to
11351 variable and use that, instead of calling the function several
11352 times.
11353
ea87b71b
AO
113542002-01-24 Alexandre Oliva <aoliva@redhat.com>
11355
11356 * configure.host: Accept sparcv9 as alias for sparc64.
11357 * configure.tgt: Likewise.
11358
13fc0c2f
KB
113592002-01-22 Kevin Buettner <kevinb@redhat.com>
11360
11361 * solib-aix5.c (build_so_list_from_mapfile)
11362 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11363 arguments is not reversed.
11364 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11365 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11366
7bd872fe
EZ
113672002-01-22 Elena Zannoni <ezannoni@redhat.com>
11368
11369 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11370 modified version of obsolete sh_fetch_pseudo_register.
11371 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11372 (sh4_register_read): New function.
11373 (sh_pseudo_register_write): New function. Renamed and modified
11374 version of obsolete sh_store_pseudo_register.
11375 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11376 (sh4_register_write): New function.
11377 (sh_gdbarch_init): Remove setting of gdbarch function
11378 fetch_pseudo_register and store_pseudo_register. Remove setting of
11379 register_convert_to_raw, register_convert_to_virtual,
11380 register_convertible.
11381 (sh_sh4_register_convertible): Delete. No longer needed. All is
11382 taken care by architecture specific functions
11383 register_read/register_write.
11384 (sh_sh4_register_convert_to_virtual): Make static.
11385 (sh_sh4_register_convert_to_raw): Ditto.
11386
069e84fd
AC
113872002-01-22 Andrew Cagney <ac131313@redhat.com>
11388
11389 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11390 (floatformat_is_nan, floatformat_mantissa): Ditto.
11391
11392 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11393 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11394 builtin_type_ieee_double_little,
11395 builtin_type_ieee_double_littlebyte_bigword,
11396 builtin_type_m68881_ext, builtin_type_i960_ext,
11397 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11398 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11399 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11400 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11401
211a4f69
CV
114022002-01-22 Corinna Vinschen <vinschen@redhat.com>
11403
11404 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11405 parameter. Set frameless flag if it exists and depended of
11406 whether the scanned function is frameless or not.
11407 (xstormy16_skip_prologue): If function is frameless, return
11408 result of xstormy16_scan_prologue().
11409 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11410 call.
11411
f81353e4
EZ
114122002-01-21 Elena Zannoni <ezannoni@redhat.com>
11413
11414 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11415 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11416 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11417 sh_sh4_register_byte, sh_sh4_register_raw_size,
11418 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11419 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11420 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11421 sh_store_pseudo_register, sh_do_pseudo_register): Call
11422 gdbarch_tdep() just once, assign result to variable and use that,
11423 instead of calling the function several times.
11424
63c73a17
MK
114252002-01-20 Mark Kettenis <kettenis@gnu.org>
11426
11427 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11428 macros instead of LAST_FPU_CTRL_REGNUM.
11429 (store_register): Likewise.
11430
39ad761d
JB
114312002-01-21 Jim Blandy <jimb@redhat.com>
11432
11433 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11434 is up-to-date before running the program, not just when a program
11435 exits.
11436
3d74b771
FF
114372002-01-21 Fred Fish <fnf@redhat.com>
11438
11439 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11440 when we have found all instructions we are looking for.
11441
966fbf70
RE
114422002-01-21 Richard Earnshaw <rearnsha@arm.com>
11443
11444 * arm-tdep.c (arm_register_name): New function.
11445 (arm_registers_names): Make static.
11446 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11447 (arm_register_name): Declare.
11448 (REGISTER_NAME): Use it.
11449
c3b4394c
RE
114502002-01-21 Richard Earnshaw <rearnsha@arm.com>
11451 Kevin Buettner <kevinb@redhat.com>
11452
11453 Convert arm targets to new FRAME interface.
11454 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11455 (arm_frame_find_save_regs): Delete.
11456 (arm_frame_init_saved_regs): New.
11457 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11458 Allocate extra_info as required. Convert all uses of fsr.regs
11459 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11460 to use extra_info.
11461 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11462 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11463 (check_prologue_cache, save_prologue_cache): Likewise.
11464 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11465 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11466 (FRAME_FIND_SAVED_REGS): Delete.
11467 (arm_frame_find_saved_regs): Delete prototype.
11468 (arm_frame_init_saved_regs): New prototype.
11469 (FRAME_INIT_SAVED_REGS): Define.
11470
61d99182
AC
114712002-01-20 Andrew Cagney <ac131313@redhat.com>
11472
11473 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11474
6aaea291
AC
114752002-01-20 Andrew Cagney <ac131313@redhat.com>
11476
11477 From Jeff Law <law@redhat.com>:
11478 * infttrace.c: Include <sys/pstat.h>.
11479 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11480 exec file if the ttrace equivalent fails.
11481
15f698d2
AC
114822002-01-20 Andrew Cagney <ac131313@redhat.com>
11483
11484 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11485 (closeLogFile): Ditto.
11486
f86ddd7c
MC
114872002-01-20 Michael Chastain <mec@shout.net>
11488
11489 * top.c (print_gdb_version): Bump copyright year to 2002.
11490
904507ce
AC
114912002-01-20 Andrew Cagney <ac131313@redhat.com>
11492
11493 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11494 Zannoni and Eli Zaretskii.
11495
d7f0b9ce
DJ
114962002-01-20 Daniel Jacobowitz <drow@mvista.com>
11497
11498 * buildsym.c: Update copyright years.
11499 * c-typeprint.c: Likewise.
11500 * dwarf2read.c: Likewise.
11501 * f-typeprint.c: Likewise.
11502 * gdbtypes.c: Likewise.
11503 * gdbtypes.h: Likewise.
11504 * hp-symtab-read.c: Likewise.
11505 * hpread.c: Likewise.
11506 * mdebugread.c: Likewise.
11507 * p-typeprint.c: Likewise.
11508
3fd3d7d2
AC
115092002-01-20 Andrew Cagney <ac131313@redhat.com>
11510
11511 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11512 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11513 byte-order selectable.
11514 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11515 * arch-utils.c: Ditto.
11516 (set_endian): Ditto.
11517 (set_endian_from_file): Ditto.
11518 * gdbserver/low-sim.c (create_inferior): Ditto.
11519 * gdbarch.sh: Ditto.
11520 * gdbarch.h: Re-generate.
aaa38bb5
AJ
11521 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11522 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11523 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11524 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11525 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11526 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11527 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
11528 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11529 macro definition.
11530 * config/mips/tm-wince.h: Remove #undef of macro
11531 TARGET_BYTE_ORDER_SELECTABLE.
11532 * config/sh/tm-wince.h: Ditto.
11533
b02dede2
DJ
115342002-01-20 Daniel Jacobowitz <drow@mvista.com>
11535
11536 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11537 member function fields. Add accessor macro
11538 TYPE_FN_FIELD_ARTIFICIAL.
11539 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11540 * c-typeprint.c (c_type_print_base): Skip artificial member
11541 functions.
11542
c3643761
DJ
115432002-01-20 Daniel Jacobowitz <drow@mvista.com>
11544
11545 * f-typeprint.c: Delete unused function f_type_print_args.
11546 * p-typeprint.c: Delete unused function pascal_type_print_args.
11547
8176bb6d
DJ
115482002-01-20 Daniel Jacobowitz <drow@mvista.com>
11549
11550 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11551 comment. Add ``artificial'' to ``union field_location''.
11552
11553 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11554
11555 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11556 * mdebugread.c (parse_symbol): Likewise.
11557 * stabsread.c (define_symbol): Likewise.
11558 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11559 initializing TYPE_FIELD_BITPOS to n (obsolete).
11560 (hpread_doc_function_type): Likewise.
11561 * hpread.c (hpread_function_type): Likewise.
11562
7fd60527
AC
115632002-01-20 Andrew Cagney <ac131313@redhat.com>
11564
11565 * configure.in (host_makefile_frag): Only require a host makefile
11566 fragment when a native build.
11567 * configure: Re-generate.
11568
c2f05ac9
AC
115692002-01-20 Andrew Cagney <ac131313@redhat.com>
11570
11571 * doublest.h (floatformat_from_type): Declare.
11572 * doublest.c (floatformat_from_type): New function.
11573 (convert_typed_floating): Use.
11574
11575 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11576 call to function floatformat_from_type.
11577
11578 * gdbarch.sh (IEEE_FLOAT): Delete.
11579 * gdbarch.h, gdbarch.c: Re-generate.
11580 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11581 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11582 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11583 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11584 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11585 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11586 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11587 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11588 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11589 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11590 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
11591 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11592
11593 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11594 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11595 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11596 * sh-tdep.c (sh_gdbarch_init): Ditto.
11597 * mips-tdep.c (mips_gdbarch_init): Ditto.
11598 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11599 * cris-tdep.c (cris_gdbarch_init): Ditto.
11600
abf22e64
AJ
116012002-01-20 Jiri Smid <smid@suse.cz>
11602
11603 * configure.host, configure.tgt: Support x86-64.
11604 * NEWS: Note new target x86-64.
11605
b7c4cbf8
AJ
11606 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11607 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11608 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11609 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11610 x86-64-linux-nat.o): Fix dependencies.
11611
82600034
AC
116122002-01-19 Andrew Cagney <ac131313@redhat.com>
11613
11614 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11615 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11616 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11617 * config/sparc/xm-sun4os4.h: Delete file.
11618 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 11619
bbe5c628
AC
116202002-01-19 Andrew Cagney <ac131313@redhat.com>
11621
11622 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11623 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11624 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11625 * config/i386/i386lynx.mh (XM_FILE): Delete.
11626 * config/rs6000/xm-rs6000ly.h: Delete file.
11627 * config/sparc/xm-sparclynx.h: Delete file.
11628 * config/m68k/xm-m68klynx.h: Delete file.
11629 * config/i386/xm-i386lynx.h: Delete file.
11630 * config/xm-lynx.h: Delete file.
11631 * config/djgpp/fnchange.lst: Update.
11632
f8453e34
JT
116332002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11634
11635 * alpha-tdep.c (alpha_register_byte): New function.
11636 (alpha_register_raw_size): Ditto.
11637 (alpha_register_virtual_size): Ditto.
11638 (alpha_skip_prologue_internal): Renamed from
11639 alpha_skip_prologue.
11640 (alpha_skip_prologue): New version that calls
11641 alpha_skip_prologue_internal.
11642 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11643 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11644 second argument from alpha_skip_prologue.
11645 (REGISTER_BYTE): Use alpha_register_byte.
11646 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11647 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11648 (FRAMELESS_FUNCTION_INVOCATION): Use
11649 generic_frameless_function_invocation_not.
11650 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11651 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11652
52d9e613
AC
116532002-01-19 Andrew Cagney <ac131313@redhat.com>
11654
11655 * config/mips/xm-news-mips.h: Delete file.
11656 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11657
11658 * config/m88k/xm-m88k.h: Delete file.
11659 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11660 * config/m88k/xm-delta88v4.h: Ditto.
11661 * config/m88k/xm-delta88.h: Ditto.
11662
11663 * config/alpha/xm-fbsd.h: Delete file.
11664 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11665
11666 * config/sparc/xm-sparc.h: Delete file.
11667 * Makefile.in (xm-sun4os4.h): Delete dependency.
11668 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11669 * config/sparc/xm-sun4os4.h: Ditto.
11670 * config/sparc/xm-linux.h: Ditto.
11671
11672 * config/i386/xm-windows.h: Delete file.
11673
2d1b2124
AC
116742002-01-19 Andrew Cagney <ac131313@redhat.com>
11675
11676 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11677 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11678
ee1f65f0
JT
116792002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11680
11681 * alpha-tdep.c (alpha_call_dummy_words): New.
11682 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11683 (CALL_DUMMY_P): Define.
11684 (CALL_DUMMY_WORDS): Define.
11685 (SIZEOF_CALL_DUMMY_WORDS): Define.
11686
98081e55
PB
116872002-01-19 Per Bothner <per@bothner.com>
11688
11689 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11690 isn't NULL, which can happen with some gcj-3.x-produced code.
11691
0d056799
JT
116922002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11693
11694 * alpha-tdep.c (alpha_register_virtual_type): New function.
11695 (alpha_init_frame_pc_first): Ditto.
11696 (alpha_fix_call_dummy): Ditto.
11697 (alpha_store_struct_return): Ditto.
11698 (alpha_extract_struct_value_address): Ditto.
11699 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11700 alpha_register_virtual_type.
11701 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11702 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11703 alpha_extract_struct_value_address.
11704 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11705 (INIT_FRAME_PC): Use init_frame_pc_noop.
11706 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11707
4604bcad
MK
117082002-01-19 Mark Kettenis <kettenis@gnu.org>
11709
11710 * i386gnu-nat.c: Include "i386-tdep.h".
11711 (fetch_fpregs): Simplify code dealing with uninitialized floating
11712 point states such that it doesn't require FP7_REGNUM.
11713
140f9984
JT
117142002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11715
abf22e64
AJ
11716 * alpha-tdep.c (frame_extra_info): New.
11717 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11718 frame->extra_info.
11719 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11720 (alpha_frame_saved_pc): Use frame->extra_info.
11721 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11722 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11723 (init_extra_frame_info): Rename to...
11724 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11725 (alpha_print_extra_frame_info): New function.
140f9984
JT
11726 (alpha_frame_locals_address): Ditto.
11727 (alpha_frame_args_address): Ditto.
abf22e64 11728 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11729 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11730 alpha_frame_args_address.
abf22e64 11731 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11732 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11733 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11734 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11735 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11736 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11737
d734c450
JT
117382002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11739
11740 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11741 (alpha_cannot_fetch_register): Ditto.
11742 (alpha_cannot_store_register): Ditto.
11743 (alpha_register_convertible): Ditto.
11744 (alpha_use_struct_convention): Ditto.
11745 * config/alpha/tm-alpha.h: Update copyright years.
11746 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11747 (INNER_THAN): Use core_addr_lessthan.
11748 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11749 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11750 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11751 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11752 (FRAME_CHAIN): Remove unnecessary cast.
11753
b4ceaee6
AC
117542002-01-18 Andrew Cagney <ac131313@redhat.com>
11755
11756 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11757 obsolete.
11758
0a65a603
AC
117592002-01-18 Andrew Cagney <ac131313@redhat.com>
11760
11761 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11762 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11763 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11764 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11765 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11766 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11767 * x86-64-linux-nat.c: Ditto.
11768
636a6dfc
JT
117692002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11770
abf22e64 11771 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11772 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11773 (REGISTER_NAME): Define.
11774
acceddb6
JT
117752002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11776
11777 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11778
ec32e4be
JT
117792002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11780
11781 * alpha-tdep.c: Update copyright years.
11782 (alpha_next_pc): New function.
11783 (alpha_software_single_step): Ditto.
11784 * config/alpha/tm-alpha.h: Add prototype for
11785 alpha_software_single_step.
11786
e771a871
JT
117872002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11788
11789 * alphabsd-nat.c: Update copyright years.
11790 (fill_gregset): Use regcache_collect.
11791 (fill_fpregset): Likewise.
11792 (fetch_inferior_registers): Only fetch integer registers
11793 if requested to do so.
11794 (store_inferior_registers): Only store integer registers
11795 if requested to do so.
11796
7708fa01
AC
117972002-01-17 Andrew Cagney <ac131313@redhat.com>
11798
11799 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11800 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11801 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11802 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11803 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11804 * config/arm/linux.mh (XDEPFILES): Delete.
11805 * config/arm/nbsd.mh (XDEPFILES): Delete.
11806 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11807 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11808 * config/i386/i386m3.mh (XDEPFILES): Delete.
11809 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11810 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11811 * config/i386/fbsd.mh (XDEPFILES): Delete.
11812 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11813 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11814 * config/i386/i386v4.mh (XDEPFILES): Delete.
11815 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11816 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11817 * config/i386/i386aix.mh (XDEPFILES): Delete.
11818 * config/i386/go32.mh (XDEPFILES): Delete.
11819 * config/i386/cygwin.mh (XDEPFILES): Delete.
11820 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11821 * config/i386/i386mach.mh (XDEPFILES): Delete.
11822 * config/i386/i386v32.mh (XDEPFILES): Delete.
11823 * config/i386/linux.mh (XDEPFILES): Delete.
11824 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11825 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11826 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11827 * config/i386/i386sco.mh (XDEPFILES): Delete.
11828 * config/i386/i386v.mh (XDEPFILES): Delete.
11829 * config/i386/nbsd.mh (XDEPFILES): Delete.
11830 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11831 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11832 * config/i386/symmetry.mh (XDEPFILES): Delete.
11833 * config/i386/obsd.mh (XDEPFILES): Delete.
11834 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11835 * config/ia64/linux.mh (XDEPFILES): Delete.
11836 * config/ia64/aix.mh (XDEPFILES): Delete.
11837 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11838 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11839 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11840 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11841 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11842 * config/m68k/linux.mh (XDEPFILES): Delete.
11843 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11844 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11845 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11846 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11847 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11848 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11849 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11850 * config/m88k/delta88.mh (XDEPFILES): Delete.
11851 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11852 * config/m88k/m88k.mh (XDEPFILES): Delete.
11853 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11854 * config/mips/linux.mh (XDEPFILES): Delete.
11855 * config/mips/irix6.mh (XDEPFILES): Delete.
11856 * config/mips/irix5.mh (XDEPFILES): Delete.
11857 * config/mips/irix4.mh (XDEPFILES): Delete.
11858 * config/mips/irix3.mh (XDEPFILES): Delete.
11859 * config/mips/decstation.mh (XDEPFILES): Delete.
11860 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11861 (NATDEPFILES): Move core-aout.o to here.
11862 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11863 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11864 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11865 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11866 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11867 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11868 * config/pa/hpux11.mh (XDEPFILES): Delete.
11869 * config/powerpc/aix.mh (XDEPFILES): Delete.
11870 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11871 * config/powerpc/linux.mh (XDEPFILES): Delete.
11872 * config/romp/rtbsd.mh: Rename XDEPFILES.
11873 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11874 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11875 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11876 * config/s390/s390.mh (XDEPFILES): Delete.
11877 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11878 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11879 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11880 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11881 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11882 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11883 * config/sparc/linux.mh (XDEPFILES): Delete.
11884 * config/vax/vaxult.mh (XDEPFILES): Delete.
11885 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11886 * Makefile.in (DEPFILES): Remove XDEPFILES.
11887
375fc983
AC
118882002-01-17 Andrew Cagney <ac131313@redhat.com>
11889
11890 * utils.c (internal_verror): Fix comments, default is yes not no.
11891 Update queries to match. Default to quit and dump core.
11892
8926118c
AC
118932002-01-17 Andrew Cagney <ac131313@redhat.com>
11894
11895 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11896 copyright.
11897 * defs.h, event-top.c, gdbcmd.h: Ditto.
11898 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11899 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11900 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11901 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11902 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11903 * mi/mi-main.c:Ditto.
11904
11905 * stack.c, symfile.c: Update copyright.
11906
45b7b345
DJ
119072002-01-17 Daniel Jacobowitz <drow@mvista.com>
11908
db728ff7
DJ
11909 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11910 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11911 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11912 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11913
db728ff7
DJ
119142002-01-17 Daniel Jacobowitz <drow@mvista.com>
11915
11916 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11917 * gdbserver/low-lynx.c (myattach): Likewise.
11918 * gdbserver/low-nbsd.c (myattach): Likewise.
11919 * gdbserver/low-sim.c (myattach): Likewise.
11920 * gdbserver/low-sparc.c (myattach): Likewise.
11921 * gdbserver/low-sun3.c (myattach): Likewise.
11922
11923 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11924
db728ff7 11925 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11926 (main): Handle "--attach".
11927
8de3c354
AC
119282002-01-16 Andrew Cagney <ac131313@redhat.com>
11929
11930 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11931 maintainer.
11932
b0129042
DJ
119332002-01-15 Daniel Jacobowitz <drow@mvista.com>
11934
11935 * c-typeprint.c (is_type_conversion_operator): Add additional
11936 check for non-conversion operators.
11937
ba8679fb 119382002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11939
11940 * linux-proc.c: Add "info proc" command, a la procfs.c.
11941 (read_mapping): New function, abstract and re-use code.
11942 (linux_find_memory_regions): Use new func read_mapping.
11943 (linux_info_proc_cmd): New function, implement "info proc".
11944 (_initialize_linux_proc): Add new command "info proc".
11945
e4f9b4d5
MS
119462002-01-15 Michael Snyder <msnyder@redhat.com>
11947
11948 * symfile.c (generic_load): Use bfd_map_over_sections method
11949 instead of manipulating bfd structure members directly.
11950 (add_section_size_callback): New function, bfd sections callback
11951 used by generic_load.
11952 (load_sections_callback): New function, bfd sections callback
11953 used by generic_load.
11954
08cf96df
EZ
119552002-01-15 Elena Zannoni <ezannoni@redhat.com>
11956
abf22e64 11957 [Based on work by Jim Blandy]
08cf96df
EZ
11958 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11959 (builtin_type_vec128): Export.
11960 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11961 types.
11962 (builtin_type_vec128): New builtin type for 128 bit vector
11963 registers.
11964 (build_gdbtypes): Initialize builtin_type_v16qi and
11965 builtin_type_v8hi. Create the vec128 register builtin type
11966 structure.
11967 (build_builtin_type_vec128): New function.
abf22e64 11968 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11969 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11970 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11971 AltiVec register to new builtin type.
11972
d7242108
DJ
119732001-01-15 Daniel Jacobowitz <drow@mvista.com>
11974
11975 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11976 to make_cv_type.
11977
4ee3352d
AC
119782002-01-14 Andrew Cagney <ac131313@redhat.com>
11979
11980 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11981 CLEAN_UP_REGISTER_VALUE.
11982 * regcache.c (supply_register): Update only call.
11983
f015b2e7
AC
119842002-01-14 Andrew Cagney <ac131313@redhat.com>
11985
11986 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11987 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11988 a29k-*-vxworks* targets as obsolete.
11989
356ae49d
MS
119902002-01-14 Michael Snyder <msnyder@redhat.com>
11991
11992 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11993 until we can resolve portability issues.
11994 * gregset.h: Remove references to fpxregs.
11995 * gcore.c (gcore_command): Initialize note_sec to NULL.
11996
ade8f45e
AC
119972002-01-13 Andrew Cagney <ac131313@redhat.com>
11998
11999 * signals.c (target_signal_to_name): Rewrite. Only use
12000 signals[].name when in bounds and non-NULL.
abf22e64 12001
89c49e7a
AC
120022002-01-13 Andrew Cagney <ac131313@redhat.com>
12003
12004 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12005 * signals.c (target_signal_to_name): Verify that SIG is within the
12006 bounds of the signals array.
12007
4daa9f9f
AC
120082002-01-13 Andrew Cagney <ac131313@redhat.com>
12009
12010 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12011
ba4bbdcb
KS
120122002-01-13 Keith Seitz <keiths@redhat.com>
12013
12014 * stack.c (print_frame_info_base): Print the frame's pc
12015 only if when print_frame_info_listing_hook is not defined.
12016
575bbeb6
KS
120172002-01-13 Keith Seitz <keiths@redhat.com>
12018
12019 * varobj.c (varobj_set_value): Make sure that there were no
12020 errors evaluating the object before attempting to set its
12021 value.
12022 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12023 so this offset adjustment is no longer necessary.
12024 (create_child): Don't set the error flag if the child is
12025 a CPLUS_FAKE_CHILD.
12026 (value_of_child): If value_fetch_lazy fails, return NULL
12027 so that callers will be notified that an error occurred.
12028 (c_value_of_variable): Delay check of variable's validity
12029 until later. We actually want all structs and unions to have
12030 the value "{...}".
12031 Do not return "???" for variables which could not be evaluated.
12032 This error condition must be returned to the caller so that it
12033 can get the error condition from gdb.
12034 (cplus_name_of_child): Adjust index for vptr before figuring
12035 out the name of the child.
12036 (cplus_value_of_child): If a child's (real) parent is not valid,
12037 don't even bother trying to give a value for it. Just return
12038 an error. Change all instances in this function.
12039 (cplus_type_of_child): If our parent is one of the "fake"
12040 parents, we need to get at the type of the real parent, and
12041 derive the child's true type using this information.
12042
b76898ab
AC
120432002-01-13 Andrew Cagney <ac131313@redhat.com>
12044
12045 From 2002-01-09 John Marshall <johnm@falch.net>:
12046 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12047 sources.redhat.com, and tweak some related URLs which had
12048 suffered from linkrot.
12049
b6649e88
AC
120502002-01-13 Andrew Cagney <ac131313@redhat.com>
12051
12052 From Jeff law:
12053 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12054 structures passed in registers.
12055
82cc5033
EZ
120562002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12057
12058 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12059 white space which prevented compilation. Reported by DSK
12060 <dsk@student.unsw.edu.au>.
12061
ba5f2f8a
MS
120622002-01-11 Michael Snyder <msnyder@redhat.com>
12063
fbd35540
MS
12064 * symfile.c (build_section_addr_info_from_section_tab):
12065 Use bfd access method instead of manipulating bfd directly.
12066 (syms_from_objfile): Ditto.
12067 (simple_overlay_update_1): Ditto.
12068 (simple_overlay_update): Ditto.
12069 (generic_load): Ditto.
12070 (overlay_unmapped_address): FIXME comment, bfd access methods.
12071 (sections_overlap): FIXME comment, bfd access methods.
12072 (pc_in_mapped_range): FIXME comment, bfd access methods.
12073 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12074 (section_is_mapped): FIXME comment, bfd access methods.
12075 (section_is_overlay): FIXME comment, bfd access methods.
12076
ba5f2f8a
MS
12077 * symfile.c (generic_load): Whitespace and long line cleanups.
12078 Remove duplicate variable, change several local variables to
12079 more appropriate data types.
12080 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12081
17df2af6
AC
120822002-01-12 Andrew Cagney <ac131313@redhat.com>
12083
12084 From Peter Schauer:
12085 * language.c (longest_local_hex_string_custom): Use phex_nz to
12086 convert NUM to a hex string.
12087
ec920329
EZ
120882002-01-12 Elena Zannoni <ezannoni@redhat.com>
12089
12090 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12091 the function.
538a76d6 12092 Update Copyright year.
ec920329 12093
3abd2e01
AC
120942002-01-12 Andrew Cagney <ac131313@redhat.com>
12095
12096 * language.c (longest_raw_hex_string): Delete unused function.
12097
b21b22e0
PS
120982002-01-11 Petr Sorfa <petrs@caldera.com>
12099
12100 * MAINTAINERS (write-after-approval): Add myself.
12101 * dwarf2read.c (read_tag_string_type): Handling of
12102 DW_AT_byte_size.
12103 (read_tag_string_type): FORTRAN fix to prevent propagation of
12104 first string size.
12105 (set_cu_language): Handling of DW_LANG_Fortran95
12106
747fe712
RE
121072002-01-11 Richard Earnshaw <rearnsha@arm.com>
12108
12109 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12110 GETPID(inferior_ptid).
12111 (store_inferior_registers): Likewise.
12112
f1bea926
JM
121132002-01-10 Jason Merrill <jason@redhat.com>
12114
12115 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12116 Fix DW_OP_minus.
12117
ae940673
AC
121182002-01-10 Andrew Cagney <ac131313@redhat.com>
12119
12120 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12121 and bfd/elf32-sh-nbsd.c.
12122
00546b04
MS
121232002-01-10 Michael Snyder <msnyder@redhat.com>
12124
352ed7b4
MS
12125 * NEWS: Mention --pid and corefile/proc-id behavior change.
12126
c18be923
MS
12127 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12128 * gcore.c: Include cli/cli-decode.h instead of command.h.
12129
00546b04
MS
12130 * main.c (captured_main): Add new command line option "--pid".
12131 If the second command line argument (following the symbol-file)
12132 begins with a digit, try to attach to it before trying to open
12133 it as a corefile.
12134 (print_gdb_help): Document the "--pid" argument.
12135
db60ec62
EZ
121362002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12137
12138 * completer.c (command_completer): New function.
12139
12140 * completer.h <command_completer>: Add prototype.
12141
12142 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12143 completer for the "help" command.
12144
39c22d1a
JM
121452002-01-09 Jason Merrill <jason@redhat.com>
12146
12147 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12148
c564377f
MS
121492002-01-09 Michael Snyder <msnyder@redhat.com>
12150
975aec09
MS
12151 * i386-linux-nat.c (fill_fpxregset): Make global.
12152 (store_fpxregset): Ditto.
12153
db4a10fa
MS
12154 * gregset.h (gdb_fpxregset_t): Define.
12155 (supply_fpxregset): Prototype.
12156 (fill_fpxregset): Prototype.
12157
c564377f
MS
12158 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12159
c3d45d70
RE
121602002-01-09 Richard Earnshaw <rearnsha@arm.com>
12161
12162 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12163 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12164 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12165
fcc87af1
AC
121662002-01-09 Andrew Cagney <ac131313@redhat.com>
12167
12168 * MAINTAINERS: Update target maintainer rules so that any
12169 Maintainer can approve a tested patch for a maintenance-only
12170 target.
12171
dd96c05b
RE
121722002-01-09 Richard Earnshaw <rearnsha@arm.com>
12173
d4297db9 12174 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12175
d4297db9 12176 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12177 IN_SIGTRAMP.
12178
145fdc6e
MS
121792002-01-08 Michael Snyder <msnyder@redhat.com>
12180
12181 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12182 real name of the executable, rather than the /proc name.
12183
be4d1333
MS
121842002-01-03 Michael Snyder <msnyder@redhat.com>
12185
12186 Implement a "generate-core-file" command in gdb, save target state.
12187 * gcore.c: New file. Implement new command 'generate-core-file'.
12188 Save a corefile image of the current state of the inferior.
12189 * linux-proc.c: Add linux-specific code for saving corefiles.
12190 * target.h (struct target_ops): Add new target vectors for saving
12191 corefiles; to_find_memory_regions and to_make_corefile_notes.
12192 (target_find_memory_regions): New macro.
12193 (target_make_corefile_notes): New macro.
12194 * target.c (update_current_target): Inherit new target methods.
12195 (dummy_find_memory_regions): New place-holder method.
12196 (dummy_make_corefile_notes): New place-holder method.
12197 (init_dummy_target): Initialize new dummy target vectors.
12198 * exec.c (exec_set_find_memory_regions): New function.
12199 Allow the exec_ops vector for memory regions to be taken over.
12200 (exec_make_note_section): New function, target vector method.
12201 * defs.h (exec_set_find_memory_regions): Export prototype.
12202 * procfs.c (proc_find_memory_regions): New function, corefile method.
12203 (procfs_make_note_section): New function, corefile method.
12204 (init_procfs_ops): Set new target vector pointers.
12205 (find_memory_regions_callback): New function.
12206 (procfs_do_thread_registers): New function.
12207 (procfs_corefile_thread_callback): New function.
12208 * sol-thread.c (sol_find_memory_regions): New function.
12209 (sol_make_note_section): New function.
12210 (init_sol_thread_ops): Initialize new target vectors.
12211 * inftarg.c (inftarg_set_find_memory_regions): New function.
12212 Allow to_find_memory_regions vector to be taken over.
12213 (inftarg_set_make_corefile_notes): New function.
12214 Allow to_make_corefile_notes vector to be taken over.
12215 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12216 interface layer if not target_has_execution (may be a corefile).
12217 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12218 * config/sparc/sun4sol2.mh: Ditto.
12219 * config/alpha/alpha-linux.mh: Ditto.
12220 * config/arm/linux.mh: Ditto.
12221 * config/i386/x86-64linux.mh: Ditto.
12222 * config/ia64/linux.mh: Ditto.
12223 * config/m68k/linux.mh: Ditto.
12224 * config/mips/linux.mh: Ditto.
12225 * config/powerpc/linux.mh: Ditto.
12226 * config/sparc/linux.mh: Ditto.
12227
c6b92abd
MS
122282002-01-07 Michael Snyder <msnyder@redhat.com>
12229
12230 * arm-linux-nat.c: Remove references to regcache.c internal data
12231 (registers[] and register_valid[]).
12232
4b09dc8c
MS
122332002-01-07 Michael Snyder <msnyder@redhat.com>
12234
abf22e64
AJ
12235 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12236 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12237 symbol file and shlibs.
12238 * Makefile.in: Add rule for linux-proc.o.
12239 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12240 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12241 * config/arm/linux.mh: Ditto.
12242 * config/i386/linux.mh: Ditto.
12243 * config/i386/x86-64linux.mh: Ditto.
12244 * config/ia64/linux.mh: Ditto.
12245 * config/m68k/linux.mh: Ditto.
12246 * config/mips/linux.mh: Ditto.
12247 * config/powerpc/linux.mh: Ditto.
12248 * config/sparc/linux.mh: Ditto.
12249
c25b74ac
PM
122502002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12251
12252 * win32-nat.c: Add i386-tdep.h dependency.
12253
94cd915f
MS
122542002-01-07 Michael Snyder <msnyder@redhat.com>
12255
c7cccb76
MS
12256 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12257 instead of bfd_get_arch_size. Don't bail out just because
12258 there's no exec_bfd.
abf22e64 12259
34c0bd93
MS
12260 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12261 * p-valprint.c (pascal_object_print_value): Ditto.
12262 * somread.c (som_symtab_read): Ditto.
12263 * symfile.c (simple_free_overlay_region_table): Ditto.
12264 * valops.c (value_assign): Ditto.
12265
21c1c920
MS
12266 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12267 use tilde_expand and strerror for opening save-tracepoints file.
12268
5bbd998e
MS
12269 * thread-db.c (thread_db_new_objfile): Indendation fix.
12270
94cd915f
MS
12271 * infptrace.c (GDB_MAX_ALLOCA): New define.
12272 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12273 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12274 can be overridden with whatever value is appropriate to the host).
12275 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12276 alloca to allocate potentially large buffer.
12277 * rs6000-nat.c (child_xfer_memory): Ditto.
12278 * symm-nat.c (child_xfer_memory): Ditto.
12279 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12280
494e8a93
JSC
122812002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12282
12283 From Nick Clifton <nickc@redhat.com>
12284 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12285
d0e1d48e
MS
122862002-01-07 Michael Snyder <msnyder@redhat.com>
12287
abf22e64 12288 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12289 Don't use exec_bfd if it's NULL.
12290
290b2c7a
MK
122912002-01-06 Mark Kettenis <kettenis@gnu.org>
12292
abf22e64 12293 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12294
aef21287
AC
122952002-01-06 Andrew Cagney <ac131313@redhat.com>
12296
12297 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12298 * gnu-nat.c: Ditto.
12299
30efa627
AC
123002002-01-06 Andrew Cagney <ac131313@redhat.com>
12301
12302 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12303 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12304 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12305 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12306 z8k-coff have not been multi-arched. Update z8k-coff build
12307 status.
12308
9b4ff276
AC
123092002-01-06 Andrew Cagney <ac131313@redhat.com>
12310
12311 * MAINTAINERS: Mark a29k target as obsolete.
12312 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12313 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12314 comments.
12315 * NEWS: Note that a29k targets are obsolete.
12316 * a29k-tdep.c: Mark as obsolete.
12317 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12318 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12319 a29k-*-vxworks* targets as obsolete.
12320 * remote-adapt.c: Obsolete.
12321 * remote-eb.c: Obsolete.
12322 * remote-mm.c: Obsolete.
12323 * remote-udi.c: Obsolete.
12324 * config/a29k/a29k-udi.mt: Obsolete.
12325 * config/a29k/a29k.mt: Obsolete.
12326 * config/a29k/tm-a29k.h: Obsolete.
12327 * config/a29k/tm-vx29k.h: Obsolete.
12328 * config/a29k/vx29k.mt: Obsolete.
12329
a9011d31
AC
123302002-01-05 Andrew Cagney <ac131313@redhat.com>
12331
12332 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12333 with BFD_ENDIAN_BIG.
12334
9299404e
AC
123352002-01-05 Andrew Cagney <ac131313@redhat.com>
12336
12337 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12338 * configure, config.in: Re-generate.
12339 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12340 * defs.h: Do not include <endian.h>.
12341
7e89e357
JT
123422002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12343
12344 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12345 * config.in: Regenerate.
12346 * configure.in: Update copyright years.
12347 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12348 * configure: Regenerate.
12349 * i386bsd-nat.c: Update copyright years.
12350 (fill_gregset): Use regcache_collect.
12351 (fetch_inferior_registers): Only fetch integer registers
12352 if requested to do so. Add support for XMM registers
12353 using PT_GETXMMREGS.
12354 (store_inferior_registers): Only store integer registers
12355 if requested to do so. Add support for XMM registers
12356 using PT_SETXMMREGS.
12357 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12358 (store_inferior_registers): Remove.
12359 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12360 (fetch_elfcore_registers): New function.
12361 (i386nbsd_elfcore_fns): New.
12362 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12363 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12364 i386bsd-nat.o.
12365 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12366 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12367 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12368 * config/i386/tm-nbsd.h: Update copyright years.
12369 (HAVE_SSE_REGS): Define.
12370 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12371 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12372 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12373 (SIGCONTEXT_PC_OFFSET): Remove.
12374 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12375
a752853e
AC
123762002-01-05 Andrew Cagney <ac131313@redhat.com>
12377
12378 * configure.tgt: Remove powerpc-*-macos* target.
12379 * config/m68k/xm-mpw.h: Delete file.
12380 * config/xm-mpw.h: Delete file.
12381 * ser-mac.c: Delete file.
12382 * mpw-make.sed: Delete file.
12383 * mpw-config.in: Delete file.
12384 * mac-xdep.c: Delete file.
12385 * mac-gdb.r: Delete file.
12386 * mac-defs.h: Delete file.
12387 * mac-nat.c: Delete file.
12388 * config/powerpc/macos.mh: Delete file.
12389 * config/powerpc/macos.mt: Delete file.
12390 * config/powerpc/nm-macos.h: Delete file.
12391 * config/powerpc/tm-macos.h: Delete file.
12392 * source.c (openp, open_source_file): Remove obsolete code.
12393 * top.c (gdb_readline): Ditto.
12394 * utils.c (query): Ditto.
12395 * event-top.c (display_gdb_prompt): Ditto.
12396 * Makefile.in (ser-mac.o): Delete obsolete target.
12397 * NEWS: Update.
12398
d7449b42
AC
123992002-01-04 Andrew Cagney <ac131313@redhat.com>
12400
12401 * defs.h (BIG_ENDIAN): Delete macro definition.
12402 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12403 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12404 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12405 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12406 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12407 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12408 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12409 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12410 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12411 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12412 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12413 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12414 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12415 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12416 * gdbarch.c: Re-generate.
12417
356374e8
DJ
124182002-01-04 Daniel Jacobowitz <drow@mvista.com>
12419
12420 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12421 for core files.
12422
a2b8f8f8
JT
124232002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12424
12425 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12426
12466af9
AC
124272002-01-04 Andrew Cagney <ac131313@redhat.com>
12428
12429 * value.h (value_ptr): Delete typedef.
12430
3549ab40
JT
124312002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12432
12433 * i386nbsd-nat.c: Update copyright years.
12434 Include i386-tdep.h.
12435
fedbd091
EZ
124362002-01-04 Elena Zannoni <ezannoni@redhat.com>
12437
12438 * stabsread.c: Update copyright years.
12439
12440 From Debashis Mahata <debashis.mahata@wipro.com>:
12441 (read_struct_fields): Deal with Sun C compiler erroneous stab
12442 output for structs and unions.
fec8b34f 12443 Fix PR gdb/269.
fedbd091 12444
eb43544b
DJ
124452002-01-04 Daniel Jacobowitz <drow@mvista.com>
12446
12447 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12448 prototype.
12449
1514d34e
DJ
124502002-01-04 Daniel Jacobowitz <drow@mvista.com>
12451
12452 * cp-abi.c: Fix whitespace.
12453 (baseclass_offset): New wrapper function.
12454 * cp-abi.h (baseclass_offset): Add prototype.
12455 (struct cp_abi_ops): Add baseclass_offset pointer.
12456
12457 * valops.c (vb_match): Move to...
12458 * gnu-v2-abi.c (vb_match): here.
12459 * valops.c (baseclass_offset): Move to...
12460 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12461
12462 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12463
12464 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12465 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12466 * hpacc-abi.c (init_hpacc_ops): Likewise.
12467
7f8c9282
DJ
124682002-01-04 Daniel Jacobowitz <drow@mvista.com>
12469
12470 * valops.c (find_overload_match): Accept obj as a
12471 reference parameter. Update it before returning.
12472 * value.h (find_overload_match): Update prototype.
12473 * eval.c (evaluate_subexp_standard): Pass object to
12474 find_overload_match by reference.
12475
f23631e4
AC
124762002-01-03 Andrew Cagney <ac131313@redhat.com>
12477
12478 * valarith.c: Replace value_ptr with struct value pointer. Remove
12479 register attribute from value declarations.
12480 * valops.c: Ditto.
12481 * value.h: Ditto.
12482 * scm-lang.c (scm_lookup_name): Ditto.
12483
79e10fab 124842002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 12485
79e10fab
AC
12486 Abstract the functionality of iterating over mapped memory
12487 regions into a general purpose iterator function.
abf22e64 12488 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
12489 iterator for memory sections.
12490 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12491 (solib_mappings_callback): New function, callback for above.
12492 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12493 (info_mappings_callback): New function, callback for above.
12494
12495 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12496
c5ad026a
MK
124972002-01-01 Mark Kettenis <kettenis@gnu.org>
12498
d2a7c97a
MK
12499 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12500 * i386-tdep.c: Include "elf-bfd.h".
12501 (process_note_abi_tag_sections): New function.
12502 (i386_gdbarch_init): Add code to recognize various OS/ABI
12503 combinations.
12504
c5ad026a
MK
12505 * maint.c (_initialize_maint_cmds): Add missing \ in
12506 string-literal.
12507
a1a5b71e 12508For older changes see ChangeLog-2001
c906108c
SS
12509\f
12510Local Variables:
12511mode: change-log
12512left-margin: 8
12513fill-column: 74
12514version-control: never
12515End:
This page took 0.91033 seconds and 4 git commands to generate.