* printcmd.c (disassemble_command): Remove obsolete function.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
83c31e7d
FN
12002-11-07 Fernando Nasser <fnasser@redhat.com>
2
3 * printcmd.c (disassemble_command): Remove obsolete function.
4 (_initialize_printcmd): Do not create disassemble command here.
5 * cli/cli-cmds.c (disassemble_command): New function. Implements
6 disassemble command.
7 (init_cli_cmds): Create disassemble command here instead.
8
0ec30a36
AC
92002-11-07 Andrew Cagney <ac131313@redhat.com>
10
11 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
12
e600bd34
AC
132002-11-07 Andrew Cagney <ac131313@redhat.com>
14
15 * regcache.h (regcache_cooked_read_using_offset_hack)
16 (regcache_cooked_write_using_offset_hack): Delete declarations.
17 (register_changed): Delete declaration.
18 * regcache.c (regcache_cooked_read_using_offset_hack)
19 (regcache_cooked_write_using_offset_hack): Delete functions.
20 (cooked_xfer_using_offset_hack): Delete function.
21 (register_changed): Delete function.
22
568f8739
JB
232002-11-07 Jim Blandy <jimb@redhat.com>
24
25 * macroscope.c: #include "complaints.h".
26 (sal_macro_scope): Cope with filenames that appear in the symtabs,
27 but not in the macro table.
28 * Makefile.in (macroscope.o): Record dependency.
29
b0718b7b
JB
302002-11-07 Joel Brobecker <brobecker@gnat.com>
31
32 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
33
2b9e5f3f
AC
342002-11-07 Andrew Cagney <ac131313@redhat.com>
35
36 * regcache.c (deprecated_registers_fetched): Update.
37 * regcache.h (deprecated_registers_fetched): Rename
38 registers_fetched.
39 * remote-vxsparc.c (vx_read_register): Update.
40 * remote-vxmips.c (vx_read_register): Update.
41 * remote-vx68.c (vx_read_register): Update.
42 * irix5-nat.c (fetch_core_registers): Update.
43 * mipsm3-nat.c (fetch_inferior_registers): Update.
44 * sun3-nat.c (fetch_inferior_registers): Update.
45 * symm-nat.c (fetch_inferior_registers): Update.
46 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
47 (fetch_core_registers): Update.
48 (fetch_kcore_registers): Update.
49 * mips-nat.c (fetch_inferior_registers): Update.
50 * corelow.c (get_core_registers): Update.
51 * a68v-nat.c (fetch_inferior_registers): Update.
52
e6e68f1f
JB
532002-11-06 Joel Brobecker <brobecker@gnat.com>
54
55 Put in place the framework necessary for multiarching the hppa targets.
56 * hppa-tdep.c (hppa_gdbarch_init): New function.
57 (hppa_dump_tdep): New function.
58 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
59 tdep structure dumper.
60 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
61 until the multi-arching conversion has partially been completed.
62
492254e9
AC
632002-11-06 Andrew Cagney <ac131313@redhat.com>
64
65 * valops.c (value_assign): Merge lval_register case into
66 lval_reg_frame_relative. Use frame_register and
67 regcache_cooked_write instead of get_saved_register and
68 write_register_bytes. After flushing the register cache, try to
69 re-select the selected frame.
70
8262ee23
AC
712002-11-06 Andrew Cagney <ac131313@redhat.com>
72
73 * regcache.h (deprecated_register_valid): Rename register_valid.
74 * regcache.c: Update.
75 * ia64-aix-nat.c: Update.
76 * i386gnu-nat.c: Update.
77 * alpha-nat.c: Update.
78 * sparc-nat.c: Update.
79 * lynx-nat.c: Update.
80 * remote-mips.c: Update.
81
4facf7e8
JB
822002-11-06 Joel Brobecker <brobecker@gnat.com>
83
84 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
85 to end of file, to be more consistent with the pratice followed
86 by other targets.
87
f9418c0f
AC
882002-11-06 Andrew Cagney <ac131313@redhat.com>
89
90 * infcmd.c: Include "reggroups.h" and <ctype.h>.
91 (print_float_info): Print registers in float_reggroup.
92 (print_vector_info): Print registers in vector_reggroup.
93 (default_print_registers_info): When all, print registers in
94 all_reggroup. Otherwize, print registers in general_reggroup.
95 (registers_info): Rewrite. Add support for register groups.
96 Eliminate a goto.
97
3fe235a7
EZ
982002-11-06 Elena Zannoni <ezannoni@redhat.com>
99
100 * symtab.c (methods_info): Delete. It has been ifdeffed out for
101 ages.
102 (symtab_symbol_info): Remove eons old ifdeffed out code.
103 (_initialize_symtab): Remove prehistoric disabled 'info methods'
104 command.
105
ef944135
TR
1062002-11-06 Theodore A. Roth <troth@openavr.org>
107
108 * c-exp.y: Add missing semi-colons.
109 * f-exp.y: Add missing semi-colons.
110 * m2-exp.y: Add missing semi-colons.
111 * p-exp.y: Add missing semi-colons.
112 Add empty action to start rule to avoid a type clash error when
113 building with bison >= 1.50.
114
f8302a57
JB
1152002-11-06 Jim Blandy <jimb@redhat.com>
116
117 * macrotab.h (struct macro_source_file): Doc fix.
118
6e382aa3
JJ
1192002-11-05 Jeff Johnston <jjohnstn@redhat.com>
120
121 * varobj.c (child_exists, cplus_number_of_children): Change
122 STREQ macro references to strcmp.
123 (cplus_name_of_child): Change code to handle the fact that
124 fields are not necessarily contiguous with regards to their
125 access control. This is a fix for PR gdb/792.
126
a216a322
AC
1272002-11-05 Andrew Cagney <ac131313@redhat.com>
128
129 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
130 * gdbarch.h, gdbarch.c: Regnerate.
131 * frame.h (frame_register): Declare.
132 * frame.c (frame_register): New function.
133 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
134 GET_SAVED_REGISTER, otherwize call
135 generic_unwind_get_saved_register.
136 (frame_register_read): Use frame_register instead of
137 get_saved_register.
138
7d5b6fdd
EZ
1392002-11-05 Elena Zannoni <ezannoni@redhat.com>
140
141 From Jim Ingham <jingham@apple.com>:
142 * event-top.c (gdb_disable_readline): New function.
143 (_initialize_event_loop): Move comment.
144
b7c64260
EZ
1452002-11-05 Elena Zannoni <ezannoni@redhat.com>
146
147 * event-loop.c (start_event_loop): Add comment.
148 Update copyright.
149
c2e1b8f2
AC
1502002-11-05 Andrew Cagney <ac131313@redhat.com>
151
152 * infcmd.c (default_print_registers_info): Do not call
153 PRINT_REGISTER_HOOK.
154
87647bb0
AC
1552002-11-05 Andrew Cagney <ac131313@redhat.com>
156
157 * sparc-tdep.c (sparc_print_register_hook): Make static.
158 (sparc_print_registers_info): New function.
159 (sparc_do_registers_info): New function.
160 (sparclet_print_registers_info): New function.
161 (sparclet_do_registers_info): New function.
162 (do_sparc_print_registers_info): New function.
163 (sparc_print_registers): New static function, clone of infcmd.c's
164 default_print_registers_info.
165 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
166 (sparclet_do_registers_info): Declare.
167 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
168 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
169 Re-define.
170 (sparc_do_registers_info): Declare.
171 (PRINT_REGISTER_HOOK): Delete macro.
172 (sparc_print_register_hook): Delete declaration.
173
8155455b
DC
1742002-11-05 David Carlton <carlton@math.stanford.edu>
175
176 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
177 functions.
178 (lookup_symbol_aux_local): New function.
179 (lookup_symbol_aux_symtabs): New function.
180 (lookup_symbol_aux_psymtabs): New function.
181
29924310
DC
1822002-11-05 David Carlton <carlton@math.stanford.edu>
183
184 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
185 previous values of 'objfile' and 'block'.
186
cc303028
PM
1872002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
188
189 * values.c (value_change_enclosing_type): Set
190 enclosing_type field correctly also for the case where
191 more memory needs to be allocated.
192
1d70089a
MK
1932002-11-03 Mark Kettenis <kettenis@gnu.org>
194
f16a25ae
MK
195 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
196 of puts_filtered.
197
1d70089a
MK
198 * i387-tdep.c (i387_print_float_info): Replace calls to
199 register_read and deprecated_read_register_gen with calls to
200 frame_register_read, and make the necessary adjustments to the
201 surrounding code.
202
7e20f3fb
AC
2032002-11-02 Andrew Cagney <ac131313@redhat.com>
204
205 * gdbarch.sh (register_reggroup_p): Allow default value.
206 * gdbarch.h, gdbarch.c: Regenerate.
207
192dbe33
AC
2082002-11-02 Andrew Cagney <ac131313@redhat.com>
209
210 * regcache.h: Add coment indicating replacements for deprecated
211 functions.
212
b59ff9d5
AC
2132002-11-02 Andrew Cagney <cagney@redhat.com>
214
215 * reggroups.h, reggroups.c: New files.
216 * regcache.c: Include "reggroups.h".
217 (enum regcache_dump_what): Add `regcache_dump_groups'.
218 (regcache_dump): Contract size of the "Type" column. When
219 specified, dump the register's groups.
220 (maintenance_print_register_groups): New function.
221 (_initialize_regcache): Add command `maint print register-groups'.
222 * Makefile.in (COMMON_OBS): Add reggroups.o
223 (SFILES): Add reggroups.c.
224 (reggroups_h): Define.
225 (regcache.o, gdbarch.o): Update dependencies.
226 (reggroups.o): Specify dependencies.
227 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
228 Add opaque declaration for `struct reggroup' in generated .h file.
229 Include "reggroups.h" in generated .c file.
230 gdbarch.h, gdbarch.c: Re-generate.
231
4caf0990
AC
2322002-11-02 Andrew Cagney <cagney@redhat.com>
233
234 * regcache.h (deprecated_read_register_gen): Rename
235 read_register_gen.
236 (deprecated_write_register_gen): Rename write_register_gen.
237 * i387-tdep.c: Update.
238 * x86-64-linux-nat.c: Update
239 * wince.c: Update.
240 * thread-db.c: Update.
241 * win32-nat.c: Update.
242 * mips-tdep.c: Update.
243 * d10v-tdep.c: Update.
244 * cris-tdep.c: Update.
245 * remote-sim.c: Update.
246 * remote-rdi.c: Update.
247 * remote-rdp.c: Update.
248 * frame.c: Update.
249 * target.c: Update.
250 * blockframe.c: Update.
251 * x86-64-tdep.c: Update.
252 * xstormy16-tdep.c: Update.
253 * sh-tdep.c: Update.
254 * s390-tdep.c: Update.
255 * rs6000-tdep.c: Update.
256 * sparc-tdep.c: Update.
257 * i386-tdep.c: Update.
258 * dwarf2cfi.c: Update.
259 * regcache.c: Update.
260
7a7adcdf
JB
2612002-11-01 Joel Brobecker <brobecker@gnat.com>
262
263 New interix-specific files:
264 * config/i386/nm-interix.h: New file.
265 * config/i386/interix.mh: New file.
266 * config/i386/interix.mt: New file.
267 * i386-interix-nat.c: New file.
268 * i386-interix-tdep.c: New file.
269
bdcdd535
AC
2702002-11-01 Andrew Cagney <cagney@redhat.com>
271
272 * frame.h (deprecated_generic_get_saved_register): Rename
273 generic_get_saved_register.
274 * blockframe.c (deprecated_generic_get_saved_register): Update.
275 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
276 (xstormy16_frame_saved_register): Update.
277 * sh-tdep.c (sh_gdbarch_init): Update.
278 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
279 * ia64-tdep.c (ia64_get_saved_register): Update.
280 * cris-tdep.c (cris_gdbarch_init): Update.
281 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
282 * arm-tdep.c (arm_gdbarch_init): Update.
283
2a4b7c45
DJ
2842002-10-31 Daniel Jacobowitz <drow@mvista.com>
285
286 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
287
ef17e74b
DJ
2882002-10-31 Daniel Jacobowitz <drow@mvista.com>
289
290 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
291 trampolines in sigaction.
292
4904ba5b
AC
2932002-10-31 Andrew Cagney <cagney@redhat.com>
294
295 * h8300-tdep.c: Include "gdb_assert.h".
296 (h8300_print_register): Add gdbarch, file and frame parameters.
297 Use frame_read_unsigned_register to read the register's value.
298 Use fprintf_filtered to display output.
299 (h8300_print_registers_info): Replace h8300_do_registers_info.
300 (h8300_gdbarch_init): Set print_registers_info.
301
f908a0eb
AC
3022002-10-31 Andrew Cagney <cagney@redhat.com>
303
304 * frame.c (frame_read_unsigned_register): New function.
305 (frame_read_signed_register): New function.
306 * frame.h (frame_read_unsigned_register): Declare.
307 (frame_read_signed_register): Declare.
308
c5646e11
AC
3092002-10-31 Andrew Cagney <cagney@redhat.com>
310
311 * h8500-tdep.c (h8500_print_registers_info): New static function,
312 clone of infcmd.c's default_print_registers_info.
313 (h8500_do_registers_info): New funtion.
314 (h8500_print_register_hook): Rename print_register_hook, make
315 static.
316
317 * config/h8500/tm-h8500.h: Update copyright.
318 (DEPRECATED_DO_REGISTERS_INFO): Define.
319 (h8500_do_registers_info: Declare.
320 (PRINT_REGISTER_HOOK): Delete macro.
321 (print_register_hook): Delete function.
322
0bdd672b
AC
3232002-10-31 Andrew Cagney <cagney@redhat.com>
324
325 * z8k-tdep.c (z8k_print_register_hook): Make static.
326 (z8k_print_registers_info): New static function, clone of
327 infcmd.c's default_print_registers_info.
328 (z8k_do_registers_info): New function. Wrap
329 z8k_print_registers_info.
330 * config/z8k/tm-z8k.h: Update copyright.
331 (PRINT_REGISTER_HOOK): Delete macro.
332 (z8k_print_register_hook): Delete declaration.
333 (DEPRECATED_DO_REGISTERS_INFO): Define.
334 (z8k_do_registers_info): Declare.
335
bf9c25dc
JB
3362002-10-30 Joel Brobecker <brobecker@gnat.com>
337
338 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
339 as this is already provided by value.h, and was actually causing
340 a compilation error because of a conflict in parameter type
341 declaration due to a missing const keyword.
342 (low_text_segment_addres): Fix a compilation warning.
343
2c665b51
DJ
3442002-10-29 Daniel Jacobowitz <drow@mvista.com>
345
346 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
347 registers without a name.
348 (mips_linux_cannot_store_register): Don't store registers without
349 a name.
350
e70ea697
DC
3512002-10-28 David Carlton <carlton@math.stanford.edu>
352
353 * symtab.c (find_addr_symbol): Delete. (It was already commented
354 out.)
355 * symtab.h: Delete prototype for find_addr_symbol.
356
903ad3a6
AC
3572002-10-26 Andrew Cagney <cagney@redhat.com>
358
359 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
360 DO_REGISTERS_INFO.
361 gdbarch.h, gdbarch.c: Re-generate.
362 * infcmd.c (default_print_registers_info): Update reference.
363 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
364 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
365 * sh-tdep.c (sh_gdbarch_init): Ditto.
366 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
367 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
368
ab91194c
MK
3692002-10-26 Mark Kettenis <kettenis@gnu.org>
370
e3033f15
MK
371 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
372 cfi_init_extra_frame_info.
373 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
374 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
375
b83b026c
MK
376 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
377 target where necessary. Add more comments and remove the ones
378 that don't provide any useful information.
379
267bf4bb
MK
380 * i386-tdep.c (i386_frame_saved_pc): Replace call to
381 deprecated_read_register_dummy with
382 frame_unwind_unsigned_register.
383
751f1375
MK
384 * i386-tdep.c (i386_extract_struct_value_address): Use
385 regcache_raw_read_unsigned instead of
386 regcache_cooked_read_unsigned since we know that the register
387 we're reading isn't a pseudo register. Rename variable 'val' into
388 the more descriptive 'addr'.
389
26abbdc4
MK
390 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
391 (x86_64_push_return_address): Add comment.
392 (x86_64_pop_frame): Make static.
393 (examine_argument): Clarify comment.
394 (x86_64_skip_prologue): Make prolog_expact variable static.
395
9f1549cc
MK
396 * dwarf2cfi.c: Fix some formatting problems.
397 (context_cpy, read_encoded_pointer): Clarify comments.
398
ab91194c
MK
399 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
400 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
401 i386 target back into x86_64_gdbarch_init. Add some comments and
402 remove meaningless ones.
403
72367fb4
AC
4042002-10-25 Andrew Cagney <cagney@redhat.com>
405
406 * complaints.h (struct deprecated_complaint): Rename `struct
407 complaint'.
408 * complaints.c (complain): Update.
409 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
410 incorrect comment indicating that "symfile.h" was being included
411 for the `struct complaint' definition.
412 * remote-vx.c: Update.
413 * objc-lang.c: Update.
414 * xcoffread.c: Update.
415 * hpread.c: Update.
416 * mdebugread.c: Update.
417 * stabsread.c: Update.
418 * dwarf2read.c: Update.
419 * dwarfread.c: Update.
420 * elfread.c: Update.
421 * coffread.c: Update.
422 * stabsread.h: Update.
423 * dbxread.c: Update.
424 * buildsym.c: Update.
425 * gdbtypes.c: Update.
426 * macrotab.c: Update.
427
1f2baacc
MK
4282002-10-25 Mark Kettenis <kettenis@gnu.org>
429
0c1a73d6
MK
430 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
431 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
432 (x86_64_init_abi): ...new function.
433
6aee4d54 434 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
435 * i386v-nat.c: Include "i386-tdep.h".
436
8f9cbe01
AC
4372002-10-25 Andrew Cagney <cagney@redhat.com>
438
5f11f355
AC
439 * gdbtypes.c (address_space_name_to_int): Update.
440 (address_space_int_to_name): Update.
441 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
442 multi-arch predicate.
443 (address_class_name_to_type_flags): Ditto.
444 * gdbarch.h, gdbarch.c: Re-generate.
445
8f9cbe01
AC
446 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
447
e8d96a5d
MH
4482002-10-24 Martin M. Hunt <hunt@redhat.com>
449
450 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
451
fe39c653
EZ
4522002-10-24 Elena Zannoni <ezannoni@redhat.com>
453
454 * symtab.h (INIT_SAL): Delete macro.
455 (init_sal): Export.
456 * symtab.c (init_sal): New function.
457
458 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
459 to init_sal function call.
460 (find_sal_from_funcs_and_line): Ditto.
461 (all_sals_for_line): Ditto.
462 * breakpoint.c (create_internal_breakpoint): Ditto.
463 (create_fork_vfork_event_catchpoint): Ditto.
464 (create_exec_event_catchpoint): Ditto.
465 (parse_breakpoint_sals): Ditto.
466 (watch_command_1): Ditto.
467 (handle_gnu_4_16_catch_command): Ditto.
468 (clear_command): Ditto.
469 * hppa-tdep.c (child_enable_exception_callback): Ditto.
470 * infcmd.c (run_stack_dummy): Ditto.
471 * infrun.c (process_event_stop_test): Ditto.
472 (check_sigtramp2): Ditto.
473 (step_over_function): Ditto.
474 * linespec.c (decode_line_2): Ditto.
475 (decode_line_1): Ditto.
476 * source.c (line_info): Ditto.
477 * symtab.c (find_pc_sect_line): Ditto.
478
baed091b
ML
4792002-10-24 Michal Ludvig <mludvig@suse.cz>
480
481 * dwarf2cfi.c (struct context)
482 (struct context_reg): Moved to dwarf2cfi.h
483 (context_alloc, frame_state_alloc, context_cpy):
484 Made extern instead of static, removed prototypes.
485 * dwarf2cfi.h (struct context)
486 (struct context_reg): New, moved from dwarf2cfi.c
487 (context_alloc, frame_state_alloc, context_cpy):
488 New prototypes.
489 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
490 Changed from static to extern.
491 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
492 (LINUX_SIGCONTEXT_FP_OFFSET)
493 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
494 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
495 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
496 * x86-64-tdep.c (x86_64_gdbarch_init): Several
497 set_gdbarch_*() calls now use x86-64 specific functions
498 instead of DWARF2 CFI ones.
499 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
500 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
501 (x86_64_init_extra_frame_info): New prototypes.
502
c38da1af
DC
5032002-10-23 David Carlton <carlton@math.stanford.edu>
504
505 * linespec.c: #include "parser-defs.h".
506 Delete prototype for find_template_name_end.
507 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
508
fb9b6b35
JJ
5092002-10-23 Jeff Johnston <jjohnstn@redhat.com>
510
511 * NEWS: add recent mi fixes.
512 * varobj.c (struct varobj): Add new "updated" flag.
513 (new_variable): Default "updated" flag to 0.
514 (varobj_set_value): Set "updated" flag to 1 if value
515 changes.
516 (varobj_update): Check varobj "updated" flag before
517 comparing old and refreshed values. Fix for
518 PR gdb/702.
519
8da065d5
DC
5202002-10-23 David Carlton <carlton@math.stanford.edu>
521
522 * parse.c (parse_exp_1): Use BLOCK_START.
523 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
524 SYMBOL_BLOCK_VALUE.
525 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
526
87f2f08c
DC
5272002-10-23 David Carlton <carlton@math.stanford.edu>
528
529 * symtab.c: Delete cplusplus_hint.
530 Delete prototype for find_template_name_end.
531
88cda038
EZ
5322002-10-23 Elena Zannoni <ezannoni@redhat.com>
533
534 * symtab.h: Update comment.
535
2625d86c
MS
5362002-10-23 Michael Snyder <msnyder@redhat.com>
537
538 * printcmd.c (address_info): Restore quotes in output.
539 * valops.c (value_of_local): Restore quotes in error message.
540
9cc0d196
EZ
5412002-10-23 Elena Zannoni <ezannoni@redhat.com>
542
543 * symtab.c (symbol_demangled_name): New function.
544 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
545 turning most of it into a function.
546 (symbol_demangled_name): Export.
547
19de93d0
MS
5482002-10-23 Michael Snyder <msnyder@redhat.com>
549
550 * valops.c (value_of_local): Restore quotes in error message.
551
89aad1f9
EZ
5522002-10-23 Elena Zannoni <ezannoni@redhat.com>
553
554 * symtab.c (symbol_init_language_specific): New function.
555 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
556 turning most of it into a function.
557 (symbol_init_language_specific): Export.
558
d9fa45fe
DC
5592002-10-23 David Carlton <carlton@math.stanford.edu>
560
561 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
562 (dwarf_attr_name): Ditto.
563 (dwarf_type_encoding_name): Ditto.
564 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
565 (process_die): Handle DW_TAG_namespace,
566 DW_TAG_imported_declaration, DW_TAG_imported_module.
567 (read_namespace): New function.
568
1045b512
JB
5692002-10-22 Joel Brobecker <brobecker@gnat.com>
570
571 * configure.in: Define NEW_PROC_API on Interix too.
572 * configure: Regenerate.
573
5742002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
575
576 * configure: Regenerate using the proper version of autoconf.
577
3987b9d4
EZ
5782002-10-21 Elena Zannoni <ezannoni@redhat.com>
579
580 * findvar.c (read_var_value): Temporarily disable TLS code, until
581 complete TLS support is added.
582
9d774e44
EZ
5832002-10-21 Jim Blandy <jimb@redhat.com>
584 Elena Zannoni <ezannoni@redhat.com>
585
586 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
587 for thread local storage locations.
588 (struct symbol): Add objfile field.
589 (SYMBOL_OBJFILE): Define.
590 * dwarf2read.c (is_thread_local): New static variable.
591 (new_symbol): If variable is in thread local fill in address class
592 and objfile appropriately.
593 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
594 stack operation.
595 * printcmd.c (address_info): Print the information for thread
596 local storage variable.
597 * findvar.c (read_var_value): In case of thread local variable,
598 defer to the target vector code to compute address.
599
bc4a16ae
EZ
6002002-10-21 Elena Zannoni <ezannoni@redhat.com>
601
602 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
603 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
604
407caf07
EZ
6052002-10-21 Elena Zannoni <ezannoni@redhat.com>
606
607 * symtab.h (address_class): Rename
608 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
609 * hpread.c (hpread_process_one_debug_symbol): Ditto.
610 * printcmd.c (address_info): Ditto.
611 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
612
005328e3
MK
6132002-10-20 Mark Kettenis <kettenis@gnu.org>
614
afdb036a
MK
615 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
616 DBREG_DRX macro to acces debug registers.
617
ca02e098
MK
618 * Makefile.in (i386obsd-tdep.o): New target.
619
03cc47f7
MK
620 * solib-sunos.c: Include "bcache.h" and "regcache.h".
621 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
622
005328e3
MK
623 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
624 * config/i386/obsd.mt: New file.
625 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
626 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
627 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
628 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
629 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
630 * i386obsd-tdep.c: New file.
631
9c96f9f2
AF
6322002-10-19 Adam Fedor <fedor@gnu.org>
633
634 * objc-exp.y (name_not_typename): Fix invalid comment.
635
ce1ed485
MK
6362002-10-20 Mark Kettenis <kettenis@gnu.org>
637
638 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
639 to allocate partial syms and macro byte caches.
640
1efc7aaa
DC
6412002-10-18 David Carlton <carlton@math.stanford.edu>
642
643 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
644
7e1d63ec
AF
6452002-10-18 Adam Fedor <fedor@gnu.org>
646
647 * stabsread.c (find_name_end): New function.
648 (define_symbol): Use it.
649
6e8d29a9
DJ
6502002-10-18 Daniel Jacobowitz <drow@mvista.com>
651
652 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
653 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
654 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
655 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
656
1efc7aaa 6572002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
658
659 * symfile.h: Add opaque declaration for struct obstack.
660 Declare obsavestring to take a const char *.
661 * symfile.c (obsavestring): Make first argument a const char *.
662
1aeae86e
AF
6632002-10-16 Adam Fedor <fedor@gnu.org>
664
665 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
666 names when matching breakpoints in current file.
667
8b2dbe47
KB
6682002-10-16 Kevin Buettner <kevinb@redhat.com>
669
670 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
671 (read_tag_pointer_type): Add address class support.
672 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
673 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
674 New methods.
675 * gdbarch.h, gdbarch.c: Regenerate.
676 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
677 (make_type_with_address_space, recursive_type_dump): Add address
678 class support.
679 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
680 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
681 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
682
74451869
KD
6832002-10-16 Klee Dienes <kdienes@apple.com>
684
685 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
686 to get the last character of a char[] buffer, not
687 name[sizeof(vptr_name)-1].
688
ff4cb3e8
AF
6892002-10-14 Adam Fedor <fedor@gnu.org>
690
691 * symtab.h: New objc_specific struct.
692 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
693 (SYMBOL_DEMANGLED_NAME): Likewise.
694
da2cf7e0
AF
6952002-10-14 Adam Fedor <fedor@gnu.org>
696
697 * symfile.c (init_filename_language_table): Add ObjC file extension.
698
4a351cef
AF
6992002-10-14 Adam Fedor <fedor@gnu.org>
700
701 * utils.c (puts_filtered_tabular): New function.
702 (fprintf_symbol_filtered): Get ObjC demangled name.
703 * defs.h (puts_filtered_tabular): Declared.
704
9750e763
KB
7052002-10-14 Kevin Buettner <kevinb@redhat.com>
706
707 * c-lang.h (c_type_print_varspec_prefix): Delete.
708 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
709 ``need_post_space'' parameter. Adjust all callers.
710
eee771c1
DJ
7112002-10-14 Daniel Jacobowitz <drow@mvista.com>
712
713 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
714 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
715 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
716 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
717
46c82446
AF
7182002-10-13 Adam Fedor <fedor@gnu.org>
719
720 * source.c (print_source_lines): Update comments.
721
d069f99d
AF
7222002-10-13 Adam Fedor <fedor@gnu.org>
723
724 * valops.c (value_of_local): New function.
725 (value_of_this): Use it.
726 * value.h (value_of_local): Declared.
727
53c551b7
AF
7282002-10-13 Adam Fedor <fedor@gnu.org>
729
730 * parse.c: (length_of_subexp, prefixify_subexp): Handle
731 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
732
eb392fbf
AF
7332002-10-12 Adam Fedor <fedor@gnu.org>
734
735 * language.c (binop_result_type): Add language_objc to case.
736 (integral_type): Likewise.
737 (character_type): Likewise.
738 (string_type): Likewise.
739 (boolean_type): Likewise.
740 (structured_type): Likewise.
741 (binop_type_check): Likewise.
742
e2b23ee9
AF
7432002-10-11 Adam Fedor <fedor@gnu.org>
744
745 * printcmd.c (address_info): Print 'self' for ObjC.
746
b01ab485
AF
7472002-10-11 Adam Fedor <fedor@gnu.org>
748
749 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
750 OP_SELF.
751
806e6073
AF
7522002-10-11 Adam Fedor <fedor@gnu.org>
753
754 * language.h (CAST_IS_CONVERSION): Add language_objc.
755
50f85cdf
AF
7562002-10-11 Adam Fedor <fedor@gnu.org>
757
758 * defs.h (enum language): Add language_objc.
759
0d540cdf
KD
7602002-10-11 Klee Dienes <kdienes@apple.com>
761
69266111 762 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
763 * gdbcore.h (read_memory_typed_address): Add prototype.
764 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
765 to read a value destined for a CORE_ADDR, not read_memory_integer.
766 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
767 (f77_get_dynamic_lowerbound): Ditto.
768
d5dc7960
MH
7692002-10-11 Martin M. Hunt <hunt@redhat.com>
770
771 * utils.c (string_to_core_addr): After turning string into
772 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
773 which will do necessary sign-extension, etc.
774
8343f86c
DJ
7752002-10-11 Daniel Jacobowitz <drow@mvista.com>
776
777 * c-exp.y (THIS): Delete token and grammar rule.
778 (yylex): Don't return THIS.
779 * cp-valprint.c (vtbl_ptr_name_old): Delete.
780 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
781 * demangle.c (cplus_markers): Update comment. Put '$'
782 first. Remove CPLUS_MARKER.
783 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
784 * jv-exp.y (THIS): Delete token and grammar rule.
785 (yylex): Don't return THIS.
786 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
787 * objc-exp.y (THIS): Delete token and grammar rule.
788 (yylex): Don't return THIS.
789 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
790 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
791 (read_member_functions): Likewise for opname.
792 (read_tilde_fields): Use is_cplus_marker.
793
794 * defs.h (CPLUS_MARKER): Don't define.
795 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
796 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
797 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
798 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
799 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
800
801 * config/i386/tm-i386v4.h: Delete file.
802 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
803 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
804 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
805 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
806 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
807 * config/i386/i386sco5.mt (TM_FILE): Likewise.
808 * config/i386/i386v4.mt (TM_FILE): Likewise.
809 * config/i386/ncr3000.mt (TM_FILE): Likewise.
810
967c0d83
MM
8112002-10-10 Marko Mlinar <markom@opencores.org>
812
813 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
814 accidentially not commited 2002-10-09
815 * gdbarch.h, gdbarch.c: Re-generate.
816
f74fa174
MM
8172002-10-09 Marko Mlinar <markom@opencores.org>
818
819 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
820 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
821 * gdbarch.h, gdbarch.c: Re-generate.
822
57349743
JB
8232002-10-08 Petr Sorfa <petrs@caldera.com>
824
825 Revised and re-submitted by John Wolfe <jlw@caldera.com>
826
827 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
828 so we can work on more than one compilation unit at a time. This
829 helps prepare GDB to handle inter-CU die references.
830 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
831 the code to be defined before struct comp_unit_head.
832 (comp_unit_head): Added new members - offset, cu_head,
833 begin_die, next and dwarf2_abbrevs.
834 (dwarf2_abbrevs): Removed single static var; now member of
835 struct comp_unit_head.
836 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
837 members.
838 (psymtab_to_symtab_1): Changed to work with the new
839 struct comp_unit_head.
840 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
841 constructs the dwarf2_abbrevs[] inside the cu_header.
842 (dwarf2_empty_abbrev_table): Now expects a ptr to a
843 dwarf2_abbrev table to clean up.
844 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
845 handling of dwarf2_abbrevs inside the cu_header.
846 (read_partial_die): Now supports the call to the new
847 dwarf2_lookup_abbrev.
848 (read_full_die): Now supports the call to the new
849 dwarf2_lookup_abbrev.
850
4092aadb
CF
8512002-10-06 Christopher Faylor <cgf@redhat.com>
852
853 * Makefile.in (install-gdbtk): Add missing continuation backslash to
854 insure that shell variables, such as "transformed_name" are propagated
855 to later shell statements in rule.
856
af0b2512
MK
8572002-10-06 Mark Kettenis <kettenis@gnu.org>
858
859 * config/i386/nm-i386sco.h: Add protection against
860 multiple-inclusion. Include "i386/nm-i386v.h".
861 (REGISTER_U_ADDR): Remove define.
862 (i386_register_u_addr): Remove prototype.
863
d6020d45
MS
8642002-10-04 Michael Snyder <msnyder@redhat.com>
865
866 * m32r-stub.c (handle_exception): Make sure exception is "trap"
867 before treating it as a single-step event.
868
7248f48e
AF
8692002-10-03 Adam Fedor <fedor@gnu.org>
870
871 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
872 (objc_demangle): Remove assignment in if statements, Replace
873 free with xfree.
874 (add_msglist): Likewise.
875 (end_msglist): Likewise.
876 (complare_selectors): Likewise.
877 (selectors_info): Likewise.
878 (compare_classes): Likewise.
879 (classes_info): Likewise.
880 (print_object_command): Likewise.
881 (find_objc_msgcall_submethod): Replace PTR with void *.
882 * objc-lang.h: Remove check for __STDC__.
883
52c6a6ac
JJ
8842002-10-03 Jeff Johnston <jjohnstn@redhat.com>
885
886 * ui-out.h (ui_out_field_fmt_int): New prototype.
887 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
888 of field width and alignment.
889 * stack.c (print_frame_info_base): When printing frame level, use
890 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
891 PR gdb/192
892
7e3cec17
JJ
8932002-10-03 Jeff Johnston <jjohnstn@redhat.com>
894
895 * MAINTAINERS: Add self to Write After Approval list.
896
a58dd373
EZ
8972002-10-02 Elena Zannoni <ezannoni@redhat.com>
898
899 * infcmd.c (interrupt_target_command_wrapper): Delete.
900 (interrupt_target_command): Make non static.
901 (nofp_registers_info): Make static.
902 * stack.c (return_command_wrapper): Delete.
903 (return_command): Make non static.
904
cee6ddeb
EZ
9052002-10-02 Elena Zannoni <ezannoni@redhat.com>
906
907 * event-top.c (gdb_setup_readline): New function. Code moved from
908 _initialize_event_loop().
909 (_initialize_event_loop): Call gdb_setup_readline().
910
c4ed33b9
AC
9112002-10-02 Andrew Cagney <ac131313@redhat.com>
912
913 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
914 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
915 * gdbarch.h, gdbarch.c: Re-generate.
916
cef4f5dd
DJ
9172002-10-02 Daniel Jacobowitz <drow@mvista.com>
918
919 Fix PR gdb/778
920 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
921 before recursing.
922 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
923 of fill_in_vptr_fieldno.
924
36dc181b 9252002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 926
36dc181b
EZ
927 * inferior.h (registers_info, stepi_command, nexti_command,
928 continue_command, interrupt_target_command): Export from infcmd.c.
929 * frame.h (args_info, selected_frame_level_changed_hook,
930 return_command): Export from stack.c.
931 * v850ice.c (stepi_command, nexti_command, continue_command): use
932 prototypes from inferior.h.
933 * tracepoint.c (registers_info, args_info, locals_info): Use
934 prototypes from frame.h and inferior.h.
935 * Makefile.in (mi-main.o): Add dependency on frame.h.
936
6f99cb26
AC
9372002-10-02 Andrew Cagney <ac131313@redhat.com>
938
da3eff49
AC
939 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
940 value in register 3 adjusted by ppc_gp0_regnum.
941
6f99cb26
AC
942 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
943
da615bee
MM
9442002-10-02 Marko Mlinar <markom@opencores.org>
945
946 * MAINTAINERS: Add myself to the Write After Approval list.
947
d154bee2
AO
9482002-10-01 Alexandre Oliva <aoliva@redhat.com>
949
62a49b2c
AO
950 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
951 of the section for the N64 ABI, fixed.
952
d154bee2
AO
953 * config/mips/tm-irix6.h: Include solib.h.
954
ed348acc
EZ
9552002-10-01 Elena Zannoni <ezannoni@redhat.com>
956
957 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
958 GNU operators.
959
da0f9dcd
AC
9602002-10-01 Andrew Cagney <ac131313@redhat.com>
961
962 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
963 and that "mi0" syntax has been removed.
964
bdf64bac
DC
9652002-09-30 David Carlton <carlton@math.stanford.edu>
966
967 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
968 * ppc-sysv-tdep.c: #include "gdb_string.h".
969 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
970 pacify GCC.
971
54c2a1e6
AC
9722002-10-01 Andrew Cagney <ac131313@redhat.com>
973
974 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
975 "vrsave"'s register number.
976
cedea778
AC
9772002-09-30 Andrew Cagney <ac131313@redhat.com>
978
979 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
980 use frame_unwind_signed_register to obtain the PC.
981 (mips_frame_chain): Handle a generic dummy frame.
982 (mips_init_extra_frame_info): When a generic dummy frame, don't
983 re-compute the frame base.
984 (mips_pop_frame): Handle generic dummy frames.
985 (mips_gdbarch_init): When generic dummy frames, set
986 use_generic_dummy_frames, push_dummy_frame to
987 generic_push_dummy_frame, pc_in_call_dummy to
988 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
989 generic_save_dummy_frame_tos.
990
68315eb8
AC
9912002-09-30 Andrew Cagney <ac131313@redhat.com>
992
993 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
994 against TOP when TOP was explictly set.
995 (generic_push_dummy_frame): Set TOP to zero.
996
3b8630c3
EZ
9972002-09-30 Elena Zannoni <ezannoni@redhat.com>
998
999 * event-loop.c (start_event_loop): Rename variable 'result' to
1000 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1001
28ee05e9
KS
10022002-09-30 Keith Seitz <keiths@redhat.com>
1003
1004 * gdb-events.sh (selected_thread_changed): New event.
1005 * gdb-events.c: Regenerated.
1006 * gdb-events.h: Regenerated.
1007
6eecb1c8
HPN
10082002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1009
1010 * MAINTAINERS: Add self to Write After Approval list.
1011
92df71f0
FN
10122002-09-30 Fernando Nasser <fnasser@redhat.com>
1013
3b8630c3
EZ
1014 * disasm.c: New file.
1015 * disasm.h: New file.
92df71f0
FN
1016 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1017 (compare_lines): Ditto.
1018 (dump_insns): Ditto.
3b8630c3
EZ
1019 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1020 argument.
92df71f0 1021 (do_assembly_only): Ditto.
3b8630c3
EZ
1022 (do_disassembly): Renamed to gdb_disassembly and moved to
1023 disasm.c. Sdded uiout argument.
1024 * Makefile.in: Add new files. Reorder SFILES list. Update
1025 dependencies. Include libgdb.a later in the insight executable.
92df71f0 1026
0c22854d
AC
10272002-09-29 Andrew Cagney <ac131313@redhat.com>
1028
1029 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1030 bfd/elf64-alpha-fbsd.c.
1031
e67f2023
AC
10322002-09-29 Andrew Cagney <ac131313@redhat.com>
1033
1034 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1035 i386gnu-tdep.c.
1036
89396210
AC
10372002-09-29 Andrew Cagney <ac131313@redhat.com>
1038
1039 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1040 __FUNCTION__.
1041 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1042 function name.
1043 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1044 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1045 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1046 (S_msg_sig_post_reply): Ditto.
1047
7079c36c
CV
10482002-09-28 Corinna Vinschen <vinschen@redhat.com>
1049
89396210
AC
1050 * sh-tdep.c (sh_use_struct_convention): Use definition according
1051 to ABI.
7079c36c
CV
1052 (sh_push_arguments): Store in register with correct endianess.
1053 (sh_default_store_return_value): Ditto.
1054 (sh_gdbarch_init): Set sizeof long double to 8.
1055
975ac915
MK
10562002-09-27 Mark Kettenis <kettenis@gnu.org>
1057
1058 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1059 Fix some whitespace problems.
1060
9bbe19fb
DC
10612002-09-27 David Carlton <carlton@math.stanford.edu>
1062
1063 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1064 (mcore-tdep.o): Ditto.
1065 (ns32k-tdep.o): Ditto.
1066 (ns32knbsd-tdep.o): Ditto.
1067 (sh3-rom.o): Ditto.
1068 (vax-tdep.o): Ditto.
1069 * cris-tdep.c: #include "gdb_string.h"
1070 * mcore-tdep.c: Ditto.
1071 * ns32k-tdep.c: Ditto.
1072 * ns32knbsd-tdep.c: Ditto.
1073 * sh3-rom.c: Ditto.
1074 * vax-tdep.c: Ditto.
1075
43b2fdc7
DC
10762002-09-27 David Carlton <carlton@math.stanford.edu>
1077
1078 * config/djgpp/fnchange.lst: Add entries for
1079 gdb/testsuite/gdb.c++/m-static files.
1080
e8cfbbd9
JW
10812002-09-27 Jim Wilson <wilson@redhat.com>
1082
1083 * MAINTAINERS: Add myself to the Write After Approval list.
1084
43b2fdc7 10852002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
1086
1087 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1088
1089
9f3b7f07
AC
10902002-09-26 Andrew Cagney <ac131313@redhat.com>
1091
1092 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1093 frame.
1094
11269d7e
AC
10952002-09-26 Andrew Cagney <ac131313@redhat.com>
1096
1097 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1098 (rs6000_struct_return_address): Delete variable.
1099 (rs6000_store_struct_return): Update.
1100 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1101 deprecated_extract_struct_value_address.
1102 (rs6000_frame_align): New function.
1103 (rs6000_gdbarch_init): Set frame_align.
1104
f15ab4a7
AC
11052002-09-26 Andrew Cagney <ac131313@redhat.com>
1106
1107 From Grace Sainsbury <graces@redhat.com>:
1108 * Makefile.in (gdbtk-main.o): New target.
1109 (gdb.o): New target.
1110 (main_h): Define.
1111 (main.o): Update dependencies.
1112 (gdb$(EXEEXT)): Add gdb.o.
1113 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1114 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1115 (SUBDIR_GDBTK_CLEAN): Set.
1116 (install-gdbtk): Install the insight binary.
1117 (uninstall-gdbtk): New target.
1118 (all-gdbtk, clean-gdbtk): New rule.
1119 * top.c (use_windows): Default to zero.
1120 * main.c: Include "main.h".
1121 (main): Delete.
1122 (struct captured_main_args): Delete.
1123 (gdb_main): New function.
1124 * main.h: New file.
1125 * gdb.c: New File.
1126
e36180d7
AC
11272002-09-25 Andrew Cagney <cagney@redhat.com>
1128
1129 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1130 (frame_map_regnum_to_name): New function.
1131 (frame_map_name_to_regnum): New function.
1132 * frame.h (frame_map_name_to_regnum): Declare.
1133 (frame_map_regnum_to_name): Declare.
1134 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1135 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1136 * parse.c: Do not include "builtin-regs.h".
1137 (target_map_name_to_register): Delete function.
1138 (write_dollar_variable): Use frame_map_name_to_regnum.
1139 * parser-defs.h (target_map_name_to_register): Delete declaration.
1140 * expprint.c: Include "frame.h".
1141 (print_subexp): Use frame_map_regnum_to_name.
1142 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1143 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1144
8b69000d
AC
11452002-09-25 Andrew Cagney <ac131313@redhat.com>
1146
1147 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1148 wasn't saved, and the next innermost frame is a dummy, return the
1149 dummy frame's link register.
1150
046ca86a
JB
11512002-09-24 Jim Blandy <jimb@redhat.com>
1152
1153 Fix from Paul Breed:
1154 * main.c (captured_main): Add a `break' after the case for 'b'.
1155
94b66fa7
KS
11562002-09-24 Keith Seitz <keiths@redhat.com>
1157
1158 * varobj.c (c_type_of_child): Use get_target_type instead
1159 of TYPE_TARGET_TYPE.
1160
c214a6fd
FN
11612002-09-22 Fernando Nasser <fnasser@redhat.com>
1162
53cb0458
FN
1163 * source.c (get_current_or_default_source_symtab_and_line): Remove
1164 function.
1165 (set_default_source_symtab_and_line): New function. Attempts to
1166 determine a source file to list lines from if one is not currently
1167 defined.
1168 (get_current_source_symtab_and_line): Initialize sal.pc and
1169 sal.end fields.
1170 (set_current_source_symtab_and_line): Mark argument as const.
1171 * source.h: Update declarations and comments.
1172 * linespec.c (decode_line_1): Replace call to removed routine above.
1173 * stack.c (print_frame_info_base): Ditto.
1174 * cli/cli-cmds.c (edit_command): Ditto.
1175 (list_command): Ditto.
1176
11772002-09-22 Fernando Nasser <fnasser@redhat.com>
1178
d6020d45 1179 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1180 sal.pc and sal.end fields.
c214a6fd
FN
1181 (get_current_or_default_source_symtab_and_line): Ditto.
1182 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1183 so we do not cause a new source symtab to be searched for (reverting an
1184 unintentional change from the 2002-09-20 patch).
1185 * scm-lang.c (scm_unpac): Ditto.
1186
cc3b68a5
AC
11872002-09-21 Andrew Cagney <cagney@redhat.com>
1188
1189 * complaints.c (symfile_explanations): Remove new-line from
1190 ``isolated_message''.
1191 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1192 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1193
5835abe7
NC
11942002-09-20 Nick Clifton <nickc@redhat.com>
1195
1196 * NEWS: Announce that V850EA ISA is no longer supported.
1197 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1198
a15ef5f5
DC
11992002-09-20 David Carlton <carlton@math.stanford.edu>
1200
06ba1b39
DC
1201 * Makefile.in (c-lang.o): Correct dependencies.
1202 (utils.o): Gather dependencies.
1203 (charset.o): Move.
a15ef5f5
DC
1204 * c-lang.c: #include "gdb_string.h"
1205
87885426
FN
12062002-09-20 Fernando Nasser <fnasser@redhat.com>
1207
1208 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1209 * cli/cli-cmds.c (list_command): New function. Implements the new
1210 cli edit command.
1211 (_init_cli_cmds): Add new command definition.
1212 * gdb.1: Document edit command.
1213 * doc/gdb.texinfo: Document edit command.
1214
12152002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1216
1217 * source.c: Make global variables current_source_symtab and
1218 current_source_line static.
1219 (list_command): Moved to cli/cli-cmds.c.
1220 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1221 (get_first_line_listed): New accessor function.
1222 (get_lines_to_list): New accessor function.
1223 (get_current_source_symtab_and_line): New function. Retrieves the
1224 position in the source code that we consider current.
1225 (get_current_or_default_source_symtab_and_line): New function.
1226 Like the above but attempts to determine a default position if one
1227 is not currently defined.
1228 (set_current_source_symtab_and_line): New function. Sets the source
1229 code position considered current and returns the previously set one.
1230 (clear_current_source_symtab_and_line): Reset stored information about
1231 a current source line.
1232 (_initialize_source): Remove registration for the "list" command and
1233 its alias.
1234 * source.h: Add declarations for the new functions above.
1235 * symtab.h: Remove declarations for the global variables mentioned
1236 above.
1237 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1238 obtain current source line.
1239 * linespec.c (decode_line_1): Ditto.
1240 * macroscope.c (default_macro_scope): Ditto.
1241 * scm-lang.c (scm_unpac): Ditto.
1242 * stack.c (print_frame_info_base): Ditto.
1243 * symfile.c (clear_symtab_users): Ditto.
1244 * symtab.c (decode_line_spec): Ditto.
1245 * cli/cli-cmds.c (list_command): Moved here from source.c.
1246 (ambiguous_line_spec): Moved here from source.c.
1247 (_init_cli_cmds): Add definition for "list" and its alias.
1248 * Makefile.in: Update dependencies.
1249
ddd216ea
CV
12502002-09-20 Corinna Vinschen <vinschen@redhat.com>
1251
1252 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1253 with what gcc thinks is correct.
1254
6d305052
CV
12552002-09-20 Corinna Vinschen <vinschen@redhat.com>
1256
1257 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1258 multiple register push instruction.
1259
234b45d4
KB
12602002-09-19 Jim Blandy <jimb@redhat.com>
1261
1262 Add support for distinct host and target character sets.
1263 * charset.c, charset.h: New files.
1264 * c-exp.y: #include "charset.h".
1265 (yylex): Convert character and string literals to the target
1266 character set, before returning them as the semantic value of the
1267 token.
1268 * c-lang.c: #include "charset.h".
1269 (c_emit_char): Use charset-specific methods to recognize
1270 characters with backslash escape forms, to decide which characters
1271 to print literally and which to print using numeric escape
1272 sequences, and to convert target characters to host characters
1273 before printing.
1274 * utils.c: #include "charset.h".
1275 (no_control_char_error): New function.
1276 (parse_escape): Use charset-specific methods to recognize
1277 backslash escapes, parse `control character' notation, and convert
1278 characters from the host character set to the target character set.
1279 * configure.in: Set the default host character set.
1280 Check where to find iconv, and what its argument types might be.
1281 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1282 * Makefile.in (SFILES): List charset.c.
1283 (COMMON_OBS): List charset.o.
1284 (charset.o): New rule.
1285 (charset_h): New header dependency variable.
1286 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1287 (LIBICONV): New variable, set by configure.
1288 (CLIBS): Include $(LIBICONV) here.
1289 * aclocal.m4, config.in, configure: Regenerated.
1290
525d6a61
JB
12912002-09-19 Joel Brobecker <brobecker@gnat.com>
1292
1293 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1294 bison 1.35 warning.
1295
3ed93867
RE
12962002-09-19 Richard Earnshaw <rearnsha@arm.com>
1297
1298 * gdb_mbuild.sh: New file.
1299
437666f8
AC
13002002-09-19 Andrew Cagney <ac131313@redhat.com>
1301
1302 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1303
389e51db
AC
13042002-09-18 Andrew Cagney <ac131313@redhat.com>
1305
1306 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1307 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1308 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1309 valops.c, value.h: Revert previous change.
1310
3b4efeaa
MS
13112002-09-18 Michael Snyder <msnyder@redhat.com>
1312
1313 Preliminary support for Objective-C:
1314 * defs.h (language_objc): New enum value.
1315 (puts_filtered_tabular): Declaration only, exported from utils.c.
1316 (skip_quoted): Delete, declared in completer.h.
1317 * c-exp.y: Include completer.h.
1318 * p-exp.y: Ditto.
1319 * jv-exp.y: Ditto.
1320 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1321 New operator enum values.
1322 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1323 * language.c (binop_result_type): Handle language_objc case.
1324 (integral_type, character_type, string_type, boolean_type,
1325 structured_type, binop_type_check): Ditto.
1326 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1327 (struct objc_specific): Add to general_symbol_info.
1328 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1329 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1330 * parser-defs.h (struct objc_class_str): New struct type.
1331 (start_msglist, end_msglist, add_msglist): Declaration only,
1332 exported from objc-lang.c.
1333 * value.h (value_of_local, value_nsstring,
1334 call_function_by_hand_expecting_type): Exported from valops.c.
1335 * valops.c (find_function_addr): Export.
1336 (call_function_by_hand_expecting_type): New function.
1337 (value_of_local): New function.
1338 * symfile.c (init_filename_language_table): Add ".m" extension
1339 for Objective-C.
1340 * utils.c (puts_filtered_tabular): New function.
1341 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1342 (set/show demangle): Extend help-string to refer to ObjC.
1343 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1344 * stabsread.c (symbol_reference_defined): Objective-C symbols
1345 may contain colons: make allowances when scanning stabs strings
1346 for colons.
1347 (objc_find_colon): New function.
1348 * printcmd.c (address_info): If language == objc then print
1349 "self" instead of "this".
1350 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1351 OP_NSSTRING, and OP_SELF.
1352 (prefixify_subexp): Ditto.
1353 * source.c (print_source_lines): Mention objc in comment.
1354 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1355 method names.
1356
b9caf505
AC
13572002-09-18 Andrew Cagney <ac131313@redhat.com>
1358
1359 * complaints.h: Update copyright.
1360 (struct complaints): Declare.
1361 (struct complaint): Make `message' constant.
1362 (internal_complaint): Declare.
1363 (complaint): Declare.
1364 (complaint_root): Delete declaration.
1365 (symfile_complaints): Delete declaration.
1366 (struct complaints): Add opaque declaration.
1367 (clear_complaints): Add a complaints parameter.
1368 * complaints.c: Update copyright.
1369 (enum complaint_series): Define.
1370 (complaint_root): Delete.
1371 (struct complaints): Define.
1372 (complaint_sentinel, symfile_complaint_book): New variables.
1373 (symfile_explanations, symfile_complaints): New variables.
1374 New variables.
1375 (get_complaints): New function.
1376 (vcomplaint): New function.
1377 (complaint): New function.
1378 (internal_complaint): New function.
1379 (complain): Call vcomplain with symfile_complaint.
1380 (clear_complaints): Rewrite.
1381 (_initialize_complaints): Use add_setshow_command.
1382 * Makefile.in (complaints.o): Update dependencies.
1383 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1384 to call to clear_complaints.
1385 (new_symfile_objfile, reread_symbols): Ditto.
1386 (oldsyms_complaint): Delete.
1387 (empty_symtab_complaint, unknown_option_complaint): Delete.
1388 (free_named_symtabs): Use complaint instead of complain.
1389
d2e6263c
MS
13902002-09-18 Michael Snyder <msnyder@redhat.com>
1391
5fb2031a
AC
1392 Contributed by Apple Computer, Inc. Merged with current sources
1393 by Adam Fedor <fedor@doc.com> [cagney].
1394
d2e6263c
MS
1395 * objc-lang.c: First clean-up round: comments, indentation.
1396 * objc-lang.h: Ditto.
1397 * objc-lang.y: Ditto.
1398
dec43320
AC
13992002-09-18 Andrew Cagney <ac131313@redhat.com>
1400
1401 * maint.c (maintenance_internal_error): Print the parameter as the
1402 error message.
1403 (maintenance_internal_warning): New function.
1404 (_initialize_maint_cmds): Add command `maint internal-warning'.
1405
1406 * defs.h (internal_warning, internal_vwarning): Declare.
1407 * utils.c (struct internal_problem): Define.
1408 (internal_vproblem): New function.
1409 (internal_warning): New function.
1410 (internal_vwarning): New function.
1411 (internal_warning_problem, internal_error_problem): New variables.
1412 (internal_verror): Just call internal_vproblem.
1413
b81654f1
MS
14142002-09-18 Michael Snyder <msnyder@redhat.com>
1415
1416 * objc-lang.c: New file, support for Objective-C.
1417 Preliminary check-in, not yet integrated into gdb.
1418 * objc-lang.h: New file.
1419 * objc-exp.y: New file.
1420
0542c381
AC
14212002-09-18 Andrew Cagney <ac131313@redhat.com>
1422
7bda5e4a
AC
1423 * infrun.c (signal_stop_update): Convert definition to ISO C.
1424 (signal_print_update): Ditto.
1425 (signal_pass_update): Ditto.
1426 * inflow.c (terminal_save_ours): Ditto.
1427
5247b418
AC
1428 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1429 comments.
1430
fc60962c
AC
1431 * config/djgpp/fnchange.lst: Handle name clashes between
1432 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1433 bfd/coff-tic80.c.
1434
0542c381
AC
1435 * i386-linux-tdep.h: Fix tipo.
1436
5b924b9b
AF
14372002-09-18 Adam Fedor <fedor@gnu.org>
1438
1439 * MAINTAINERS: Add myself to the Write After Approval list.
1440
5afc051b
JB
14412002-09-18 Jim Blandy <jimb@redhat.com>
1442
1443 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1444 texthigh and textlow to reader-specific structs caused
1445 objfile_relocate to miss them. This is fixable, but the work that
1446 the change was supposed to prepare GDB for never got done anyway.
1447
eb944380
DC
14482002-09-18 David Carlton <carlton@math.stanford.edu>
1449
1450 * MAINTAINERS: Alphabetize Write After Approval list.
1451
948e66d9
DJ
14522002-09-18 Daniel Jacobowitz <drow@mvista.com>
1453
1454 Fix PR gdb/709
1455 * values.c (value_static_field): Call read_var_value.
1456
dc604539
AC
14572002-09-18 Andrew Cagney <ac131313@redhat.com>
1458
1459 * valops.c (hand_function_call): Align the initial stack pointer
1460 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1461 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1462 return value.
1463 * mips-tdep.c (mips_frame_align): New function.
1464 (mips_gdbarch_init): Set frame_align.
1465 * gdbarch.sh (FRAME_ALIGN): New method.
1466 * gdbarch.h, gdbarch.c: Re-generate.
1467
cb7e422f
ML
14682002-09-18 Michal Ludvig <mludvig@suse.cz>
1469
1470 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1471 registers.
1472
a094c6fb
AC
14732002-09-17 Andrew Cagney <ac131313@redhat.com>
1474
1475 * NEWS: Mention that MIPS $fp behavior changed.
1476 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1477 reference to FP_REGNUM.
1478 (mipsnbsd_cannot_store_register): Ditto.
1479 * mips-linux-nat.c: Update copyright.
1480 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1481 (mips_linux_cannot_store_register): Ditto.
1482 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1483 * config/mips/tm-mips.h: Update copyright.
1484 (FP_REGNUM): Delete macro.
1485 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1486 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1487 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1488 (mips_r3041_reg_names, mips_r3051_reg_names)
1489 (mips_r3081_reg_names): Replace "fp" with "".
1490 Fix PR gdb/480.
1491
45cf40d1
TR
14922002-09-17 Theodore A. Roth <troth@verinet.com>
1493
1494 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1495 generic_read_register_dummy() (PR gdb/703).
1496 (avr_push_return_address): #if 0 out unused vars.
1497 (avr_gdbarch_init): Enable use of avr_push_return_address().
1498
c7e701b5
MS
14992002-09-17 Michael Snyder <msnyder@redhat.com>
1500
d76ba2a5 1501 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1502 RTE will take care of it.
1503
20bcf01c
AC
15042002-09-17 Andrew Cagney <ac131313@redhat.com>
1505
1506 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1507 invalid, return SP_REGNUM.
1508
009a9971 15092002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1510
1511 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1512 point registers without sign extension.
1513
135c175f
AC
15142002-09-17 Andrew Cagney <cagney@redhat.com>
1515
1516 * blockframe.c (deprecated_read_register_dummy): Rename
1517 generic_read_register_dummy.
1518 * frame.c (frame_unwind_signed_register): New function.
1519 (frame_unwind_unsigned_register): New function.
1520 * frame.h (frame_unwind_signed_register): Declare.
1521 (frame_unwind_unsigned_register): Declare.
1522 (deprecated_read_register_dummy): Rename
1523 generic_read_register_dummy.
1524
1525 * h8300-tdep.c (h8300_frame_chain): Update.
1526 (h8300_frame_saved_pc): Update.
1527 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1528 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1529 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1530 (s390_frame_chain): Update.
1531 * v850-tdep.c (v850_find_callers_reg): Update.
1532 (v850_frame_saved_pc): Update.
1533 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1534 (m32r_find_callers_reg): Update.
1535 (m32r_frame_saved_pc): Update.
1536 * sh-tdep.c (sh_find_callers_reg): Update.
1537 (sh64_get_saved_pr): Update.
1538 (sh_init_extra_frame_info): Update.
1539 (sh_init_extra_frame_info): Update.
1540 (sh64_init_extra_frame_info): Update.
1541 (sh64_init_extra_frame_info): Update.
1542 * mcore-tdep.c (mcore_find_callers_reg): Update.
1543 (mcore_frame_saved_pc): Update.
1544 (mcore_init_extra_frame_info): Update.
1545 * i386-tdep.c (i386_frame_saved_pc): Update.
1546 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1547 (ia64_init_extra_frame_info): Update.
1548 (ia64_init_extra_frame_info): Update.
1549 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1550 * cris-tdep.c (cris_init_extra_frame_info): Update.
1551 * avr-tdep.c (avr_frame_chain): Update.
1552 (avr_init_extra_frame_info): Update.
1553 (avr_frame_saved_pc): Update.
1554 * arm-tdep.c (arm_find_callers_reg): Update.
1555 (arm_init_extra_frame_info): Update.
1556 (arm_frame_saved_pc): Update.
1557
a741e514
TT
15582002-09-17 Tom Tromey <tromey@redhat.com>
1559
1560 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1561 is "'".
1562
d1a8e808
CV
15632002-09-17 Corinna Vinschen <vinschen@redhat.com>
1564
1565 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1566 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1567 NEXT_PROLOGUE_INSN.
1568 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1569 NEXT_PROLOGUE_INSN.
1570
d9025a18
JB
15712002-09-16 Joel Brobecker <brobecker@gnat.com>
1572
1573 * osfsolib.c: Remove file, replaced by solib-osf.c.
1574 * Makefile.in: Remove compilation rules for osfsolib.c.
1575
1b2ef1b6
DC
15762002-09-16 David Carlton <carlton@math.stanford.edu>
1577
1578 * cp-valprint.c (cp_print_class_method): Correct args to
1579 check_stub_method_group.
1580
928e48af
CV
15812002-09-16 Corinna Vinschen <vinschen@redhat.com>
1582
1583 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1584 `set architecture'. Unify naming convention of functions.
1585 (h8300_skip_prologue): Improve prologue analysis.
1586 (h8300_push_arguments): Rewritten to more closely match GCC's
1587 bizarre argument-passing behavior, along with the comment describing
1588 said behavior.
1589 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1590 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1591 sim, remote-e7000.c, remote-hms.c and remote.c
1592
5e3397bb
MK
15932002-09-15 Mark Kettenis <kettenis@gnu.org>
1594
1595 * i386-tdep.c (gdb_print_insn_i386): Removed.
1596 (i386_print_insn): New function.
1597 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1598 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1599 tm_print_insn_info.
1600
f710f4fc
MK
16012002-09-14 Mark Kettenis <kettenis@gnu.org>
1602
1603 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1604 zero.
1605
db54fef4
CV
16062002-09-14 Corinna Vinschen <vinschen@redhat.com>
1607
1608 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1609 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1610 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1611
2becadee
CF
16122002-09-13 Christopher Faylor <cgf@redhat.com>
1613
1614 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1615
de17c821
DJ
16162002-09-13 Daniel Jacobowitz <drow@mvista.com>
1617
1618 * gdbtypes.c (check_stub_method): Make static.
1619 (check_stub_method_group): New function.
1620 * gdbtypes.h: Update prototypes.
1621 * cp-support.c: New file.
1622 * cp-support.h: New file.
1623
1624 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1625 (update_method_name_from_physname): New function.
1626 (read_member_functions): Correct method names for operators
1627 and v3 constructors/destructors. Separate v2 constructors and
1628 destructors.
1629 * Makefile.in (stabsread.o): Update dependencies.
1630 (SFILES): Add cp-support.c.
1631 (COMMON_OBS): Add cp-support.o.
1632 (cp_support_h, cp-support.o): Add.
1633
1634 * cp-valprint.c (cp_print_class_method): Call
1635 check_stub_method_group instead of check_stub_method. Remove
1636 extraneous QUITs.
1637 * p-valprint.c (pascal_object_print_class_method): Likewise.
1638 * valops.c (search_struct_method): Likewise.
1639 (find_method_list, value_struct_elt_for_reference): Likewise.
1640
e76cff22
AC
16412002-09-13 Andrew Cagney <cagney@redhat.com>
1642
1643 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1644 * gdbarch.h, gdbarch.c: Regenerate.
1645
905abb3f
AC
16462002-09-13 Andrew Cagney <ac131313@redhat.com>
1647
1648 * frame.c (find_saved_register): Delete function.
1649 * frame.h (find_saved_register): Delete declaration.
1650 Fix PR gdb/631.
1651
64159455
AC
1652Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1653
1654 * mips-tdep.c (read_next_frame_reg): Re-hack using
1655 frame_register_unwind.
1656
795e1e11
AC
1657Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1658
1659 * mips-tdep.c (mips_get_saved_register): Re-hack using
1660 frame_register_unwind.
1661
5720643c
JB
16622002-09-12 Joel Brobecker <brobecker@gnat.com>
1663
1664 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1665 vector. Will be useful for Interix.
1666 * gdbarch.h, gdbarch.c: Regenerate.
1667
1668 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1669 name of the malloc function by NAME_OF_MALLOC.
1670
3bada2a2
JB
16712002-09-12 Joel Brobecker <brobecker@gnat.com>
1672
1673 * value.h (find_function_in_inferior): Add const keyword to
1674 one of the parameters. Allows us to invoke this function with
1675 a const char *.
1676 * valops.c (find_function_in_inferior): Likewise.
1677
3db26b01
JB
16782002-09-12 Joel Brobecker <brobecker@gnat.com>
1679
1680 * exec.c (xfer_memory): Fix compilation warning with old versions
1681 of GCC.
1682 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1683
17c5ed2c
DC
16842002-09-12 David Carlton <carlton@math.stanford.edu>
1685
1686 * symtab.h: Run through gdb_indent.h.
1687 Add 2002 to Copyright year list.
1688
ecd1107e
AM
16892002-09-12 Alan Modra <amodra@bigpond.net.au>
1690
1691 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1692 mach constants.
1693 * MAINTAINERS: Add myself to write after approval list.
1694
e64f66d1
JB
16952002-09-11 J. Brobecker <brobecker@gnat.com>
1696
1697 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1698
f9395794
JB
16992002-09-11 J. Brobecker <brobecker@gnat.com>
1700
1701 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1702 Interix.
1703
1a303dec
MS
17042002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1705
1706 * procfs.c (do_detach): Clear current signal, not just fault.
1707 Corrects problem with breakpoint trap signal leaking to detached
1708 process on Tru64.
1709
c0219d42
MS
17102002-09-10 Michael Snyder <msnyder@redhat.com>
1711
1712 * buildsym.c (finish_block): Protect against null pointer.
1713
9d84ac84
AC
17142002-09-10 Andrew Cagney <cagney@redhat.com>
1715
1716 * infcmd.c (default_print_registers_info): Send all output to
1717 ``file'' instead of ``gdb_stdout''.
1718
77d8f2b4
MS
17192002-09-10 Michael Snyder <msnyder@redhat.com>
1720
1721 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1722 LONGEST, and use signed register read (addresses are sign-
1723 extended for mips).
1724
99656a61
SC
17252002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1726
1727 * event-loop.c (gdb_do_one_event): Make public.
1728 * event-loop.h (gdb_do_one_event): Declare.
1729
da12f4d8
JL
17302002-09-10 Jeff Law <law@redhat.com>
1731
1732 * infttrace.c (child_resume): Simplify and rework to avoid
1733 TT_PROC_CONTINUE.
1734
d0aee0c4
FF
17352002-09-09 Fred Fish <fnf@intrinsity.com>
1736
1737 * printcmd.c (print_scalar_formatted): "len" is the number of
1738 target bytes, NOT the number of target bits.
1739
7cb3ec5e
EZ
17402002-09-09 Elena Zannoni <ezannoni@redhat.com>
1741
1742 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1743 * top.c (init_main): Set rl_terminal_name.
1744
4dc81987
AS
17452002-09-08 Aidan Skinner <aidan@velvet.net>
1746
1747 * ada-lang.c (ada_array_bound, ada_type_match,
1748 _initialize_ada_language): Fix K&R definitions.
1749 * ada-tasks.c (get_current_task): Fix K&R definitions.
1750 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1751
842330b4
CF
17522002-09-07 Christopher Faylor <cgf@redhat.com>
1753
1754 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1755 Add XP.
1756
43156d82
MK
17572002-09-06 Mark Kettenis <kettenis@gnu.org>
1758
66da5fd8
MK
1759 * i386-tdep.c (i386_register_virtual_type,
1760 i386_register_convertible, i386_register_convert_to_virtual,
1761 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1762 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1763 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1764 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1765 Don't set push_arguments twice.
1766
4b218c18
MK
1767 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1768 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1769 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1770 sigtramp_end to NULL.
1771 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1772 defines.
1773 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1774
4cc314d5
MK
1775 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1776 whitespace.
1777
43156d82
MK
1778 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1779 * gdbarch.h, gdbarch.c: Re-generate.
1780 * blockframe.c (find_pc_sect_partial_function): Convert to use
1781 SIGTRAMP_START_P predicate.
1782
6672060b
MS
17832002-09-05 Michael Snyder <msnyder@redhat.com>
1784
a90c3637
MS
1785 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1786 generic_dummy_frame method and old method. Also distinguish
1787 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1788 (arm_extract_return_value): Use new regcache method.
a90c3637 1789
6672060b
MS
1790 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1791 adjustment that doesn't conform to the ABI.
1792 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1793 saved regcache, not from current regcache.
1794
299ffc64
AC
17952002-09-05 Andrew Cagney <ac131313@redhat.com>
1796
1797 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1798 * README: Update.
1799
a3a2ee65
JT
18002002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1801
1802 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1803 if arm_apcs_32 is false.
1804
2bc7eea9
AC
18052002-09-04 Andrew Cagney <ac131313@redhat.com>
1806
1807 GDB 5.3 branch created.
1808
8a55a7c5
TR
18092002-09-03 Theodore A. Roth <troth@verinet.com>
1810
1811 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1812 generic_unwind_get_saved_register.
1813
e26fb1d7
DC
18142002-09-03 David Carlton <carlton@math.stanford.edu>
1815
1816 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1817 argument (PR gdb/653). Update call to smash_to_method_type.
1818 (read_structure_scope): Update call to dwarf2_add_member_fn.
1819
30d52491
ML
18202002-09-03 Michal Ludvig <mludvig@suse.cz>
1821
1822 * x86-64-linux-tdep.c: Include gdb_string.h
1823 * x86-64-linux-nat.c: Ditto.
1824
06891d83
JT
18252002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1826
1827 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1828 when YYDEBUG is set to 1.
1829 * c-exp.y: Likewise.
1830 * f-exp.y: Likewise.
1831 * jv-exp.y: Likewise.
1832 * m2-exp.y: Likewise.
1833 * p-exp.y: Likewise.
1834
7d400e77
JT
18352002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1836
1837 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1838 dependency list.
1839 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1840 solib_svr4_fetch_link_map_offsets to
1841 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1842 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1843 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1844 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1845 solib-svr4.o, and solib-legacy.o.
1846 * config/i386/tm-nbsd.h: Include solib.h.
1847
704a27c4
JT
18482002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1849
1850 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1851 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1852 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1853 comment noting that this needs its own target configuration.
1854 * config/i386/nbsd.mt: New file.
1855 * config/i386/nbsdaout.mt: Remove.
1856 * config/i386/nbsdelf.mt: Ditto.
1857 * config/i386/tm-nbsdaout.h: Ditto.
1858
d66198e1
JT
18592002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1860
1861 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1862 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1863 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1864 tdep->sigtramp_end.
1865 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1866 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1867 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1868
3cac699e
JT
18692002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1870
1871 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1872 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1873 * i386-tdep.h (i386bsd_init_abi): New prototype.
1874 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1875 function declaration.
1876 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1877 for NetBSD-a.out or NetBSD-ELF.
1878 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1879 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1880 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1881 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1882 and nbsd-tdep.h.
1883 (i386nbsd_pc_in_sigtramp): New function.
1884 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1885 i386nbsd_pc_in_sigtramp.
1886 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1887 and i386nbsdelf_init_abi OS ABI handlers.
1888 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1889 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1890
7010ca0a
MK
18912002-09-02 Mark Kettenis <kettenis@gnu.org>
1892
1893 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1894 registers if the target really has them.
1895
6dd93b72
JT
18962002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1897
1898 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1899 than nbsd-tdep.h.
1900
2ca8ae21
JT
19012002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1902
1903 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1904 list.
1905 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1906 (alphanbsd_skip_sigtramp_frame): New functions.
1907 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1908 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1909 to alphanbsd_sigcontext_addr.
1910
3d9b49b0
JT
19112002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1912
1913 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1914 list.
1915 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1916 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1917 nbsd_pc_in_sigtramp.
1918 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1919 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1920 * nbsd-tdep.c: Include gdb_string.h.
1921 (nbsd_pc_in_sigtramp): New function.
1922 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1923 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1924 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1925 ppcnbsd_pc_in_sigtramp.
1926 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1927 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1928 shnbsd_pc_in_sigtramp.
1929 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1930 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1931 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1932
c860120c
PM
19332002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1934
1935 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1936 watchpoints to NULL.
1937 (insert_breakpoints): set val field of watchpoints if NULL.
1938
1939
c7612d53
JB
19402002-08-29 Jim Blandy <jimb@redhat.com>
1941
1942 * symtab.c (lookup_symbol_aux): In the cases where we find a
1943 minimal symbol of an appropriate name and use its address to
1944 select a symtab to read and search, use `name' (as passed to us)
1945 as the demangled name when searching the symtab's global and
1946 static blocks, not the minsym's name.
1947
66609862
KS
19482002-08-29 Keith Seitz <keiths@redhat.com>
1949
1950 * stack.c (print_frame_info_base): Always set current_source_symtab
1951 and current_source_line.
1952
151fefe2
JB
19532002-08-29 Donn Terry <donnte@microsoft.com>
1954
1955 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1956
bfb3754e
KS
19572002-08-28 Keith Seitz <keiths@redhat.com>
1958
1959 * stack.c (select_frame): Add FIXME concerning selected-frame
1960 events.
1961 (select_frame_command): Send selected-frame-level-changed
1962 event notification, but only if the level actually changed.
1963 (up_silently_base): Add selected-frame-level-changed event
1964 notification.
1965 (down_silently_base): Likewise.
1966
e822a2a0
AC
19672002-08-28 Andrew Cagney <ac131313@redhat.com>
1968
1969 * Makefile.in: Update dependencies for all gdb/*.c files.
1970
309367d4
TT
19712002-08-27 Tom Tromey <tromey@redhat.com>
1972
1973 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1974 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1975 Update dependencies.
1976 * i387-tdep.c: Include gdb_string.h.
1977 * osabi.c: Likewise.
1978 * i386-linux-nat.c: Likewise.
1979 * lin-lwp.c: Likewise.
1980 * ax-gdb.c: Likewise.
1981 * signals/signals.c: Likewise.
1982 * jv-valprint.c: Likewise.
1983 * p-lang.c: Likewise.
1984 * c-valprint.c: Likewise.
1985 * cp-abi.c: Likewise.
1986
e1507482
EZ
19872002-08-27 Elena Zannoni <ezannoni@redhat.com>
1988
1989 * cli/cli-script.h (copy_command_lines): Export.
1990 * breakpoint.c: Include cli/cli-script.h.
1991 * Makefile.in (breakpoint.o): Update dependencies.
1992
c6510018
MS
19932002-08-26 Michael Snyder <msnyder@redhat.com>
1994
1995 * breakpoint.c (insert_breakpoints): Protect all references
1996 to 'process_warning'. Shorten long lines.
1997
c2b8ed2c
MS
19982002-08-26 Joel Brobecker <brobecker@gnat.com>
1999
2000 * cli/cli-script.c (copy_command_lines): New function.
2001 * defs.h (copy_command_lines): Export.
2002 * testsuite/gdb.base/commands.exp: New tests for commands
2003 attached to a temporary breakpoint, and for commands that
2004 delete the breakpoint they are attached to.
2005
20062002-08-26 Michael Snyder <msnyder@redhat.com>
2007
2008 * breakpoint.c (bpstat_stop_status): Instead of copying the
2009 pointer to the breakpoint commands struct, make a new copy
2010 of the struct and point to that.
2011 (bpstat_clear): Free the commands struct.
2012 (bpstat_clear_actions): Free the commands struct.
2013 (bpstat_do_actions): Free the command actions. Also execute
2014 the local cleanups, instead of deleting them.
2015 (delete_breakpoint): Leave the commands field of the bpstat
2016 chain alone -- it will be freed later.
2017
64b84175
KB
20182002-08-26 Kevin Buettner <kevinb@redhat.com>
2019
2020 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2021 deleted in 2002-08-20 commit. This function is still used by
2022 ppc-linux-nat.c.
2023
55970da6
KS
20242002-08-26 Keith Seitz <keiths@redhat.com>
2025
2026 * gdb-events.sh: Add selected-frame-level-changed event.
2027 * gdb-events.c: Regenerated.
2028 * gdb-events.h: Regenerated.
2029
a790ad35
SC
20302002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2031
2032 Fix PR gdb/393:
2033 * inflow.c (terminal_save_ours): New function to save terminal
2034 settings.
2035 * inferior.h (terminal_save_ours): Declare.
2036 * target.c (debug_to_terminal_save_ours): New function.
2037 (cleanup_target): Defaults to_terminal_save_ours.
2038 (update_current_target): Inherit to_terminal_save_ours.
2039 (setup_target_debug): Set to_terminal_save_ours.
2040 * target.h (target_terminal_save_ours): New to save terminal settings.
2041 (target_ops): New member to_terminal_save_ours.
2042 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2043 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2044 * inftarg.c (init_child_ops): Likewise.
2045 * m3-nat.c (init_m3_ops): Likewise.
2046 * procfs.c (init_procfs_ops): Likewise.
2047 * wince.c (init_child_ops): Likewise.
2048 * win32-nat.c (init_child_ops): Likewise.
2049 * sol-thread.c (init_sol_thread_ops): Likewise.
2050
c00dcbe9
MK
20512002-08-26 Mark Kettenis <kettenis@gnu.org>
2052
3d7f4f49
MK
2053 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2054 use regcache_* functions.
2055 (i386_gdbarch_init): Set store_return_value instead of
2056 deprecated_store_return_value.
2057
c00dcbe9
MK
2058 * regcache.c (regcache_raw_write_signed,
2059 regcache_raw_write_unsigned): New functions.
2060 * regcache.h (regcache_raw_write_signed,
2061 regcache_raw_write_unsigned): New prototypes.
2062
0e0d15ca
AC
20632002-08-25 Andrew Cagney <ac131313@redhat.com>
2064
2065 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2066 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2067 source file dependencies. Cleanup corresponding generator rules.
2068
d3b22ed5
AC
20692002-08-25 Andrew Cagney <ac131313@redhat.com>
2070
2071 * regcache.h (register_offset_hack): Declare.
2072 (regcache_cooked_read_using_offset_hack): Declare.
2073 (regcache_cooked_write_using_offset_hack): Declare.
2074
2075 * regcache.c (register_offset_hack): New function.
2076 (regcache_cooked_read_using_offset_hack): New function.
2077 (regcache_cooked_write_using_offset_hack): New function.
2078 (regcache_dump): Check that the registers, according to their
2079 offset, are packed hard against each other.
2080 (cooked_xfer_using_offset_hack): New function.
2081
bb425013
AC
20822002-08-25 Andrew Cagney <ac131313@redhat.com>
2083
2084 * regcache.c (struct regcache_descr): Add field register_type.
2085 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2086 in as a parameter
2087 (init_regcache_descr): Initialize register_type. Pass the descr
2088 to init_legacy_regcache_descr. Use register_type instead of
2089 REGISTER_VIRTUAL_TYPE.
2090 (register_type): New function.
2091 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2092 * regcache.h (register_type): Declare.
2093
d0403e00
AC
20942002-08-25 Andrew Cagney <ac131313@redhat.com>
2095
2096 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2097 instead of deprecated_store_return_value. Fix fallout from
2098 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2099
0ed04cce
AC
21002002-08-25 Andrew Cagney <ac131313@redhat.com>
2101
2102 * regcache.c (max_register_size): New function.
2103 (init_legacy_regcache_descr): Ensure that max_register_size is
2104 large enough for REGISTER_VIRTUAL_SIZE.
2105 * regcache.h (max_register_size): Declare.
2106
46d79c04
AC
21072002-08-24 Andrew Cagney <ac131313@redhat.com>
2108
2109 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2110 store_return_value.
2111 (e500_extract_return_value): Change type of valbuf pointer to
2112 void.
2113
853c7bd0
MK
21142002-08-24 Mark Kettenis <kettenis@gnu.org>
2115
cd87e769
MK
2116 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2117 workaround.
2118
853c7bd0
MK
2119 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2120 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2121 long long) to prevent compiler warning on 64-bit systems.
2122
ebba8386
AC
21232002-08-23 Andrew Cagney <cagney@redhat.com>
2124
2125 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2126 (DEPRECATED_STORE_RETURN_VALUE): New method.
2127 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2128 * gdbarch.h, gdbarch.c: Re-generate.
2129
2130 * values.c (set_return_value): Pass current_regcache to
2131 STORE_RETURN_VALUE.
2132 * arch-utils.h (legacy_store_return_value): Declare.
2133 * arch-utils.c (legacy_store_return_value): New function.
2134 (legacy_extract_return_value): Update parameters.
2135
2136 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2137 STORE_RETURN_VALUE.
2138 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2139 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2140 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2141 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2142 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2143 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2144 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2145 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2146 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2147 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2148
2149 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2150 * i386-tdep.c (i386_extract_return_value): Update.
2151 * arch-utils.c (legacy_extract_return_value): Update.
2152 * frv-tdep.c (frv_gdbarch_init): Update.
2153 * cris-tdep.c (cris_gdbarch_init): Update.
2154 * d10v-tdep.c (d10v_gdbarch_init): Update.
2155 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2156 * m68k-tdep.c (m68k_gdbarch_init): Update.
2157 * mcore-tdep.c (mcore_gdbarch_init): Update.
2158 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2159 * s390-tdep.c (s390_gdbarch_init): Update.
2160 * sparc-tdep.c (sparc_gdbarch_init): Update.
2161 * sh-tdep.c (sh_gdbarch_init): Update.
2162 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2163 * v850-tdep.c (v850_gdbarch_init): Update.
2164 * avr-tdep.c (avr_gdbarch_init): Update.
2165 * ia64-tdep.c (ia64_gdbarch_init): Update.
2166 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2167 * vax-tdep.c (vax_gdbarch_init): Update.
2168 * alpha-tdep.c (alpha_gdbarch_init): Update.
2169 * arm-tdep.c (arm_gdbarch_init): Update.
2170 * mips-tdep.c (mips_gdbarch_init): Update.
2171 * i386-tdep.c (i386_gdbarch_init): Update.
2172
5bd8c6d0
AC
21732002-08-23 Andrew Cagney <ac131313@redhat.com>
2174
2175 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2176 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2177
e73e1724
MK
21782002-08-24 Mark Kettenis <kettenis@gnu.org>
2179
2180 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2181 problems.
2182
3e6564e1
JB
21832002-08-23 Joel Brobecker <brobecker@gnat.com>
2184
2185 * infrun.c (handle_inferior_event): Move a comment outside of a
2186 function call, in order to avoid indent reformatting this part
2187 of the code in an unreadable way.
2188
81d0cc19
GS
21892002-08-23 Grace Sainsbury <graces@redhat.com>
2190
2191 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2192 when breakpoints fail. Move general breakpoint error messages to
2193 insert_breakpoints.
2194 * breakpoint.c (insert_breakpoints): Change warnings when
2195 breakpoints are nto inserted to specify the type. Remove call to
2196 memory_error when hardware breakpoints can't be inserted. Remove
2197 multiple calls to warning so all messages are sent to the user at
2198 once.
2199 (delete_breakpoints): Make insert error messsages more explicit.
2200
17574093
DJ
22012002-08-23 Daniel Jacobowitz <drow@mvista.com>
2202
2203 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2204 gdbserver/ChangeLog.
2205
8acc2935
MK
22062002-08-23 Mark Kettenis <kettenis@gnu.org>
2207
dfe01d39
MK
2208 * i386-tdep.c: Include "objfiles.h".
2209 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2210 skip_trampoline_code.
2211 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2212 (CPLUS_MARKER): Define to '.'.
2213
8acc2935
MK
2214 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2215 member.
2216 (linux_corefile_thread_callback): Increase args->num_notes.
2217 (linux_make_note_section): Initialize thread_args.num_notes, and
2218 use it to determine whether notes for any threads were created.
2219
151fefe2 22202002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2221
2222 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2223 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2224 and PCUNKILL.
2225 (write_with_trace): Conditionalize out the switch branch handling
2226 PCSHOLD if the corresponding macro is not defined. Likewise for
2227 PRSABORT and PRSTOP.
2228 This change will be needed by the Interix port.
2229
e1507482
EZ
22302002-08-22 Elena Zannoni <ezannoni@redhat.com>
2231
2232 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2233 write_register wherever possible instead of manipulating the
2234 register bytes directly.
2235 Assign VALUE_CONTENTS to a variable and use that.
2236 The GPR numbers are now dependent on the architecture.
2237
96ff0de4
EZ
22382002-08-22 Elena Zannoni <ezannoni@redhat.com>
2239
2240 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2241 ev_offset fields.
2242 (skip_prologue): Add support for BookE/e500 instructions.
2243 (e500_extract_return_value): New function.
2244 (frame_get_saved_regs): Add support for saving ev registers and
2245 pseudo gpr's.
2246 (e500_store_return_value): New function.
2247 (rs6000_gdbarch_init): Move up default intializations of
2248 deprecated_extract_return_value and store_return_value. Overwrite
2249 init of store_return_value with e500 specific version.
2250 Set extract_return_value for e500.
2251
fbefca5b
EZ
22522002-08-22 Elena Zannoni <ezannoni@redhat.com>
2253
2254 * blockframe.c (generic_call_dummy_register_unwind): Use
2255 regcache_cooked_read to catch cases in which the variable is
2256 stored in a pseudo register.
2257
4d210288
AC
22582002-08-22 Andrew Cagney <cagney@redhat.com>
2259
2260 * NEWS: Mention that the i960 has been made obsolete.
2261 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2262 i960-tdep.c
2263 (remote-nrom.o): Obsolete target.
2264 (remote-nindy.o, i960-tdep.o): Ditto.
2265 * remote-nrom.c: Make file obsolete.
2266 * remote-nindy.c, remote-vx960.c: Ditto.
2267 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2268 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2269 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2270 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2271 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2272 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2273 i960-*-vxworks* obsolete.
2274 * MAINTAINERS: Note that the i960 is obsolete.
2275
6c0c456d
CV
22762002-08-21 Corinna Vinschen <vinschen@redhat.com
2277
2278 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2279 detach to allow reinitialization.
2280
9f9d12b3
AC
22812002-08-22 Andrew Cagney <ac131313@redhat.com>
2282
2283 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2284 attempt).
2285
ebeb39fe
JB
22862002-08-22 Jim Blandy <jimb@redhat.com>
2287
2288 * coffread.c (coff_symfile_read): Don't try to read the line
2289 number table from disk if the image file doesn't have a symbol
2290 table; we'll never actually look at the info anyway, and Windows
2291 ships DLL's with bogus file offsets for the line number data.
2292
5bf1c677
EZ
22932002-08-21 Elena Zannoni <ezannoni@redhat.com>
2294
2295 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2296 an e500 executable.
2297
71b8ef93
MS
22982002-08-21 Michael Snyder <msnyder@redhat.com>
2299
2300 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2301 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2302 (DEFAULT_MIPS_TYPE): Delete unused macro.
2303 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2304 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2305
d174216d
JB
23062002-08-21 Jim Blandy <jimb@redhat.com>
2307
2308 * valops.c (value_cast): Simplify and correct logic for doing a
2309 static cast from a pointer to a base class to a pointer to a
2310 derived class.
2311
0ab7a791
AC
23122002-08-21 Andrew Cagney <ac131313@redhat.com>
2313
2314 * infcmd.c (default_print_registers_info): Replace
2315 do_registers_info.
2316 (registers_info): Use gdbarch_print_registers_info instead of
2317 DO_REGISTERS_INFO.
2318 * inferior.h (default_print_registers_info): Replace
2319 do_registers_info.
2320 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2321 (DO_REGISTERS_INFO): Change to a predicate function.
2322 * gdbarch.h, gdbarch.c: Regenerate.
2323
e23792cc
KS
23242002-08-21 Keith Seitz <keiths@redhat.com>
2325
2326 * gdb-events.sh: Add target-changed event.
2327 * gdb-events.c: Regenerated.
2328 * gdb-events.c: Regenerated.
2329 * valops.c (value_assign): Add target-changed event notification
2330 to inlval_register, lval_memory, and lval_reg_frame_relative.
2331
9fb14e79
JB
23322002-08-21 Joel Brobecker <brobecker@gnat.com>
2333
2334 * NEWS: Add an entry regarding the improvement of the next/step
2335 operation on Alpha Tru64 multi-processor machines.
2336
6d39a69f
AC
23372002-08-21 Andrew Cagney <ac131313@redhat.com>
2338
72acd513
AC
2339 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2340 directores.
342af04b 2341 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2342 * Makefile.in (install-gdbtk): Move to install section.
2343 (rdi-share/libangsd.a): Move to end of file.
2344
fa5f27c7
AC
23452002-08-19 Andrew Cagney <ac131313@redhat.com>
2346
2347 * frame.c (frame_register_unwind): When a register, set addrp to
2348 the register's byte.
2349
5a89d8aa
MS
23502002-08-20 Michael Snyder <msnyder@redhat.com>
2351
2352 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2353 used locally, so move them from the target machine header to here.
2354 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2355 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2356 Make static.
2357 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2358
822e978b
AC
23592002-08-20 Andrew Cagney <cagney@redhat.com>
2360
2361 * NEWS: Mention that the Apollo line was made obsolete.
2362 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2363 m68*-hp-hpux* obsolete.
2364 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2365 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2366 * buildsym.c (make_blockvector): Make static.
2367 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2368 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2369 (ALLDEPFILES): Remove dstread.c.
2370 (dstread.o): Obsolete make rule.
2371 * dstread.c: Makefile obsolete.
2372 * dst.h: Ditto.
2373 * config/m68k/hp300hpux.mt: Ditto.
2374 * config/m68k/hp300hpux.mh: Ditto.
2375 * config/m68k/hp300bsd.mt: Ditto.
2376 * config/m68k/hp300bsd.mh: Ditto.
2377 * config/m68k/apollo68b.mt: Ditto.
2378 * config/m68k/apollo68v.mh: Ditto.
2379 * config/m68k/apollo68b.mh: Ditto.
2380
e41b17f0
MS
23812002-08-20 Michael Snyder <msnyder@redhat.com>
2382
2383 * mips-tdep.c (mips_in_return_stub): Make static.
2384 (mips_gdbarch_init): Set in_solib_return_trampoline.
2385 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2386
d50355b6
MS
23872002-08-20 Michael Snyder <msnyder@redhat.com>
2388
2389 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2390 * gdbarch.c, gdbarch.h: Regenerate.
2391 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2392 Add.
2393 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2394
757a7cc6
MS
23952002-08-20 Michael Snyder <msnyder@redhat.com>
2396
2397 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2398 (mips_gdbarch_init): Set skip_trampoline_code,
2399 in_solib_call_trampoline.
2400 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2401 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2402
c8001721
EZ
24032002-08-20 Elena Zannoni <ezannoni@redhat.com>
2404
2405 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2406
2407 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2408 vector type for ev registers.
2409 (e500_pseudo_register_read): New function.
2410 (e500_pseudo_register_write): New function.
2411 (e500_dwarf2_reg_to_regnum): New function.
2412 (PPC_UISA_NOFP_SPRS): New macro.
2413 (PPC_EV_REGS): New macro.
2414 (PPC_GPRS_PSEUDO_REGS): New macro.
2415 (registers_e500): New register set for e500.
2416 (variants): Add e500 variant.
2417 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2418 before setting architectural dependent variations. Initialize ev
2419 registers numbers. Add case for e500 architecture. Set the
2420 number of pseudo registers.
2421
64366f1c
EZ
24222002-08-20 Elena Zannoni <ezannoni@redhat.com>
2423
2424 * rs6000-tdep.c: Clean up comments.
2425
7e78f0ca
AC
24262002-08-20 Andrew Cagney <cagney@redhat.com>
2427
2428 * h8300-tdep.c: Re-indent file.
2429
697f7479
JB
24302002-08-20 Jim Blandy <jimb@redhat.com>
2431
2432 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2433 default for this.
697f7479 2434
e86ae29f
KS
24352002-08-20 Keith Seitz <keiths@redhat.com>
2436
2437 * breakpoints.c (watch_command_1): Use internal breakpoint
2438 when setting a watchpoint_scope breakpoint.
2439
216b504f
EZ
24402002-08-20 Elena Zannoni <ezannoni@redhat.com>
2441
2442 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2443 (build_builtin_type_vec64i): Ditto.
2444 (build_builtin_type_vec128): Ditto.
2445 (build_builtin_type_vec128i): Ditto.
2446
f7ab6ec6
MS
24472002-08-19 Michael Snyder <msnyder@redhat.com>
2448
2449 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2450 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2451 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2452 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2453 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2454 CALL_DUMMY_ADDRESS): Delete.
2455 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2456 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2457 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2458 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2459 push_return_address.
2460 (mips_register_raw_size, mips_eabi_use_struct_convention,
2461 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2462 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2463 mips_init_extra_frame_info, mips_eabi_push_arguments,
2464 mips_n32n64_push_arguments, mips_push_return_address,
2465 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2466 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2467
b5d1566e
MS
24682002-08-19 Michael Snyder <msnyder@redhat.com>
2469
2470 * mips-tdep.c (mips_frame_num_args): New function.
2471 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2472 frame_saved_pc, frame_args_address, frame_locals_address,
2473 frame_num_args, and frame_args_skip.
2474 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2475 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2476 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2477 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2478
2f1488ce
MS
24792002-08-20 Michael Snyder <msnyder@redhat.com>
2480
2481 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2482 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2483 * mips-tdep.c (mips_store_struct_return): New function.
2484 (mips_extract_struct_value_address): New function.
2485 (mips_gdbarch_init): Set store_struct_return and
2486 extract_struct_value_address.
2487
41ff2da1
DC
24882002-08-20 David Carlton <carlton@math.stanford.edu>
2489
2490 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2491 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2492 (read_file_scope): Check that line_header is nonzero before
2493 decoding macro information.
2494
e5451d58
MK
24952002-08-20 Mark Kettenis <kettenis@gnu.org>
2496
2497 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2498 flag the general-purpose registers as floating-point on targets
2499 that don't support the floating-point registers.
2500
4a6daafa
EZ
25012002-08-20 Elena Zannoni <ezannoni@redhat.com>
2502
2503 * rs6000-tdep.c (altivec_register_p): Delete.
2504 (rs6000_do_altivec_registers): Delete.
2505 (rs6000_altivec_registers_info): Delete.
2506 (rs6000_do_registers_info): Delete.
2507 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2508 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2509
ab4327e0
EZ
25102002-08-20 Elena Zannoni <ezannoni@redhat.com>
2511
2512 * infcmd.c (do_registers_info): Print vector registers in hex
2513 format only.
2514 (print_vector_info): Check that printing registers
2515 makes sense.
2516 (print_float_info): Ditto.
2517
cb1d2653
AC
25182002-08-20 Andrew Cagney <ac131313@redhat.com>
2519
2520 * mips-tdep.c (mips_gdbarch_init): Update.
2521 (mips_o32_extract_return_value): Rewrite.
2522 (mips_o32_store_return_value): Rewrite.
2523 (mips_o32_xfer_return_value): New function.
2524 (mips_xfer_register): Tweak debug print message. Allow for
2525 buf_offset when dumping the value transfered.
2526
dfc3d9b2
AC
25272002-08-20 Andrew Cagney <ac131313@redhat.com>
2528
2529 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2530 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2531 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2532 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2533 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2534
7807aa61
MS
25352002-08-14 Michael Snyder <msnyder@redhat.com>
2536
2537 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2538
489461e2
EZ
25392002-08-19 Elena Zannoni <ezannoni@redhat.com>
2540
2541 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2542 register.
2543 (P): New macro to define a register as a pseudo register.
2544 (R, R4, R8, R16, FR32, R64, R0): Updated.
2545 (struct variant): Add new fields for number of pseudo registers
2546 and number of total registers.
2547 (tot_num_registers): New macro replacing....
2548 (num_registers): ...deleted macro.
2549 (num_registers): New function.
2550 (num_pseudo_registers): New function.
2551 (variants): Update all variants to intialize new fields correctly.
2552 Postpone initialization of number of pseudo regs and real regs.
2553 (init_variants): New function.
2554 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2555 registers offsets.
2556
fcaffe4c
DC
25572002-08-19 David Carlton <carlton@math.stanford.edu>
2558
2c2738a0
DC
2559 * valops.c (search_struct_field): Change error message to treat
2560 return value of 0 from value_static_field as meaning that field is
2561 optimized out.
2562 (value_struct_elt_for_reference): Ditto.
2563 * values.c (value_static_field): Treat an unresolved location the
2564 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
2565 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2566 enclosed. Fix PR gdb/574.
fcaffe4c
DC
2567 * MAINTAINERS: Add self to Write After Approval list.
2568
88658117
AC
25692002-08-19 Andrew Cagney <ac131313@redhat.com>
2570
2571 * mips-tdep.c (mips_xfer_register): New function.
2572 (mips_n32n64_extract_return_value): Rewrite.
2573 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2574 instead of deprecated_extract_return_value.
2575
21283beb
EZ
25762002-08-19 Elena Zannoni <ezannoni@redhat.com>
2577
2578 * rs6000-tdep.c (TDEP): Delete macro.
2579 (branch_dest): Replace use of TDEP macro with its body.
2580 (rs6000_pop_frame): Ditto.
2581 (rs6000_push_arguments): Ditto.
2582 (rs6000_skip_trampoline_code): Ditto.
2583 (rs6000_frame_saved_pc): Ditto.
2584 (rs6000_frame_chain): Ditto.
2585 (rs6000_register_name): Ditto.
2586 (rs6000_register_byte): Ditto.
2587 (rs6000_register_raw_size): Ditto.
2588 (rs6000_register_virtual_type): Ditto.
2589 (rs6000_register_convertible): Ditto.
2590 (rs6000_convert_from_func_ptr_addr): Ditto.
2591
bf072999
DJ
25922002-08-19 Daniel Jacobowitz <drow@mvista.com>
2593
2594 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2595 conditionally.
2596 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2597 MIPS_LINUX_JB_ELEMENT_SIZE.
2598 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2599 for MAX_REGISTER_RAW_SIZE arrays.
2600 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2601 MIPS_LINUX_JB_ELEMENT_SIZE.
2602
9b949a49
PM
26032002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2604
2605 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2606
6d3e79c6
AS
26072002-08-19 Aidan Skinner <aidan@velvet.net>
2608
2609 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2610 ada-valprint.c ada-tasks.c.
2611 (YYFILES): Add ada-exp.y.
2612 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2613 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2614 (ada-exp.tab.o): New target.
2615
06c0b04e
AC
26162002-08-18 Andrew Cagney <ac131313@redhat.com>
2617
2618 * regcache.c (regcache_xfer_part): New function.
2619 (regcache_raw_read_part): New function.
2620 (regcache_raw_write_part): New function.
2621 (regcache_cooked_read_part): New function.
2622 (regcache_cooked_write_part): New function.
2623 * regcache.h (regcache_raw_read_part): Declare.
2624 (regcache_raw_write_part): Declare.
2625 (regcache_cooked_read_part): Declare.
2626 (regcache_cooked_write_part): Declare.
2627
92d1e331
DJ
26282002-08-18 Daniel Jacobowitz <drow@mvista.com>
2629
2630 * remote.c (remote_open_1): Add async_p.
2631 (remote_async_open_1): Delete.
2632 (open_remote_target): Delete.
2633 (remote_open, extended_remote_open): Update calls to remote_open_1.
2634 (remote_async_open, extended_remote_async_open): Call
2635 remote_open_1 instead of remote_async_open_1.
2636
247055de
MK
26372002-08-19 Mark Kettenis <kettenis@gnu.org>
2638
2639 * blockframe.c: Fix a few coding standard violations.
2640
641eda39
MK
26412002-08-19 Mark Kettenis <kettenis@gnu.org>
2642
0b717710
MK
2643 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2644 here from ...
2645 * config/i386/tm-i386sco5.h: ... here. File removed.
2646 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2647
26d28e12 2648 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
2649 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2650 (TM_FILE): Set to tm-i386.h.
2651 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2652 * config/i386/tm-i386v.h: Remove file.
2653 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2654 instead of "i386/tm-i386v.h".
2655 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2656 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2657 "i386/tm-i386v.h".
2658 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2659 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2660 "i386/tm-i386.h".
2661
d4e0bab4
MK
26622002-08-18 Mark Kettenis <kettenis@gnu.org>
2663
2664 * config/i386/nm-i386v.h: Add protection against
2665 multiple-inclusion.
2666 (i386_register_u_addr): Remove prototype.
2667 (register_u_addr): New prototype.
2668 (REGISTER_U_ADDR): Redefine accordingly.
2669 * i386v-nat.c: Improve several comments.
2670 (i386_register_u_addr): Change signature and rename to
2671 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2672 ubase variable.
2673
46cac009
AC
26742002-08-18 Andrew Cagney <ac131313@redhat.com>
2675
2676 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2677 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2678 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2679 deprecated_extract_return_value.
2680 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2681 rename mips_o32o64_push_arguments.
2682 (mips_gdbarch_init): Update.
2683 (mips_extract_return_value): Delete.
2684 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2685 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2686 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2687 (mips_n32n64_extract_return_value): Clone
2688 mips_extract_return_value.
2689 (mips_store_return_value): Delete.
2690 (mips_o32_store_return_value): Clone mips_store_return_value.
2691 (mips_o64_store_return_value): Clone mips_store_return_value.
2692 (mips_eabi_store_return_value): Clone mips_store_return_value.
2693 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2694
d2e4a39e
AS
26952002-08-18 Aidan Skinner <aidan@velvet.net>
2696
0c30c098
AS
2697 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2698 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2699
27002002-08-18 Aidan Skinner <aidan@velvet.net>
2701
2702 * ada-lang.c: Run through gdb_indent.sh.
2703 * ada-lang.h: Run through gdb_indent.sh.
2704 * ada-tasks.c: Run through gdb_indent.sh.
2705 * ada-typeprint.c: Run through gdb_indent.sh.
2706 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 2707
01fc4e33
AC
27082002-08-18 Andrew Cagney <ac131313@redhat.com>
2709
2710 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2711 ABI.
2712
d8ee244c
MK
27132002-08-18 Mark Kettenis <kettenis@gnu.org>
2714
c38d8261
MK
2715 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2716
222db64c
MK
2717 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2718 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2719
c2848c82
MK
2720 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2721 write_register_gen instead of write_register_bytes.
2722
d8ee244c
MK
2723 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2724 i[3456]-*-osf1mk* configurations have been made obsolete.
2725 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2726 i[3456]86-*-osf1mk* hosts obsolete.
2727 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2728 targets obsolete.
2729 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2730 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2731 config/i386/i386m3.mt, config/i386/nm-m3.h,
2732 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2733 config/i386/i386mk.mh, config/i386/i386mk.mt,
2734 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2735 obsolete.
2736 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2737 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2738 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2739
61d8d407
AC
27402002-08-18 Andrew Cagney <ac131313@redhat.com>
2741
2742 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2743 (hppa_value_returned_from_stack): Declare.
2744 (hppa_extract_return_value): Declare.
2745 * config/pa/hppa.mt: New file.
2746 * configure.tgt: Recognize hppa*-*-*.
2747 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2748
0c52bd59
MK
27492002-08-18 Mark Kettenis <kettenis@gnu.org>
2750
2751 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2752 comment.
2753
b5686e99
MK
27542002-08-17 Mark Kettenis <kettenis@gnu.org>
2755
2756 * top.c (gdb_rl_operate_and_get_next): Make sure
2757 operate-and-get-next functions correctly even when the history
2758 list is completely filled.
2759
c1bab85b
AC
27602002-08-18 Andrew Cagney <ac131313@redhat.com>
2761
2762 * MAINTAINERS (Target Instruction Set Architectures): Rename
2763 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2764 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2765 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2766 already listed under Host/Native.
2767
2768 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2769 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2770 mips*-*-*.
2771
32089c7c
AC
27722002-08-17 Andrew Cagney <ac131313@redhat.com>
2773
2774 * config/ia64/ia64.mt: New file.
2775 * config/alpha/alpha.mt: New file.
2776 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2777 ia64-linux-gnu. Mention that ia64-elf is broken.
2778 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2779
b4671f85
MK
27802002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2781
2782 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2783 generic_func_frame_valid instead of func_frame_valid.
2784
c8edd8b4
JB
27852002-08-16 Joel Brobecker <brobecker@gnat.com>
2786
2787 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2788 procfs appears to be broken when debugging on multi-processor
2789 machines. So enable software single stepping in order to avoid
2790 using the procfs interface to do next/step operations, using
2791 internal breakpoints instead.
2792
2793 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2794 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2795 make this pc address equal to the value it would have if the
2796 system stepping capability was used. Also set a new flag used
2797 to ensure that we don't readjust the PC one more time later.
2798
2799 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2800 address by DECR_PC_AFTER_BREAK when software single step is
2801 in use for this architecture, as this has already been taken
2802 care of in handle_inferior_event().
2803
238617f6
JB
28042002-08-16 Joel Brobecker <brobecker@gnat.com>
2805
2806 * infrun.c (handle_inferior_event): Minor reformatting, to make
2807 a rather long condition expression easier to read.
2808
541a7aac
AC
28092002-08-16 Andrew Cagney <ac131313@redhat.com>
2810
2811 * Makefile.in (gdbtk.o): Move to end of file.
2812 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2813 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2814 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2815 (gdbtk-wrapper.o, gdbres.o): Ditto.
2816
f92d4a7b
AC
28172002-08-16 Andrew Cagney <ac131313@redhat.com>
2818
2819 * Makefile.in (copying.o): Separate out compile rule.
2820 (hpux-thread.o, procfs.o, signals.o): Ditto.
2821 (v850ice.o, z8k-tdep.o): Ditto.
2822 (tui-file.o): Move to TUI section.
2823 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2824 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2825
1cce71eb
JB
28262002-08-16 Joel Brobecker <brobecker@gnat.com>
2827
2828 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2829 skip_trampoline_code, for better namespace-proofing.
2830
2831 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2832
0851f23d
JB
28332002-08-16 Joel Brobecker <brobecker@gnat.com>
2834
2835 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2836
f8d40ec8
JB
28372002-08-16 Joel Brobecker <brobecker@gnat.com>
2838
2839 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2840 signal, check whether we hit a breakpoint before checking for a
2841 single step breakpoint. Otherwise, GDB fails to notice that a
2842 breakpoint has been hit when stepping onto a breakpoint.
2843
63d022e0
KS
28442002-08-16 Keith Seitz <keiths@redhat.com>
2845
2846 * gdb-events.sh (clear_gdb_event_hooks): New function.
2847 * gdb-events.c: Regenerate.
2848 * gdb-events.h: Regenerate.
2849
6e31adb3
AC
28502002-08-16 Andrew Cagney <ac131313@redhat.com>
2851
2852 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2853 not_a_sw_breakpoint.
2854 * breakpoint.h (bpstat_stop_status): Add parameter names.
2855
c8189ed1
GS
28562002-08-16 Grace Sainsbury <graces@redhat.com>
2857
2858 * remote.c (remote_insert_hw_breakpoint)
2859 (remote_remove_hw_breakpoint): Fix calculation of length field
2860 for Z-packet.
2861
d05285fa
MS
28622002-08-15 Michael Snyder <msnyder@redhat.com>
2863
466d7106
MS
2864 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2865 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2866 (supply_fpregset): Ditto.
2867
d05285fa
MS
2868 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2869 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2870 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2871 (TARGET_READ_SP): Delete.
bf1f5b4c 2872 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2873 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2874 Delete.
2875 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2876 from macros to functions.
bf1f5b4c 2877
d05285fa
MS
2878 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2879 (mips_register_convertible, mips_register_convert_to_virtual,
2880 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2881 (mips_read_sp): New function.
2882 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2883 (mips_do_registers_info): Make static.
2884 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2885 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2886 (mips_register_convert_from_type, mips_register_convert_to_type):
2887 New functions.
2888 (mips_gdbarch_init): Set up function_start_offset,
2889 register_virtual_size, pc_in_sigtramp.
d05285fa 2890
e76f1f2e
AC
28912002-08-15 Andrew Cagney <ac131313@redhat.com>
2892
2893 * infcmd.c (vector_info): New function.
2894 (_initialize_infcmd): Add command "info vector".
2895 (print_vector_info): New function.
2896
2897 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2898 * gdbarch.h, gdbarch.c: Regenerate.
2899
4782dc19
AC
29002002-08-15 Andrew Cagney <ac131313@redhat.com>
2901
2902 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2903 ``print_all''. Only print vector registers when ``print_all''.
2904
23e3a7ac
AC
29052002-08-15 Andrew Cagney <ac131313@redhat.com>
2906
8e186fd6
AC
2907 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2908 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2909
23e3a7ac
AC
2910 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2911 Add `args' parameter.
2912 * gdbarch.h, gdbarch.c: Regenerate.
2913
2914 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2915
2916 * infcmd.c (float_info): Call print_float_info.
2917 (print_float_info): New function. By default, print the
2918 floating-point registers.
2919
2920 * arch-utils.h (default_print_float_info): Delete declaration.
2921 * arch-utils.c (default_print_float_info): Delete function.
2922
e0ca2bb9
MK
29232002-08-16 Mark Kettenis <kettenis@gnu.org>
2924
3f733acc
MK
2925 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2926 out define.
2927
7d8d2918
MK
2928 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2929 FRAME.
2930
1c7cc583
MK
2931 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2932 * configure.host: Make i[3456]86-*-aix host obsolete.
2933 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2934 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2935 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2936 config/i386/xm-i386aix.h: Make files obsolete.
2937 * i386aix-nat.c: Make file obsolete.
2938 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2939 (i386aix-nat.o): Make target obsolete.
2940
e0ca2bb9
MK
2941 * config/i386/nm-gnu.h: Removed.
2942 * config/i386/nm-i386gnu.h: New file.
2943 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2944 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2945 Moved here from ...
2946 * config/i386/tm-i386gnu.h: ... here. Removed.
2947 * config/i386/xm-i386gnu.h: Removed.
2948 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2949 (NAT_FILE): Set to nm-i386gnu.h.
2950 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2951 * i386-tdep.c: New file.
2952 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2953 (i386gnu-tdep.o): Specify dependencies.
2954
16057ec7 29552002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2956
6b99ee2e
MK
2957 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2958 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2959 Adjust a few comments to reflect reality a bit closer.
2960 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2961 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2962 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2963 target_insert_watchpoint, target_remove_watchpoint):
2964 Move defines to ...
2965 * config/i386/nm-i386sco5.h: ... here.
2966 (kernel_u_size): Add prototype. Improve a few comments and add
2967 protection against multiple inclusion.
2968
d9a6f65c
MK
2969 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2970 out define.
2971
047eff6a
MK
2972 * uw-thread.c (SP_ARG0): Define if not already defined.
2973 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2974
dcdb1290
MK
2975 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2976
5d2d0b2a
MK
2977 * config/i386/tm-i386.h: Don't include "regcache.h".
2978
61113f8b
MK
2979 * i387-tdep.h (i387_print_float_info): New prototype.
2980 * i387-tdep.c (print_i387_value, print_i387_ext,
2981 print_i387_status_word, print_i387_control_word): Add `struct
2982 ui_file *' argument and use it for output.
2983 (i387_print_float_info): Renamed from i387_float_info. Add
2984 `struct gdbarch *' and `struct ui_file *' arguments and use the
2985 latter for output.
2986 * i386-tdep.c: Include "i387-tdep.h".
2987 (i386_gdbarch_init): Set print_float_info.
2988 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2989 (FLOAT_INFO): Remove define.
2990
46e0f506
MS
29912002-08-13 Michael Snyder <msnyder@redhat.com>
2992
2993 * mips-tdep.c (mips_push_arguments): Rename to
2994 mips_eabi_push_arguments, and tune for EABI.
2995 (MIPS_REGS_HAVE_HOME_P): Delete.
2996 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2997 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2998 Delete references to mips_regs_have_home_p.
2999
409268de
KS
30002002-08-14 Keith Seitz <keiths@redhat.com>
3001
3002 * Makefile.in (install-gdbtk): Create insight plugin directory.
3003 Install plugins.tcl file.
3004
ffc6a242
KS
30052002-08-14 Keith Seitz <keiths@redhat.com>
3006
3007 * configure.in: Move SUBDIRS to near top of the file so that
3008 --enable options may add things to it.
3009 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3010 * configure: Regenerate.
3011
ebafbe83
MS
30122002-08-13 Michael Snyder <msnyder@redhat.com>
3013
3014 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3015 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3016 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3017
32f6f25d
AC
30182002-08-13 Andrew Cagney <ac131313@redhat.com>
3019
3020 * vax-tdep.c (vax_get_saved_register): Delete function.
3021 (vax_gdbarch_init): Update.
3022 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3023 (ns32k_gdbarch_init): Update.
3024 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3025 (alpha_gdbarch_init): Update.
3026
53826de9
AC
30272002-08-13 Andrew Cagney <cagney@redhat.com>
3028
3029 * regcache.c (init_regcache_descr): Overallocate the
3030 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3031 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3032 nr_raw_registers.
3033 (set_register_cached): Add range checking assertions. Use
3034 current_regcache.
3035
16057ec7 30362002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
3037
3038 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3039 numbers for MMX registers.
3040
7b4c2dce
AC
30412002-08-13 Andrew Cagney <cagney@redhat.com>
3042
3043 * i386-tdep.c (i386_gdbarch_init): Use
3044 generic_unwind_get_saved_register.
3045
1e03ad20
KB
30462002-08-13 Kevin Buettner <kevinb@redhat.com>
3047
3048 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3049 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3050 target vector.
3051 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3052 Delete. Add comment regarding this now-deleted target method.
3053
548bcbec
SC
30542002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3055
3056 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3057 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3058 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3059 real PC and the page number (if it's within the memory bank window).
3060 (m68hc11_pseudo_register_write): Likewise when saving.
3061 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3062 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3063 (m68hc11_register_raw_size): And use 32-bit for it.
3064 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3065 16K memory bank is used by the prog; also use the virtual pc.
3066
7df11f59
SC
30672002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3068
3069 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3070 (m68hc11_gdbarch_init): Install it in gdbarch.
3071 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3072 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3073 (MSYMBOL_SIZE): New for documentation.
3074 (insn_return_kind): Enum to specify how a function returns.
3075 (frame_extra_info): Cleanup and record the return mode.
3076 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3077 register in address computation.
3078 (m68hc11_get_return_insn): New to obtain the return instruction used
3079 by the function.
3080 (m68hc11_frame_init_saved_regs): Take into account the return
3081 instruction used by the function for far and interrupt functions.
3082 (m68hc11_init_extra_frame_info): Take into account page register.
3083 (m68hc11_frame_args_address): Adjust according to the return mode.
3084 (show_regs): Print page register only when it's used.
3085
5706502a
SC
30862002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3087
3088 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3089 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3090 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3091 registers.
3092 (m68hc11_register_raw_size): Likewise.
3093
28fc6740
AC
30942002-08-13 Andrew Cagney <cagney@redhat.com>
3095
3096 * i386-tdep.c (i386_register_name): Handle mmx registers.
3097 (mmx_regnum_p): New function.
3098 (i386_mmx_names): New array.
3099 (mmx_num_regs): New variable.
3100 (i386_pseudo_register_read): New function.
3101 (i386_pseudo_register_write): New function.
3102 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3103
3104 * regcache.c (regcache_raw_read_unsigned): New function.
3105 (regcache_raw_read_signed): New function.
3106 * regcache.h (regcache_raw_read_unsigned): Declare.
3107 (regcache_raw_read_signed): Declare.
3108
a378f419
AC
31092002-08-13 Andrew Cagney <cagney@redhat.com>
3110
3111 * regcache.c (regcache_raw_read_as_address): Delete function.
3112 (regcache_cooked_read_signed): New function.
3113 (regcache_cooked_read_unsigned): New function.
3114 * regcache.h (regcache_cooked_read_signed): Declare.
3115 (regcache_cooked_read_unsigned): Declare.
3116 (regcache_raw_read_as_address): Delete declaration.
3117
3118 * blockframe.c (generic_read_register_dummy): Use
3119 regcache_cooked_read_unsigned.
3120 * i386-tdep.c (i386_extract_struct_value_address): Use
3121 regcache_cooked_read_unsigned.
3122
81967506
SC
31232002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3124
3125 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3126 double sizes according to ELF ABI flags.
3127 (gdbarch_tdep): Record elf_flags.
3128
ffe1f3ee
SC
31292002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3130
3131 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3132 (m6812_prolog): They can appear in 68HC12 function prologue.
3133 (m68hc11_frame_chain): Cleanup.
3134
98216c5d
AC
31352002-08-12 Andrew Cagney <cagney@redhat.com>
3136
3137 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3138 declarations.
3139 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3140 (i386_linux_register_raw_size): Delete function.
3141 (i386_linux_init_abi): Update.
3142 * i386-tdep.c (i386_register_raw_size): Delete function.
3143 (i386_register_byte): Delete function.
3144 (i386_gdbarch_init): Update.
3145 (i386_register_size): Delete array.
3146 (i386_register_offset): Delete array.
3147
3148 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3149 (REGISTER_RAW_SIZE): Delete macro.
3150 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3151 (REGISTER_BYTE): Delete macro.
3152
3b19021e
AS
31532002-08-11 Aidan Skinner <aidan@velvet.net>
3154
3155 * ada-lang.c (ada_lookup_partial_symbol)
3156 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3157 prototype names so that grep ^func works properly.
3158
3159 * ada-lang.c (ada_array_element_type)
3160 (ada_lookup_partial_symbol): Fix typos in parameter list.
3161
3162 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3163 Fix prototype names so that grep ^func works properly.
3164
b063e7a2
AC
31652002-08-10 Andrew Cagney <cagney@redhat.com>
3166 Elena Zannoni <ezannoni@redhat.com>
3167 Martin M. Hunt <hunt@redhat.com>
3168
3169 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3170 (build_builtin_type_vec128i): Set the vector bit.
3171 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3172 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3173 (build_builtin_type_vec64): New function.
3174 (build_builtin_type_vec64i): New function.
3175 (build_gdbtypes): Initialize builtin_type_vec64 and
3176 builtin_type_vec64i.
3177
a7e3c2ad
AC
31782002-08-09 Andrew Cagney <cagney@redhat.com>
3179
3180 * regcache.c (regcache_dump): Compare the register offset
3181 with REGISTER_BYTE.
3182 * arch-utils.c (generic_register_byte): New function.
3183 * arch-utils.h (generic_register_byte): Declare.
3184 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3185 * gdbarch.h, gdbarch.c: Regenerate.
3186
af030b9a
AC
31872002-08-09 Andrew Cagney <cagney@redhat.com>
3188
3189 * regcache.c: Include "gdbcmd.h"
3190 (_initialize_regcache): Add commands "maintenance print
3191 registers", "maintenance print raw-registers" and "maintenance
3192 print cooked-registers".
3193 (enum regcache_dump_what): Define.
3194 (dump_endian_bytes): New function.
3195 (regcache_dump): New function.
3196 (regcache_print): New function.
3197 (maintenance_print_registers): New function.
3198 (maintenance_print_raw_registers): New function.
3199 (maintenance_print_cooked_registers): New function.
3200 * Makefile.in (regcache.o): Update dependencies.
3201
cb3d25d1
MS
32022002-08-09 Michael Snyder <msnyder@redhat.com>
3203
3204 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3205 (mips_push_arguments): Correct some comments. Use paddr_nz
3206 for printing addresses in debug output. Replace static
3207 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3208 (mips_n32n64_push_arguments): New function, cloned from
3209 mips_push_arguments and tuned for the n32/n64 ABI.
3210 (mips_push_register): Buffer needs dynamic allocation.
3211 (mips_print_register): Ditto.
3212 (do_gp_register_row): Ditto.
3213 (mips_store_return_value): Ditto.
3214 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3215
2163ab9d
DH
32162002-08-09 Don Howard <dhoward@redhat.com>
3217
3218 * memattr.c (mem_info_command): Print special case of upper bound
3219 as max CORE_ADDR + 1.
3220
b78bcb18
MS
32212002-08-08 Michael Snyder <msnyder@redhat.com>
3222
3223 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3224 returns structs by ref if they're too big to fit in two registers.
3225
ffabd70d
KB
32262002-08-09 Kevin Buettner <kevinb@redhat.com>
3227
3228 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3229 saved regs value.
3230 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3231 mips_find_saved_regs().
3232 (mips_pop_frame): Likewise.
3233
fbcdb4a3
KB
32342002-08-09 Kevin Buettner <kevinb@redhat.com>
3235
3236 * blockframe.c (frame_saved_regs_register_unwind): Revise
3237 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3238 frames are in use.
3239
3c3bea1c
GS
32402002-08-09 Grace Sainsbury <graces@redhat.com>
3241
3242 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3243 T-packets; the 'a' is not taken as a register number.
3244 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3245 (remote_stopped_data_address): New functions; add to target
3246 vector.
3247 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3248 prototypes to match other implementations of this
3249 function. replace integer argument with pointer -- the length
3250 field in the Z-packet is the length of what is pointed to or 1 if
3251 pointer is null. Add to target vector.
3252 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3253 target vector.
3254
3255 From Mark Salter:
3256 * remote.c (remote_wait): Add support to extract optional
3257 watchpoint information from T-packet. Ignore unrecognized
3258 optional info in T-packet.
3259 (remote_async_wait): Ditto.
3260
5d1d95de
CV
32612002-08-09 Corinna Vinschen <vinschen@redhat.com>
3262
3263 * cli/cli-dump.c: Change fopen modes to use binary open modes
3264 as defined in include/fopen-bin.h throughout.
3265
c86b5b38
MS
32662002-08-08 Michael Snyder <msnyder@redhat.com>
3267
3268 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3269
b30590dc
KB
32702002-08-08 Kevin Buettner <kevinb@redhat.com>
3271
3272 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3273 assertion failure by returning early after a warning.
3274
498868ed
KB
32752002-08-08 Kevin Buettner <kevinb@redhat.com>
3276
3277 * mips-tdep.c (mips_find_saved_regs): Make static.
3278 (mips_frame_init_saved_regs): New function.
3279 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3280 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3281 (mips_find_saved_regs): Delete declaration.
3282
b2dd6311
GS
32832002-08-08 Grace Sainsbury <graces@redhat.com>
3284
3c3bea1c
GS
3285 * remote.c (remote_wait, remote_async_wait): Change
3286 thread_num from int to ULONGEST.
3287 (unpack_varlen_hex): Change result parameter from
3288 int * to ULONGEST *.
b2dd6311 3289
ea47855f
AC
32902002-08-08 Andrew Cagney <ac131313@redhat.com>
3291
3292 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3293 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3294 powerpc*-*-*.
3295 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3296
69db8bae
AC
32972002-08-08 Andrew Cagney <cagney@redhat.com>
3298
3299 * gcore.c (override_derive_stack_segment): Delete variable.
3300 (preempt_derive_stack_segment): Delete function.
3301 (derive_stack_segment): Delete function.
3302 (default_derive_stack_segment): Renamed to derive_stack_segment.
3303 (override_derive_heap_segment): Delete variable.
3304 (preempt_derive_heap_segment): Delete function.
3305 (derive_heap_segment): Delete function.
3306 (default_derive_heap_segment): Rename to derive_heap_segment.
3307
cb811fe7
MS
33082002-08-06 Michael Snyder <msnyder@redhat.com>
3309
3310 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3311 * mips-tdep.c (mips_EABI_use_struct_convention,
3312 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3313 New functions. (mips_use_struct_convention): Delete.
3314 (mips_gdbarch_init): set use_gdbarch_convention.
3315
8b389c40
MS
33162002-08-06 Michael Snyder <msnyder@redhat.com>
3317
3318 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3319 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3320 mips_o32_reg_struct_has_addr): New functions.
3321 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3322
5c27f28a
AC
33232002-08-07 Andrew Cagney <ac131313@redhat.com>
3324
3325 * regcache.c (pseudo_register): Delete function.
3326 (fetch_register): Delete function.
3327 (store_register): Delete function.
3328 (regcache_raw_read, legacy_read_register_gen): Use
3329 target_fetch_registers instead of fetch_register.
3330 (legacy_write_register_gen, regcache_raw_write): Use
3331 target_store_register instead of store_register.
3332 (write_register_bytes): Ditto.
3333
3334 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3335 (STORE_PSEUDO_REGISTER): Delete.
3336 * gdbarch.h, gdbarch.c: Regenerate.
3337
5b331675
CV
33382002-08-06 Corinna Vinschen <vinschen@redhat.com>
3339
3340 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3341 write dump file binary.
3342
6acdf5c7
MS
33432002-08-05 Michael Snyder <msnyder@redhat.com>
3344
3345 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3346 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3347 (mips_gdbarch_init): Set N32 target to be mips64.
3348
b2f01c35
KB
33492002-08-06 Kevin Buettner <kevinb@redhat.com>
3350
3351 * frame.c (find_saved_register): Break out of loop once saved
3352 register address is found. Don't mention sparc in loop comment
3353 anymore.
3354
63db5580
KB
33552002-08-06 Kevin Buettner <kevinb@redhat.com>
3356
3357 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3358 mips_default_saved_regsize to 8.
3359
5e34e75e
AC
33602002-08-06 Andrew Cagney <ac131313@redhat.com>
3361
3362 * gcore.c: Do not include <sys/procfs.h>.
3363 * Makefile.in (gcore.o): Update dependencies.
3364
eb4c54a2
AC
33652002-08-06 Andrew Cagney <cagney@redhat.com>
3366
3367 * configure.tgt: Make arc-*-* obsolete.
3368 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3369 * MAINTAINERS: Make arc-elf obsolete.
3370 * arc-tdep.c: Make file obsolete.
3371 * config/arc/arc.mt: Ditto.
3372 * config/arc/tm-arc.h: Ditto.
3373
ced15480
TR
33742002-08-05 Theodore A. Roth <troth@verinet.com>
3375
c1bab85b 3376 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3377
b4743822
AC
33782002-08-05 Andrew Cagney <ac131313@redhat.com>
3379
3380 * mcore-tdep.c (mcore_gdbarch_init): Use
3381 generic_unwind_get_saved_register instead of
3382 generic_get_saved_register.
3383 * v850-tdep.c (v850_gdbarch_init): Ditto.
3384 * frv-tdep.c (frv_gdbarch_init): Ditto.
3385 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3386 * s390-tdep.c (s390_gdbarch_init): Ditto.
3387 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3388 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3389 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3390
3956d554
JB
33912002-08-05 Joel Brobecker <brobecker@gnat.com>
3392
3393 * objfiles.h: Add missing #include "symfile.h"
3394
3395 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3396
8249c0d6
AC
33972002-08-04 Andrew Cagney <ac131313@redhat.com>
3398
3399 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3400 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3401 of FIELD_BITSIZE.
3402
b9d14705
DJ
34032002-08-04 Daniel Jacobowitz <drow@mvista.com>
3404
3405 * NEWS: Cleanup and nitpick.
3406
dd73b9bb
AC
34072002-08-03 Andrew Cagney <ac131313@redhat.com>
3408
3409 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3410
043a27f8
AC
34112002-08-03 Andrew Cagney <ac131313@redhat.com>
3412
3413 * Makefile.in (gdbtk-bp.o): Update dependencies.
3414 (gdbtk-register.o): Ditto.
3415 (gdbtk-varobj.o): Ditto.
3416
46ce284d
AC
34172002-08-03 Andrew Cagney <cagney@redhat.com>
3418
3419 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3420 m68hc11_fetch_pseudo_register.
3421 (m68hc11_pseudo_register_write): Replace
3422 m68hc11_store_pseudo_register.
3423 (m68hc11_gdbarch_init): Update.
3424
b66d6d2e
AC
3425Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3426
3427 * gdbarch.sh: Include "gdb_string.h".
3428 * gdbarch.c: Regenerate.
3429
3430 * regcache.c: Include "gdb_string.h".
3431 * ax-general.c: Ditto.
3432 * varobj.c: Ditto.
3433 * std-regs.c: Ditto.
3434 * fbsd-proc.c: Ditto.
3435 * thread.c: Ditto.
3436
3437 * Makefile.in (regcache.o): Update dependencies.
3438 (thread.o, gdbarch.o): Ditto.
3439 (ax-general.o, gdbarch.o): Ditto.
3440 (varobj.o, std-regs.o): Ditto.
3441 (fbsd-proc.o): Specify dependencies.
3442
29e1842b
AC
34432002-08-02 Andrew Cagney <cagney@redhat.com>
3444
3445 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3446 regnum.
3447 (regcache_cooked_write): Ditto.
3448
68365089
AC
34492002-08-02 Andrew Cagney <ac131313@redhat.com>
3450
3451 * regcache.c (regcache_cooked_read): New function.
3452 (regcache_cooked_write): New function.
3453 (read_register_gen): Rewrite using regcache_cooked_read.
3454 (write_register_gen): Rewrite using regcache_cooked_write.
3455
3456 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3457 Declare.
3458
d8124050
AC
34592002-08-02 Andrew Cagney <cagney@redhat.com>
3460
3461 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3462 Replace the architecture methods register_read and register_write.
3463 * gdbarch.h, gdbarch.c: Regenerate.
3464 * regcache.c (init_regcache_descr): Update.
3465 (read_register_gen): Update.
3466 (write_register_gen): Update.
3467 (supply_register): Update comment.
3468
3469 * sh-tdep.c (sh_gdbarch_init): Update.
3470 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3471 `regcache' and `gdbarch' parameters. Make `buffer' a void
3472 pointer. Update code.
3473 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3474 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3475 void pointer. Update code.
3476 (sh64_register_write): Delete.
3477 (sh4_register_read): Delete.
3478 (sh64_register_read): Delete.
3479 (sh4_register_write): Delete.
3480 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3481 void pointer, `to' parameter a void pointer.
3482 (sh_sh64_register_convert_to_raw): Ditto.
3483
a6425924
KB
34842002-08-01 Kevin Buettner <kevinb@redhat.com>
3485
3486 * mips-tdep.c (mips_register_virtual_type): Use architecture
3487 invariant return values.
3488
ff5922b5
AC
34892002-08-01 Andrew Cagney <cagney@redhat.com>
3490
3491 * linux-proc.c: Include "gdb_string.h".
3492 * Makefile.in (linux-proc.o): Update dependency list.
3493
32a6503c
KB
34942002-08-01 Kevin Buettner <kevinb@redhat.com>
3495
3496 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3497 comment.
3498
ccaa32c7
GS
34992002-08-01 Grace Sainsbury <graces@redhat.com>
3500
3501 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3502 to_insert_watchpoint, to_remove_watchpoint,
3503 to_stopped_by_watchpoint, to_stopped_data_address,
3504 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3505 target vecctor. Define their corresponding macros so they call
3506 them.
3507
3508 * target.c: Add default and debug versions of for
3509 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3510 to_insert_watchpoint, to_remove_watchpoint,
3511 to_stopped_by_watchpoint, to_stopped_data_address,
3512 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3513
78fde5f8
KB
35142002-08-01 Kevin Buettner <kevinb@redhat.com>
3515
3516 * mips-tdep.c (mips_register_virtual_type): New function.
3517 (mips_gdbarch_init): Register mips_register_virtual_type()
3518 with gdbarch machinery.
3519 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3520 this file instead of tm-bigmips.h.
3521 (MIPS_REGSIZE): Delete this macro.
3522 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3523 multiarch version in mips-tdep.c will be found.
3524
db034ac5
AC
35252002-08-01 Andrew Cagney <cagney@redhat.com>
3526
3527 * NEWS: Menion that CHILL has been made obsolete.
3528
3529 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3530 * stabsread.c (read_range_type): Ditto.
3531 * gdbtypes.h: Ditto.
3532 * language.c (binop_type_check): Ditto.
3533 (binop_result_type): Ditto.
3534 (integral_type): Ditto.
3535 (character_type): Ditto.
3536 (string_type): Ditto.
3537 (boolean_type): Ditto.
3538 (structured_type): Ditto.
3539 (lang_bool_type): Ditto.
3540 (binop_type_check): Ditto.
3541 * language.h (_LANG_chill): Ditto.
3542 * dwarfread.c (set_cu_language): Ditto.
3543 * dwarfread.c (CHILL_PRODUCER): Ditto.
3544 * dwarfread.c (handle_producer): Ditto.
3545 * expression.h (enum exp_opcode): Ditto.
3546 * eval.c: Ditto for comments.
3547 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3548 * expprint.c (print_subexp): Ditto.
3549 (print_subexp): Ditto.
3550 * valops.c (value_cast): Ditto.
3551 (search_struct_field): Ditto.
3552 * value.h (COERCE_VARYING_ARRAY): Ditto.
3553 * symfile.c (init_filename_language_table): Ditto.
3554 (add_psymbol_with_dem_name_to_list): Ditto.
3555 * valarith.c (value_binop): Ditto.
3556 (value_neg): Ditto.
3557 * valops.c (value_slice): Ditto.
3558 * symtab.h (union language_specific): Ditto.
3559 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3560 (SYMBOL_DEMANGLED_NAME): Ditto.
3561 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3562 * defs.h (enum language): Ditto.
3563 * symtab.c (got_symtab): Ditto.
3564 * utils.c (fprintf_symbol_filtered): Ditto.
3565
3566 * ch-typeprint.c: Make file obsolete.
3567 * ch-valprint.c: Make file obsolete.
3568 * ch-lang.h: Make file obsolete.
3569 * ch-exp.c: Make file obsolete.
3570 * ch-lang.c: Make file obsolete.
3571
3572 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3573 CHILL_LIB.
3574 (TARGET_FLAGS_TO_PASS): Ditto.
3575 (CHILLFLAGS): Obsolete.
3576 (CHILL): Obsolete.
3577 (CHILL_FOR_TARGET): Obsolete.
3578 (CHILL_LIB): Obsolete.
3579 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3580 ch-valprint.c.
3581 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3582 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3583 ch-lang.o.
3584 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3585 targets.
3586
8aaf0b47
JB
35872002-07-31 Joel Brobecker <brobecker@gnat.com>
3588
3589 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3590 This does not change anything at the moment, but will be helpful
3591 later when full Ada support is integrated.
3592
f3a7b3a5
KB
35932002-07-31 Kevin Buettner <kevinb@redhat.com>
3594
3595 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3596 help message.
3597
fb850278
KB
35982002-07-31 Kevin Buettner <kevinb@redhat.com>
3599
3600 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3601 and save it in a local variable. Use variable in later test.
3602
e3bddbfa
KB
36032002-07-31 Kevin Buettner <kevinb@redhat.com>
3604
3605 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3606 test. (Thanks to Daniel Jacobowitz.)
3607
28d169de
KB
36082002-07-31 Kevin Buettner <kevinb@redhat.com>
3609
3610 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3611 (mips_abi_strings): Add "n64".
3612 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3613
7fe7e44e
KB
36142002-07-31 Kevin Buettner <kevinb@redhat.com>
3615
3616 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3617 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3618
c6caf090
KB
36192002-07-31 Kevin Buettner <kevinb@redhat.com>
3620
3621 * utils.c (host_pointer_to_address, address_to_host_pointer):
3622 Use gdb_assert() instead of explicit call to internal_error().
3623
c41669e0
KB
36242002-07-30 Kevin Buettner <kevinb@redhat.com>
3625
3626 * Makefile.in (rs6000-nat.o): Update dependencies.
3627
3628 From Nicholas Duffek:
3629 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3630 (aix-thread.o): New rule.
3631 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3632 * config/powerpc/aix432.mh: New file.
3633
2fda4977
DJ
36342002-07-30 Daniel Jacobowitz <drow@mvista.com>
3635
3636 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3637 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3638 (fetch_core_registers, ppc_linux_supply_gregset)
3639 (ppc_linux_supply_fpregset): New functions.
3640 (ppc_linux_regset_core_fns): New.
3641 (_initialize_ppc_linux_tdep): Call add_core_fns.
3642 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3643 and ppc_linux_supply_gregset.
3644 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3645 (supply_fpregset): Call ppc_linux_supply_fpregset.
3646 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3647 corelow.o.
3648 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3649
729051e6
DJ
36502002-07-30 Daniel Jacobowitz <drow@mvista.com>
3651
3652 * symtab.c (lookup_symbol): Demangle before lowercasing.
3653
5f8a3188
AC
36542002-07-30 Andrew Cagney <ac131313@redhat.com>
3655
3656 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3657 declaration.
3658 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3659 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3660 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3661 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3662 "gdb_string.h".
3663 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3664 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3665 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3666 (avr-tdep.o, mon960-rom.o): Ditto.
3667 (aout_stabs_gnu_h): Define.
3668 (symtab_h): Remove $(gdb_obstack_h).
3669
67f07146
JB
36702002-07-30 Jim Blandy <jimb@redhat.com>
3671
3672 Patch from David Carlton <carlton@math.stanford.edu>:
3673 * gdbinit.in: Move the `dir' commands that add GDB's own source
3674 directory to the search path to the end, so that the `gdb' source
3675 directory will be searched first.
3676
04ea0df1
AC
36772002-07-29 Andrew Cagney <ac131313@redhat.com>
3678
3679 * gdb_obstack.h: New file.
3680 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3681 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3682 * objfiles.h: Include "gdb_obstack.h".
3683 * Makefile.in (gdb_obstack_h): Define.
3684 (symtab_h): Add $(gdb_obstack_h).
3685 (objfiles_h): Add $(gdb_obstack_h).
3686
3687 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3688 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3689 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3690 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3691 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3692 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3693 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3694 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3695
3696 * Makefile.in (bcache.o): Update dependencies.
3697 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3698 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3699 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3700 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3701 (stabsread.o, symfile.o, symmisc.o): Ditto.
3702 (symtab.o, typeprint.o, macroexp.o): Ditto.
3703 (macrotab.o, mdebugread.o): Ditto.
3704 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3705 (coff_ecoff_h, aout_aout64_h): Define.
3706 (aout_stabs_gnu_h, libaout_h): Define.
3707
d138e37a
AC
37082002-07-29 Andrew Cagney <cagney@redhat.com>
3709
3710 * regcache.c (struct regcache_descr): Rename nr_registers to
3711 nr_cooked_registers. Revise comments describing the structure
3712 member fields.
3713 (init_regcache_descr): Update.
3714 (init_legacy_regcache_descr): Update.
3715 (read_register_gen, write_register_gen): When a cooked register in
3716 the raw register range, directly access the value from the raw
3717 register cache.
3718
460e6ec3
AC
37192002-07-29 Andrew Cagney <ac131313@redhat.com>
3720
3721 * z8k-tdep.c: Do not include "obstack.h".
3722 * h8300-tdep.c, h8500-tdep.c: Ditto.
3723 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3724 * valprint.c, v850-tdep.c: Ditto.
3725 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3726 * mn10200-tdep.c: Ditto.
3727
3728 * Makefile.in (z8k-tdep.o): Update dependencies.
3729 (m68hc11-tdep.o, valprint.o): Ditto.
3730 (v850-tdep.o, d10v-tdep.o): Ditto.
3731 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3732 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3733 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3734 (sh_opc_h, gdb_sim_sh_h): Define.
3735 (elf_sh_h, elf_bfd_h): Define.
3736 (opcode_m68hc11_h): Define.
3737 (OPCODES_SRC, OPCODES_DIR): define.
3738 (OPCODES): Use $(OPCODES_DIR).
3739 (gdb_sim_d10v_h): Rename sim_d10v_h.
3740 (gdb_sim_arm_h): Rename sim_arm_h.
3741
790c9cf0
KB
37422002-07-26 Kevin Buettner <kevinb@redhat.com>
3743
3744 * utils.c (host_pointer_to_address, address_to_host_pointer):
3745 Change internal_error() message to indicate function responsible
3746 for the error.
3747
9647fa49
KB
37482002-07-26 Kevin Buettner <kevinb@redhat.com>
3749
3750 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3751 calls to local_hex_string_custom().
3752
dabbe2c0
KB
37532002-07-26 Kevin Buettner <kevinb@redhat.com>
3754
3755 * irix5-nat.c: Move IRIX shared library support from here...
3756 * solib-irix.c: ...to here. Revised substantially to work with
3757 generic solib framework.
3758
b96d0a4e
KB
3759 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3760 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3761 * mips-irix-tdep.c: New file.
3762
313fb2f6
KB
3763 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3764 (mips-irix-tdep.o, solib-irix.o): New rules.
3765 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3766 solib-irix.o.
3767 * config/mips/irix6.mt (TDEPFILES): Likewise.
3768 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3769
ab2eaf26
KB
37702002-07-26 Kevin Buettner <kevinb@redhat.com>
3771
177e4768 3772 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3773 disabled (via ``#if 0'') includes.
3774
7244546a
KB
37752002-07-26 Kevin Buettner <kevinb@redhat.com>
3776
3777 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3778 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3779 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3780 Add support for the fpscr register.
3781 * rs6000-nat.c (regmap, fetch_inferior_registers)
3782 (store_inferior_registers, fetch_core_registers): Likewise.
3783
dd7be90a
KB
37842002-07-26 Kevin Buettner <kevinb@redhat.com>
3785
3786 * rs6000-nat.c (language.h): Include.
3787 (special_regs): Delete this array.
3788 (regmap): New function.
3789 (fetch_register, store_register): Use regmap() to map gdb
3790 register numbers to ptrace register numbers. Also, use
3791 outputs from regmap() to make decisions regarding type of
3792 ptrace() call to make. In particular, don't compare against
3793 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3794 (fetch_inferior_registers, store_inferior_registers): Where
3795 possible, obtain register numbers from tdep struct. Don't
3796 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3797 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3798 (LAST_UISA_SP_REGNUM): Delete.
3799
11bf77db
KB
38002002-07-25 Kevin Buettner <kevinb@redhat.com>
3801
3802 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3803 (fetch_registers, store_register, fetch_core_registers): Don't
3804 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3805 regcache_collect() as appropriate.
3806 (find_toc_address): Format hex address with local_hex_string().
3807
06afebeb
AC
38082002-07-25 Andrew Cagney <ac131313@redhat.com>
3809
3810 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3811 bfd/elf32-frv.c.
3812
8c554d79
TT
38132002-07-24 Tom Tromey <tromey@redhat.com>
3814
3815 * jv-exp.y: Marked all strings with _().
3816 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3817 internal_error.
3818 (MethodInvocation, CastExpression, parse_number, yyerror,
3819 java_type_from_name, push_expression_name, yylex): Typo fixes.
3820
e4c242d9
DJ
38212002-07-24 Daniel Jacobowitz <drow@mvista.com>
3822
3823 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3824 (tee_file_flush, tee_file_write, tee_file_fputs)
3825 (tee_file_isatty): New.
3826 * ui-file.h (tee_file_new): Add prototype.
3827
ebf56fd3
AS
38282002-07-24 Aidan Skinner <aidan@velvet.net>
3829
3830 * ada-lang.c: Change k&r style function definitions to prototyped
3831 form.
3832 * ada-typeprint.c: Change k&r style function definitions to prototyped
3833 form.
3834 * ada-valprint.c: Change k&r style function definitions to prototyped
3835 form.
3836
7fb623f7
AC
38372002-07-24 Andrew Cagney <cagney@redhat.com>
3838
3839 * README: Remove reference to remote-bug.
3840 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3841 remote-bug.c.
3842 (m88k-nat.o): Delete rule.
3843 (m88k-tdep.o): Delete rule.
3844 (remote-bug.o): Delete rule.
3845 * MAINTAINERS: Mark as obsolete.
3846 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3847 * m88k-tdep.c: Make file obsolete.
3848 * config/m88k/m88k.mh: Ditto.
3849 * config/m88k/delta88v4.mh: Ditto.
3850 * config/m88k/delta88v4.mt: Ditto.
3851 * config/m88k/delta88.mt: Ditto.
3852 * config/m88k/delta88.mh: Ditto.
3853 * remote-bug.c: Ditto.
3854 * config/m88k/tm-delta88.h: Ditto.
3855 * config/m88k/nm-delta88v4.h: Ditto.
3856 * config/m88k/xm-delta88.h: Ditto.
3857 * config/m88k/xm-dgux.h: Ditto.
3858 * config/m88k/tm-m88k.h: Ditto.
3859 * config/m88k/nm-m88k.h: Ditto.
3860 * config/m88k/tm-delta88v4.h: Ditto.
3861 * m88k-nat.c: Ditto.
3862 * cxux-nat.c: Ditto.
3863 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3864 and m88*-*-* obsolete.
3865 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3866 m88*-*-* obsolete.
3867
37611a2b
AC
38682002-07-24 Andrew Cagney <cagney@redhat.com>
3869
3870 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3871 constant. Same for local pointer variables.
3872 (extract_signed_integer): Ditto.
3873 * defs.h (extract_unsigned_integer): Update.
3874 (extract_signed_integer): Update.
3875
1aaa5f99
AC
38762002-07-24 Andrew Cagney <cagney@redhat.com>
3877
3878 * regcache.c (regcache_raw_write): Change buf parameter to a
3879 constant void pointer.
3880 (regcache_raw_read): Change buf parameter to a void pointer.
3881 (legacy_write_register_gen): Change myaddr parameter a constant
3882 void pointer.
3883 (supply_register): Change val parameter to a const void pointer.
3884 * regcache.h (regcache_raw_write): Update declaration.
3885 (regcache_raw_read): Update declaration.
3886 (supply_register): Update declaration.
3887
b4f5539f
TT
38882002-07-24 Tom Tromey <tromey@redhat.com>
3889
3890 * defs.h (gdb_readline_wrapper): Declare.
3891 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3892 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3893 * top.c (gdb_readline_wrapper): New function.
3894 (command_line_input): Use it.
3895
0818c12a
AC
38962002-07-24 Andrew Cagney <cagney@redhat.com>
3897
3898 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3899 regcache_read and regcache_write.
3900 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3901 * regcache.c: Update.
3902 * sh-tdep.c (sh64_push_arguments): Update comment.
3903 (sh_pseudo_register_read): Update.
3904 (sh_pseudo_register_write): Update.
3905 (sh4_register_read): Update.
3906 (sh4_register_write): Update.
3907 (sh64_pseudo_register_read): Update.
3908 (sh64_pseudo_register_write): Update.
3909 (sh64_register_read): Update.
3910 (sh64_register_write): Update.
3911 * i386-tdep.c (i386_extract_return_value): Update.
3912 (i386_extract_struct_value_address): Update.
3913 (i386_extract_return_value): Update.
3914 * blockframe.c (generic_read_register_dummy): Update.
3915 (generic_call_dummy_register_unwind): Update
3916 * infrun.c (write_inferior_status_register): Update.
3917
f7321c06
JB
39182002-07-23 Jim Blandy <jimb@redhat.com>
3919
3920 * parser-defs.h (expression_context_pc): Make this extern.
3921 (Thanks to Michael Snyder.)
3922
2037aebb
AC
39232002-07-23 Andrew Cagney <ac131313@redhat.com>
3924
3925 GDB 5.2.1 released from 5.2 branch.
3926 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3927 * README: Update to mention 5.2.1.
3928
66504d44
MS
39292002-07-23 Mark Salter <msalter@redhat.com>
3930
3931 * remote.c (remote_read_bytes): Fix check for error.
3932
27bae383
KB
39332002-07-22 Kevin Buettner <kevinb@redhat.com>
3934
3935 * aix-thread.c (language.h): Include.
3936 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3937 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3938 Print newlines at end of debug messages.
3939 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3940 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3941
39422002-07-22 Kevin Buettner <kevinb@redhat.com>
3943
3944 * aix-thread.c (ppc-tdep.h): Include.
3945 (special_register_p): New function.
3946 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3947 (store_regs_user_thread): Use register number information from
3948 gdbarch_tdep struct instead of hardcoded offsets relative to
3949 FIRST_UISA_SP_REGNUM.
3950 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3951 special_register_p() instead of using FPLAST_REGNUM and
3952 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3953 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3954 will be MQ's register number.
3955
39562002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3957
3958 * aix-thread.c (ops): Rename to aix_thread_ops.
3959 (base_ops): Rename to base_target.
3960 (ops_attach): Rename to aix_thread_attach.
3961 (ops_detach): Rename to aix_thread_detach.
3962 (ops_resume): Rename to aix_thread_detach.
3963 (ops_wait): Rename to aix_thread_wait.
3964 (ops_kill): Rename to aix_thread_kill.
3965 (init_ops): Rename to init_aix_thread_ops.
3966 (ops_fetch_register): Rename to aix_thread_fetch_register.
3967 (ops_store_register): Rename to aix_thread_store_register.
3968 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3969 (ops_thread_alive): Rename to aix_thread_thread_alive.
3970 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3971 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3972 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3973 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3974 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3975 (store_regs_lib): Rename to store_regs_user_thread.
3976 (store_regs_kern): Rename to store_regs_kernel_thread.
3977
27bae383 39782002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3979
3980 * aix-thread.c (ops_prepare_to_store): Eliminate.
3981 (init_ops): Don't initialize ops.prepare_to_store.
3982 (store_regs_kern): Pre-fetch register buffers from child,
3983 because some registers may not be in the cache. Copy
3984 regs from register cache only if they are cached.
3985 (store_regs_lib): Copy regs from register cache only
3986 if they are cached.
3987 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3988 fill_gprs64): Ditto.
3989
61c5da0b
KB
39902002-07-22 Kevin Buettner <kevinb@redhat.com>
3991
3992 * aix-thread.c (gdb_assert.h): Include.
3993 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3994 register sizes (from register cache) match size of buffer holding
3995 register data.
3996 (fill_sprs32): Change parameter types to match those in the ptrace()
3997 buffer.
3998 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3999 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4000
40012002-07-22 Michael Snyder <msnyder@redhat.com>
4002
4003 * aix-thread.c (supply_sprs64): Cosmetic change.
4004 (supply_sprs32): Cosmetic change.
4005 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4006 (fill_sprs64): Use regcache_collect instead of read_register.
4007 (store_regs_lib): Use regcache_collect instead of
4008 read_register. Use fill_sprs32 instead of fill_sprs64,
4009 if debugging a 32-bit architecture.
4010 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4011 out of the register cache, instead of passing a pointer into
4012 the register cache directly to ptrace. Use regcache_collect
4013 insteaad of read_register.
4014 (ops_prepare_to_store): Use target_read_registers instead
4015 of read_register_bytes.
4016
36479eb1
AS
40172002-07-20 Aidan Skinner <aidan@velvet.net>
4018
4019 * MAINTAINERS: Add self under write after approval.
4020
80ae6ee2
AS
40212002-07-20 Aidan Skinner <aidan@velvet.net>
4022
4023 * ada-tasks.c: Change k&r style function definitions to prototyped
4024 form.
4025
8a8ab2b9
AC
40262002-07-19 Andrew Cagney <ac131313@redhat.com>
4027
4028 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4029 * x86-64-tdep.c: Include "objfiles.h".
4030 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4031 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4032
fb16b900
ML
40332002-07-17 Michal Ludvig <michal@suse.cz>
4034
4035 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4036 (update_context): Initialise cfa variable.
4037
0fe7bf7b
MS
40382002-07-17 Michael Snyder <msnyder@redhat.com>
4039
4040 * aix-thread.c: Shorten some long lines.
4041 Bring comments into line with code spec.
4042
488f131b
JB
40432002-07-18 Joel Brobecker <brobecker@gnat.com>
4044
4045 * infrun.c: Re-indent using gdb_indent.sh.
4046
46c415d2
JB
40472002-07-18 Joel Brobecker <brobecker@gnat.com>
4048
4049 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4050 Leave the indentation temporarily untouched, to minimize the diffs.
4051
cdecafbe
EZ
40522002-07-18 Elena Zannoni <ezannoni@redhat.com>
4053
4054 * stabsread.c: Make os9k sections of the code obsolete,
4055 for real this time.
4056 * stabsread.h: Make os9k sections of the code obsolete.
4057
7b6aa020
ML
40582002-07-18 Michal Ludvig <mludvig@suse.cz>
4059
09ec9b38
ML
4060 * linux-low.c (regsets_store_inferior_registers): Add free()
4061 at the end of a loop to prevent memory leak.
4062 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4063 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
4064 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4065 line a comment.
4894ac5d 4066 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 4067
233282cd
JB
40682002-07-17 Jim Blandy <jimb@redhat.com>
4069
4070 * macrocmd.c (info_macro_command): Remove newline from error
4071 message.
4072
7b6aa020 40732002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
4074
4075 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4076 (sh_gdbarch_init): Use it for sh-dsp.
4077
f7ef9339
KB
40782002-07-16 Kevin Buettner <kevinb@redhat.com>
4079
4080 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4081 64-bit DWARF2 format.
4082
8dd72958
JB
40832002-07-16 Joel Brobecker <brobecker@gnat.com>
4084
4085 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4086 <sys/proc.h> when not available.
4087
a99a9e1b
AC
40882002-07-16 Andrew Cagney <ac131313@redhat.com>
4089
4090 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4091 * stabsread.c: Make os9k sections of the code obsolete.
4092 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4093 * config/i386/i386os9k.mt: Make file obsolete.
4094 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4095 (COMMON_OBS): Remove os9kread.o
4096 (SFILES): Remove os9kread.c.
4097 (os9kread.o, remote-os9k.o): Make target obsolete.
4098 * remote-os9k.c: Make file obsolete.
4099 * os9kread.c: Make file obsolete.
4100 * Makefile.in
4101
7a3085c1
AC
41022002-07-16 Andrew Cagney <ac131313@redhat.com>
4103
4104 * NEWS: Mention that the FR30 has been made obsolete.
4105 * fr30-tdep.c: Make file obsolete.
4106 * config/fr30/tm-fr30.h: Ditto.
4107 * config/fr30/fr30.mt: Ditto.
4108 * configure.tgt: Make fr30-*-elf obsolete.
4109 * MAINTAINERS: Make fr30-elf obsolete.
4110
28a93f5a
PM
41112002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4112
4113 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4114 found is not inside a section.
4115
be006b8b
KB
41162002-07-15 Kevin Buettner <kevinb@redhat.com>
4117
4118 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4119 strerror().
4120 (pdc_realloc): Use xrealloc() instead of realloc().
4121
14fa3751
KB
41222002-07-15 Kevin Buettner <kevinb@redhat.com>
4123
4124 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4125 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4126 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4127 macros.
4128
42cc437f
KB
41292002-07-15 Kevin Buettner <kevinb@redhat.com>
4130
4131 * aix-thread.c (ptrace_check): Eliminate goto.
4132 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4133 problem.
4134
8e2c28d4
KB
41352002-07-15 Kevin Buettner <kevinb@redhat.com>
4136
4137 * aix-thread.c (gdbcmd.h): Include.
4138 (DEBUG, DBG, DBG2, dbg): Eliminate.
4139 (debug_aix_thread): New static global.
4140 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4141 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4142 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4143 invocations to DBG and DBG2 macros to test against
4144 ``debug_aix_thread'' and call fprintf_unfiltered().
4145 (_initialize_aix_thread): Add new command "set debug aix-thread".
4146
30413464
AC
41472002-07-15 Andrew Cagney <ac131313@redhat.com>
4148
4149 From Gerhard Tonn <TON@de.ibm.com>:
4150 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4151 instead of supply_register.
4152
7c43edc1
AC
41532002-07-15 Andrew Cagney <ac131313@redhat.com>
4154
4155 * dwarf2cfi.c: Include "gdb_assert.h".
4156 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4157 non-NULL.
4158 (update_context): Do not use __func__. Add missing ``break''.
4159 (update_context): Do not use __func__.
4160
9364a0ef
EZ
41612002-07-15 Elena Zannoni <ezannoni@redhat.com>
4162
4163 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4164 and its setting. Set gdbarch instruction printing functions
4165 directly. For non-rs6000 case use new function
4166 gdb_print_insn_powerpc.
4167 (gdb_print_insn_powerpc): New function.
4168
3fbeef0b
AC
41692002-07-13 Andrew Cagney <ac131313@redhat.com>
4170
92eb23c5 4171 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4172 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4173 * configure.tgt: Mark d30v-*-* as obsolete.
4174 * d30v-tdep.c: Mark file as obsolete.
4175 * config/d30v/d30v.mt: Ditto.
4176 * config/d30v/tm-d30v.h: Ditto.
4177
aacb1f0a
AS
41782002-07-13 Aidan Skinner <aidan@velvet.net>
4179
4180 * ada-tasks.c (add_task_entry): replace calls to
4181 malloc() with xmalloc
4182 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4183
4184 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4185 ada_finish_decode_line_1, all_sals_for_line
4186 ada_breakpoint_rewrite): replace calls to free() with xfree()
4187
c11d79f2
KB
41882002-07-12 Kevin Buettner <kevinb@redhat.com>
4189
4190 From Nicholas Duffek (with minor changes by Martin Hunt,
4191 Louis Hamilton, and Kevin Buettner):
4192 * aix-thread.c: New file.
4193
8e19ed76
PS
41942002-07-12 Petr Sorfa <petrs@caldera.com>
4195
4196 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4197 complaint for invalid attribute class or form.
4198 (read_func_scope): DW_AT_frame_base
4199 better handling of DW_AT_block*.
4200 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4201 better handling of DW_AT_block*.
4202 (read_common_block): DW_AT_location
4203 better handling of DW_AT_block*.
4204 (read_partial_die): DW_AT_location better handling
4205 of DW_AT_block*.
4206 (new_symbol): DW_AT_external better handling of
4207 DW_AT_block*. Proper initialization of variable
4208 "addr".
4209 (attr_form_is_block): New function that returns true
4210 if the attribute's form is of DW_FORM_block*.
4211
295401f7
DJ
42122002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4213
4214 * valops.c (find_method_list): Remove comment about
4215 removed STATIC_MEMFUNCP argument.
4216 (value_find_oload_method_list): Likewise.
4217
e42dc924
KB
42182002-07-12 Kevin Buettner <kevinb@redhat.com>
4219
4220 From Nicholas Duffek:
4221 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4222 target_new_objfile_hook.
4223
6904b546
KB
42242002-07-12 Kevin Buettner <kevinb@redhat.com>
4225
4226 From Nicholas Duffek:
4227 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4228 csect.
4229
53fe9346
AC
42302002-07-12 Andrew Cagney <cagney@redhat.com>
4231
4232 * MAINTAINERS: Mention --enable-sim-build-warnings.
4233 (m68hc11-elf): Disable sim build warnings.
4234 (m32r-elf): Mark as broken obsolete candidate.
4235 (x86_64-linux-gnu): Mark as buildable with -Werror.
4236 (arm-elf): Change -w to ``,'' which enables warnings but not
4237 -Werror.
4238
af5f3db6
AC
42392002-07-12 Andrew Cagney <ac131313@redhat.com>
4240
4241 * bcache.h: Update copyright.
4242 (struct bstring, struct bcache): Move definition to "bcache.c".
4243 Replaced by opaque declaration.
4244 (bcache_xfree): Replace free_bcache.
4245 (bcache_xmalloc, bcache_memory_used): Declare.
4246
4247 * bcache.c: Update copyright.
4248 (struct bstring, struct bcache): Moved to here from "bcache.h".
4249 Update comments.
4250 (bcache_xmalloc, bcache_memory_used): New functions.
4251 (bcache_xfree): Replace function free_bcache.
4252
4253 * Makefile.in (objfiles.o): Add $(bcache_h).
4254 (objfiles_h): Remove $(bcache_h).
4255 (symfile.o): Add $(bcache_h).
4256
4257 * symmisc.c: Update copyright.
4258 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4259 (print_objfile_statistics): Use bcache_memory_used.
4260
4261 * symfile.c: Include "bcache.h".
4262 (reread_symbols): Use bcache_xfree.
4263 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4264 (add_psymbol_to_list): Pass psymbol_cache by value.
4265 (add_psymbol_with_dem_name_to_list): Ditto.
4266
4267 * objfiles.h: Update copyright.
4268 (struct bcache): Declare opaque. Do not include "bcache.h".
4269 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4270 bcache'' pointers.
4271 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4272
4273 * objfiles.c: Include "bcache.h". Update copyright.
4274 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4275 macro_cache.
4276 (free_objfile): Use bcache_xfree.
4277
444199e7
GS
42782002-07-11 Grace Sainsbury <graces@redhat.com>
4279
4280 * monitor.c (monitor_fetch_register): Make name a constant.
4281 (monitor_store_register): Same.
4282
261397f8
DJ
42832002-07-11 Daniel Jacobowitz <drow@mvista.com>
4284
4285 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4286 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4287 (finish_block) For non-function blocks, hash the symbol table. For
4288 function blocks, mark the symbol table as unhashed.
4289 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4290 (msymbol_hash_iw): Likewise.
4291 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4292 value.
4293 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4294 (lookup_minimal_symbol): Likewise for both.
4295 * symtab.h (struct block): Add `hashtable' flag. Comment the
4296 hashtable.
4297 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4298 (ALL_BLOCK_SYMBOLS): Update.
4299 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4300 (struct symbol): Add `hash_next' pointer.
4301 * symtab.c (lookup_block_symbol): Search using the hash table when
4302 possible.
4303 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4304 (search_symbols, find_addr_symbol): Likewise.
4305
4306 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4307 (read_dst_symtab): Likewise.
4308 * jv-lang.c (get_java_class_symtab): Likewise.
4309 * mdebugread.c: Include "gdb_assert.h".
4310 (shrink_block): Assert that the block being modified is not hashed.
4311 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4312 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4313 symbols.
4314 (dump_symtab): Recognize hashed blocks.
4315 * printcmd.c (print_frame_args): Assert that function blocks do not
4316 have hashed symbol tables.
4317 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4318 (fill_in_ada_prototype, debug_print_block): Likewise.
4319 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4320
6f0eaa01
CV
43212002-07-11 Corinna Vinschen <vinschen@redhat.com>
4322
4323 * stack.c (print_frame): Use result of frame_address_in_block()
4324 instead of fi->pc when evaluating symbols.
4325 (backtrace_command_1): Ditto.
4326
a208b0cb
AC
43272002-07-11 Andrew Cagney <cagney@redhat.com>
4328
4329 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4330 Make static.
4331
4332 * arm-tdep.c (arm_register_name): Make return type constant.
4333
a6b6b089
AC
43342002-07-10 Andrew Cagney <ac131313@redhat.com>
4335
5ae5f592
AC
4336 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4337 prototype.
4338 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4339 * s390-tdep.c (s390_fp_regnum): Ditto.
4340 (s390_read_fp): Ditto.
4341 (s390_pop_frame): Ditto.
4342 (_initialize_s390_tdep): Ditto.
4343 * remote.c (get_remote_state): Ditto.
4344 * procfs.c (mappingflags): Ditto.
4345 * memattr.c (_initialize_mem): Ditto.
4346 * mcore-tdep.c (mcore_pop_frame): Ditto.
4347 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4348 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4349 * language.c (set_case_str): Ditto.
4350 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4351 * frv-tdep.c (new_variant): Ditto.
4352 (frv_stopped_data_address): Ditto.
4353 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4354 (context_alloc): Ditto.
4355 (frame_state_alloc): Ditto.
4356 (unwind_tmp_obstack_init): Ditto.
4357 (unwind_tmp_obstack_free): Ditto.
4358 (cfi_read_fp): Ditto.
4359 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4360 (cris_pop_frame): Ditto.
4361 * c-lang.c (scanning_macro_expansion): Ditto.
4362 (finished_macro_expansion): Ditto.
4363 (c_preprocess_and_parse): Ditto.
4364 * gdbarch.sh: Ditto.
4365 * gdbarch.h, gdbarch.c: Regenerate.
4366 * config/mn10200/tm-mn10200.h: Adjust indentation.
4367 * target.c: Adjust indentation.
4368 * symtab.h: Adjust indentation.
4369 * stabsread.h: Adjust indentation.
4370 * remote-es.c: Adjust indentation.
4371 * os9kread.c: Adjust indentation.
4372
43732002-07-10 Andrew Cagney <ac131313@redhat.com>
4374
a6b6b089
AC
4375 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4376 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4377
a1789893
GS
43782002-07-10 Grace Sainsbury <graces@redhat.com>
4379
4380 * NEWS: Mention m68k, mcore multi-arching.
4381 * MAINTAINERS: Change status of m68k, mcore to reflect
4382 multi-arching.
4383
02f0d45d
DJ
43842002-07-10 Daniel Jacobowitz <drow@mvista.com>
4385
4386 * valops.c (find_overload_match): Free oload_syms.
4387
f15f768e
JB
43882002-07-09 Joel Brobecker <brobecker@gnat.com>
4389
4390 Define HAVE_SYS_PROC_H if sys/proc.h exists
4391 * configure.in: Add check for sys/proc.h
4392 * config.in: Regenerate.
4393 * configure: Regenerate.
4394
902a7139
GS
43952002-07-09 Grace Sainsbury <graces@redhat.com>
4396
4397 * config/m68k/tm-m68k.h: Remove macros wrapped in
4398 #if !GDB_MULTI_ARCH.
4399
a534e424
AC
44002002-07-08 Andrew Cagney <ac131313@redhat.com>
4401
4402 * config.in, configure: Regenerate.
4403
9b94f7bf
MK
44042002-07-08 Mark Kettenis <kettenis@gnu.org>
4405
4406 * dwarf2cfi.c: Include "gcore.h".
4407 (execute_stack_op): Fix implementation of the
4408 DW_OP_deref and DW_OP_deref_size operators by letting do their
4409 lookup in the target.
4410
1d34db41
MK
44112002-07-07 Mark Kettenis <kettenis@gnu.org>
4412
4413 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4414 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4415 tdep->sc_sp_offset.
4416
79d5b63a
DJ
44172002-07-05 Daniel Jacobowitz <drow@mvista.com>
4418
4419 Fix PR gdb/595, gdb/602
4420 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4421 Don't call value_cast, just read the vtable pointer; update comments
4422 to match.
4423
3bb912e8
GS
44242002-07-05 Grace Sainsbury <graces@redhat.com>
4425
4426 * config/mcore/tm-mcore.h: Remove file.
4427 * config/mcore/mcore.mt: Remove definition of TM_FILE
4428 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4429
ca39387d
MK
44302002-07-05 Mark Kettenis <kettenis@gnu.org>
4431
4432 * i386bsd-tdep.c: Include "gdb_string.h".
4433
efdc1108
GS
44342002-07-04 Grace Sainsbury <graces@redhat.com>
4435
4436 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4437 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4438 mcore-tdep.
4439 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4440 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4441 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4442 (RETVAL_REGNUM): Move macros from tm-mcore.h
4443 (mcore_reg_struct_has_addr): New function.
4444 (mcore_gdbarch_init): Added initializations for the macros removed
4445 from tm-mcore.h.
4446
bb21884d
MK
44472002-07-04 Mark Kettenis <kettenis@gnu.org>
4448
4449 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4450 traditonal string branding within the ELF header.
4451
228c6d41
DJ
44522002-07-04 Daniel Jacobowitz <drow@mvista.com>
4453
4454 * symtab.c (remove_params): New function.
4455 (make_symbol_overload_list): Use it instead of cplus_demangle.
4456 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4457
2404952e
MK
44582002-07-04 Mark Kettenis <kettenis@gnu.org>
4459
e5e4acad
MK
4460 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4461
baadce09
MK
4462 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4463 New variables.
4464 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4465 and tdep->sigtramp_end.
4466 * i386obsd-nat.c: New file.
4467 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4468
2404952e
MK
4469 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4470 Don't call get_current_frame().
4471
9b4f1ba7
PM
44722002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4473
4474 * i386-nat.c (child_post_startup_inferior): New function
4475 calling i386_cleanup_dregs if
4476 I386_USE_GENERIC_WATCHPOINTS is defined.
4477 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4478 conditional to acknowledge that i386-nat.c has its
4479 own child_post_startup_inferior function.
4480
c0d1d883
MK
44812002-07-04 Mark Kettenis <kettenis@gnu.org>
4482
00f8375e
MK
4483 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4484 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4485 instead of MAX_REGISTER_RAW_SIZE.
4486 (i386_extract_return_value, i386_extract_struct_value_address):
4487 Convert to use regcache.
4488 (i386_gdbarch_init): Set max_register_raw_size and
4489 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4490 Set extract_return_value and extract_struct_value_address instead
4491 of their deprecated variants.
4492
c0d1d883
MK
4493 Convert i386 target to generic dummy frames.
4494 * i386-tdep.c: Include "symfile.h".
4495 (i386_frameless_signal_p): Consider a function to be frameless if
4496 the pc points at the first instruction of the function.
4497 (i386_frame_chain): Handle (generic) call dummies.
4498 (i386_frame_saved_pc): Likewise.
4499 (i386_frame_init_saved_regs): Remove code dealing with call
4500 dummies on the stack.
4501 (i386_push_dummy_frame): Removed.
4502 (i386_call_dummy_words): Removed.
4503 (i386_fix_call_dummy): Removed.
4504 (i386_push_return_address): New function.
4505 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4506 parameter, and don't call get_current_frame.
4507 (i386_pop_frame): New function.
4508 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4509 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4510 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4511 call_dummy_length to 0, set call_dummy_words to NULL, set
4512 sizeof_call_dummy_words to 0, set fix_call_dummy to
4513 generic_fix_call_dummy, set pc_in_call_dummy to
4514 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4515 generic_push_dummy_frame, set push_return_address to
4516 i386_push_return_address and set frame_chain_valid to
4517 generic_file_frame_chain_valid.
4518
049ee0e4
AC
45192002-07-03 Andrew Cagney <ac131313@redhat.com>
4520
4521 * gdbarch.sh (struct regcache): Add opaque declaration.
4522 (EXTRACT_RETURN_VALUE): New architecture method.
4523 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4524 * gdbarch.h, gdbarch.c: Regenerate.
4525 * arch-utils.c (legacy_extract_return_value): New function.
4526 * arch-utils.h (legacy_extract_return_value): Declare.
4527 * values.c (value_being_returned): Re-enable code handling
4528 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4529 deprecated_grub_regcache_for_registers call to block handling
4530 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4531 (EXTRACT_RETURN_VALUE): Do not define.
4532
4e0d9804
GS
45332002-07-03 Grace Sainsbury <graces@redhat.com>
4534
4535 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4536 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4537 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4538 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4539 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4540 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4541 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4542 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4543 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4544 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4545 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4546 argument so the function fits the prototype in the architecture
4547 vector.
4548 (mcore_pop_frame): Remove argument so the function fits the
4549 prototype. Use get_current_frame instead of the argument.
4550 (mcore_push_arguments): Change type of struct_return so the
4551 function can be used in the architecture vector.
4552 (mcore_store_struct_return): Add.
4553 (mcore_frame_init_saved_regs): Add.
4554 (mcore_gdbarch_init): Add function calls to replace the macros
4555 removed from tm-mcore.h
4556
36160dc4
AC
45572002-07-03 Andrew Cagney <ac131313@redhat.com>
4558
4559 * infcmd.c (print_return_value): Remove compatibility code calling
4560 deprecated_grub_regcache_for_registers.
4561
4562 * values.c: Include "regcache.h".
4563 (value_being_returned): Update. Use
4564 deprecated_grub_regcache_for_registers to extract the register
4565 buffer address.
4566 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4567 ``struct regcache''.
4568 * Makefile.in (values.o): Add dependency on $(regcache_h).
4569
4570 * inferior.h (run_stack_dummy): Change type of second parameter to
4571 a ``struct regcache''.
4572 * valops.c (hand_function_call): Change type of retbuf to ``struct
4573 regcache''. Allocate using regcache_xmalloc, clean using
4574 make_cleanup_regcache_xfree.
4575 * infcmd.c (run_stack_dummy): Update. Use
4576 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4577
4578 * regcache.c (do_regcache_xfree): New function.
4579 (make_cleanup_regcache_xfree): New function.
4580 * regcache.h (make_cleanup_regcache_xfree): Declare.
4581
e64d9b3d
MH
45822002-07-03 Martin M. Hunt <hunt@redhat.com>
4583
4dd79c29
MH
4584 * event-top.c (command_line_handler): Don't read past
4585 beginning of buffer.
e64d9b3d 4586
4dd79c29
MH
45872002-07-03 Martin M. Hunt <hunt@redhat.com>
4588
e64d9b3d
MH
4589 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4590 struct frame_id.
4591 (varobj_create): Store frame_id for root.
4592 (varobj_gen_name): Use xasprintf.
4593 (varobj_update): Save and restore frame using get_frame_id() and
4594 frame_find_by_id().
4595 (create_child): Use xasprintf.
4596 (new_root_variable): Initialize frame_id.
4597 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4598 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4599 to prevent memory leak.
4600
26e6c56a
AC
46012002-07-03 Andrew Cagney <ac131313@redhat.com>
4602
4603 * valops.c (hand_function_call): Move declaration of retbuf to
4604 start of function, allocate using malloc, add a cleanup but before
4605 the inf_status cleanup, cleanup the buffer. Rename local variable
4606 old_chain to inf_status_cleanup.
4607
f436dd25
MH
46082002-07-03 Martin M. Hunt <hunt@redhat.com>
4609
4610 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4611
4612 * cli/cli-decode.c (cmd_func_p): New function.
4613 (cmd_func): New function.
4614
4615 * command.h: Add cmd_func() and cmd_func_p().
4616
4cfe2084
GS
46172002-07-03 Grace Sainsbury <graces@redhat.com>
4618
4619 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4620 (REGISTER_SIZE): Remove.
4621 (MAX_REGISTER_RAW_SIZE): Remove.
4622 (REGISTER_VIRTUAL_TYPE): Remove.
4623 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4624 (REGISTER_NAME): Remove.
4625 (USE_GENERIC_DUMMY_FRAMES): Remove.
4626 (CALL_DUMMY): Remove.
4627 (CALL_DUMMY_START_OFFSET): Remove.
4628 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4629 (CALL_DUMMY_LOCATION): Remove.
4630 (FIX_CALL_DUMMY): Remove.
4631 (CALL_DUMMY_ADDRESS): Remove.
4632 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4633 (SAVE_DUMMY_FRAME_TOS): Remove.
4634 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4635 (mcore_register_virtual_type): New function.
4636 (mcore_register_byte): New function.
4637 (mcore_register_size): New function.
4638 (mcore_register_name): New function.
4639 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4640 macros removed from tm-mcore.h.
4641 (mcore_dump_tdep): Add.
4642 (_initialize_mcore_tdep): Add gdbarch_register call.
4643
4fd667e9
MK
46442002-07-03 Mark Kettenis <kettenis@gnu.org>
4645
4646 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4647 frameless_look_for_prologue, such that we actually call this
4648 function.
4649
42f99ac2
JB
46502002-07-02 Joel Brobecker <brobecker@gnat.com>
4651
4652 * frame.h (frame_address_in_block): New function.
4653
4654 * blockframe.c (frame_address_in_block): New function extracted
4655 from get_frame_block().
4656 (get_frame_block): Use frame_address_in_block().
4657 (block_innermost_frame): Use frame_address_in_block() to match
4658 the frame pc address against the block boundaries rather than
4659 the frame pc directly. This prevents a failure when a frame pc
4660 is actually a return-address pointing immediately after the end
4661 of the given block.
4662
103a1597 46632002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
4664
4665 * MAINTAINERS: Add self under write after approval.
4666
46672002-07-02 Grace Sainsbury <graces@redhat.com>
4668
103a1597
GS
4669 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4670 used in architecture vector. The default is
4671 m68k_local_breakpoint_from_pc.
4672 (m68k_local_breakpoint_from_pc): Add.
4673 (enum): Add register numbers from tm-m68k.h.
4674 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4675 vector.
4676 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4677 GDB_MULTI_ARCH_PARTIAL.
4678 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4679 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4680 m68k-tdep.c.
4681 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4682 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4683 to enum in m68k-tdep.c
4684
7a5a0534
JB
46852002-07-02 Joel Brobecker <brobecker@gnat.com>
4686
4687 * solib-osf.c (open_map): Compute the list of shared libraries
4688 loaded by the inferior, rather than the list of libraries loaded
4689 by GDB itself. Otherwise, GDB ends up reading the symbols from
4690 the wrong shared libraries...
4691
6f558d74
MK
46922002-07-02 Mark Kettenis <kettenis@gnu.org>
4693
b7d15bf7
MK
4694 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4695 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4696 macros.
4697 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4698 Remove functions.
4699 (FRAMELESS_SIGNAL): Remove function.
4700 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4701 i386_linux_saved_pc_after_call): Removed.
4702 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4703 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4704 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4705
6bff26de
MK
4706 * i386-tdep.c (i386_frameless_signal_p): New function.
4707 (i386_frame_chain): Deal with frameless signals.
4708 (i386_sigtramp_saved_sp): New function.
4709 (i386_frame_saved_pc): Deal with frameless signals.
4710 (i386_saved_pc_after_call): Make sure the correct value is
4711 returned just after entry into a sigtramp.
4712 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4713 i386fbsd4_sc_sp_offset): New variables.
4714 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4715 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4716 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4717 similiar to what we already did for sc_pc_offset.
4718 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4719 tdep->sc_sp_offset.
4720
6f558d74
MK
4721 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4722
145564b7
ML
47232002-07-02 Michal Ludvig <mludvig@suse.cz>
4724
4725 * config/i386/tm-x86-64linux.h: New.
4726 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4727 definitions.
4728 * config/i386/nm-x86-64.h: Rename to ...
4729 * config/i386/nm-x86-64linux.h: ... this one.
4730 * config/i386/x86-64linux.mh: Reflect the above change.
4731
3a1e71e3
MK
47322002-07-01 Mark Kettenis <kettenis@gnu.org>
4733
21d0e8a4
MK
4734 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4735 with sigcontext_addr. Add sc_sp_offset.
4736 (i386bsd_sigtramp_saved_pc): Remove prototype.
4737 (i386bsd_sicontext_addr): Add prototype.
4738 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4739 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4740 (i386_svr4_sigtramp_saved_pc): Removed.
4741 (i386_svr4_sigcontext_addr): New function.
4742 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4743 Initialize tdep->sigcontext_addr instead. Initialize
4744 tdep->sc_pc_offset and tdep->sc_sp_offset.
4745 (i386_gdbarch_init): Likewise.
4746 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4747 any more.
4748 (i386bsd_sigtramp_saved_pc): Remove function.
4749 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4750 Initialize tdep->sigcontext_addr instead. Initialize
4751 tdep->sc_pc_offset.
4752 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4753 of tdep->sigtramp_saved_pc.
4754 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4755 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4756 instead.
4757
3a1e71e3
MK
4758 * i386-tdep.c (i386_frameless_function_invocation,
4759 i386_frame_num_args, i386_frame_init_saved_regs,
4760 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4761 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4762 i386_extract_return_value, i386_store_return_value,
4763 i386_extract_struct_value_address, i386_register_virtual_type,
4764 i386_register_convertible, i386_register_convert_to_virtual,
4765 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4766 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4767 static.
4768
52e9098c
MK
47692002-07-01 Mark Kettenis <kettenis@gnu.org>
4770
77b13a25
MK
4771 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4772
52e9098c
MK
4773 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4774 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4775 this macro. Include "value.h".
4776
1b372fff
AS
47772002-06-30 Aidan Skinner <aidan@velvet.net>
4778
4779 * ada-exp.tab.c: remove as it's a generated file
4780 * ada-lex.c: remove as it's a generated file
4781
9c5045b5
MK
47822002-06-30 Mark Kettenis <kettenis@gnu.org>
4783
4a93c5bb
MK
4784 * config/i386/tm-i386.h (struct frame_info, struct
4785 frame_saved_regs, struct value, struct type): Remove forward
4786 declarations.
4787
322d4fe0
MK
4788 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4789 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4790 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4791 (FILL_FPXREGSET): Define.
4792
fdd8263d
MK
4793 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4794
482e577b
MK
4795 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4796 i[3456]86-*-netbsd* case.
4797 * config/i386/tm-obsd.h: Removed.
4798 * config/i386/obsd.mt: Removed.
4799 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4800 core-aout.o.
4801 (MH_CFLAGS): Add -DYYDEBUG=0.
4802
6916549a
MK
4803 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4804 i386nbsd_sc_pc_offset on OpenBSD too.
4805
9c5045b5
MK
4806 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4807 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4808 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4809 define.
4810 * i386bsd-tdep.c: Include "arch-utils.h".
4811 (i386bsd_aout_in_solib_call_trampoline): New function.
4812 (i386bsd_init_abi): Set in_solib_call_trampoline to
4813 i386bsd_aout_in_solib_call_trampoline.
4814 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4815 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4816
aa84d1bb
AC
48172002-06-28 Andrew Cagney <ac131313@redhat.com>
4818
4819 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4820 (struct obstack, struct bcache): Add opaque declarations.
4821 * Makefile.in (macrotab_h): Update
4822
b4d83933
AC
48232002-06-28 Andrew Cagney <ac131313@redhat.com>
4824
4825 * blockframe.c (generic_find_dummy_frame): Change return type to
4826 ``struct regcache''.
4827 (struct dummy_frame): Replace field ``registers'' with regcache, a
4828 struct regcache object.
4829 (generic_find_dummy_frame): Update.
4830 (generic_push_dummy_frame): Update. Use regcache_xfree,
4831 regcache_xmalloc and regcache_cpy.
4832 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4833 regcache_xfree.
4834 (deprecated_generic_find_dummy_frame): Update.
4835 (generic_read_register_dummy): Update. Use
4836 regcache_read_as_address.
4837 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4838 (generic_get_saved_register): Update. Use regcache_read.
4839
08c0b5bc
AC
48402002-06-28 Andrew Cagney <ac131313@redhat.com>
4841
4842 * Makefile.in (objfiles_h): Add $(bcache_h).
4843 * objfiles.h: Include "bcache.h".
4844
4845 * Makefile.in (symtab_h): Remove $(bcache_h).
4846 * symtab.h: Do not include "bcache.h".
4847
1f89801a
AC
48482002-06-28 Andrew Cagney <ac131313@redhat.com>
4849
4850 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4851 generic_func_frame_chain_valid.
4852
b9644b58
DB
48532002-06-28 David O'Brien <obrien@FreeBSD.org>
4854
4855 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4856 * config/i386/tm-fbsd.h: Likewise.
4857
dd486634
AC
48582002-06-28 Andrew Cagney <ac131313@redhat.com>
4859
4860 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4861 generic_unwind_get_saved_register.
4862
0b434a00
AC
48632002-06-27 Andrew Cagney <ac131313@redhat.com>
4864
4865 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4866 * regcache.c (supply_register): Add missing argument to
4867 register_buffer call.
4868
f30e5a77
AC
48692002-06-27 Andrew Cagney <ac131313@redhat.com>
4870
4871 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4872 Solaris /bin/grep does not not like it. From Peter Schauer.
4873
9f064c95
TT
48742002-06-26 Tom Tromey <tromey@redhat.com>
4875
4876 * command.h (add_setshow_cmd): Declare.
4877 (add_setshow_cmd_full): Declare.
4878 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4879 returns void. Use add_setshow_cmd_full.
4880 (add_setshow_cmd_full): New function.
4881 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4882 (add_setshow_boolean_cmd): Likewise.
4883
099c7589
JT
48842002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4885
4886 * config/vax/tm-vax.h: Protect from multiple inclusion.
4887 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4888 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4889 * config/vax/tm-vaxbsd.h: ...here. New file.
4890 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4891
1d049c5e
JT
48922002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4893
4894 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4895 (BELIEVE_PCC_PROMOTION): Remove.
4896 (AP_REGNUM): Move to...
4897 * config/vax/nm-vax.h: ...here.
4898 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4899 (vax_breakpoint_from_pc): New function.
4900 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4901 and gdbarch_believe_pcc_promotion.
4902
4791e091
JT
49032002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4904
4905 * Makefile.in (vax_tdep_h): Define.
4906 (vax-tdep.o): Use $(vax_tdep_h).
4907 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4908 (vax_dump_tdep): New function.
4909 (_initialize_vax_tdep): Register vax_dump_tdep.
4910 * vax-tdep.h: Include osabi.h.
4911 (struct gdbarch_tdep): New.
4912
da130f98
AC
49132002-06-26 Andrew Cagney <cagney@redhat.com>
4914
4915 * frame.h (deprecated_generic_find_dummy_frame): Rename
4916 generic_find_dummy_frame.
4917 * blockframe.c (generic_find_dummy_frame): Make static.
4918 (deprecated_generic_find_dummy_frame): New function.
4919 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4920 generic_find_dummy_frame with deprecated_find_dummy_frame.
4921 (sh64_nofp_frame_init_saved_regs): Ditto.
4922 (sh_fp_frame_init_saved_regs): Ditto.
4923 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4924 (s390_frame_chain): Ditto.
4925 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4926
6300c360
GS
49272002-06-26 Grace Sainsbury <graces@redhat.com>
4928
4929 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4930 gdbarch vector are at the top.
4931 (NUM_REGS): Remove.
4932 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4933 (FRAME_ARGS_ADDRESS): Remove.
4934 (FRAME_LOCALS_ADDRESS): Remove.
4935 (FRAME_NUM_ARGS): Remove.
4936 (FRAME_ARGS_SKIP): Remove.
4937 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4938 (m68k_gdbarch_init): Add gdbarch initializations for macros
4939 undefined in tm-m68k.h
4940
1c617db8
GS
49412002-06-26 Grace Sainsbury <graces@redhat.com>
4942
4943 * monitor.h: Add the function regname to monitor_ops
4944 structure. This way NUM_REGS does not have to be a constant.
4945 * monitor.c (monitor_fetch_register): Added support for regname
4946 function. The function is called if the array regnames is NULL.
4947 (monitor_store_register): Same.
da130f98
AC
4948 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4949 regnames array.
1c617db8
GS
4950 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4951 cpu32bug_cmds.regname to point to new function.
4952 * abug-rom.c (abug_regname): Same as above.
4953 (init_abug_cmds): Same.
4954 * dbug-rom.c (dbug_regname): Same as above.
4955 (init_dbug_cmds): Same.
4956 * remote-est.c (est_regname): Same.
4957 (init_est_cmds): Same.
4958 * rom68k-rom.c (rom68k_regname): Same.
4959 (init_rom68k_cmds): Same.
4960
ea9365bb
TT
49612002-06-25 Tom Tromey <tromey@redhat.com>
4962
4963 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4964
72cec141
AC
49652002-06-25 Andrew Cagney <cagney@redhat.com>
4966
4967 * infrun.c (stop_registers): Change variable's type to ``struct
4968 regcache'''.
4969 (xmalloc_inferior_status): Delete function.
4970 (free_inferior_status): Delete function.
4971 (normal_stop): Use regcache_cpy.
4972 (struct inferior_status): Change type of fields ``stop_registers''
4973 and ``registers'' to ``struct regcache''.
4974 (write_inferior_status_register): Use regcache_write.
4975 (save_inferior_status): Instead of calling
4976 xmalloc_inferior_status, allocate the inf_status buffer directly.
4977 Use regcache_dup_no_passthrough and regcache_dup to save the
4978 buffers.
4979 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4980 Replace the stop_registers regcache instead of overriding it. Use
4981 regcache_xfree. Instead of calling free_inferior_status, xfree
4982 the buffer directly.
4983 (discard_inferior_status): Use regcache_xfree. Instead of calling
4984 free_inferior_status, xfree the buffer directly.
4985 (build_infrun): Use regcache_xmalloc.
4986 (_initialize_infrun): Delete redundant call to build_infrun.
4987
4988 * Makefile.in (infcmd.o): Add $(regcache_h).
4989
4990 * infcmd.c: Include "regcache.h".
4991 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4992 obtain the address of `stop_registers' register buffer.
4993 (print_return_value): Ditto.
4994
4995 * inferior.h (struct regcache): Add opaque declaration.
4996 (stop_registers): Change variable's declared type to ``struct
4997 regcache''.
4998
defc6f8c
TT
49992002-06-24 Tom Tromey <tromey@redhat.com>
5000
c0e624e7
TT
5001 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5002 * target.c (initialize_targets): Fixed typo in
5003 trust-readonly-sections `show' documentation.
5004
defc6f8c
TT
5005 * main.c: Marked all strings with _().
5006
2b236d82
DH
50072002-06-24 Don Howard <dhoward@redhat.com>
5008
5009 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5010 that means max CORE_ADDR+1.
5011 (lookup_mem_region): Ditto.
5012 (mem_info_command): Ditto.
5013
942dc0e9
GS
50142002-06-24 Grace Sainsbury <graces@redhat.com>
5015
5016 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5017 (REGISTER_BYTES_OK): Remove.
5018 (REGISTER_BYTES): Remove.
5019 (STORE_STRUCT_RETURN): Remove.
5020 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5021 (STORE_RETURN_VALUE): Remove.
5022 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5023 (FRAME_CHAIN): Remove.
5024 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5025 (FRAME_SAVED_PC): Remove.
5026 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5027 (m68k_store_struct_return): Add.
5028 (m68k_deprecated_extract_return_value): Add.
5029 (m68k_deprecated_extract_struct_value_address): Add.
5030 (m68k_store_return_value): Add.
5031 (m68k_frame_chain): Add.
5032 (m68k_frameless_function_invocation): Add.
5033 (m68k_frame_saved_pc): Add.
5034 (m68k_gdbarch_init): added set_gdbarch calls for new
5035 functions and deleted macros.
5036
03c30d4d
TT
50372002-06-23 Tom Tromey <tromey@redhat.com>
5038
5039 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5040 (ALLDEPFILES): Likewise.
5041 (udiheaders): Removed.
5042 (udip2soc.o): Likewise.
5043 (udi2go32.o): Likewise.
5044 (udr.o): Likewise.
5045 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5046
37e71372
AC
50472002-06-22 Andrew Cagney <ac131313@redhat.com>
5048
06a6ac57
AC
5049 * infrun.c (_initialize_infrun): Delete unnecessary call to
5050 build_infrun.
5051
37e71372
AC
5052 * regcache.h: Update comments describing the regcache_cpy family
5053 of functions.
5054 (regcache_save, regcache_restore): Delete declaration.
5055 (regcache_save_no_passthrough): Delete declaration.
5056 (regcache_restore_no_passthrough): Delete declaration.
5057 * regcache.c (regcache_save): Delete function.
5058 (regcache_save_no_passthrough): Delete function.
5059 (regcache_restore): Delete function.
5060 (regcache_restore_no_passthrough): Delete function.
5061
78f6d055
AC
50622002-06-21 Andrew Cagney <ac131313@redhat.com>
5063
5064 * config/m68k/tm-m68k.h: Fix typo.
5065 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5066 (m68k_frame_init_saved_regs): Declare.
5067
78b119cb
JB
50682002-06-21 Jim Blandy <jimb@redhat.com>
5069
5070 Remove some vestiges of Harris 88k support.
5071 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5072 register numbering quirk.
5073 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5074 odd symbols occurring in Harris 88k ELF targets.
5075
0fbb3da7
TT
50762002-06-21 Tom Tromey <tromey@redhat.com>
5077
5078 * gdb_locale.h: New file.
5079 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5080 (defs_h): Added gdb_locale.h.
5081 * configure, config.in: Rebuilt.
5082 * configure.in (PACKAGE): Define.
5083 * defs.h: Include gdb_locale.h.
5084 * main.c (captured_main): Call setlocale, bindtextdomain,
5085 textdomain.
5086
456f8b9d
DB
50872002-06-21 Dave Brolley <brolley@redhat.com>
5088
5089 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5090 * config/frv/frv.mt: New file.
5091 * config/frv/tm-frv.h: New file.
5092 * configure.tgt: Support frv-*-*.
5093 * Makefile.in (frv-tdep.o): New target.
5094 * frv-tdep.c: New file.
5095 * NEWS: Mention frv.
5096
cdd463f9
DB
50972002-06-21 Dave Brolley <brolley@redhat.com>
5098
5099 * MAINTAINERS: Add self to "Write After Approval" list.
5100
5d3ed2e3
GS
51012002-06-21 Grace Sainsbury <graces@redhat.com>
5102
5103 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5104 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5105 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5106 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5107 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5108
5109 * m68k-tdep.c: Include arch-utils.h
5110 (m68k_register_raw_size): Add.
5111 (m68k_register_virtual_size): Add.
5112 (m68k_register_virtual_type): Add.
5113 (m68k_register_name): Add.
5114 (m68k_stack_align): Add.
5115 (m68k_register_byte): Add.
5116 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5117 tm-m68k.h.
5118
7f8e7424
GS
51192002-06-21 Grace Sainsbury <graces@redhat.com>
5120
a2c6a6d5 5121 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5122 m68k_find_saved_regs.
5123 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5124 references to it with frame->saved_regs.
7f8e7424
GS
5125 (m68k_gdbarch_init): Added function calls to initialize the
5126 gdbarch structure.
a2c6a6d5
GS
5127 (m68k_fix_call_dummy): Add.
5128 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5129 (CALL_DUMMY): Remove.
5130 (CALL_DUMMY_LENGTH): Remove.
5131 (CALL_DUMMY_START_OFFSET): Remove.
5132 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5133 (FIX_CALL_DUMMY): Remove.
5134 (PUSH_DUMMY_FRAME): Remove.
5135 (POP_FRAME): Remove.
7f8e7424 5136
f461f5cf
PM
51372002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5138
5139 * parse.c (parse_fprintf): New function used to avoid calls to
5140 fprintf in bison parser generated debug code.
5141 * parser-defs.h: Declaration of new parse_fprintf function.
5142 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5143 Set YYDEBUG to 1 by default.
5144 Set YYFPRINTF as parse_fprintf.
5145
7f0c12ed
ML
51462002-06-21 Michal Ludvig <mludvig@suse.cz>
5147
5148 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5149 encoding anymore.
5150 (pointer_encoding, enum ptr_encoding): New.
5151 (execute_cfa_program): Take care about pointer encoding.
5152 (dwarf2_build_frame_info): Only call parse_frame_info for
5153 .debug_frame and .eh_frame.
5154 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5155 fixed augmentation handling, added relative addressing,
5156 ignore duplicate FDEs. Added comments.
19d833a2 5157 * dwarf2cfi.c: Reindented.
7f0c12ed 5158
87c4a039
EZ
51592002-06-20 Elena Zannoni <ezannoni@redhat.com>
5160
5161 * event-top.c (command_handler): Don't use space_at_cmd_start
5162 unless there is sbrk() on the host. Assign time and space data
5163 to union fields of the appropriate length.
5164
1cf877ad
ML
51652002-06-20 Michal Ludvig <mludvig@suse.cz>
5166
5167 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5168 x86_64_register_name. Return type changed to 'const char *'.
5169 (x86_64_register_name2nr): Rename to x86_64_register_number.
5170 (x86_64_gdbarch_init): Update to reflect the change.
5171 * x86-64-tdep.h: Ditto.
5172 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5173 (supply_fpregset): Ditto.
5174
3fadccb3
AC
51752002-06-19 Andrew Cagney <cagney@redhat.com>
5176
5177 * regcache.h: Update copyright.
5178 (struct regcache, struct gdbarch): Add opaque declarations.
5179 (current_regcache): Declare global variable.
5180 (regcache_read, regcache_write): Add gdbarch parameter.
5181 (regcache_save, regcache_save_no_passthrough)
5182 (regcache_restore, regcache_restore_no_passthrough)
5183 (regcache_dup, regcache_dup_no_passthrough)
5184 (regcache_cpy, regcache_cpy_no_passthrough)
5185 (deprecated_grub_regcache_for_registers)
5186 (deprecated_grub_regcache_for_register_valid)
5187 (regcache_valid_p): Add function declarations.
5188
5189 * regcache.c: Update copyright.
5190 (regcache_descr_handle): New global variable.
5191 (struct regcache_descr): Define.
5192 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5193 (regcache_descr, xfree_regcache_descr): New functions.
5194 (struct regcache): Define.
5195 (regcache_xmalloc, regcache_xfree): New functions.
5196 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5197 (regcache_dup, regcache_dup_no_passthrough): New functions.
5198 (regcache_valid_p, regcache_read_as_address): New functions.
5199 (deprecated_grub_regcache_for_registers): New function.
5200 (deprecated_grub_regcache_for_register_valid): New function.
5201 (current_regcache): New global variable.
5202 (register_buffer): Add regcache parameter. Update calls.
5203 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5204 (read_register_gen, write_register_gen): Update register_buffer
5205 call. Test for legacy_p instead of gdbarch_register_read_p or
5206 gdbarch_register_write_p.
5207 (regcache_collect): Update register_buffer call.
5208 (build_regcache): Rewrite. Use deprecated grub functions.
5209 (regcache_save, regcache_save_no_passthrough): New functions.
5210 (regcache_restore, regcache_restore_no_passthrough): New
5211 functions.
5212 (_initialize_regcache): Create the regcache_data_handle. Swap
5213 current_regcache global variable.
5214
5215 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5216 parameter to regcache_read and regcache_write calls.
5217 (sh4_register_read): Ditto.
5218 (sh64_pseudo_register_read): Ditto.
5219 (sh64_register_read): Ditto.
5220 (sh_pseudo_register_write): Ditto.
5221 (sh4_register_write): Ditto.
5222 (sh64_pseudo_register_write): Ditto.
5223 (sh64_register_write): Ditto.
5224
5225 * defs.h (XCALLOC): Define.
5226
152d9db6
GS
52272002-06-19 Grace Sainsbury <graces@redhat.com>
5228
5229 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5230 * m68k-tdep.c (m68k_gdbarch_init): Added.
5231 (m68k_dump_tdep): Added.
5232
170911c7
DJ
52332002-06-19 Daniel Jacobowitz <drow@mvista.com>
5234
5235 * ada-lang.c (fill_in_ada_prototype): Update comment.
5236
2e4ebe70
DJ
52372002-06-19 Daniel Jacobowitz <drow@mvista.com>
5238
5239 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5240 MIPS_ABI_LAST.
5241 (mips_abi_string, mips_abi_strings): New.
5242 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5243 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5244 tdep->mips_abi_string. Honor mips_abi_string. Default to
5245 O32 if no ABI is found.
5246 (mips_dump_tdep): Use mips_abi_strings.
5247 (mips_abi_update): New function.
5248 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5249 ``set mips abi'' and ``show mips abi''. Check the size of
5250 mips_abi_strings.
5251
16775908
AC
52522002-06-19 Andrew Cagney <cagney@redhat.com>
5253
5254 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5255 constant.
5256
5051bfa4 52572002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5258
5051bfa4
JB
5259 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5260 current frame using only the first stack size adjustment. All
5261 subsequent size adjustments are not considered to be part of
5262 the "static" part of the current frame.
5263 Compute the address of the saved registers relative to the
5264 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5265 in use in this frame.
5266
56468235
DH
52672002-06-18 Don Howard <dhoward@redhat.com>
5268
5269 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5270 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5271 suggesting this solution.
5272
0b624158
AC
52732002-06-18 Andrew Cagney <ac131313@redhat.com>
5274
5275 * config/romp/xm-rtbsd.h: Delete file.
5276 * config/romp/rtbsd.mh: Delete file.
5277
221ea385
KS
52782002-06-18 Keith Seitz <keiths@redhat.com>
5279
5280 * breakpoint.c (condition_command): Post breakpoint_modify
5281 when a condition is added to an existing breakpoint.
5282 (commands_command): Likewise for commands.
5283 (set_ignore_count): Likewise for ignore counts.
5284 If no tty, do not simply return, still need to send event
5285 notification.
5286 (ignore_command): Only print a newline if the command came
5287 from a tty.
5288 Don't call breakpoints_changed, since this is now properly
5289 handled by set_ignore_count.
5290
5402eed1
AC
52912002-06-18 Andrew Cagney <cagney@redhat.com>
5292
5293 * MAINTAINERS: Note that cris-elf target can be compiled with
5294 -Werror.
5295 * cris-tdep.c (cris_register_name): Make return type constant.
5296 (cris_breakpoint_from_pc): Ditto.
5297
cc22880b
ML
52982002-06-18 Michal Ludvig <mludvig@suse.cz>
5299
5300 * frame.h (struct frame_info): Change type of context to
5301 'struct context'.
5302
fa88f677
AC
53032002-06-17 Andrew Cagney <cagney@redhat.com>
5304
5305 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5306 pointer.
5307 * gdbarch.h, gdbarch.c: Regenerate.
5308 * config/mips/tm-mips.h (mips_register_name): Update.
5309 * i386-tdep.h (i386_register_name): Update.
5310 * mips-tdep.c (mips_register_name): Update
5311 * alpha-tdep.c (alpha_register_name): Update.
5312 * arch-utils.c (legacy_register_name): Update.
5313 * arch-utils.h (legacy_register_name): Update.
5314 * avr-tdep.c (avr_register_name): Update.
5315 * ia64-tdep.c (ia64_register_name): Update.
5316 * i386-tdep.c (i386_register_name): Update.
5317 * sparc-tdep.c (sparc32_register_name): Update.
5318 (sparc64_register_name): Update.
5319 (sparclite_register_name): Update.
5320 (sparclet_register_name): Update.
5321 * sh-tdep.c (sh_generic_register_name): Update.
5322 (sh_sh_register_name): Update.
5323 (sh_sh3_register_name): Update.
5324 (sh_sh3e_register_name): Update.
5325 (sh_sh_dsp_register_name): Update.
5326 (sh_sh3_dsp_register_name): Update.
5327 (sh_sh4_register_name): Update.
5328 (sh_sh64_register_name): Update.
5329 * s390-tdep.c (s390_register_name): Update.
5330 * rs6000-tdep.c (rs6000_register_name): Update.
5331 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5332 (ns32k_register_name_32382): Update.
5333 * d10v-tdep.c (d10v_ts2_register_name): Update.
5334 (d10v_ts3_register_name): Update.
5335 * xstormy16-tdep.c (xstormy16_register_name): Update.
5336 * vax-tdep.c (vax_register_name): Update.
5337 * v850-tdep.c (v850_register_name): Update.
5338 * m68hc11-tdep.c (m68hc11_register_name): Update.
5339 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5340 (am33_register_name): Update.
5341
ea1e7ef6
GS
53422002-06-17 Grace Sainsbury <graces@redhat.com>
5343
5344 * m68k-tdep.c: Reindented.
5345
9b02dd1b
AC
53462002-06-17 Andrew Cagney <ac131313@redhat.com>
5347
5348 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5349 list of predefined types.
5350
8758dec1
MK
53512002-06-16 Mark Kettenis <kettenis@gnu.org>
5352
b6197528
MK
5353 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5354 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5355 REGISTER_CONVERT_TO_RAW): Remove defines.
5356 (i386_register_virtual_type, i386_register_convertible,
5357 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5358 Remove prototypes.
5359 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5360 macros mentioned above.
5361
82b47e62
MK
5362 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5363 (i386lynx_saved_pc_after_call): Remove prototype.
5364 * i386ly-tdep.c: Include "i386-tdep.h".
5365 (i386lynx_saved_pc_after_call): Make static. Use
5366 read_memory_nobpt instead of read_memory. Use
5367 read_memory_unsigned_integer instead of read_memory_integer.
5368 (i386lynx_init_abi): New function.
5369 (i386lynx_coff_osabi_sniffer): New function.
5370 (_initialize_i386bsd_tdep): New function.
5371
8758dec1
MK
5372 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5373 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5374 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5375 (i386_fix_call_dummy): Remove prototype.
5376 * i386-tdep.c (i386_call_dummy_words): New variable.
5377 (i386_gdbarch_init): Adjust for removal of the
5378 macros mentioned above.
5379
e9e68a56
AC
53802002-06-15 Andrew Cagney <ac131313@redhat.com>
5381
5382 * command.h (add_setshow_auto_boolean_cmd): Replace
5383 add_set_auto_boolean_cmd.
5384 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5385 add_set_auto_boolean_cmd.
5386 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5387 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5388 mask-address'' command.
5389 (show_mask_address): Add cmd parameter.
5390 * remote.c (add_packet_config_cmd): Update. Change type of
5391 set_func and show_func to cmd_sfunc_ftype.
5392 (_initialize_remote): Update `set remote Z-packet'
5393 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5394 (show_remote_protocol_e_packet_cmd): Ditto.
5395 (show_remote_protocol_E_packet_cmd): Ditto.
5396 (show_remote_protocol_P_packet_cmd): Ditto.
5397 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5398 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5399 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5400 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5401 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5402 (show_remote_protocol_Z_packet_cmd): Ditto.
5403 (show_remote_protocol_binary_download_cmd): Ditto.
5404 (show_remote_cmd): Pass NULL to all of above.
5405
fc08ec52
MK
54062002-06-15 Mark Kettenis <kettenis@gnu.org>
5407
5408 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5409 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5410 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5411 POP_FRAME): Remove defines.
5412 (i386_push_arguments, i386_store_struct_return,
5413 i386_extract_return_value, i386_store_return_value,
5414 i386_extract_struct_value_address, i386_push_dummy_frame,
5415 i386_pop_frame): Renove prototypes.
5416 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5417 macros mentioned above.
5418
e707bbc2
AC
54192002-06-15 Andrew Cagney <ac131313@redhat.com>
5420
5421 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5422 add_set_boolean_cmd.
5423 (add_setshow_cmd): New function.
5424 * command.h (add_setshow_boolean_cmd): Replace
5425 add_set_boolean_cmd.
5426 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5427 and ``set rdiromatzero''.
5428 * maint.c (_initialize_maint_cmds): Update commented out code.
5429 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5430 * target.c (initialize_targets): Update `set
5431 trust-readonly-sections'.
5432 * remote.c (_initialize_remote): Update `set remotebreak'.
5433
42fdc8df
MK
54342002-06-15 Mark Kettenis <kettenis@gnu.org>
5435
93924b6b
MK
5436 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5437 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5438 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5439 fit into multi-arch framework.
5440 (i386_breakpoint_from_pc): New function.
5441 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5442 above.
5443
42fdc8df
MK
5444 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5445 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5446 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5447 (i386_frameless_function_invocation, i386_frame_num_args,
5448 i386_frame_init_saved_regs): Remove prototypes.
5449 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5450 macros mentioned above.
5451
9773a94b
AC
54522002-06-15 Andrew Cagney <ac131313@redhat.com>
5453
5454 * cli/cli-decode.c (set_cmd_cfunc): Update.
5455 (set_cmd_sfunc): Update.
5456 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5457 (set_cmd_sfunc, set_cmd_cfunc): Update.
5458 * cli/cli-decode.h: Update.
5459
6e157172
MK
54602002-06-15 Mark Kettenis <kettenis@gnu.org>
5461
5462 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5463 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5464
7f19b9a2
AC
54652002-06-15 Andrew Cagney <ac131313@redhat.com>
5466
5467 * defs.h (auto_boolean): Declare enum.
5468 * command.h (cmd_auto_boolean): Delete enum.
5469 * mips-tdep.c (mask_address_var): Update.
5470 (mips_mask_address_p): Update.
5471 (show_mask_address): Update.
5472 * remote.c (struct packet_config): Update.
5473 (update_packet_config): Update.
5474 (show_packet_config_cmd): Update.
5475 (packet_ok): Update.
5476 (add_packet_config_cmd): Update.
5477 (_initialize_remote):
5478 * command.h: Update.
5479 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5480 (do_setshow_command): Update.
5481 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5482 * cli/cli-decode.h: Update.
5483
1cf88de5
MK
54842002-06-15 Mark Kettenis <kettenis@gnu.org>
5485
22ba8cf2
MK
5486 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5487 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5488 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5489 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5490 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5491 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5492
762c5349
MK
5493 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5494 list of DJGPP COFF targets.
5495
091198bb
MK
5496 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5497 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5498 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5499 (FP0_REGNUM): Remove define.
5500 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5501 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5502 (i386_register_virtual_size): Remove protoype.
5503 * i386-tdep.c (i386_register_virtual_size): Removed.
5504 (i386_extract_return_value, i386_store_return_value): Use
5505 FP0_REGNUM instead of NUM_FREGS to determine whether the
5506 floating-point registers are available.
5507 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5508 Adjust for removal of macros mentioned above.
5509
55102002-06-15 Mark Kettenis <kettenis@gnu.org>
5511
fcc9bf01
MK
5512 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5513 comments.
5514 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5515 Remove prototypes.
5516 (supply_gregset, fill_gregset): Remove use of register keyword and
5517 remove declaration for regmap. Use I386_NUM_GREGS instead of
5518 NUM_REGS and NUM_FREGS.
5519 (FPREGSET_FSAVE_OFFSET): Remove.
5520 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5521 NUM_FREGS to determine whether the floating-point registers are
5522 available.
5523
65e78234
MK
5524 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5525 gnu_store_registers): Replace usage of NUM_GREGS with
5526 I386_NUM_GREGS.
5527
98df6387
MK
5528 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5529 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5530 usage of NUM_GREGS with I386_NUM_GREGS.
5531
099a9414
MK
5532 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5533
57976e88
MK
5534 * i386bsd-nat.c: Include "i386-tdep.h".
5535 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5536 I386_NUM_GREGS.
5537
b335f4a6
MK
5538 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5539 and associated comment. They no longer make any sense, since we
5540 don't use this file anymore on Linux.
5541
1cf88de5
MK
5542 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5543 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5544 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5545 elements in these arrays.
5546 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5547 MAX_NUM_REGS.
5548
daa66587
MK
55492002-06-15 Mark Kettenis <kettenis@gnu.org>
5550
5551 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5552 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5553
26e9b323
AC
55542002-06-14 Andrew Cagney <cagney@redhat.com>
5555
5556 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5557 EXTRACT_RETURN_VALUE.
5558 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5559 EXTRACT_STRUCT_VALUE_ADDRESS.
5560 * gdbarch.h, gdbarch.c: Regenerate.
5561
5562 * values.c (value_being_returned): Handle
5563 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5564 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5565
5566 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5567 * arm-tdep.c (arm_gdbarch_init): Update.
5568 * avr-tdep.c (avr_gdbarch_init): Update.
5569 * cris-tdep.c (cris_gdbarch_init): Update.
5570 * d10v-tdep.c (d10v_gdbarch_init): Update.
5571 * ia64-tdep.c (ia64_gdbarch_init): Update.
5572 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5573 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5574 * s390-tdep.c (s390_gdbarch_init): Update.
5575 * sh-tdep.c (sh_gdbarch_init): Update.
5576 * s390-tdep.c (s390_gdbarch_init): Update.
5577 * sparc-tdep.c (sparc_gdbarch_init): Update.
5578 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5579 * v850-tdep.c (v850_gdbarch_init): Update.
5580 * vax-tdep.c (vax_gdbarch_init): Update.
5581 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5582 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5583
5584 * config/arc/tm-arc.h: Update.
5585 * config/d30v/tm-d30v.h: Update.
5586 * config/fr30/tm-fr30.h: Update.
5587 * config/h8300/tm-h8300.h: Update.
5588 * config/h8500/tm-h8500.h: Update.
5589 * config/i386/tm-i386.h: Update.
5590 * config/i386/tm-ptx.h: Update.
5591 * config/i386/tm-symmetry.h: Update.
5592 * config/i960/tm-i960.h: Update.
5593 * config/m32r/tm-m32r.h: Update.
5594 * config/m68k/tm-delta68.h: Update.
5595 * config/m68k/tm-linux.h: Update.
5596 * config/m68k/tm-m68k.h: Update.
5597 * config/m88k/tm-m88k.h: Update.
5598 * config/mcore/tm-mcore.h: Update.
5599 * config/mips/tm-mips.h: Update.
5600 * config/mn10200/tm-mn10200.h: Update.
5601 * config/pa/tm-hppa.h: Update.
5602 * config/pa/tm-hppa64.h: Update.
5603 * config/sparc/tm-sp64.h: Update.
5604 * config/sparc/tm-sparc.h: Update.
5605 * config/sparc/tm-sparclet.h: Update.
5606 * config/z8k/tm-z8k.h: Update.
5607
5179e78f
AC
56082002-06-14 Andrew Cagney <cagney@redhat.com>
5609
5610 * Makefile.in (i386_linux_tdep_h): Define.
5611 (i386_tdep_h, i387_tdep_h): Define.
5612 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5613 $(i386_tdep_h) and $(i387_tdep_h).
5614 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5615
8201327c
MK
56162002-06-14 Mark Kettenis <kettenis@gnu.org>
5617
edf393ac
MK
5618 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5619 Already covered by the default.
5620
896fb97d
MK
5621 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5622 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5623 (i386_gdbarch_init): Initialize long_double_format and long_double
5624 bit.
5625
8201327c
MK
5626 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5627 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5628 Move these to ...
5629 * config/i386/i386sol2.mh: ... here.
5630 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5631 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5632 (SIGCONTEXT_PC_OFFSET): Remove define.
5633 (IN_SIGTRAMP): Remove define.
5634 * i386-sol2-tdep.c: New file.
5635
5636 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5637 * config/i386/tm-i386nw.h: Removed.
5638
5639 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5640 USE_STRUCT_CONVENTION): Remove defines.
5641 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5642 (get_longjmp_target): Remove prototype.
5643 (IN_SIGTRAMP): Remove define.
5644 (i386bsd_in_sigtramp): Remove prototype.
5645 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5646 function. Update comment accordingly
5647 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5648 (FRAME_SAVED_PC): Remove define.
5649 (i386bsd_frame_saved_pc): Remove prototype.
5650 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5651 GET_LONGJMP_TARGET): Remove defines.
5652 (get_longjmp_target): Remove prototype.
5653 (IN_SIGTRAMP): Remove define.
5654 (i386bsd_in_sigtramp): Remove prototype.
5655 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5656 function. Update comment accordingly
5657 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5658 (FRAME_SAVED_PC): Remove define.
5659 (i386bsd_frame_saved_pc): Remove prototype.
5660 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5661 Remove prototype.
5662 (USE_STRUCT_CONVENTION): Remove prototype.
5663 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5664 declaration.
5665 (_initialize_i386bsd_nat): Revise logic to determine some
5666 constants at compile time when compiling a native GDB. Warn if
5667 things don't match up with what we expect.
5668 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5669 Remove variables.
5670 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5671 to use date stored in `struct gdbarch_tdep'.
5672 (i386bsd_sigcontext_offset): Remove varaible.
5673 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5674 stored in `struct gdbarch_tdep'.
5675 (i386bsd_frame_saved_pc): Make static.
5676 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5677 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5678 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5679 i386fbsd4_sc_pc_offset): New variables.
5680 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5681 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5682 functions.
5683 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5684 functions.
5685 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5686 Modify the value of i386fbsd_sigtramp_start and
5687 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5688 i386fbsd_sigtramp_end.
5689 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5690 function.
5691
5692 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5693 define to i386-linux-tdep.h.
5694 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5695 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5696 defines.
5697 (i386_linux_register_name, i386_linux_register_byte,
5698 i386_linux_register_raw_size): Remove prototypes.
5699 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5700 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5701 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5702 TARGET_WRITE_PC): Remove defines.
5703 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5704 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5705 i386_linux_write_pc): Remove prototypes.
5706 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5707 (get_longjmp_target): Remove prototype.
5708 * i386-linux-tdep.h: New file.
5709 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5710 * i386-linux-tdep.c: Include "i386-tdep.h" and
5711 "i386-linux-tdep.h".
5712 (i386_linux_register_name, i386_linux_register_byte,
5713 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5714 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5715 Make static.
5716 (i386_linux_init_abi): New function.
5717 (_initialize_i386_linux_tdep): New function.
5718
5719 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5720 (i386_saved_pc_after_call): Remove prototype.
5721 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5722 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5723 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5724 (i386_register_name, i386_stab_reg_to_regnum,
5725 i386_dwarf_reg_to_regnum): Remove prototypes.
5726 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5727 SIZEOF_SSE_REGS): Remove defines.
5728 (REGISTER_BYTES): Remove define.
5729 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5730 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5731 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5732 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5733 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5734 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5735 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5736 (get_longjmp_target): Remove prototype.
5737 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5738 (sigtramp_saved_pc): Remove define.
5739 (i386v4_sigtramp_saved_pc): Remove prototype.
5740 * config/i386/tm-go32.h (FRAME_CHAIN,
5741 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5742 (i386go32_frame_saved_pc): Remove prototype.
5743 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5744 (get_longjmp_target): Remove prototype.
5745 * i386-tdep.h: Include "osabi.h".
5746 (enum i386_abi): Removed.
5747 (enum struct_return): New enum.
5748 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5749 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5750 sc_pc_offset members.
5751 (i386_gdbarch_register_os_abi): Remove prototype.
5752 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5753 I386_SSE_NUM_REGS): New defines.
5754 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5755 I386_SSE_SIZEOF_REGS): New defines.
5756 (i386_register_name, i386_register_byte, i386_register_raw_size):
5757 New prototypes.
5758 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5759 (i386bsd_sigtramp_saved_pc): New prototype.
5760 * i386-tdep.c: Don't include "elf-bfd.h".
5761 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5762 i386_frame_chain, i386_saved_pc_after_call): Make static.
5763 (i386_frame_saved_pc): Rewrite to call architecture dependent
5764 function to deal with signal handlers. Make static.
5765 (i386go32_frame_saved_pc): Removed.
5766 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5767 Removed.
5768 (i386_get_longjmp_target): New function.
5769 (default_struct_convention, pcc_struct_convention,
5770 reg_struct_convention, valid_conventions, struct_convention): New
5771 variables.
5772 (i386_use_struct_convention): New function.
5773 (i386v4_sigtramp_saved_pc): Renamed to
5774 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5775 (i386_pc_in_sigtramp): New function.
5776 (i386_abi_names): Removed.
5777 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5778 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5779 Removed.
5780 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5781 i386_gdbarch_register_os_abi): Removed.
5782 (struct i386_abi_handler): Removed.
5783 (i386_abi_handler_list): Removed.
5784 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5785 functions.
5786 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5787 i386_nw_init_abi): New functions.
5788 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5789 Use set_gdbarch_xxx() calls instead of relying on macros for a
5790 number of calls.
5791 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5792 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5793 Register the various architecture variants defined in this file.
5794
ad2f7632
DJ
57952002-06-14 Daniel Jacobowitz <drow@mvista.com>
5796
5797 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5798 (struct main_type): Remove arg_types member. Update comments for
5799 struct field.
5800 (TYPE_ARG_TYPES): Remove.
5801 (TYPE_FN_FIELD_ARGS): Update.
5802 (smash_to_method_type): Update prototype.
5803
5804 * c-typeprint.c (cp_type_print_method_args): Take method type
5805 instead of argument list. Use new argument layout. Simplify.
5806 (c_type_print_args): Use new argument layout. Simplify.
5807 (c_type_print_base): Update call to cp_type_print_method_args.
5808 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5809 argument; use die->type instead. Update call to
5810 smash_to_method_type.
5811 (read_structure_scope): Update call to dwarf2_add_member_fn.
5812 * gdbtypes.c (allocate_stub_method): Update comment.
5813 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5814 Use new argument layout.
5815 (check_stub_method): Use new argument layout. Don't count
5816 void as an argument.
5817 (print_arg_types): Update comments. Use new argument layout.
5818 (recursive_dump_type): Don't print arg_types member.
5819 * hpread.c (hpread_read_struct_type): Use new argument layout.
5820 (fixup_class_method_type): Likewise.
5821 (hpread_type_lookup): Likewise.
5822 * stabsread.c (read_type): Update calls to read_args and
5823 smash_to_method_type.
5824 (read_args): Use new argument layout. Simplify.
5825 * valops.c (typecmp): Use new argument layout. Update parameters
5826 and comments. Simplify.
5827 (hand_function_call): Use new argument layout.
5828 (search_struct_method): Update call to typecmp.
5829 (find_overload_match): Use new argument layout.
5830
6da02953
DJ
58312002-06-13 Daniel Jacobowitz <drow@mvista.com>
5832
5833 * NEWS: Mention multithreaded debug support for gdbserver.
5834
519b2366
DJ
58352002-06-13 Daniel Jacobowitz <drow@mvista.com>
5836
5837 * MAINTAINERS: Mention NEWS.
5838
6c0d6680
DJ
58392002-06-13 Daniel Jacobowitz <drow@mvista.com>
5840
5841 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5842 (struct mips_objfile_private, compare_pdr_entries): New.
5843 (non_heuristic_proc_desc): Read the ".pdr" section if it
5844 is present.
5845
6529d2dd
AC
58462002-06-12 Andrew Cagney <ac131313@redhat.com>
5847
5848 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5849 (arm_debug): New static variable.
5850 (_initialize_arm_tdep): Add ``set debug arm'' command.
5851
26216b98
AC
58522002-06-12 Andrew Cagney <ac131313@redhat.com>
5853
5854 * Makefile.in (sim_arm_h): Define.
5855 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5856 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5857 (arm_register_sim_regno): New function, map an internal REGNUM
5858 onto a simulator register number.
5859 (arm_gdbarch_init): Set register_sim_regno.
5860
814b3ba0
AH
58612002-06-09 Aldy Hernandez <aldyh@redhat.com>
5862
5863 * MAINTAINERS: Add self.
5864
475b0867
JB
58652002-06-11 Jim Blandy <jimb@redhat.com>
5866
919d772c
JB
5867 * source.c (source_info): Mention whether the symtab has
5868 information about preprocessor macros.
5869
475b0867
JB
5870 Call the command `info macro', not `show macro'.
5871 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5872 Fix error message.
5873 (_initialize_macrocmd): Register `info_macro_command' in
5874 `infolist', not `showlist'.
5875
9e364162
DJ
58762002-06-11 Daniel Jacobowitz <drow@mvista.com>
5877
5878 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5879 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5880 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5881 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5882 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5883 unconditionally.
5884 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5885 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5886 (_initialize_mips_tdep): Remove dead code.
5887 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5888 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5889 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5890 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5891 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5892 MIPS_LAST_FP_ARG_REGNUM): Remove.
5893
23aa4c72
ML
58942002-06-11 Michal Ludvig <mludvig@suse.cz>
5895
5896 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5897 (unwind_tmp_obstack_free, parse_frame_info)
5898 (update_context, cfi_read_fp, cfi_write_fp)
5899 (cfi_frame_chain, cfi_init_extra_frame_info)
5900 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5901 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5902
70eb15a4
CV
59032002-06-11 Corinna Vinschen <vinschen@redhat.com>
5904
5905 * v850-tdep.c (v850_type_is_scalar): New function.
5906 (v850_use_struct_convention): Match current gcc implementation
5907 as close as possible.
5908 (v850_push_arguments): Fix stack_offset handling. Don't write
5909 struct_addr into register. This is done by v850_store_struct_return.
5910 (v850_extract_return_value): Care for structs.
5911 (v850_store_return_value): Ditto.
5912 (v850_store_struct_return): Actually write address.
5913
482a4d06
ML
59142002-06-11 Michal Ludvig <mludvig@suse.cz>
5915
5916 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5917 without debug information too.
5918
d855c300
AC
59192002-06-10 Andrew Cagney <ac131313@redhat.com>
5920
5921 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5922 Make multi-arch pure.
5923 * gdbarch.h, gdbarch.c: Re-generate.
5924 * arm-tdep.c (arm_print_float_info): Update.
5925 * arch-utils.h (default_print_float_info): Update.
5926 * arch-utils.c (default_print_float_info): Update.
5927 * infcmd.c (float_info): Update call.
5928
dd12a101
AC
59292002-06-10 Andrew Cagney <ac131313@redhat.com>
5930
5931 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5932 the front of the initialize list.
5933
101dcfbe
AC
59342002-06-10 Andrew Cagney <ac131313@redhat.com>
5935
5936 * infrun.c (struct inferior_status): Replace fields
5937 selected_frame_address and selected_level with field
5938 selected_frame_id.
5939 (save_inferior_status): Update. Use get_frame_id.
5940 (struct restore_selected_frame_args): Delete.
5941 (restore_selected_frame): Update. Use frame_find_by_id.
5942 (restore_inferior_status): Update.
5943
5944 * breakpoint.h (struct breakpoint): Change type of
5945 watchpoint_frame to frame_id.
5946 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5947 call to get_current_frame.
5948 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5949 get_current_frame.
5950 (watchpoint_check): Use frame_find_by_id.
5951
5952 * frame.h (record_selected_frame): Delete declaration.
5953 * stack.c (record_selected_frame): Delete function.
5954
5955 * frame.h (struct frame_id): Define.
5956 (get_frame_id): Declare.
5957 (frame_find_by_id): Declare.
5958 * frame.c (frame_find_by_id): New function.
5959 (get_frame_id): New function.
5960
304270b6
AV
59612002-06-10 Andrey Volkov <avolkov@transas.com>
5962
5963 * ser-e7kpc.c: Fix duplicated define and call of
5964 _initialize_ser_e7000pc
5965
2f2cf184
DJ
59662002-06-09 Daniel Jacobowitz <drow@mvista.com>
5967
5968 * signals/signals.c (target_signal_from_host): Fix #ifdef
5969 SIGRTMIN case.
5970 (do_target_signal_to_host): Likewise.
5971
caaa3122
DJ
59722002-06-09 Daniel Jacobowitz <drow@mvista.com>
5973
5974 * mips-tdep.c (mips_find_abi_section): New function.
5975 (mips_gdbarch_init): Call it.
5976
6ac5df3a
MK
59772002-06-09 Mark Kettenis <kettenis@gnu.org>
5978
5979 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5980 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5981 after Andrew's 2002-06-08 gdbarch change.
5982
82ea117a
MK
59832002-06-09 Mark Kettenis <kettenis@gnu.org>
5984
5985 * i386-linux-nat.c (suppy_gregset): Don't supply
5986 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5987 register cache.
5988 (fill_gregset): Don't fetch it under the same circumstances.
5989
3c25f8c7
AC
59902002-06-09 Andrew Cagney <cagney@redhat.com>
5991
5992 * Makefile.in (callback_h): Define.
5993 (remote_sim_h): Update path to remote-sim.h.
5994 (remote-rdp.o): Add $(callback_h).
5995 (remote-sim.o): Use $(callback_h).
5996 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5997 * remote-rdp.c: Include "gdb/callback.h".
5998
1029b7fa
MK
59992002-06-09 Mark Kettenis <kettenis@gnu.org>
6000
6001 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6002 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6003
616675d3
AC
60042002-06-08 Andrew Cagney <ac131313@redhat.com>
6005
a3efda28
AC
6006 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6007 * rdi-share/serpardr.c: Ditto.
6008 * rdi-share/unixcomm.c: Ditto.
6009 * rdi-share/serdrv.c: Ditto.
6010 * rdi-share/hostchan.h: Ditto.
6011 * rdi-share/hostchan.c: Ditto.
6012 * rdi-share/host.h: Ditto.
6013 * rdi-share/devsw.c: Ditto.
6014
c5f10366
AC
6015 * objfiles.h: Change type of obj_private to void pointer.
6016 * pa64solib.c: Update copyright. Don't include "assert.h", use
6017 strcmp instead of STREQ, use LONGEST, do not use PTR
6018 * somsolib.c: Ditto.
6019
616675d3
AC
6020 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6021 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6022 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6023
e4b415d9
AC
60242002-06-08 Andrew Cagney <ac131313@redhat.com>
6025
6026 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6027 (default_get_saved_register): Delete function.
6028 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6029 generic_unwind_get_saved_register.
6030 * gdbarch.h, gdbarch.c: Re-generate.
6031
ca0d0b52
AC
60322002-06-08 Andrew Cagney <ac131313@redhat.com>
6033
6034 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6035 generic_func_frame_chain_valid.
6036 * gdbarch.h, gdbarch.c: Re-generate.
6037 * blockframe.c (generic_func_frame_chain_valid): Only check
6038 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6039 passing FP to PC_IN_CALL_DUMMY.
6040 Fix PR gdb/360.
6041
76860b5f
AC
60422002-06-08 Andrew Cagney <ac131313@redhat.com>
6043
6044 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6045 (register_gdbarch_data): Initialize init_p.
6046 (gdbarch_data): Initialize data pointer using the init function.
6047 (init_gdbarch_data): Delete function.
6048 (gdbarch_update_p): Update.
6049 (initialize_non_multiarch): Update.
6050 (struct gdbarch): Add field initialized_p.
6051 * gdbarch.h, gdbarch.c: Re-generate.
6052
8dda9770
ML
60532002-06-07 Michal Ludvig <mludvig@suse.cz>
6054
6055 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6056 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6057 better do the things actually here.
6058 * x86-64-tdep.c (x86_64_register_name2nr): New.
6059 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6060 (x86_64_gdbarch_init): Respect the above change.
6061 * x86-64-tdep.h (x86_64_register_name2nr)
6062 (x86_64_register_nr2name): Add prototypes.
6063 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6064
3d79a47c
MS
60652002-06-06 Michael Snyder <msnyder@redhat.com>
6066
7bd91a28
MS
6067 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6068 Delete extra braces and re-indent.
6069 (d10v_store_return_value): Char return values
3d79a47c
MS
6070 must be shifted over by one byte in R0.
6071 (d10v_extract_return_value): Delete extra braces, re-indent.
6072
095a4c96
EZ
60732002-06-06 Elena Zannoni <ezannoni@redhat.com>
6074
6075 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6076 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6077 (d10v_integer_to_address): Rewrite.
6078 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6079 the d10v specific functions which take care of converting to the
6080 correct space.
6081
e8a77ca4
EZ
60822002-06-06 Elena Zannoni <ezannoni@redhat.com>
6083
6084 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6085 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6086
4f2e4a4f
AC
60872002-06-02 Andrew Cagney <ac131313@redhat.com>
6088
6089 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6090 includes.
6091 * config/tm-linux.h: Ditto.
6092 * config/alpha/tm-alphalinux.h: Ditto.
6093 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6094 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6095 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6096 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6097 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6098 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6099 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6100 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6101 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6102 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6103 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6104 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6105 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6106 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6107 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6108 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6109 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6110 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6111 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6112 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6113 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6114 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6115 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6116 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6117 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6118 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6119 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6120 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6121 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6122 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6123 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6124 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6125 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6126 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6127 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6128 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6129 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6130
ae2ab2ce
AS
61312002-05-04 Aidan Skinner <aidan@velvet.net>
6132
6133 * ada-exp.tab.c: New file
6134 * ada-exp.y: New file
6135 * ada-lang.c: New file
6136 * ada-lang.h: New file
6137 * ada-lex.c: New file
6138 * ada-lex.l: New file
6139 * ada-tasks.c: New file
6140 * ada-typeprint.c: New file
6141 * ada-valprint.c: New file
6142
0ddd0135
JT
61432002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6144
6145 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6146 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6147
750fbacc
JT
61482002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6149
6150 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6151 insetead of ppc-linux-tdep.o.
6152 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6153 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6154
df94e18a
AC
61552002-06-02 Andrew Cagney <ac131313@redhat.com>
6156
6157 2002-05-07 Christian Groessler <chris@groessler.org>
6158 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6159 bit register contents for little endian hosts.
6160
1a38ab75
AC
61612002-06-01 Andrew Cagney <ac131313@redhat.com>
6162
6163 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6164 any maintainer.
6165
8b1632ac
AC
61662002-06-01 Andrew Cagney <ac131313@redhat.com>
6167
6168 * gdbarch.h: Regenerate.
6169
627054c8
AC
61702002-06-01 Andrew Cagney <ac131313@redhat.com>
6171
6172 * MAINTAINERS: Add everyone to write-after-approval list.
6173
4f460812
AC
61742002-06-01 Andrew Cagney <ac131313@redhat.com>
6175
6176 * stack.c (frame_info): Use frame_register_unwind instead of
6177 saved_regs. Mention when the SP is on the stack or in a register.
6178
6179 * frame.h (frame_register_unwind_ftype): Define. Document.
6180 (struct frame_info): Add field register_unwind and
6181 register_unwind_cache.
6182 (frame_register_unwind): Declare.
6183 (generic_unwind_get_saved_register): Declare.
6184
6185 * frame.c (frame_register_unwind): New function.
6186 (generic_unwind_get_saved_register): New function.
6187
6188 * blockframe.c (generic_call_dummy_register_unwind): New function.
6189 (frame_saved_regs_register_unwind): New function.
6190 (set_unwind_by_pc): New function.
6191 (create_new_frame): New function.
6192 (get_prev_frame): New function.
6193
de888f76
AC
61942002-05-30 Andrew Cagney <ac131313@redhat.com>
6195
6196 * a29k-share/: Delete directory.
6197 * remote-vx29k.c: Delete file.
6198
2f2c3626
JT
61992002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6200
6201 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6202 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6203
9ce5c36a
JT
62042002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6205
6206 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6207 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6208 (sparc64nbsd-nat.o)
6209 (sparcnbsd-nat.o)
6210 (sparcnbsd-tdep.o): New dependency lists.
6211 * NEWS: Note new UltraSPARC NetBSD native configuration.
6212 * configure.host (sparc64-*-netbsd*): New host.
6213 * configure.tgt (sparc-*-netbsdelf*)
6214 (sparc-*-netbsd*): Set gdb_target to nbsd.
6215 (sparc64-*-netbsd*): New target.
6216 * sparc64nbsd-nat.c: New file.
6217 * sparcnbsd-nat.c: New file.
6218 * sparcnbsd-tdep.c: New file.
6219 * sparcnbsd-tdep.h: New file.
6220 * config/sparc/nbsd.mt: New file.
6221 * config/sparc/nbsd64.mh: New file.
6222 * config/sparc/nbsd64.mt: New file.
6223 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6224 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6225 (HOST_IPC): Remove.
6226 * config/sparc/nbsdaout.mt: Remove.
6227 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6228 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6229 (HOST_IPC): Remove.
6230 * config/sparc/nbsdelf.mt: Remove.
6231 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6232 sparc-nat.c compatiblity defines.
6233 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6234 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6235 * config/sparc/tm-nbsd64.h: New file.
6236 * config/sparc/tm-nbsdaout.h: Remove.
6237 * config/sparc/xm-nbsd.h: Remove.
6238
ef3cf062
JT
62392002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6240
6241 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6242 * sparc-tdep.c: Include osabi.h.
6243 (gdbarch_tdep): Add osabi member.
6244 (_initialize_sparc_tdep): Use gdbarch_register.
6245 (sparc_gdbarch_init): Use generic OS ABI framework.
6246 (sparc_dump_tdep): New function.
6247
ee8ff470
KB
62482002-05-30 Kevin Buettner <kevinb@redhat.com>
6249
6250 * corefile.c (do_captured_read_memory_integer): Return non-zero
6251 result.
6252 (safe_read_memory_integer): Copy result of memory read when
6253 status is non-zero. Also, add comments.
6254
7b112f9c
JT
62552002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6256
6257 * Makefile.in (ppc_tdep_h): Define.
6258 (ppc-linux-nat.o)
6259 (ppc-linux-tdep.o)
6260 (rs6000-tdep.o): Use $(ppc_tdep_h).
6261 (ppc-sysv-tdep.o)
6262 (ppcnbsd-nat.o)
6263 (ppcnbsd-tdep.o): New dependency lists.
6264 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6265 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6266 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6267 (ppc_sysv_abi_broken_use_struct_convention)
6268 (ppc_sysv_abi_use_struct_convention)
6269 (ppc_sysv_abi_push_arguments): Move to...
6270 * ppc-sysv-tdep.c: ...here.
6271 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6272 * rs6000-tdep.c (process_note_abi_tag_sections)
6273 (get_elfosabi): Remove.
6274 (rs6000_gdbarch_init): Use generic OS ABI framework.
6275 (rs6000_dump_tdep): New function.
6276 (_initialize_rs6000_tdep): Use gdbarch_register.
6277 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6278 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6279 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6280 of ppc-linux-tdep.o.
6281 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6282 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6283 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6284 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6285 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6286 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6287
480dd42a
JB
62882002-05-29 Jim Blandy <jimb@redhat.com>
6289
6290 * macroscope.c (default_macro_scope): Put `void' in empty argument
6291 list.
6292
4182591f
AC
62932002-05-29 Andrew Cagney <ac131313@redhat.com>
6294
6295 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6296 * arch-utils.c: Include "sim-regno.h".
6297 * gdbarch.sh: Don't include "sim-regno.h".
6298 * gdbarch.h, gdbarch.c: Regenerate.
6299 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6300 here.
6301 * arch-utils.h (legacy_register_sim_regno): To here.
6302 * remote-sim.c (legacy_register_sim_regno): Move function from
6303 here.
6304 * arch-utils.c (legacy_register_sim_regno): To here.
6305
8238d0bf
AC
63062002-05-28 Andrew Cagney <ac131313@redhat.com>
6307
6308 * sim-regno.h: New file.
6309 * Makefile.in (sim_regno_h): Define.
6310 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6311 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6312 (legacy_register_sim_regno): New function.
6313 (one2one_register_sim_regno): New function.
6314 (gdbsim_fetch_register): Rewrite.
6315 (gdbsim_store_register): Only store a register when
6316 REGISTER_SIM_REGNO is valid.
6317 * d10v-tdep.c: Include "sim-regno.h".
6318 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6319 (d10v_ts3_register_sim_regno): Ditto.
6320 * gdbarch.sh: Include "sim-regno.h".
6321 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6322 * gdbarch.h, gdbarch.c: Regenerate.
6323 * arch-utils.h (default_register_sim_regno): Delete declaration.
6324 * arch-utils.c (default_register_sim_regno): Delete function.
6325
485721b1
JT
63262002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6327
6328 * ppcnbsd-nat.c: Rewrite.
6329 * ppcnbsd-tdep.c: New file.
6330 * ppcnbsd-tdep.h: New file.
6331 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6332 solib.o, and solib-svr4.o.
6333 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6334 nbsd-tdep.o, and corelow.o.
6335
697f244d
AC
63362002-05-28 Andrew Cagney <ac131313@redhat.com>
6337
6338 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6339 `tr' and `sed'. Mention that `broken' targets are not expected to
6340 build.
6341
f08caad1 63422002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6343
6344 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6345 Let PC point right after the prologue before looking up symbols.
6346
3139facc
MH
63472002-05-27 Martin M. Hunt <hunt@redhat.com>
6348
6349 * i386-tdep.c (i386_register_virtual_type): Return
6350 builtin_type_vec128i for SSE registers.
6351
6352 * gdbtypes.h (builtin_type_vec128i): Declare.
6353
6354 * gdbtypes.c (build_builtin_type_vec128i): New function.
6355 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6356 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6357 (build_gdbtypes): Initialize new builtin vector types.
6358 (_initialize_gdbtypes): Register new vector types with gdbarch.
6359
6e3ba3b8
JT
63602002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6361
6362 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6363 since it has been multi-arch'd.
6364 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6365 Move Alpha and VAX multi-arch news entries to same section
6366 as other multi-arch news.
6367
93d5585d
JT
63682002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6369
6370 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6371 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6372 static. Rename some register numbers to put them in ns32k-tdep
6373 private namespace.
6374 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6375 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6376 functions.
6377 (_initialize_ns32k_tdep): Use gdbarch_register.
6378 * ns32k-tdep.h: New file.
6379 * ns32knbsd-tdep.c: New file.
6380 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6381 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6382 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6383 REGISTER_BYTES, REGISTER_BYTE): Remove.
6384 * config/ns32k/tm-ns32k.h: New file.
6385 * config/ns32k/tm-umax.h: Remove.
6386
efb2c70e
JT
63872002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6388
6389 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6390 ns32k_store_struct_return, ns32k_extract_return_value,
6391 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6392 functions.
6393 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6394 ns32k_saved_pc_after_call.
6395 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6396 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6397 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6398 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6399 ns32k_extract_struct_value_address.
6400
7bcc927b
JT
64012002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6402
6403 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6404 ns32k_fix_call_dummy): New.
6405 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6406 ns32k_call_dummy_words.
6407 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6408 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6409 CALL_DUMMY_NARGS): Remove.
6410 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6411
78f9d765
JT
64122002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6413
6414 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6415 ns32k_frame_saved_pc, ns32k_frame_args_address,
6416 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6417 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6418 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6419 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6420 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6421 (BREAKPOINT): Remove..
6422 (FRAME_CHAIN): Define as ns32k_frame_chain.
6423 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6424 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6425 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6426 (FRAME_FIND_SAVED_REGS): Remove.
6427 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6428 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6429 (POP_FRAME): Define as ns32k_pop_frame.
6430
f2c762e0
JT
64312002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6432
6433 * ns32k-tdep.c (ns32k_register_byte_32082,
6434 ns32k_register_byte_32382, ns32k_register_raw_size,
6435 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6436 functions.
6437 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6438 ns32k_register_byte_32382.
6439 * config/ns32k/tm-umax.h: Update copyright years.
6440 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6441 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6442 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6443 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6444 (ns32k_get_enter_addr): Fix prototype.
6445
af137673
JT
64462002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6447
6448 * ns32k-tdep.c: Update copyright years.
6449 (ns32k_register_name_32082): New function.
6450 (ns32k_register_name_32382): Ditto.
6451 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6452 (REGISTER_NAME): Define as ns32k_register_name_32382.
6453 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6454 (REGISTER_NAME): Define as ns32k_register_name_32082.
6455
a8bc7b56
JB
64562002-05-24 Jim Blandy <jimb@redhat.com>
6457
6458 * dwarf2read.c (free_line_header): Use xfree, not free.
6459
83a45910
JT
64602002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6461
6462 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6463 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6464
0db71247
AC
64652002-05-23 Andrew Cagney <ac131313@redhat.com>
6466
6467 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6468
b9e5e4dd
AC
64692002-05-23 Andrew Cagney <ac131313@redhat.com>
6470
6471 From Ross Alexander at NEC Europe:
6472 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6473
de530e84
MS
64742002-05-23 Michael Snyder <msnyder@redhat.com>
6475
6476 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6477 for input, rather than parse_and_eval_address.
6478
b91b96f4
AC
64792002-05-23 Andrew Cagney <ac131313@redhat.com>
6480
6481 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6482 * Makefile.in (sim_d10v_h): Update definition.
6483
8b279e7a
AC
64842002-05-24 Andrew Cagney <cagney@redhat.com>
6485
6486 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6487 change `2002-05-22 Michael Snyder' below.
6488 (d10v_push_arguments): Ditto.
6489 (d10v_extract_return_value): Ditto.
6490
0a3d0425
JB
64912002-05-23 Jim Blandy <jimb@redhat.com>
6492
6493 * macrotab.c (check_for_redefinition): Don't complain if the new
6494 definition is the same as the previous one. Take more arguments
6495 to allow the comparison.
6496 (macro_define_object, macro_define_function): Pass more arguments
6497 to check_for_redefinition.
6498
78eac43e
MS
64992002-05-22 Michael Snyder <msnyder@redhat.com>
6500
6501 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6502 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6503 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6504 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6505 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6506 Add a temp variable to save a call (and a memory read).
6507 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6508 if possible (so that PC_IN_CALL_DUMMY will work).
6509
9bc1edb8
CV
65102002-05-22 Corinna Vinschen <vinschen@redhat.com>
6511
6512 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6513
005ef3d2
ML
65142002-05-22 Michal Ludvig <mludvig@suse.cz>
6515
6516 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6517 fde->cie_ptr.
6518 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6519 (dwarf2_build_frame_info): Add offset to fde->initial_location
6520 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6521 (execute_stack_op): Change type of 'result' from ULONGEST to
6522 CORE_ADDR.
005ef3d2 6523
fcf4f891
JT
65242002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6525
6526 * config/alpha/tm-nbsd.h: Include solib.h.
6527
cfef91e4
JT
65282002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6529
6530 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6531 assumptions about the host's byte order.
6532
9964235a
JT
65332002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6534
6535 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6536 to dependency list.
6537 * alphanbsd-tdep.c: Include solib-svr4.h.
6538 * shnbsd-tdep.c: Ditto.
6539
9eeef8ef
JT
65402002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6541
6542 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6543 nbsd-tdep.h to dependency list.
6544 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6545 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6546 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6547 nbsdaout.mh and nbsdelf.mh consistently.
6548 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6549 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6550 nbsdaout.mt and nbsdelf.mh consistently.
6551 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6552 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6553 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6554 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6555 a.out shared library stuff from here...
6556 * config/nm-nbsdaout.h: ...to here.
6557 * config/tm-nbsd.h: Remove.
6558 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6559 * config/arm/nbsd.mh: Remove.
6560 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6561 nbsd-tdep.o.
6562 * config/arm/nbsdaout.mh: New file.
6563 * config/arm/nbsdelf.mh: New file.
6564 * config/arm/nm-nbsdaout.h: New file.
6565 * config/i386/nbsd.mh: Remove.
6566 * config/i386/nbsd.mt: Remove.
6567 * config/i386/nbsdaout.mh: New file.
6568 * config/i386/nbsdaout.mt: New file.
6569 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6570 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6571 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6572 i386_register_u_addr): Remove.
6573 * config/i386/nm-nbsdaout.h: New file.
6574 * config/i386/nm-nbsdelf.h: Remove.
6575 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6576 (USE_STRUCT_CONVENTION): Remove.
6577 * config/i386/tm-nbsdaout.h: New file.
6578 * config/i386/tm-nbsdelf.h: Remove.
6579 * config/m68k/nbsd.mh: Remove.
6580 * config/m68k/nbsd.mt: Remove.
6581 * config/m68k/nbsdaout.mh: New file.
6582 * config/m68k/nbsdaout.mt: New file.
6583 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6584 * config/m68k/nm-nbsdaout.h: New file.
6585 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6586 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6587 * config/ns32k/nbsd.mh: Remove.
6588 * config/ns32k/nbsd.mt: Remove.
6589 * config/ns32k/nbsdaout.mh: New file.
6590 * config/ns32k/nbsdaout.mt: New file.
6591 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6592 * config/ns32k/nm-nbsdaout.h: New file.
6593 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6594 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6595 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6596 (SVR4_SHARED_LIBS): Remove.
6597 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6598 * config/sparc/nbsd.mh: Remove.
6599 * config/sparc/nbsd.mt: Remove.
6600 * config/sparc/nbsdaout.mh: New file.
6601 * config/sparc/nbsdaout.mt: New file.
6602 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6603 * config/sparc/nbsdelf.mt: New file.
6604 * config/sparc/nm-nbsdaout.h: New file.
6605 * config/sparc/nm-nbsdelf.h: Remove.
6606 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6607 * config/sparc/tm-nbsdaout.h: New file.
6608
257ce470
JT
66092002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6610
6611 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6612 mipsnbsd-tdep.c
6613 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6614
76a6d5fe
JT
66152002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6616
6617 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6618 shnbsd-nat.c.
6619 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6620
45888261
JT
66212002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6622
6623 * NEWS: Note new MIPS NetBSD native configuration.
6624 * configure.host (mips*-*-netbsd*): New host.
6625 * configure.tgt (mips*-*-netbsd*): New target.
6626 * mipsnbsd-nat.c: New file.
6627 * mipsnbsd-tdep.c: New file.
6628 * mipsnbsd-tdep.h: New file.
6629 * config/mips/nbsd.mh: New file.
6630 * config/mips/nbsd.mt: New file.
6631 * config/mips/nm-nbsd.h: New file.
6632 * config/mips/tm-nbsd.h: New file.
6633
70f80edf
JT
66342002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6635
6636 * Makefile.in (SFILES): Add osabi.c.
6637 (COMMON_OBS): Add osabi.o.
6638 (osabi.o): New dependency list.
6639 * osabi.c: New file.
6640 * osabi.h: New file.
6641 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6642
6643 * Makefile.in (alpha_tdep_h): Define and use instead of
6644 alpha-tdep.h.
6645 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6646 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6647 Remove.
6648 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6649 * alpha-tdep.h: Include osabi.h.
6650 (alpha_abi): Remove.
6651 (gdbarch_tdep): Use generic OS ABI framework.
6652 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6653 gdbarch_register_osabi.
6654 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6655 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6656 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6657
6658 * Makefile.in (sh_tdep_h): Add osabi.h.
6659 * sh-tdep.h (sh_osabi): Remove.
6660 (gdbarch_tdep): Use generic OS ABI framework.
6661 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6662 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6663 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6664 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6665
6666 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6667 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6668 gdbarch_register_osabi.
6669 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6670 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6671 (get_elfosabi): Rename to...
6672 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6673 ABI framework support routines.
6674 (arm_gdbarch_init): Use generic OS ABI framework.
6675 (arm_dump_tdep): Likewise.
6676 (_initialize_arm_tdep): Likewise.
6677 * arm-tdep.h: Include osabi.h.
6678 (arm_abi): Remove.
6679 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6680 osabi member.
6681 (arm_gdbarch_register_os_abi): Remove prototype.
6682 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6683 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6684
6685 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6686 * mips-tdep.c: Include osabi.h.
6687 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6688 OS ABI framework.
6689
d194345b
KH
66902002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6691
6692 * h8300-tdep.c: Fix formatting.
6693
70c6b0d1
EZ
66942002-05-20 Elena Zannoni <ezannoni@redhat.com>
6695
6696 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6697 printing vector registers.
6698
165b8e33
AC
66992002-05-19 Andrew Cagney <ac131313@redhat.com>
6700
6701 From Fernando Nasser:
6702 * remote.c (remote_async_open_1): Re-throw the exception when the
6703 connection fails.
6704 (remote_cisco_open): Ditto.
6705 (remote_open_1): Ditto.
6706
36918e70
AC
67072002-05-19 Andrew Cagney <ac131313@redhat.com>
6708
6709 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6710 (remote_start_remote): Add uiout parameter. Pass through to
6711 remote_start_remote_dummy.
6712 (remote_open_1): Use catch_exception instead of catch_errors.
6713 (remote_async_open_1): Ditto.
6714 (remote_cisco_open): Ditto.
6715
ae44c0c4
AC
67162002-05-19 Andrew Cagney <ac131313@redhat.com>
6717
6718 * remote.c (remote_start_remote): Replace PTR with void pointer.
6719 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6720 static.
6721
8efe637d
AC
67222002-05-18 Andrew Cagney <ac131313@redhat.com>
6723
6724 * gdb_indent.sh: Allow the script to be run in the sim directory.
6725
2f1b5984
MK
67262002-05-18 Mark Kettenis <kettenis@gnu.org>
6727
f0f625e2
MK
6728 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6729 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6730
2f1b5984
MK
6731 * corelow.c (core_open): Only call set_gdbarch_from_file if
6732 exec_bfd is NULL.
6733
fc974602
AV
67342002-05-17 Andrey Volkov <avolkov@transas.com>
6735
6736 * h8300-tdep.c: Add support of EXR register
6737 * config/h8300/tm-h8300.h: Ditto.
6738
906709f4
AV
67392002-05-17 Andrey Volkov <avolkov@transas.com>
6740
6741 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6742
6e591d68
AV
67432002-05-17 Andrey Volkov <avolkov@transas.com>
6744
6745 * h8300-tdep.c: Change literal regnums to REGNO.
6746
84f0252a
JB
67472002-05-17 Jim Blandy <jimb@redhat.com>
6748
e0e9281e
JB
6749 * NEWS: Note addition of macro support.
6750
84f0252a
JB
6751 Expand preprocessor macros in C expressions.
6752 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6753 (scan_macro_expansion, scanning_macro_expansion,
6754 finished_macro_expansion): New function declarations.
6755 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6756 variable declarations.
6757 * parser-defs.h (expression_context_pc): New declaration.
6758 * parse.c (expression_context_pc): New variable.
6759 (parse_exp_1): Set expression_context_pc, as well as
6760 expression_context_block.
6761 * c-exp.y (yylex): If we're not already reading the result of a
6762 macro expansion, try to macro-expand the next token. When we're
6763 done scanning a macro expansion, switch back to the mainline text.
6764 Commas and `if's in a macro's expansion don't terminate the input.
6765 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6766 (macro_original_text, macro_expanded_text,
6767 expression_macro_lookup_func, expression_macro_lookup_baton): New
6768 variables.
6769 (scan_macro_expansion, scanning_macro_expansion,
6770 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6771 c_preprocess_and_parse): New functions.
6772 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6773 c_preprocess_and_parse, instead of c_parse.
6774 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6775 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6776
1c509ca8
JR
6777Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6778
6779 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6780 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6781 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6782
2250ee0c
CV
67832002-05-17 Corinna Vinschen <vinschen@redhat.com>
6784
6785 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6786
ab3b8126
JT
67872002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6788
6789 * Makefile.in (sh_tdep_h): Define and use.
6790 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6791 register enum): Move to...
6792 * * sh-tdep.h: ...here.
6793 * sh-tdep.c: Include sh-tdep.h.
6794 * sh3-rom.c: Likewise.
6795 * shnbsd-tdep.c: Likewise.
6796
ed9d4749
MS
67972002-05-16 Michael Snyder <msnyder@redhat.com>
6798
6799 * arm-tdep.c: Spelling fix in comment.
6800
2e276125
JB
68012002-05-16 Jim Blandy <jimb@redhat.com>
6802
6821892e
JB
6803 Add commands for manually expanding macros and showing their
6804 definitions.
6805 * macrocmd.c, macroscope.c, macroscope.h: New files.
6806 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6807 (macroscope_h): New variable.
6808 (HFILES_NO_SRCDIR): Add macroscope.h.
6809 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6810 (macroscope.o, macrocmd.o): New rules.
6811
2e276125
JB
6812 Teach the Dwarf 2 reader to read macro information.
6813 * dwarf2read.c: #include "macrotab.h".
6814 (dwarf_macinfo_buffer): New variable.
6815 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6816 dwarf_macinfo_size.
6817 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6818 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6819 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6820 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6821 dwarf2_macro_spaces_in_definition): New complaints.
6822 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6823 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6824 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6825 the partial symbol table.
6826 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6827 from what's recorded in the partial symbol table.
6828 (read_file_scope): If the compilation unit has a
6829 `DW_AT_macro_info' attribute, read its macro information.
6830 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6831
2f53fe6c
DJ
68322002-05-16 Daniel Jacobowitz <drow@mvista.com>
6833
6834 Fix PR gdb/546
6835 * ser-tcp.c: Don't include <netinet/udp.h>.
6836
2be99286
SC
68372002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6838
6839 * MAINTAINERS: Update my email address.
6840
c9af212b 68412002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6842
6843 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6844 include file of the same name.
6845
bf5f1a52
CV
68462002-05-16 Corinna Vinschen <vinschen@redhat.com>
6847
6848 * configure.tgt: Mark v850 as multi-arched.
6849 * config/v850/tm-v850.h: Remove file.
6850 * config/v850/v850.mt: Eliminate TM_FILE.
6851
435e042a
CV
68522002-05-16 Corinna Vinschen <vinschen@redhat.com>
6853
6854 * v850-tdep.c: Full multi-arch.
6855 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6856 Define GDB_MULTI_ARCH to 2.
6857
9819c6c8
PM
68582002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6859
6860 * p-exp.y (current_type): New static variable.
6861 Carries the type of the expression at the position that is parsed.
6862 (push_current_type, pop_current_type): Two new functions. Used
6863 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6864 (search_field): New static variable. Set to one after parsing a point
6865 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6866 (FIELDNAME): New token. After a point only a token belonging to
6867 current_type type definition is allowed.
6868 (all over token rules): reset and change current_type according
6869 to rules.
6870 (exp '[' rule): insert implicit array index field if
6871 exp is a pascal string type.
6872
3a06899a
CV
68732002-05-16 Corinna Vinschen <vinschen@redhat.com>
6874
6875 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6876 frame info. Use frame_info's saved_regs instead of matching member
6877 in extra_frame_info throughout.
6878 (v850_frame_init_saved_regs): New function.
6879 (v850_init_extra_frame_info): Move most functionality into
6880 v850_frame_init_saved_regs().
6881 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6882 (v850_frame_find_saved_regs): Remove declaration.
6883 (FRAME_FIND_SAVED_REGS): Remove definition.
6884 (v850_frame_init_saved_regs): Add declaration.
6885 (FRAME_INIT_SAVED_REGS): Add definition.
6886
6ed14b0e
CV
68872002-05-16 Corinna Vinschen <vinschen@redhat.com>
6888
6889 * v850-tdep.c: Begin multi-arch'ing v850.
6890 (v850_target_architecture_hook): Remove function.
6891 (v850_gdbarch_init): New function. Add code previously in
6892 v850_target_architecture_hook().
6893 (_initialize_v850_tdep): Don't set target_architecture_hook.
6894 Call register_gdbarch_init() instead.
6895
42725910
DJ
68962002-05-16 Daniel Jacobowitz <drow@mvista.com>
6897
6898 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6899 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6900 (fixup_class_method_type): Likewise.
6901
99d9066e
JB
69022002-05-15 Jim Blandy <jimb@redhat.com>
6903
6904 Add macro structures to GDB's symbol tables. Nobody puts anything
6905 in them yet.
6906 * symtab.h (struct symtab): New member: `macro_table'.
6907 * buildsym.h (pending_macros): New global variable.
6908 * buildsym.c: #include "macrotab.h".
6909 (buildsym_init): Initialize `pending_macros'.
6910 (end_symtab): If we found macro information while reading a CU's
6911 debugging info, do build a symtab structure for it. Make the
6912 symtab point to the macro information, and clear the
6913 `pending_macros' pointer which held it while we were reading the
6914 debug info.
6915 (really_free_pendings): Free any pending macro table.
6916 * objfiles.h (struct objfile): New member: `macro_cache'.
6917 * objfiles.c (allocate_objfile): Set allocate and free functions
6918 for the macro cache's objstack.
6919 (free_objfile): Empty the macro cache's obstack.
6920 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6921 set new allocate and free functions for it.
6922 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6923 free functions for the macro cache's objstack. (Why is this
6924 function building its own objfile?)
6925 * symmisc.c (print_objfile_statistics): Print statistics on the
6926 macro bcache.
6927 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6928
c899585b
RE
69292002-05-15 Richard Earnshaw <rearnsha@arm.com>
6930
6931 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6932 (REGISTER_U_ADDR): Delete definition.
6933 (arm_register_u_addr): Delete declaration.
6934
a6cdd8c5
RE
69352002-05-15 Richard Earnshaw <rearnsha@arm.com>
6936
6937 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6938 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6939
c97dcfc7
AC
69402002-05-14 Andrew Cagney <ac131313@redhat.com>
6941
6942 * regcache.c (register_valid): Revise comments refering to "Not
6943 available" and "unavailable".
6944 * frame.c (frame_register_read): Ditto.
6945 * findvar.c (value_of_register): Ditto.
6946
93021b7d
AC
69472002-05-15 Andrew Cagney <cagney@redhat.com>
6948
6949 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6950 (remote-sim.o): Update dependencies.
6951 (d10v-tdep.o): Specify dependencies.
6952 (sim_d10v_h): Define.
6953
a86bc61c
JB
69542002-05-14 Jim Blandy <jimb@redhat.com>
6955
6956 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6957 * macrotab.c (macro_lookup_inclusion, find_definition,
6958 new_macro_table): Same.
6959
6960 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6961 not `! strcmp ()'. This is a dubious improvement.
6962 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6963
6964 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6965 although it's not necessary, to avoid a warning.
6966
2fdde8f8
DJ
69672002-05-14 Daniel Jacobowitz <drow@mvista.com>
6968
6969 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6970 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6971 TYPE_INSTANCE_FLAGS.
6972 (struct main_type): New.
6973 (struct type): Move most members to struct main_type. Change
6974 cv_type and as_type to new type_chain member. Add instance_flags.
6975 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6976 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6977 (finish_cv_type): Remove prototype.
6978 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6979 Set TYPE_CHAIN.
6980 (alloc_type_instance): New function.
6981 (smash_type): New function.
6982 (make_pointer_type, make_reference_type, make_function_type)
6983 (smash_to_member_type, smash_to_method_type): Call smash_type.
6984 (make_qualified_type): New function.
6985 (make_type_with_address_space): Call make_qualified_type.
6986 (make_cv_type): Likewise.
6987 (finish_cv_type): Remove unnecessary function.
6988 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6989 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6990 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6991 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6992 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6993 * hpread.c (hpread_read_struct_type): Likewise.
6994 * stabsread.c (read_struct_type): Likewise.
6995
843fedf4
EZ
69962002-05-14 Elena Zannoni <ezannoni@redhat.com>
6997
6998 * configure.tgt: Add a catch all sh* target, for cases like
6999 sh[2,3,4]-elf and sh-hms.
7000
05a6c72c
KS
70012002-05-14 Keith Seitz <keiths@redhat.com>
7002
7003 * event-loop.c (create_file_handler): Don't do anything but
7004 update data when we are given a fd which we are already
7005 monitoring.
7006
5d085aaf
ML
70072002-05-14 Michal Ludvig <mludvig@suse.cz>
7008
7009 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7010 (update_context): Use __func__ in warnings.
7011
9db8d71f
DJ
70122002-05-14 Daniel Jacobowitz <drow@mvista.com>
7013
7014 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7015 and tcp_close to net_open and net_close.
7016 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7017 using UDP if requested. Don't try to disable Nagle on UDP
7018 sockets.
7019 * remote.c (remote_serial_open): New function. Warn about UDP.
7020 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7021
5dbc6baa
EZ
70222002-05-13 Elena Zannoni <ezannoni@redhat.com>
7023
7024 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7025
cc3023f7
EZ
70262002-05-13 Elena Zannoni <ezannoni@redhat.com>
7027
7028 * configure.tgt: Remove sh-hms target.
7029 * MAINTAINERS: Don't list sh-hms as a separate target.
7030
ec2bcbe7
JB
70312002-05-13 Jim Blandy <jimb@redhat.com>
7032
7033 Add first preprocessor macro-expansion files.
7034 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7035 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7036 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7037 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7038 (COMMON_OBS): Add macrotab.o, macroexp.o.
7039 (macroexp.o, macrotab.o): New rules.
7040
6d531722
AC
70412002-05-13 Andrew Cagney <ac131313@redhat.com>
7042
7043 * config/m88k/tm-m88k.h: Update copyright.
7044 (m88k_target_write_pc): Declare
7045 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7046 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7047 (SHIFT_INST_REGS): Update definition.
7048 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7049 using old definition of TARGET_WRITE_PC.
7050 * regcache.c (generic_target_write_pc): Delete code handling
7051 NNPC_REGNUM.
7052 * gdbarch.sh (NNPC_REGNUM): Delete.
7053 * gdbarch.h, gdbarch.c: Regenerate.
7054
3e3f2739
RE
70552002-05-13 Richard Earnshaw <rearnsha@arm.com>
7056
7057 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7058 builtin reg number.
7059
0004e5a2
DJ
70602002-05-13 Daniel Jacobowitz <drow@mvista.com>
7061
7062 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7063 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7064 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7065 access macros.
7066 * c-typeprint.c (cp_type_print_method_args): Likewise.
7067 (c_type_print_args): Likewise.
7068 * d10v-tdep.c (d10v_push_arguments): Likewise.
7069 (d10v_extract_return_value): Likewise.
7070 * expprint.c (print_subexp): Likewise.
7071 * gdbtypes.c (lookup_primitive_typename): Likewise.
7072 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7073 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7074 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7075 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7076 (TYPE_VECTOR): Likewise.
7077 * hpread.c (hpread_read_struct_type)
7078 (fix_static_member_physnames, fixup_class_method_type)
7079 (hpread_type_lookup): Likewise.
7080 * mdebugread.c (parse_symbol, parse_type): Likewise.
7081 * p-lang.c (is_pascal_string_type): Likewise.
7082 * valops.c (hand_function_call): Likewise.
7083 * x86-64-tdep.c (classify_argument): Likewise.
7084
7085 * hpread.c (hpread_read_function_type)
7086 (hpread_read_doc_function_type): Call replace_type.
7087 * dstread.c (create_new_type): Delete.
7088 (decode_dst_structure, process_dst_function): Call alloc_type.
7089 Use type access macros.
7090
dff95cc7
MK
70912002-05-12 Mark Kettenis <kettenis@gnu.org>
7092
7093 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7094 the're not supported by the current architecture.
7095 (i387_fill_fxsave): Likewise.
7096
bbcd32ad
FF
70972002-05-12 Fred Fish <fnf@redhat.com>
7098
7099 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7100 sect_index_xxx members to index the first slot in section_offsets
7101 if all of the section_offsets are zero.
7102
89cf4787
MK
71032002-05-12 Mark Kettenis <kettenis@gnu.org>
7104
7105 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7106 checked in with last change.
7107
1f77ffc5
MK
71082002-05-12 Mark Kettenis <kettenis@gnu.org>
7109
7110 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7111 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7112 config.sub.
7113
89b8b4a9
DJ
71142002-05-12 Daniel Jacobowitz <drow@mvista.com>
7115
7116 * Makefile.in: Update dependencies.
7117
14a5e767
AC
71182002-05-11 Andrew Cagney <ac131313@redhat.com>
7119
7120 * language.c (local_hex_string_custom): Simplify. Do not depend
7121 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7122
7123 * memattr.c (mem_info_command): Replace calls to
7124 longest_local_hex_string and longest_local_hex_string_custom.
7125 * buildsym.c (make_blockvector): Ditto.
7126 * solib.c (info_sharedlibrary_command): Ditto.
7127 * tracepoint.c (tracepoints_info): Ditto.
7128 * symtab.c (print_msymbol_info): Ditto.
7129
7130 * language.c (local_hex_string): Delete.
7131 (local_hex_string_custom): Delete.
7132 (longest_local_hex_string): Rename to local_hex_string.
7133 (longest_local_hex_string_custom): Rename to
7134 local_hex_string_custom.
7135 * language.h (local_hex_string): Change parameter type to LONGEST.
7136 (local_hex_string_custom): Ditto.
7137 (longest_local_hex_string): Delete declaration.
7138 (longest_local_hex_string_custom): Ditto.
7139
7140 * solib.c: Update copyright.
7141 * memattr.c: Update copyright.
7142
13d01224
AC
71432002-05-11 Andrew Cagney <ac131313@redhat.com>
7144
7145 * arch-utils.h (legacy_register_to_value): Declare.
7146 (legacy_value_to_register): Declare.
7147 (legacy_convert_register_p): Declare.
7148 * arch-utils.c (legacy_register_to_value): New function.
7149 (legacy_value_to_register): New function.
7150 (legacy_convert_register_p): New function.
7151
7152 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7153 (VALUE_TO_REGISTER): Define.
7154 (CONVERT_REGISTER_P): Define.
7155 * gdbarch.h, gdbarch.c: Regenerate.
7156
7157 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7158 VALUE_TO_REGISTER.
7159 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7160 CONVERT_REGISTER_P.
7161
4a1970e4
DJ
71622005-05-11 Daniel Jacobowitz <drow@mvista.com>
7163 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7164
7165 * Makefile.in: Update dependencies for valops.c.
7166 * valops.c: Include "gdb_assert.h".
7167 (typecmp): Skip THIS parameter to methods.
7168 (find_method_list): Remove static_memfuncp argument,
7169 update callers. Check for stub methods.
7170 (find_value_oload_method_list): Don't set *static_memfuncp.
7171 (find_overload_match): Don't check for stub methods. Assert
7172 that methods are not stubbed. Handle static methods.
7173 (value_find_oload_method_list): Remove static_memfuncp argument.
7174 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7175 to the argument list for static stub methods.
7176 * value.h (value_find_oload_method_list): Update prototype.
7177
b2e75d78
AC
71782002-05-11 Andrew Cagney <ac131313@redhat.com>
7179
7180 * arch-utils.h (generic_register_size): Declare.
7181 (generic_register_raw_size, generic_register_virtual_size): Delete
7182 declarations.
7183 * arch-utils.c (generic_register_raw_size): Delete.
7184 (generic_register_size): New function.
7185 (generic_register_virtual_size): Delete.
7186
7187 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7188 default generic_register_size.
7189 * gdbarch.h, gdbarch.c: Re-generate.
7190
7191 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7192 register_virtual_size.
7193 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7194 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7195
451fbdda
AC
71962002-05-11 Andrew Cagney <ac131313@redhat.com>
7197
7198 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7199 * gdbarch.h, gdbarch.c: Regenerate.
7200 * gnu-v3-abi.c: Update copyright.
7201 (vtable_address_point_offset): Update.
7202 (gnuv3_rtti_type): Update.
7203 (gnuv3_baseclass_offset): Update.
7204 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7205 (init_fetch_link_map_offsets): Update.
7206 * remote.c (get_remote_state): Update.
7207
6d2f5cea
DJ
72082002-05-11 Daniel Jacobowitz <drow@mvista.com>
7209
7210 * TODO: Remove value_headof/value_from_vtable_info comment.
7211 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7212 * values.c (value_headof, value_from_vtable_info): Delete.
7213 * value.h (value_from_vtable_info): Delete prototype.
7214
d2324da4
AC
72152002-05-11 Andrew Cagney <ac131313@redhat.com>
7216
7217 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7218 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7219 $(gdb_regex_h).
7220 (gdb_assert_h): Define.
7221 (gdb_wait_h): Define.
7222 (gdb_regex_h): Define.
7223
5c717440
DJ
72242002-05-11 Daniel Jacobowitz <drow@mvista.com>
7225
7226 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7227 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7228
6c7861b3
JT
72292002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7230
7231 * nbsd-tdep.c: Fix comment.
7232
ea5bc2a6
JT
72332002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7234
7235 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7236 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7237 (nbsd-tdep.o): New dependency list.
7238 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7239 nbsd-tdep.h.
7240 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7241 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7242 * nbsd-tdep.c: New file.
7243 * nbsd-tdep.h: New file.
7244 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7245 nbsd-tdep.h.
7246 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7247 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7248 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7249 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7250
b28da865
JT
72512002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7252
7253 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7254 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7255 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7256 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7257 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7258 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7259
4b8ff1fa
JT
72602002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7261
7262 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7263 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7264 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7265 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7266 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7267 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7268 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7269
dfe6eb1f
JT
72702002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7271
7272 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7273 fetch_elfcore_registers to...
7274 * i386nbsd-tdep.c: ...here.
7275 (i386nbsd_use_struct_convention): Rename to...
7276 (i386nbsd_aout_use_struct_convention): ...this.
7277 (i386nbsd_supply_reg): New function.
7278 (i386nbsd_fill_reg): New function.
7279 (fetch_core_registers): Use i386nbsd_supply_reg.
7280 (fetch_elfcore_registers): Likewise.
7281 (_initialize_i386nbsd_tdep): New function.
7282 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7283 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7284 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7285 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7286 (i386nbsd_aout_use_struct_convention): ...this.
7287
20cb8cda
JT
72882002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7289
7290 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7291 (store_inferior_registers): Use shnbsd_fill_reg.
7292 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7293 sh_nbsd_supply_register): Collapse into...
7294 (shnbsd_supply_reg): ...this.
7295 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7296 (shnbsd_fill_reg): ...this.
7297 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7298 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7299 (fetch_core_registers): Use shnbsd_supply_reg.
7300 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7301 (sh_nbsd_core_fns): Rename to...
7302 (shnbsd_core_fns): ...this.
7303 (sh_nbsd_elfcore_fns): Rename to...
7304 (shnbsd_elfcore_fns): ...this.
7305 (sh_nbsd_init_abi): Rename to...
7306 (shnbsd_init_abi): ...this.
7307 (_initialize_sh_nbsd_tdep): Rename to...
7308 (_initialize_shnbsd_tdep): ...this.
7309 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7310 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7311 sh_nbsd_fill_register): Remove prototypes.
7312 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7313
e750d25e
JT
73142002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7315
7316 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7317 (i387-nat.o): Delete dependency list.
7318 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7319 (x86-64-linux-nat.o): Likewise.
7320 * i387-nat.c: Delete file, moving contents to...
7321 * i387-tdep.c: ...here.
7322 * i387-nat.h: Rename...
7323 * i387-tdep.h: ...to this.
7324 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7325 * i386-linux-nat.c: Likewise.
7326 * i386bsd-nat.c: Likewise.
7327 * i386gnu-nat.c: Likewise.
7328 * i386nbsd-nat.c: Likewise.
7329 * i386v4-nat.c: Likewise.
7330 * x86-64-linux-nat.c: Likewise.
7331 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7332 * config/i386/go32.mh (NATDEPFILES): Likewise.
7333 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7334 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7335 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7336 * config/i386/linux.mh (NATDEPFILES): Likewise.
7337 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7338 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7339 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7340 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7341
1aee598a
JT
73422002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7343
7344 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7345 (alphanbsd-nat.o): Remove dependency list.
7346 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7347 * alphanbsd-nat.c: Delete. Contents moved to...
7348 * alphanbsd-tdep.c: ...here.
7349 (_initialize_alphanbsd_tdep): Register core functions.
7350 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7351
12bcb0fe
JT
73522002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7353
7354 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7355 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7356 (alphanbsd-nat.o): Likewise.
7357 (alphabsd-tdep.o): New dependency list.
7358 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7359 (fill_gregset): Use alphabsd_fill_reg.
7360 (supply_fpregset): Use alphabsd_supply_fpreg.
7361 (fill_fpregset): Use alphabsd_fill_fpreg.
7362 (fetch_inferior_registers): Use struct reg and struct fpreg
7363 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7364 and alphabsd_supply_fpreg.
7365 (store_inferior_registers): Use struct reg and struct fpreg
7366 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7367 and alphabsd_fill_fpreg.
7368 * alphabsd-tdep.c: New file.
7369 * alphabsd-tdep.h: New file.
7370 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7371 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7372 alphabsd_supply_fpreg.
7373 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7374 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7375
361d1df0
EC
73762002-05-11 Eric Christopher <echristo@redhat.com>
7377
7378 * mips-tdep.c (mips_double_register_type): Fix thinko.
7379 (mips_single_register_type): Ditto.
7380 * MAINTAINERS: Add self.
7381
92dd7cee
MK
73822002-05-11 Mark Kettenis <kettenis@gnu.org>
7383
7384 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7385 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7386 right thing on architectures with different endianness and/or
7387 integer sizes.
7388
e27da16d
JT
73892002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7390
7391 From Christian Limpach <chris@Pin.LU>
7392 * configure.in: Change sed expression which comments out
7393 NATDEPFILES to also comment out continuation lines.
7394 * configure: Regenerate.
7395
ddde02bd
EZ
73962002-05-10 Elena Zannoni <ezannoni@redhat.com>
7397
7398 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7399 big patch.
7400
1c922164
EZ
74012002-05-10 Elena Zannoni <ezannoni@redhat.com>
7402
7403 * sh-tdep.c: Include correct file.
7404
283150cd
EZ
74052002-05-10 Elena Zannoni <ezannoni@redhat.com>
7406
7407 New support for sh64-elf (sh5) target.
7408
7409 * configure.tgt: For sh64-elf target, default to sh-elf.
7410
7411 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7412 (struct gdbarch_tdep): Add new fields for new registers and ABI
7413 info.
361d1df0 7414
283150cd
EZ
7415 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7416 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7417 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7418 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7419 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7420 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7421 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7422 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7423 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7424 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7425 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7426 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7427 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7428 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7429 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7430 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7431 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7432 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7433 sign_extend, sh64_nofp_frame_init_saved_regs,
7434 sh64_init_extra_frame_info, sh64_get_saved_register,
7435 sh64_extract_struct_value_address, sh64_pop_frame,
7436 sh64_push_arguments, sh64_extract_return_value,
7437 sh64_store_return_value, sh64_show_media_regs,
7438 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7439 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7440 sh_sh64_register_virtual_type,
7441 sh_sh64_register_convert_to_virtual,
7442 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7443 sh64_register_read, sh64_pseudo_register_write,
7444 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7445 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7446 sh64_do_pseudo_register, sh_compact_do_registers_info,
7447 sh64_do_registers_info, sh_gdbarch_init): New functions.
7448
3117ed25
EZ
74492002-05-10 Elena Zannoni <ezannoni@redhat.com>
7450
7451 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7452
2654e6d4
DJ
74532002-05-10 Daniel Jacobowitz <drow@mvista.com>
7454
7455 * linespec.c (decode_line_1): Check for a double quote after
7456 a filename correctly.
7457
9ab3e532
JB
74582002-05-10 Jim Blandy <jimb@redhat.com>
7459
7460 Properly track the size of the current objfile's .debug_line section.
7461 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7462 (DWARF_LINE_SIZE): New macro.
7463 (dwarf2_build_psymtabs_hard): Record the line section's size in
7464 the partial symbol table.
7465 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7466 symbol table.
7467
126fa72d
PS
74682002-05-10 Petr Sorfa <petrs@caldera.com>
7469
7470 * ia64-tdep.c: Handle breakpoints on L instruction type
7471 in MLX instruction bundle by moving the breakpoint to
7472 the third slot (X instruction type) as L holds only data.
7473
1f077a3e
KB
74742002-05-10 Kevin Buettner <kevinb@redhat.com>
7475
7476 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7477 (process_one_symbol): Complain about discarding local symbols
7478 due to a misplaced N_LBRAC entry.
7479
8120c9d5 74802002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7481
7482 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7483 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7484 decrease the depth we are at, in the case of templates.
361d1df0 7485
67b2c998
DJ
74862002-05-09 Daniel Jacobowitz <drow@mvista.com>
7487
7488 * mips-tdep.c (mips_float_register_type): New function.
7489 (mips_double_register_type): New function.
7490 (mips_print_register): Use them.
7491 (do_fp_register_row): Likewise.
7492
fd326606
DJ
74932002-05-09 Daniel Jacobowitz <drow@mvista.com>
7494
6609d9af 7495 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7496 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7497 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7498
bef35864
MS
74992002-05-09 Michael Snyder <msnyder@redhat.com>
7500
7501 * remote-rdp.c (remote_rdp_can_run): Remove.
7502
c55a3f73
TT
75032002-05-09 Tom Tromey <tromey@redhat.com>
7504
7505 * jv-valprint.c (java_val_print): Handle `char' as a special case
7506 of TYPE_CODE_INT.
7507
b8d5e71d
MS
75082002-05-09 Michael Snyder <msnyder@redhat.com>
7509
7510 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7511 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7512 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7513 str r(0123),[sp,#nn].
361d1df0 7514 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7515 order-independent by placing it in a loop.
7516
e2cd42dd
MS
75172002-05-06 Michael Snyder <msnyder@redhat.com>
7518
7519 * stabsread.c (read_type): Add recognition for new attribute:
7520 "@V;" means that an array type is actually a vector.
7521 This is analogous to the vector flag that's been added to dwarf2.
7522
3ce1502b
MK
75232002-05-09 Mark Kettenis <kettenis@gnu.org>
7524
7525 * i386-tdep.h (i386_abi): New enum.
7526 (struct gdbarch_tdep): Replace os_ident member with abi.
7527 (i386_gdbarch_register_os_abi): New prototype.
7528 * i386-tdep.c (i386_abi_names): New array.
7529 (process_note_abi_tag_sections): Removed.
7530 (process_note_sections): New function.
7531 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7532 (struct i386_abi_handler): New struct.
7533 (i386_abi_handler_list): New variable.
7534 (i386_gdbarch_register_os_abi): New function.
7535 (i386_gdbarch_init): Adapt for the changes given above.
7536
084c156a
DJ
75372002-05-08 Daniel Jacobowitz <drow@mvista.com>
7538
7539 * gregset.h: Say "GNU/Linux".
7540
6599f021
EZ
75412002-05-08 Elena Zannoni <ezannoni@redhat.com>
7542
7543 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7544 (build_gdbtypes): Build builtin_type_v2_float.
7545 (_initialize_gdbtypes): Register new builtin type.
7546
40af4b0c
AC
75472002-05-08 Andrew Cagney <ac131313@redhat.com>
7548
7549 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7550 (clear_gdbarch_swap): New function.
7551 (initialize_non_multiarch): Call.
7552 (gdbarch_update_p): Before calling init(), swap out and clear the
7553 existing architecture.
7554 * gdbarch.c: Regenerate.
7555
4fe84f46
JT
75562002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7557
7558 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7559 alphanbsd-tdep.c.
7560
4015edd1
JT
75612002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7562
7563 * sh-nbsd-nat.c: Rename to...
7564 * shnbsd-nat.c: ...this.
7565 * sh-nbsd-tdep.c: Rename to...
7566 * shnbsd-tdep.c: ...this.
7567 * sh-nbsd-tdep.h: Rename to...
7568 * shnbsd-tdep.h: ...this.
7569 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7570 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7571
0e2bd219
RE
75722002-05-08 Richard Earnshaw <rearnsha@arm.com>
7573
7574 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7575 concatenation for command help messages.
7576
13a38d45
JT
75772002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7578
7579 * NEWS: Note new sh*-*-netbsdelf* configuration.
7580 * configure.host: Set gdb_host_cpu to sh for all sh*.
7581 (sh*-*-netbsdelf*): New host.
7582 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7583 (sh*-*-netbsdelf*): New target.
7584 * sh-nbsd-nat.c: New file.
7585 * sh-nbsd-tdep.c: New file.
7586 * sh-nbsd-tdep.h: New file.
7587 * config/sh/nbsd.mh: New file.
7588 * config/sh/nbsd.mt: New file.
7589 * config/sh/nm-nbsd.h: New file.
7590 * config/sh/tm-nbsd.h: New file.
7591
d658f924
JT
75922002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7593
7594 * sh-tdep.c (sh_osabi_names): Declare.
7595 (process_note_abi_tag_sections): New function.
7596 (get_elfosabi): Ditto.
7597 (sh_gdbarch_register_os_abi): Ditto.
7598 (sh_dump_tdep): Ditto.
7599 _initialize_sh_tdep): Use gdbarch_register to register
7600 sh_gdbarch_init and sh_dump_tdep.
7601 * config/sh/tm-sh.h (sh_osabi): Declare.
7602 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7603
848cfffb
AC
76042002-05-07 Andrew Cagney <ac131313@redhat.com>
7605
7606 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7607 (thumb_scan_prologue): Ditto.
7608 (arm_find_callers_reg): Ditto.
7609 (arm_frame_chain): Ditto.
7610 (arm_init_extra_frame_info): Ditto.
7611 (arm_frame_saved_pc): Ditto.
7612 (arm_pop_frame): Ditto.
7613 (arm_push_return_address): New function.
7614 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7615 call_dummy_location, call_dummy_breakpoint_offset_p,
7616 call_dummy_breakpoint_offset, call_dummy_p,
7617 call_dummy_stack_adjust_p, call_dummy_words,
7618 sizeof_call_dummy_words, call_dummy_start_offset,
7619 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7620 call_dummy_address, push_return_address and push_dummy_frame for
7621 generic dummy frames.
7622
e7d717c0
JT
76232002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7624
7625 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7626 size computation for alloca.
7627 (sh_fp_frame_init_saved_regs): Likewise.
7628
7bbcf283
RE
76292002-05-07 Richard Earnshaw <rearnsha@arm.com>
7630
7631 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7632 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 7633 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
7634 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7635 * remote-rdp.c (remote_rdp_fetch_register): Use
7636 ARM_MAX_REGISTER_RAW_SIZE.
7637 (remote_rdp_store_register): Likewise.
7638
4657573b
ML
76392002-05-07 Michal Ludvig <mludvig@suse.cz>
7640
361d1df0 7641 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
7642 added default labels to switch {} statements.
7643 * x86-64-tdep.c: Ditto.
7644 * x86-64-linux-nat.c: Ditto.
7645
010f3b2f
JT
76462002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7647
7648 * solib.h: Protect against multiple inclusion.
7649
debd256d
JB
76502002-05-06 Jim Blandy <jimb@redhat.com>
7651
9ab3e532
JB
7652 Add first preprocessor macro-expansion files.
7653 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7654 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7655 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7656 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7657 (COMMON_OBS): Add macrotab.o, macroexp.o.
7658 (macroexp.o, macrotab.o): New rules.
7659
debd256d
JB
7660 Separate the job of reading the line number info statement program
7661 header (...expialidocious) out into its own function.
7662 * dwarf2read.c (struct line_head, struct filenames, struct
7663 directories): Replace with...
7664 (struct line_header): New structure, containing the full
7665 contents of the statement program header, including the
7666 include directory and file name tables.
7667 (read_file_scope): If we have line number info, instead of just
7668 calling dwarf_decode_lines to do all the work, call
7669 dwarf_decode_line_header first to get a `struct line_header'
7670 containing the data in the statement program header, and then
7671 pass that to dwarf_decode_lines, which will pick up where that
7672 left off. Be sure to clean up the `struct line_header' object.
7673 (dwarf_decode_line_header, free_line_header, add_include_dir,
7674 add_file_name): New functions.
7675 (dwarf_decode_lines): Move all the code to read the statement
7676 program header into dwarf_decode_line_header. Take the line
7677 header it built as the first argument, instead of the offset to
7678 the compilation unit's line number info. Use the new `struct
7679 line_header' type instead of the old structures. No need to do
7680 cleanups here now, since we don't allocate anything.
7681 (dwarf2_statement_list_fits_in_line_number_section,
7682 dwarf2_line_header_too_long): New complaints.
7683
ac3aafc7
EZ
76842002-05-06 Elena Zannoni <ezannoni@redhat.com>
7685
7686 * gdbtypes.c (init_vector_type): New function.
7687 (build_builtin_type_vec128): Simplify the representation of SIMD
7688 registers.
7689 (build_gdbtypes): Initialize new builtin vector types.
7690 (_initialize_gdbtypes): Register new vector types with gdbarch.
7691 (builtin_type_v4_float, builtin_type_v4_int32,
7692 builtin_type_v8_int16, builtin_type_v16_int8,
7693 builtin_type_v2_int32, builtin_type_v4_int16,
7694 builtin_type_v8_int8): New (renamed) SIMD types.
7695
13e49980
MK
76962002-05-06 Mark Kettenis <kettenis@gnu.org>
7697
7698 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7699 (i387_fill_fxsave): Likewise.
7700
997b20b8
AO
77012002-05-05 Alexandre Oliva <aoliva@redhat.com>
7702
7703 * alpha-tdep.c (alpha_extract_return_value): Don't use
7704 non-constant array size in prototype.
7705
535c96ce
AC
77062002-05-04 Andrew Cagney <ac131313@redhat.com>
7707
7708 From Brian Taylor <briant at model dot com>:
7709 * ui-out.c (ui_out_field_core_addr): Use the function
7710 longest_local_hex_string_custom'to format addresses > 32 bits
7711 wide.
7712
7713 * ui-out.c (ui_out_field_core_addr): Update comment.
7714
bedfa57b
AC
77152002-05-04 Andrew Cagney <ac131313@redhat.com>
7716
7717 * stack.c (select_and_print_frame): Make static. Delete the
7718 parameter `level'.
7719 (func_command): Update call.
7720 (select_frame_command): Delete code computing the frame level.
7721 * frame.h (select_and_print_frame): Delete declaration.
7722
f621c63e
AC
77232002-05-04 Andrew Cagney <ac131313@redhat.com>
7724
7725 * sparc-tdep.c (sparc_get_saved_register): Comment why
7726 get_prev_frame call is safe.
7727
0f7d239c
AC
77282002-05-04 Andrew Cagney <ac131313@redhat.com>
7729
7730 * frame.h (select_frame): Delete level parameter.
7731 * stack.c (select_frame): Update. Use frame_relative_level to
7732 obtain the frame's level.
7733 (select_and_print_frame): Update call.
7734 (select_frame_command): Ditto.
7735 (up_silently_base): Ditto.
7736 (down_silently_base): Ditto.
7737 * ocd.c (ocd_start_remote): Ditto.
7738 * remote-rdp.c (remote_rdp_open): Ditto.
7739 * remote-mips.c (mips_initialize): Ditto.
7740 (common_open): Ditto.
7741 * remote-e7000.c (e7000_start_remote): Ditto.
7742 * m3-nat.c (select_thread): Ditto.
7743 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7744 (child_get_current_exception_event): Ditto.
7745 * varobj.c (varobj_create): Ditto.
7746 (varobj_update): Ditto.
7747 (c_value_of_root): Ditto.
7748 * tracepoint.c (finish_tfind_command): Ditto.
7749 * corelow.c (core_open): Ditto.
7750 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7751 * thread.c (info_threads_command): Ditto.
7752 (switch_to_thread): Ditto.
7753 * infrun.c (normal_stop): Ditto.
7754 (restore_selected_frame): Ditto.
7755 (restore_inferior_status): Ditto.
7756 * breakpoint.c (insert_breakpoints): Ditto.
7757 (watchpoint_check): Ditto.
7758 (bpstat_stop_status): Ditto.
7759 (do_enable_breakpoint): Ditto.
7760 * blockframe.c (flush_cached_frames): Ditto.
7761 (reinit_frame_cache): Ditto.
7762
71d6c7b1
AC
77632002-05-04 Andrew Cagney <ac131313@redhat.com>
7764
7765 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7766 maintainer.
7767
cda6c68a
JB
77682002-05-04 Jim Blandy <jimb@redhat.com>
7769
7770 * gdbtypes.c (replace_type): Doc fix.
7771
5c1c87f0
AC
77722002-05-04 Andrew Cagney <ac131313@redhat.com>
7773
7774 * valprint.c (strcat_longest): Delete commented out function.
7775 Update copyright.
7776
cd9bfe15
AC
77772002-05-04 Andrew Cagney <ac131313@redhat.com>
7778
7779 * MAINTAINERS: Mark a29k as deleted.
7780 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7781 Move new configurations to the top.
7782 * configure.tgt: Remove a29k.
7783 * config/a29k/tm-vx29k.h: Delete.
7784 * config/a29k/vx29k.mt: Delete.
7785 * config/a29k/tm-a29k.h: Delete.
7786 * config/a29k/a29k-udi.mt: Delete.
7787 * config/a29k/a29k.mt: Delete.
7788 * a29k-tdep.c: Delete.
7789 * remote-udi.c: Delete.
7790 * remote-mm.c: Delete.
7791 * remote-eb.c: Delete.
7792 * remote-adapt.c: Delete.
7793 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7794 * config/s390/s390x.mt: Ditto.
7795 * config/s390/s390.mt: Ditto.
7796 * config/sparc/sparclynx.mh: Ditto.
7797 * config/sparc/linux.mh: Ditto.
7798 * config/pa/hppaosf.mh: Ditto.
7799 * config/pa/hppabsd.mh: Ditto.
7800 * config/ns32k/nbsd.mt: Ditto.
7801 * config/mips/vr5000.mt: Ditto.
7802 * config/m68k/sun3os4.mh: Ditto.
7803 * config/m68k/nbsd.mt: Ditto.
7804 * config/m68k/m68klynx.mh: Ditto.
7805 * config/m32r/m32r.mt: Ditto.
7806 * config/i386/x86-64linux.mt: Ditto.
7807 * config/i386/nbsdelf.mt: Ditto.
7808 * config/i386/nbsd.mt: Ditto.
7809 * config/i386/i386lynx.mh: Ditto.
7810
bf0c5130
AC
78112002-05-04 Andrew Cagney <ac131313@redhat.com>
7812
7813 * target.c (debug_print_register): New function. Handle oversize
7814 registers.
7815 (debug_to_fetch_registers): Call.
7816 (debug_to_store_registers): Call.
7817
2ae1c2d2
JB
78182002-05-03 Jim Blandy <jimb@redhat.com>
7819
13a393b0
JB
7820 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7821 (read_type): Doc fix.
7822 * gdbtypes.c (replace_type): Doc fix.
7823
2ae1c2d2
JB
7824 * stabsread.c (multiply_defined_struct): New complaint.
7825 (read_struct_type): If the type we were passed isn't empty, or
7826 incomplete, don't read the new struct type into it; complain,
7827 and return the original type unchanged. Take a new `type_code'
7828 argument, which is the type code for the new type.
7829 (read_type): Rather than storing the type's type code here, pass
7830 it as an argument to read_struct_type, and let that take care of
7831 storing it. That way, we don't overwrite the original type code,
7832 so read_struct_type can use it to decide whether we're overwriting
7833 something we shouldn't.
7834 (complain_about_struct_wipeout): New function.
7835
8de9bdc4
AC
78362002-05-03 Andrew Cagney <ac131313@redhat.com>
7837
7838 * gdbarch.sh: Assert that gdbarch is non-NULL.
7839 * gdbarch.c: Regenerate.
7840
f773fdbb
JM
78412002-05-03 Jason Merrill <jason@redhat.com>
7842
7843 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7844 and return NULL.
7845
0e04a514
ML
78462002-05-03 Michal Ludvig <mludvig@suse.cz>
7847
7848 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7849 (x86_64_dwarf2gdb_regno_map_length),
7850 (x86_64_dwarf2_reg_to_regnum): Added.
7851 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7852 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7853 (_initialize_x86_64_tdep): Synced with the change above.
7854 (x86_64_skip_prologue): Reformulated message.
7855
065432a8
PM
78562002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7857
7858 * f-exp.y: Also use new prev_lexptr variable
7859 to improve error reporting. Based on Michael Snyder
7860 2002-04-24 dated patch to c-exp.y.
7861 * jv-exp.y: Likewise.
7862 * m2-exp.y: Likewise.
7863
a3162708
EZ
78642002-05-02 Elena Zannoni <ezannoni@redhat.com>
7865
7866 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7867 we are dealing with vectors.
7868
03620c38
PM
78692002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7870
7871 * config/m68k/tm-nbsd.h: Obvious fix,
7872 correct machine name.
7873
6604db2e
PM
78742002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7875
7876 * p-typeprint.c (pascal_type_print_base): Add support
7877 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7878
0906b739
PM
78792002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7880
7881 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7882 for fondamental pascal 'char' type.
7883
e2625b33
PM
78842002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7885
7886 * p-lang.h (is_pascal_string_type): Declaration changed,
7887 new sixth argument of type char ** added.
361d1df0 7888 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7889 changed. Args length_pos, length_size, string_pos, char_size
7890 can now be NULL. New argument arrayname set to the field
7891 name of the char array. Return value set to char array
7892 field index plus one.
361d1df0 7893 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7894 is_pascal_string_type function.
7895
cf17c188
AC
78962002-05-02 Andrew Cagney <cagney@redhat.com>
7897
7898 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7899 <cagney@redhat.com> change.
7900 * gdbarch.c: Regenerate.
7901
52bca491
AC
79022002-05-02 Andrew Cagney <cagney@redhat.com>
7903
7904 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7905 before probing for a new one. Detect errorenous gdbarch_init
7906 functions.
7907 * gdbarch.c: Regenerate.
7908
d5e72505
AC
79092002-05-01 Andrew Cagney <cagney@redhat.com>
7910
7911 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7912 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7913 * config/v850/tm-v850.h: Ditto. Update copyright.
7914
af566d9f
AC
79152002-04-30 Andrew Cagney <ac131313@redhat.com>
7916
7917 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7918 current_gdbarch.
7919
880d85fa
MS
79202002-04-30 Michael Snyder <msnyder@redhat.com>
7921
94c30b78
MS
7922 * arm-tdep.c: Whitespace clean-ups.
7923 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7924 should have been removed as part of 4/24 change.
7925
6f5987a6
KB
79262002-04-30 Kevin Buettner <kevinb@redhat.com>
7927
7928 * rs6000-tdep.c: Added comment describing how fpscr register
7929 numbers were chosen.
7930
1a113c93
MS
79312002-04-30 Michael Snyder <msnyder@redhat.com>
7932
7933 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7934
9a6f53fe
EZ
79352002-04-29 Elena Zannoni <ezannoni@redhat.com>
7936
7937 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7938 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7939 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7940
11ed25ac
KB
79412002-04-29 Kevin Buettner <kevinb@redhat.com>
7942
7943 From Louis Hamilton <hamilton@redhat.com>:
7944 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7945 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7946 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7947 not bfd-private xcoff data, to determine wordsize.
7948 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7949
ae232405
AC
79502002-04-29 Andrew Cagney <ac131313@redhat.com>
7951
7952 GDB 5.2 released from 5.2 branch.
7953
91fd20f7
ML
79542002-04-29 Michal Ludvig <mludvig@suse.cz>
7955
7956 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7957 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7958 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7959
2dc5091b
EZ
79602002-04-29 Elena Zannoni <ezannoni@redhat.com>
7961
7962 * rs6000-tdep.c (rs6000_extract_return_value,
7963 rs6000_store_return_value): Handle returning vectors.
7964 (rs6000_gdbarch_init): Use
7965 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7966 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7967 New function.
7968 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7969 vectors.
7970 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7971 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7972
2b9848d8
PM
79732002-04-24 Pierre Muller <ics.u-strasbg.fr>
7974
7975 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7976 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7977 with fprintf_unfiltered (gdb_stderr,...).
7978
f8d17dc5
PM
79792002-04-24 Pierre Muller <ics.u-strasbg.fr>
7980
7981 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7982 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7983 Replace fprintf (stderr,...
7984 with fprintf_unfiltered (gdb_stderr,....
7985 * remote-es.c: Likewise.
7986 * remote-os9k.c: Likewise.
7987 * remote-st.c: Likewise.
7988
2f2f1ad1
AS
79892002-04-28 Andreas Schwab <schwab@suse.de>
7990
7991 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7992 linux-proc.o and gcore.o.
7993
b6779aa2
AC
79942002-04-26 Michal Ludvig <mludvig@suse.cz>
7995
7996 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7997 code without frame pointers.
7998
7e57f5f4
AC
79992002-04-26 Andrew Cagney <ac131313@redhat.com>
8000
8001 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8002 ON_STACK is needed.
8003
2ceb85d0
BE
80042002-04-26 Ben Elliston <bje@redhat.com>
8005
8006 * target.c (do_xfer_memory): Correct reference to the new option
8007 "trust-readonly-sections".
8008
f5f8a009
EZ
80092002-04-26 Elena Zannoni <ezannoni@redhat.com>
8010
8011 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8012 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8013 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8014 vectors.
8015 (read_array_type): Record the fact that this array type is really a
8016 vector (i.e. are passed in by value).
8017
5868c862
JT
80182002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8019
8020 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8021 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8022 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8023 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8024 * alpha-linux-tdep.c: Include frame.h.
8025 (alpha_linux_sigcontext_addr): New function.
8026 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8027 alpha_linux_sigcontext_addr.
8028 * alpha-osf1-tdep.c: Include gdbcore.h.
8029 (alpha_osf1_sigcontext_addr): New function.
8030 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8031 alpha_osf1_sigcontext_addr.
8032 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8033 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8034
bfb01f37
AC
80352002-04-26 Andrew Cagney <ac131313@redhat.com>
8036
361d1df0 8037 * stack.c (selected_frame_level):
bfb01f37
AC
8038 (select_frame): Do not set selected_frame_level.
8039 * frame.h (selected_frame_level): Delete declaration.
8040
15813d3f
AC
80412002-04-26 Andrew Cagney <ac131313@redhat.com>
8042
8043 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8044 convert_from_func_ptr-addr when AIX / PowerOpen.
8045
6096c27a
AC
80462002-04-25 Andrew Cagney <ac131313@redhat.com>
8047
8048 * valops.c (hand_function_call): Call
8049 generic_save_call_dummy_addr.
8050 * frame.h (generic_save_call_dummy_addr): Declare.
8051 * blockframe.c (struct dummy_frame): Add fields call_lo and
8052 call_hi.
8053 (generic_find_dummy_frame): Check for PC in range call_lo to
8054 call_hi instead of entry_point_address.
8055 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8056 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8057 (generic_save_call_dummy_addr): New function.
8058
f510d44e
DM
80592002-04-24 David S. Miller <davem@redhat.com>
8060
8061 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8062 sparc_skip_prologue.
8063 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8064 information to find prologue when possible.
8065 (sparc_prologue_frameless_p): Call examine_prologue directly.
8066 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8067 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8068 second argument.
8069 (SKIP_PROLOGUE): Likewise.
8070
15d72a92
JT
80712002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8072
8073 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8074 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8075 indicate that the condition it was testing is always true.
8076 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8077 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8078 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8079
accc6d1f
JT
80802002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8081
8082 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8083 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8084 tdep->jb_pc and tdep->jb_elt_size.
8085 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8086 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8087 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8088 * alpha-nat.c (get_longjmp_target): Remove.
8089 (JB_ELEMENT_SIZE): Ditto.
8090 (JB_PC): Ditto.
8091 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8092 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8093 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8094 to alpha_get_longjmp_target.
8095 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8096 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8097 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8098
1bfdc549
AC
80992002-04-25 Andrew Cagney <ac131313@redhat.com>
8100
8101 * README: Update to GDB 5.2.
8102
1bd316f0
AC
81032002-04-25 Andrew Cagney <ac131313@redhat.com>
8104
8105 * gdbarch.sh (LC_ALL): Set to `c'.
8106
2e5ff58c
TR
81072002-04-25 Theodore A. Roth <troth@verinet.com>
8108
8109 * avr-tdep.c: Ran through gdb_indent.sh.
8110
e33ce519
TR
81112002-04-25 Theodore A. Roth <troth@verinet.com>
8112
8113 * MAINTAINERS: Add myself as AVR maintainer.
8114 * NEWS: Note new target avr.
8115
8818c391
TR
81162002-04-25 Theodore A. Roth <troth@verinet.com>
8117
8118 * Makefile.in: Add support for AVR target.
8119 * configure.tgt: Add support for AVR target.
8120 * avr-tdep.c: New file
8121 * config/avr/avr.mt: New file.
8122
79509c2d
TR
81232002-04-25 Theodore A. Roth <troth@verinet.com>
8124
8125 * MAINTAINERS: Add myself to write-after-approval.
8126
dac8068e
PM
81272002-04-24 Pierre Muller <ics.u-strasbg.fr>
8128
8129 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8130 with fprintf_unfiltered (gdb_stderr,....
8131
25bf3106
PM
81322002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8133
8134 Fix PR gdb/508.
8135 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8136
24467a86
PM
81372002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8138
8139 * p-exp.y: Also use new prev_lexptr variable
8140 to improve error reporting. Based on Michael Snyder
8141 2002-04-24 dated patch to c-exp.y.
8142
95b80706
JT
81432002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8144
8145 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8146 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8147 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8148 to 0.
8149 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8150 and struct value.
8151 (FUNCTION_START_OFFSET): Remove.
8152 (BREAKPOINT): Ditto.
8153
e90cc612
JT
81542002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8155
8156 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8157 * NEWS: Ditto.
8158
6c72f9f9
JT
81592002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8160
8161 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8162 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8163 alpha_linux_pc_in_sigtramp.
8164 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8165 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8166 alpha_osf1_pc_in_sigtramp.
8167 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8168 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8169 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8170 alphafbsd_pc_in_sigtramp.
8171 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8172 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8173 alphanbsd_pc_in_sigtramp.
8174 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8175 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8176
5e4f3379
JT
81772002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8178
8179 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8180
da8ca43d
JT
81812002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8182
8183 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8184 alphanbsd-tdep.c.
8185 (alphanbsd-nat.o): New dependency list.
8186 (alphanbsd-tdep.o): Ditto.
8187 * NEWS: Note new native NetBSD/alpha configuration.
8188 * alphanbsd-nat.c: New file.
8189 * alphanbsd-tdep.c: Ditto.
8190 * configure.host (alpha*-*-netbsd*): New host.
8191 * configure.tgt (alpha*-*-netbsd*): New target.
8192 * config/alpha/nbsd.mh: New file.
8193 * config/alpha/nbsd.mt: Ditto.
8194 * config/alpha/nm-nbsd.h: Ditto.
8195 * config/alpha/tm-nbsd.h: Ditto.
8196
36a6271d
JT
81972002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8198
8199 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8200 (alpha-osf1-tdep.o): New dependency list.
8201 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8202 and skip_sigtramp_frame members.
8203 * alpha-linux-tdep.c: Include gdbcore.h.
8204 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8205 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8206 * alpha-osf1-tdep.c: New file.
8207 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8208 alpha-osf1-dep.c.
8209 (alpha_frame_past_sigtramp_frame): New function.
8210 (alpha_dynamic_sigtramp_offset): Ditto.
8211 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8212 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8213 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8214 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8215 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8216 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8217 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8218 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8219 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8220 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8221 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8222 to find_solib_trampoline_target.
8223 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8224 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8225 (SKIP_TRAMPOLINE_CODE): Remove.
8226 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8227 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8228 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8229 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8230 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8231 (PROC_SIGTRAMP_MAGIC): Ditto.
8232 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8233 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8234 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8235 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8236 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8237
2f4bc57b
JT
82382002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8239
8240 * NEWS: Note that Alpha targets are now multi-arch.
8241
665132f9
MS
82422002-04-24 Michael Snyder <msnyder@redhat.com>
8243
8244 * parser-defs.h (prev_lexptr): New external variable.
8245 * parse.c (parse_exp_1): Set prev_lexptr to null before
8246 calling the language-specific parser.
8247 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8248 (yyerror): Use prev_lexptr in error reporting.
8249
32872fa7
DJ
82502002-04-24 Daniel Jacobowitz <drow@mvista.com>
8251
8252 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8253 * gregset.h: If FILL_FPXREGSET is defined, provide
8254 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8255 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8256 is defined, call fill_fpxregset.
8257
57e76fac
MS
82582002-04-24 Roland McGrath <roland@frob.com>
8259
8260 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8261 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8262 (supply_gregset, supply_fpregset): New functions.
8263
8264 * gnu-nat.c (gnu_find_memory_regions): New function.
8265 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8266 (gnu_xfer_memory): Add a cast.
8267
f43845b3
MS
82682002-04-24 Michael Snyder <msnyder@redhat.com>
8269
361d1df0 8270 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8271 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8272 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8273 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8274 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8275 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8276
a0abec03
AC
8277Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8278
8279 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8280 NUM_PSEUDO_REGS can be used.
8281
d7bd68ca
AC
82822002-04-24 Andrew Cagney <ac131313@redhat.com>
8283
8284 * arch-utils.h: Update copyright.
8285
8286 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8287 * gdbarch.h, gdbarch.c: Re-generate.
8288
8289 * inferior.h (IN_SIGTRAMP): Delete definition.
8290 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8291 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8292
8293 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8294 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8295 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8296 (find_proc_framesize): Ditto.
8297 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8298 (alpha_init_extra_frame_info): Ditto.
8299 * infrun.c (handle_inferior_event): Ditto.
8300 (handle_inferior_event): Ditto.
8301 (check_sigtramp2): Ditto.
8302 * blockframe.c (create_new_frame): Ditto.
8303 (get_prev_frame): Ditto.
8304 * ppc-linux-tdep.c: Update comments.
8305 * i386-linux-tdep.c: Update comments.
8306 * breakpoint.c (bpstat_what): Update comment.
8307
4867e41e
DM
83082002-04-24 David S. Miller <davem@redhat.com>
8309
21d83aa5
DM
8310 * i960-tdep.c (register_in_window_p): New function.
8311 (i960_find_saved_register): Use it instead of
8312 REGISTER_IN_WINDOW_P.
8313 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8314
4867e41e
DM
8315 * symtab.h (find_stab_function_addr): Kill extern.
8316 * minsyms.c (find_stab_function_addr): Remove from here...
8317 * dbxread.c: ... to here, and mark it static.
8318
69cdf6a2
DM
83192002-04-20 David S. Miller <davem@redhat.com>
8320
8321 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8322 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8323
5a595886
DM
83242002-04-21 David S. Miller <davem@redhat.com>
8325
8326 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8327 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8328 (vx_write_register): Likewise.
8329
1da1a192
JB
83302002-04-23 J. Brobecker <brobecker@gnat.com>
8331
8332 * source.c (is_regular_file): New function.
8333 (openp): Check wether file to open is a regular file
8334 to avoid opening directories.
8335
baa6f10b
JT
83362002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8337
8338 * findvar.c (extract_signed_integer): Cast printf argument
8339 to suppress format warning.
8340 (extract_unsigned_integer): Likewise.
8341 * infcmd.c (registers_info): Likewise.
8342 * top.c (get_prompt_1): Likewise.
8343 * valops.c (value_assign): Likewise.
8344 * valprint.c (print_decimal): Likewise.
8345
b2c4da81
L
83462002-04-22 H.J. Lu (hjl@gnu.org)
8347
8348 * c-exp.y (typebase): Support
361d1df0 8349
b2c4da81
L
8350 [long|long long|short] [signed|unsigned] [int|]
8351
8352 and
8353
8354 signed [long|long long|short] int
8355
f267bd6a
JT
83562002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8357
8358 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8359 and vax-tdep.h.
8360 * vax-tdep.h: New file.
8361 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8362 Make several routines static.
8363 (vax_get_saved_register): New function.
8364 (vax_gdbarch_init): New function.
8365 (_initialize_vax_tdep): Register vax_gdbarch_init.
8366 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8367 Remove macros now under the control of gdbarch.
8368
da3c6d4a
MS
83692002-04-22 Michael Snyder <msnyder@redhat.com>
8370
11d3b27d
MS
8371 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8372 Some whitespace and coding standards tweaks.
da3c6d4a 8373
a33f7558
JT
83742002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8375
8376 * vax-tdep.c: Include regcache.h.
8377 (vax_call_dummy_words): New.
8378 (sizeof_vax_call_dummy_words): New.
8379 (vax_fix_call_dummy): New function.
8380 (vax_saved_pc_after_call): Ditto.
8381 * config/vax/tm-vax.h: Don't include regcache.h.
8382 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8383 (CALL_DUMMY): Remove.
8384 (CALL_DUMMY_WORDS): Define.
8385 (SIZEOF_CALL_DUMMY_WORDS): Define.
8386 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8387
47a73475
MS
83882002-04-18 Michael Snyder <msnyder@redhat.com>
8389
8390 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8391
52efde73
JT
83922002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8393
8394 * vax-tdep.c (vax_frame_chain): New function.
8395 (vax_push_dummy_frame): Ditto.
8396 (vax_pop_frame): Ditto.
8397 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8398 (FRAMELESS_FUNCTION_INVOCATION): Use
8399 generic_frameless_function_invocation_not.
8400 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8401 (POP_FRAME): Use vax_pop_frame.
8402
ea74468c
JT
84032002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8404
8405 * vax-tdep.c (vax_store_struct_return): New function.
8406 (vax_extract_return_value): Ditto.
8407 (vax_store_return_value): Ditto.
8408 (vax_extract_struct_value_address): Ditto.
8409 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8410 vax_store_struct_return.
8411 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8412 (STORE_RETURN_VALUE): Use vax_store_return_value.
8413 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8414
5516aa92
JT
84152002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8416
8417 * vax-tdep.c (vax_frame_saved_pc): New function.
8418 (vax_frame_args_address_correct): Ditto.
8419 (vax_frame_args_address): Ditto.
8420 (vax_frame_locals_address): Ditto.
8421 (vax_frame_num_args): Move code to be in proximity to
8422 other frame-related functions.
8423 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8424 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8425 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8426 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8427 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8428
36af0b35
L
84292002-04-22 H.J. Lu (hjl@gnu.org)
8430
8431 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8432 includedir.
8433
ab62c900
JT
84342002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8435
8436 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8437 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8438 (FRAME_INIT_SAVED_REGS): New macro.
8439
7232b100
JT
84402002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8441
8442 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8443
b70d2aee
JT
84442002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8445
8446 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8447 where needed.
8448 (fetch_osf_core_registers): Likewise.
8449 (supply_gregset): Likewise.
8450
a0e8a2d1 84512002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8452
a0e8a2d1
JB
8453 * symfile.h (get_section_index): Define.
8454 * symfile.c (get_section_index): New function.
8455 * mdebugread.c (SC_IS_SBSS): New macro.
8456 (SC_IS_BSS): Return true for the scBss storage class only, as
8457 the scSBss storage class refers to the .sbss section.
8458 (parse_partial_symbols): Discard the symbols which associated
8459 section does not exist.
8460 Make sure to use the .sbss section index for symbols which
8461 storage class is scBss, rather than using the .bss section index.
8462
51eb8b08
JT
84632002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8464
8465 * vax-tdep.c: Update copyright years.
8466 (vax_register_name): New function.
8467 (vax_register_byte): Ditto.
8468 (vax_register_raw_size): Ditto.
8469 (vax_register_virtual_size): Ditto.
8470 (vax_register_virtual_type): Ditto.
8471 * config/vax/tm-vax.h: Update copyright years.
8472 (REGISTER_NAMES): Remove.
8473 (REGISTER_NAME): Define.
8474 (REGISTER_BYTE): Use vax_register_byte.
8475 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8476 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8477 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8478
6cc1c0a8
AC
84792002-04-21 Andrew Cagney <ac131313@redhat.com>
8480
8481 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8482 declaration
8483 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8484
9319a2fe
DM
84852002-04-21 David S. Miller <davem@redhat.com>
8486
8487 * arch-utils.c (generic_prologue_frameless_p): Kill
8488 SKIP_PROLOGUE_FRAMELESS_P code.
8489 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8490 references.
8491 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8492 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8493 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8494 references.
8495 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8496 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8497 (sparc_gdbarch_init): Pass it to
8498 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8499
e9ed6d01
JT
85002002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8501
8502 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8503 (alphabsd-nat.o): New dependency list.
8504
36012033
JT
85052002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8506
8507 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8508 alphafbsd-tdep.c.
8509 (alpha-linux-tdep.o): New dependency list.
8510 (alphafbsd-tdep.o): Likewise.
8511
3379287a
JT
85122002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8513
8514 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8515 to here...
8516 * alpha-tdep.c: ...from here.
8517 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8518
4bcbd6cb
JT
85192002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8520
8521 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8522 prototype from here...
8523 * alpha-tdep.h: ...to here.
8524
b31da25e
AC
85252002-04-21 Andrew Cagney <ac131313@redhat.com>
8526
8527 * frame.h (selected_frame_level): Document as deprecated.
8528 (frame_relative_level): Declare.
8529 * stack.c (frame_relative_level): New function.
8530 (selected_frame_level): Document as deprecated.
8531 (select_frame): Do not set the selected_frame_level.
8532
8533 * stack.c (frame_info, record_selected_frame): Update.
8534 (frame_command, current_frame_command): Update.
8535 (up_silently_base, up_command, down_silently_base): Update.
8536 (down_command): Update.
8537 * inflow.c (kill_command): Update.
8538 * tracepoint.c (finish_tfind_command): Update.
8539 * corelow.c (core_open): Update.
8540 * thread.c (info_threads_command): Update.
8541 (do_captured_thread_select): Update.
8542 * infcmd.c (finish_command): Update.
8543 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8544
9c1d6fe5
JT
85452002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8546
8547 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8548
ab89facf
AC
85492002-04-21 Andrew Cagney <ac131313@redhat.com>
8550
8551 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8552 type const.
8553
82a4efa1
JT
85542002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8555
8556 * alphafbsd-tdep.c: Update copyright years. Include
8557 alpha-tdep.h.
8558 (alphafbsd_use_struct_convention): Make static.
8559 (alphafbsd_init_abi): New function.
8560 (_initialize_alphafbsd_tdep): New function.
8561 * config/alpha/tm-fbsd.h: Update copyright years.
8562 (USE_STRUCT_CONVENTION): Remove.
8563
44dffaac
JT
85642002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8565
8566 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8567 an Alpha ABI variant.
8568 (alpha_abi_handler_list): Declare.
8569 (alpha_gdbarch_register_os_abi): New function.
8570 (alpha_gdbarch_init): Give registered ABI variant handlers a
8571 chance to tweak the gdbarch once we have set up defaults.
8572 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8573
65585be4
JT
85742002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8575
8576 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8577 to standard_coerce_float_to_double.
8578 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8579
d9b023cc
JT
85802002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8581
8582 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8583 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8584 from gdbarch_tdep rather than a constant.
8585 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8586 the default text address for all Alpha Unix ABIs.
8587 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8588 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8589
dc129d82
JT
85902002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8591
8592 * alpha-tdep.h: New file. Includes several Alpha target constants
8593 taken from...
8594 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8595 let gdbarch deal with.
8596 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8597 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8598 to dependency list.
8599 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8600 Alpha target register names.
8601 * alphabsd-nat.c: Likewise.
8602 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8603 Alpha target register names. Make serveral routines static.
8604 (alpha_get_saved_register): New function.
8605 (alpha_abi_names): New.
8606 (process_note_abi_tag_sections): New function.
8607 (get_elfosabi): New function.
8608 (alpha_gdbarch_init): New function.
8609 (alpha_dump_tdep): New function.
8610 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8611
d49d1e0a
AC
86122002-04-21 Andrew Cagney <ac131313@redhat.com>
8613
8614 * frame.c (find_saved_register): Delete #ifdef
8615 HAVE_REGISTER_WINDOWS code.
8616 * config/sparc/tm-sparc.h: Update comments.
8617 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8618
92e8c9ed
AC
86192002-04-21 Andrew Cagney <ac131313@redhat.com>
8620
8621 * i960-tdep.c (i960_find_saved_register): New function.
8622 (i960_get_saved_register): New function.
8623 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8624 (i960_get_saved_register): Declare.
8625 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8626
e1925118
DM
86272002-04-20 David S. Miller <davem@redhat.com>
8628
8629 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8630
29673b29
AC
86312002-04-20 Andrew Cagney <ac131313@redhat.com>
8632
8633 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8634 instead of NUM_PSEUDO_REGS.
8635
6c86dcd5
DM
86362002-04-20 David S. Miller <davem@redhat.com>
8637
8638 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8639 GDB_MULTI_ARCH_PARTIAL
8640 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8641 define, let tm-sp64.h do it.
8642
aa40ec90
JT
86432002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8644
8645 * frame.c (find_saved_register): Avoid a NULL pointer
8646 dereference and actually walk the frame list.
8647
0f79675b
AC
86482002-04-20 Andrew Cagney <ac131313@redhat.com>
8649
8650 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8651 sorted in most most-recent-used order. Document.
8652 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8653
f91305dd 86542002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
8655
8656 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8657 instead of ->prev.
8658 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8659 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8660 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8661 instead of ->prev.
8662
73d322b1
EZ
86632002-04-19 Elena Zannoni <ezannoni@redhat.com>
8664
8665 Fix PR gdb/471.
8666 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8667 (build_builtin_type_vec128): Ditto.
8668 (append_composite_type_field): Fix calculation of type length in
8669 union case.
8670
ccd9a834
EZ
86712002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8672
8673 * config/djgpp/README: Update.
8674
8675 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8676 compiler warnings.
8677
a57f9e49
JT
86782002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8679
8680 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8681 (alpha_setup_arbitrary_frame): ...to this.
8682 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8683 for alpha_setup_arbitrary_frame.
8684
f4f9705a
AC
86852002-04-18 Andrew Cagney <cagney@redhat.com>
8686
8687 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8688 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8689
f4f9705a
AC
8690 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8691 * target.h (memory_breakpoint_from_pc): Update declaration.
8692 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8693
8694 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8695 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8696 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8697 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8698 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8699 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8700 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8701 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8702 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8703 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8704 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8705 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8706
8707 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8708 const pointer.
8709 * monitor.c (monitor_insert_breakpoint): Ditto.
8710 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8711
8712 * config/mcore/tm-mcore.h: Update copyright.
8713 * mem-break.c: Ditto.
8714 * xstormy16-tdep.c: Ditto.
8715
29f319b8
PM
87162002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8717
8718 * p-exp.y: Add precedence rule for '^' token.
8719 This removes the shift/reduce conflicts.
8720 Remove the comment concerning these shift/reduce conflicts.
8721
ebeac11a
EZ
87222002-04-18 Elena Zannoni <ezannoni@redhat.com>
8723
8724 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8725 (registers_powerpc_nofp): New register set for processors
8726 without floating point unit.
8727
27c31547
DM
87282002-04-18 David S. Miller <davem@redhat.com>
8729
8730 * MAINTAINERS: Add myself to write-after-approval.
8731
47a73475
MS
87322002-04-17 Michael Snyder <msnyder@redhat.com>
8733
8734 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8735
953836b2
AC
87362002-04-17 Andrew Cagney <ac131313@redhat.com>
8737
8738 * rs6000-tdep.c (frame_initial_stack_address): Use
8739 frame_register_read to read the alloca_reg.
8740
8b0d4340
AC
87412002-04-17 Andrew Cagney <ac131313@redhat.com>
8742
8743 * frame.c (find_saved_register): Find saved registers in the next
8744 not prev frame.
8745 Fix PR gdb/365.
8746
d8864532
AC
87472002-04-17 Andrew Cagney <ac131313@redhat.com>
8748
8749 * gdbarch.sh (LANG): Set to ``c''.
8750
36cc83a3 87512002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 8752
36cc83a3 8753 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 8754
2f4150cc 87552002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
8756
8757 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8758 Update copyright.
8759
628703c6 8760 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 8761 Also fix PR gdb/391.
361d1df0 8762
56157b4a
AC
87632002-04-14 Andrew Cagney <ac131313@redhat.com>
8764
8765 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8766 * aclocal.m4, configure: Re-generate.
8767 Fix PR gdb/391.
361d1df0 8768
6d1e3329
EZ
87692002-04-14 Elena Zannoni <ezannoni@redhat.com>
8770
8771 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8772 instead of tm_print_insn.
8773
cb06fa07
EZ
87742002-04-14 Elena Zannoni <ezannoni@redhat.com>
8775
8776 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8777
f208ba17
AC
87782002-04-14 Andrew Cagney <ac131313@redhat.com>
8779
8780 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8781 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8782 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8783
20f01a46
DH
87842002-04-12 Don Howard <dhoward@redhat.com>
8785
8786 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8787 max_user_call_depth.
8788 (init_cmd_lists): Initialize the new value;
8789 * cli/cli-script.c (execute_user_command): Limit the call depth of
8790 user defined commands. This avoids a core-dump when user commands
8791 are infinitly recursive.
8792
a88376a3
KB
87932002-04-12 Kevin Buettner <kevinb@redhat.com>
8794
8795 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8796 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8797 from tdep struct instead of DEFAULT_LR_SAVE.
8798 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8799 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8800 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8801
f2172603
MS
88022002-04-12 Michael Snyder <msnyder@redhat.com>
8803
694f61fb 8804 * Remote.c: Spelling fix.
20fe79c8
MS
8805 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8806 If no symbol found for "sbrk", try "_sbrk".
8807 (make_output_phdrs): Use bfd_section_name.
8808 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8809 * eval.c: Indentation fix-ups.
169a7369
MS
8810 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8811 in case it gets applied to an address that is already
8812 in the instruction space.
de74f71f
MS
8813 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8814 * symfile.c: Fix indentation, long lines.
f2172603
MS
8815 * source.c: White space fix-up.
8816
cda5a58a
AC
88172002-04-12 Andrew Cagney <cagney@redhat.com>
8818
8819 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8820 * frame.c (frame_register_read): New function. Return non-zero on
8821 success.
8822 (read_relative_register_raw_bytes_for_frame): Delete.
8823 (read_relative_register_raw_bytes): Delete.
8824 * frame.h (frame_register_read): Declare.
8825 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8826 * sh-tdep.c: Ditto.
8827 * infcmd.c (do_registers_info): Ditto.
8828 * hppa-tdep.c: Ditto.
8829 * rs6000-tdep.c: Ditto.
8830 * h8500-tdep.c: Ditto.
8831 * mips-tdep.c: Ditto.
8832 * h8300-tdep.c: Ditto.
8833 * z8k-tdep.c: Ditto.
8834
2ea5f656
KB
88352002-04-12 Kevin Buettner <kevinb@redhat.com>
8836
8837 From Jimi X <jimix@watson.ibm.com>:
8838 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8839 64-bit SysV ABI.
8840
27b15785
KB
88412002-04-12 Kevin Buettner <kevinb@redhat.com>
8842
8843 From Jimi X <jimix@watson.ibm.com>:
8844 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8845 bfd info.
8846
5d57ee30
KB
88472002-04-12 Kevin Buettner <kevinb@redhat.com>
8848
8849 From Jimi X <jimix@watson.ibm.com>:
8850 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8851 register sets for these processor variants.
8852
bc1e36ca
DJ
88532002-04-11 Daniel Jacobowitz <drow@mvista.com>
8854
bc1e36ca
DJ
8855 * regformats/reg-ppc.dat: Support FPSCR.
8856
e3f36dbd
KB
88572002-04-11 Kevin Buettner <kevinb@redhat.com>
8858
8859 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8860 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8861 Add fpscr as an invalid/unfetchable register.
8862 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8863 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8864 (fill_fpregset): Add support for register fpscr.
8865 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8866 (fill_gregset): Account for the fact that register ``mq'' might
8867 not exist.
8868 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8869 (registers_power): Add fpscr to register set at slot 71.
8870 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8871 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8872
943c9c25
MS
88732002-04-11 Michael Snyder <msnyder@redhat.com>
8874
8875 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8876 * configure: Regenerate.
8877 * config.in: Regenerate.
8878 * acconfig.h: Add define for _SYSCALL32.
8879 * core-sol2.c: Remove #define _SYSCALL32.
8880 * solib-legacy.c: Remove #define _SYSCALL32.
8881
d8c0a2e7
AC
88822002-04-10 Andrew Cagney <ac131313@redhat.com>
8883
8884 * stack.c (select_frame): Cleanup internal error message, do not
8885 use %p.
8886
7cc19214
AC
88872002-04-10 Andrew Cagney <ac131313@redhat.com>
8888
8889 * stack.c (select_frame): Check that selected_frame and the
8890 specified level are as expected.
8891 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8892 Update copyright.
8893 * frame.h (struct frame_info): Add field `level'. Update
8894 copyright.
8895 Work-in-progress PR gdb/464.
8896
67a2b77e
AC
88972002-04-10 Andrew Cagney <ac131313@redhat.com>
8898
8899 * maint.c (maint_print_section_info): Rename print_section_info.
8900 (print_bfd_section_info, print_objfile_section_info): Update.
8901 * inferior.h (struct gdbarch): Add opaque declaration.
8902 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8903 * gdbarch.h: Regenerate.
8904
8cfda98c
ML
89052002-04-10 Michal Ludvig <mludvig@suse.cz>
8906
8907 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8908 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8909 (kernel_u_size): Added.
8910 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8911 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8912
ca439ad2 89132002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8914
ca439ad2
JI
8915 * valarith.c (find_size_for_pointer_math): New function, either returns
8916 the size for a pointer's target, returns 1 for void *, or errors for
8917 incomplete types.
8918 (value_add, value_sub): use find_size_for_pointer_math.
8919
2f2893d9
DJ
89202002-04-09 Daniel Jacobowitz <drow@mvista.com>
8921
8922 * linux-low.c (linux_look_up_symbols): New hook.
8923 (linux_target_ops): Add linux_look_up_symbols.
8924 * remote-utils.c (decode_address): New function.
8925 (look_up_one_symbol): New function.
8926 * server.c (handle_query): Call target look_up_symbols hook.
8927 * server.h (look_up_one_symbol): Add prototype.
8928 * target.h (struct target_ops): Add look_up_symbols hook.
8929
96cb11df
AC
89302002-04-09 Andrew Cagney <ac131313@redhat.com>
8931
8932 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8933 override FP_REGNUM with frame->fp. Update copyright.
8934 * parse.c (num_std_regs, std_regs): Delete.
8935 (target_map_name_to_register): Do not search std_regs. Update
8936 function description.
8937 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8938 declarations. Update copyright.
8939 Fix PR gdb/251.
361d1df0 8940
97658e92
DJ
89412002-04-09 Daniel Jacobowitz <drow@mvista.com>
8942
8943 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8944 after the last symbol in a block.
8945
6044e3eb
PM
89462002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8947
8948 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8949 is non zero as a found symbol.
8950
0406ec40
AC
89512002-04-08 Andrew Cagney <ac131313@redhat.com>
8952
8953 * findvar.c: Include "builtin-regs.h".
8954 (value_of_register): Call value_of_builtin_reg when applicable.
8955 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8956 (target_map_name_to_register): Call
8957 builtin_reg_map_name_to_regnum.
8958 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8959 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8960 (builtin_regs_h): Define.
8961 (builtin-regs.o): New target.
8962 (findvar.o): Add $(builtin_regs_h).
8963 * builtin-regs.c, builtin-regs.h: New files.
8964 * std-regs.c: New file.
8965 Partial fix for PR gdb/251.
8966
56a6dfb9
KB
89672002-04-08 Kevin Buettner <kevinb@redhat.com>
8968
8969 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8970 it's no longer required.
8971
3a808432
AC
89722002-04-08 Andrew Cagney <ac131313@redhat.com>
8973
8974 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8975
7c40d541
KB
89762002-04-08 Kevin Buettner <kevinb@redhat.com>
8977
8978 From Jimi X <jimix@watson.ibm.com>:
8979 * rs6000-tdep.c (rs6000_software_single_step): Use
8980 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8981 and size. Use target_insert_breakpoint() and
8982 target_remove_breakpoint() to insert and remove breakpoints
8983 instead of explicit memory reads and writes.
8984
cc9836a8
KB
89852002-04-08 Kevin Buettner <kevinb@redhat.com>
8986
8987 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8988 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8989 ELF_OBJECT_FORMAT ifdef.
8990
7495d1dc
KB
89912002-04-08 Kevin Buettner <kevinb@redhat.com>
8992
8993 From Jimi X <jimix@watson.ibm.com>:
8994 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8995
4288e836
KB
89962002-04-08 Kevin Buettner <kevinb@redhat.com>
8997
8998 From Jimi X <jimix@watson.ibm.com>:
8999 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9000 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9001
a4e4e501
MK
90022002-04-07 Mark Kettenis <kettenis@gnu.org>
9003
9004 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9005 s/asprintf/xasprintf/.
9006 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9007
006defba
AC
90082002-04-07 Andrew Cagney <ac131313@redhat.com>
9009
9010 I believe Jeff Law denies responsability for this one:
9011 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9012 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9013 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9014 Work-around for PR gdb/366.
9015
7aa83cac
EZ
90162002-04-07 Elena Zannoni <ezannoni@redhat.com>
9017
9018 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9019 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9020 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9021
cf1fcca1
EZ
90222002-04-07 Elena Zannoni <ezannoni@redhat.com>
9023
9024 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9025 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9026 information.
9027
3f289e6f
AC
90282002-04-07 Andrew Cagney <ac131313@redhat.com>
9029
9030 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9031 maintainer.
9032
129188f6
AC
90332002-04-07 Andrew Cagney <ac131313@redhat.com>
9034
9035 * README (Reporting Bugs in GDB): Document the bug web page as the
9036 prefered way of submitting bugs.
9037 Fix PR gdb/402.
9038
1200cd6e
AC
90392002-04-06 Andrew Cagney <ac131313@redhat.com>
9040
9041 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9042 -1. Update comment.
9043 * gdbarch.h, gdbarch.c: Re-generate.
9044
2853c33c
AS
90452002-04-07 Andreas Schwab <schwab@suse.de>
9046
9047 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9048 buffer to regcache_collect.
9049
c2169756
AC
90502002-04-06 Andrew Cagney <ac131313@redhat.com>
9051
9052 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9053 * gdbarch.c, gdbarch.h: Re-generate.
9054
25f1b008
AC
90552002-04-06 Andrew Cagney <ac131313@redhat.com>
9056
9057 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9058 declaration. Fix -Werror.
9059
59263426
DJ
90602002-04-05 Daniel Jacobowitz <drow@mvista.com>
9061
9062 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9063 * gdbarch.c: Regenerate.
9064
f5db4da3
MS
90652002-04-05 Michael Snyder <msnyder@redhat.com>
9066
80f8a6eb
MS
9067 * breakpoint.c (clear_command): Rewrite middle section to
9068 combine two loops with identical control conditions.
9069 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
9070 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9071
ad3dcc5c
L
90722002-04-05 H.J. Lu (hjl@gnu.org)
9073
9074 * solib-svr4.c (bkpt_names): Add "__start".
9075
f32e7a74
AC
90762002-04-04 Andrew Cagney <ac131313@redhat.com>
9077
9078 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9079 as test for 64 bit target.
9080
8227c0ff
AC
90812002-04-05 Andrew Cagney <ac131313@redhat.com>
9082
9083 * h8500-tdep.c (h8500_write_fp): Delete function.
9084 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9085 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9086 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9087 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9088 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9089 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9090 (s390_write_fp):
9091 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9092 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9093 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9094 (d10v_write_fp): Delete function.
9095 * inferior.h (write_fp, generic_target_write_fp): Delete
9096 declarations.
9097 * regcache.c (generic_target_write_fp): Delete function.
9098 (write_fp): Delete function.
9099 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9100 * gdbarch.h, gdbarch.c: Regenerate.
9101 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9102 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9103 (sparc64_write_fp): Delete declaration.
9104 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9105 (h8500_write_fp): Delete declaration.
9106
2757dd86
AC
91072002-04-04 Andrew Cagney <ac131313@redhat.com>
9108
9109 * sparc-tdep.c (sparc64_write_fp): Delete.
9110 (sparc_push_dummy_frame): Replace write_fp call with code to store
9111 the FP directly.
9112 (sparc_gdbarch_init): Do not initialize write_fp.
9113
c69255e1
KB
91142002-04-05 Kevin Buettner <kevinb@redhat.com>
9115
9116 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9117 clause.
9118
ae767bfb
JB
91192002-03-29 Jim Blandy <jimb@redhat.com>
9120
9121 * stack.c (get_selected_block): Add new argument `addr_in_block',
9122 used to return the exact code address we used to select the block,
9123 not just the block.
9124 * blockframe.c (get_frame_block, get_current_block): Same.
9125 * frame.h (get_frame_block, get_current_block,
9126 get_selected_block): Update declarations.
9127 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9128 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9129
84d2ac95
MS
91302002-04-05 Michael Snyder <msnyder@redhat.com>
9131
9132 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9133 warning message.
9134
596aa3bf
JB
91352002-04-05 J. Brobecker <brobecker@gnat.com>
9136
9137 * utils.c (xfullpath): New function.
9138 * defs.h (xfullpath): Add declaration.
9139 * source.c (openp): Use xfullpath in place of gdb_realpath to
9140 avoid resolving the basename part of filenames when the
9141 associated file is a symbolic link. This fixes a potential
9142 inconsistency between the filenames known to GDB and the
9143 filenames it prints in the annotations.
9144 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9145 to be able to match a filename with either the real filename, or
9146 the name of any symbolic link to this file.
9147 (lookup_partial_symtab): Ditto.
9148
c02f5703
MS
91492002-04-04 Michael Snyder <msnyder@redhat.com>
9150
9151 * breakpoint.c: Add support for hardware breakpoints in overlays.
9152 (overlay_events_enabled): New state variable.
9153 (insert_breakpoints): Use overlay_events_enabled to decide
9154 whether to attempt to set a breakpoint at the overlay load addr.
9155 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9156 (remove_breakpoint): Use overlay_events_enabled to decide
9157 whether breakpoints need to be removed from overlay load addr.
9158 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9159 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9160 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9161 disable_overlay_breakpoints): Update overlay_events_enabled.
9162
5fb290d7
DJ
91632002-04-04 Daniel Jacobowitz <drow@mvista.com>
9164
9165 * dwarf2read.c (struct function_range): New.
9166 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9167 (check_cu_functions): New.
9168 (read_file_scope): Initialize global function lists.
9169 Call dwarf_decode_line after processing children.
9170 (read_func_scope): Add to global function list.
9171 (dwarf_decode_lines): Call check_cu_functions everywhere
9172 record_line is called. Call record_line with a linenumber
9173 of 0 to mark sequence ends.
9174
7b3fabf0
ML
91752002-04-04 Michal Ludvig <mludvig@suse.cz>
9176
361d1df0 9177 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9178 change sync with glibc.
9179
bce58c09
JB
91802002-04-03 Jim Blandy <jimb@redhat.com>
9181
9182 * configure.in: Call AC_C_INLINE.
9183 * configure: Regenerated.
361d1df0 9184
2fccf04a
DJ
91852002-04-01 Daniel Jacobowitz <drow@mvista.com>
9186
9187 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9188 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9189
2d1bfe2e
MK
91902002-03-31 Mark Kettenis <kettenis@gnu.org>
9191
a5941fbf
MK
9192 * NEWS: Mention gcore support on FreeBSD/i386.
9193
a90cd31d
MK
9194 * fbsd-proc.c: New file.
9195 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9196 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9197
2d1bfe2e
MK
9198 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9199 while statement.
9200
9eb6e5a1
JB
92012002-03-29 Jim Blandy <jimb@redhat.com>
9202
9203 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9204 unescaped newlines in string literals, but newer ones don't. So
9205 escape them.
9206
f02df580
MS
92072002-03-26 Michael Snyder <msnyder@redhat.com>
9208 Andrew Cagney <cagney@redhat.com>
9209
361d1df0 9210 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9211 restore file to memory.
9212 * cli/cli-dump.h: New file.
9213 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9214 * NEWS: Mention new commands.
f02df580 9215
109f874e
MS
92162002-03-28 Michael Snyder <msnyder@redhat.com>
9217
9218 * symfile.c (symbol_file_add): Move test for null symbols to later.
9219
520f6ade
AC
92202002-03-27 Andrew Cagney <ac131313@redhat.com>
9221
9222 From veksler at il.ibm.com:
9223 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9224 the xstrduped original path.
9225 Fix PR gdb/417.
9226
d4654627
MS
92272002-03-27 Michael Snyder <msnyder@redhat.com>
9228
9229 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9230 * infcmd.c (_initialize_infcmd): Ditto.
9231 * language.c (_initialize_language): Ditto.
9232 * symfile.c (_initialize_symfile): Ditto.
9233 * top.c (_init_main): Ditto.
9234 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9235
6be8bc0c
EZ
92362002-03-27 Elena Zannoni <ezannoni@redhat.com>
9237
9238 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9239 vector registers handling.
9240 (skip_prologue): Handle new AltiVec instructions. Fill in new
9241 fields of frame data.
9242 (frame_get_saved_regs): Fill in information for AltiVec registers.
9243
12af6855
JB
92442002-03-27 Jim Blandy <jimb@redhat.com>
9245
9246 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9247 a function; leave this macro here to invoke that function.
9248 (symbol_init_mangled_name): Declaration for that function.
9249 * symtab.c (symbol_init_mangled_name): New function.
9250
dc672865
AC
92512002-03-27 Andrew Cagney <ac131313@redhat.com>
9252
9253 * valarith.c: Replace strerror with safe_strerror.
9254 * tracepoint.c: Ditto.
9255 * lin-lwp.c: Ditto.
9256 * go32-nat.c: Ditto.
9257 * inflow.c: Ditto.
9258 * gnu-nat.c: Ditto.
9259
d96429cd
AS
92602002-03-27 Andreas Schwab <schwab@suse.de>
9261
9262 * event-top.c (command_line_handler): Remove useless if.
9263
7e336ba1
AJ
92642002-03-27 Andreas Jaeger <aj@suse.de>
9265
9266 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9267 comment.
9268
de220d0f
ML
92692002-03-27 Michal Ludvig <mludvig@suse.cz>
9270
9271 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9272 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9273 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9274 (x86_64_linux_dr_get_status, supply_gregset),
9275 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9276 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9277 (x86_64_register_info_table): Add.
9278 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9279 (x86_64_register_raw_size, x86_64_register_virtual_type),
9280 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9281 general x86_64_register_info_table.
9282 (i386_gdbarch_init): gdbarch_register_bytes is now set
9283 dynamicaly during initialization.
9284 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9285 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9286
0e98d0a7
DJ
92872002-03-27 Daniel Jacobowitz <drow@mvista.com>
9288
9289 * gdbserver/server.c (main): Call target_signal_to_host_p
9290 and target_signal_to_host on signals received from the remote.
9291 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9292 target_signal_from_host on signals sent to the remote.
9293 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9294 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9295
3130066b
DJ
92962002-03-27 Daniel Jacobowitz <drow@mvista.com>
9297
9298 * signals/signals.c: Include "server.h" in gdbserver build.
9299 (target_signal_from_name): Don't use STREQ.
9300 (_initialize_signals): Likewise. Don't include function in
9301 gdbserver build.
9302
9aedf4f4
DJ
93032002-03-27 Daniel Jacobowitz <drow@mvista.com>
9304
9305 * signals.c: Moved to...
9306 * signals/signals.c: Here.
7e336ba1 9307 * Makefile (signals.o): Update.
9aedf4f4 9308
3fa41cdb
JL
93092002-03-26 Jeff Law (law@redhat.com)
9310
9311 * somread.c (som_symtab_read): Remove some commented out code and
9312 updated related comments. Do not set the minimal symbol table to
9313 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9314 in a dynamic executable.
9315 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9316 where we are unable to find the minimal symbol for the given
9317 PC value.
9318
ee677e8d
MS
93192002-03-25 Jeff Law (law@redhat.com)
9320
9321 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9322
e76e1718
ML
93232002-03-25 Michal Ludvig <mludvig@suse.cz>
9324
9325 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9326
18a642a1
AC
93272002-03-23 Andrew Cagney <ac131313@redhat.com>
9328
9329 * command.h: Update copyright.
9330 (struct cmd_list_element): Replace definition with opaque
9331 declaration.
9332 (enum cmd_types): Document that it will eventually be moved to
9333 cli/cli-decode.h
9334 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9335 (MALLOCED_REPLACEMENT): Delete macro.
9336 * Makefile.in (cli_decode_h): Add $(command_h).
9337 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9338 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9339 * completer.c: Include "cli/cli-decode.h".
9340 * maint.c: Include "cli/cli-decode.h".
9341 * cli/cli-decode.h: Include "command.h".
9342 (enum command_class): Delete.
9343 (enum cmd_types): Comment out.
9344 (enum cmd_auto_boolean): Delete.
9345 (enum var_types): Delete.
9346
b2875cc0
AC
93472002-03-23 Andrew Cagney <ac131313@redhat.com>
9348
9349 * cli/cli-decode.c: Include "gdb_assert.h".
9350 (add_set_or_show_cmd): New static function.
9351 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9352 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9353 all fields, such as func, from the set command.
9354
3b45974e
AC
93552002-03-23 Andrew Cagney <ac131313@redhat.com>
9356
9357 * MAINTAINERS (sh-elf): Change warning flag to -w.
9358
823ca731
AC
93592002-03-23 Andrew Cagney <cagney@redhat.com>
9360
9361 * defs.h (error): Add printf format attribute.
9362 * thread-db.c (thread_from_lwp): Fix error format string.
9363 * stack.c (parse_frame_specification): Ditto.
9364 * cli/cli-decode.c (undef_cmd_error): Ditto.
9365 * scm-lang.c (scm_lookup_name): Ditto.
9366 * tracepoint.c (trace_error): Ditto.
9367 * remote-utils.c (usage): Ditto.
9368 * remote.c (compare_sections_command): Ditto.
9369 Fix PR gdb/328.
9370
0e101458
AC
93712002-03-22 Andrew Cagney <ac131313@redhat.com>
9372
9373 * gdbtypes.c (append_composite_type_field): New function.
9374 (init_composite_type): New function.
9375 * gdbtypes.h (append_composite_type_field): Declare.
9376 (init_composite_type): Ditto.
9377
8e0662df
EZ
93782002-03-22 Elena Zannoni <ezannoni@redhat.com>
9379
9380 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9381 function.
8e0662df
EZ
9382 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9383 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9384 structure returning convention for SYSV ABI case, but not
9385 for GNU/Linux, FreeBSD, or NetBSD.
9386
3121eff0
DJ
93872002-03-22 Daniel Jacobowitz <drow@mvista.com>
9388
9389 * symtab.h (lookup_block_symbol): Add mangled_name argument
9390 to prototype.
9391
9392 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9393 with new mangled_name argument.
9394 * linespec.c (decode_line_1): Likewise.
9395 * valops (value_of_this): Likewise.
9396 * symtab.c (lookup_transparent_type): Likewise.
9397 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9398 (lookup_symbol): If we are given a mangled name, pass it down
9399 to lookup_symbol_aux.
9400 (lookup_block_symbol): If we are given a mangled name to check
9401 against, only return symbols which match it.
9402
349b409f
CF
94032002-03-22 Christopher Faylor <cgf@redhat.com>
9404
9405 * win32-nat.c (child_create_inferior): Check for proper shell to use
9406 here, in case the user changes it on the fly.
9407 (_initialize_inftarg): Remove shell path considerations.
9408
2a873819
EZ
94092002-03-21 Elena Zannoni <ezannoni@redhat.com>
9410
9411 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9412 for gdbarch_max_register_raw_size and max_register_virtual_size.
9413 Adjust copyright year.
9414
a1b9830c
DJ
94152002-03-21 Daniel Jacobowitz <drow@mvista.com>
9416
9417 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9418 in a function to cover the entire beginning of the function
9419 as well if it does not already.
9420
8b5790f2
TR
94212002-03-21 Tom Rix <trix@redhat.com>
9422
9423 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9424 (rs6000_ptrace64): Renamed from ptrace64.
9425
bdbe5747
MH
94262002-03-20 Martin M. Hunt <hunt@redhat.com>
9427
9428 * gdbserver/remote-utils.c (remote_open): Don't call
9429 getprotobyname, we're all using TCP here so just use
9430 IPPROTO_TCP.
7e336ba1 9431 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9432
94332002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9434
bdbe5747
MH
9435 * regcache.c (_initialize_regcache): No need to call
9436 build_regcache() at this time; it gets called whenever
9437 the gdbarch changes.
9438
7781cd62
DB
94392002-03-20 David O'Brien <obrien@FreeBSD.org>
9440
9441 * sparc-nat.c: Include sys/param.h where possible.
9442
f65ca430
DJ
94432002-03-20 Daniel Jacobowitz <drow@mvista.com>
9444
9445 Fix PR gdb/422.
9446 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9447 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9448 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9449 complex types.
9450 * stabsread.c (rs6000_builtin_type): Likewise.
9451 (read_sun_floating_type): Likewise.
9452
0c867556
PS
94532002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9454
9455 * stabsread.c (read_member_functions): Remove skip code for duplicate
9456 constructor/destructor methods. Use standard parsing for these
9457 methods and just do not chain them to the list of methods after
9458 parsing.
9459
12b9c64f
AO
94602002-03-19 Alexandre Oliva <aoliva@redhat.com>
9461
9462 * coffread.c: Remove redundant static declarations. Replace
9463 occurrences of `PTR' with `void *'.
9464 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9465 * top.h (quit_cover): Likewise.
9466 * defs.h (catch_errors): Likewise.
9467
349c5d5f
AC
94682002-03-18 Andrew Cagney <ac131313@redhat.com>
9469
9470 * defs.h (XMALLOC): Define.
9471 * gdb-events.sh (XMALLOC): Delete macro.
9472 * gdb-events.c, gdb-events.h: Regenerate.
9473 * gdbarch.sh (XMALLOC): Delete macro.
9474 * gdbarch.c: Regenerate.
9475 * serial.c (XMALLOC): Delete macro.
9476 * ui-file.c (XMALLOC): Ditto.
9477 * ser-unix.h (XMALLOC): Ditto.
9478 * sh-tdep.c (XMALLOC): Ditto.
9479 * ui-out.c (XMALLOC): Ditto.
9480 * utils.c (XMALLOC): Ditto.
9481 * i386-tdep.c (XMALLOC): Ditto.
9482 * gdb-events.c (XMALLOC): Ditto.
9483 * d10v-tdep.c (XMALLOC): Ditto.
9484 * cli-out.c (XMALLOC): Ditto.
9485
9486 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9487 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9488 * ui-file.c, ui-out.c: Ditto.
9489
7d0766f3
AC
94902002-03-18 Andrew Cagney <ac131313@redhat.com>
9491
9492 * command.h (struct cmd_list_element): Add field context.
9493 (set_cmd_context, get_cmd_context): Declare.
9494 * cli/cli-decode.h: Ditto.
9495 * cli/cli-decode.c (get_cmd_context): New function.
9496 (set_cmd_context): New function.
9497 (add_cmd): Initialize context.
9498 Part of fixing PR gdb/145 and PR gdb/146.
9499
5913bcb0
AC
95002002-03-17 Andrew Cagney <ac131313@redhat.com>
9501
1868c04e
AC
9502 * cli/cli-decode.c (cmd_type): New function.
9503 * command.h (cmd_type): Declare.
9504 * infrun.c (set_schedlock_func): Call function cmd_type.
9505 * kod.c (kod_set_os): Call cmd_type.
9506 * cris-tdep.c (cris_version_update): Use function cmd_type.
9507 (cris_mode_update, cris_abi_update): Ditto.
9508
5913bcb0
AC
9509 * command.h: (execute_cmd_post_hook): Declare.
9510 (execute_cmd_pre_hook): Declare.
9511 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9512 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9513 functions. Execute pre/post hook while ensuring that afterwords
9514 hook_in is cleared.
9515 * top.c (execute_command): Use execute_cmd_post_hook, and
9516 execute_cmd_pre_hook to execute pre/post commands.
9517 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9518 hook_stop_stub.
9519 (hook_stop_stub): Call execute_cmd_pre_hook.
9520
b51450c9
AC
95212002-03-17 Andrew Cagney <ac131313@redhat.com>
9522
9523 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9524 set'' and this leads to a core dump. Move xstrdup of
9525 operating_system to after check that it is not NULL.
9526
f66c9f11
AC
95272002-03-17 Andrew Cagney <ac131313@redhat.com>
9528
8e694ecf
AC
9529 * kod.c (kod_set_os): Remove unnecessary check that
9530 ``command->type'' is set_cmd.
9531
f66c9f11
AC
9532 * valprint.c (set_input_radix): Use input_radix.
9533 (set_output_radix): Use output_radix.
9534 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9535 isn't reverted.
9536
9d01611c
AC
95372002-03-16 Andrew Cagney <ac131313@redhat.com>
9538
9539 * value.h (struct value): Delete field ``substring_addr''. Change
9540 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
9541 force_core_addr_align and force_pointer_aligh.
9542
9543 * value.h (struct value): Fix typo in above change.
9d01611c 9544
4156bb53
PS
95452002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9546
9547 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9548 to fix internal_error from ``maintenance print architecture''.
9549
0e5e3ea6
PS
95502002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9551
9552 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9553 for gcc versions after gcc-2.8.1.
9554
9b013045
PS
95552002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9556
9557 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9558 for method resolution. Restore adjustment of ``this'' pointer after
9559 calling value_struct_elt, which was accidentally removed during the
9560 HP merge.
9561
376c9600
AC
95622002-03-15 Andrew Cagney <ac131313@redhat.com>
9563
9564 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9565 value_of_register.
9566 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9567 get_saved_register.
9568 * value.h (value_of_register): Update.
9569
a4db0f07
RH
95702002-03-14 Richard Henderson <rth@redhat.com>
9571
9572 * configure.in: Detect declaration for canonicalize_file_name.
9573 * utils.c (canonicalize_file_name): Declare, if needed.
9574 (gdb_realpath): Prefer realpath if available and usable.
9575 * config.in, configure: Rebuild.
9576
96383835
RH
95772002-03-14 Richard Henderson <rth@redhat.com>
9578
9579 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9580 a constant array bound.
9581
9582 * MAINTAINERS: Add myself to write-after-approval.
9583
75245b24
MS
95842002-03-14 Michael Snyder <msnyder@redhat.com>
9585
9586 * symfile.c (syms_from_objfile): Return immediately if no syms.
9587 (symbol_file_add): Return immediately if no syms.
9588 (find_sym_fns): Return immediately if no syms.
9589
e641a1ca
ML
95902002-03-13 Michal Ludvig <mludvig@suse.cz>
9591
9592 * gdbserver/remote-util.c (remote_open): Print remote-side's
9593 IP address when remote debugging over the network.
7e336ba1 9594
df08bfec
DB
95952002-03-12 David O'Brien <obrien@FreeBSD.org>
9596
9597 * config/sparc/fbsd.mh: Fix copyright.
9598 * config/sparc/fbsd.mt: Likewise.
9599
9a57864f
RE
96002002-03-11 Richard Earnshaw <rearnsha@arm.com>
9601
9602 * MAINTAINERS: Fix typo in name of gdb warnings option.
9603 (x86-64): Fix formating so that this can be parsed by awk.
9604
dd7bf85e
DJ
96052002-03-10 Daniel Jacobowitz <drow@mvista.com>
9606
9607 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9608 * defs.h: Include "gdb/signals.h".
9609 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9610
33a0a2ac
ML
96112002-03-10 Michal Ludvig <mludvig@suse.cz>
9612
9613 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 9614 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
9615 from x86-64-tdep.h
9616
dd824b04
DJ
96172002-03-10 Daniel Jacobowitz <drow@mvista.com>
9618 Don Howard <dhoward@redhat.com>
9619
9620 * mips-tdep.c (ST0_FR): Define.
9621 (mips2_fp_compat): New function, temporarily disabled.
9622 (mips_read_fp_register_single): New function.
9623 (mips_read_fp_register_double): New function.
9624 (mips_print_register): Use them.
9625 (do_fp_register_row): Likewise.
9626
6a41ff59
AC
96272002-03-09 Andrew Cagney <ac131313@redhat.com>
9628
9629 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9630 approval''.
9631
4ea09c10
PS
96322002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9633
9634 * stabsread.c (read_member_functions): Fix is_stub test for
9635 static member functions, improve comment.
9636
6ccc741d
RE
96372002-03-07 Richard Earnshaw <rearnsha@arm.com>
9638
9639 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9640 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9641 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9642 commands that set boolean values.
9643 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9644 (arm_rdi_resume): Always initialize PC.
9645 (arm_rdi_open): Don't use rslt as a boolean.
9646 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9647 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9648 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9649 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9650
438013df
AO
96512002-03-06 Alexandre Oliva <aoliva@redhat.com>
9652
9653 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9654 * configure: Rebuilt.
9655
70ed8774
SC
96562002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9657
9658 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9659 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9660
5ba2abeb
AC
96612002-03-06 Andrew Cagney <ac131313@redhat.com>
9662
9663 * cli/cli-decode.c (set_cmd_completer): New function.
9664 * command.h (set_cmd_completer): Declare.
9665 * cli/cli-decode.h (set_cmd_completer): Ditto.
9666
9667 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9668 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9669 * win32-nat.c (_initialize_inftarg): Ditto.
9670 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9671 * proc-api.c (_initialize_proc_api): Ditto.
9672 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9673 * source.c (_initialize_source): Ditto.
9674 * exec.c (_initialize_exec): Ditto.
9675 * solib.c (_initialize_solib): Ditto.
9676 * top.c (init_main): Ditto.
9677 * tracepoint.c (_initialize_tracepoint): Ditto.
9678 * symfile.c (_initialize_symfile): Ditto.
9679 * printcmd.c (_initialize_printcmd): Ditto.
9680 * infcmd.c (_initialize_infcmd): Ditto.
9681 * corefile.c (_initialize_core): Ditto.
9682
f779ca99
AC
96832002-03-05 Andrew Cagney <ac131313@redhat.com>
9684
9685 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9686
01a3934b
AC
96872002-03-05 Andrew Cagney <ac131313@redhat.com>
9688
9689 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9690
37057839
AC
96912002-03-05 Andrew Cagney <ac131313@redhat.com>
9692
9693 * NEWS: Update headings, 5.2 has branched.
9694
c6ecbae5
DJ
96952002-03-04 Daniel Jacobowitz <drow@mvista.com>
9696
9697 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9698 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9699 (register_addr, REGISTER_RAW_SIZE): Likewise.
9700 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9701 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9702
e9f30c21
ML
97032002-03-03 Michal Ludvig <mludvig@suse.cz>
9704
9705 * MAINTAINERS (x86-64): Add myself.
9706 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9707 changed value_ptr -> struct value *
9708
54394ac3
DB
97092002-03-01 David O'Brien <obrien@FreeBSD.org>
9710
9711 * configure.host (sparc64-*-freebsd): Add.
9712 * configure.tgt: Likewise.
9713 * config/sparc/fbsd.mh: New file.
9714 * config/sparc/fbsd.mt: Likewise.
9715 * config/sparc/nm-fbsd.h: Likewise.
9716 * config/sparc/tm-fbsd.h: Likewise.
9717
bfe95955
DJ
97182002-03-01 Daniel Jacobowitz <drow@mvista.com>
9719
9720 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9721 regformats/reg-s390x.dat.
9722
f33c6cbf
AC
97232002-03-01 Andrew Cagney <ac131313@redhat.com>
9724
9725 * utils.c: Add FIXME explaining true/false problem.
9726
5ecaa7dd
AC
97272002-02-28 Andrew Cagney <ac131313@redhat.com>
9728
9729 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9730
2a251cc2
MC
97312002-02-28 Michael Chastain <mec@shout.net>
9732
9733 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9734
6a8031a3 97352002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
9736
9737 * gdbserver/linux-s390-low.c: New file.
9738 * regformats/reg-s390.dat: New file.
9739 * regformats/reg-s390x.dat: New file.
9740 * gdbserver/configure.srv: Add S/390.
9741 * gdbserver/Makefile.in: Add S/390.
9742 * configure.tgt: Enable gdbserver for S/390.
9743
ac469903
EZ
97442002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9745
9746 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9747 first line of the doc string for "info dos", except at the end of
9748 the sentence, since the short help stops at the first period.
9749
985cb1a3
JM
97502002-02-28 Jason Merrill <jason@redhat.com>
9751
9752 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9753
c570663e
FF
97542002-02-27 Fred Fish <fnf@redhat.com>
9755
9756 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9757 comment (dumy -> dummy).
9758
43630227
PS
97592002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9760
9761 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9762
b84911e8
RB
97632002-02-27 Rodney Brown <rbrown64@csc.com.au>
9764
9765 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9766
58caa3dc
DJ
97672002-02-27 Daniel Jacobowitz <drow@mvista.com>
9768
9769 * gdbserver/acconfig.h: New file.
9770 * gdbserver/i387-fp.c: New file.
9771 * gdbserver/i387-fp.h: New file.
9772 * gdbserver/linux-x86-64.c: New file.
9773 * regformats/reg-x86-64.dat: New file.
9774 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9775 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9776 * gdbserver/configure.in: Add support for regsets.
9777 * gdbserver/config.in: Regenerate.
9778 * gdbserver/configure: Regenerate.
9779 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9780 * gdbserver/linux-low.h: New file.
9781 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9782 for regsets.
9783 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9784 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9785 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9786 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9787 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9788 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9789 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9790 "i387-fp.h". Add PTRACE_GETREGS and friends.
9791 * gdbserver/regcache.c (supply_register): New function.
9792 (supply_register_by_name): New function.
9793 (collect_register): New function.
9794 (collect_register_by_name): New function.
9795
93652174
DJ
97962002-02-27 Daniel Jacobowitz <drow@mvista.com>
9797
9798 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9799 (config.status): Add configure.srv dependency.
9800 (server_h): Add config.h dependency.
9801
a02e4a61
DJ
98022002-02-27 Daniel Jacobowitz <drow@mvista.com>
9803
9804 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9805 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9806 * gdbserver/configure.srv: Change i386-*-linux* to use
9807 reg-i386-linux.o.
9808
ce0eebec
AC
98092002-02-26 Andrew Cagney <ac131313@redhat.com>
9810
9811 * x86-64-tdep.c: Re-indent. Update copyright date.
9812
82dbc5f7
AC
98132002-02-26 Andrew Cagney <ac131313@redhat.com>
9814
9815 From Michal Ludvig <mludvig@suse.cz>:
9816 * x86-64-tdep.c (value.h): Delete.
9817 (gdb_assert.h): Include.
9818 (x86_64_register_convert_to_virtual,
9819 x86_64_register_convert_to_raw ): Add check which lets only
9820 floating-point values to be converted.
9821 (value_push): Delete.
9822 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9823 (i386_gdbarch_init): Number of register_bytes fixed.
9824
e4621584
AC
98252002-02-26 Andrew Cagney <ac131313@redhat.com>
9826
9827 * MAINTAINERS: Add x86-64 target.
9828
81a9a963
AC
98292002-02-26 Andrew Cagney <ac131313@redhat.com>
9830
9831 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9832 * osfsolib.c (solib_map_sections): Ditto.
9833 * irix5-nat.c (solib_map_sections): Ditto.
9834 * corelow.c (gdb_check_format): Ditto.
9835 * symfile.c (symfile_bfd_open): Ditto.
9836 * solib.c (solib_map_sections): Ditto.
9837 Fix PR gdb/354.
7e336ba1 9838
0f017ab9
AC
98392002-02-26 Andrew Cagney <ac131313@redhat.com>
9840
9841 * remote.c (_initialize_remote): By default, disable ``e'' and
9842 ``E'' step out-of-range packets.
9843
75738c29
AS
98442002-02-26 Andreas Schwab <schwab@suse.de>
9845
9846 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9847 m68k_linux_frame_saved_pc.
9848 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9849 in_sigtramp.
9850 (SIGCONTEXT_PC_OFFSET): Remove.
9851 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9852 m68k_linux_sigtramp_saved_pc): New functions.
9853 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9854 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9855 (UCONTEXT_PC_OFFSET): Define.
9856 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9857 non-RT and RT signal trampolines.
9858
7e8ed687
RE
98592002-02-26 Richard Earnshaw <rearnsha@arm.com>
9860
9861 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9862 (TARGET_NBPG, STACK_END_ADDR): Delete
9863 (VARIABLES_INSIDE_BLOCK): Delete.
9864
6972bc8b
AC
98652002-02-25 Andrew Cagney <ac131313@redhat.com>
9866
9867 * utils.c (perror_with_name): Make string parameter constant.
9868 (print_sys_errmsg): Ditto.
9869 (query): Ditto.
9870 * defs.h (perror_with_name): Update.
9871 (print_sys_errmsg): Update.
9872 (query): Update.
9873
aa32f823
DJ
98742002-02-25 Daniel Jacobowitz <drow@mvista.com>
9875
9876 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9877 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9878
19caaa45
PS
98792002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9880
9881 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9882 if it already matches the current architecture from the exec file.
9883 Include arch-utils.h for gdbarch_info_init prototype.
9884 * Makefile.in (rs6000-nat.o): Update dependencies.
9885
d951901f
EZ
98862002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9887
9888 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9889 list of exported variables.
9890
7ea81414
DJ
98912002-02-24 Daniel Jacobowitz <drow@mvista.com>
9892
9893 * gdbserver/configure.srv: New file.
9894 * gdbserver/configure.in: Use configure.srv instead
9895 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9896 from it.
9897 * gdbserver/configure: Regenerated.
9898 * gdbserver/terminal.h: New file.
9899 * gdbserver/Makefile.in: Update for configure changes. Remove
9900 more unneeded include paths.
9901
080fe24b
AC
99022002-02-24 Andrew Cagney <ac131313@redhat.com>
9903
9904 From wiz at danbala:
9905 * config/sparc/tm-sp64.h: Fix grammar and typos.
9906 Fix PR gdb/287.
9907
8605d56e
AC
99082002-02-24 Andrew Cagney <ac131313@redhat.com>
9909
9910 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9911 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9912 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9913 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9914 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9915 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9916 * s390-tdep.c: Ditto.
92362027
AC
9917 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9918 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9919 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9920 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9921 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9922 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9923 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9924 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9925 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9926 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9927 Fix PR gdb/378.
7e336ba1 9928
8ed32cc0
AC
99292002-02-23 Andrew Cagney <ac131313@redhat.com>
9930
a3007b6f
AC
9931 * lin-thread.c: Delete file.
9932 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9933 to gdb_proc_service.h.
9934 * configure: Re-generate.
9935
50a9e2f1
AC
9936 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9937 * serial.c (serial_open): Delete check for "ocd".
9938 Fix PR gdb/349.
9939
8b6e7932
AC
9940 * Makefile.in (linux-thread.o): Delete target.
9941 * linux-thread.c: Delete file.
9942
d155c46b
AC
9943 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9944 renamed SH files to be consistent.
9945
8ed32cc0
AC
9946 * symtab.c (sort_search_symbols): Use xfree.
9947
0e18d038
RE
99482002-02-23 Richard Earnshaw <rearnsha@arm.com>
9949
9950 * arm-linux-tdep.c (arm_linux_init_abi): Register
9951 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9952 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9953 definition with undef, since we don't want the sysvr4 definition.
9954 (SKIP_TRAMPOLINE_CODE): Likewise.
9955
27aac7ff
AC
99562002-02-23 Andrew Cagney <ac131313@redhat.com>
9957
9958 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9959
9960 * configure.in: (AC_CHECK_FUNCS) Added test for
9961 canonicalize_file_name Regenerated.
9962 * config.in, configure: Regenerated.
9963 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9964 defined use canonicalize_file_name.
7e336ba1 9965
65a6e0ee
MC
99662002-02-23 Michael Chastain <mec@shout.net>
9967
9968 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9969
47b95330
AC
99702002-02-23 Andrew Cagney <ac131313@redhat.com>
9971
9972 * README: Remove references to cygnus.com.
9973 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9974 dot com'' form. Remove references to cygnus.com and sourceware.
9975
696f451b
AC
99762002-02-23 Andrew Cagney <ac131313@redhat.com>
9977
9978 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9979 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9980 1003.1-2001 no longer allows "head -1".
9981 * gdb/Makefile.in (version.c): Likewise.
9982 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9983 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9984 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9985
bbaca940
AC
99862002-02-23 Andrew Cagney <ac131313@redhat.com>
9987
9988 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9989 * command.h (cmd_cfunc_eq): Declare.
9990 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9991
9992 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9993 ``struct cmd_list_element *''.
9994 * cli/cli-cmds.c (is_complete_command): Update. Use
9995 cmd_cfunc_eq.
9996 * top.c (execute_command): Pass the command to
9997 is_complete_command.
9998 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9999
b8b8b047
AC
100002002-02-23 Andrew Cagney <ac131313@redhat.com>
10001
10002 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10003 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10004 architecture defines.
10005 * s390-tdep.c (s390_gdbarch_init): Likewise.
10006
19d3fc80
RE
100072002-02-23 Richard Earnshaw <rearnsha@arm.com>
10008
10009 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10010 (arm_linux_push_arguments): Likewise.
10011 (arm_linux_init_abi): Register them. Also register linux-specific
10012 call_dummy_words.
10013 (find_minsym_and_objfile): Use strcmp, not STREQ.
10014 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10015 (arm_linux_call_dummy_words): Delete declaration.
10016 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10017 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10018 declarations.
10019 (LOWEST_PC): Delete.
10020
3ab13650
PS
100212002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10022
10023 * maint.c (print_section_info): Do not prepend `0x' to filepos
10024 output, it will be handled by local_hex_string_custom.
10025
19d3fc80 100262002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
10027
10028 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10029 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10030 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10031
d85a5daf
JB
100322002-02-22 Jim Blandy <jimb@redhat.com>
10033
10034 Indicate that the bcache functions don't change the strings
10035 they're passed.
10036 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10037 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10038
eeb25b8a
PM
100392002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10040
10041 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10042
6badb179
CF
100432002-02-21 Christopher Faylor <cgf@redhat.com>
10044
10045 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10046 find the complete path to a loaded DLL.
10047
e8717518
FF
100482002-02-21 Fred Fish <fnf@redhat.com>
10049
10050 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10051 that marks the end of the range of a function, enter a line number
10052 entry that has a line number of zero and a PC offset that matches
10053 the end of the function. This starts a range of PC's for which no
10054 line number information is known.
10055 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10056 PC's for which no line number info is found (line number is zero)
10057 then we didn't find any valid line information.
10058 * symtab.h: Document use of zero line number entry.
10059
9abe5450
EZ
100602002-02-21 Elena Zannoni <ezannoni@redhat.com>
10061
10062 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10063 (have_ptrace_getvrregs): Define for run time checks.
10064 (gdb_vrregset_t): New type for Altivec register handling.
10065 (fetch_register, store_register): Fetch/store altivec register
10066 when needed.
10067 (fetch_altivec_register, store_altivec_register): New functions.
10068 (supply_vrregset, fill_vrregset): New functions.
10069 (fetch_altivec_registers, store_altivec_registers): New functions.
10070 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10071 registers as well.
10072
aaa38bb5
AJ
100732002-02-21 Jiri Smid <smid@suse.cz>
10074
10075 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10076
b34db576
RE
100772002-02-21 Richard Earnshaw <rearnsha@arm.com>
10078
10079 * Makefile.in (armnbsd-nat.o): Update dependencies.
10080 * armnbsd-nat.c (supply_gregset): New function. Common code to
10081 supply the integer register set.
10082 (supply_fparegset): New function. Similar for FPA registers.
10083 (fetch_regs, fetch_fp_regs): Use them.
10084 (fetch_core_registers): Likewise.
10085 (fetch_elfcore_registers): New function.
10086 (arm_netbsd_elfcore_fns): New core-file type specification.
10087 (_initialize_arm_netbsd_nat): Register it.
10088
3e56fc4b
RE
100892002-02-21 Richard Earnshaw <rearnsha@arm.com>
10090
10091 * armnbsd-nat.c: Include gdbcore.h.
10092 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10093 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10094 'void' to declaration, to shut up ARI.
10095 (fetch_core_registers): Make static. Rewrite using supply_register.
10096 (arm_netbsd_core_fns): New core-file type specification.
10097 (_initialize_arm_netbsd_nat): New function.
10098
097f6b0b
CF
100992002-02-21 Christopher Faylor <cgf@redhat.com>
10100
10101 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10102 value.
10103
c914e0cc
CF
101042002-02-20 Christopher Faylor <cgf@redhat.com>
10105
10106 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10107 fails.
10108
385fa495
DJ
101092002-02-20 Daniel Jacobowitz <drow@mvista.com>
10110
10111 * jv-exp.y (parse_number): Change type of implicit longs
10112 to builtin_type_uint64.
10113
e5f1222d
DJ
101142002-02-20 Daniel Jacobowitz <drow@mvista.com>
10115
10116 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10117 to be an integer instead of a `union wait'.
10118
75c9abc6
DJ
101192002-02-20 Daniel Jacobowitz <drow@mvista.com>
10120
10121 * mips-linux-nat.c: Call the operating system GNU/Linux.
10122 * mips-linux-tdep.c: Likewise.
10123 * mips-tdep.c: Likewise.
10124
551792a5
DJ
101252002-02-20 Daniel Jacobowitz <drow@mvista.com>
10126
10127 Fix PR gdb/265.
10128 * jv-exp.y (parse_number): Handle 64-bit integers.
10129
ee6e2b82
DJ
101302002-02-20 Daniel Jacobowitz <drow@mvista.com>
10131
10132 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10133 AC_STDC_HEADERS to AC_HEADER_STDC.
10134 * gdbserver/configure: Regenerated.
10135
a48442a0
RE
101362002-02-20 Richard Earnshaw <rearnsha@arm.com>
10137
10138 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10139 is defined.
10140 * sparc-tdep.c (get_longjmp_target): Likewise.
10141
fe419ffc
RE
101422002-02-20 Richard Earnshaw <rearnsha@arm.com>
10143
10144 * News: Add news about ARM and Multi-arch. Mention the new target
10145 arm*-*-netbsd*.
10146
5832ed7e
JB
101472002-02-19 Jim Blandy <jimb@redhat.com>
10148
10149 * stabsread.c (error_type_complaint): Improve error message.
10150
84563040
DJ
101512002-02-19 Daniel Jacobowitz <drow@mvista.com>
10152
10153 * gdbserver/README: Update documentation.
10154 * gdbserver/configure.in: Update configury to match documentation.
10155 * gdbserver/Makefile.in: Likewise.
10156 * gdbserver/configure: Regenerated.
10157 * gdbserver/aclocal.m4: New file, generated by aclocal.
10158 * gdbserver/config.in: New file, generated by autoheader.
10159
375fd65b
RE
101602002-02-19 Richard Earnshaw <rearnsha@arm.com>
10161
10162 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10163 armnbsd-nat.c.
10164
08216dd7
RE
101652002-02-19 Richard Earnshaw <rearnsha@arm.com>
10166
10167 * arm-tdep.h (enum arm_float_model): New enum.
10168 (struct gdbarch_tdep): Add fp_model.
10169 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10170 up floating-point conversions until we know the floating-point model
10171 in use by the inferior. Don't complain about being unable to
10172 determine the ABI of the inferior when we don't have one.
10173 (arm_extract_return_value): Support different floating-point models.
10174 (arm_store_return_value): Likewise.
aaa38bb5 10175 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10176 ARM_FLOAT_SOFT.
10177 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10178
65d6d66a
PS
101792002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10180
10181 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10182 of ``current_gdbarch''.
10183
47221191
RE
101842002-02-19 Richard Earnshaw <rearnsha@arm.com>
10185
10186 * armnbsd-nat.c : ANSIfy all function declarations.
10187 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10188 (fetch_inferior_registers): Re-implement in terms of above.
10189 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10190 (store_inferior_registers): Re-implement in terms of above.
10191
fdf39c9a
RE
101922002-02-19 Richard Earnshaw <rearnsha@arm.com>
10193
aaa38bb5 10194 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10195 kernel.
10196 * arm-linux-tdep.c: Likewise.
10197 * config/arm/tm-linux.h: Likewise.
10198
93247f88
RE
101992002-02-19 Richard Earnshaw <rearnsha@arm.com>
10200
10201 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10202 * config/arm/nbsd.mt (TM_FILE): Delete.
10203 * config/arm/tm-nbsd.h: Delete.
10204
d7b486e7
RE
102052002-02-19 Richard Earnshaw <rearnsha@arm.com>
10206
10207 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10208 Initialize CALL_DUMMY_LENGTH.
10209
41d39a95
RE
102102002-02-19 Richard Earnshaw <rearnsha@arm.com>
10211
10212 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10213 function.
10214 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10215 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10216 defines one thing and that is incorrect for this port.
10217 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10218
e1195560
PM
102192002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10220
10221 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10222
c1748f97
PM
102232002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10224
10225 * win32-nat.c (display_selector): New function. Displays information
10226 about the information returned by GetThreadSelectorEntry API function.
10227 (display_selectors): New function. Displays the infomation of
10228 the selector given as argument, or of CS, DS ans FS selectors
10229 if no argument is given.
10230 ( _initialize_inftarg): Add "w32" as info prefix command.
10231 Add "info w32 selector" as command calling display_selectors.
10232
e41e6bbf
PM
102332002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10234
10235 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10236 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10237 if not defined.
10238
0d3a9f48
RE
102392002-02-18 Richard Earnshaw <rearnsha@arm.com>
10240
10241 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10242
3fb4b924
RE
102432002-02-18 Richard Earnshaw <rearnsha@arm.com>
10244
10245 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10246 (arm_fix_call_dummy): Call it.
10247 (arm_call_dummy_breakpoint_offset): Delete.
10248 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10249 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10250
7f55af32
AC
102512002-02-18 Andrew Cagney <ac131313@redhat.com>
10252
10253 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10254 Default to func_frame_chain_valid.
10255 * gdbarch.h, gdbarch.c: Re-generate.
10256 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10257
05f13b9c
EZ
102582002-02-18 Elena Zannoni <ezannoni@redhat.com>
10259
10260 * ppc-linux-nat.c: Update copyright.
10261 (fetch_register, store_register): Add tid parameter, don't compute
10262 tid here.
10263 (fetch_ppc_registers, store_ppc_registers): Add tid
10264 parameter. Pass it along to callees.
10265 (fetch_inferior_registers, store_inferior_registers): Compute tid
10266 here, and pass it to calleed functions.
10267 (fill_gregset, supply_fpregset): Clean up formatting.
10268
d7afb4c9
RE
102692002-02-18 Richard Earnshaw <rearnsha@arm.com>
10270
10271 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10272 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10273
9df628e0
RE
102742002-02-18 Richard Earnshaw <rearnsha@arm.com>
10275
10276 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10277 * gdbarch.c gdbarch.h: Regenerate.
10278 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10279 function.
10280 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10281 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10282 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10283
10284 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10285 * arm-tdep.c (arm_get_longjmp_target): New function.
10286 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10287 this to a positive value register arm_get_longjmp_target as the
10288 longjmp handler.
10289 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10290 (arm_linux_init_abi): Set up longjmp description in tdep.
10291 * armnbsd-nat.c (get_longjmp_target): Delete.
10292 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10293 description in tdep.
10294 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10295 (get_longjmp_target): Delete declaration.
10296 (GET_LONGJMP_TARGET): Delete.
10297 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10298 (GET_LONGJMP_TARGET): Delete.
10299
57bc8964
KB
103002002-02-17 Kevin Buettner <kevinb@redhat.com>
10301
10302 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10303 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10304 of ``current_gdbarch''.
10305
83d31a92
TT
103062002-02-17 Tom Tromey <tromey@redhat.com>
10307
10308 * cli/cli-cmds.c (compare_strings): New function.
10309 (complete_command): Only print each unique item once.
10310 * completer.h (complete_line): Declare.
10311 * completer.c (complete_line): New function.
10312 (line_completion_function): Use it.
10313
17ef5d92
AC
103142002-02-16 Andrew Cagney <ac131313@redhat.com>
10315
10316 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10317 * gdbarch.h, gdbarch.c: Re-generate.
10318
491b8946
DJ
103192002-02-16 Daniel Jacobowitz <drow@mvista.com>
10320
10321 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10322
103232002-02-16 Daniel Jacobowitz <drow@mvista.com>
10324
10325 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10326 * valops.c (value_arg_coerce): Don't take the address of a reference
10327 to convert an argument to a reference.
10328
dfe7f3ac
CF
103292002-02-15 Christopher Faylor <cgf@redhat.com>
10330
10331 * win32-nat.c (get_image_name): New function.
10332 (handle_load_dll): Use get_image_name function.
10333 (get_child_debug_event): Avoid registering debug events until possibly
10334 execed process is started.
10335 (child_create_inferior): Allow invocation via shell so that command
10336 line redirection, etc. works ok.
10337 (_initialize_inftarg): Add new command: "set shell" to control whether
10338 a shell is used to start a process.
10339
1d33e73a
DJ
103402002-02-15 Daniel Jacobowitz <drow@mvista.com>
10341
10342 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10343 instead of find_register_by_number.
10344 (cannot_store_register): Likewise.
10345
48cd0caa
PM
103462002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10347
aaa38bb5 10348 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10349 fprintf_unfiltered (gdb_stderr, ...).
10350
8656e7d8
DJ
103512002-02-15 Daniel Jacobowitz <drow@mvista.com>
10352
10353 * gdbserver/gdbserver.1: Document --attach.
10354
66e810cd
RE
103552002-02-15 Richard Earnshaw <rearnsha@arm.com>
10356
10357 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10358 descriptions.
10359 * arm-tdep.c (arm_default_arm_le_breakpoint)
10360 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10361 (arm_default_thumb_be_breakpoint): New. Initialize them from
10362 traditional breakpoint defines.
10363 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10364 (arm_gdbarch_init): Initialize new breakpoint variables.
10365 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10366 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10367 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10368 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10369 code out to ...
10370 (arm_netbsd_init_abi_common): ... here; new function.
10371 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10372 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10373 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10374 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10375
97e03143
RE
103762002-02-15 Richard Earnshaw <rearnsha@arm.com>
10377
10378 * arm-tdep.h (enum arm_abi): New enum.
10379 (struct gdbarch_tdep): New structure.
10380 (LOWEST_PC): Provide a default.
10381 (arm_gdbarch_register_os_abi): Declare new function.
10382 * arm-tdep.c (arm_abi_names): New array.
10383 (process_note_abi_tag_sections): New function.
10384 (get_elfosabi): New function.
10385 (arm_gdbarch_register_os_abi): New function.
10386 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10387 support for that ABI has been built in, then call the appropriate
10388 configuration routine. Use gdbarch_num_regs() to get the number
10389 of registers.
10390 (arm_dump_tdep): New function.
10391 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10392 place-holder functions.
10393 (_initialize_arm_tdep): Register them.
10394 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10395
10396 * armnbsd-tdep.c: New file.
10397 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10398 * config/arm/nbsd.mt (TDEPFILES): Add it.
10399 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10400
10401 * armnbsd-nat.c: Include regcache.h.
10402 * Makefile.in (armnbsd-nat.o): Update dependency list.
10403
10404 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10405
ad68be46
DJ
104062002-02-14 Daniel Jacobowitz <drow@mvista.com>
10407
10408 * gdbserver/Makefile.in: Fix typos in target rules.
10409
003d6d1d
DJ
104102002-02-14 Daniel Jacobowitz <drow@mvista.com>
10411
aaa38bb5 10412 Fix part of PR gdb/267.
003d6d1d
DJ
10413 * linespec.c (find_methods): Handle constructors specially for now.
10414
6b230f1b
CV
104152002-02-14 Corinna Vinschen <vinschen@redhat.com>
10416
10417 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10418 handling.
10419 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10420 standard_coerce_float_to_double().
10421
1ea98d12
CF
104222002-02-14 Christopher Faylor <cgf@redhat.com>
10423
10424 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10425 GDBINIT_FILENAME.
10426
dd47e6fd
EZ
104272002-02-14 Elena Zannoni <ezannoni@redhat.com>
10428
10429 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10430 find_variant_by_name, because it confuses the multiarch
10431 framework. Return NULL if there isn't an architecture with the
10432 user supplied name, instead of forcing a different one without
10433 recording the change with the multiarch machinery.
10434 (find_variant_by_name): Delete.
10435
d7e39b9e
PS
104362002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10437
10438 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10439 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10440
76e42a4f
MH
104412002-02-13 Martin M. Hunt <hunt@redhat.com>
10442
aaa38bb5 10443 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10444 print_frame_info_listing_hook, set current_source_symtab.
10445
0a30fbc4
DJ
104462002-02-14 Daniel Jacobowitz <drow@mvista.com>
10447
10448 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10449 and remove unused $(INCLUDE_DIR).
10450 Add regcache.c to OBS.
10451 Add generated register protocol files to clean target.
10452 Update dependencies for new objects, obsolete old target code.
10453
10454 * gdbserver/linux-low.c: Remove all platform-specific code to
10455 new files. Remove various dead code. Update to use regcache
10456 functionality.
10457 * gdbserver/remote-utils.c (fromhex): Add return statement
10458 to quiet warning.
10459 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10460 constant.
10461 (input_interrupt): Add integer parameter to match prototype
10462 of a signal handler.
10463 (outreg): Use register_data ().
10464 (prepare_resume_reply): Use gdbserver_expedite_regs.
10465 * gdbserver/server.c (main): Dynamically allocate own_buf because
10466 PBUFSIZ is no longer constant. Use registers_to_string () and
10467 registers_from_string ().
10468 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10469 for error (), fatal (), and warning (). Update definition of
10470 PBUFSIZ to use regcache functionality. Add include guard.
10471 * gdbserver/utils.c (fatal): Add missing ``const''.
10472 (warning): New function.
10473
10474 * regformats/regdat.sh: Include "regcache.h" in generated files.
10475 Provide init_registers () function.
10476 * regformats/regdef.h: Add prototype for set_register_cache ().
10477 Add include guard.
10478
10479 * gdbserver/linux-arm-low.c: New file.
10480 * gdbserver/linux-i386-low.c: New file.
10481 * gdbserver/linux-ia64-low.c: New file.
10482 * gdbserver/linux-m68k-low.c: New file.
10483 * gdbserver/linux-mips-low.c: New file.
10484 * gdbserver/linux-ppc-low.c: New file.
10485 * gdbserver/linux-sh-low.c: New file.
10486
10487 * gdbserver/regcache.c: New file.
10488 * gdbserver/regcache.h: New file.
10489
10490 * gdbserver/low-linux.c: Removed obsolete file.
10491
4cc841d0
DJ
104922002-02-14 Daniel Jacobowitz <drow@mvista.com>
10493
10494 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10495 * config/i386/linux.mt: Likewise.
10496 * config/ia64/linux.mt: Likewise.
10497 * config/m68k/linux.mh: Likewise.
10498 * config/powerpc/linux.mh: Likewise.
10499 * config/mips/linux.mt: Likewise.
10500
10501 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10502
10503 * config/i386/i386lynx.mh: Mark gdbserver variables
10504 as (currently) obsolete for this target.
10505 * config/i386/nbsd.mt: Likewise.
10506 * config/i386/nbsdelf.mt: Likewise.
10507 * config/m32r/m32r.mt: Likewise.
10508 * config/m68k/m68klynx.mh: Likewise.
10509 * config/m68k/nbsd.mt: Likewise.
10510 * config/m68k/sun3os4.mh: Likewise.
10511 * config/mips/vr5000.mt: Likewise.
10512 * config/ns32k/nbsd.mt: Likewise.
10513 * config/pa/hppabsd.mh: Likewise.
10514 * config/pa/hppaosf.mh: Likewise.
10515 * config/powerpc/nbsd.mt: Likewise.
10516 * config/rs6000/rs6000lynx.mh: Likewise.
10517 * config/s390/s390.mt: Likewise.
10518 * config/s390/s390x.mt: Likewise.
10519 * config/sparc/sparclynx.mh: Likewise.
10520 * config/sparc/sun4os4.mh: Likewise.
10521 * config/i386/x86-64linux.mt: Likewise.
10522 * config/sparc/linux.mh: Likewise.
10523
a85f51e7
DJ
105242002-02-14 Daniel Jacobowitz <drow@mvista.com>
10525
10526 * configure.tgt: Configure gdbserver only for known working
10527 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10528 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10529 SUBDIRS if it is configured. Update comment for ${nativefile}.
10530 * configure: Regenerated.
10531
65554fef
MS
105322002-02-13 Michael Snyder <msnyder@redhat.com>
10533
670a52db
MS
10534 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10535
6dbdc4a3
MS
10536 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10537 (default_gcore_mach): Just return 0, work around a problem in bfd.
10538 (default_gcore_target): OK to return NULL if exec_bfd is null.
10539 (make_mem_sec): Use a cast, avoid a warning.
10540
10541 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 10542 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
10543 sizeof (host pointer) != sizeof (target pointer)).
10544 (procfs_make_note_section): Avoid overflow in psargs string.
10545
aaa38bb5 10546 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
10547 implementation return an error.
10548
105492002-02-13 Rodney Brown <rbrown64@csc.com.au>
10550
10551 * procfs.c (procfs_make_note_section): Provide a default definition
10552 (for alpha-dec-osf4.0f). Fix typos.
10553
1e4d76e7
EZ
105542002-02-13 Elena Zannoni <ezannoni@redhat.com>
10555
10556 * linux-proc.c: Add include of regcache.h.
10557 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10558
b6d1a1d5
AC
105592002-02-13 Andrew Cagney <ac131313@redhat.com>
10560
10561 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
10562 * memattr.c (create_mem_region): Disallow useless empty region.
10563 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 10564 non-overlapping.
b6d1a1d5 10565
6c6ea35e
MC
105662002-02-13 Michael Chastain <mec@shout.net>
10567
10568 * defs.h: Kill CONST_PTR.
10569 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10570 * c-lang.c (c_builtin_types): Likewise.
10571 * ch-lang.c (ch_builtin_types): Likewise.
10572 * f-lang.c (f_builtin_types): Likewise.
10573 * language.c (unknown_builtin_types): Likewise.
10574 * m2-lang.c (m2_builtin_types): Likewise.
10575 * p-lang.c (pascal_builtin_types): Likewise.
10576 * scm-lang.c (c_builtin_types): Likewise.
10577
3e0b0f48
KS
105782002-02-13 Keith Seitz <keiths@redhat.com>
10579
10580 * arm-tdep.h (arm_get_next_pc): Add declaration.
10581
67255d04
RE
105822002-02-13 Richard Earnshaw <rearnsha@arm.com>
10583
10584 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10585 with other related struct-returning functions.
10586 (arm_extract_struct_value_address): New function.
10587 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10588 initialize float_format, double_format and long_double_format as
10589 appropriate to the endianness of the target.
10590 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10591 (arm_use_struct_convention): Delete declaration.
10592 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10593
079777f6
KS
105942002-02-13 Keith Seitz <keiths@redhat.com>
10595
10596 * defs.h (core_addr_to_string_nz): New function.
10597
34588f23
MK
105982002-02-13 Mark Kettenis <kettenis@gnu.org>
10599
10600 Apply missing bits of 2002-01-15 patch.
10601 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10602 (fill_fpregset): Use i387_fill_fsave.
10603
49b563f9
KS
106042002-02-12 Keith Seitz <keiths@redhat.com>
10605
49b563f9
KS
10606 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10607 (core_addr_to_string_nz): New function.
10608
aeb98c60
RE
106092002-02-11 Richard Earnshaw <rearnsha@arm.com>
10610
10611 * arm-linux-nat.c: Really include arm-tdep.h.
10612 * config/arm/tm-linux.h (struct type, struct value): Declare.
10613
65554fef
MS
106142002-02-11 Michael Snyder <msnyder@redhat.com>
10615
10616 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10617 (gcore section): Ifdef for Solaris and Unixware only.
10618 (procfs_do_thread_registers): Unixware needs one lwpstatus
10619 per thread (not one prstatus or pstatus).
10620 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10621 not over all gdb threads. For unixware, call elfcore_write_pstatus
10622 once before iterating over threads.
10623
34e8f22d
RE
106242002-02-11 Richard Earnshaw <rearnsha@arm.com>
10625
10626 * arm-tdep.h: New file.
10627 * arm-tdep.c: Include arm-tdep.h.
10628 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10629 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10630 (arm_print_float_info, arm_register_type, convert_to_extended)
10631 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10632 (arm_extract_return_value, arm_register_name): Make static.
10633 (arm_software_single_step): Similarly. Fix types in declaration.
10634 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10635 (arm_store_return_value, arm_store_struct_return): New functions.
10636 (arm_gdbarch_init): Register the above functions. Also register
10637 call_dummy_start_offset, sizeof_call_dummy_words,
10638 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10639 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 10640 max_register_virtual_size, register_size. Set up
34e8f22d
RE
10641 prologue_cache.saved_regs here, rather than ...
10642 (_initialize_arm_tdep): ... here.
10643 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10644 declarations.
10645 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10646 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10647 (arm_print_float_info, arm_register_type, convert_to_extended)
10648 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10649 (arm_extract_return_value, arm_register_name): Delete declarations.
10650 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10651 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10652 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10653 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10654 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10655 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10656 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10657 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10658 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10659 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10660 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10661 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10662 interface.
10663 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10664 * remote-rdi.c remote-rdp.c: Likewise.
10665 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10666 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10667 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10668 definition.
10669
10670 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10671 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10672 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10673 from non-ARM_ prefixed definitions.
10674 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10675 all uses of above.
10676 * remote-rdi.c remote-rdp.c: Likewise.
10677 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10678
148754e5
RE
106792002-02-11 Richard Earnshaw <rearnsha@arm.com>
10680
10681 * arm-tdep.c (arm_frameless_function_invocation)
10682 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10683 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10684 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10685 (arm_pop_frame, arm_get_next_pc): Make static.
10686 (arm_gdbarch_init): Register above in gdbarch structure.
10687 (arm_read_fp): Renamed from arm_target_read_fp.
10688 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10689 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10690 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10691 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10692 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10693 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10694 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
10695 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10696 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10697 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10698 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 10699
434d2d4f
DJ
107002002-02-10 Daniel Jacobowitz <drow@mvista.com>
10701
10702 * symtab.c (compare_search_syms): New function.
10703 (sort_search_symbols): New function.
10704 (search_symbols): Sort symbols after searching rather than
10705 before.
10706
55241689
AC
107072002-02-10 Andrew Cagney <ac131313@redhat.com>
10708
10709 * NEWS: Linux -> GNU/Linux.
10710
028c194b
AC
107112002-02-10 Andrew Cagney <ac131313@redhat.com>
10712
10713 * gdbarch.sh: For for level one methods, disallow a definition
10714 when partially multi-arched. Add comments explaining rationale.
10715 * gdbarch.h: Re-generate.
10716
6acf50cd
AC
107172002-02-10 Andrew Cagney <ac131313@redhat.com>
10718
10719 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10720 multi-arch partial.
aaa38bb5 10721
50248794
AC
107222002-02-10 Andrew Cagney <ac131313@redhat.com>
10723
10724 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10725 field. Use diff -u.
10726 * gdbarch.c: Re-generate.
10727
c30e0066
AC
107282002-02-10 Andrew Cagney <ac131313@redhat.com>
10729
9b56c5f3 10730 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
10731 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10732 partial.
10733
6e6d6484
AC
107342002-02-10 Andrew Cagney <ac131313@redhat.com>
10735
10736 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10737 multi-arch partial.
10738 (PUSH_ARGUMENTS): Switch to using predefault.
10739 * gdbarch.c: Regenerate.
10740
c203844d
AC
107412002-02-10 Andrew Cagney <ac131313@redhat.com>
10742
10743 * valops.c (PUSH_ARGUMENTS): Delete definition.
10744 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10745 partial. Default to default_push_arguments.
10746 * gdbarch.h, gdbarch.c: Regenerate.
10747
b5a2688f
AC
107482002-02-09 Andrew Cagney <ac131313@redhat.com>
10749
10750 * defs.h (throw_exception): Rename return_to_top_level. Update
10751 comments.
10752 * utils.c (error_stream, internal_verror, quit): Ditto.
10753 * top.c (throw_exception, catcher): Ditto.
10754 * sparclet-rom.c (sparclet_load): Ditto.
10755 * remote.c (interrupt_query, minitelnet): Ditto.
10756 * remote-sds.c (interrupt_query): Ditto.
10757 * remote-mips.c (mips_error, mips_kill): Ditto.
10758 * ocd.c (interrupt_query): Ditto.
10759 * monitor.c (monitor_interrupt_query): Ditto.
10760 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10761 * target.h: Update comment.
aaa38bb5 10762
b5a2688f 10763 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 10764
2fa5c1e0
AC
107652002-02-09 Andrew Cagney <ac131313@redhat.com>
10766
10767 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10768 default_double_format.
10769 * gdbarch.h, gdbarch.c: Re-generate.
10770 * findvar.c (floatformat_unknown): Delete variable definition.
10771 * doublest.h (floatformat_unknown): Delete variable declaration.
10772
da966255
JB
107732002-02-09 Jim Blandy <jimb@redhat.com>
10774
10775 * stabsread.c (read_type): Add code to parse Sun's syntax for
10776 prototyped function types.
10777
123a4891
AC
107782002-02-09 Andrew Cagney <ac131313@redhat.com>
10779
10780 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10781 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10782
fb39c8f3
PS
107832002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10784
10785 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10786 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10787 now _initialize_xcoffsolib gets called again and overrides the
10788 commands from solib.c in a native configuration.
10789
0b87a11d
MK
107902002-02-09 Mark Kettenis <kettenis@gnu.org>
10791
10792 * doublest.c (store_typed_floating): Don't try to return a value.
10793 Fixes PR gdb/290.
10794
bdc2fc72
JB
107952002-02-08 Jim Blandy <jimb@redhat.com>
10796
10797 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10798 is prototyped and has no arguments, print its argument list as
10799 `(void)'.
10800
da69bbcf
CD
108012002-02-08 Chris Demetriou <cgd@broadcom.com>
10802
10803 * MAINTAINERS (write-after-approval): Add myself.
10804 (paper-trail): I've escaped!
aaa38bb5 10805
b69571f5
CF
108062002-02-08 Christopher Faylor <cgf@redhat.com>
10807
10808 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10809 changes.
10810 (_initialize_check_for_gdb_ini): Ditto.
10811
f6871398
MH
108122002-02-08 Martin M. Hunt <hunt@redhat.com>
10813
10814 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10815 xaprintf -> xasprintf.
10816
4e52d31c
PM
108172002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10818
10819 * win32-nat.c: Remove use of printf and sprintf functions.
10820
39bbf761
RE
108212002-02-08 Richard Earnshaw <rearnsha@arm.com>
10822
10823 * arm-tdep.c (arm_frame_chain_valid): Make static.
10824 (arm_push_arguments): Likewise.
10825 (arm_gdbarch_init): New function.
10826 (_initialize_arm_tdep): Call it.
10827 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10828 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10829 (FRAME_CHAIN_VALID): Delete.
10830 (arm_frame_chain_valid): Delete declaration.
10831 (PUSH_ARGUMENTS): Delete.
10832 (arm_push_arguments): Delete declaration.
10833 (CALL_DUMMY_P): Delete.
10834
9c9532c9
CV
108352002-02-08 Andrew Cagney <ac131313@redhat.com>
10836 Corinna Vinschen <vinschen@redhat.com>
10837
10838 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10839 on builtin float types.
10840
4e8f7a8b
DJ
108412002-02-08 Daniel Jacobowitz <drow@mvista.com>
10842
10843 * utils.c: Include <curses.h> before "bfd.h".
10844 * tui/tui-hooks.c: Likewise.
10845 * tui/tui.c: Likewise.
10846 * tui/tuiCommand.c: Likewise.
10847 * tui/tuiData.c: Likewise.
10848 * tui/tuiDataWin.c: Likewise.
10849 * tui/tuiDisassem.c: Likewise.
10850 * tui/tuiGeneralWin.c: Likewise.
10851 * tui/tuiIO.c: Likewise.
10852 * tui/tuiLayout.c: Likewise.
10853 * tui/tuiRegs.c: Likewise.
10854 * tui/tuiSource.c: Likewise.
10855 * tui/tuiSourceWin.c: Likewise.
10856 * tui/tuiStack.c: Likewise.
10857 * tui/tuiWin.c: Likewise.
10858
cd4bffcf
EZ
108592002-02-07 Elena Zannoni <ezannoni@redhat.com>
10860
10861 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10862 to include space for pseudoregs as well. Update loops accordingly.
10863 (sh_fp_frame_init_saved_regs): Ditto.
10864 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10865
26806ce2
AC
108662002-02-07 Andrew Cagney <ac131313@redhat.com>
10867
10868 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10869 Add Richard Earnshaw to Arm maintainers.
10870
97fdab62
AC
108712002-02-07 Andrew Cagney <ac131313@redhat.com>
10872
a6b98203
AC
10873 * defs.h (warning_begin): Delete declaration.
10874
97fdab62
AC
10875 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10876 Delete macro.
10877
78b29b40
MS
108782002-02-07 Michael Snyder <msnyder@redhat.com>
10879
aaa38bb5 10880 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10881 Logic bug, remove misplaced else.
10882
d8849953
KD
108832002-02-07 Klee Dienes <klee@apple.com>
10884
10885 * fork-inferior.c (fork_inferior): Add '!' to the list of
10886 characters that need to be quoted when building a string for the
10887 shell. Quote '!' specifically with a backslash, since CSH chokes
10888 when trying to evaluate "str!str".
aaa38bb5 10889
095778a0
NC
108902002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10891
10892 * rdi-share/host.h: Only provide a typedef for bool if it is not
10893 defined.
10894
1900040c
MS
108952002-02-04 Michael Snyder <msnyder@redhat.com>
10896
10897 * breakpoint.h (enum bptype): Add new overlay event bp type.
10898 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10899
1900040c
MS
10900 * breakpoint.c (create_internal_breakpoint): New function.
10901 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10902 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10903 (create_thread_event_breakpoint): Ditto.
10904 (create_solib_event_breakpoint): Ditto.
10905 (create_overlay_event_breakpoint): New function.
10906 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10907 (update_breakpoints_after_exec): Delete and re-initialize
10908 overlay event breakpoints after an exec. Add FIXME comment
10909 about longjmp breakpoint.
10910 (print_it_typical): Ignore overlay event breakpoints.
10911 (print_one_breakpoint): Ditto.
10912 (mention): Ditto.
10913 (bpstat_what): Do not stop for overlay event breakpoints.
10914 (delete_breakpoint): Don't delete overlay event breakpoints.
10915 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10916 (breakpoint_re_set): Re-create overlay event breakpoint.
10917
10918 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10919 (overlay_manual_command): Disable overlay breakpoints.
10920 (overlay_off_command): Disable overlay breakpoints.
10921
082fc60d
RE
109222002-02-06 Richard Earnshaw <rearnsha@arm.com>
10923
10924 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10925 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10926 to here from config/tm-arm.h.
10927 (coff_sym_is_thumb): Make static.
10928 (arm_elf_make_msymbol_special): New function.
10929 (arm_coff_make_msymbol_special): New function.
10930 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10931 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10932 (coff_sym_is_thumb): Delete declaration.
10933 (arm_elf_make_msymbol_special): Declare.
10934 (arm_coff_make_msymbol_special): Declare.
10935 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10936 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10937
039c5766
RE
109382002-02-06 Richard Earnshaw <rearnsha@arm.com>
10939
10940 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10941
109422002-02-06 Richard Earnshaw <rearnsha@arm.com>
10943
10944 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10945 * gdbarch.c gdbarch.h: Regenerate.
10946 * arch-utils.c (default_print_float_info): New function.
10947 * arch-utils.h (default_print_float_info): Prototype it.
10948 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10949 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10950 (PRINT_FLOAT_INFO): Document it.
10951
10952 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10953 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10954 (PRINT_FLOAT_INFO): Define.
10955
58fa08f0
PM
109562002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10957
aaa38bb5 10958 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10959 Add typecast to sprintf argument to suppress a warning.
10960
7393af7c
PM
109612002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10962
58fa08f0 10963 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10964 to allow easier handling of pass state.
10965 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10966 that gives exception name and address.
10967 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10968 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10969 exceptions added.
aaa38bb5
AJ
10970 (child_continue): Correctly report continue_status.
10971 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10972 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10973 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10974 the exception should be passed to debuggee or not.
10975
6af4589c
MS
109762002-02-05 Michael Snyder <msnyder@redhat.com>
10977
10978 * regcache.c (fetch_register): Call target_fetch_register
10979 only if we don't call FETCH_PSEUDO_REGISTER.
10980 (store_register): Call target_store_register only if we
10981 don't call STORE_PSEUDO_REGISTER.
10982
a2cf933a
EZ
109832002-02-05 Elena Zannoni <ezannoni@redhat.com>
10984
10985 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10986 ELF_MAKE_MSYMBOL_SPECIAL.
10987 * gdbarch.c, gdbarch.h: Regenerate.
10988 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10989 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10990 * elfread.c (elf_symtab_read): Compile use of
10991 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10992 multiarched.
10993 * coffread.c (coff_symtab_read): Ditto, for
10994 COFF_MAKE_MSYMBOL_SPECIAL.
10995
6bb7be43
JB
109962002-02-05 Jim Blandy <jimb@redhat.com>
10997
10998 * solib-svr4.c (svr4_truncate_ptr): New function.
10999 (svr4_relocate_section_addresses): Do the address arithmetic with
11000 the appropriate truncation for target addresses, even when
11001 CORE_ADDR is larger than a target address.
11002
e18651ec
DJ
110032002-02-05 Daniel Jacobowitz <drow@mvista.com>
11004
11005 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11006 to (int *).
11007
6b2725be
DJ
110082002-02-05 Daniel Jacobowitz <drow@mvista.com>
11009
11010 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11011 code.
11012
fca9e603
DJ
110132002-02-05 Daniel Jacobowitz <drow@mvista.com>
11014
11015 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11016
6c537a52
DJ
110172002-02-05 Daniel Jacobowitz <drow@mvista.com>
11018
11019 * gdbserver/linux-low.c: Remove unused include files.
11020
d844cde6
DJ
110212002-02-05 Daniel Jacobowitz <drow@mvista.com>
11022
11023 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11024 (read_inferior_memory): Use it.
11025 (write_inferior_memory): Likewise.
11026
d07c63e7
DJ
110272002-02-05 Daniel Jacobowitz <drow@mvista.com>
11028
11029 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11030 grubbing through sys_errlist.
11031
da6d8c04
DJ
110322002-02-05 Daniel Jacobowitz <drow@mvista.com>
11033
11034 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11035
5b421780
PM
110362002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11037 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11038
9f60d481
AC
110392002-02-04 Andrew Cagney <ac131313@redhat.com>
11040
11041 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11042 (do_sfunc, set_cmd_sfunc): New functions.
11043
11044 * command.h (struct cmd_list_element): Add field func.
11045 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11046 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11047 * cli/cli-decode.h: Ditto.
11048
11049 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11050 (help_all, help_cmd_list): Ditto.
11051 (find_cmd, complete_on_cmdlist): Ditto.
11052 * top.c (execute_command): Ditto.
11053
11054 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11055 function.sfunc.
11056
11057 * infcmd.c (notice_args_read): Fix function signature.
11058
11059 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11060 * cli/cli-decode.c (add_set_cmd): Ditto.
11061 * utils.c (initialize_utils): Ditto.
11062 * maint.c (_initialize_maint_cmds): Ditto.
11063 * infrun.c (_initialize_infrun): Ditto.
11064 * demangle.c (_initialize_demangler): Ditto.
11065 * remote.c (add_packet_config_cmd): Ditto.
11066 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11067 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11068 * proc-api.c (_initialize_proc_api): Ditto.
11069 * kod.c (_initialize_kod): Ditto.
11070 * valprint.c (_initialize_valprint): Ditto.
11071 * top.c (init_main): Ditto.
11072 * infcmd.c (_initialize_infcmd): Ditto.
11073 * corefile.c (_initialize_core): Ditto.
11074 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11075 * arch-utils.c (initialize_current_architecture): Ditto.
11076 (_initialize_gdbarch_utils): Ditto.
11077 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11078
11079 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11080 * wince.c (_initialize_inftarg): Ditto.
11081 * symfile.c (_initialize_symfile): Ditto.
11082 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11083 * language.c (_initialize_language): Ditto.
11084 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11085
f9ba0717
MS
110862002-02-04 Michael Snyder <msnyder@redhat.com>
11087
11088 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11089
0c74b2a7
DJ
110902002-02-04 Daniel Jacobowitz <drow@mvista.com>
11091
11092 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11093 Add rules for building the register data files.
11094
c638789f
DJ
110952002-02-04 Daniel Jacobowitz <drow@mvista.com>
11096
11097 * regformats/regdat.sh: Add braces to the definition of
11098 expedite_regs_${arch}.
11099
db253027
DJ
111002002-02-04 Daniel Jacobowitz <drow@mvista.com>
11101
11102 * regformats/regdef.h (struct reg): Add comment describing the
11103 requirements for offset and size fields.
11104
206be19c
AS
111052002-02-04 Andreas Schwab <schwab@suse.de>
11106
11107 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11108 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11109
181c1381
RE
111102002-02-04 Richard Earnshaw <rearnsha@arm.com>
11111
11112 * gdbarch.sh (copyright): Update years in generated header.
11113 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11114 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11115 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11116 * dbxread.c: Likewise.
11117 * dwarfread.c: Likewise.
11118 * elfread.c: Likewise.
11119 * somread.c: Likewise.
11120
11121 * arm-tdep.c (arm_smash_text_address): New function.
11122 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11123
fa4ba8da
PM
111242002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11125
11126 Add support for hardware watchpoints on win32 native.
aaa38bb5 11127 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11128 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11129 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11130 of debug registers.
11131 (debug_registers_changed): New variable. Reflects when debug registers
11132 are changed and need to be written to inferior.
aaa38bb5 11133 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11134 was set, used when new threads are created.
11135 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11136 i386-nat code.
11137 (thread_rec): Set dr array if id is the thread of current_event .
11138 (child_continue, child_resume): Change the debug registers for all
11139 threads if debug_registers_changed.
11140 (child_add_thread): Change the debug registers if debug_registers_used.
11141 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11142 Link nm.h to new nm-cygwin.h file.
11143 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11144 of hardware registers.
11145
a73c86fb
AC
111462002-02-03 Andrew Cagney <ac131313@redhat.com>
11147
11148 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11149 Restore behavour broken by 2002-01-20 Andrew Cagney
11150 <ac131313@redhat.com> IEEE_FLOAT removal.
11151
acf5ed49
DJ
111522002-02-03 Daniel Jacobowitz <drow@mvista.com>
11153
11154 * c-valprint.c (c_val_print): Pass a proper valaddr to
11155 cp_print_class_method.
11156 * valops.c (search_struct_method): If there is only one method
11157 and args is NULL, return that method.
11158
493d28d5
DJ
111592002-02-03 Daniel Jacobowitz <drow@mvista.com>
11160
11161 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11162 accessing tag_name directly.
11163
7495dfdb
DJ
111642002-02-03 Daniel Jacobowitz <drow@mvista.com>
11165
11166 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11167 of accessing tag_name directly.
11168
dd6bda65
DJ
111692002-02-03 Daniel Jacobowitz <drow@mvista.com>
11170
11171 PR gdb/280
11172 * gdbtypes.c (replace_type): New function.
11173 * gdbtypes.h (replace_type): Add prototype.
11174 * stabsread.c (read_type): Use replace_type.
11175
88fe217c
RE
111762002-02-03 Richard Earnshaw <rearnsha@arm.com>
11177
11178 * Makefile.in (memattr.o): Add missing dependencies rule.
11179
e5d66720
PS
111802002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11181
11182 * breakpoint.c (break_at_finish_command): Really export.
11183 (break_at_finish_at_depth_command): Ditto.
11184 (tbreak_at_finish_command): Ditto.
11185 * hppa-tdep.c: Include completer.h.
11186 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11187 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11188
fffee0be
AC
111892002-02-01 Andrew Cagney <ac131313@redhat.com>
11190
11191 * utils.c (do_write): New function.
11192 (error_stream): Rewrite combining the code from error_begin and
11193 verror.
11194 (verror): Rewrite using error_stream.
11195 (error_begin): Delete function.
11196
255e7dbf
AC
111972002-02-01 Andrew Cagney <ac131313@redhat.com>
11198
11199 * utils.c (error_begin): Make static.
11200 * defs.h (error_begin): Delete declaration.
11201
11202 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11203 (decode_line_1): Use cplusplus_error instead of error_begin,
11204 cplusplus_hint and return_to_top_level.
11205 * coffread.c (coff_symfile_read): Use error instead of error_begin
11206 and return_to_top_level.
11207 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11208
ddfe3c15
AC
112092002-02-01 Andrew Cagney <ac131313@redhat.com>
11210
11211 * language.h (type_error, range_error): Make string parameter
11212 constant.
11213 * language.c (warning_pre_print): Delete extern declaration.
11214 * dwarfread.c (warning_pre_print): Ditto.
11215 * language.c (type_error, range_error): Rewrite to use verror and
11216 vwarning instead of warning_begin.
11217
03ac34d5
MS
112182002-02-01 Michael Snyder <msnyder@redhat.com>
11219
261c4ca2
MS
11220 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11221 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11222
e00d1dc8
AC
112232002-02-01 Andrew Cagney <ac131313@redhat.com>
11224
11225 * command.h (NO_FUNCTION): Delete macro.
11226 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11227 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11228 * tracepoint.c (_initialize_tracepoint): Ditto.
11229 * cli/cli-decode.c (add_set_cmd): Ditto.
11230 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11231
76b79d6e
DJ
112322002-02-01 Daniel Jacobowitz <drow@mvista.com>
11233
11234 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11235 Update ``this'' pointer when calling virtual functions.
11236
799f9e91
MS
112372002-02-01 Michael Snyder <msnyder@redhat.com>
11238
c7bd442c 11239 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11240 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11241
3cf384d4
DJ
112422002-02-01 Daniel Jacobowitz <drow@mvista.com>
11243
11244 * regformats/reg-arm.dat: New file.
11245 * regformats/reg-i386.dat: New file.
11246 * regformats/reg-ia64.dat: New file.
11247 * regformats/reg-m68k.dat: New file.
11248 * regformats/reg-mips.dat: New file.
11249 * regformats/reg-ppc.dat: New file.
11250 * regformats/reg-sh.dat: New file.
11251 * regformats/regdef.h: New file.
11252 * regformats/regdat.sh: New file.
11253
0defa245
RE
112542002-02-01 Richard Earnshaw <reanrsha@arm.com>
11255
11256 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11257 (arm_frame_args_address, arm_frame_locals_address): New functions.
11258 (arm_frame_num_args): New function.
11259 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11260 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11261 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11262
405f26e6
MS
112632002-01-31 Michael Snyder <msnyder@redhat.com>
11264
502fd408
MS
11265 * breakpoint.c (break_at_finish_command): Export.
11266 (break_at_finish_at_depth_command): Export.
11267 (tbreak_at_finish_command): Export.
d6020d45 11268 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11269 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11270 "txbreak" commands, which are HPPA specific.
502fd408 11271
7d35e135
MS
11272 * printcmd.c (disassemble_command): Remove an ancient
11273 artifact of an old merge.
11274
aaa38bb5 11275 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11276 Define enum constant values for overlay mode.
11277 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11278 (overlay_is_mapped, overlay_auto_command,
11279 overlay_manual_command): Ditto.
d874f1e2 11280
aaa38bb5
AJ
11281 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11282 breakpoint_here_p, breakpoint_inserted_here_p,
11283 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11284 describe_other_breakpoints, check_duplicates, clear_command):
11285 Coding standard fixes.
11286
8add0441 11287 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11288 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11289 code: check bfd SEC_READONLY flag for section.
11290
e351066e
AC
112912002-01-31 Andrew Cagney <ac131313@redhat.com>
11292
7d35e135 11293 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11294
8a48e967
DJ
112952002-01-30 Daniel Jacobowitz <drow@mvista.com>
11296
11297 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11298 data symbols, since we search based on textlow and texthigh.
11299 (find_pc_sect_symtab): Likewise.
11300
f5a96129
AC
113012002-01-30 Andrew Cagney <ac131313@redhat.com>
11302
11303 * defs.h (vwarning): Declare.
f5a96129
AC
11304 * utils.c (vwarning): New function.
11305 (warning): Call vwarning.
11306 (warning_begin): Delete function.
11307
11308 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11309 the warning message.
11310 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11311 warning_begin.
11312
cefd4ef5
MS
113132002-01-30 Michael Snyder <msnyder@redhat.com>
11314
1a703748
MS
11315 * NEWS: Mention "set trust-readonly-sections" command.
11316 Mention generate-core-file command.
cefd4ef5 11317
3a11626d
MS
113182002-01-15 Michael Snyder <msnyder@redhat.com>
11319
11320 * target.c: New command, "set trust-readonly-sections on".
11321 (do_xfer_memory): Honor the suggestion to trust readonly sections
11322 by reading them from the object file instead of from the target.
11323 (initialize_targets): Register command "set trust-readonly-sections".
11324
d1c7e53b
AC
113252002-01-29 Andrew Cagney <ac131313@redhat.com>
11326
11327 * parse.c (target_map_name_to_register): Simplify, search regs and
11328 pseudo-regs using a single loop.
11329
e2c9a72c
AC
113302002-01-30 Andrew Cagney <ac131313@redhat.com>
11331
11332 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11333
69824b4e
MK
113342002-01-15 Rodney Brown <rbrown64@csc.com.au>
11335
11336 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11337 * config/i386/i386v42mp.mh: Add i387-nat.o .
11338 * i386v4-nat.c: Include i387-nat.h.
11339 (supply_fpregset): Use i387_supply_fsave.
11340 (fill_fpregset): Use i387_fill_fsave.
11341
6eb69eab
RE
113422002-01-30 Richard Earnshaw <rearnsha@arm.com>
11343
11344 * arm-tdep.c (arm_call_dummy_words): Define.
11345 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11346 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11347 (CALL_DUMMY_WORDS): Define.
11348 (arm_call_dummy_words): Declare.
11349 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11350 (arm_linux_call_dummy_words): Declare.
11351
9852326a
AS
113522002-01-30 Andreas Schwab <schwab@suse.de>
11353
11354 * m68klinux-nat.c: Fix last change to use regcache_collect
11355 instead of referencing registers[] directly.
11356
977a3030
AC
113572002-01-29 Andrew Cagney <ac131313@redhat.com>
11358
11359 * parse.c (target_map_name_to_register): Delete code wrapped in
11360 #ifdef REGISTER_NAME_ALIAS_HOOK.
11361
2076c72b
MS
113622002-01-28 Michael Snyder <msnyder@redhat.com>
11363
11364 * regcache.c (legacy_read_register_gen): Need to be able to
11365 read pseudo-register as well as real register.
11366 (legacy_write_register_gen): Ditto.
11367
8fcc723b
AC
113682002-01-28 Andrew Cagney <ac131313@redhat.com>
11369
11370 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11371 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11372 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11373 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11374 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11375 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11376 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11377 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11378 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11379 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11380 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11381 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11382 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11383 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11384 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11385 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11386 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11387 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11388 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11389 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11390
afe64c1a
AC
113912002-01-28 Andrew Cagney <ac131313@redhat.com>
11392
11393 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11394 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11395 (initialize_current_architecture): Update target_byte_order using
11396 information from BFD.
aaa38bb5 11397 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11398 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11399
75bc7ddf
AC
114002002-01-28 Andrew Cagney <ac131313@redhat.com>
11401
11402 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11403 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11404
11405 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11406 #ifdef INVALID_FLOAT.
11407 * infcmd.c (do_registers_info): Ditto.
11408 * values.c (unpack_double): Ditto. Add comment.
11409
11410 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11411 already commented out.
11412
0280a90a
AS
114132002-01-26 Andreas Schwab <schwab@suse.de>
11414
11415 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11416 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11417 registers and add support for PTRACE_GETREGS.
11418
7072a954
AC
114192002-01-24 Andrew Cagney <ac131313@redhat.com>
11420
11421 GDB 5.1.1 released from 5.1 branch.
11422 * NEWS: Add 5.1.1 news.
11423 * README: Sync with 5.1 branch.
11424
86f902e0
FF
114252002-01-23 Fred Fish <fnf@redhat.com>
11426
11427 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11428 stabstring on initial malloc. Reallocing will copy it for us,
11429 if necessary.
11430
8af51c36
EZ
114312002-01-23 Elena Zannoni <ezannoni@redhat.com>
11432
aaa38bb5 11433 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11434 (HFILES_NO_SRCDIR): Remove hpread.h.
11435 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11436 (hpread.o): Update dependencies.
11437 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11438
11439 * hp-psymtab-read.c: Remove file.
11440 * hp-symtab-read.c: Remove file.
11441 * hpread.h: Remove file.
11442
11443 * hpread.c: Merge all contents of hp-psymtab-read.c,
11444 hp-symtab-read.c and hpread.h into this file, as it was prior to
11445 January 1999.
11446
11447 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11448 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11449 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11450 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11451
dc5cfeb6
EZ
114522002-01-23 Elena Zannoni <ezannoni@redhat.com>
11453
11454 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11455 fill_gregset): Call gdbarch_tdep() just once, assign result to
11456 variable and use that, instead of calling the function several
11457 times.
11458
ea87b71b
AO
114592002-01-24 Alexandre Oliva <aoliva@redhat.com>
11460
11461 * configure.host: Accept sparcv9 as alias for sparc64.
11462 * configure.tgt: Likewise.
11463
13fc0c2f
KB
114642002-01-22 Kevin Buettner <kevinb@redhat.com>
11465
11466 * solib-aix5.c (build_so_list_from_mapfile)
11467 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11468 arguments is not reversed.
11469 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11470 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11471
7bd872fe
EZ
114722002-01-22 Elena Zannoni <ezannoni@redhat.com>
11473
11474 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11475 modified version of obsolete sh_fetch_pseudo_register.
11476 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11477 (sh4_register_read): New function.
11478 (sh_pseudo_register_write): New function. Renamed and modified
11479 version of obsolete sh_store_pseudo_register.
11480 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11481 (sh4_register_write): New function.
11482 (sh_gdbarch_init): Remove setting of gdbarch function
11483 fetch_pseudo_register and store_pseudo_register. Remove setting of
11484 register_convert_to_raw, register_convert_to_virtual,
11485 register_convertible.
11486 (sh_sh4_register_convertible): Delete. No longer needed. All is
11487 taken care by architecture specific functions
11488 register_read/register_write.
11489 (sh_sh4_register_convert_to_virtual): Make static.
11490 (sh_sh4_register_convert_to_raw): Ditto.
11491
069e84fd
AC
114922002-01-22 Andrew Cagney <ac131313@redhat.com>
11493
11494 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11495 (floatformat_is_nan, floatformat_mantissa): Ditto.
11496
11497 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11498 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11499 builtin_type_ieee_double_little,
11500 builtin_type_ieee_double_littlebyte_bigword,
11501 builtin_type_m68881_ext, builtin_type_i960_ext,
11502 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11503 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11504 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11505 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11506
211a4f69
CV
115072002-01-22 Corinna Vinschen <vinschen@redhat.com>
11508
11509 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11510 parameter. Set frameless flag if it exists and depended of
11511 whether the scanned function is frameless or not.
11512 (xstormy16_skip_prologue): If function is frameless, return
11513 result of xstormy16_scan_prologue().
11514 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11515 call.
11516
f81353e4
EZ
115172002-01-21 Elena Zannoni <ezannoni@redhat.com>
11518
11519 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11520 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11521 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11522 sh_sh4_register_byte, sh_sh4_register_raw_size,
11523 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11524 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11525 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11526 sh_store_pseudo_register, sh_do_pseudo_register): Call
11527 gdbarch_tdep() just once, assign result to variable and use that,
11528 instead of calling the function several times.
11529
63c73a17
MK
115302002-01-20 Mark Kettenis <kettenis@gnu.org>
11531
11532 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11533 macros instead of LAST_FPU_CTRL_REGNUM.
11534 (store_register): Likewise.
11535
39ad761d
JB
115362002-01-21 Jim Blandy <jimb@redhat.com>
11537
11538 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11539 is up-to-date before running the program, not just when a program
11540 exits.
11541
3d74b771
FF
115422002-01-21 Fred Fish <fnf@redhat.com>
11543
11544 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11545 when we have found all instructions we are looking for.
11546
966fbf70
RE
115472002-01-21 Richard Earnshaw <rearnsha@arm.com>
11548
11549 * arm-tdep.c (arm_register_name): New function.
11550 (arm_registers_names): Make static.
11551 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11552 (arm_register_name): Declare.
11553 (REGISTER_NAME): Use it.
11554
c3b4394c
RE
115552002-01-21 Richard Earnshaw <rearnsha@arm.com>
11556 Kevin Buettner <kevinb@redhat.com>
11557
11558 Convert arm targets to new FRAME interface.
11559 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11560 (arm_frame_find_save_regs): Delete.
11561 (arm_frame_init_saved_regs): New.
11562 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11563 Allocate extra_info as required. Convert all uses of fsr.regs
11564 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11565 to use extra_info.
11566 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11567 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11568 (check_prologue_cache, save_prologue_cache): Likewise.
11569 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11570 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11571 (FRAME_FIND_SAVED_REGS): Delete.
11572 (arm_frame_find_saved_regs): Delete prototype.
11573 (arm_frame_init_saved_regs): New prototype.
11574 (FRAME_INIT_SAVED_REGS): Define.
11575
61d99182
AC
115762002-01-20 Andrew Cagney <ac131313@redhat.com>
11577
11578 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11579
6aaea291
AC
115802002-01-20 Andrew Cagney <ac131313@redhat.com>
11581
11582 From Jeff Law <law@redhat.com>:
11583 * infttrace.c: Include <sys/pstat.h>.
11584 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11585 exec file if the ttrace equivalent fails.
11586
15f698d2
AC
115872002-01-20 Andrew Cagney <ac131313@redhat.com>
11588
11589 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11590 (closeLogFile): Ditto.
11591
f86ddd7c
MC
115922002-01-20 Michael Chastain <mec@shout.net>
11593
11594 * top.c (print_gdb_version): Bump copyright year to 2002.
11595
904507ce
AC
115962002-01-20 Andrew Cagney <ac131313@redhat.com>
11597
11598 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11599 Zannoni and Eli Zaretskii.
11600
d7f0b9ce
DJ
116012002-01-20 Daniel Jacobowitz <drow@mvista.com>
11602
11603 * buildsym.c: Update copyright years.
11604 * c-typeprint.c: Likewise.
11605 * dwarf2read.c: Likewise.
11606 * f-typeprint.c: Likewise.
11607 * gdbtypes.c: Likewise.
11608 * gdbtypes.h: Likewise.
11609 * hp-symtab-read.c: Likewise.
11610 * hpread.c: Likewise.
11611 * mdebugread.c: Likewise.
11612 * p-typeprint.c: Likewise.
11613
3fd3d7d2
AC
116142002-01-20 Andrew Cagney <ac131313@redhat.com>
11615
11616 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11617 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11618 byte-order selectable.
11619 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11620 * arch-utils.c: Ditto.
11621 (set_endian): Ditto.
11622 (set_endian_from_file): Ditto.
11623 * gdbserver/low-sim.c (create_inferior): Ditto.
11624 * gdbarch.sh: Ditto.
11625 * gdbarch.h: Re-generate.
aaa38bb5
AJ
11626 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11627 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11628 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11629 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11630 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11631 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11632 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
11633 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11634 macro definition.
11635 * config/mips/tm-wince.h: Remove #undef of macro
11636 TARGET_BYTE_ORDER_SELECTABLE.
11637 * config/sh/tm-wince.h: Ditto.
11638
b02dede2
DJ
116392002-01-20 Daniel Jacobowitz <drow@mvista.com>
11640
11641 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11642 member function fields. Add accessor macro
11643 TYPE_FN_FIELD_ARTIFICIAL.
11644 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11645 * c-typeprint.c (c_type_print_base): Skip artificial member
11646 functions.
11647
c3643761
DJ
116482002-01-20 Daniel Jacobowitz <drow@mvista.com>
11649
11650 * f-typeprint.c: Delete unused function f_type_print_args.
11651 * p-typeprint.c: Delete unused function pascal_type_print_args.
11652
8176bb6d
DJ
116532002-01-20 Daniel Jacobowitz <drow@mvista.com>
11654
11655 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11656 comment. Add ``artificial'' to ``union field_location''.
11657
11658 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11659
11660 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11661 * mdebugread.c (parse_symbol): Likewise.
11662 * stabsread.c (define_symbol): Likewise.
11663 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11664 initializing TYPE_FIELD_BITPOS to n (obsolete).
11665 (hpread_doc_function_type): Likewise.
11666 * hpread.c (hpread_function_type): Likewise.
11667
7fd60527
AC
116682002-01-20 Andrew Cagney <ac131313@redhat.com>
11669
11670 * configure.in (host_makefile_frag): Only require a host makefile
11671 fragment when a native build.
11672 * configure: Re-generate.
11673
c2f05ac9
AC
116742002-01-20 Andrew Cagney <ac131313@redhat.com>
11675
11676 * doublest.h (floatformat_from_type): Declare.
11677 * doublest.c (floatformat_from_type): New function.
11678 (convert_typed_floating): Use.
11679
11680 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11681 call to function floatformat_from_type.
11682
11683 * gdbarch.sh (IEEE_FLOAT): Delete.
11684 * gdbarch.h, gdbarch.c: Re-generate.
11685 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11686 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11687 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11688 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11689 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11690 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11691 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11692 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11693 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11694 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11695 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
11696 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11697
11698 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11699 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11700 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11701 * sh-tdep.c (sh_gdbarch_init): Ditto.
11702 * mips-tdep.c (mips_gdbarch_init): Ditto.
11703 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11704 * cris-tdep.c (cris_gdbarch_init): Ditto.
11705
abf22e64
AJ
117062002-01-20 Jiri Smid <smid@suse.cz>
11707
11708 * configure.host, configure.tgt: Support x86-64.
11709 * NEWS: Note new target x86-64.
11710
b7c4cbf8
AJ
11711 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11712 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11713 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11714 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11715 x86-64-linux-nat.o): Fix dependencies.
11716
82600034
AC
117172002-01-19 Andrew Cagney <ac131313@redhat.com>
11718
11719 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11720 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11721 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11722 * config/sparc/xm-sun4os4.h: Delete file.
11723 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 11724
bbe5c628
AC
117252002-01-19 Andrew Cagney <ac131313@redhat.com>
11726
11727 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11728 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11729 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11730 * config/i386/i386lynx.mh (XM_FILE): Delete.
11731 * config/rs6000/xm-rs6000ly.h: Delete file.
11732 * config/sparc/xm-sparclynx.h: Delete file.
11733 * config/m68k/xm-m68klynx.h: Delete file.
11734 * config/i386/xm-i386lynx.h: Delete file.
11735 * config/xm-lynx.h: Delete file.
11736 * config/djgpp/fnchange.lst: Update.
11737
f8453e34
JT
117382002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11739
11740 * alpha-tdep.c (alpha_register_byte): New function.
11741 (alpha_register_raw_size): Ditto.
11742 (alpha_register_virtual_size): Ditto.
11743 (alpha_skip_prologue_internal): Renamed from
11744 alpha_skip_prologue.
11745 (alpha_skip_prologue): New version that calls
11746 alpha_skip_prologue_internal.
11747 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11748 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11749 second argument from alpha_skip_prologue.
11750 (REGISTER_BYTE): Use alpha_register_byte.
11751 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11752 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11753 (FRAMELESS_FUNCTION_INVOCATION): Use
11754 generic_frameless_function_invocation_not.
11755 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11756 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11757
52d9e613
AC
117582002-01-19 Andrew Cagney <ac131313@redhat.com>
11759
11760 * config/mips/xm-news-mips.h: Delete file.
11761 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11762
11763 * config/m88k/xm-m88k.h: Delete file.
11764 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11765 * config/m88k/xm-delta88v4.h: Ditto.
11766 * config/m88k/xm-delta88.h: Ditto.
11767
11768 * config/alpha/xm-fbsd.h: Delete file.
11769 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11770
11771 * config/sparc/xm-sparc.h: Delete file.
11772 * Makefile.in (xm-sun4os4.h): Delete dependency.
11773 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11774 * config/sparc/xm-sun4os4.h: Ditto.
11775 * config/sparc/xm-linux.h: Ditto.
11776
11777 * config/i386/xm-windows.h: Delete file.
11778
2d1b2124
AC
117792002-01-19 Andrew Cagney <ac131313@redhat.com>
11780
11781 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11782 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11783
ee1f65f0
JT
117842002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11785
11786 * alpha-tdep.c (alpha_call_dummy_words): New.
11787 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11788 (CALL_DUMMY_P): Define.
11789 (CALL_DUMMY_WORDS): Define.
11790 (SIZEOF_CALL_DUMMY_WORDS): Define.
11791
98081e55
PB
117922002-01-19 Per Bothner <per@bothner.com>
11793
11794 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11795 isn't NULL, which can happen with some gcj-3.x-produced code.
11796
0d056799
JT
117972002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11798
11799 * alpha-tdep.c (alpha_register_virtual_type): New function.
11800 (alpha_init_frame_pc_first): Ditto.
11801 (alpha_fix_call_dummy): Ditto.
11802 (alpha_store_struct_return): Ditto.
11803 (alpha_extract_struct_value_address): Ditto.
11804 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11805 alpha_register_virtual_type.
11806 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11807 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11808 alpha_extract_struct_value_address.
11809 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11810 (INIT_FRAME_PC): Use init_frame_pc_noop.
11811 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11812
4604bcad
MK
118132002-01-19 Mark Kettenis <kettenis@gnu.org>
11814
11815 * i386gnu-nat.c: Include "i386-tdep.h".
11816 (fetch_fpregs): Simplify code dealing with uninitialized floating
11817 point states such that it doesn't require FP7_REGNUM.
11818
140f9984
JT
118192002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11820
abf22e64
AJ
11821 * alpha-tdep.c (frame_extra_info): New.
11822 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11823 frame->extra_info.
11824 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11825 (alpha_frame_saved_pc): Use frame->extra_info.
11826 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11827 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11828 (init_extra_frame_info): Rename to...
11829 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11830 (alpha_print_extra_frame_info): New function.
140f9984
JT
11831 (alpha_frame_locals_address): Ditto.
11832 (alpha_frame_args_address): Ditto.
abf22e64 11833 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11834 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11835 alpha_frame_args_address.
abf22e64 11836 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11837 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11838 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11839 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11840 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11841 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11842
d734c450
JT
118432002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11844
11845 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11846 (alpha_cannot_fetch_register): Ditto.
11847 (alpha_cannot_store_register): Ditto.
11848 (alpha_register_convertible): Ditto.
11849 (alpha_use_struct_convention): Ditto.
11850 * config/alpha/tm-alpha.h: Update copyright years.
11851 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11852 (INNER_THAN): Use core_addr_lessthan.
11853 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11854 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11855 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11856 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11857 (FRAME_CHAIN): Remove unnecessary cast.
11858
b4ceaee6
AC
118592002-01-18 Andrew Cagney <ac131313@redhat.com>
11860
11861 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11862 obsolete.
11863
0a65a603
AC
118642002-01-18 Andrew Cagney <ac131313@redhat.com>
11865
11866 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11867 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11868 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11869 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11870 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11871 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11872 * x86-64-linux-nat.c: Ditto.
11873
636a6dfc
JT
118742002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11875
abf22e64 11876 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11877 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11878 (REGISTER_NAME): Define.
11879
acceddb6
JT
118802002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11881
11882 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11883
ec32e4be
JT
118842002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11885
11886 * alpha-tdep.c: Update copyright years.
11887 (alpha_next_pc): New function.
11888 (alpha_software_single_step): Ditto.
11889 * config/alpha/tm-alpha.h: Add prototype for
11890 alpha_software_single_step.
11891
e771a871
JT
118922002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11893
11894 * alphabsd-nat.c: Update copyright years.
11895 (fill_gregset): Use regcache_collect.
11896 (fill_fpregset): Likewise.
11897 (fetch_inferior_registers): Only fetch integer registers
11898 if requested to do so.
11899 (store_inferior_registers): Only store integer registers
11900 if requested to do so.
11901
7708fa01
AC
119022002-01-17 Andrew Cagney <ac131313@redhat.com>
11903
11904 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11905 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11906 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11907 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11908 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11909 * config/arm/linux.mh (XDEPFILES): Delete.
11910 * config/arm/nbsd.mh (XDEPFILES): Delete.
11911 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11912 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11913 * config/i386/i386m3.mh (XDEPFILES): Delete.
11914 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11915 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11916 * config/i386/fbsd.mh (XDEPFILES): Delete.
11917 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11918 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11919 * config/i386/i386v4.mh (XDEPFILES): Delete.
11920 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11921 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11922 * config/i386/i386aix.mh (XDEPFILES): Delete.
11923 * config/i386/go32.mh (XDEPFILES): Delete.
11924 * config/i386/cygwin.mh (XDEPFILES): Delete.
11925 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11926 * config/i386/i386mach.mh (XDEPFILES): Delete.
11927 * config/i386/i386v32.mh (XDEPFILES): Delete.
11928 * config/i386/linux.mh (XDEPFILES): Delete.
11929 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11930 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11931 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11932 * config/i386/i386sco.mh (XDEPFILES): Delete.
11933 * config/i386/i386v.mh (XDEPFILES): Delete.
11934 * config/i386/nbsd.mh (XDEPFILES): Delete.
11935 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11936 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11937 * config/i386/symmetry.mh (XDEPFILES): Delete.
11938 * config/i386/obsd.mh (XDEPFILES): Delete.
11939 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11940 * config/ia64/linux.mh (XDEPFILES): Delete.
11941 * config/ia64/aix.mh (XDEPFILES): Delete.
11942 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11943 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11944 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11945 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11946 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11947 * config/m68k/linux.mh (XDEPFILES): Delete.
11948 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11949 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11950 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11951 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11952 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11953 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11954 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11955 * config/m88k/delta88.mh (XDEPFILES): Delete.
11956 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11957 * config/m88k/m88k.mh (XDEPFILES): Delete.
11958 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11959 * config/mips/linux.mh (XDEPFILES): Delete.
11960 * config/mips/irix6.mh (XDEPFILES): Delete.
11961 * config/mips/irix5.mh (XDEPFILES): Delete.
11962 * config/mips/irix4.mh (XDEPFILES): Delete.
11963 * config/mips/irix3.mh (XDEPFILES): Delete.
11964 * config/mips/decstation.mh (XDEPFILES): Delete.
11965 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11966 (NATDEPFILES): Move core-aout.o to here.
11967 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11968 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11969 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11970 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11971 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11972 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11973 * config/pa/hpux11.mh (XDEPFILES): Delete.
11974 * config/powerpc/aix.mh (XDEPFILES): Delete.
11975 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11976 * config/powerpc/linux.mh (XDEPFILES): Delete.
11977 * config/romp/rtbsd.mh: Rename XDEPFILES.
11978 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11979 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11980 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11981 * config/s390/s390.mh (XDEPFILES): Delete.
11982 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11983 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11984 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11985 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11986 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11987 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11988 * config/sparc/linux.mh (XDEPFILES): Delete.
11989 * config/vax/vaxult.mh (XDEPFILES): Delete.
11990 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11991 * Makefile.in (DEPFILES): Remove XDEPFILES.
11992
375fc983
AC
119932002-01-17 Andrew Cagney <ac131313@redhat.com>
11994
11995 * utils.c (internal_verror): Fix comments, default is yes not no.
11996 Update queries to match. Default to quit and dump core.
11997
8926118c
AC
119982002-01-17 Andrew Cagney <ac131313@redhat.com>
11999
12000 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12001 copyright.
12002 * defs.h, event-top.c, gdbcmd.h: Ditto.
12003 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12004 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12005 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12006 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12007 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12008 * mi/mi-main.c:Ditto.
12009
12010 * stack.c, symfile.c: Update copyright.
12011
45b7b345
DJ
120122002-01-17 Daniel Jacobowitz <drow@mvista.com>
12013
db728ff7
DJ
12014 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12015 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12016 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12017 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 12018
db728ff7
DJ
120192002-01-17 Daniel Jacobowitz <drow@mvista.com>
12020
12021 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12022 * gdbserver/low-lynx.c (myattach): Likewise.
12023 * gdbserver/low-nbsd.c (myattach): Likewise.
12024 * gdbserver/low-sim.c (myattach): Likewise.
12025 * gdbserver/low-sparc.c (myattach): Likewise.
12026 * gdbserver/low-sun3.c (myattach): Likewise.
12027
12028 * gdbserver/low-linux.c (myattach): New function.
45b7b345 12029
db728ff7 12030 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
12031 (main): Handle "--attach".
12032
8de3c354
AC
120332002-01-16 Andrew Cagney <ac131313@redhat.com>
12034
12035 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12036 maintainer.
12037
b0129042
DJ
120382002-01-15 Daniel Jacobowitz <drow@mvista.com>
12039
12040 * c-typeprint.c (is_type_conversion_operator): Add additional
12041 check for non-conversion operators.
12042
ba8679fb 120432002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
12044
12045 * linux-proc.c: Add "info proc" command, a la procfs.c.
12046 (read_mapping): New function, abstract and re-use code.
12047 (linux_find_memory_regions): Use new func read_mapping.
12048 (linux_info_proc_cmd): New function, implement "info proc".
12049 (_initialize_linux_proc): Add new command "info proc".
12050
e4f9b4d5
MS
120512002-01-15 Michael Snyder <msnyder@redhat.com>
12052
12053 * symfile.c (generic_load): Use bfd_map_over_sections method
12054 instead of manipulating bfd structure members directly.
12055 (add_section_size_callback): New function, bfd sections callback
12056 used by generic_load.
12057 (load_sections_callback): New function, bfd sections callback
12058 used by generic_load.
12059
08cf96df
EZ
120602002-01-15 Elena Zannoni <ezannoni@redhat.com>
12061
abf22e64 12062 [Based on work by Jim Blandy]
08cf96df
EZ
12063 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12064 (builtin_type_vec128): Export.
12065 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12066 types.
12067 (builtin_type_vec128): New builtin type for 128 bit vector
12068 registers.
12069 (build_gdbtypes): Initialize builtin_type_v16qi and
12070 builtin_type_v8hi. Create the vec128 register builtin type
12071 structure.
12072 (build_builtin_type_vec128): New function.
abf22e64 12073 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
12074 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12075 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12076 AltiVec register to new builtin type.
12077
d7242108
DJ
120782001-01-15 Daniel Jacobowitz <drow@mvista.com>
12079
12080 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12081 to make_cv_type.
12082
4ee3352d
AC
120832002-01-14 Andrew Cagney <ac131313@redhat.com>
12084
12085 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12086 CLEAN_UP_REGISTER_VALUE.
12087 * regcache.c (supply_register): Update only call.
12088
f015b2e7
AC
120892002-01-14 Andrew Cagney <ac131313@redhat.com>
12090
12091 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12092 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12093 a29k-*-vxworks* targets as obsolete.
12094
356ae49d
MS
120952002-01-14 Michael Snyder <msnyder@redhat.com>
12096
12097 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12098 until we can resolve portability issues.
12099 * gregset.h: Remove references to fpxregs.
12100 * gcore.c (gcore_command): Initialize note_sec to NULL.
12101
ade8f45e
AC
121022002-01-13 Andrew Cagney <ac131313@redhat.com>
12103
12104 * signals.c (target_signal_to_name): Rewrite. Only use
12105 signals[].name when in bounds and non-NULL.
abf22e64 12106
89c49e7a
AC
121072002-01-13 Andrew Cagney <ac131313@redhat.com>
12108
12109 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12110 * signals.c (target_signal_to_name): Verify that SIG is within the
12111 bounds of the signals array.
12112
4daa9f9f
AC
121132002-01-13 Andrew Cagney <ac131313@redhat.com>
12114
12115 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12116
ba4bbdcb
KS
121172002-01-13 Keith Seitz <keiths@redhat.com>
12118
12119 * stack.c (print_frame_info_base): Print the frame's pc
12120 only if when print_frame_info_listing_hook is not defined.
12121
575bbeb6
KS
121222002-01-13 Keith Seitz <keiths@redhat.com>
12123
12124 * varobj.c (varobj_set_value): Make sure that there were no
12125 errors evaluating the object before attempting to set its
12126 value.
12127 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12128 so this offset adjustment is no longer necessary.
12129 (create_child): Don't set the error flag if the child is
12130 a CPLUS_FAKE_CHILD.
12131 (value_of_child): If value_fetch_lazy fails, return NULL
12132 so that callers will be notified that an error occurred.
12133 (c_value_of_variable): Delay check of variable's validity
12134 until later. We actually want all structs and unions to have
12135 the value "{...}".
12136 Do not return "???" for variables which could not be evaluated.
12137 This error condition must be returned to the caller so that it
12138 can get the error condition from gdb.
12139 (cplus_name_of_child): Adjust index for vptr before figuring
12140 out the name of the child.
12141 (cplus_value_of_child): If a child's (real) parent is not valid,
12142 don't even bother trying to give a value for it. Just return
12143 an error. Change all instances in this function.
12144 (cplus_type_of_child): If our parent is one of the "fake"
12145 parents, we need to get at the type of the real parent, and
12146 derive the child's true type using this information.
12147
b76898ab
AC
121482002-01-13 Andrew Cagney <ac131313@redhat.com>
12149
12150 From 2002-01-09 John Marshall <johnm@falch.net>:
12151 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12152 sources.redhat.com, and tweak some related URLs which had
12153 suffered from linkrot.
12154
b6649e88
AC
121552002-01-13 Andrew Cagney <ac131313@redhat.com>
12156
12157 From Jeff law:
12158 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12159 structures passed in registers.
12160
82cc5033
EZ
121612002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12162
12163 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12164 white space which prevented compilation. Reported by DSK
12165 <dsk@student.unsw.edu.au>.
12166
ba5f2f8a
MS
121672002-01-11 Michael Snyder <msnyder@redhat.com>
12168
fbd35540
MS
12169 * symfile.c (build_section_addr_info_from_section_tab):
12170 Use bfd access method instead of manipulating bfd directly.
12171 (syms_from_objfile): Ditto.
12172 (simple_overlay_update_1): Ditto.
12173 (simple_overlay_update): Ditto.
12174 (generic_load): Ditto.
12175 (overlay_unmapped_address): FIXME comment, bfd access methods.
12176 (sections_overlap): FIXME comment, bfd access methods.
12177 (pc_in_mapped_range): FIXME comment, bfd access methods.
12178 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12179 (section_is_mapped): FIXME comment, bfd access methods.
12180 (section_is_overlay): FIXME comment, bfd access methods.
12181
ba5f2f8a
MS
12182 * symfile.c (generic_load): Whitespace and long line cleanups.
12183 Remove duplicate variable, change several local variables to
12184 more appropriate data types.
12185 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12186
17df2af6
AC
121872002-01-12 Andrew Cagney <ac131313@redhat.com>
12188
12189 From Peter Schauer:
12190 * language.c (longest_local_hex_string_custom): Use phex_nz to
12191 convert NUM to a hex string.
12192
ec920329
EZ
121932002-01-12 Elena Zannoni <ezannoni@redhat.com>
12194
12195 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12196 the function.
538a76d6 12197 Update Copyright year.
ec920329 12198
3abd2e01
AC
121992002-01-12 Andrew Cagney <ac131313@redhat.com>
12200
12201 * language.c (longest_raw_hex_string): Delete unused function.
12202
b21b22e0
PS
122032002-01-11 Petr Sorfa <petrs@caldera.com>
12204
12205 * MAINTAINERS (write-after-approval): Add myself.
12206 * dwarf2read.c (read_tag_string_type): Handling of
12207 DW_AT_byte_size.
12208 (read_tag_string_type): FORTRAN fix to prevent propagation of
12209 first string size.
12210 (set_cu_language): Handling of DW_LANG_Fortran95
12211
747fe712
RE
122122002-01-11 Richard Earnshaw <rearnsha@arm.com>
12213
12214 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12215 GETPID(inferior_ptid).
12216 (store_inferior_registers): Likewise.
12217
f1bea926
JM
122182002-01-10 Jason Merrill <jason@redhat.com>
12219
12220 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12221 Fix DW_OP_minus.
12222
ae940673
AC
122232002-01-10 Andrew Cagney <ac131313@redhat.com>
12224
12225 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12226 and bfd/elf32-sh-nbsd.c.
12227
00546b04
MS
122282002-01-10 Michael Snyder <msnyder@redhat.com>
12229
352ed7b4
MS
12230 * NEWS: Mention --pid and corefile/proc-id behavior change.
12231
c18be923
MS
12232 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12233 * gcore.c: Include cli/cli-decode.h instead of command.h.
12234
00546b04
MS
12235 * main.c (captured_main): Add new command line option "--pid".
12236 If the second command line argument (following the symbol-file)
12237 begins with a digit, try to attach to it before trying to open
12238 it as a corefile.
12239 (print_gdb_help): Document the "--pid" argument.
12240
db60ec62
EZ
122412002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12242
12243 * completer.c (command_completer): New function.
12244
12245 * completer.h <command_completer>: Add prototype.
12246
12247 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12248 completer for the "help" command.
12249
39c22d1a
JM
122502002-01-09 Jason Merrill <jason@redhat.com>
12251
12252 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12253
c564377f
MS
122542002-01-09 Michael Snyder <msnyder@redhat.com>
12255
975aec09
MS
12256 * i386-linux-nat.c (fill_fpxregset): Make global.
12257 (store_fpxregset): Ditto.
12258
db4a10fa
MS
12259 * gregset.h (gdb_fpxregset_t): Define.
12260 (supply_fpxregset): Prototype.
12261 (fill_fpxregset): Prototype.
12262
c564377f
MS
12263 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12264
c3d45d70
RE
122652002-01-09 Richard Earnshaw <rearnsha@arm.com>
12266
12267 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12268 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12269 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12270
fcc87af1
AC
122712002-01-09 Andrew Cagney <ac131313@redhat.com>
12272
12273 * MAINTAINERS: Update target maintainer rules so that any
12274 Maintainer can approve a tested patch for a maintenance-only
12275 target.
12276
dd96c05b
RE
122772002-01-09 Richard Earnshaw <rearnsha@arm.com>
12278
d4297db9 12279 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12280
d4297db9 12281 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12282 IN_SIGTRAMP.
12283
145fdc6e
MS
122842002-01-08 Michael Snyder <msnyder@redhat.com>
12285
12286 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12287 real name of the executable, rather than the /proc name.
12288
be4d1333
MS
122892002-01-03 Michael Snyder <msnyder@redhat.com>
12290
12291 Implement a "generate-core-file" command in gdb, save target state.
12292 * gcore.c: New file. Implement new command 'generate-core-file'.
12293 Save a corefile image of the current state of the inferior.
12294 * linux-proc.c: Add linux-specific code for saving corefiles.
12295 * target.h (struct target_ops): Add new target vectors for saving
12296 corefiles; to_find_memory_regions and to_make_corefile_notes.
12297 (target_find_memory_regions): New macro.
12298 (target_make_corefile_notes): New macro.
12299 * target.c (update_current_target): Inherit new target methods.
12300 (dummy_find_memory_regions): New place-holder method.
12301 (dummy_make_corefile_notes): New place-holder method.
12302 (init_dummy_target): Initialize new dummy target vectors.
12303 * exec.c (exec_set_find_memory_regions): New function.
12304 Allow the exec_ops vector for memory regions to be taken over.
12305 (exec_make_note_section): New function, target vector method.
12306 * defs.h (exec_set_find_memory_regions): Export prototype.
12307 * procfs.c (proc_find_memory_regions): New function, corefile method.
12308 (procfs_make_note_section): New function, corefile method.
12309 (init_procfs_ops): Set new target vector pointers.
12310 (find_memory_regions_callback): New function.
12311 (procfs_do_thread_registers): New function.
12312 (procfs_corefile_thread_callback): New function.
12313 * sol-thread.c (sol_find_memory_regions): New function.
12314 (sol_make_note_section): New function.
12315 (init_sol_thread_ops): Initialize new target vectors.
12316 * inftarg.c (inftarg_set_find_memory_regions): New function.
12317 Allow to_find_memory_regions vector to be taken over.
12318 (inftarg_set_make_corefile_notes): New function.
12319 Allow to_make_corefile_notes vector to be taken over.
12320 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12321 interface layer if not target_has_execution (may be a corefile).
12322 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12323 * config/sparc/sun4sol2.mh: Ditto.
12324 * config/alpha/alpha-linux.mh: Ditto.
12325 * config/arm/linux.mh: Ditto.
12326 * config/i386/x86-64linux.mh: Ditto.
12327 * config/ia64/linux.mh: Ditto.
12328 * config/m68k/linux.mh: Ditto.
12329 * config/mips/linux.mh: Ditto.
12330 * config/powerpc/linux.mh: Ditto.
12331 * config/sparc/linux.mh: Ditto.
12332
c6b92abd
MS
123332002-01-07 Michael Snyder <msnyder@redhat.com>
12334
12335 * arm-linux-nat.c: Remove references to regcache.c internal data
12336 (registers[] and register_valid[]).
12337
4b09dc8c
MS
123382002-01-07 Michael Snyder <msnyder@redhat.com>
12339
abf22e64
AJ
12340 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12341 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12342 symbol file and shlibs.
12343 * Makefile.in: Add rule for linux-proc.o.
12344 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12345 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12346 * config/arm/linux.mh: Ditto.
12347 * config/i386/linux.mh: Ditto.
12348 * config/i386/x86-64linux.mh: Ditto.
12349 * config/ia64/linux.mh: Ditto.
12350 * config/m68k/linux.mh: Ditto.
12351 * config/mips/linux.mh: Ditto.
12352 * config/powerpc/linux.mh: Ditto.
12353 * config/sparc/linux.mh: Ditto.
12354
c25b74ac
PM
123552002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12356
12357 * win32-nat.c: Add i386-tdep.h dependency.
12358
94cd915f
MS
123592002-01-07 Michael Snyder <msnyder@redhat.com>
12360
c7cccb76
MS
12361 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12362 instead of bfd_get_arch_size. Don't bail out just because
12363 there's no exec_bfd.
abf22e64 12364
34c0bd93
MS
12365 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12366 * p-valprint.c (pascal_object_print_value): Ditto.
12367 * somread.c (som_symtab_read): Ditto.
12368 * symfile.c (simple_free_overlay_region_table): Ditto.
12369 * valops.c (value_assign): Ditto.
12370
21c1c920
MS
12371 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12372 use tilde_expand and strerror for opening save-tracepoints file.
12373
5bbd998e
MS
12374 * thread-db.c (thread_db_new_objfile): Indendation fix.
12375
94cd915f
MS
12376 * infptrace.c (GDB_MAX_ALLOCA): New define.
12377 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12378 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12379 can be overridden with whatever value is appropriate to the host).
12380 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12381 alloca to allocate potentially large buffer.
12382 * rs6000-nat.c (child_xfer_memory): Ditto.
12383 * symm-nat.c (child_xfer_memory): Ditto.
12384 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12385
494e8a93
JSC
123862002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12387
12388 From Nick Clifton <nickc@redhat.com>
12389 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12390
d0e1d48e
MS
123912002-01-07 Michael Snyder <msnyder@redhat.com>
12392
abf22e64 12393 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12394 Don't use exec_bfd if it's NULL.
12395
290b2c7a
MK
123962002-01-06 Mark Kettenis <kettenis@gnu.org>
12397
abf22e64 12398 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12399
aef21287
AC
124002002-01-06 Andrew Cagney <ac131313@redhat.com>
12401
12402 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12403 * gnu-nat.c: Ditto.
12404
30efa627
AC
124052002-01-06 Andrew Cagney <ac131313@redhat.com>
12406
12407 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12408 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12409 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12410 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12411 z8k-coff have not been multi-arched. Update z8k-coff build
12412 status.
12413
9b4ff276
AC
124142002-01-06 Andrew Cagney <ac131313@redhat.com>
12415
12416 * MAINTAINERS: Mark a29k target as obsolete.
12417 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12418 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12419 comments.
12420 * NEWS: Note that a29k targets are obsolete.
12421 * a29k-tdep.c: Mark as obsolete.
12422 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12423 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12424 a29k-*-vxworks* targets as obsolete.
12425 * remote-adapt.c: Obsolete.
12426 * remote-eb.c: Obsolete.
12427 * remote-mm.c: Obsolete.
12428 * remote-udi.c: Obsolete.
12429 * config/a29k/a29k-udi.mt: Obsolete.
12430 * config/a29k/a29k.mt: Obsolete.
12431 * config/a29k/tm-a29k.h: Obsolete.
12432 * config/a29k/tm-vx29k.h: Obsolete.
12433 * config/a29k/vx29k.mt: Obsolete.
12434
a9011d31
AC
124352002-01-05 Andrew Cagney <ac131313@redhat.com>
12436
12437 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12438 with BFD_ENDIAN_BIG.
12439
9299404e
AC
124402002-01-05 Andrew Cagney <ac131313@redhat.com>
12441
12442 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12443 * configure, config.in: Re-generate.
12444 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12445 * defs.h: Do not include <endian.h>.
12446
7e89e357
JT
124472002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12448
12449 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12450 * config.in: Regenerate.
12451 * configure.in: Update copyright years.
12452 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12453 * configure: Regenerate.
12454 * i386bsd-nat.c: Update copyright years.
12455 (fill_gregset): Use regcache_collect.
12456 (fetch_inferior_registers): Only fetch integer registers
12457 if requested to do so. Add support for XMM registers
12458 using PT_GETXMMREGS.
12459 (store_inferior_registers): Only store integer registers
12460 if requested to do so. Add support for XMM registers
12461 using PT_SETXMMREGS.
12462 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12463 (store_inferior_registers): Remove.
12464 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12465 (fetch_elfcore_registers): New function.
12466 (i386nbsd_elfcore_fns): New.
12467 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12468 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12469 i386bsd-nat.o.
12470 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12471 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12472 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12473 * config/i386/tm-nbsd.h: Update copyright years.
12474 (HAVE_SSE_REGS): Define.
12475 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12476 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12477 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12478 (SIGCONTEXT_PC_OFFSET): Remove.
12479 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12480
a752853e
AC
124812002-01-05 Andrew Cagney <ac131313@redhat.com>
12482
12483 * configure.tgt: Remove powerpc-*-macos* target.
12484 * config/m68k/xm-mpw.h: Delete file.
12485 * config/xm-mpw.h: Delete file.
12486 * ser-mac.c: Delete file.
12487 * mpw-make.sed: Delete file.
12488 * mpw-config.in: Delete file.
12489 * mac-xdep.c: Delete file.
12490 * mac-gdb.r: Delete file.
12491 * mac-defs.h: Delete file.
12492 * mac-nat.c: Delete file.
12493 * config/powerpc/macos.mh: Delete file.
12494 * config/powerpc/macos.mt: Delete file.
12495 * config/powerpc/nm-macos.h: Delete file.
12496 * config/powerpc/tm-macos.h: Delete file.
12497 * source.c (openp, open_source_file): Remove obsolete code.
12498 * top.c (gdb_readline): Ditto.
12499 * utils.c (query): Ditto.
12500 * event-top.c (display_gdb_prompt): Ditto.
12501 * Makefile.in (ser-mac.o): Delete obsolete target.
12502 * NEWS: Update.
12503
d7449b42
AC
125042002-01-04 Andrew Cagney <ac131313@redhat.com>
12505
12506 * defs.h (BIG_ENDIAN): Delete macro definition.
12507 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12508 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12509 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12510 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12511 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12512 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12513 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12514 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12515 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12516 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12517 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12518 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12519 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12520 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12521 * gdbarch.c: Re-generate.
12522
356374e8
DJ
125232002-01-04 Daniel Jacobowitz <drow@mvista.com>
12524
12525 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12526 for core files.
12527
a2b8f8f8
JT
125282002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12529
12530 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12531
12466af9
AC
125322002-01-04 Andrew Cagney <ac131313@redhat.com>
12533
12534 * value.h (value_ptr): Delete typedef.
12535
3549ab40
JT
125362002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12537
12538 * i386nbsd-nat.c: Update copyright years.
12539 Include i386-tdep.h.
12540
fedbd091
EZ
125412002-01-04 Elena Zannoni <ezannoni@redhat.com>
12542
12543 * stabsread.c: Update copyright years.
12544
12545 From Debashis Mahata <debashis.mahata@wipro.com>:
12546 (read_struct_fields): Deal with Sun C compiler erroneous stab
12547 output for structs and unions.
fec8b34f 12548 Fix PR gdb/269.
fedbd091 12549
eb43544b
DJ
125502002-01-04 Daniel Jacobowitz <drow@mvista.com>
12551
12552 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12553 prototype.
12554
1514d34e
DJ
125552002-01-04 Daniel Jacobowitz <drow@mvista.com>
12556
12557 * cp-abi.c: Fix whitespace.
12558 (baseclass_offset): New wrapper function.
12559 * cp-abi.h (baseclass_offset): Add prototype.
12560 (struct cp_abi_ops): Add baseclass_offset pointer.
12561
12562 * valops.c (vb_match): Move to...
12563 * gnu-v2-abi.c (vb_match): here.
12564 * valops.c (baseclass_offset): Move to...
12565 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12566
12567 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12568
12569 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12570 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12571 * hpacc-abi.c (init_hpacc_ops): Likewise.
12572
7f8c9282
DJ
125732002-01-04 Daniel Jacobowitz <drow@mvista.com>
12574
12575 * valops.c (find_overload_match): Accept obj as a
12576 reference parameter. Update it before returning.
12577 * value.h (find_overload_match): Update prototype.
12578 * eval.c (evaluate_subexp_standard): Pass object to
12579 find_overload_match by reference.
12580
f23631e4
AC
125812002-01-03 Andrew Cagney <ac131313@redhat.com>
12582
12583 * valarith.c: Replace value_ptr with struct value pointer. Remove
12584 register attribute from value declarations.
12585 * valops.c: Ditto.
12586 * value.h: Ditto.
12587 * scm-lang.c (scm_lookup_name): Ditto.
12588
79e10fab 125892002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 12590
79e10fab
AC
12591 Abstract the functionality of iterating over mapped memory
12592 regions into a general purpose iterator function.
abf22e64 12593 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
12594 iterator for memory sections.
12595 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12596 (solib_mappings_callback): New function, callback for above.
12597 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12598 (info_mappings_callback): New function, callback for above.
12599
12600 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12601
c5ad026a
MK
126022002-01-01 Mark Kettenis <kettenis@gnu.org>
12603
d2a7c97a
MK
12604 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12605 * i386-tdep.c: Include "elf-bfd.h".
12606 (process_note_abi_tag_sections): New function.
12607 (i386_gdbarch_init): Add code to recognize various OS/ABI
12608 combinations.
12609
c5ad026a
MK
12610 * maint.c (_initialize_maint_cmds): Add missing \ in
12611 string-literal.
12612
a1a5b71e 12613For older changes see ChangeLog-2001
c906108c
SS
12614\f
12615Local Variables:
12616mode: change-log
12617left-margin: 8
12618fill-column: 74
12619version-control: never
12620End:
This page took 0.875585 seconds and 4 git commands to generate.